@charset "UTF-8";
/*!
Theme Name:  Corify
Theme URI:   http://fitwp.com/wordpress-themes/corify/
Author:      FitWP
Author URI:  https://fitwp.com
Description: The best theme for car listings websites.
Version:     1.0.7
Tested up to: 5.4.2
Requires PHP: 5.6
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: corify
*/
* {
	margin: 0;
	padding: 0;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* theme color */
/* dark-version */
.vertical-align {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.is-hidden {
	display: none !important;
}

.txt-white {
	color: #fff;
}

.txt-grey {
	color: #999;
}

.txt-grey--2 {
	color: #737f96;
}

.txt-orange {
	color: #ce8339;
}

.txt-title {
	color: #293957;
}

.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;
}

.txt-uppercase {
	text-transform: uppercase;
}

.mt-0 {
	margin-top: 0;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.mb-20-md {
		margin-bottom: 20px;
	}
}

.mb-50 {
	margin-bottom: 50px;
}

.pt-0 {
	padding-top: 0 !important;
}

.alignleft {
	display: inline;
	float: left;
	margin: 0.5em 1.5em 0.5em 0;
}

.alignleft.wp-caption {
	margin-bottom: 0.5em;
}

.alignright {
	display: inline;
	float: right;
	margin: 0.5em 0 0.5em 1.5em;
}

.alignright.wp-caption {
	margin-bottom: 0.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-spacer {
	clear: both;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.container {
	max-width: 1200px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.space-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.align-center {
	align-items: center;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 0 5px;
}

@media (min-width: 576px) {
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

.gallery-caption {
	display: block;
}

html {
	box-sizing: border-box;
	font-size: 10px;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

*:focus {
	outline: none;
}

body {
	background: #fff;
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #737f96;
	word-break: break-word;
	overflow-x: hidden;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	-o-object-fit: cover;
	   object-fit: cover;
}

video {
	max-width: 100%;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
	font-family: "Montserrat", sans-serif;
	color: #293957;
	margin: 0 0 32px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 10px;
}

p {
	margin-bottom: 1.6em;
}

dfn,
em {
	font-style: italic;
}

blockquote {
	position: relative;
	font-family: "Cabin", sans-serif;
	font-size: 36px;
	line-height: 1.3;
	margin: 55px 0 50px;
	padding-left: 100px;
	color: #293957;
}

@media (max-width: 767px) {
	blockquote {
		padding-left: 50px;
	}
}

blockquote:before {
	content: '\f347';
	font-size: 48px;
	display: inline-block;
	font-family: 'Ionicons';
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #d6dae1;
	position: absolute;
	left: 0;
	top: -10px;
}

@media all and (max-width: 767px) {
	blockquote:before {
		font-size: 40px;
	}
}

blockquote p {
	margin: 0 0 34px;
}

@media all and (max-width: 767px) {
	blockquote p {
		font-size: 25px;
	}
}

blockquote cite {
	display: block;
	width: 100%;
	font-size: 16px;
	font-style: normal;
	color: #737f96;
	margin-top: 36px;
}

blockquote cite strong {
	color: #293957;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

abbr,
acronym {
	border-bottom: 1px dotted #dedede;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
table {
	margin: 0 0 1.5em;
	width: 100%;
}

tr.odd {
	background: #f4f4f4;
}

td,
th,
caption {
	border: 1px solid #dedede;
	padding: 8px;
}

td a,
th a,
caption a {
	color: #ce8339;
}

td a:hover,
th a:hover,
caption a:hover {
	color: var(--hover-color);
}

td,
th {
	text-align: center;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.btn,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	border: 0;
	background: #ce8339;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 10px 15px;
	font-weight: bold;
	transition: 0.3s;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	border-radius: 2px;
	white-space: normal;
}

.btn:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
	background: #293957;
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Fields
--------------------------------------------------------------*/
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
	color: #666;
	border: 1px solid #dedede;
	border-radius: 0;
	padding: 8px 10px 7px;
	transition: 0.3s ease all;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
	color: #111;
}

input::-webkit-input-placeholder {
	color: #737f96;
	letter-spacing: 0.025em;
}

input::-moz-placeholder {
	color: #737f96;
	letter-spacing: 0.025em;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #737f96;
	letter-spacing: 0.025em;
}

input[type='search'] {
	-webkit-appearance: textfield;
}

select {
	border: 1px solid #dedede;
	padding: 10px 5px;
	width: 100%;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0 0;
}

.wp-caption-text {
	text-align: center;
	color: #293957;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
figure,
iframe,
img,
object,
svg,
video {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #0084c8;
	text-decoration: none;
	transition: all 0.3s;
}

a:hover {
	color: currentColor;
	text-decoration: underline;
}

code {
	background: #f5f7f7;
}

:focus {
	outline: 1px dotted;
}

/* Ionicons, v2.0.0 http://ionicons.com */
@font-face {
	font-family: "Ionicons";
	src: url("fonts/ionicons.eot?v=2.0.0");
	src: url("fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("fonts/ionicons.woff?v=2.0.0") format("woff"), url("fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.ion, .ionicons, [class^="ion-"] {
	display: inline-block;
	font-family: "Ionicons";
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
	content: "\f101";
}

.ion-alert-circled:before {
	content: "\f100";
}

.ion-android-add:before {
	content: "\f2c7";
}

.ion-android-add-circle:before {
	content: "\f359";
}

.ion-android-alarm-clock:before {
	content: "\f35a";
}

.ion-android-alert:before {
	content: "\f35b";
}

.ion-android-apps:before {
	content: "\f35c";
}

.ion-android-archive:before {
	content: "\f2c9";
}

.ion-android-arrow-back:before {
	content: "\f2ca";
}

.ion-android-arrow-down:before {
	content: "\f35d";
}

.ion-android-arrow-dropdown:before {
	content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
	content: "\f35e";
}

.ion-android-arrow-dropleft:before {
	content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
	content: "\f360";
}

.ion-android-arrow-dropright:before {
	content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
	content: "\f362";
}

.ion-android-arrow-dropup:before {
	content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
	content: "\f364";
}

.ion-android-arrow-forward:before {
	content: "\f30f";
}

.ion-android-arrow-up:before {
	content: "\f366";
}

.ion-android-attach:before {
	content: "\f367";
}

.ion-android-bar:before {
	content: "\f368";
}

.ion-android-bicycle:before {
	content: "\f369";
}

.ion-android-boat:before {
	content: "\f36a";
}

.ion-android-bookmark:before {
	content: "\f36b";
}

.ion-android-bulb:before {
	content: "\f36c";
}

.ion-android-bus:before {
	content: "\f36d";
}

.ion-android-calendar:before {
	content: "\f2d1";
}

.ion-android-call:before {
	content: "\f2d2";
}

.ion-android-camera:before {
	content: "\f2d3";
}

.ion-android-cancel:before {
	content: "\f36e";
}

.ion-android-car:before {
	content: "\f36f";
}

.ion-android-cart:before {
	content: "\f370";
}

.ion-android-chat:before {
	content: "\f2d4";
}

.ion-android-checkbox:before {
	content: "\f374";
}

.ion-android-checkbox-blank:before {
	content: "\f371";
}

.ion-android-checkbox-outline:before {
	content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
	content: "\f372";
}

.ion-android-checkmark-circle:before {
	content: "\f375";
}

.ion-android-clipboard:before {
	content: "\f376";
}

.ion-android-close:before {
	content: "\f2d7";
}

.ion-android-cloud:before {
	content: "\f37a";
}

.ion-android-cloud-circle:before {
	content: "\f377";
}

.ion-android-cloud-done:before {
	content: "\f378";
}

.ion-android-cloud-outline:before {
	content: "\f379";
}

.ion-android-color-palette:before {
	content: "\f37b";
}

.ion-android-compass:before {
	content: "\f37c";
}

.ion-android-contact:before {
	content: "\f2d8";
}

.ion-android-contacts:before {
	content: "\f2d9";
}

.ion-android-contract:before {
	content: "\f37d";
}

.ion-android-create:before {
	content: "\f37e";
}

.ion-android-delete:before {
	content: "\f37f";
}

.ion-android-desktop:before {
	content: "\f380";
}

.ion-android-document:before {
	content: "\f381";
}

.ion-android-done:before {
	content: "\f383";
}

.ion-android-done-all:before {
	content: "\f382";
}

.ion-android-download:before {
	content: "\f2dd";
}

.ion-android-drafts:before {
	content: "\f384";
}

.ion-android-exit:before {
	content: "\f385";
}

.ion-android-expand:before {
	content: "\f386";
}

.ion-android-favorite:before {
	content: "\f388";
}

.ion-android-favorite-outline:before {
	content: "\f387";
}

.ion-android-film:before {
	content: "\f389";
}

.ion-android-folder:before {
	content: "\f2e0";
}

.ion-android-folder-open:before {
	content: "\f38a";
}

.ion-android-funnel:before {
	content: "\f38b";
}

.ion-android-globe:before {
	content: "\f38c";
}

.ion-android-hand:before {
	content: "\f2e3";
}

.ion-android-hangout:before {
	content: "\f38d";
}

.ion-android-happy:before {
	content: "\f38e";
}

.ion-android-home:before {
	content: "\f38f";
}

.ion-android-image:before {
	content: "\f2e4";
}

.ion-android-laptop:before {
	content: "\f390";
}

.ion-android-list:before {
	content: "\f391";
}

.ion-android-locate:before {
	content: "\f2e9";
}

.ion-android-lock:before {
	content: "\f392";
}

.ion-android-mail:before {
	content: "\f2eb";
}

.ion-android-map:before {
	content: "\f393";
}

.ion-android-menu:before {
	content: "\f394";
}

.ion-android-microphone:before {
	content: "\f2ec";
}

.ion-android-microphone-off:before {
	content: "\f395";
}

.ion-android-more-horizontal:before {
	content: "\f396";
}

.ion-android-more-vertical:before {
	content: "\f397";
}

.ion-android-navigate:before {
	content: "\f398";
}

.ion-android-notifications:before {
	content: "\f39b";
}

.ion-android-notifications-none:before {
	content: "\f399";
}

.ion-android-notifications-off:before {
	content: "\f39a";
}

.ion-android-open:before {
	content: "\f39c";
}

.ion-android-options:before {
	content: "\f39d";
}

.ion-android-people:before {
	content: "\f39e";
}

.ion-android-person:before {
	content: "\f3a0";
}

.ion-android-person-add:before {
	content: "\f39f";
}

.ion-android-phone-landscape:before {
	content: "\f3a1";
}

.ion-android-phone-portrait:before {
	content: "\f3a2";
}

.ion-android-pin:before {
	content: "\f3a3";
}

.ion-android-plane:before {
	content: "\f3a4";
}

.ion-android-playstore:before {
	content: "\f2f0";
}

.ion-android-print:before {
	content: "\f3a5";
}

.ion-android-radio-button-off:before {
	content: "\f3a6";
}

.ion-android-radio-button-on:before {
	content: "\f3a7";
}

.ion-android-refresh:before {
	content: "\f3a8";
}

.ion-android-remove:before {
	content: "\f2f4";
}

.ion-android-remove-circle:before {
	content: "\f3a9";
}

.ion-android-restaurant:before {
	content: "\f3aa";
}

.ion-android-sad:before {
	content: "\f3ab";
}

.ion-android-search:before {
	content: "\f2f5";
}

.ion-android-send:before {
	content: "\f2f6";
}

.ion-android-settings:before {
	content: "\f2f7";
}

.ion-android-share:before {
	content: "\f2f8";
}

.ion-android-share-alt:before {
	content: "\f3ac";
}

.ion-android-star:before {
	content: "\f2fc";
}

.ion-android-star-half:before {
	content: "\f3ad";
}

.ion-android-star-outline:before {
	content: "\f3ae";
}

.ion-android-stopwatch:before {
	content: "\f2fd";
}

.ion-android-subway:before {
	content: "\f3af";
}

.ion-android-sunny:before {
	content: "\f3b0";
}

.ion-android-sync:before {
	content: "\f3b1";
}

.ion-android-textsms:before {
	content: "\f3b2";
}

.ion-android-time:before {
	content: "\f3b3";
}

.ion-android-train:before {
	content: "\f3b4";
}

.ion-android-unlock:before {
	content: "\f3b5";
}

.ion-android-upload:before {
	content: "\f3b6";
}

.ion-android-volume-down:before {
	content: "\f3b7";
}

.ion-android-volume-mute:before {
	content: "\f3b8";
}

.ion-android-volume-off:before {
	content: "\f3b9";
}

.ion-android-volume-up:before {
	content: "\f3ba";
}

.ion-android-walk:before {
	content: "\f3bb";
}

.ion-android-warning:before {
	content: "\f3bc";
}

.ion-android-watch:before {
	content: "\f3bd";
}

.ion-android-wifi:before {
	content: "\f305";
}

.ion-aperture:before {
	content: "\f313";
}

.ion-archive:before {
	content: "\f102";
}

.ion-arrow-down-a:before {
	content: "\f103";
}

.ion-arrow-down-b:before {
	content: "\f104";
}

.ion-arrow-down-c:before {
	content: "\f105";
}

.ion-arrow-expand:before {
	content: "\f25e";
}

.ion-arrow-graph-down-left:before {
	content: "\f25f";
}

.ion-arrow-graph-down-right:before {
	content: "\f260";
}

.ion-arrow-graph-up-left:before {
	content: "\f261";
}

.ion-arrow-graph-up-right:before {
	content: "\f262";
}

.ion-arrow-left-a:before {
	content: "\f106";
}

.ion-arrow-left-b:before {
	content: "\f107";
}

.ion-arrow-left-c:before {
	content: "\f108";
}

.ion-arrow-move:before {
	content: "\f263";
}

.ion-arrow-resize:before {
	content: "\f264";
}

.ion-arrow-return-left:before {
	content: "\f265";
}

.ion-arrow-return-right:before {
	content: "\f266";
}

.ion-arrow-right-a:before {
	content: "\f109";
}

.ion-arrow-right-b:before {
	content: "\f10a";
}

.ion-arrow-right-c:before {
	content: "\f10b";
}

.ion-arrow-shrink:before {
	content: "\f267";
}

.ion-arrow-swap:before {
	content: "\f268";
}

.ion-arrow-up-a:before {
	content: "\f10c";
}

.ion-arrow-up-b:before {
	content: "\f10d";
}

.ion-arrow-up-c:before {
	content: "\f10e";
}

.ion-asterisk:before {
	content: "\f314";
}

.ion-at:before {
	content: "\f10f";
}

.ion-backspace:before {
	content: "\f3bf";
}

.ion-backspace-outline:before {
	content: "\f3be";
}

.ion-bag:before {
	content: "\f110";
}

.ion-battery-charging:before {
	content: "\f111";
}

.ion-battery-empty:before {
	content: "\f112";
}

.ion-battery-full:before {
	content: "\f113";
}

.ion-battery-half:before {
	content: "\f114";
}

.ion-battery-low:before {
	content: "\f115";
}

.ion-beaker:before {
	content: "\f269";
}

.ion-beer:before {
	content: "\f26a";
}

.ion-bluetooth:before {
	content: "\f116";
}

.ion-bonfire:before {
	content: "\f315";
}

.ion-bookmark:before {
	content: "\f26b";
}

.ion-bowtie:before {
	content: "\f3c0";
}

.ion-briefcase:before {
	content: "\f26c";
}

.ion-bug:before {
	content: "\f2be";
}

.ion-calculator:before {
	content: "\f26d";
}

.ion-calendar:before {
	content: "\f117";
}

.ion-camera:before {
	content: "\f118";
}

.ion-card:before {
	content: "\f119";
}

.ion-cash:before {
	content: "\f316";
}

.ion-chatbox:before {
	content: "\f11b";
}

.ion-chatbox-working:before {
	content: "\f11a";
}

.ion-chatboxes:before {
	content: "\f11c";
}

.ion-chatbubble:before {
	content: "\f11e";
}

.ion-chatbubble-working:before {
	content: "\f11d";
}

.ion-chatbubbles:before {
	content: "\f11f";
}

.ion-checkmark:before {
	content: "\f122";
}

.ion-checkmark-circled:before {
	content: "\f120";
}

.ion-checkmark-round:before {
	content: "\f121";
}

.ion-chevron-down:before {
	content: "\f123";
}

.ion-chevron-left:before {
	content: "\f124";
}

.ion-chevron-right:before {
	content: "\f125";
}

.ion-chevron-up:before {
	content: "\f126";
}

.ion-clipboard:before {
	content: "\f127";
}

.ion-clock:before {
	content: "\f26e";
}

.ion-close:before {
	content: "\f12a";
}

.ion-close-circled:before {
	content: "\f128";
}

.ion-close-round:before {
	content: "\f129";
}

.ion-closed-captioning:before {
	content: "\f317";
}

.ion-cloud:before {
	content: "\f12b";
}

.ion-code:before {
	content: "\f271";
}

.ion-code-download:before {
	content: "\f26f";
}

.ion-code-working:before {
	content: "\f270";
}

.ion-coffee:before {
	content: "\f272";
}

.ion-compass:before {
	content: "\f273";
}

.ion-compose:before {
	content: "\f12c";
}

.ion-connection-bars:before {
	content: "\f274";
}

.ion-contrast:before {
	content: "\f275";
}

.ion-crop:before {
	content: "\f3c1";
}

.ion-cube:before {
	content: "\f318";
}

.ion-disc:before {
	content: "\f12d";
}

.ion-document:before {
	content: "\f12f";
}

.ion-document-text:before {
	content: "\f12e";
}

.ion-drag:before {
	content: "\f130";
}

.ion-earth:before {
	content: "\f276";
}

.ion-easel:before {
	content: "\f3c2";
}

.ion-edit:before {
	content: "\f2bf";
}

.ion-egg:before {
	content: "\f277";
}

.ion-eject:before {
	content: "\f131";
}

.ion-email:before {
	content: "\f132";
}

.ion-email-unread:before {
	content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
	content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
	content: "\f3c4";
}

.ion-eye:before {
	content: "\f133";
}

.ion-eye-disabled:before {
	content: "\f306";
}

.ion-female:before {
	content: "\f278";
}

.ion-filing:before {
	content: "\f134";
}

.ion-film-marker:before {
	content: "\f135";
}

.ion-fireball:before {
	content: "\f319";
}

.ion-flag:before {
	content: "\f279";
}

.ion-flame:before {
	content: "\f31a";
}

.ion-flash:before {
	content: "\f137";
}

.ion-flash-off:before {
	content: "\f136";
}

.ion-folder:before {
	content: "\f139";
}

.ion-fork:before {
	content: "\f27a";
}

.ion-fork-repo:before {
	content: "\f2c0";
}

.ion-forward:before {
	content: "\f13a";
}

.ion-funnel:before {
	content: "\f31b";
}

.ion-gear-a:before {
	content: "\f13d";
}

.ion-gear-b:before {
	content: "\f13e";
}

.ion-grid:before {
	content: "\f13f";
}

.ion-hammer:before {
	content: "\f27b";
}

.ion-happy:before {
	content: "\f31c";
}

.ion-happy-outline:before {
	content: "\f3c6";
}

.ion-headphone:before {
	content: "\f140";
}

.ion-heart:before {
	content: "\f141";
}

.ion-heart-broken:before {
	content: "\f31d";
}

.ion-help:before {
	content: "\f143";
}

.ion-help-buoy:before {
	content: "\f27c";
}

.ion-help-circled:before {
	content: "\f142";
}

.ion-home:before {
	content: "\f144";
}

.ion-icecream:before {
	content: "\f27d";
}

.ion-image:before {
	content: "\f147";
}

.ion-images:before {
	content: "\f148";
}

.ion-information:before {
	content: "\f14a";
}

.ion-information-circled:before {
	content: "\f149";
}

.ion-ionic:before {
	content: "\f14b";
}

.ion-ios-alarm:before {
	content: "\f3c8";
}

.ion-ios-alarm-outline:before {
	content: "\f3c7";
}

.ion-ios-albums:before {
	content: "\f3ca";
}

.ion-ios-albums-outline:before {
	content: "\f3c9";
}

.ion-ios-americanfootball:before {
	content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
	content: "\f3cb";
}

.ion-ios-analytics:before {
	content: "\f3ce";
}

.ion-ios-analytics-outline:before {
	content: "\f3cd";
}

.ion-ios-arrow-back:before {
	content: "\f3cf";
}

.ion-ios-arrow-down:before {
	content: "\f3d0";
}

.ion-ios-arrow-forward:before {
	content: "\f3d1";
}

.ion-ios-arrow-left:before {
	content: "\f3d2";
}

.ion-ios-arrow-right:before {
	content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
	content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
	content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
	content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
	content: "\f3d7";
}

.ion-ios-arrow-up:before {
	content: "\f3d8";
}

.ion-ios-at:before {
	content: "\f3da";
}

.ion-ios-at-outline:before {
	content: "\f3d9";
}

.ion-ios-barcode:before {
	content: "\f3dc";
}

.ion-ios-barcode-outline:before {
	content: "\f3db";
}

.ion-ios-baseball:before {
	content: "\f3de";
}

.ion-ios-baseball-outline:before {
	content: "\f3dd";
}

.ion-ios-basketball:before {
	content: "\f3e0";
}

.ion-ios-basketball-outline:before {
	content: "\f3df";
}

.ion-ios-bell:before {
	content: "\f3e2";
}

.ion-ios-bell-outline:before {
	content: "\f3e1";
}

.ion-ios-body:before {
	content: "\f3e4";
}

.ion-ios-body-outline:before {
	content: "\f3e3";
}

.ion-ios-bolt:before {
	content: "\f3e6";
}

.ion-ios-bolt-outline:before {
	content: "\f3e5";
}

.ion-ios-book:before {
	content: "\f3e8";
}

.ion-ios-book-outline:before {
	content: "\f3e7";
}

.ion-ios-bookmarks:before {
	content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
	content: "\f3e9";
}

.ion-ios-box:before {
	content: "\f3ec";
}

.ion-ios-box-outline:before {
	content: "\f3eb";
}

.ion-ios-briefcase:before {
	content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
	content: "\f3ed";
}

.ion-ios-browsers:before {
	content: "\f3f0";
}

.ion-ios-browsers-outline:before {
	content: "\f3ef";
}

.ion-ios-calculator:before {
	content: "\f3f2";
}

.ion-ios-calculator-outline:before {
	content: "\f3f1";
}

.ion-ios-calendar:before {
	content: "\f3f4";
}

.ion-ios-calendar-outline:before {
	content: "\f3f3";
}

.ion-ios-camera:before {
	content: "\f3f6";
}

.ion-ios-camera-outline:before {
	content: "\f3f5";
}

.ion-ios-cart:before {
	content: "\f3f8";
}

.ion-ios-cart-outline:before {
	content: "\f3f7";
}

.ion-ios-chatboxes:before {
	content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
	content: "\f3f9";
}

.ion-ios-chatbubble:before {
	content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
	content: "\f3fb";
}

.ion-ios-checkmark:before {
	content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
	content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
	content: "\f3fe";
}

.ion-ios-circle-filled:before {
	content: "\f400";
}

.ion-ios-circle-outline:before {
	content: "\f401";
}

.ion-ios-clock:before {
	content: "\f403";
}

.ion-ios-clock-outline:before {
	content: "\f402";
}

.ion-ios-close:before {
	content: "\f406";
}

.ion-ios-close-empty:before {
	content: "\f404";
}

.ion-ios-close-outline:before {
	content: "\f405";
}

.ion-ios-cloud:before {
	content: "\f40c";
}

.ion-ios-cloud-download:before {
	content: "\f408";
}

.ion-ios-cloud-download-outline:before {
	content: "\f407";
}

.ion-ios-cloud-outline:before {
	content: "\f409";
}

.ion-ios-cloud-upload:before {
	content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
	content: "\f40a";
}

.ion-ios-cloudy:before {
	content: "\f410";
}

.ion-ios-cloudy-night:before {
	content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
	content: "\f40d";
}

.ion-ios-cloudy-outline:before {
	content: "\f40f";
}

.ion-ios-cog:before {
	content: "\f412";
}

.ion-ios-cog-outline:before {
	content: "\f411";
}

.ion-ios-color-filter:before {
	content: "\f414";
}

.ion-ios-color-filter-outline:before {
	content: "\f413";
}

.ion-ios-color-wand:before {
	content: "\f416";
}

.ion-ios-color-wand-outline:before {
	content: "\f415";
}

.ion-ios-compose:before {
	content: "\f418";
}

.ion-ios-compose-outline:before {
	content: "\f417";
}

.ion-ios-contact:before {
	content: "\f41a";
}

.ion-ios-contact-outline:before {
	content: "\f419";
}

.ion-ios-copy:before {
	content: "\f41c";
}

.ion-ios-copy-outline:before {
	content: "\f41b";
}

.ion-ios-crop:before {
	content: "\f41e";
}

.ion-ios-crop-strong:before {
	content: "\f41d";
}

.ion-ios-download:before {
	content: "\f420";
}

.ion-ios-download-outline:before {
	content: "\f41f";
}

.ion-ios-drag:before {
	content: "\f421";
}

.ion-ios-email:before {
	content: "\f423";
}

.ion-ios-email-outline:before {
	content: "\f422";
}

.ion-ios-eye:before {
	content: "\f425";
}

.ion-ios-eye-outline:before {
	content: "\f424";
}

.ion-ios-fastforward:before {
	content: "\f427";
}

.ion-ios-fastforward-outline:before {
	content: "\f426";
}

.ion-ios-filing:before {
	content: "\f429";
}

.ion-ios-filing-outline:before {
	content: "\f428";
}

.ion-ios-film:before {
	content: "\f42b";
}

.ion-ios-film-outline:before {
	content: "\f42a";
}

.ion-ios-flag:before {
	content: "\f42d";
}

.ion-ios-flag-outline:before {
	content: "\f42c";
}

.ion-ios-flame:before {
	content: "\f42f";
}

.ion-ios-flame-outline:before {
	content: "\f42e";
}

.ion-ios-flask:before {
	content: "\f431";
}

.ion-ios-flask-outline:before {
	content: "\f430";
}

.ion-ios-flower:before {
	content: "\f433";
}

.ion-ios-flower-outline:before {
	content: "\f432";
}

.ion-ios-folder:before {
	content: "\f435";
}

.ion-ios-folder-outline:before {
	content: "\f434";
}

.ion-ios-football:before {
	content: "\f437";
}

.ion-ios-football-outline:before {
	content: "\f436";
}

.ion-ios-game-controller-a:before {
	content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
	content: "\f438";
}

.ion-ios-game-controller-b:before {
	content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
	content: "\f43a";
}

.ion-ios-gear:before {
	content: "\f43d";
}

.ion-ios-gear-outline:before {
	content: "\f43c";
}

.ion-ios-glasses:before {
	content: "\f43f";
}

.ion-ios-glasses-outline:before {
	content: "\f43e";
}

.ion-ios-grid-view:before {
	content: "\f441";
}

.ion-ios-grid-view-outline:before {
	content: "\f440";
}

.ion-ios-heart:before {
	content: "\f443";
}

.ion-ios-heart-outline:before {
	content: "\f442";
}

.ion-ios-help:before {
	content: "\f446";
}

.ion-ios-help-empty:before {
	content: "\f444";
}

.ion-ios-help-outline:before {
	content: "\f445";
}

.ion-ios-home:before {
	content: "\f448";
}

.ion-ios-home-outline:before {
	content: "\f447";
}

.ion-ios-infinite:before {
	content: "\f44a";
}

.ion-ios-infinite-outline:before {
	content: "\f449";
}

.ion-ios-information:before {
	content: "\f44d";
}

.ion-ios-information-empty:before {
	content: "\f44b";
}

.ion-ios-information-outline:before {
	content: "\f44c";
}

.ion-ios-ionic-outline:before {
	content: "\f44e";
}

.ion-ios-keypad:before {
	content: "\f450";
}

.ion-ios-keypad-outline:before {
	content: "\f44f";
}

.ion-ios-lightbulb:before {
	content: "\f452";
}

.ion-ios-lightbulb-outline:before {
	content: "\f451";
}

.ion-ios-list:before {
	content: "\f454";
}

.ion-ios-list-outline:before {
	content: "\f453";
}

.ion-ios-location:before {
	content: "\f456";
}

.ion-ios-location-outline:before {
	content: "\f455";
}

.ion-ios-locked:before {
	content: "\f458";
}

.ion-ios-locked-outline:before {
	content: "\f457";
}

.ion-ios-loop:before {
	content: "\f45a";
}

.ion-ios-loop-strong:before {
	content: "\f459";
}

.ion-ios-medical:before {
	content: "\f45c";
}

.ion-ios-medical-outline:before {
	content: "\f45b";
}

.ion-ios-medkit:before {
	content: "\f45e";
}

.ion-ios-medkit-outline:before {
	content: "\f45d";
}

.ion-ios-mic:before {
	content: "\f461";
}

.ion-ios-mic-off:before {
	content: "\f45f";
}

.ion-ios-mic-outline:before {
	content: "\f460";
}

.ion-ios-minus:before {
	content: "\f464";
}

.ion-ios-minus-empty:before {
	content: "\f462";
}

.ion-ios-minus-outline:before {
	content: "\f463";
}

.ion-ios-monitor:before {
	content: "\f466";
}

.ion-ios-monitor-outline:before {
	content: "\f465";
}

.ion-ios-moon:before {
	content: "\f468";
}

.ion-ios-moon-outline:before {
	content: "\f467";
}

.ion-ios-more:before {
	content: "\f46a";
}

.ion-ios-more-outline:before {
	content: "\f469";
}

.ion-ios-musical-note:before {
	content: "\f46b";
}

.ion-ios-musical-notes:before {
	content: "\f46c";
}

.ion-ios-navigate:before {
	content: "\f46e";
}

.ion-ios-navigate-outline:before {
	content: "\f46d";
}

.ion-ios-nutrition:before {
	content: "\f470";
}

.ion-ios-nutrition-outline:before {
	content: "\f46f";
}

.ion-ios-paper:before {
	content: "\f472";
}

.ion-ios-paper-outline:before {
	content: "\f471";
}

.ion-ios-paperplane:before {
	content: "\f474";
}

.ion-ios-paperplane-outline:before {
	content: "\f473";
}

.ion-ios-partlysunny:before {
	content: "\f476";
}

.ion-ios-partlysunny-outline:before {
	content: "\f475";
}

.ion-ios-pause:before {
	content: "\f478";
}

.ion-ios-pause-outline:before {
	content: "\f477";
}

.ion-ios-paw:before {
	content: "\f47a";
}

.ion-ios-paw-outline:before {
	content: "\f479";
}

.ion-ios-people:before {
	content: "\f47c";
}

.ion-ios-people-outline:before {
	content: "\f47b";
}

.ion-ios-person:before {
	content: "\f47e";
}

.ion-ios-person-outline:before {
	content: "\f47d";
}

.ion-ios-personadd:before {
	content: "\f480";
}

.ion-ios-personadd-outline:before {
	content: "\f47f";
}

.ion-ios-photos:before {
	content: "\f482";
}

.ion-ios-photos-outline:before {
	content: "\f481";
}

.ion-ios-pie:before {
	content: "\f484";
}

.ion-ios-pie-outline:before {
	content: "\f483";
}

.ion-ios-pint:before {
	content: "\f486";
}

.ion-ios-pint-outline:before {
	content: "\f485";
}

.ion-ios-play:before {
	content: "\f488";
}

.ion-ios-play-outline:before {
	content: "\f487";
}

.ion-ios-plus:before {
	content: "\f48b";
}

.ion-ios-plus-empty:before {
	content: "\f489";
}

.ion-ios-plus-outline:before {
	content: "\f48a";
}

.ion-ios-pricetag:before {
	content: "\f48d";
}

.ion-ios-pricetag-outline:before {
	content: "\f48c";
}

.ion-ios-pricetags:before {
	content: "\f48f";
}

.ion-ios-pricetags-outline:before {
	content: "\f48e";
}

.ion-ios-printer:before {
	content: "\f491";
}

.ion-ios-printer-outline:before {
	content: "\f490";
}

.ion-ios-pulse:before {
	content: "\f493";
}

.ion-ios-pulse-strong:before {
	content: "\f492";
}

.ion-ios-rainy:before {
	content: "\f495";
}

.ion-ios-rainy-outline:before {
	content: "\f494";
}

.ion-ios-recording:before {
	content: "\f497";
}

.ion-ios-recording-outline:before {
	content: "\f496";
}

.ion-ios-redo:before {
	content: "\f499";
}

.ion-ios-redo-outline:before {
	content: "\f498";
}

.ion-ios-refresh:before {
	content: "\f49c";
}

.ion-ios-refresh-empty:before {
	content: "\f49a";
}

.ion-ios-refresh-outline:before {
	content: "\f49b";
}

.ion-ios-reload:before {
	content: "\f49d";
}

.ion-ios-reverse-camera:before {
	content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
	content: "\f49e";
}

.ion-ios-rewind:before {
	content: "\f4a1";
}

.ion-ios-rewind-outline:before {
	content: "\f4a0";
}

.ion-ios-rose:before {
	content: "\f4a3";
}

.ion-ios-rose-outline:before {
	content: "\f4a2";
}

.ion-ios-search:before {
	content: "\f4a5";
}

.ion-ios-search-strong:before {
	content: "\f4a4";
}

.ion-ios-settings:before {
	content: "\f4a7";
}

.ion-ios-settings-strong:before {
	content: "\f4a6";
}

.ion-ios-shuffle:before {
	content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
	content: "\f4a8";
}

.ion-ios-skipbackward:before {
	content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
	content: "\f4aa";
}

.ion-ios-skipforward:before {
	content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
	content: "\f4ac";
}

.ion-ios-snowy:before {
	content: "\f4ae";
}

.ion-ios-speedometer:before {
	content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
	content: "\f4af";
}

.ion-ios-star:before {
	content: "\f4b3";
}

.ion-ios-star-half:before {
	content: "\f4b1";
}

.ion-ios-star-outline:before {
	content: "\f4b2";
}

.ion-ios-stopwatch:before {
	content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
	content: "\f4b4";
}

.ion-ios-sunny:before {
	content: "\f4b7";
}

.ion-ios-sunny-outline:before {
	content: "\f4b6";
}

.ion-ios-telephone:before {
	content: "\f4b9";
}

.ion-ios-telephone-outline:before {
	content: "\f4b8";
}

.ion-ios-tennisball:before {
	content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
	content: "\f4ba";
}

.ion-ios-thunderstorm:before {
	content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
	content: "\f4bc";
}

.ion-ios-time:before {
	content: "\f4bf";
}

.ion-ios-time-outline:before {
	content: "\f4be";
}

.ion-ios-timer:before {
	content: "\f4c1";
}

.ion-ios-timer-outline:before {
	content: "\f4c0";
}

.ion-ios-toggle:before {
	content: "\f4c3";
}

.ion-ios-toggle-outline:before {
	content: "\f4c2";
}

.ion-ios-trash:before {
	content: "\f4c5";
}

.ion-ios-trash-outline:before {
	content: "\f4c4";
}

.ion-ios-undo:before {
	content: "\f4c7";
}

.ion-ios-undo-outline:before {
	content: "\f4c6";
}

.ion-ios-unlocked:before {
	content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
	content: "\f4c8";
}

.ion-ios-upload:before {
	content: "\f4cb";
}

.ion-ios-upload-outline:before {
	content: "\f4ca";
}

.ion-ios-videocam:before {
	content: "\f4cd";
}

.ion-ios-videocam-outline:before {
	content: "\f4cc";
}

.ion-ios-volume-high:before {
	content: "\f4ce";
}

.ion-ios-volume-low:before {
	content: "\f4cf";
}

.ion-ios-wineglass:before {
	content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
	content: "\f4d0";
}

.ion-ios-world:before {
	content: "\f4d3";
}

.ion-ios-world-outline:before {
	content: "\f4d2";
}

.ion-ipad:before {
	content: "\f1f9";
}

.ion-iphone:before {
	content: "\f1fa";
}

.ion-ipod:before {
	content: "\f1fb";
}

.ion-jet:before {
	content: "\f295";
}

.ion-key:before {
	content: "\f296";
}

.ion-knife:before {
	content: "\f297";
}

.ion-laptop:before {
	content: "\f1fc";
}

.ion-leaf:before {
	content: "\f1fd";
}

.ion-levels:before {
	content: "\f298";
}

.ion-lightbulb:before {
	content: "\f299";
}

.ion-link:before {
	content: "\f1fe";
}

.ion-load-a:before {
	content: "\f29a";
}

.ion-load-b:before {
	content: "\f29b";
}

.ion-load-c:before {
	content: "\f29c";
}

.ion-load-d:before {
	content: "\f29d";
}

.ion-location:before {
	content: "\f1ff";
}

.ion-lock-combination:before {
	content: "\f4d4";
}

.ion-locked:before {
	content: "\f200";
}

.ion-log-in:before {
	content: "\f29e";
}

.ion-log-out:before {
	content: "\f29f";
}

.ion-loop:before {
	content: "\f201";
}

.ion-magnet:before {
	content: "\f2a0";
}

.ion-male:before {
	content: "\f2a1";
}

.ion-man:before {
	content: "\f202";
}

.ion-map:before {
	content: "\f203";
}

.ion-medkit:before {
	content: "\f2a2";
}

.ion-merge:before {
	content: "\f33f";
}

.ion-mic-a:before {
	content: "\f204";
}

.ion-mic-b:before {
	content: "\f205";
}

.ion-mic-c:before {
	content: "\f206";
}

.ion-minus:before {
	content: "\f209";
}

.ion-minus-circled:before {
	content: "\f207";
}

.ion-minus-round:before {
	content: "\f208";
}

.ion-model-s:before {
	content: "\f2c1";
}

.ion-monitor:before {
	content: "\f20a";
}

.ion-more:before {
	content: "\f20b";
}

.ion-mouse:before {
	content: "\f340";
}

.ion-music-note:before {
	content: "\f20c";
}

.ion-navicon:before {
	content: "\f20e";
}

.ion-navicon-round:before {
	content: "\f20d";
}

.ion-navigate:before {
	content: "\f2a3";
}

.ion-network:before {
	content: "\f341";
}

.ion-no-smoking:before {
	content: "\f2c2";
}

.ion-nuclear:before {
	content: "\f2a4";
}

.ion-outlet:before {
	content: "\f342";
}

.ion-paintbrush:before {
	content: "\f4d5";
}

.ion-paintbucket:before {
	content: "\f4d6";
}

.ion-paper-airplane:before {
	content: "\f2c3";
}

.ion-paperclip:before {
	content: "\f20f";
}

.ion-pause:before {
	content: "\f210";
}

.ion-person:before {
	content: "\f213";
}

.ion-person-add:before {
	content: "\f211";
}

.ion-person-stalker:before {
	content: "\f212";
}

.ion-pie-graph:before {
	content: "\f2a5";
}

.ion-pin:before {
	content: "\f2a6";
}

.ion-pinpoint:before {
	content: "\f2a7";
}

.ion-pizza:before {
	content: "\f2a8";
}

.ion-plane:before {
	content: "\f214";
}

.ion-planet:before {
	content: "\f343";
}

.ion-play:before {
	content: "\f215";
}

.ion-playstation:before {
	content: "\f30a";
}

.ion-plus:before {
	content: "\f218";
}

.ion-plus-circled:before {
	content: "\f216";
}

.ion-plus-round:before {
	content: "\f217";
}

.ion-podium:before {
	content: "\f344";
}

.ion-pound:before {
	content: "\f219";
}

.ion-power:before {
	content: "\f2a9";
}

.ion-pricetag:before {
	content: "\f2aa";
}

.ion-pricetags:before {
	content: "\f2ab";
}

.ion-printer:before {
	content: "\f21a";
}

.ion-pull-request:before {
	content: "\f345";
}

.ion-qr-scanner:before {
	content: "\f346";
}

.ion-quote:before {
	content: "\f347";
}

.ion-radio-waves:before {
	content: "\f2ac";
}

.ion-record:before {
	content: "\f21b";
}

.ion-refresh:before {
	content: "\f21c";
}

.ion-reply:before {
	content: "\f21e";
}

.ion-reply-all:before {
	content: "\f21d";
}

.ion-ribbon-a:before {
	content: "\f348";
}

.ion-ribbon-b:before {
	content: "\f349";
}

.ion-sad:before {
	content: "\f34a";
}

.ion-sad-outline:before {
	content: "\f4d7";
}

.ion-scissors:before {
	content: "\f34b";
}

.ion-search:before {
	content: "\f21f";
}

.ion-settings:before {
	content: "\f2ad";
}

.ion-share:before {
	content: "\f220";
}

.ion-shuffle:before {
	content: "\f221";
}

.ion-skip-backward:before {
	content: "\f222";
}

.ion-skip-forward:before {
	content: "\f223";
}

.ion-social-android:before {
	content: "\f225";
}

.ion-social-android-outline:before {
	content: "\f224";
}

.ion-social-angular:before {
	content: "\f4d9";
}

.ion-social-angular-outline:before {
	content: "\f4d8";
}

.ion-social-apple:before {
	content: "\f227";
}

.ion-social-apple-outline:before {
	content: "\f226";
}

.ion-social-bitcoin:before {
	content: "\f2af";
}

.ion-social-bitcoin-outline:before {
	content: "\f2ae";
}

.ion-social-buffer:before {
	content: "\f229";
}

.ion-social-buffer-outline:before {
	content: "\f228";
}

.ion-social-chrome:before {
	content: "\f4db";
}

.ion-social-chrome-outline:before {
	content: "\f4da";
}

.ion-social-codepen:before {
	content: "\f4dd";
}

.ion-social-codepen-outline:before {
	content: "\f4dc";
}

.ion-social-css3:before {
	content: "\f4df";
}

.ion-social-css3-outline:before {
	content: "\f4de";
}

.ion-social-designernews:before {
	content: "\f22b";
}

.ion-social-designernews-outline:before {
	content: "\f22a";
}

.ion-social-dribbble:before {
	content: "\f22d";
}

.ion-social-dribbble-outline:before {
	content: "\f22c";
}

.ion-social-dropbox:before {
	content: "\f22f";
}

.ion-social-dropbox-outline:before {
	content: "\f22e";
}

.ion-social-euro:before {
	content: "\f4e1";
}

.ion-social-euro-outline:before {
	content: "\f4e0";
}

.ion-social-facebook:before {
	content: "\f231";
}

.ion-social-facebook-outline:before {
	content: "\f230";
}

.ion-social-foursquare:before {
	content: "\f34d";
}

.ion-social-foursquare-outline:before {
	content: "\f34c";
}

.ion-social-freebsd-devil:before {
	content: "\f2c4";
}

.ion-social-github:before {
	content: "\f233";
}

.ion-social-github-outline:before {
	content: "\f232";
}

.ion-social-google:before {
	content: "\f34f";
}

.ion-social-google-outline:before {
	content: "\f34e";
}

.ion-social-googleplus:before {
	content: "\f235";
}

.ion-social-googleplus-outline:before {
	content: "\f234";
}

.ion-social-hackernews:before {
	content: "\f237";
}

.ion-social-hackernews-outline:before {
	content: "\f236";
}

.ion-social-html5:before {
	content: "\f4e3";
}

.ion-social-html5-outline:before {
	content: "\f4e2";
}

.ion-social-instagram:before {
	content: "\f351";
}

.ion-social-instagram-outline:before {
	content: "\f350";
}

.ion-social-javascript:before {
	content: "\f4e5";
}

.ion-social-javascript-outline:before {
	content: "\f4e4";
}

.ion-social-linkedin:before {
	content: "\f239";
}

.ion-social-linkedin-outline:before {
	content: "\f238";
}

.ion-social-markdown:before {
	content: "\f4e6";
}

.ion-social-nodejs:before {
	content: "\f4e7";
}

.ion-social-octocat:before {
	content: "\f4e8";
}

.ion-social-pinterest:before {
	content: "\f2b1";
}

.ion-social-pinterest-outline:before {
	content: "\f2b0";
}

.ion-social-python:before {
	content: "\f4e9";
}

.ion-social-reddit:before {
	content: "\f23b";
}

.ion-social-reddit-outline:before {
	content: "\f23a";
}

.ion-social-rss:before {
	content: "\f23d";
}

.ion-social-rss-outline:before {
	content: "\f23c";
}

.ion-social-sass:before {
	content: "\f4ea";
}

.ion-social-skype:before {
	content: "\f23f";
}

.ion-social-skype-outline:before {
	content: "\f23e";
}

.ion-social-snapchat:before {
	content: "\f4ec";
}

.ion-social-snapchat-outline:before {
	content: "\f4eb";
}

.ion-social-tumblr:before {
	content: "\f241";
}

.ion-social-tumblr-outline:before {
	content: "\f240";
}

.ion-social-tux:before {
	content: "\f2c5";
}

.ion-social-twitch:before {
	content: "\f4ee";
}

.ion-social-twitch-outline:before {
	content: "\f4ed";
}

.ion-social-twitter:before {
	content: "\f243";
}

.ion-social-twitter-outline:before {
	content: "\f242";
}

.ion-social-usd:before {
	content: "\f353";
}

.ion-social-usd-outline:before {
	content: "\f352";
}

.ion-social-vimeo:before {
	content: "\f245";
}

.ion-social-vimeo-outline:before {
	content: "\f244";
}

.ion-social-whatsapp:before {
	content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
	content: "\f4ef";
}

.ion-social-windows:before {
	content: "\f247";
}

.ion-social-windows-outline:before {
	content: "\f246";
}

.ion-social-wordpress:before {
	content: "\f249";
}

.ion-social-wordpress-outline:before {
	content: "\f248";
}

.ion-social-yahoo:before {
	content: "\f24b";
}

.ion-social-yahoo-outline:before {
	content: "\f24a";
}

.ion-social-yen:before {
	content: "\f4f2";
}

.ion-social-yen-outline:before {
	content: "\f4f1";
}

.ion-social-youtube:before {
	content: "\f24d";
}

.ion-social-youtube-outline:before {
	content: "\f24c";
}

.ion-soup-can:before {
	content: "\f4f4";
}

.ion-soup-can-outline:before {
	content: "\f4f3";
}

.ion-speakerphone:before {
	content: "\f2b2";
}

.ion-speedometer:before {
	content: "\f2b3";
}

.ion-spoon:before {
	content: "\f2b4";
}

.ion-star:before {
	content: "\f24e";
}

.ion-stats-bars:before {
	content: "\f2b5";
}

.ion-steam:before {
	content: "\f30b";
}

.ion-stop:before {
	content: "\f24f";
}

.ion-thermometer:before {
	content: "\f2b6";
}

.ion-thumbsdown:before {
	content: "\f250";
}

.ion-thumbsup:before {
	content: "\f251";
}

.ion-toggle:before {
	content: "\f355";
}

.ion-toggle-filled:before {
	content: "\f354";
}

.ion-transgender:before {
	content: "\f4f5";
}

.ion-trash-a:before {
	content: "\f252";
}

.ion-trash-b:before {
	content: "\f253";
}

.ion-trophy:before {
	content: "\f356";
}

.ion-tshirt:before {
	content: "\f4f7";
}

.ion-tshirt-outline:before {
	content: "\f4f6";
}

.ion-umbrella:before {
	content: "\f2b7";
}

.ion-university:before {
	content: "\f357";
}

.ion-unlocked:before {
	content: "\f254";
}

.ion-upload:before {
	content: "\f255";
}

.ion-usb:before {
	content: "\f2b8";
}

.ion-videocamera:before {
	content: "\f256";
}

.ion-volume-high:before {
	content: "\f257";
}

.ion-volume-low:before {
	content: "\f258";
}

.ion-volume-medium:before {
	content: "\f259";
}

.ion-volume-mute:before {
	content: "\f25a";
}

.ion-wand:before {
	content: "\f358";
}

.ion-waterdrop:before {
	content: "\f25b";
}

.ion-wifi:before {
	content: "\f25c";
}

.ion-wineglass:before {
	content: "\f2b9";
}

.ion-woman:before {
	content: "\f25d";
}

.ion-wrench:before {
	content: "\f2ba";
}

.ion-xbox:before {
	content: "\f30c";
}

.ionicon-spin {
	-webkit-animation: ionicon-spin 2s infinite linear;
	animation: ionicon-spin 2s infinite linear;
	display: inline-block;
}

@-webkit-keyframes ionicon-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes ionicon-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

#content {
	padding-bottom: 90px;
}

.site-main .col-md-12 {
	padding: 0 15px;
}

.corify-blog:not(.corify-blog--grid) {
	grid-gap: 70px;
}

.corify-sidebar-area,
.corify-main-area {
	width: 100%;
}

@media (min-width: 992px) {
	.corify-main-area {
		width: 68.37607%;
	}
	.corify-sidebar-area {
		flex: 1;
	}
}

.has-text-align-right {
	text-align: right;
}

.wp-block-button__link {
	border: 0;
	background: #ce8339;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 10px 15px;
	font-weight: bold;
	transition: 0.3s;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	border-radius: 2px;
	white-space: normal;
}

.wp-block-button__link:hover {
	background: #293957;
	color: #fff;
}

.wp-block-button__link:hover {
	text-decoration: none;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	color: #ce8339;
	padding-top: 7px;
	padding-bottom: 7px;
	background: transparent;
	border: 2px solid;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #fff;
	background: #293957;
	border-color: #293957;
}

.wp-block-cover .wp-block-button.is-style-outline {
	color: #fff;
}

.wp-block-code,
pre {
	font-family: monospace, monospace;
	background: #eee;
	color: #737f96;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

.wp-block-code code,
pre code {
	background: none;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: calc(100% - 30px);
}

.wp-block-cover {
	color: #fff;
	margin-bottom: 28px;
	line-height: 1.875;
}

.wp-block-cover a,
.wp-block-cover .wp-block-cover-text {
	margin: 0;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.wp-block-cover.has-left-content {
	justify-content: flex-start;
}

.wp-block-cover.has-right-content {
	justify-content: flex-end;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	max-width: 960px;
}

.wp-block-separator {
	background-color: #d7dce6;
	border: 0;
	height: 2px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 5em;
}

.wp-block-image .alignleft {
	margin-right: 1.5em;
}

.wp-block-image .alignright {
	margin-left: 1.5em;
}

.wp-block-image img {
	display: block;
}

.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
	padding-left: 2rem;
	padding-right: 2rem;
}

.wp-block-file .wp-block-file__button {
	border: 0;
	background: #ce8339;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 10px 15px;
	font-weight: bold;
	transition: 0.3s;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	border-radius: 2px;
	white-space: normal;
}

.wp-block-file .wp-block-file__button:hover {
	background: #293957;
	color: #fff;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table td,
.wp-block-table th,
.wp-block-table thead,
.wp-block-table tfoot {
	border: 1px solid #d7dce6;
}

.wp-block-quote {
	margin: 55px 0 50px;
	border: none;
	padding-left: 100px;
}

@media (max-width: 767px) {
	.wp-block-quote {
		padding-left: 50px;
	}
}

.wp-block-quote p:last-of-type {
	margin: 0;
}

.wp-block-quote cite,
.wp-block-quote footer, .wp-block-quote__citation {
	display: block;
	width: 100%;
	font-size: 16px;
	font-style: normal;
	color: #737f96;
}

.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite {
	margin-top: 36px;
}

.wp-block-quote.has-text-align-right {
	border: none;
	padding-right: 0;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	margin-bottom: 1.5em;
	text-align: center;
	border: none;
	padding: 0;
}

.wp-block-quote.is-large:before, .wp-block-quote.is-large:after, .wp-block-quote.is-style-large:before, .wp-block-quote.is-style-large:after {
	display: block;
	content: '';
	position: relative;
	width: 5em;
	border-top: 2px solid #d7dce6;
	margin: 24px auto;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-large .wp-block-quote__citation, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-style-large .wp-block-quote__citation {
	text-align: center;
	font-size: 18px;
}

.wp-block-pullquote {
	border-color: #d7dce6;
	color: #293957;
	margin-top: 36px;
	margin-bottom: 36px;
	padding: 36px 0;
}

.wp-block-pullquote blockquote {
	border: none;
	margin: 0;
	color: inherit;
	padding: 0 45px;
}

.wp-block-pullquote p {
	font-size: 24px;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer, .wp-block-pullquote__citation {
	color: inherit;
	display: block;
	margin-top: 16px;
	font-size: 14px;
}

.wp-block-pullquote.is-style-solid-color {
	background: #737f96;
	color: #fff;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	text-align: center;
	max-width: 100%;
	padding: 0 2.5em;
}

.wp-block-pullquote.is-style-solid-color blockquote:before {
	left: 10px;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
	margin-top: 1em;
	margin-bottom: 1em;
}

.wp-block-calendar table th {
	background: #d7dce6;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
	border-color: #d7dce6;
}

.wp-block-calendar tfoot a {
	color: #0084c8;
}

.wp-block-calendar a {
	text-decoration: none;
}

.wp-block-calendar a:hover {
	text-decoration: underline;
}

.tags a,
.tag-cloud-link {
	display: inline-block;
	padding: 4px 12px;
	background: #d7dce6;
	color: #293957;
	font-size: 14px !important;
	border-radius: 2px;
	margin: 0 4px 4px 0;
}

.tags a:hover,
.tag-cloud-link:hover {
	background: #293957;
	color: #fff;
	text-decoration: none;
}

.has-drop-cap:not(:focus):first-letter {
	color: #293957;
	font-size: 60px;
	background-color: #f5f6f6;
	padding: 30px 34px;
	margin-right: 23px;
	font-weight: 700;
	margin-top: 10px;
}

.has-drop-cap:not(:focus):first-letter:after {
	display: none;
}

.wp-block-latest-posts.is-grid {
	display: grid;
	grid-gap: 32px;
}

.wp-block-latest-posts.is-grid li {
	margin: 0;
	width: 100%;
}

.wp-block-latest-posts.is-grid a {
	color: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	display: block;
	color: #1a1f28;
}

.wp-block-latest-posts.is-grid img {
	width: 100%;
	display: block;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.wp-block-latest-posts.is-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.wp-block-latest-posts.columns-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.wp-block-latest-posts.columns-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.wp-block-latest-posts.columns-5 {
		grid-template-columns: repeat(5, 1fr);
	}
	.wp-block-latest-posts.columns-6 {
		grid-template-columns: repeat(6, 1fr);
	}
}

.has-very-small-font-size {
	font-size: 12px;
}

.has-small-font-size {
	font-size: 14px;
}

.has-medium-font-size {
	font-size: 16px;
}

.has-large-font-size {
	font-size: 18px;
}

.has-larger-font-size {
	font-size: 20px;
}

.has-huge-font-size {
	font-size: 24px;
}

.has-3-xl-font-size {
	font-size: 30px;
}

.has-4-xl-font-size {
	font-size: 36px;
}

.has-5-xl-font-size {
	font-size: 48px;
}

.has-6-xl-font-size {
	font-size: 64px;
}

.has-blue-background-color {
	background-color: #0084c8 !important;
}

.has-blue-color {
	color: #0084c8 !important;
}

.has-dark-background-color {
	background-color: #1a1f28 !important;
}

.has-dark-color {
	color: #1a1f28 !important;
}

.has-orange-background-color {
	background-color: #ce8339 !important;
}

.has-orange-color {
	color: #ce8339 !important;
}

.has-base-background-color {
	background-color: #293957 !important;
}

.has-base-color {
	color: #293957 !important;
}

.has-gray-background-color {
	background-color: #737f96 !important;
}

.has-gray-color {
	color: #737f96 !important;
}

.has-light-background-color {
	background-color: #d7dce6 !important;
}

.has-light-color {
	color: #d7dce6 !important;
}

.has-white-background-color {
	background-color: #fff !important;
}

.has-white-color {
	color: #fff !important;
}

.has-pale-pink-background-color {
	background-color: #f78da7 !important;
}

.has-vivid-red-background-color {
	background-color: #cf2e2e !important;
}

.has-luminous-vivid-orange-background-color {
	background-color: #ff6900 !important;
}

.has-luminous-vivid-amber-background-color {
	background-color: #fcb900 !important;
}

.has-light-green-cyan-background-color {
	background-color: #7bdcb5 !important;
}

.has-vivid-green-cyan-background-color {
	background-color: #00d084 !important;
}

.has-pale-cyan-blue-background-color {
	background-color: #8ed1fc !important;
}

.has-vivid-cyan-blue-background-color {
	background-color: #0693e3 !important;
}

.has-vivid-purple-background-color {
	background-color: #9b51e0 !important;
}

.has-very-light-gray-background-color {
	background-color: #eee !important;
}

.has-cyan-bluish-gray-background-color {
	background-color: #abb8c3 !important;
}

.has-very-dark-gray-background-color {
	background-color: #313131 !important;
}

.has-pale-pink-color {
	color: #f78da7 !important;
}

.has-vivid-red-color {
	color: #cf2e2e !important;
}

.has-luminous-vivid-orange-color {
	color: #ff6900 !important;
}

.has-luminous-vivid-amber-color {
	color: #fcb900 !important;
}

.has-light-green-cyan-color {
	color: #7bdcb5 !important;
}

.has-vivid-green-cyan-color {
	color: #00d084 !important;
}

.has-pale-cyan-blue-color {
	color: #8ed1fc !important;
}

.has-vivid-cyan-blue-color {
	color: #0693e3 !important;
}

.has-vivid-purple-color {
	color: #9b51e0 !important;
}

.has-very-light-gray-color {
	color: #eee !important;
}

.has-cyan-bluish-gray-color {
	color: #abb8c3 !important;
}

.has-very-dark-gray-color {
	color: #313131 !important;
}

.wp-block-gallery {
	margin-bottom: 24px;
}

.wp-block-gallery .blocks-gallery-grid {
	margin-bottom: 0;
}

.wp-block-gallery figcaption {
	flex: 100%;
}

.wp-block-gallery li {
	padding-left: 0;
}

.alignfull > figcaption,
.alignfull > .wp-caption-text {
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 16px);
}

.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.alignfull .alignfull {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.alignwide .alignfull {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 1280px) {
	.alignwide {
		--width: 1170px;
		width: var(--width);
		max-width: var(--width);
		margin-left: calc(50% - var(--width) / 2);
		margin-right: calc(50% - var(--width) / 2);
	}
}

.single-has-sidebar .entry-content .alignwide,
.single-has-sidebar .entry-content .alignfull,
.single-has-sidebar .entry-summary .alignwide,
.wp-block-jetpack-layout-grid-column .alignwide {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	width: auto;
	max-width: none;
}

.wp-block-button {
	margin-bottom: 1.5em;
}

.entry-content:before, .entry-content:after {
	content: ' ';
	display: table;
}

.entry-content:after {
	clear: both;
}

.page-links {
	clear: both;
}

.corify-blog {
	margin-top: 100px;
}

.corify-blog--grid .row {
	margin-bottom: -36px;
}

.corify-blog--grid .row > article {
	padding-bottom: 36px;
}

.corify-blog--grid .pagination {
	margin-top: 80px;
}

.corify-blog--list .pagination {
	margin-top: 100px;
}

.corify-blog--list .pagination .nav-links {
	justify-content: flex-start;
}

.entry-thumbnail {
	display: block;
}

a.entry-thumbnail {
	position: relative;
}

a.entry-thumbnail img {
	position: absolute;
	width: 100%;
	height: 100%;
}

a.entry-thumbnail:after {
	content: '';
	display: block;
	padding-bottom: 62.16216%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.entry-title {
	word-break: break-word;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-meta-bottom {
	display: flex;
	padding: 10px 0 0;
	border-top: 1px solid #dfe2e5;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
}

.entry-meta-item {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #737f96;
}

.entry-meta-item a {
	color: inherit;
	text-decoration: none;
}

.entry-meta-item a:hover,
.entry-meta-item a:hover i {
	color: #ce8339;
}

.entry-meta-item i {
	font-size: 20px;
	color: #aeb7c9;
	vertical-align: middle;
	margin-right: 5px;
	transition: 0.3s all;
}

.entry-meta-item.social-share {
	overflow: inherit;
}

.entry-meta-item.social-share i {
	font-size: 18px;
}

.entry-meta-item:not(:first-child):before {
	content: '|';
	color: #d1d5dd;
	margin: 0 12px;
	display: inline-block;
	position: relative;
	top: -1px;
	font-weight: 400;
}

.social-share {
	position: relative;
	cursor: pointer;
}

.social-share.is-active .social-share__list {
	opacity: 1;
	top: calc(100% + 10px);
}

.social-share__list {
	position: absolute;
	border-radius: 3px;
	display: flex;
	left: 50%;
	top: calc(100% + 20px);
	padding: 3px 10px;
	background: #293957;
	transform: translateX(-50%);
	opacity: 0;
	transition: 0.3s ease all;
	z-index: 99;
}

.social-share__list:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 10px solid #293957;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 575px) {
	.social-share__list {
		left: auto;
		right: 0;
		transform: none;
	}
	.social-share__list:before {
		left: auto;
		right: 0;
	}
}

.corify-blog-article .social-share__item {
	transition: 0.3s ease;
	padding: 5px;
	border-radius: 2px;
	line-height: 1;
}

.corify-blog-article .social-share__item > i {
	font-size: 16px;
	margin-right: 0;
	color: #fff;
}

.corify-blog-article .social-share__item:not(:last-child) {
	margin-right: 5px;
}

.corify-blog-article .entry-meta {
	font-size: 14px;
	display: flex;
}

.corify-blog-article .cat-links {
	font-weight: 700;
	color: #ce8339;
}

.corify-blog-article .entry-thumbnail:hover {
	opacity: 0.8;
}

.corify-blog-article .entry-title {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 24px;
	font-family: "Cabin", sans-serif;
}

.corify-blog-article .entry-title a {
	color: #293957;
}

.corify-blog-article .entry-title a:hover {
	text-decoration: underline;
}

.corify-blog-article .entry-thumbnail--gallery .slick-arrow {
	font-size: 15px;
	width: 25px;
	height: 25px;
}

.corify-blog-article .entry-thumbnail--gallery .corify-slider-prev {
	left: 10px;
}

.corify-blog-article .entry-thumbnail--gallery .corify-slider-next {
	right: 10px;
}

.corify-blog-article .entry-thumbnail a {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.corify-blog-article.format-video .entry-thumbnail {
	position: relative;
}

.corify-blog-article.format-video .entry-thumbnail:before {
	content: '\f215';
	display: inline-block;
	font-family: 'Ionicons';
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 3px 0 0 3px;
	z-index: 1;
	font-size: 29px;
	background: #fff;
	color: #d70000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
}

.corify-blog-article.format-video .entry-thumbnail:hover:before {
	background: #ce8339;
	color: #fff;
}

.corify-blog-article .sticky-label {
	margin-right: 5px;
}

.corify-blog-article .detail {
	padding-right: 0;
}

.corify-blog-article img,
.corify-blog-article iframe,
.corify-blog-article video,
.corify-blog-article embed {
	width: 100%;
}

.corify-blog-article.no-view-share .entry-meta-bottom {
	border-top: none;
	padding: 0;
}

.blog-article--grid .entry-thumbnail {
	margin-bottom: 16px;
}

.blog-article--list {
	display: flex;
	flex-wrap: wrap;
}

.blog-article--list + .blog-article--list {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid #d7dce6;
}

.blog-article--list .entry-title {
	font-size: 30px;
	line-height: 1.2;
}

.blog-article--list .entry-content,
.blog-article--list .entry-thumbnail {
	width: 100%;
}

.blog-article--list .entry-thumbnail + .entry-content {
	margin-top: 16px;
}

@media (min-width: 768px) {
	.blog-article--list .entry-thumbnail {
		width: 46.25%;
	}
	.blog-article--list .entry-content {
		flex: 1;
	}
	.blog-article--list .entry-thumbnail + .entry-content {
		padding-left: 30px;
		margin-top: 0;
	}
}

.post-type-archive-auto-listing #content {
	padding-bottom: 60px;
}

.post-type-archive-auto-listing article {
	border: 0;
}

.corify-slider-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	font-size: 26px;
	color: #fff;
	background: #ce8339;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	transition: 0.3s;
	border-radius: 3px;
	padding: 0;
}

.corify-slider-nav:hover {
	background: #293957;
	color: #fff;
}

.search-form {
	display: flex;
}

.search-form label {
	width: 600px;
	max-width: 100%;
}

.search-form input[type='search'] {
	height: 100%;
	width: 100%;
}

.search-form .search-submit {
	border-radius: 0;
}

.no-sidebar .corify-main-area {
	width: 100%;
}

@media (min-width: 992px) {
	.no-sidebar .corify-main-area {
		margin-left: 135px;
		margin-right: 135px;
	}
}

.featured-slider {
	position: relative;
	color: #fff;
}

.featured-slider .slick-track {
	display: flex;
}

.featured-slider .slick-slide {
	height: inherit;
}

.featured-slider a,
.featured-slider .entry-meta-item {
	color: inherit;
}

.featured-slider .corify-slider-prev {
	left: 5%;
}

@media (max-width: 1439px) {
	.featured-slider .corify-slider-prev {
		left: 1%;
	}
}

.featured-slider .corify-slider-next {
	right: 5%;
}

@media (max-width: 1439px) {
	.featured-slider .corify-slider-next {
		right: 1%;
	}
}

@media (max-width: 575px) {
	.featured-slider .corify-slider-nav {
		width: 32px;
		height: 32px;
		font-size: 18px;
	}
}

.featured-slider article {
	margin-bottom: 0;
	padding: 2.2% 0 1.7%;
	position: relative;
}

.featured-slider article:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 0;
}

.featured-slider .featured-slide-inner {
	position: relative;
	z-index: 1;
}

.featured-slider .entry-meta {
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
}

.featured-slider .entry-meta a {
	text-transform: uppercase;
}

.featured-slider .entry-meta a:hover {
	color: currentColor;
	text-decoration: underline;
}

.featured-slider .entry-meta i {
	display: none;
}

.featured-slider .entry-title {
	font-family: "Montserrat", sans-serif;
	font-size: 72px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: -0.025em;
	color: #fff;
	margin: 30px 0px 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 78px;
	max-height: calc(78px * 3);
}

.featured-slider .entry-title a {
	text-decoration: none;
}

.featured-slider .entry-excerpt {
	font-family: "Cabin", sans-serif;
	font-size: 18px;
}

.featured-slider .entry-excerpt p {
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 30px;
	max-height: calc(30px * 2);
}

.corify-cats-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0px 0 50px;
	margin-left: -30px;
}

.corify-cats-list a {
	padding: 5px 30px;
	text-transform: uppercase;
	border-radius: 3px;
	color: #737f96;
	font-weight: bold;
	font-size: 18px;
}

.corify-cats-list a:hover {
	color: #ce8339;
	text-decoration: none;
}

.corify-cats-list a.is-active {
	color: #ce8339;
	pointer-events: none;
}

.site-header {
	background: #fff;
	position: relative;
}

.custom-logo-link--overlay {
	display: none;
}

.is-overlay {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 2;
	color: #fff;
}

.is-overlay .custom-logo-link {
	display: none;
}

.is-overlay .custom-logo-link--overlay {
	display: block;
}

.is-overlay .site-header,
.is-overlay .header-menu {
	background: transparent;
}

.is-overlay .site-header .socials-menu a,
.is-overlay .site-header a,
.is-overlay .header-menu .socials-menu a,
.is-overlay .header-menu a {
	color: inherit;
}

.is-overlay .site-header .sub-menu a,
.is-overlay .header-menu .sub-menu a {
	color: #293957;
}

.is-overlay .site-header .sub-menu a:hover,
.is-overlay .header-menu .sub-menu a:hover {
	color: #ce8339;
}

.is-overlay .site-title,
.is-overlay .site-description,
.is-overlay .header-contact__block,
.is-overlay .header-contact__block i,
.is-overlay .header-menu .socials-menu + .compare-login:before,
.is-overlay .header-contact__label {
	color: inherit;
}

.header-cta .btn {
	padding: 13px 18px;
	letter-spacing: 0.025em;
	display: flex;
	align-items: center;
}

.header-cta i {
	display: inline-block;
	margin-right: 15px;
	font-size: 22px;
}

.site-branding {
	display: flex;
}

.site-branding + .site-indentity {
	margin-right: 12px;
}

.site-indentity {
	flex: 1;
}

.site-indentity > * {
	margin: 0;
}

.site-title {
	font-weight: 800;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
	font-size: 28px;
	letter-spacing: 0.025em;
	font-style: italic;
	position: relative;
	color: #293957;
}

.site-title a {
	color: inherit;
	text-decoration: none;
}

.site-description {
	text-transform: uppercase;
	font-size: 11px;
	color: #737f96;
}

.topbar {
	padding: 10px 0;
	background: #1a1f28;
	font-size: 14px;
	color: #999;
}

@media (max-width: 991px) {
	.topbar {
		display: none;
	}
}

.topbar__item:not(:last-child) {
	margin-right: 20px;
}

.topbar__item:not(:last-child):after {
	color: #999;
	content: '|';
	margin-left: 16px;
	display: inline-block;
}

.topbar__item--custom-link a {
	color: #ce8339;
}

.topbar__left i {
	display: inline-block;
	margin-right: 6px;
}

.socials-menu a {
	color: #999;
	font-size: 16px;
}

.socials-menu a + a {
	margin-left: 20px;
}

.socials-menu a:hover {
	color: #ce8339;
}

.header-main {
	border-bottom: 1px solid #dfe0e3;
}

.header-main > .container {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: -15px;
}

.header-main > .container > div {
	padding-bottom: 15px;
}

.header-main .site-branding {
	margin-right: auto;
}

@media (max-width: 991px) {
	body:not(.no-menu) .header-main,
	body.no-menu .header-main__contact,
	body.no-menu .header-cta--main {
		display: none !important;
	}
}

.header-main__contact {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	margin-top: -10px;
	justify-content: space-between;
	margin-right: 63px;
	text-transform: uppercase;
}

.header-contact__block {
	color: #293957;
	font-weight: bold;
	padding-top: 10px;
}

.header-contact__block + .header-contact__block {
	margin-left: 48px;
}

.header-contact__block a {
	color: inherit;
	text-decoration: none;
}

.header-contact__block i {
	display: flex;
	font-size: 40px;
	color: #ce8339;
	margin-right: 15px;
}

.header-contact__text {
	letter-spacing: -0.025em;
}

.header-contact__address .header-contact__text {
	letter-spacing: 0;
}

.header-contact__address .header-contact__text {
	line-height: 1.25;
}

.header-contact__hotline .header-contact__text {
	font-size: 20px;
	line-height: 1.1;
}

.header-main__add-car a {
	display: inline-block;
}

.header-contact__label {
	text-transform: uppercase;
	color: #737f96;
	font-size: 12px;
	display: block;
	font-weight: bold;
}

.header-menu {
	border-bottom: 1px solid #dfe0e3;
	padding: 20px 0;
	transition: all 0.3s;
	background: #fff;
}

.enable-sticky-menu .header-overlay:not(.is-overlay) .header-menu {
	position: fixed;
	right: 0;
	left: 0;
	background: #fff;
}

@media (min-width: 992px) {
	.header-main-visible .header-menu {
		padding: 0;
	}
	.header-main-visible .header-menu .site-branding {
		display: none;
	}
	.header-main-visible .header-menu .site-branding + .main-navigation {
		margin: 0;
	}
}

@media (max-width: 991px) {
	.header-menu .header-cta--menu,
	.header-menu .compare-login__text {
		display: none;
	}
	.header-menu .main-navigation {
		margin-right: 0;
	}
	.header-menu .main-navigation ~ .compare-login {
		margin-left: 10px;
	}
	.header-menu .site-branding {
		margin-right: auto;
	}
}

.header-menu__inner {
	justify-content: space-between;
}

@media (min-width: 992px) {
	.header-menu__inner {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}

.header-menu .site-branding,
.header-menu .compare-login {
	min-height: 50px;
}

.enable-sticky-menu .header-menu {
	position: -webkit-sticky;
	position: sticky;
	z-index: 999;
	top: 0;
}

.enable-sticky-menu.admin-bar .header-menu {
	top: 32px;
}

@media (max-width: 782px) {
	.enable-sticky-menu.admin-bar .header-menu {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.enable-sticky-menu.admin-bar .header-menu {
		top: 0;
	}
}

.header-cta--menu {
	margin-left: 40px;
}

.header-menu .socials-menu {
	margin-left: auto;
}

.header-menu .socials-menu a {
	color: #737f96;
	font-size: 18px;
	padding: 5px;
}

.header-menu .socials-menu a:hover {
	color: #ce8339;
}

.header-menu .socials-menu a + a {
	margin-left: 20px;
}

.header-menu .socials-menu + .compare-login:before {
	content: '';
	width: 1px;
	height: 26px;
	display: inline-block;
	margin: 0 35px;
	background: #dfe0e3;
}

@media (min-width: 992px) {
	.header-menu .socials-menu + .compare-login {
		margin-left: unset;
	}
}

body:not(.menu-has-border) .header-menu {
	border: none;
}

@media (max-width: 991px) {
	.header-menu .socials-menu {
		display: none;
	}
	.header-menu .socials-menu + .compare-login:before {
		display: none;
	}
}

.compare-login {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #293957;
	letter-spacing: 0.025em;
}

.compare-login:hover {
	color: #ce8339;
	text-decoration: none;
}

.compare-login__icon {
	position: relative;
	font-size: 25px;
}

.compare-login__text {
	margin-left: 14px;
	font-weight: bold;
}

.compare-btn:not(:last-child) {
	margin-right: 0;
	margin-left: auto;
}

@media (min-width: 992px) {
	.compare-btn:not(:last-child) {
		margin-right: 38px;
	}
}

.compare__badge {
	font-family: "Cabin", sans-serif;
	position: absolute;
	top: -10px;
	left: 8px;
	background: #ce8339;
	color: #fff;
	display: flex;
	width: 18px;
	height: 18px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 12px;
}

.main-navigation {
	z-index: 2;
	margin: 0 10px 0 auto;
}

.main-navigation > ul > li:first-child > a {
	padding-left: 0;
}

.main-navigation ul {
	display: none;
	margin: 0;
	padding-left: 0;
	flex-wrap: wrap;
}

.main-navigation ul li.focus > .sub-menu,
.main-navigation ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	padding: 15px 23px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #293957;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.025em;
}

.main-navigation a:hover {
	color: #ce8339;
}

.main-navigation .sub-menu {
	display: block;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 0;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	z-index: 999;
	transition: all 0.3s;
	background: #fff;
	width: 230px;
	padding: 0;
}

.main-navigation .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}

.main-navigation .sub-menu li {
	border-bottom: solid 1px #f1f1f1;
}

.main-navigation .sub-menu li:last-child {
	border-bottom: none;
}

.main-navigation .sub-menu li:hover > .sub-menu {
	left: 100%;
}

.main-navigation .sub-menu a {
	font-size: 13px;
	padding: 12px 14px;
}

.main-navigation .menu-item-has-children a::after,
.main-navigation .page_item_has_children a::after {
	display: inline-block;
	font-family: 'Ionicons';
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	font-weight: 400;
}

.main-navigation .menu-item-has-children > a::after,
.main-navigation .page_item_has_children > a::after {
	content: '\f3d0';
}

.main-navigation .menu-item-has-children .menu-item-has-children > a::after,
.main-navigation .menu-item-has-children .page_item_has_children > a::after,
.main-navigation .page_item_has_children .menu-item-has-children > a::after,
.main-navigation .page_item_has_children .page_item_has_children > a::after {
	content: '\f3d3';
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #ce8339;
}

@media (min-width: 992px) {
	.main-navigation ul {
		display: flex;
	}
	.site-branding + .main-navigation {
		margin: 0 auto;
	}
}

.menu-toggle {
	padding: 7px 10px;
}

.compare-btn + .menu-toggle {
	margin-left: 20px;
}

@media (min-width: 992px) {
	.menu-toggle {
		display: none;
	}
}

.menu-toggle:focus {
	background: #293957;
}

.site-footer {
	background: #edeff1;
}

.footer-widgets {
	padding-top: 100px;
	padding-bottom: 100px;
}

.footer-column {
	font-size: 14px;
	line-height: 26px;
}

.footer-column .widget-title {
	margin: 0 0 45px;
	font-size: 18px;
	text-transform: uppercase;
}

.footer-column .widget + .widget {
	margin-top: 60px;
}

.footer-column .widget ul > li ul {
	padding: 4px 0 0 24px;
}

.footer-column .widget li {
	padding: 0;
	border: 0;
}

.footer-column .widget li + li {
	margin-top: 8px;
}

.footer-column p {
	margin-bottom: 30px;
}

.footer-column p:last-child {
	margin-bottom: 0;
}

.footer-column .rsswidget,
.footer-column .widget_calendar a,
.footer-column .widget_recent_comments a {
	color: #293957;
}

.footer-column .rsswidget:hover,
.footer-column .widget_calendar a:hover,
.footer-column .widget_recent_comments a:hover {
	color: #ce8339;
}

.footer-column .wp-caption-text {
	color: inherit;
}

.footer-copyright {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #dfe2e5;
	font-size: 14px;
}

.footer-copyright .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-copyright a {
	color: #737f96;
}

.footer-copyright a:hover {
	color: #ce8339;
}

.copyright a {
	font-weight: 700;
	color: #293957;
}

.footer-copyright .socials-menu {
	display: flex;
}

.footer-copyright .socials-label {
	margin-right: 30px;
}

.footer-menu {
	display: flex;
}

.footer-menu li + li {
	margin-left: 30px;
}

#scroll-top {
	position: fixed;
	bottom: 36px;
	right: 36px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s;
	z-index: 999;
}

@media (max-width: 767px) {
	#scroll-top {
		right: 15px;
	}
}

#scroll-top.is-visible {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 767px) {
	.footer-column .widget-title {
		margin: 0 0 15px;
	}
	.footer-column .widget + .widget {
		margin-top: 30px;
	}
	.footer-copyright,
	.footer-copyright .socials-menu {
		text-align: center;
	}
	.footer-copyright .socials-label {
		display: none;
	}
	.footer-copyright .container {
		flex-direction: column;
	}
	.footer-copyright .socials-menu,
	.footer-menu {
		margin-top: 10px;
	}
}

.breadcrumbs-wrapper {
	padding: 16px 0;
	background: #f4f6f7;
	margin-bottom: 104px;
}

@media all and (max-width: 991px) {
	.breadcrumbs-wrapper {
		margin-bottom: 50px;
	}
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	color: #737f96;
}

.breadcrumbs a {
	color: inherit;
}

.breadcrumbs a:hover {
	color: #ce8339;
}

.breadcrumbs .sep {
	margin: 0 8px;
	font-style: normal;
}

.breadcrumbs-item:last-child {
	color: #293957;
}

.archive.auto-listings:not(.post-type-archive-dealer) .breadcrumbs-wrapper {
	background-color: transparent;
	padding: 0;
	margin-bottom: 20px;
}

.archive.auto-listings:not(.post-type-archive-dealer) .breadcrumbs {
	color: #fff;
	line-height: 1.2;
}

.archive.auto-listings:not(.post-type-archive-dealer) .breadcrumbs-item {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.archive.auto-listings:not(.post-type-archive-dealer) .breadcrumbs-item:last-child {
	color: inherit;
	border-bottom: 2px solid #e5e5e5;
}

.archive.auto-listings:not(.post-type-archive-dealer) .breadcrumbs-item a {
	color: inherit;
	text-decoration: none;
}

.post-type-archive-dealer .breadcrumbs-wrapper {
	margin-bottom: 100px;
}

.auto-listings-single .breadcrumbs-wrapper {
	margin-bottom: 69px;
}

.page-template-no-header-footer .breadcrumbs-wrapper,
.elementor-template-full-width .breadcrumbs-wrapper,
.submit-listing-template .breadcrumbs-wrapper {
	display: none;
}

.page-header {
	margin-bottom: 0;
	padding: 180px 0px 60px;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
}

.page-header .page-title {
	color: inherit;
	font-weight: 800;
	font-size: 42px;
	text-transform: uppercase;
	line-height: 0.9;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
	margin: 30px 0px 40px;
}

@media (min-width: 768px) {
	.page-header .page-title {
		font-size: 70px;
	}
}

.page-header .archive-description {
	color: #fff;
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page-header:before {
	background: rgba(0, 0, 0, 0.3);
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.page-header .container {
	position: relative;
}

.widget + .widget {
	margin-top: 50px;
}

.widget ul > li + li {
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px solid #d7dce6;
}

.widget ul > li ul {
	width: 100%;
	padding: 8px 0 0 24px;
}

.widget a {
	color: inherit;
}

.widget a:hover {
	color: #ce8339;
	text-decoration: none;
}

.mc4wp-form .input {
	display: flex;
}

.mc4wp-form input {
	flex: 1;
	padding: 13px 15px;
	border: none;
}

.mc4wp-form input::-moz-placeholder {
	color: #99a3b6;
}

.mc4wp-form input:-ms-input-placeholder {
	color: #99a3b6;
}

.mc4wp-form input::placeholder {
	color: #99a3b6;
}

.mc4wp-form button {
	width: 48px;
	background: #ce8339;
	border-color: #ce8339;
	color: #fff;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.mc4wp-form button:hover {
	background-color: #293957;
}

.mc4wp-form button i {
	font-size: 24px;
}

.mc4wp-form em {
	display: block;
	margin-top: 17px;
	color: #737f96;
}

.widget-area {
	font-size: 16px;
	color: #293957;
}

.widget-area .children li,
.widget-area .sub-menu li {
	border-top: 1px solid #d7dce6;
	padding-top: 8px;
}

.widget-area .widget-title {
	font-size: 20px;
	font-weight: bold;
	color: #293957;
	font-family: "Cabin", sans-serif;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}

.widget-area .widget_archive ul > li,
.widget-area .widget_categories ul > li {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.widget-area .widget_mc4wp_form_widget {
	background: #f5f6f6;
	padding: 25px;
	border: 1px solid #d7dce6;
	border-radius: 2px;
}

.widget-area .widget_mc4wp_form_widget .input {
	display: block;
}

.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields {
	color: #293957;
}

.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"] {
	width: 100%;
	padding: 13px 15px;
	border: 1px solid #d7dce6;
}

.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"]::-moz-placeholder {
	color: #737f96;
}

.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
	color: #737f96;
}

.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"]::placeholder {
	color: #737f96;
}

.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields button {
	width: auto;
	padding: 15px 22px;
	margin-top: 15px;
}

.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields button:hover {
	background-color: #293957;
	color: #fff;
}

.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields button:before {
	content: attr(data-text);
}

.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields button i {
	display: none;
}

.widget-area .widget_mc4wp_form_widget em {
	margin-top: 27px;
}

.widget_search .search-form {
	display: flex;
}

.widget_search .search-form label {
	width: 100%;
}

.widget_search .search-form input {
	background: #f5f6f6;
	padding: 15px;
	border: 1px solid #d7dce6;
	border-radius: 3px;
}

.widget_search .search-form input:focus {
	border-color: #ce8339;
}

.widget_search .search-form .search-submit {
	display: none;
}

.widget_calendar thead th {
	border-top: none;
}

@media (min-width: 992px) and (max-width: 1279px) {
	.widget_calendar {
		font-size: 12px;
	}
}

.widget_tag_cloud .tagcloud a {
	display: inline-block;
	font-size: 16px !important;
	color: #737f96;
	background: #f5f6f6;
	padding: 8px 15px;
	margin: 0 10px 10px 0;
	border-radius: 3px;
	text-decoration: none;
}

.widget_tag_cloud .tagcloud a:hover {
	color: #fff;
	background: #ce8339;
}

.entry-content ul,
.entry-content ol {
	color: #293957;
	padding-left: 85px;
	margin-bottom: 48px;
}

@media (max-width: 575px) {
	.entry-content ul,
	.entry-content ol {
		padding-left: 36px;
	}
}

.entry-content ul {
	list-style: disc;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content li {
	padding-left: 18px;
}

.entry-content li + li {
	margin-top: 10px;
}

.entry-content li > ul,
.entry-content li > ol {
	padding-left: 20px;
	margin: 10px 0;
}

.entry-content .blocks-gallery-grid,
.entry-content .wp-block-gallery {
	padding: 0;
}

.entry-content .blocks-gallery-grid li,
.entry-content .wp-block-gallery li {
	padding-left: 0;
}

.entry-content p {
	line-height: 1.875;
}

.entry-content > p:last-child {
	margin-bottom: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family: "Cabin", sans-serif;
}

.entry-content blockquote p {
	line-height: 1.3;
	margin: 0 0 34px;
}

.corify-social-share {
	display: flex;
	flex-wrap: wrap;
	margin: -12px -12px 0 0;
}

.corify-social-share .social-share__item {
	border-radius: 2px;
	display: block;
	width: 45px;
	height: 45px;
	transition: 0.3s;
	margin: 12px 12px 0 0;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.corify-social-share .social-share__item i {
	font-size: 24px;
	color: #fff;
}

.corify-social-share .social-share__item:hover {
	opacity: 0.6;
}

.corify-social-share .social-share--facebook {
	background: #1b4e9b;
}

.corify-social-share .social-share--twitter {
	background: #00aeef;
}

.corify-social-share .social-share--tumblr {
	background: #2b4873;
}

.corify-social-share .social-share--pinterest {
	background: #cb2027;
}

.corify-social-share .social-share--linkedin {
	background: #0077b5;
}

.corify-social-share .social-share--pocket {
	background: #ef4056;
}

.corify-social-share .social-share--reddit {
	background: #ff4500;
}

.corify-social-share .social-share--mail {
	background: #7d7d7d;
}

.single.single-post .breadcrumbs-wrapper {
	background: none;
	margin-bottom: 0;
	padding: 0 0 80px;
}

@media (max-width: 767px) {
	.single.single-post .breadcrumbs-wrapper {
		padding: 0 0 50px;
	}
}

.single.single-post .breadcrumbs {
	padding: 0;
}

.single.single-post .entry-footer {
	margin-top: 50px;
	margin-bottom: -15px;
}

.single.single-post .entry-footer > * {
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.single.single-post .entry-footer {
		margin-top: 100px;
	}
}

.single.single-post .post-navigation {
	height: 0;
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	transition: 0.3s;
	font-size: 18px;
}

.single.single-post .post-navigation.active {
	opacity: 1;
}

.single.single-post .post-navigation a {
	color: #737f96;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 0;
}

.single.single-post .post-navigation a:hover {
	color: #ce8339;
}

@media (max-width: 1439px) {
	.single.single-post .post-navigation {
		display: none;
	}
}

.single.single-post .post-navigation .nav-previous {
	float: left;
	transform: rotate(-90deg);
}

.single.single-post .post-navigation .nav-next {
	float: right;
	transform: rotate(90deg);
}

.single-post-header-inner .entry-title {
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: -0.025em;
	margin: 40px 0 0;
}

.single-post-header-inner .entry-title a {
	color: #fff;
}

@media (max-width: 767px) {
	.single-post-header-inner .entry-title {
		font-size: 36px;
		margin: 30px 0 0;
	}
}

.single-post-header-inner .entry-meta {
	font-size: 14px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}

.single-post-header-inner .entry-meta * {
	color: inherit;
}

.single-post-header-inner .entry-meta a:hover {
	text-decoration: underline;
}

.single-post-header-inner .entry-meta-item {
	white-space: initial;
}

.single-post-header-inner .entry-meta-item:before {
	font-weight: 600;
	color: inherit;
}

.single-has-sidebar .single-post-header-inner {
	position: relative;
	color: #fff;
}

.single-has-sidebar .single-post-header-inner .entry-title {
	font-size: 54px;
	color: inherit;
	line-height: 1.1;
}

.single-has-sidebar .single-post-header-inner .entry-meta a:hover {
	color: #fff;
	text-decoration: underline;
}

.single-has-sidebar .single-post-header {
	padding-top: 21.09375%;
	padding-bottom: 4.53125%;
	position: relative;
}

.single-has-sidebar .single-post-header:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
	.single-has-sidebar .single-related article {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.single-has-sidebar .comments-area {
	margin: 90px 0 0 0;
	padding: 90px 0 0 0;
}

.site-main > article .entry-content {
	font-size: 18px;
}

@media (min-width: 1280px) {
	.single-no-sidebar .single-post-header-inner,
	.single-no-sidebar .site-main > article {
		padding: 0 105px;
	}
}

.single-no-sidebar .single-post-header-inner {
	margin: 100px 0;
}

@media (max-width: 991px) {
	.single-no-sidebar .single-post-header-inner {
		margin: 50px 0;
	}
}

.single-no-sidebar .single-post-header .entry-title {
	font-size: 48px;
	color: #293957;
}

.single-no-sidebar .single-post-header .entry-meta {
	color: #737f96;
}

.single-no-sidebar .single-post-header .entry-thumbnail {
	margin: 0 auto 80px;
	--width: calc(100vw - 200px);
}

.single-no-sidebar .single-post-header .entry-thumbnail img {
	display: block;
	margin: 0 auto;
}

@media (min-width: 1600px) {
	.single-no-sidebar .single-post-header .entry-thumbnail {
		width: var(--width);
		max-width: var(--width);
		margin-left: calc(50% - var(--width) / 2);
		margin-right: calc(50% - var(--width) / 2);
	}
}

.page.single-no-sidebar .entry-content > p:first-child {
	margin-top: 0;
}

.tags-links {
	margin: -10px -10px 0 0;
}

.tags-links a {
	display: inline-block;
	font-size: 16px;
	color: #737f96;
	background: #f5f6f6;
	padding: 4px 15px;
	margin: 10px 10px 0 0;
	border-radius: 3px;
	text-decoration: none;
}

.tags-links a:hover {
	color: #fff;
	background: #ce8339;
}

.page-numbers {
	cursor: pointer;
}

.page-numbers.current {
	pointer-events: none;
}

.related-post {
	margin-top: 90px;
}

.related-post .blog-heading-title {
	margin-bottom: 40px;
	text-transform: uppercase;
	font-family: "Cabin", sans-serif;
	font-weight: 700;
}

.related-post .col-md-3 {
	text-align: right;
}

.related-post .col-md-3 a {
	color: #253146;
	font-size: 14px;
	font-weight: 700;
}

.related-post article .post-title {
	color: #293957;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	margin: 10px 0 15px;
	text-transform: none;
	font-family: "Cabin", sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 30px;
	height: calc(30px * 2);
}

.related-post article .post-title a {
	color: #293957;
}

.related-post article .post-title a:hover {
	text-decoration: underline;
}

.related-post article .entry-meta {
	margin-top: 15px;
}

.related-post article .entry-meta a.post__date {
	border-right: 0;
	font-family: "Cabin", sans-serif;
	color: #737f96;
}

.related-post article .entry-meta span.posted-on {
	border-right: 0;
}

.related-post img {
	width: 100%;
	height: 215px;
}

.related-post .entry-meta-bottom {
	display: flex;
}

@media (max-width: 574px) {
	.entry-author {
		display: block;
		padding: 37px 15px 30px;
	}
	.entry-author .author-avatar {
		float: left;
		width: 70px;
		height: 70px;
		margin-right: 10px;
	}
	.entry-author .author-header {
		margin-bottom: 30px;
	}
	.entry-author .author-title {
		font-size: 17px;
	}
	.entry-author .author-info {
		margin: 23px 0 0;
	}
	.entry-author .author-social a.social-links {
		width: 35px;
		height: 35px;
	}
}

.page-template-default h1.entry-title {
	font-size: 48px;
	color: #293957;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: -0.025em;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 60px;
}

.page-links {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 10px;
	align-items: center;
}

.page-links .post-page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 14px;
	padding: 9px 16px;
	line-height: 1;
	color: #293957;
	background: #edeff1;
	text-transform: uppercase;
}

.page-links .post-page-numbers.current, .page-links .post-page-numbers:hover {
	color: #fff;
	background: #ce8339;
	text-decoration: none;
}

.entry-author-box {
	display: grid;
	grid-gap: 35px;
	grid-template-columns: 135px 1fr;
	padding-top: 60px;
	margin-top: 105px;
	border-top: 5px solid #ce8339;
}

@media (min-width: 768px) {
	.entry-author-box {
		padding-left: 60px;
	}
}

.entry-author-box .author-header {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.entry-author-box .author-title {
	font-size: 24px;
	margin: 0;
	text-transform: capitalize;
	font-weight: 700;
	font-family: "Cabin", sans-serif;
}

.entry-author-box .author-heading {
	margin-bottom: 16px;
}

.entry-author-box .author-heading p {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.entry-author-box .author-bio {
	word-break: break-word;
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: 0.015em;
}

.entry-author-box .author-avatar img {
	border-radius: 100%;
}

.single-related {
	margin-top: 100px;
}

@media (min-width: 768px) {
	.single-related {
		margin-top: 150px;
	}
}

.single-related__heading {
	font-family: "Cabin", sans-serif;
	text-transform: uppercase;
	margin-bottom: 43px;
}

.error404 .header-menu {
	border-bottom: 1px solid #dfe0e3;
}

.error404 .page-content {
	padding-bottom: 68px;
}

.error404 .page-content p {
	margin-bottom: 48px;
}

.error404 .page-content .btn {
	display: inline-block;
	padding: 15px 33px;
}

.error404 .page-content .btn i {
	margin-left: 10px;
}

.error404 .error-404 {
	text-align: center;
}

.error404 .error-404 img {
	padding-top: 82px;
}

.error404 .page-title {
	padding: 75px 0 0;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 15px;
}

.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 14px;
	padding: 9px 16px;
	line-height: 1;
	color: #293957;
	background: #edeff1;
	margin: 0 10px 10px 0;
	text-transform: uppercase;
}

.pagination .page-numbers.current, .pagination .page-numbers:hover {
	color: #fff;
	background: #ce8339;
	text-decoration: none;
}

.pagination .page-numbers i {
	font-size: 18px;
}

.pagination .page-numbers.next i {
	margin-left: 7px;
}

.pagination .page-numbers.prev i {
	margin-right: 7px;
}

.corify-modal {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.6);
	margin: 0;
	width: 100%;
	height: 100%;
	transition: all 0.25s cubic-bezier(0.4, 0, 1, 1);
}

.corify-modal__content {
	max-width: 900px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	background: #e8ecef;
	padding: 90px 100px 80px;
}

.corify-modal__background {
	width: 100%;
	height: 100%;
}

.corify-modal__content-detail {
	position: relative;
	z-index: 2;
}

.corify-modal--newsletter img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	width: 100%;
	height: 100%;
	border-radius: 2px;
}

.corify-modal--newsletter.is-visible {
	z-index: 9999;
	opacity: 1;
	visibility: visible;
}

.corify-modal--newsletter .corify-modal__content {
	padding: 60px 400px 30px 60px;
	width: 830px;
	text-align: center;
	border-radius: 2px;
}

@media all and (max-width: 991px) {
	.corify-modal--newsletter .corify-modal__content {
		padding: 20px;
		width: 90%;
	}
}

.corify-modal--newsletter .input {
	display: block;
}

.corify-modal--newsletter .mc4wp-form-fields {
	color: #293957;
	border-radius: 2px;
}

.corify-modal--newsletter .mc4wp-form-fields p:first-child {
	color: #737f96;
	font-weight: 500;
}

.corify-modal--newsletter .mc4wp-form-fields input[type="email"] {
	padding: 11px 15px;
	width: 100%;
	font-size: 16px;
	text-align: center;
	border: 1px solid #d7dce6;
}

.corify-modal--newsletter .mc4wp-form-fields button {
	width: auto;
	padding: 13px 22px;
	margin-top: 20px;
	border-radius: 2px;
	letter-spacing: 0.025em;
}

.corify-modal--newsletter .mc4wp-form-fields button:hover {
	background-color: #293957;
	color: #fff;
}

.corify-modal--newsletter .mc4wp-form-fields button:before {
	content: attr(data-text);
}

.corify-modal--newsletter .mc4wp-form-fields button i {
	display: none;
}

.corify-modal--newsletter .corify-hide-popup {
	position: relative;
	cursor: pointer;
}

.corify-modal--newsletter .corify-hide-popup:hover span {
	border-color: #ce8339;
}

.corify-modal--newsletter .corify-hide-popup input {
	position: absolute;
	opacity: 0;
}

.corify-modal--newsletter .corify-hide-popup input:checked ~ p span {
	border-color: #ce8339;
}

.corify-modal--newsletter .corify-hide-popup input:checked ~ p span:before {
	color: #ce8339;
}

.corify-modal--newsletter .corify-hide-popup p {
	color: #293957;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	margin: 40px 0 0;
}

.corify-modal--newsletter .corify-hide-popup span {
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #a5b0c5;
	border-radius: 2px;
	position: relative;
	margin-right: 12px;
	background: #ffffff;
}

.corify-modal--newsletter .corify-hide-popup span:before {
	content: "\f121";
	font-family: "Ionicons";
	color: rgba(255, 255, 255, 0);
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.comments-area {
	margin: 120px 0 110px;
	padding: 120px 100px 0 100px;
	border-top: 1px solid #dfe2e5;
}

@media (max-width: 991px) {
	.comments-area {
		margin: 50px 0;
		padding: 50px 0 0 0;
	}
}

span.bypostauthor {
	font-weight: bold;
}

.avatar {
	border-radius: 50%;
}

.comments-title {
	text-transform: uppercase;
	font-family: "Cabin", sans-serif;
	font-size: 24px;
	letter-spacing: 0.015em;
}

.comment-list {
	list-style: none;
	margin-bottom: 45px;
}

.comment-list > li:first-child > .comment-body {
	border: none;
}

.comment-list .comment-respond {
	margin: 0 0 30px;
}

.comment-body {
	display: flex;
	grid-gap: 30px;
	border-top: 1px solid #dfe2e5;
	padding: 40px 0 40px 0;
	font-size: 14px;
}

.comment-body p {
	line-height: 1.5;
	margin-bottom: 1em;
}

.comment-body a {
	color: #0099cc;
}

.pingback .comment-avatar,
.trackback .comment-avatar {
	display: none;
}

.comment-text {
	min-width: 0;
	flex: 1;
}

.comment-metadata a {
	color: #737f96;
}

.comment-metadata:before {
	content: '\f2d1';
}

.comment-author .fn:before {
	content: '\f213';
}

.comment-author .fn a {
	font-weight: 700;
	font-size: 16px;
}

.comment-author:after {
	content: '|';
	display: inline-block;
	margin: 0 15px;
	vertical-align: top;
}

.comment-meta {
	color: #737f96;
	font-size: 14px;
}

.comment-meta .edit-link {
	margin-left: 5px;
}

.comment-meta :before {
	display: inline-block;
	font-family: 'Ionicons';
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: -2px 10px 0 0;
	vertical-align: middle;
}

.comment-meta + .comment-content {
	margin-top: 8px;
}

.comment-reply-title {
	margin: 0 0 30px 0;
	text-transform: uppercase;
	font-size: 24px;
	font-family: "Cabin", sans-serif;
	font-weight: 700;
}

.comment-reply-title small {
	font-size: 14px;
	margin-left: 5px;
}

.comment-content {
	font-size: 16px;
	color: #293957;
}

.comment-content + .reply {
	margin-top: 15px;
}

.comment-content li ul {
	list-style: square;
}

.comment-content li ul ul {
	list-style-type: circle;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

#commentform {
	display: flex;
	flex-wrap: wrap;
	margin: -30px 0 0 -30px;
	position: relative;
}

#commentform > * {
	padding: 30px 0 0 30px;
}

#commentform .comment-input-text input,
#commentform textarea {
	width: 100%;
	background: #f5f6f6;
	padding: 11px 16px;
	color: #737f96;
	border-color: #d7dce6;
	transition: 0.3s ease all;
	border-radius: 2px;
	font-size: 16px;
}

#commentform .comment-input-text input:focus, #commentform .comment-input-text input:active,
#commentform textarea:focus,
#commentform textarea:active {
	color: #293957;
	border-color: #293957;
	background: #fff;
}

#commentform p {
	width: 100%;
	margin-bottom: 0;
}

#commentform .comment-form-comment {
	width: 100%;
}

#commentform .comment-input-text {
	width: 33.33%;
	position: relative;
	margin-bottom: 0;
}

@media (max-width: 575px) {
	#commentform .comment-input-text {
		width: 100%;
	}
}

#commentform .comment-input-text label {
	position: absolute;
	z-index: 0;
	color: #737f96;
	top: 50%;
	transform: translateY(-50%);
	left: 11px;
	transition: 0.3s;
}

#commentform textarea {
	width: 100%;
}

#commentform .form-submit {
	margin: -5px 0 0;
}

#commentform .form-submit input {
	padding: 15px 19px;
}

@media (min-width: 768px) {
	#commentform .comment-notes {
		position: absolute;
		bottom: 0;
		margin: 0;
		color: #eb001c;
		width: auto;
		right: 0;
	}
}

.comment-footer-meta {
	margin-top: 24px;
}

.comment-footer-meta > span:not(.by-post-author) a {
	padding: 3px 10px;
	letter-spacing: 0.025em;
	border-radius: 2px;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 12px;
	color: #293957;
	background: #eaeef5;
	text-decoration: none;
}

.comment-footer-meta > span:not(.by-post-author) a:hover {
	color: #fff;
	background: #ce8339;
}

.auto-listings .corify-social-share {
	margin: -10px -10px 0 0;
}

.auto-listings .corify-social-share .social-share__item {
	width: 42px;
	height: 42px;
	margin: 10px 10px 0 0;
}

.archive.auto-listings:not(.post-type-archive-dealer) .page-header {
	padding: 175px 0px;
}

.archive.auto-listings:not(.post-type-archive-dealer) .page-header:before {
	z-index: -1;
}

.archive.auto-listings:not(.post-type-archive-dealer) .page-header .page-title {
	margin: 0;
	line-height: 0.9;
	letter-spacing: -0.025em;
	font-size: 8rem;
	font-weight: 800;
}

@media all and (max-width: 767px) {
	.archive.auto-listings:not(.post-type-archive-dealer) .page-header .page-title {
		font-size: 4rem;
	}
}

@media (max-width: 767px) {
	.archive.auto-listings:not(.post-type-archive-dealer) .page-header {
		padding: 12% 0;
	}
	.archive.auto-listings:not(.post-type-archive-dealer) .page-header .page-title {
		font-size: 4rem;
	}
}

.archive.auto-listings:not(.post-type-archive-dealer) .page-description.container {
	padding-top: 40px;
}

.archive.auto-listings:not(.post-type-archive-dealer).archive-listing-has-sidebar .page-header {
	padding: 250px 0 84px;
}

.post-type-archive-dealer .als {
	background: #f5f6f6;
	margin-top: 70px;
	margin-bottom: 93px;
	background: #f5f6f6;
}

@media (min-width: 768px) {
	.post-type-archive-dealer .als .als-field {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}

@media all and (max-width: 767px) {
	.post-type-archive-dealer .als {
		margin-bottom: 50px;
	}
}

.post-type-archive-dealer .als .SelectBox,
.post-type-archive-dealer .als input {
	background: #fff;
}

.auto-listings-search-matching {
	text-transform: uppercase;
	font-weight: bold;
}

.auto-listings-search-matching .search-matching__number {
	color: #ce8339;
}

@media (max-width: 767px) {
	.auto-listings-search-matching {
		order: 3;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.auto-listings-search-matching + .auto-listings-ordering {
		margin: 0 60px 0 auto;
	}
}

.auto-listings-single .title-price .entry-title {
	font-family: "Cabin", sans-serif;
}

.auto-listings-single .price {
	font-family: "Montserrat", sans-serif;
}

.auto-listings-single .single-listing-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: -10px;
	padding-bottom: 20px;
}

.auto-listings-single .single-listing-buttons > * {
	padding-bottom: 10px;
}

.single-listing--classified .breadcrumbs-wrapper {
	margin-bottom: 26px;
	background: transparent;
}

.single-listing--classified .image-gallery {
	margin-bottom: 31px;
}

.single-listing--classified .image-gallery__slider-for .slick-slide {
	margin-left: 5px;
}

.single-listing--classified .image-gallery__slider-for .slick-list {
	margin-left: -5px;
}

@media (min-width: 992px) {
	.single-listing--classified .image-gallery__slider-for .slick-list {
		padding: 0 calc(50% - 480px);
	}
}

@media (min-width: 1280px) {
	.single-listing--classified .image-gallery__slider-for .slick-list {
		padding: 0 calc(50% - 585px);
	}
}

@media (max-width: 767px) {
	.single-listing--classified .image-gallery__slider-nav {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.single-listing--classified .image-gallery__slider-nav {
		max-width: 370px;
		position: absolute;
		bottom: 32px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.single-listing--classified .image-gallery__slider-nav[class*='slick-is-hold'] .slick-track {
	justify-content: center;
}

@media (min-width: 768px) {
	.single-listing--classified .image-gallery__slider-nav[class*='slick-is-hold'] .slick-track {
		max-width: 370px;
	}
}

.single-listing--classified .image-gallery__slider-nav .slick-slide {
	border: 1px solid #fff;
	margin-left: 5px;
	transition: 0.3s ease;
}

@media (min-width: 768px) {
	.single-listing--classified .image-gallery__slider-nav .slick-slide {
		width: 70px;
	}
}

.single-listing--classified .image-gallery__slider-nav .slick-list {
	margin-left: -5px;
}

.single-listing--classified .specifications-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 -43px -30px;
}

.single-listing--classified .specifications-list > li {
	width: 25%;
	padding: 5px 15px 5px 30px;
	margin-bottom: 43px;
	display: flex;
	color: #737f96;
}

.single-listing--classified .specifications-list > li i {
	margin-right: 16px;
	font-size: 24px;
}

.single-listing--classified .specifications-list > li:not(:nth-child(4n + 1)) {
	border-left: 1px solid #dfe0e3;
}

@media (max-width: 575px) {
	.single-listing--classified .specifications-list > li {
		width: 50%;
	}
}

.single-listing--dealership .corify-social-share {
	margin: -10px -10px 30px 0;
}

@media (max-width: 767px) {
	.single-listing--dealership .corify-social-share {
		margin-bottom: 10px;
	}
}

.single-listing--dealership .listing-buttons__actions {
	order: 2;
}

.single-listing--dealership .single-listing-buttons {
	flex-direction: column;
	align-items: flex-start;
}

@media (min-width: 768px) {
	.single-listing--dealership .single-listing-buttons {
		align-items: flex-end;
	}
}

.single-al-main-heading {
	font-family: "Cabin", sans-serif;
}

.auto-listings-single .description {
	color: #737f96;
}

.single-listing__sidebar-heading {
	font-family: "Cabin", sans-serif;
}

.similar-listing__item .entry-title {
	font-family: "Cabin", sans-serif;
}

.single-listing--related-posts {
	padding-bottom: 34px;
}

.single-listing--related-posts .single-listing__sidebar-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.single-listing--related-posts .single-listing__sidebar-heading h3 {
	margin-bottom: 0;
	font-size: inherit;
	text-transform: uppercase;
	font-family: inherit;
}

.single-listing--related-posts .entry-excerpt {
	display: none;
}

.single-listing--related-posts .entry-title {
	font-size: 18px;
	margin-bottom: 14px;
}

.single-listing--related-posts .entry-view-counts {
	border: none;
}

.single-listing--related-posts .social-share {
	display: none;
}

.single-listing--related-posts .corify-blog-article {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.single-listing--related-posts .corify-blog-article img {
	height: auto;
}

.single-listing--related-posts .entry-meta-bottom {
	margin-top: 0;
}

.single-listing--related-posts .al-slider-nav > span {
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 13px;
}

.auto-listings-item .dealer__name,
.auto-listings-item .image__cta b,
.auto-listings-item .body-type,
.auto-listings-item .title {
	font-family: "Cabin", sans-serif;
}

.auto-listings-item .price,
.auto-listings-item .image__sale-badge {
	font-family: "Montserrat", sans-serif;
}

.auto-listings-sidebar .als {
	margin: 0;
	padding: 0;
}

.auto-listings-sidebar .als--one-col {
	padding: 25px 25px 50px;
	border: 1px solid #d7dce6;
	border-radius: 2px;
}

.als {
	position: relative;
	border-radius: 3px;
	text-align: left;
	padding: 65px 85px;
	font-size: 14px;
	color: #293957;
	margin: 0 -85px;
	background: #fff;
}

@media (max-width: 1439px) {
	.als {
		margin: 0;
		padding: 60px;
	}
}

@media (max-width: 767px) {
	.als {
		padding: 30px;
	}
}

.als .row {
	margin: -10px;
	align-items: center;
}

.als input[type='text'] {
	height: 100%;
	width: 100%;
	padding: 30px 13px 10px;
	background: #f9f9f9;
	border-radius: 2px;
}

.als input[type='text']::-webkit-input-placeholder {
	font-size: 16px;
}

.als input[type='text']::-moz-placeholder {
	font-size: 16px;
	opacity: 1;
}

.als input[type='text']:-ms-input-placeholder {
	font-size: 16px;
}

.als input[type='text']:hover {
	border-color: #ce8339;
}

.als input[type='text']:active, .als input[type='text']:focus {
	border-color: #293957;
}

.als .SumoSelect:not(.open):hover > .SelectBox {
	border-color: #ce8339;
}

.als .SumoSelect.open > .SelectBox {
	background: #fff;
	border-color: #293957;
}

.als .SumoSelect.open > .optWrapper {
	top: 65px;
}

.als .SumoSelect > p.SelectBox {
	width: 100%;
	line-height: 1.875;
	padding: 23px 13px 5px;
	background: #f9f9f9;
	box-shadow: none;
	border-color: #d7dce6;
}

.als .SumoSelect > p.SelectBox > span {
	font-style: normal;
	color: #737f96;
	font-size: 16px;
	padding-right: 5px;
}

.als .SumoSelect > p.SelectBox label > i {
	font-style: normal;
	opacity: 1;
	color: #293957;
	background-image: none;
	text-align: center;
	margin: auto auto 12px;
	font-size: 18px;
	width: 18px;
	height: 18px;
	line-height: 18px;
}

.als .SumoSelect > p.SelectBox label > i:before {
	content: '\f3d0';
	display: inline-block;
	font-family: 'Ionicons';
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.als-is-selected .SumoSelect > p.SelectBox {
	border-color: #293957;
}

.als-is-selected .SumoSelect > p.SelectBox span {
	color: #293957;
}

.als-body {
	margin-bottom: 34px;
}

@media (max-width: 991px) {
	.als-body .row > div {
		width: 100%;
	}
}

.als-body__left {
	padding: 10px;
	width: 85.47009%;
}

@media (min-width: 576px) {
	.als-body__left .als-field {
		max-width: 50%;
		flex: 0 0 50%;
	}
}

@media (min-width: 768px) {
	.als-body__left .als-field {
		max-width: 25%;
		flex: 0 0 25%;
	}
}

.als-body__right {
	width: 14.52991%;
	padding: 10px;
	align-self: flex-end;
}

.als-body__right button {
	width: 100%;
}

.als-field {
	position: relative;
	display: flex;
	padding: 10px;
}

.als-field.is-selected .SelectBox {
	background: #fff;
	border-color: #293957;
}

.als-field.is-selected .SelectBox > span {
	color: #293957;
}

.als-field .SumoSelect {
	width: 100%;
}

.als-field__label {
	color: #293957;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	position: absolute;
	text-transform: uppercase;
	top: 19px;
	left: 24px;
	z-index: 1;
	font-size: 12px;
}

.als-field--condition {
	padding: 0;
}

@media (max-width: 575px) {
	.als-field--condition {
		width: 100%;
	}
	.als-field--condition .als-field__radio {
		width: 100%;
		display: flex;
		flex-direction: column;
		grid-gap: 5px;
	}
	.als-field--condition span {
		width: 100%;
	}
}

.als-field--condition .als-field__radio span {
	font-size: 14px;
	background: none;
	display: inline-block;
	font-weight: bold;
	border-radius: 2px;
	transition: 0.3s ease;
	padding: 5px 15px;
	text-transform: uppercase;
	cursor: pointer;
}

.als-field--condition input[type='radio'] {
	position: absolute;
	left: -9999px;
}

.als-field--condition input[type='radio']:checked + span {
	color: #fff;
	background: #ce8339;
}

@media (max-width: 767px) {
	.als-field--condition {
		margin-bottom: 15px;
	}
	.als-field--condition .prefix {
		margin-bottom: 15px;
	}
}

button.als-submit {
	padding: 21px 15px;
	line-height: 1;
	background-color: #ce8339;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: 0.025em;
	border-radius: 2px;
	border: 1px solid transparent;
}

button.als-submit:hover {
	background: #293957;
}

button.als-toggle {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

button.als-toggle:after {
	content: '\f3d0';
	display: inline-block;
	font-family: 'Ionicons';
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 10px;
}

button.als-toggle.shown:after {
	content: '\f3d8';
}

button.als-reset {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

button.als-reset:before {
	content: '\f21c';
	display: inline-block;
	font-family: 'Ionicons';
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
}

.als .als-title {
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 18px;
	margin: 0 25px 0 0;
}

@media (max-width: 767px) {
	.als .als-title {
		margin: 0 25px 10px 0;
	}
}

.als-header {
	margin-bottom: 30px;
}

.als-footer {
	color: #293957;
}

.als-footer button {
	color: inherit;
	background: none;
	padding: 0;
}

.als-footer button:before {
	font-weight: 400;
}

.als-footer__action {
	margin-bottom: -10px;
}

.als-footer__action > button {
	margin-bottom: 10px;
	line-height: 1;
}

.als-total {
	margin-left: auto;
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 500;
}

@media all and (max-width: 767px) {
	.als-total {
		width: 100%;
	}
}

.als-total strong {
	color: #ce8339;
}

.als-selected {
	margin-bottom: 45px;
}

@media (max-width: 767px) {
	.als-selected {
		margin-bottom: 20px;
	}
}

.als-selected__item {
	font-size: 16px;
	display: inline-block;
}

.als-selected__item:hover i {
	color: #ce8339;
}

.als-selected__item:not(:last-child) {
	margin-right: 45px;
}

.als-selected__label {
	color: #9fa7b5;
}

.selected-item__value {
	color: #293957;
}

.als-selected__close {
	cursor: pointer;
	margin-right: 13px;
}

@media all and (max-width: 991px) {
	.als-selected__close {
		margin-right: 3px;
	}
}

.als-selected__close:before {
	content: '\f128';
	display: inline-block;
	font-family: 'Ionicons';
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.als--one-col .als-title {
	margin-bottom: 26px;
	font-size: 16px;
}

.als--one-col .als-field__label {
	display: none;
}

.als--one-col .als-field {
	padding: 0;
}

.als--one-col .als-field:not(:last-of-type) {
	margin-bottom: 10px;
}

.als--one-col .SumoSelect > .CaptionCont label > i {
	margin: auto;
}

.als--one-col .als-selected__item {
	margin: 0;
	display: block;
}

.als--one-col .als-selected__item:not(:last-of-type) {
	margin: 0 0 15px;
}

@media all and (max-width: 991px) {
	.als--one-col .als-selected__item:not(:last-of-type) {
		margin: 0 30px 15px 0;
	}
}

.als--one-col .als-body,
.als--one-col .als-selected {
	margin-bottom: 32px;
}

.als--one-col .SumoSelect > p.SelectBox {
	padding: 8px 15px;
}

.als--one-col input[type='text'] {
	padding: 11px 15px;
}

.als--one-col .SumoSelect.open > .optWrapper {
	top: 45px;
}

.als--one-col .als-reset {
	width: 100%;
	padding: 18px 5px;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	background: #ce8339;
	color: #fff;
}

.als--one-col .als-reset:hover {
	background: #293957;
}

.als--one-col .opt {
	margin-top: 0;
	border-top: none;
}

.search-selected-item {
	display: inline-block;
}

.search-selected-item:not(.last-of-type) {
	margin-right: 45px;
}

.als-toggle-wrapper {
	display: none;
	margin-top: 10px;
}

.register-benefits {
	background: #f5f6f6;
	border: 1px solid #d7dce6;
	border-radius: 3px;
	margin-top: 70px;
	padding: 35px 40px;
}

.register-benefits h5 {
	font-family: "Cabin", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #293957;
	margin-bottom: 15px;
	margin-top: 0;
}

.register-benefits p {
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #737f96;
}

.register-benefits ul {
	list-style: none;
}

.register-benefits li {
	font-family: "Cabin", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #293957;
	margin-bottom: 8px;
}

.register-benefits li:last-child {
	margin-bottom: 0;
}

.register-benefits span {
	color: #669900;
	font-size: 24px;
	margin-right: 15px;
}

.admin-bar .slideout-sidebar {
	padding-top: 33px;
}

.slideout-sidebar {
	color: #fff;
	padding: 20px;
	width: 384px;
	max-width: 100%;
	transform: translate3d(100%, 0, 0);
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	background: #2e3031;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	visibility: hidden;
}

.slideout-sidebar button {
	color: inherit;
	background: none;
}

.slideout-sidebar button:hover {
	background: none;
}

.slideout-sidebar .copyright {
	text-align: center;
	font-size: 14px;
	opacity: 0.8;
}

.slideout-sidebar .copyright a {
	font-weight: 400;
	color: #ce8339;
	text-decoration: none;
}

.slideout-sidebar::-webkit-scrollbar {
	width: 0;
}

@media (min-width: 992px) {
	.slideout-sidebar #mobile-navigation {
		display: none;
	}
}

.slideout-sidebar .menu {
	padding: 0;
	margin: 0 0 53px 0;
	list-style-type: none;
}

.slideout-sidebar .menu li {
	border-top: 1px solid #393939;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.slideout-sidebar .menu a {
	display: block;
	font-size: 13px;
	letter-spacing: 0.1em;
	padding: 12px 0;
	text-transform: uppercase;
	color: #fff;
	flex: 1;
}

.slideout-sidebar .menu a:hover {
	color: #ce8339;
	text-decoration: none;
}

.slideout-sidebar .menu .dropdown-toggle {
	color: #fff;
	cursor: pointer;
	padding: 15px 0 15px 20px;
	transition: all 0.3s ease;
	z-index: 99;
	font-size: 10px;
}

.slideout-sidebar .menu .dropdown-toggle.is-toggled i {
	transform: rotate(180deg);
}

.slideout-sidebar .menu .sub-menu {
	display: none;
	transition: opacity 1s ease-out;
	opacity: 1;
	position: relative;
	visibility: visible;
	background: #2e3031;
	width: 100%;
	padding: 0;
}

.slideout-sidebar .menu .sub-menu ul {
	left: 0;
	transform: translateY(0px);
}

.slideout-sidebar .menu .sub-menu ul a {
	padding-left: 36px;
}

.slideout-sidebar .menu .sub-menu a {
	padding-left: 24px;
	font-size: 12px;
}

.slideout-sidebar .menu .sub-menu .dropdown-toggle {
	padding: 10px 0 10px 10px;
	top: -6px;
}

.slideout-sidebar-open .slideout-sidebar {
	transform: translate3d(0, 0, 0);
	visibility: visible;
}

.slideout-sidebar__close {
	font-size: 18px;
	padding: 5px 0px 5px 10px;
	margin-bottom: 16px;
	display: table;
	margin: 0 0 15px auto;
}

.dark-mode .site-header,
.dark-version .site-header {
	background-color: #1b1e1e;
}

.dark-mode .site-header.is-overlay,
.dark-version .site-header.is-overlay {
	background: none;
}

.dark-mode .site-footer,
.dark-version .site-footer {
	background-color: #202424;
}

.dark-mode .header-main,
.dark-version .header-main {
	border-color: rgba(122, 131, 149, 0.15);
}

.dark-mode .header-main__contact > div,
.dark-version .header-main__contact > div {
	color: #fff;
}

.dark-mode .header-main__contact > div > div > span:first-child,
.dark-version .header-main__contact > div > div > span:first-child {
	color: #7a8395;
}

.dark-mode .header-menu.is-fixed,
.dark-version .header-menu.is-fixed {
	background: #1b1e1e;
}

.dark-mode .header-menu.is-fixed .site-title,
.dark-mode .header-menu.is-fixed .site-description,
.dark-version .header-menu.is-fixed .site-title,
.dark-version .header-menu.is-fixed .site-description {
	color: #fff;
}

.dark-mode .header-menu.is-fixed .compare-login a,
.dark-version .header-menu.is-fixed .compare-login a {
	color: #fff;
}

.dark-mode .header-menu.is-fixed .main-navigation a,
.dark-version .header-menu.is-fixed .main-navigation a {
	color: #fff;
}

.dark-mode .header-menu .main-navigation a,
.dark-version .header-menu .main-navigation a {
	color: #fff;
}

.dark-mode .header-menu .main-navigation ul ul,
.dark-version .header-menu .main-navigation ul ul {
	background-color: #202424;
}

.dark-mode .compare-login a,
.dark-version .compare-login a {
	color: #fff;
}

.dark-mode .site-indentity .site-title a,
.dark-version .site-indentity .site-title a {
	color: #fff;
}

.dark-mode .site-indentity .site-description,
.dark-version .site-indentity .site-description {
	color: #fff;
}

.dark-mode #content,
.dark-version #content {
	background-color: #202424;
}

.dark-mode .corify-blog-article .entry-title a,
.dark-mode .content-no-plugin .entry-title a,
.dark-version .corify-blog-article .entry-title a,
.dark-version .content-no-plugin .entry-title a {
	color: #fff;
}

.dark-mode .breadcrumbs,
.dark-version .breadcrumbs {
	color: #7a8395;
}

.dark-mode .breadcrumbs li:last-child,
.dark-version .breadcrumbs li:last-child {
	color: #fff;
}

.dark-mode .post-type-archive-dealer .breadcrumbs-wrapper,
.dark-version .post-type-archive-dealer .breadcrumbs-wrapper {
	background-color: #272a30;
}

.dark-mode .post-type-archive-dealer .auto-listing-item,
.dark-version .post-type-archive-dealer .auto-listing-item {
	border-color: rgba(122, 131, 149, 0.15);
}

.dark-mode .post-type-archive-dealer .auto-listings-search,
.dark-version .post-type-archive-dealer .auto-listings-search {
	background-color: #171919;
}

.dark-mode .auto-listings .site-header,
.dark-version .auto-listings .site-header {
	background-color: #14181e;
}

.dark-mode footer,
.dark-version footer {
	color: #fff;
}

.dark-mode .txt-title,
.dark-version .txt-title {
	color: #fff;
}

.dark-mode .main-navigation ul ul li,
.dark-version .main-navigation ul ul li {
	border-color: rgba(122, 131, 149, 0.15);
}

.dark-mode .make-item .content,
.dark-version .make-item .content {
	border-color: #1a1f28;
}

.dark-mode .testimonial-wrapper,
.dark-mode .testimonial-partner,
.dark-version .testimonial-wrapper,
.dark-version .testimonial-partner {
	border-color: rgba(122, 131, 149, 0.15);
}

.dark-mode .auto-listings-item .at-a-glance,
.dark-mode .entry-meta-bottom,
.dark-mode .entry-meta-bottom > span,
.dark-mode .entry-meta-bottom li,
.dark-version .auto-listings-item .at-a-glance,
.dark-version .entry-meta-bottom,
.dark-version .entry-meta-bottom > span,
.dark-version .entry-meta-bottom li {
	border-color: #253146;
}

.dark-mode .auto-listings-item .at-a-glance .seperator,
.dark-version .auto-listings-item .at-a-glance .seperator {
	color: #253146;
}


#################### custom css###########################

	#statistic-section {
		background-image: url( https://i0.wp.com/demo2.fitwp.com/corify/wp-content/uploads/sites/16/2020/07/fact-2-min.jpg ) !important;
	}

	@media (max-width: 767px) {
		#statistic-section {
			background: none !important;
		}
	}


	@media (min-width: 1024px) and (max-width: 1400px) {
		.home-search-form .elementor-widget-container {
			margin-top: 50px !important;
		}
	}

	.home-icon-box i:before {
		left: 0;
		transform: none;
	}

	.home-icon-box h3.elementor-icon-box-title {
		margin-top: 0
	}

	.single iframe {
		border: none;
	}

	.why-choose-us .elementor-row {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 70px;
		padding: 15px;
	}

	.why-choose-us .elementor-row .elementor-column.elementor-col-33 {
		width: 100%;
	}

	@media(max-width: 767px) {
		.why-choose-us .elementor-row {
			display: grid;
			grid-template-columns: 1fr ;
			grid-gap: 30px;
		}
	}

	.single-post-header-inner .entry-meta-item {
		white-space: initial;
	}


	.specification_first_row li {
		border-right: 1px solid;
		display: inline-block;
		padding-right: 90px;
	}
	.specification_first_row ul {
		padding-left: 0px !important;
	}
	.specification_first_row li:last-child {
		border-right: none !important;
	}

	.header-cta.header-cta--menu {
		display: none;
	}
	h1.entry-title {
		display: none;
	}
	a.car_a div {
		padding: 45px 12px 45px 12px;
	}
	.car_a {
		cursor:pointer;
		padding: 45px 15px 45px 15px;
	}
	.car_a a {
		position: relative;
		top: 33px;
	}
	.car_a a {
		color: #fff;
		position: relative;
		top: 33px;
		font-size: 18px;
		font-weight: 600;
	}
	.car_a:hover {
		background: #8080803d;
	}
	.trending_div h3 {
		
		margin-bottom: 0px;
	}
	div#wtcpl_tabs a {
		padding: 8px 15px;
		font-size: 14px;
		line-height: 14px;
		font-weight: 700 !important;
		color: #253146;
		margin-right: 5px;
		border-radius: 3px;
		transition: ease-in-out .1s;
		text-transform: uppercase;
		
	}
	div#wtcpl_tabs {
		background: #fff;
	}
	.entry-content ul, .entry-content ol {
		padding-left: 0px;
	}
	.wtcpl_category_nav ul {
		text-align: start;
	}
	div#wtcpl_tabs li a.active {
		color: #fff;
		background: #efc873 !important;
	}
	div#wtcpl_tabs li {
		border-top: 0px !important;
	}
	.wtcpl_category_nav li a:link, .wtcpl_category_nav li a:visited, .wtcpl_category_nav li a:active {
		background-color: #fff;
		}
	div#wtcpl_tabs_container {
		padding-top: 0px;
		background: #fff;
	}
	#wtcpl_tabs_container .woocommerce ul.products
	{
		padding: 0px !important;
	}	
	#wtcpl_tabs_container .each_cat ul.products > li
	{
		box-shadow: unset !important;
	}
	div#wtcpl_tabs_container h2.woocommerce-loop-product__title {
		font-size: 20px !important;
		font-weight: 600 !important;
		color: #293957;
	}
	div#wtcpl_tabs_container span.woocommerce-Price-amount.amount {
		font-size: 24px;
		color: #690;
		font-weight: 700 !important;
		font-style: italic;
	}
	.widget ul > li + li
	{
		border-top: 0px !important;
	}
	div#wtcpl_tabs_container a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
		display: none;
	}
	.all_car a {
		background-color: #efc873 !important;
		text-transform: uppercase;
		color: #fff;
		border-radius: 2px;
		font-size: 16px;
		padding: 13px 25px;
	}
	.all_car {
		text-align: center;
	}
	.product_content
	{
		margin-bottom: 0px !important;
		padding: 0px !important;
	}
	.all_car a:hover {
		background-color: #293957;
		color: #fff;
	}
	.testimonial_row {
		padding-top: 100px;
		background: #f4f5f7;
		padding-bottom: 100px;
	}
	.corify-testimonial-content {
		width: 47%;
		padding: 40px;
		border-radius: 2px;
		background: #fff;
		float: left;
		margin-right: 3%;
	}
	.corify-testimonial-content.new_tst {
		width: 47%;
		float: left;
		margin-right: unset;
		margin-left: 3%;
	}
	h3.corify-testimonial__title.d-flex.align-center.flex-wrap {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
	}
	i.ion-ios-star {
		font-size: 24px;
		color: #67a900;
	}

	.item-content.entry-content {
		background: #fff;
		padding: 49px;
	}
	.trending_divs h3 {
		font-weight: 800;
		letter-spacing: 0px;
		line-height: 1.3;
		text-align: inherit;
		text-transform: none;
		color: #293957;
		font-size: 31px;
		margin-bottom: 50px;
	}
	.multi_img_home img {
		max-width: 130px;
		display: inline-block;
		margin-right: 90px;
	}
	.multi_img_home {
		text-align: center;
	}
	hr.home_hr {
		margin-top: 80px;
		background-color: #cfd3d8 !important;
		margin-bottom: 80px;
	}
	.left_div_home h2 {
		color: #737f96;
		font-family: montserrat,Sans-serif;
		font-size: 20px;
		font-weight: 700 !important;
		text-transform: uppercase;
	}
	.left_div_home h3 {
		margin-left: 87px;
		color: #fff;
		font-family: montserrat,Sans-serif;
		font-size: 42px;
		text-transform: uppercase;
		line-height: 48px;
	}

	.middle_div {
		margin-top: 45px;
		width: 22%;
		float: left;
	}
	.right_div {
		margin-top: 45px;
		float: left;
		width: 22%;
	}
	.middle_div h1 {
		margin-bottom: 0px;
		color: #efc873 !important;
		font-family: montserrat,Sans-serif;
		font-size: 60px;
		font-weight: 700 !important;
	}
	.right_div h1 {
	margin-bottom: 0px;
		color: #efc873 !important;
		font-family: montserrat,Sans-serif;
		font-size: 60px;
		font-weight: 700 !important;
	}
	.left_div_home p {
		margin-bottom: 15px;
		margin-right: 470px;
		color: #fff;
		margin-left: 87px;
	}
	.middle_div p {
		color: #293957;
		font-family: montserrat,Sans-serif;
		font-size: 14px;
		font-weight: 700 !important;
		text-transform: uppercase;
	}
	.right_div p {
		color: #293957;
		font-family: montserrat,Sans-serif;
		font-size: 14px;
		font-weight: 700 !important;
		text-transform: uppercase;
	}

	.middle_div1 {
		margin-top: 24px;
		width: 22%;
		float: left;
	}
	.right_div1 {
		margin-top: 24px;
		float: left;
		width: 22%;
	}
	.right_div1 h1 {
	margin-bottom: 0px;
		color: #efc873 !important;
		font-family: montserrat,Sans-serif;
		font-size: 60px;
		font-weight: 700 !important;
	}
	.right_div1 p {
		color: #293957;
		font-family: montserrat,Sans-serif;
		font-size: 14px;
		font-weight: 700 !important;
		text-transform: uppercase;
	}
	.middle_div1 p {
		color: #293957;
		font-family: montserrat,Sans-serif;
		font-size: 14px;
		font-weight: 700 !important;
		text-transform: uppercase;
	}
	.middle_div1 h1 {
		margin-bottom: 0px;
		color: #efc873 !important;
		font-family: montserrat,Sans-serif;
		font-size: 60px;
		font-weight: 700 !important;
	}
	.sign_img_div_homes {
		width: 70%;
	}
	.top_home_div {
		padding-top: 76px;
		padding-bottom: 76px;
	}
	.sign_img_div_homes h2 {
		margin-bottom: 0px;
		color: #efc873 !important;
		font-family: cabin,Sans-serif;
		font-size: 16px;
		font-weight: 700 !important;
		text-transform: uppercase;
		line-height: 32px;
	}
	.sign_img_div_homes h3 {
		color: #737f96;
		font-family: cabin,Sans-serif;
		font-size: 14px;
		font-weight: 400 !important;
	}
	.left_cash_div {
		padding-left: 30px;
		width: 92%;
		float: left;
	}
	.right_cash_div {
		width: 8%;
		float: left;
	}
	.right_cash_div i {
		color: #efc873 !important;
		font-size: 60px;
	}
	.right_cash_div p {
		margin-top: 6px;
		text-align: center;
		color: #e6e7e9;
		font-family: montserrat,Sans-serif;
		font-size: 48px;
		font-weight: 800;
	}
	.left_cash_div h3 {
		font-family: montserrat,Sans-serif;
		font-size: 18px;
		color: #293957;
		font-weight: 700 !important;
		text-transform: uppercase;
		line-height: 26px;
	}
	.left_cash_div p {
		font-size: 16px;
		width: 282px;
	}
	.left_cash_div.new_mrgn {
		padding-left: 52px;
	}
	@media only screen and (max-width: 768px) {
	.search-results .entry-meta-bottom {
    margin-top: 160px !important;
}
	.hfeed div#content .page-header .page-title {
    margin-top: -134px !important;
	}
	.page-header .page-title {
    
    font-size: 18px !important;
	}
.hfeed div#content .page-header {

    padding: 232px 0px 0px !important;
}
	.full_opt_prod span {
    padding-left: 0px !important;
}
.furnish_full {
    padding-right: 25px !important;
    padding-left: 12px !important;
}
.desc_frst_lft {
    width: 100% !important;
    float: none !important;
}
.desc_frst_lft ul {
    margin-bottom: 5px !important;
}
.desc_frst_rgt {
    width: 100% !important;
    float: none !important;
}
.location_full {
    margin-top: 50px !important;
}
.location_full iframe {
    height: 215px !important;
}
.full_contact input.wpcf7-form-control.wpcf7-text {
    width: 100% !important;
}
.desc_full_div h3 {
    margin-bottom: 0px !important;
}
.single-product #content {
    padding-bottom: 48px;
}
.single-product .pum-container.pum-responsive.pum-responsive-medium {
    width: 100% !important;
}
div#popmake-2894 {
    padding: 18px !important;
}
div#popmake-2894 {
    left: 0px !important;
}
.single-product nav.navigation.post-navigation {
	width: unset !important;
    margin-top: -12px !important;
}
.single-product .nav-links {
    margin-left: 16px !important;
}
	 .multi_img_home img {
		margin-bottom: 48px;
		display: block;
	   margin-right: auto !important;
		margin-left: auto;
	}
	.left_div_home {
		width: 100%;
		float: left;
	}
	.left_div_home h2 {
		font-size: 16px;
		}
	.left_div_home h3 {
		font-size: 25px;
		line-height: 33px;
	}
	.middle_div {
		margin-top: 0px;
		width: 100%;
	}
	.right_div {
		margin-top: 0px;
		width: 100%;
	}
	.middle_div h1 {
		font-size: 45px;
	}
	.right_div h1 {
		font-size: 45px;
	}
	.left_div_home p {
		color: #fff;
		width: 100%;
	}
	.middle_div1 {
		width: 100%;
	}
	.middle_div1 h1 {
		font-size: 45px;
	}
	.right_div1 {
		margin-top: 0px;
		float: left;
		width: 100%;
	}
	.sign_img_div_homes {
		width: 100%;
	}
	.left_cash_div p {
		width: 100%;
	}
	.txt_div_color {
		width: 100% !important;
	}
	.circle_div {
		width: 100% !important;
	}
	.trending_div h3 {
		font-size: 20px;
	}
	div#wtcpl_tabs_container h2.woocommerce-loop-product__title {
		font-size: 15px !important;
	}
	div#wtcpl_tabs_container span.woocommerce-Price-amount.amount {
		font-size: 20px;
	}
	.txt_div_color {
		font-size: 15px;
	}
	.foo {
		width: 13px;
		height: 13px;
	}
	.trending_divs h3 {
		font-size: 23px;
	}
	.top_home_div {
		padding: 0px;
	}
	.right_cash_div i {
		font-size: 40px;
	}
	.left_cash_div h3 {
		margin-bottom: 17px;
		font-size: 16px;
	}
	.page-id-1293 #content {
		padding-bottom: 10px;
	}
	.footer-widgets {
		padding-top: 45px !important;
		padding-bottom: 60px !important;
	}
	.custom-logo {
		width: 95px !important;
	}
	}
	.descShow img {
		max-width: 182px;
	}
	.foo {
		float: left;
		width: 16px;
		height: 16px;
		margin: 5px;
		border-radius: 2px;
		border: 1px solid rgba(0, 0, 0, .2);
	}

	.blue {
	  background: green;
	}

	.purple {
	  background: #orange;
	}

	.wine {
	  background: #ae163e;
	}
	.circle_div {
		width: 77%;
		float: left;
	}
	.txt_div_color {
		width: 22%;
		float: left;
	}
	.single-post-header {
		padding-top: 400px;
		padding-bottom: 400px;
	}
	.header-cta.header-cta--main {
		display: none;
	}
	div#nav_menu-1 h3 {
		padding-top: 25px;
	}
	div#nav_menu-2 {
		padding-top: 25px;
	}
	a.compare-login.compare-btn {
		display: none;
	}
	a.compare-login.login-btn {
		display: none;
	}
	.header-contact__block.header-contact__work-hours.d-flex {
		display: none !important;
	}
	.site-branding.align-center {
		width: 20%;
		margin-right: 0px !important;
	}
	.header-main__contact {
		margin-right: 0px !important;
	}
	.footer-column.col-md-3 #pgc-w60b201e5e6939-0-0, #pgc-w60b201e5e6939-0-1, #pgc-w60b201e5e6939-0-2 {
		width: unset !important;
		width: unset !important;
	}
	.footer_img {
		text-align: center;
	}
	.footer_img img {
		max-width: 120px;
	}
	.footer-column.col-md-3 {
		flex: unset !important;
		max-width: unset !important;
	}
	.list_address_div {
		margin-bottom: 12px;
		padding-left: 10px;
		width: 78%;
		float: left;
	}
	.list_txt_div {
		width: 22%;
		float: left;
	}
	.list_txt_div p {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 14px;
	}
	.links_footer {
		margin-left: 90px;
	}
	footer#colophon .footer-widgets {
		padding-top: 55px !important;
		padding-bottom: 30px !important;
	}
	.footer_heading_div ul li a {
		text-transform: uppercase;
	}
	.exclusive_row_home {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.top_home_div {
		background: #000000c2;
	}
	select#ofcategory {
		display: none;
	}
	.footer_P_row_1 p {
		text-align: center;
	}
	select#ofpost_tag {
		display: none;
	}
	select#ofpost_format {
		display: none;
	}
	select#ofproduct_shipping_class {
		display: none;
	}
	select#ofcoblocks_pattern_type {
		display: none;
	}
	select#ofcoblocks_pattern_category {
		display: none;
	}
	select#ofbody-type {
		display: none;
	}
	select#offb_product_set {
		display: none;
	}
	select#oflisting-tag {
		display: none;
	}
	input[type="submit"] {
		position: relative;
		right: 139px !important;
		background: #efc873 !important;
	}
	img.bmw {
		max-width: 85px;
	}
	img.ferrari {
		max-width: 76px;
	}
	video.cars_slide {
		width: 100% !important;
		height: auto;
	}
	.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a
	{
		color:#efc873 !important;
	}
	.header-contact__block i {
		color: #efc873 !important;
		
	}
	#wpls-logo-showcase-slider-1 .wpls-fix-box, #wpls-logo-showcase-slider-1 .wpls-fix-box img.wp-post-image
	{
		max-height:135px !important;
	}
	ul.slick-dots
	{
	 display:none !important;
	}

	.search_home {
		padding-bottom: 60px;
	}

	li.remove_li {
		display: none !important;
	}
	.reset {
		font-weight: 600 !important;
		color: #fff;
		font-size: 14px;
		width: 406px;
		float: right;
		cursor: pointer;
	}
	.reset span {
		padding-right: 11px;
	}
	.header-menu {
		background: transparent;
		MARGIN-BOTTOM: -127PX;
	}
	header#masthead {
		Z-INDEX: 999;
	}
	.site-header {
		background: transparent;
	}
	.header-main {
		z-index:9999;
		border-bottom: unset !important;
	}
	.header-contact__block {
		color: #fff !important;
	}
	.header-menu .socials-menu a {
		color: #fff;
	}
	.main-navigation a {
		font-family: Cabin;
		font-size: 16px !important;
		font-weight: 700 !important;
		font-style: italic;
		line-height: 1.5;
		text-transform: uppercase;
		color: #fff !important;
	}
	.swiper-slide.swiper-slide-active {
		background: #00000057;
	}

	.menu-has-border .main-navigation a {
		color: black !important;
	}
	.menu-has-border .current-menu-item a {
		color: #efc873 !important
	}
	.header-main-visible .header-menu .site-branding {
		display: block;
	}
	.site-branding.align-center {
		display: none;
	}
	.header-main__contact {
		display: none;
	}
	.header-menu .socials-menu {
		display: none;
	}
	.stx-buttons-wrapper {
		display: none !important;
	}
	.search_home {
		position: relative;
		bottom: 280px;
		z-index: 999;
	}
	.car_tras_banner h2 {
		color: #fff;
		font-family: "Montserrat",Sans-serif;
		font-size: 48px;
		font-weight: 800;
		text-transform: uppercase;
		font-style: italic;
		line-height: 60px;
	}
	.car_tras_banner h5 {
		color: #fff;
		font-family: "Cabin",Sans-serif;
		font-size: 18px;
	}
	.search_home {
		margin-bottom: -270px;
	}
	.looking_for ul li {
		display: inline-block;
	}
	.looking_for {
		width: 84%;
		float: left;
	}
	.looking_h {
		width: 16%;
		float: left;
	}
	.looking_for ul {
		margin-bottom: 8px;
	}
	.looking_h h3 {
		text-transform: uppercase;
		font-family: "Montserrat",sans-serif;
		font-weight: 800;
		font-size: 18px;
		margin-top: 18px;
		margin-bottom: 0px;
		color: #fff !important;
	}
	.mega_search_filter ul {
		margin-bottom: 35px;
	}
	.looking_for ul li {
			margin-left: 13px;
		font-size: 14px;
		font-weight: 700 !important;
		color: #fff !important;
		text-transform: uppercase;
		cursor: pointer;
	}
	.menu-has-border .header-menu
	{
		z-index:99999 !important;
	}
	li.active_li {
		border-radius: 2px;
		padding: 5px 15px;
		color: #fff;
		background: #efc873;
	}
	li.aaaa {
		padding-left: 0px;
	}
	li.aaaa input[type="text"] {
		padding: 10px;
	}
	select#ofproduct_cat {
		width: 210px;
	}
	select#ofproduct_tag {
		width: 210px;
	}
	.mega_search_filter input[type="submit"] {
		width: 107px;
		height: 45px;
	}
	i.fa.fa-map-marker.top_map {
		font-family: 'FontAwesome';
		margin-left: 20px;
	}
	span.top_bar_adres {
		color: #fff;
	}
	.prod_slider .wpsf-product-title a {
		font-size: 20px !important;
		font-weight: 600 !important;
		color: #293957;
	}
	.prod_slider span.woocommerce-Price-amount.amount {
		font-size: 24px;
		color: #690;
		font-weight: 700 !important;
		font-style: italic;
	}
	.prod_slider .wpsf-product-price {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#wps-slider-section.wps-slider-section-2004 {
		padding-top: 0px !important;
	}

	.wpsf-product.slick-slide
	{
		
		padding: 20px;
	}
	.single-product button.single_add_to_cart_button.button.alt {
		display: none;
	}
	.pi-custom-button {
		display: inline-block !important;
	}
	#wps-slider-section #sp-woo-product-slider-2004 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button):hover, #wps-slider-section #sp-woo-product-slider-2004 .wpsf-cart-button a.added_to_cart:hover {
		background: #efc873 !important;
		
	}
	.new_trend
	{
		margin-top: 27px;
	}
	
	span.top_loc {
		color: #fff;
	}
	.prod_slider a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart
	{
		display:none !important;
	}
	.post-type-archive .header-menu
	{
		MARGIN-BOTTOM: 0px;
	}
	.post-type-archive .main-navigation a
	{
	 color: #293957 !important;
	}
	.post-type-archive  header#masthead {
		margin-top: -32px !important;
	}
	.page-id-2058 .header-menu
	{
		MARGIN-BOTTOM: 0px;
	}
	.page-id-2058 .breadcrumbs-wrapper {
		background: transparent;
		position: absolute;
		margin-bottom: 0px;
		width: 100%;
		top: 610px;
	}
	.page-id-2058 span.breadcrumbs-item a {
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 700;
		color: #fff;
	}
	.page-id-2058 span.breadcrumbs-item span {
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 700 !important;
		color: #fff;
	}
	.inventory_top_img img {
		width: 100%;
	}
	.page-id-2058 span.sep {
		color: #fff;
	}
	.page-id-2058 header#masthead {
		margin-top: -32px !important;
	}
	.page-id-2058 ul#primary-menu li a {
		color: #293957 !important;
	}
	.page-id-2058 .inventory_top_custom_head {
		margin-top: -524px;
	}
	.page-id-2058 .custom_breadcrumb_heading h1 {
		font-family: 'Montserrat',sans-serif;
		line-height: .9;
		letter-spacing: -2px;
		font-size: 8rem;
		font-weight: 800;
		color: #fff;
	}
	.page-id-2058 li.remove_lis {
		display: none;
	}
	.page-id-2058 .inventory_search_custom_dv {
		background: #edeff1;
		border-radius: 4px;
		padding: 58px;
	}
	.page-id-2058 .inventory_search {
		margin-top: 136px;
	}
	.page-id-2058 .looking_for ul li {
		margin-left: 30px;
	}
	.page-id-2058 .looking_for ul li {
		display: inline-block;
	}
	.page-id-2058 .looking_for {
		width: 84%;
		float: left;
	}
	.page-id-2058 .looking_h {
		width: 16%;
		float: left;
	}
	.page-id-2058 .looking_for ul {
		margin-bottom: 8px;
	}
	.page-id-2058 .looking_h h3 {
		text-transform: uppercase;
		font-family: "Montserrat",sans-serif;
		font-weight: 800;
		font-size: 18px;
		margin-top: 18px;
		margin-bottom: 0px;
		color: #293957 !important;
	}
	.page-id-2058 .mega_search_filter ul {
		margin-bottom: 35px;
	}
	.page-id-2058 .looking_for ul li {
			margin-left: 13px;
		font-size: 14px;
		font-weight: 700 !important;
		color: #293957 !important;
		text-transform: uppercase;
		cursor: pointer;
	}
	.page-id-2058  li.remove_left_space {
		padding-left: 6px;
	}
	.page-id-2058 .reset {
		font-weight: 600 !important;
		color: #293957;
		font-size: 14px;
		width: 386px;
		float: right;
		cursor: pointer;
	}
	
	.slider_full_row {
		background: #edeff1;
	}
	.page-id-2058 .inventory_search li.active_li {
		color: #fff !important;
	}
	.remove_bottom {
		margin-bottom: 0px !important;
	}
	.page-id-2058 .slider_full_row {
		padding-top: 60px;
	}
	.page-id-2058 .trending_h3 h3 {
		font-family: Montserrat !important;
		margin-bottom: 10px;
	}
	.browse_type_heading h3
	{
		font-family: Montserrat !important;
	}
	h6.logo-company-name
	{
		position: relative;
		top: -75px;
		font-size: 18px;
		font-weight: 700 !important;
		color: #fff;
		text-align: start;
		padding-left: 18px !important;
		padding-right: 18px !important;
	}
	.browse_heading_full_row {
		margin-top: -25px;
		background: #edeff1;
	}
	.cars_cat_inventory {
		background: #edeff1;
	}
	.img_cat_heading h3 {
		text-align: center;
		font-size: 16px;
		padding-bottom: 40px;
		font-weight: 700;
		text-transform: uppercase;
		margin-top: 19px;
		cursor: pointer;
	}
	.inventory_sorting {
		margin-top: 45px;
		margin-bottom: 40px;
		width: 25%;
	}
	.page-id-2058 .products {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.page-id-2058 #content {
		padding-bottom: 0px;
	}
	.img_cat_heading h3:hover {
		color: #efc873;
	}
	.see_all_inventory {
		margin-top: -33px;
	}
	.wpsf-product-title a {
		text-transform: uppercase;
	}
	h2.woocommerce-loop-product__title {
		text-transform: uppercase;
	}
	span.woocommerce-Price-amount.amount {
		font-size: 24px;
		color: #690;
		font-weight: 700 !important;
		font-style: italic;
	}
	h2.woocommerce-loop-product__title {
		font-size: 20px !important;
		font-weight: 600 !important;
		color: #293957;
	}
	.single-product .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		margin-bottom: 0px;
		width: 100%
	}
	.single-product  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		
		width: 100% !important;
	}
	.single-product .products {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.single-product form#commentform input#submit {
		right: 0px !important;
	}
	.single-product h1.entry-title {
		display: block;
	}
	.single-product .single-post-header-inner h1 {
		display: none !important;
	}
	.single-product.summary.entry-summary h1.product_title.entry-title {
		margin-bottom: 0px;
	}
	.single-product .woocommerce div.product p.price, .woocommerce div.product span.price {
		margin-bottom: 6px;
	}
	.single-product .quantity {
		margin-top: 16px !important;
	}
	.single-product nav.navigation.post-navigation {
		margin-left: auto;
		margin-right: auto;
		width: 1235px;
	}
	.single-product .header-menu {
		MARGIN-BOTTOM: -0PX;
	}
	.single-product header#masthead {
		
	}
	.single-product .main-navigation a {
	 color: #293957 !important;
	}
	.single-product .summary.entry-summary h1.product_title.entry-title {
		font: 300 16px/1.5rem 'Josefin Sans', sans-serif;
		color: #1a1a1a;
		font-family: 'Alegreya Sans SC', sans-serif;
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 0px;
		
	}
	.single_product_div h1 {
		font-size: 28px;
		margin-bottom: 5px;
	}
	.single_product_div p {
		font-size: 16px;
	}
	.inner_singular_div h3 {
		color: #293957;
		font-size: 20px;
		padding-bottom: 10px;
		text-transform: uppercase;
		border-bottom: 1px solid #dfe1e6;
	}
	.inner_singular_div h4 {
		font-family: Montserrat !important;
	}
	.inner_singular_div p {
		font-size: 16px;
	}
	.single-product button.button.pi-custom-button.add-to-enquiry.add-to-enquiry-single {
		letter-spacing: 0.05em;
		font-weight: 600 !important;
		font-size: 11px !important;
		background: #000 !important;
		text-align: start;
		padding: 17px 127px 17px 15px;
		border-radius: 0px;
	}
	.technical_spec_prod h3 {
		color: #293957;
		font-size: 20px;
		padding-bottom: 10px;
		text-transform: uppercase;
		border-bottom: 1px solid #dfe1e6;
	}
	.technical_spec_prod  i.fas.fa-car {
		padding-right: 15px;
		font-family: 'FontAwesome';
	}
	.technical_spec_prod ul li {
		
		border-right: 1px solid #c1c1c1;
		padding-left: 0px;
		width: 24%;
		list-style: none;
		display: inline-block;
	}
	.common_pdng
	{
		padding-left: 35px !important;
	}
	.common_border
	{
		border-right: none !important;
	}
	.specifications__value {
		padding-left: 6px;
		width: 85%;
		float: left;
	}
	.technical_spec_prod i{
		padding-top: 5px;
		width: 15%;
		float: left;
	}

	.location_sidebar h3 {
		padding-top: 25px;
		margin-bottom: 25px;
		padding-left: 27px;
		font-size: 16px;
		font-family: "Cabin",sans-serif;
	}
	.location_sidebar {
		border: 1px solid #d7dce6;
		background: #f5f6f6;
	}
	.full_detail_side {
		padding: 25px 25px 40px;
	}
	.dealer_profile_side {
		padding: 26px 25px 7px;
	}
	ul.dealer-contact i {
		font-size: 20px;
		margin-right: 20px;
	}
	ul.dealer-contact li {
		font-size: 16px;
		color: #293957;
	}
	.dealer-contact__phone a {
		font-weight: 700;
		letter-spacing: .025em;
		color: #ed3921;
	}
	.dealer_profile_side a {
		margin-left: 16px;
		font-weight: 700;
		color: #0084c8;
		font-size: 18px;
		letter-spacing: .025em;
	}
	li.dealer-contact__website a {
		color: #0084c8;
	}
	li.dealer-contact__website a:hover {
		color: #0084c8;
		text-decoration: underline;
	}
	.dealer_profile_side a:hover {
		color: #0084c8;
		text-decoration: underline;
	}
	li.dealer-contact__phone a:hover {
		text-decoration: underline;
		color: #ed3921;
	}
	.side_social_icon {
		padding-top: 5px;
	}
	.side_social_icon ul li {
		display: inline-block;
		margin-right: 4px;
	}
	li.dealer-socials__item.dealer-socials--twitter a {
		background: #0096ff;
		padding: 6px 8px 6px 8px;
		color: #fff;
		border-radius: 2px;
	}
	li.dealer-socials__item.dealer-socials--facebook {
		background: #2b53b8;
		padding: 3px 13px 3px 13px;
		color: #fff;
		border-radius: 2px;
	}
	i.ion-social-pinterest {
		padding: 7px 8px 7px 8px;
		background: #cb2027;
		color: #fff;
		border-radius: 2px;
	}
	.single-product aside#secondary {
		width: 25%;
	}
	.full_div_side_contact h3 {
		padding-top: 5px;
		margin-bottom: 20px;
		font-size: 16px;
		font-family: "Cabin",sans-serif;
	}
	.full_div_side_contact {
		border: 1px solid #d7dce6;
		background: #f5f6f6;
		padding: 25px 25px 0px;
	}
	.side_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		width: 100%;
	}
	.side_contact textarea.wpcf7-form-control.wpcf7-textarea {
		height: 195px;
	}
	.side_contact input.wpcf7-form-control.wpcf7-submit {
		width: 100%;
		right: 0px !important;
	}

	.related_product_sidebar_custom  h2.woocommerce-loop-product__title {
		position: absolute;
		left: 150px;
		top: -10px;
		font-size: 14px !important;
	}
	.related_product_sidebar_custom  img
	{
		width: 128px !important;
	}
	.related_product_sidebar_custom span.price {
		top: -36px;
		position: relative;
		right: 9px;
		text-align: end;
	}
	.related_product_sidebar_custom span.woocommerce-Price-amount.amount {
		font-size: 18px;
	}
	.related_product_sidebar_custom .descShow {
		display: none;
	}
	.related_product_sidebar_custom a.button.pi-custom-button.add-to-enquiry.add-to-enquiry-loop {
		display: none !important;
	}
	.related_product_sidebar_custom {
		border: 1px solid #d7dce6;
		background: #f5f6f6;
		padding: 25px 25px 0px;
	}
	.related_product_sidebar_custom h2 {
		display: none;
	}
	.related_product_sidebar_custom h2.woocommerce-loop-product__title {
		display: block !important;
	}
	.related_product_sidebar_custom li {
		margin-bottom: 0px !important;
	}
	.related_product_sidebar_custom ul.products.columns-1 {
		margin-bottom: 0px !important;
	}
	.related_product_sidebar_custom h3 {
		font-size: 16px;
		font-family: "Cabin",sans-serif;
	}

	.single-product div#tab-description h2 {
		display: none;
	}
	i.fa.fa-tachometer {
		font-family: 'FontAwesome';
	}
	.specifications__value {
		font-size: 14px;
	}
	i.fa.fa-copyright {
		font-family: 'FontAwesome';
	}
	i.fa.fa-file-text-o {
		font-family: 'FontAwesome';
	}

	.single-product .circle_div {
		width: 75%;
		float: left;
	}
	.single-product .txt_div_color {
		width: 25%;
		float: left;
	}
	.inner_singular_div1 h3 {
		color: #293957;
		font-size: 20px;
		padding-bottom: 10px;
		text-transform: uppercase;
		border-bottom: 1px solid #dfe1e6;
	}
	.inner_singular_div1 ul li {
		padding-left: 0px;
		width: 24%;
		list-style: none;
		display: inline-block;
	}
	.inner_singular_div1 i {
		padding-top: 2px;
		width: 15%;
		float: left;
	}
	i.fa.fa-check-circle {
		color: #690;
	}
	.inner_singular_div1 ul {
		margin-bottom: 7px;
	}
	.last_mrgn
	{
		margin-top: 45px;
	}
	.single-product .comments-area {
		margin-top: 55px;
		}
	.single-product .comments-area {
		padding: 55px 0px 0 0px;
	}
	.single-product .entry-meta {
		display: none;
	}
	.page-id-2018 .header-menu {
		 MARGIN-BOTTOM: 0PX; 
	}
	.page-id-2018 .container.d-flex.flex-wrap.space-between.align-center {
		display: none !important;
	}
	.page-id-2018  input.pi-btn.pi-btn-primary {
		right: 0px !important;
	}
	.single-product .corify-blog.d-flex.flex-wrap {
		margin-top: 25px;
	}
	.single-product .breadcrumbs-wrapper {
		margin-bottom: 60px;
	}
	.single-product .breadcrumbs-wrapper {
		margin-bottom: 118px;
		background: #fff;
	}


	.loc_icon {
		padding-top: 5px;
		width: 9%;
		float: left;
		margin-right: 0px !important;
	}
	.loc_ad {
		margin-bottom: 18px;
		width: 91%;
		float: left;
	}
	table.tbl_1 {
		width: 46%;
		float: left;
		margin-right: 4%;
	}
	table.tbl_2 {
		margin-bottom: 48px;
		width: 50%;
		float: left;
	}
	table.tbl_2 td, th 
	{
		border: 2px solid #e5e5e5;
	}
	table.tbl_1 td, th 
	{
		border: 2px solid #e5e5e5;
	}

	table.tbl_2 td, th {
		text-align: start;
		font-size: 15px;
		border-left: 0px;
		border-right: 0px;
		font-weight: 100;
		color: #000;
	}
	table.tbl_1 td, th {
		text-align: start;
		font-size: 15px;
		border-left: 0px;
		border-right: 0px;
		font-weight: 100;
		color: #000;
	}
	strong.money {
		color: #f14b6a;
		font-weight: 500;
	}
	a.notify_a {
		color: #197aa3;
		text-decoration: underline;
	}
	.desc_row h3 {
		font-weight: bold !important;
		margin-bottom: 5px;
		color: #000;
		font: 15px/1.6 Helvetica Neue,Helvetica,Arial,sans-serif;
	}
	.desc_row p {
		color: #000;
		font: 15px/1.6 Helvetica Neue,Helvetica,Arial,sans-serif;
	}
	hr.single_hr {
		margin-bottom: 45px;
		
		background-color: #000 !important;
	}
	.desc_row ul {
		margin-left: 30px;
	}
	.desc_row ul li {
		 margin: 1px !important;
		color: #000;
		font: 15px/1.6 Helvetica Neue,Helvetica,Arial,sans-serif;
	}
	p.fp {
		margin-bottom: 2px;
	}
	span.feature-heading {
		color: #000;
	}
	.check_full_list li {
		list-style: none;
	}

	.check_full_list li {
		color: #000;
		font: 15px/1.6 Helvetica Neue,Helvetica,Arial,sans-serif;
	}
	.check_full_list i {
		color: gray;
		margin-right: 10px;
	}
	.right_check_div ul {
		margin-bottom: 30px;
	}

	.book_drive a {
		background: #efc873;
		padding-top: 10px;
		color: #fff;
		padding-right: 140px;
		padding-left: 140px;
		border-radius: 4px;
		padding-bottom: 10px;
	}
	.other_model {
		margin-top: 65px;
	}
	.other_model h3 {
		margin-bottom: 40px;
		text-align: center;
		font-weight: 100;
		color: #283949;
	}
	.o_left {
		width: 50%;
		float: left;
	}
	.o_right
	{
		width: 50%;
		float: left;
	}
	.other_model li {
		color: #000;
		font-size: 15px;
		list-style: none;
	}
	.other_model a {
		font-size: 15px;
	}
	.other_model h3:before {
	   content: '';
		left: 0px;
		top: -8px;
		position: relative;
		display: inline-block;
		width: 40%;
		 border-top: 2px dashed #808080b0;
		margin-right: 15px;
	}
	.other_model h3:after {
		content: '';
		left: 0px;
		top: -8px;
		position: relative;
		display: inline-block;
		width: 39%;
		margin-left: 15px;
		border-top: 2px dashed #808080b0;
	}
	span.woocommerce-Price-currencySymbol {
		margin-right: 8px;
	}
	.single-product .corify-main-area {
		width: 100%;
	}
	.single-product button.button.pi-custom-button.add-to-enquiry.add-to-enquiry-single {
		width: 246px;
	}
	.single-product .woocommerce-tabs.wc-tabs-wrapper {
		padding-top: 10px !important;
	}
	.single-product section.related.products {
		display: none;
	}
	.single-product  div#comments {
		margin-top: 15px;
		margin-bottom: 0px;
	}
	.other_model ul {
		margin-bottom: 0px;
	}
	.single-product .location_sidebar {
		width: 46%;
		float: left;
		margin-right: 4%;
	}
	.single-product .full_div_side_contact {
		width: 50%;
		float: left;
	}
	.single-product footer.entry-footer.d-flex.flex-wrap.align-center.space-between {
		display: none !important;
	}
	.single-product .comments-area {
		border-top: 1px solid #000 !important;
	}
	.single-product  .side_contact {
		margin-top: 50px;
	}
	.single-product nav.navigation.post-navigation {
		margin-top: 40px;
	}
	.other_model {
		display: none;
	}
	.single-product div#comments {
		display: none;
	}
	.add_eqp {
		width: 46%;
		float: left;
		margin-right: 4%;
	}
	.frst_rwo_new_d {
		width: 50%;
		float: left;
	}
	.add_eqp ul {
		margin-top: 31px;
	}
	.add_eqp {
		box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
		padding: 50px;
		border-radius: 7px;
	}
	.frst_rwo_new_d {
		box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
		padding: 32px;
		border-radius: 7px;
	}
	.left_check_div {
	   margin-right: 3%;
		width: 37%;
		float: left;
	}
	.middle_check_div {
		margin-right: 3%;
		width: 29%;
		float: left;
	}
	.right_full_ul {
	   width: 28%;
		float: left;
	}
	.left_check_div .check {
			width: 32%;
		margin-right: 1%;
		float: left;
	}
	.left_check_div .checkss {
		   width: 32%;
		margin-right: 1%;
		float: left;
	}
	.left_check_div  ul.checks3 {
			width: 32%;
		margin-left: 1%;
		float: left;
	}
	.left_check_div {
		margin-top: 50px;
	}
	.middle_check_div {
		margin-top: 50px;
	}
	.right_full_ul {
		margin-top: 50px;
	}
	.left_check_div {
		box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
		padding: 25px;
		border-radius: 7px;
	}
	.middle_check_div {
		box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
		padding: 25px;
		border-radius: 7px;
	}
	.right_full_ul {
		box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
		padding: 25px;
		border-radius: 7px;
	}
	.check_full_list ul li {
		font-size: 13px;
	}
	.right_full_ul {
		padding-bottom: 38px;
	}
	.middle_check_div {
		padding-bottom: 96px;
	}
	.book_drive a {
		position: relative;
		top: 50px;
	}
	.page-id-1293 .car_tras_banner h2 {
		 display: none; 

	}
	.page-id-1293 .car_tras_banner h5 {
		display: none;
	}
	.page-id-1293 .looking_for ul {
		display: none;
	}
	.search-results .entry-meta-bottom {
		display: block;
	}
	.page-id-2058 .looking_h {
		display: none;
	}
	.page-id-2058 .looking_for {
		display: none;
	}
	.single-product div#wpgis-gallery {
		display: none;
	}
	.single-product .product_meta {
		display: none;
	}
	.single-product .quantity {
		display: none;
	}
	.single-product  .summary.entry-summary {
		width: 100% !important;
		background: #fff;
	}

	.single-product  .summary.entry-summary {
		padding-left: 0px !important;
		padding-top: 40px !important;
		
	}

	.single-product  i.btn-prev.dashicons.dashicons-arrow-left-alt2.slick-arrow{
		display: none !important;
	}
	.single-product  i.btn-next.dashicons.dashicons-arrow-right-alt2.slick-arrow {
		display: none !important;
	}
	.similar_btn a {
		letter-spacing: 0.05em;
		font-weight: 600 !important;
		font-size: 12px;
		background: #efc873;
		color: #fff;
		padding: 15px 65px;
		text-decoration:none !important;
	}
	.similar_btn {
    text-align: center;
}
	.similar_btn a.c_a {
		padding: 15px 65px;
	}
	.similar_btn a.s_a {
		padding: 15px 150px 15px 15px;
	}

	.single-product button.button.pi-custom-button.add-to-enquiry.add-to-enquiry-single {
		position: relative;
		top: 270px;
	}
	.single-product a.woocommerce-product-gallery__trigger, .single-product img.zoomImg {
		display: none !important;
	}
	.single-product p.price {
		display: none;
	}
	.single-product .woocommerce-product-details__short-description {
		display: none;
	}

	.full_opt_prod h3 {
		font-size: 27px;
		color: #1a1a1a;
		
		padding: .5rem 0;
		letter-spacing: 0.05em;
		margin-bottom: 2px;
	}
	p.internal_p {
		color: #777777;
		font-size: 13px;
		font-weight: 500;
	}
	.full_opt_prod h4 {
		font-size: 18px;
		color: #1a1a1a;
	}
	.full_opt_prod span {
		padding-left: 38px;
	}
	ul.tech_li li {
		font: 300 17px/1.5rem 'Josefin Sans', sans-serif;
		color: #808080c2;
		list-style: none;
		display: inline-block;
		width: 24%;
	}
	.technical_spec_prod_new ul {
		margin-bottom: 15px;
	}
	li.second_li {
		color: #1a1a1a !important;
		font-weight: 600 !important;
	}
	li.third_li {
		color: #1a1a1a !important;
		font-weight: 600 !important;
	}

	.single-product ul.tabs.wc-tabs {
		display: none;
	}
	.technical_spec_prod_new:before {
		position: relative;
		background: #1a1a1a;
		content: "";
		display: block;
		height: 45px;
		margin: 0 auto 15px;
		width: 2px;
		top: 30px;
		margin-bottom: 50px;
	}
	.technical_spec_prod_new h3 {
		text-rendering: optimizeLegibility;
		text-transform: uppercase;
		font-size: 23px;
		color: #1a1a1a;
		text-align: center;
		font-weight: 400;
	}
	.frst_pop {
		float: left;
		width: 24%;
		margin-right: 1%;
	}
	.frst_pop p {
		border: 1px solid #5b6164;
		padding: 7px;
	}
	.frst_pop a {
		text-decoration:none !important;
		font-weight: 500 !important;
		letter-spacing: 0.05em;
		font-family: 'Alegreya Sans SC', sans-serif !important;
		color: #1a1a1a !important;
		font-size: 13px;
		padding-left: 13px;
	}
	.pop_box {
		margin-top: 45px;
	}
	.pop_box i.fa.fa-facebook {
		font-size: 21px;
		border: 1px solid #5b6164;
		color: #1a1a1a;
		padding: 13px 18px 13px 18px;
	}
	.single_social_right {
		width: 25%;
		float: left;
		position: relative;
		left: 120px;
	}
	.sigle_social {
		width: 22%;
		float: left;
	}
	.pop_box i.fa.fa-twitter {
		font-size: 21px;
		border: 1px solid #5b6164;
		color: #1a1a1a;
		padding: 13px 15px 13px 15px;
	}

	.pop_box i.fa.fa-whatsapp {
		font-size: 21px;
		border: 1px solid #5b6164;
		color: #1a1a1a;
		padding: 13px 15px 13px 15px;
	}
	.back_img_single img {
	   max-width: 48px;
	}
	.back_img_single {
	   width: 6%;
		float: left;
	}
	.txt_single {
	   width: 94%;
		float: left;
	}
	.txt_single h3 {
		color: #fff;
		font-size: 11px;
		margin-top: 5px;
		font-weight: 500 !important;
		margin-bottom: 2px;
	}
	.txt_single p {
		color: #ccc6c6;
		font-size: 11px;
	}
	.top_custom_row {
		height: 173px;
		background: #212121;
		padding: 28px;
	}
	.top_custom_row {
		position: absolute;
		width: 100%;
		top: -35px;
	}


	.top_custom_row {
		position: absolute;
		width: 100%;
		top: -200px;
	}
	.frst_popz {
		width: 27%;
		float: left;
		margin-right: 1%;
	}
	.frst_popzz {
		width: 14%;
		float: left;
		margin-right: 1%;
	}
	.top_boxs a {
		font-size: 11px;
	}
	.top_boxs p {
		padding: 7px 11px 7px 11px;
		border: 1px solid #fafafa;
	}
	.top_boxs a {
		color: #fafafa;
		text-decoration:none !important;
		padding-left: 5px;
	}
	.single-product .topbar {
		margin-top: -8px;
	}
	.single-product {
		padding-top: 77px;
	}
	li.evn {
		width: 20%;
		float: left;
		list-style: none;
	}
	li.odd {
		margin-top: 0px !important;
		width: 80%;
		float: left;
		list-style: none;
	}
	.pop_box {
		margin-bottom: 150px;
	}
	.furnish_full {
		height: 384px;
		background: #212121;
	}
	.furnish_full h3 {
		padding-top: 13px !important;
	}
	.furnish_full {
		padding: 40px;
	}
	.single-product .entry-content li + li {
		margin-top: 0px;
	}
	li.evn {
		color: #7d878c;
		font-weight: 100 !important;
		font-size: 14px;
	}
	li.odd {
		color: #fff;
		font-size: 14px;
	}
	.furnish_full li {
		margin-bottom: 20px;
	}
	.furnish_full h3 {
		text-rendering: optimizeLegibility;
		text-transform: uppercase;
		font-size: 23px;
		font-weight: 400;
		text-align: center;
		color: #fff;
	}
	.furnish_full:before {
		position: relative;
		background: #fff;
		content: "";
		display: block;
		height: 35px;
		margin: 0 auto 15px;
		width: 2px;
		top: -7px;
		margin-bottom: 0px;
	}

	ul.consumption_ul li {
		margin-bottom: 4px;
		font-size: 14px;
		color: #5b6164;
		list-style: none;
	}
	li.consumtipn_difer_li img {
		height: 16px;
		width: 20px;
	}
	ul.consumption_ul {
		margin-bottom: 2px;
	}
	.cmn_li
	{
		margin-left: 200px;
	}
	ul.consumption_ul li {
		display: inline-block;
	}
	.consumption_div h3 {
		text-rendering: optimizeLegibility;
		text-transform: uppercase;
		font-size: 23px;
		color: #1a1a1a;
		text-align: center;
		font-weight: 400;
		margin-top: 55px;
	}
	.consumption_div:before {
		position: relative;
		background: #000;
		content: "";
		display: block;
		height: 35px;
		margin: 0 auto 15px;
		width: 2px;
		top: 33px;
		margin-bottom: 0px;
	}

	.consumption_div {
		margin-left: auto;
		max-width: 945px;
		margin-right: auto;
	}
	.energy_li
	{
		margin-left: 130px;
	}
	.co2_li
	{
		margin-left: 155px;
	}
	.emission_li
	{
		margin-left: 114px;
	}
	li.consumtipn_difer_li {
		color: #1a1a1a !important;
		font-weight: 600;
	}
	p.cpp {
		font-size: 12px;
		margin-top: 30px;
	}
	.desc_full_div h3 {
		text-rendering: optimizeLegibility;
		text-transform: uppercase;
		font-size: 23px;
		color: #1a1a1a;
		text-align: center;
		font-weight: 400;
		margin-top: 55px;
	}
	.desc_full_div:before {
		position: relative;
		background: #000;
		content: "";
		display: block;
		height: 35px;
		margin: 0 auto 15px;
		width: 2px;
		top: 33px;
		margin-bottom: 0px;
	}
	.desc_full_div a {
		color: #1a1a1a;
		font-size: 15px;
		text-decoration: underline;
	}
	.desc_full_div p {
		margin-bottom: 10px;
	}
	p.news_p {
		font-size: 13px;
		color: #1a1a1ab5;
	}
	.frst_news_p
	{
		margin-top: 50px;
	}
	.more_li {
		margin-top: 60px;
	}
	.more_li li {
		color: #1a1a1a !important;
		font-size: 14px;
	}
	ul.sub_menu_custom {
		margin-bottom: 0px;
		margin-left: 35px;
		list-style: circle;
	}
	ul.sub_menu_custom li {
		padding-left: 0px;
	}
	.more_li li {
		padding-left: 0px;
	}
	.three_row_div_p p {
		color: #1a1a1a !important;
		margin-bottom: 0px;
		font-size: 14px;
		font-weight: 600;
	}
	.short_p p {
		margin-bottom: 0px;
		color: #1a1a1a !important;
		margin-top: 12px;
		font-size: 14px;
		font-weight: 600;
	}
	p.shrt_p_min {
		margin-top: 0px;
		font-weight: 100;
	}
	p.shrt_p_min span {
		font-weight: 600;
	}
	.location_full {
		margin-top: 85px;
	}
	.full_contact input.wpcf7-form-control.wpcf7-submit {
		right: 0px !important;
	}
	.single-product aside#secondary {
		display: none;
	}
	.full_contact h3 {
		text-rendering: optimizeLegibility;
		text-transform: uppercase;
		font-size: 23px;
		color: #1a1a1a;
		text-align: center;
		font-weight: 400;
		margin-top: 55px;
	}
	.full_contact:before {
		position: relative;
		background: #000;
		content: "";
		display: block;
		height: 35px;
		margin: 0 auto 15px;
		width: 2px;
		top: 33px;
		margin-bottom: 0px;
	}
	.full_contact p {
		font-weight: 100 !important;
		color: #1a1a1a;
		font-size: 14px;
	}
	p.standrs {
		margin-bottom: 12px;
		color: #1a1a1a;
		font-size: 16px;
	}
	.more_li ul {
		margin-bottom: 13px;
	}
	.more_li li {
		font-weight: 600;
		}
	ul.copy_not_ul li {
		font-weight: 100;
	}
	.msg_div {
		width: 50%;
		float: left;
	}
	.name_div {
		width: 50%;
		float: left;
	}
	.full_contact input.wpcf7-form-control.wpcf7-text {
		width: 530px;
	}
	.full_contact textarea.wpcf7-form-control.wpcf7-textarea {
	   margin-bottom: 20px;
		height: 201px;
	}
	.full_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		font-size: 14px;
	}
	.full_contact label {
		color: #1a1a1a !important;
		font-weight: 100 !important;
		font-size: 13px;
	}
	.full_contact span.wpcf7-list-item {
		margin-left: 0px;
	}
	.full_contact input.wpcf7-form-control.wpcf7-submit {
		font-weight: 100;
		padding: 15px 25px 15px 25px;
		background: transparent !important;
		color: #000;
		right: 0px !important;
		border: 1px solid;
		margin-top: 10px;
		font-size: 12px;
	}
	.desc_full_div ul li {
		color: #1a1a1a !important;
		font-size: 14px;
	}
	.desc_full_div p {
		margin-bottom: 10px;
		font-size: 14px;
		color: #1a1a1a !important;
	}
	.desc_full_div li {
		padding-left: 0px;
	}
	span.wpcf7-form-control-wrap.acceptance-658 {
		position: relative;
		top: -20px;
	}
	.consumption_div {
		display: none;
	}

	.more_li
	{
		display: none;
	}


	.three_row_div_p

	{
		display: none;
	}
	.short_p
	{
		display: none;
	}
	.desc_frst_lft {
		width: 50%;
		float: left;
	}
	.desc_frst_rgt {
		width: 50%;
		float: left;
	}
	.container {
		max-width: 1245px !important;
		padding-right:0px !important;
		padding-left: 0px !important;
	}
	.single-product .summary.entry-summary {
		
		top: 16px;
	}
	.full_contact span.text-803.wpcf7-form-control-wrap {
		display: block;
	}
	.pop_box {
		display: none;
	}
	.furnish_full {
		margin-top: 50px;
	}
	.desc_frst_lft ul {
		margin-left: 16px;
	}
	.single-product button.button.pi-custom-button.add-to-enquiry.add-to-enquiry-single {
		display: none !important;
	}
	.single-product button.popmake-2894.pum-trigger {
	text-transform: none;
    border-radius: 0px !important;
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 600 !important;
    font-size: 11px;
    background: #efc873;
    color: #fff;
    padding: 16px 69px;
    top: -4px;
	}
	.single-product div#wpcf7-f2895-o1 .wpcf7-text {
		display: block;
	}
	.single-product div#pum_popup_title_2894 {
		display: none;
	}
	.single-product div#wpcf7-f2895-o1 input.wpcf7-form-control.wpcf7-submit {
		right: 0px !important;
	}
	.single-product span.red_point {
		color: #FF0000;
		font-size: 12px;
	}
	.single_product_pop_up h3 {
		margin-top: 45px;
		font-size: 27px;
		color: #1a1a1a;
		padding: .5rem 0;
		border-top: 1px solid #1a1a1a;
		border-bottom: 1px solid #1a1a1a;
		font-weight: 500 !important;
		letter-spacing: 0.05em;
		text-transform: uppercase;
	}
	p.pop_single_p {
		color: #5b6164bd;
		font-weight: 100 !important;
		white-space: normal;
		font: 300 16px/1.5rem 'Josefin Sans', sans-serif !important;
	}
	div#wpcf7-f2895-o1 span.wpcf7-list-item {
		margin-left: 0px !important;
	}
	div#popmake-2894 {
		padding-bottom: 45px !important;
		padding-top: 45px !important;
		padding: 95px;
	}
	.single-product .pum-container.pum-responsive.pum-responsive-medium
	{
		width: 53%;
	}
	div#wpcf7-f2895-o1 label {
		color: #1a1a1a !important;
		font-weight: 100 !important;
		line-height: 1.5rem;
		font-size: 13px;
	}
	div#wpcf7-f2895-o1 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		padding-bottom: 12px;
		padding-top: 12px;
		width: 100%;
	}
	div#wpcf7-f2895-o1  span.wpcf7-form-control-wrap.acceptance-438 {
		padding-right: 12px;
	}
	div#wpcf7-f2895-o1 input.wpcf7-form-control.wpcf7-submit {
		font-family: 'Alegreya Sans SC', sans-serif;
		background: #fff !important;
		font-weight: 500 !important;
		font-size: 11px;
		color: #1a1a1a !important;
		padding: 20px 70px 20px 21px;
		border: 1px solid;
	}
	.single-product .summary.entry-summary {
		margin-bottom: 0px !important;
	}
	.single-product .full_opt_prod {
		position: relative;
		top: -34px;
	}
	.summary.entry-summary h1.product_title.entry-title {
		display: none;
	}
	.full_opt_prod h1.product_title.entry-title {
		font: 300 16px/1.5rem 'Josefin Sans', sans-serif;
    color: #1a1a1a;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 35px;
	}
	.full_opt_prod {
		border-radius: 4px;
		margin-top: 55px;
		padding-bottom: 25px;
		padding-top: 58px;
	}
	.similar_btn {
		padding-top: 27px;
	}
	.single-product .summary.entry-summary {
		display: none;
	}
	.page-id-1293 .reset {
		width: 277px;
	}
	.single-product .top_custom_row {
    display: none;
}
.single-product .breadcrumbs-wrapper {
    margin-bottom: 0px !important;
}
.single-product {
    padding-top: 8px;
}
.single-product span.full_op_span {
    
    
    padding-left: 0px;
}
.full_opt_prod {
    width: 40%;
    float: left;
}
.similar_btn {
    width: 60%;
    float: left;
}
.technical_spec_prod_new {
   margin-top: 210px !important;
}
.similar_btn {
    margin-top: 115px;
}
.btn_qnuiry_custom {
    width: 33.33%;
    float: left;
}




.postid-1358 .full_opt_prod {
    width: 40%;
    float: left;
}
.postid-1358 .full_opt_prod {
    border-radius: 4px;
    margin-top: 55px;
    padding-bottom: 25px;
    padding-top: 58px;
}
.postid-1358 .full_opt_prod h1.product_title.entry-title {
    font: 300 16px/1.5rem 'Josefin Sans', sans-serif;
    color: #1a1a1a;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 35px;
}
.postid-1358 .single-product span.full_op_span {
    padding-left: 0px;
}
.postid-1358  p.internal_p {
    color: #777777;
    font-size: 13px;
    font-weight: 500;
}
.postid-1358 .full_opt_prod h4 {
    font-size: 18px;
    color: #1a1a1a;
}

.postid-1358 .similar_btn {
    margin-top: 115px;
}
.postid-1358 .similar_btn {
    width: 60%;
    float: left;
}
.postid-1358 .similar_btn {
    padding-top: 27px;
}
.postid-1358 .similar_btn {
    text-align: center;
}
.postid-1358 .btn_qnuiry_custom {
    width: 33.33%;
    float: left;
}
.postid-1358 .similar_btn a {
    letter-spacing: 0.05em;
    font-weight: 600 !important;
    font-size: 12px;
    background: #efc873;
    color: #fff;
    padding: 15px 65px;
    text-decoration: none !important;
}
.postid-1358 .similar_btn a.c_a {
    padding: 15px 65px;
}
.postid-1358 .single-product button.popmake-2894.pum-trigger {
    text-transform: none;
    border-radius: 0px !important;
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 600 !important;
    font-size: 11px;
    background: #efc873;
    color: #fff;
    padding: 16px 69px;
    top: -4px;
}
.postid-1358 .technical_spec_prod_new {
    margin-top: 210px !important;
}
.postid-1358 .technical_spec_prod_new:before {
    position: relative;
    background: #1a1a1a;
    content: "";
    display: block;
    height: 45px;
    margin: 0 auto 15px;
    width: 2px;
    top: 30px;
    margin-bottom: 50px;
}
.postid-1358 .technical_spec_prod_new h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
}
.postid-1358 .technical_spec_prod_new ul {
    margin-bottom: 15px;
}
.postid-1358 ul.tech_li li {
    font: 300 17px/1.5rem 'Josefin Sans', sans-serif;
    color: #808080c2;
    list-style: none;
    display: inline-block;
    width: 24%;
}
.postid-1358 .furnish_full {
    margin-top: 50px;
}
.postid-1358 .furnish_full {
    padding: 40px;
}
.postid-1358 .furnish_full {
    height: 384px;
    background: #212121;
}
.postid-1358 .furnish_full:before {
    position: relative;
    background: #fff;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: -7px;
    margin-bottom: 0px;
}
.postid-1358 .furnish_full h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.postid-1358 .furnish_full h3 {
    padding-top: 13px !important;
}
.postid-1358 .furnish_full li {
    margin-bottom: 20px;
}
.postid-1358 li.evn {
    color: #7d878c;
    font-weight: 100 !important;
    font-size: 14px;
}
.postid-1358 li.evn {
    width: 20%;
    float: left;
    list-style: none;
}
.postid-1358 li.odd {
    color: #fff;
    font-size: 14px;
}
.postid-1358 li.odd {
    margin-top: 0px !important;
    width: 80%;
    float: left;
    list-style: none;
}
.postid-1358 .desc_full_div:before {
    position: relative;
    background: #000;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: 33px;
    margin-bottom: 0px;
}
.postid-1358 .desc_full_div h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
    margin-top: 55px;
}
.postid-1358 .desc_frst_lft {
    width: 50%;
    float: left;
}
.postid-1358 .desc_full_div p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #1a1a1a !important;
}
.postid-1358 .desc_frst_lft ul {
    margin-left: 16px;
}
.postid-1358 .desc_full_div ul li {
    color: #1a1a1a !important;
    font-size: 14px;
}
.postid-1358 .desc_full_div li {
    padding-left: 0px;
}
.postid-1358 .desc_frst_rgt {
    width: 50%;
    float: left;
}
.postid-1358 .location_full {
    margin-top: 85px;
}
.postid-1358 .full_contact:before {
    position: relative;
    background: #000;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: 33px;
    margin-bottom: 0px;
}
.postid-1358 .full_contact h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
    margin-top: 55px;
}
.postid-1358 .full_contact p {
    font-weight: 100 !important;
    color: #1a1a1a;
    font-size: 14px;
}
.postid-1358 .name_div {
    width: 50%;
    float: left;
}
.postid-1358 .msg_div {
    width: 50%;
    float: left;
}
.postid-1358 .full_contact label {
    color: #1a1a1a !important;
    font-weight: 100 !important;
    font-size: 13px;
}
.postid-1358 .full_contact textarea.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 20px;
    height: 201px;
}
.postid-1358 .full_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 14px;
}
.postid-1358 .full_contact input.wpcf7-form-control.wpcf7-text {
    width: 530px;
}
.postid-1358 .full_contact input.wpcf7-form-control.wpcf7-submit {
    font-weight: 100;
    padding: 15px 25px 15px 25px;
    background: transparent !important;
    color: #000;
    right: 0px !important;
    border: 1px solid;
    margin-top: 10px;
    font-size: 12px;
}


.postid-1349  .full_opt_prod {
    width: 40%;
    float: left;
}
.postid-1349  .full_opt_prod {
    border-radius: 4px;
    margin-top: 55px;
    padding-bottom: 25px;
    padding-top: 58px;
}
.postid-1349  .full_opt_prod h1.product_title.entry-title {
    font: 300 16px/1.5rem 'Josefin Sans', sans-serif;
    color: #1a1a1a;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 35px;
}
.postid-1349  .single-product span.full_op_span {
    padding-left: 0px;
}
.postid-1349   p.internal_p {
    color: #777777;
    font-size: 13px;
    font-weight: 500;
}
.postid-1349  .full_opt_prod h4 {
    font-size: 18px;
    color: #1a1a1a;
}

.postid-1349  .similar_btn {
    margin-top: 115px;
}
.postid-1349  .similar_btn {
    width: 60%;
    float: left;
}
.postid-1349  .similar_btn {
    padding-top: 27px;
}
.postid-1349  .similar_btn {
    text-align: center;
}
.postid-1349  .btn_qnuiry_custom {
    width: 33.33%;
    float: left;
}
.postid-1349  .similar_btn a {
    letter-spacing: 0.05em;
    font-weight: 600 !important;
    font-size: 12px;
    background: #efc873;
    color: #fff;
    padding: 15px 65px;
    text-decoration: none !important;
}
.postid-1349  .similar_btn a.c_a {
    padding: 15px 65px;
}
.postid-1349  .single-product button.popmake-2894.pum-trigger {
    text-transform: none;
    border-radius: 0px !important;
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 600 !important;
    font-size: 11px;
    background: #efc873;
    color: #fff;
    padding: 16px 69px;
    top: -4px;
}
.postid-1349  .technical_spec_prod_new {
   margin-top: 210px !important;
}
.postid-1349  .technical_spec_prod_new:before {
    position: relative;
    background: #1a1a1a;
    content: "";
    display: block;
    height: 45px;
    margin: 0 auto 15px;
    width: 2px;
    top: 30px;
    margin-bottom: 50px;
}
.postid-1349  .technical_spec_prod_new h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
}
.postid-1349  .technical_spec_prod_new ul {
    margin-bottom: 15px;
}
.postid-1349  ul.tech_li li {
    font: 300 17px/1.5rem 'Josefin Sans', sans-serif;
    color: #808080c2;
    list-style: none;
    display: inline-block;
    width: 24%;
}
.postid-1349  .furnish_full {
    margin-top: 50px;
}
.postid-1349  .furnish_full {
    padding: 40px;
}
.postid-1349  .furnish_full {
    height: 384px;
    background: #212121;
}
.postid-1349  .furnish_full:before {
    position: relative;
    background: #fff;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: -7px;
    margin-bottom: 0px;
}
.postid-1349  .furnish_full h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.postid-1349  .furnish_full h3 {
    padding-top: 13px !important;
}
.postid-1349  .furnish_full li {
    margin-bottom: 20px;
}
.postid-1349  li.evn {
    color: #7d878c;
    font-weight: 100 !important;
    font-size: 14px;
}
.postid-1349  li.evn {
    width: 20%;
    float: left;
    list-style: none;
}
.postid-1349  li.odd {
    color: #fff;
    font-size: 14px;
}
.postid-1349  li.odd {
    margin-top: 0px !important;
    width: 80%;
    float: left;
    list-style: none;
}
.postid-1349  .desc_full_div:before {
    position: relative;
    background: #000;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: 33px;
    margin-bottom: 0px;
}
.postid-1349  .desc_full_div h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
    margin-top: 55px;
}
.postid-1349  .desc_frst_lft {
    width: 50%;
    float: left;
}
.postid-1349  .desc_full_div p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #1a1a1a !important;
}
.postid-1349  .desc_frst_lft ul {
    margin-left: 16px;
}
.postid-1349  .desc_full_div ul li {
    color: #1a1a1a !important;
    font-size: 14px;
}
.postid-1349  .desc_full_div li {
    padding-left: 0px;
}
.postid-1349  .desc_frst_rgt {
    width: 50%;
    float: left;
}
.postid-1349  .location_full {
    margin-top: 85px;
}
.postid-1349  .full_contact:before {
    position: relative;
    background: #000;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: 33px;
    margin-bottom: 0px;
}
.postid-1349  .full_contact h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
    margin-top: 55px;
}
.postid-1349  .full_contact p {
    font-weight: 100 !important;
    color: #1a1a1a;
    font-size: 14px;
}
.postid-1349  .name_div {
    width: 50%;
    float: left;
}
.postid-1349  .msg_div {
    width: 50%;
    float: left;
}
.postid-1349  .full_contact label {
    color: #1a1a1a !important;
    font-weight: 100 !important;
    font-size: 13px;
}
.postid-1349  .full_contact textarea.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 20px;
    height: 201px;
}
.postid-1349  .full_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 14px;
}
.postid-1349  .full_contact input.wpcf7-form-control.wpcf7-text {
    width: 530px;
}
.postid-1349  .full_contact input.wpcf7-form-control.wpcf7-submit {
    font-weight: 100;
    padding: 15px 25px 15px 25px;
    background: transparent !important;
    color: #000;
    right: 0px !important;
    border: 1px solid;
    margin-top: 10px;
    font-size: 12px;
}


.postid-3012   .full_opt_prod {
    width: 40%;
    float: left;
}
.postid-3012   .full_opt_prod {
    border-radius: 4px;
    margin-top: 55px;
    padding-bottom: 25px;
    padding-top: 58px;
}
.postid-3012   .full_opt_prod h1.product_title.entry-title {
    font: 300 16px/1.5rem 'Josefin Sans', sans-serif;
    color: #1a1a1a;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 35px;
}
.postid-3012   .single-product span.full_op_span {
    padding-left: 0px;
}
.postid-3012    p.internal_p {
    color: #777777;
    font-size: 13px;
    font-weight: 500;
}
.postid-3012   .full_opt_prod h4 {
    font-size: 18px;
    color: #1a1a1a;
}

.postid-3012   .similar_btn {
    margin-top: 115px;
}
.postid-3012   .similar_btn {
    width: 60%;
    float: left;
}
.postid-3012   .similar_btn {
    padding-top: 27px;
}
.postid-3012   .similar_btn {
    text-align: center;
}
.postid-3012   .btn_qnuiry_custom {
    width: 33.33%;
    float: left;
}
.postid-3012   .similar_btn a {
    letter-spacing: 0.05em;
    font-weight: 600 !important;
    font-size: 12px;
    background: #efc873;
    color: #fff;
    padding: 15px 65px;
    text-decoration: none !important;
}
.postid-3012   .similar_btn a.c_a {
    padding: 15px 65px;
}
.postid-3012   .single-product button.popmake-2894.pum-trigger {
    text-transform: none;
    border-radius: 0px !important;
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 600 !important;
    font-size: 11px;
    background: #efc873;
    color: #fff;
    padding: 16px 69px;
    top: -4px;
}
.postid-3012   .technical_spec_prod_new {
    margin-top: 190px !important;
}
.postid-3012   .technical_spec_prod_new:before {
    position: relative;
    background: #1a1a1a;
    content: "";
    display: block;
    height: 45px;
    margin: 0 auto 15px;
    width: 2px;
    top: 30px;
    margin-bottom: 50px;
}
.postid-3012   .technical_spec_prod_new h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
}
.postid-3012   .technical_spec_prod_new ul {
    margin-bottom: 15px;
}
.postid-3012   ul.tech_li li {
    font: 300 17px/1.5rem 'Josefin Sans', sans-serif;
    color: #808080c2;
    list-style: none;
    display: inline-block;
    width: 24%;
}
.postid-3012   .furnish_full {
    margin-top: 50px;
}
.postid-3012   .furnish_full {
    padding: 40px;
}
.postid-3012   .furnish_full {
    height: 384px;
    background: #212121;
}
.postid-3012   .furnish_full:before {
    position: relative;
    background: #fff;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: -7px;
    margin-bottom: 0px;
}
.postid-3012   .furnish_full h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.postid-3012   .furnish_full h3 {
    padding-top: 13px !important;
}
.postid-3012   .furnish_full li {
    margin-bottom: 20px;
}
.postid-3012   li.evn {
    color: #7d878c;
    font-weight: 100 !important;
    font-size: 14px;
}
.postid-3012   li.evn {
    width: 20%;
    float: left;
    list-style: none;
}
.postid-3012   li.odd {
    color: #fff;
    font-size: 14px;
}
.postid-3012   li.odd {
    margin-top: 0px !important;
    width: 80%;
    float: left;
    list-style: none;
}
.postid-3012   .desc_full_div:before {
    position: relative;
    background: #000;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: 33px;
    margin-bottom: 0px;
}
.postid-3012   .desc_full_div h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
    margin-top: 55px;
}
.postid-3012   .desc_frst_lft {
    width: 50%;
    float: left;
}
.postid-3012   .desc_full_div p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #1a1a1a !important;
}
.postid-3012   .desc_frst_lft ul {
    margin-left: 16px;
}
.postid-3012   .desc_full_div ul li {
    color: #1a1a1a !important;
    font-size: 14px;
}
.postid-3012   .desc_full_div li {
    padding-left: 0px;
}
.postid-3012   .desc_frst_rgt {
    width: 50%;
    float: left;
}
.postid-3012   .location_full {
    margin-top: 85px;
}
.postid-3012   .full_contact:before {
    position: relative;
    background: #000;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: 33px;
    margin-bottom: 0px;
}
.postid-3012   .full_contact h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
    margin-top: 55px;
}
.postid-3012   .full_contact p {
    font-weight: 100 !important;
    color: #1a1a1a;
    font-size: 14px;
}
.postid-3012   .name_div {
    width: 50%;
    float: left;
}
.postid-3012   .msg_div {
    width: 50%;
    float: left;
}
.postid-3012   .full_contact label {
    color: #1a1a1a !important;
    font-weight: 100 !important;
    font-size: 13px;
}
.postid-3012   .full_contact textarea.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 20px;
    height: 201px;
}
.postid-3012   .full_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 14px;
}
.postid-3012   .full_contact input.wpcf7-form-control.wpcf7-text {
    width: 530px;
}
.postid-3012   .full_contact input.wpcf7-form-control.wpcf7-submit {
    font-weight: 100;
    padding: 15px 25px 15px 25px;
    background: transparent !important;
    color: #000;
    right: 0px !important;
    border: 1px solid;
    margin-top: 10px;
    font-size: 12px;
}


.postid-3010    .full_opt_prod {
    width: 40%;
    float: left;
}
.postid-3010    .full_opt_prod {
    border-radius: 4px;
    margin-top: 55px;
    padding-bottom: 25px;
    padding-top: 58px;
}
.postid-3010    .full_opt_prod h1.product_title.entry-title {
    font: 300 16px/1.5rem 'Josefin Sans', sans-serif;
    color: #1a1a1a;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 35px;
}
.postid-3010    .single-product span.full_op_span {
    padding-left: 0px;
}
.postid-3010     p.internal_p {
    color: #777777;
    font-size: 13px;
    font-weight: 500;
}
.postid-3010    .full_opt_prod h4 {
    font-size: 18px;
    color: #1a1a1a;
}

.postid-3010    .similar_btn {
    margin-top: 115px;
}
.postid-3010    .similar_btn {
    width: 60%;
    float: left;
}
.postid-3010    .similar_btn {
    padding-top: 27px;
}
.postid-3010    .similar_btn {
    text-align: center;
}
.postid-3010    .btn_qnuiry_custom {
    width: 33.33%;
    float: left;
}
.postid-3010    .similar_btn a {
    letter-spacing: 0.05em;
    font-weight: 600 !important;
    font-size: 12px;
    background: #efc873;
    color: #fff;
    padding: 15px 65px;
    text-decoration: none !important;
}
.postid-3010    .similar_btn a.c_a {
    padding: 15px 65px;
}
.postid-3010    .single-product button.popmake-2894.pum-trigger {
    text-transform: none;
    border-radius: 0px !important;
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 600 !important;
    font-size: 11px;
    background: #efc873;
    color: #fff;
    padding: 16px 69px;
    top: -4px;
}
.postid-3010    .technical_spec_prod_new {
    margin-top: 190px !important;
}
.postid-3010    .technical_spec_prod_new:before {
    position: relative;
    background: #1a1a1a;
    content: "";
    display: block;
    height: 45px;
    margin: 0 auto 15px;
    width: 2px;
    top: 30px;
    margin-bottom: 50px;
}
.postid-3010    .technical_spec_prod_new h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
}
.postid-3010    .technical_spec_prod_new ul {
    margin-bottom: 15px;
}
.postid-3010    ul.tech_li li {
    font: 300 17px/1.5rem 'Josefin Sans', sans-serif;
    color: #808080c2;
    list-style: none;
    display: inline-block;
    width: 24%;
}
.postid-3010    .furnish_full {
    margin-top: 50px;
}
.postid-3010    .furnish_full {
    padding: 40px;
}
.postid-3010    .furnish_full {
    height: 384px;
    background: #212121;
}
.postid-3010    .furnish_full:before {
    position: relative;
    background: #fff;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: -7px;
    margin-bottom: 0px;
}
.postid-3010    .furnish_full h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.postid-3010    .furnish_full h3 {
    padding-top: 13px !important;
}
.postid-3010    .furnish_full li {
    margin-bottom: 20px;
}
.postid-3010    li.evn {
    color: #7d878c;
    font-weight: 100 !important;
    font-size: 14px;
}
.postid-3010    li.evn {
    width: 20%;
    float: left;
    list-style: none;
}
.postid-3010    li.odd {
    color: #fff;
    font-size: 14px;
}
.postid-3010    li.odd {
    margin-top: 0px !important;
    width: 80%;
    float: left;
    list-style: none;
}
.postid-3010    .desc_full_div:before {
    position: relative;
    background: #000;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: 33px;
    margin-bottom: 0px;
}
.postid-3010    .desc_full_div h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
    margin-top: 55px;
}
.postid-3010    .desc_frst_lft {
    width: 50%;
    float: left;
}
.postid-3010    .desc_full_div p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #1a1a1a !important;
}
.postid-3010    .desc_frst_lft ul {
    margin-left: 16px;
}
.postid-3010    .desc_full_div ul li {
    color: #1a1a1a !important;
    font-size: 14px;
}
.postid-3010    .desc_full_div li {
    padding-left: 0px;
}
.postid-3010    .desc_frst_rgt {
    width: 50%;
    float: left;
}
.postid-3010    .location_full {
    margin-top: 85px;
}
.postid-3010    .full_contact:before {
    position: relative;
    background: #000;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: 33px;
    margin-bottom: 0px;
}
.postid-3010    .full_contact h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
    margin-top: 55px;
}
.postid-3010    .full_contact p {
    font-weight: 100 !important;
    color: #1a1a1a;
    font-size: 14px;
}
.postid-3010    .name_div {
    width: 50%;
    float: left;
}
.postid-3010    .msg_div {
    width: 50%;
    float: left;
}
.postid-3010    .full_contact label {
    color: #1a1a1a !important;
    font-weight: 100 !important;
    font-size: 13px;
}
.postid-3010    .full_contact textarea.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 20px;
    height: 201px;
}
.postid-3010    .full_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 14px;
}
.postid-3010    .full_contact input.wpcf7-form-control.wpcf7-text {
    width: 530px;
}
.postid-3010    .full_contact input.wpcf7-form-control.wpcf7-submit {
    font-weight: 100;
    padding: 15px 25px 15px 25px;
    background: transparent !important;
    color: #000;
    right: 0px !important;
    border: 1px solid;
    margin-top: 10px;
    font-size: 12px;
}
.single-related {
    display: none;
}

.single-product .single-post-header {
    display: none;
}


.new_txt_span h1 {
	font: 300 16px/1.5rem 'Josefin Sans', sans-serif;
    color: #1a1a1a;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: bold !important;
    font-size: 29px;
    
    margin-bottom: 0px;
}
.single-product p.internal_p
{
	display: none;
}
.single-product .full_opt_prod {
    position: relative;
    top: 36px;
}
.single-product h1.product_title.entry-title {
    display: none;
}
.new_txt_span {
    position: relative;
    top: 72px;
}

.postid-1343 .images {
    margin-bottom: -28px !important;
}
.postid-3502 .full_opt_prod h1.product_title.entry-title {
    font-size: 28px;
}
.postid-3530 .full_opt_prod h1.product_title.entry-title {
    font-size: 28px;
}
.page-id-1293 .trending_divs h3
{
	text-align: center !important ;
}
.page-id-3569 .header-main > .container {
    padding-top: 0px;
}
.page-id-3569 .header-menu {
	margin-top: 2px;
    MARGIN-BOTTOM: 0px;
}

.page-id-3569 .contact_top_img_cst {
    margin-top: 15px;
}
.page-id-3569 .breadcrumbs-wrapper {
    background: transparent;
    position: relative;
    margin-bottom: 0px;
    width: 100%;
    top: 378px;
}
.page-id-3569 .contact_img img {
    width: 100%;
}
.page-id-3569  span.breadcrumbs-item span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fff;
}
.page-id-3569 span.sep {
    color: #fff;
}
.contact_main_heading_rowpg {
    margin-top: -482px;
}
.contact_us_pg_main_hdng h1 {
    font-family: 'Montserrat',sans-serif;
    line-height: .9;
    letter-spacing: -2px;
    font-size: 8rem;
    font-weight: 800;
    color: #fff;
}

.page-id-3569 .list_txt_div1 {
    width: 14%;
    float: left;
}
.page-id-3569 .list_txt_div1 p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.page-id-3569 .list_address_div1 {
    margin-bottom: 17px;
    padding-left: 0px;
    width: 86%;
    float: left;
}
.page-id-3569 .address_div_footers1 ul {
    margin-bottom: 10px;
}
.page-id-3569 .address_div_footers1 li {
    list-style: none;
}
.page-id-3569 .map_with_addresss {
    margin-top: 380px;
}
.page-id-3569 .address_div_footers1 {
    margin-top: 40px;
}
.page-id-3569  .main-navigation a {
    color: black !important;
}
.contact_page_h3 h3 {
	margin-top: 24px;
    text-align: center;
}
.contact_page_h3 h3:before {
    position: relative;
    background: #000;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: -15px;
    margin-bottom: 0px;
}
.page-id-3569 span.wpcf7-form-control-wrap.text-803 {
    display: block;
}
.contact_single_pg input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 14px;
}
.contact_single_pg label {
    color: #1a1a1a !important;
    font-weight: 100 !important;
    font-size: 13px;
}
.contact_single_pg  input.wpcf7-form-control.wpcf7-text {
    width: 540px;
}
.contact_single_pg p {
    font-weight: 100 !important;
    color: #1a1a1a;
    font-size: 14px;
}
.contact_single_pg textarea.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 20px;
    height: 201px;
}
.contact_single_pg span.wpcf7-list-item {
    margin-left: 0px;
}
.contact_single_pg input.wpcf7-form-control.wpcf7-submit {
    left: 0px;
}
.contact_single_pg input.wpcf7-form-control.wpcf7-submit {
    font-weight: 100;
    padding: 15px 25px 15px 25px;
    background: transparent !important;
    color: #000;
    right: 0px !important;
    border: 1px solid;
    margin-top: 10px;
    font-size: 12px;
}
.page-id-3622  .header-main > .container {
    padding-top: 0px;
}
.page-id-3622  .header-menu {
    MARGIN-BOTTOM: 0px;
}
.page-id-3622 .breadcrumbs-wrapper {
    background: transparent;
    position: relative;
    margin-bottom: 0px;
    width: 100%;
    top: 144px;
}
.page-id-3622  .testimonial_img_row {
    margin-top: -49px;
}
.tstimonila_img img {
    height: 538px;
}
.page-id-3622  span.breadcrumbs-item span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fff;
}
.page-id-3622 span.sep {
    color: #fff;
}
.testimonial_us_pg_main_hdng h1 {
    font-family: 'Montserrat',sans-serif;
    line-height: .9;
    letter-spacing: -2px;
    font-size: 8rem;
    font-weight: 800;
    color: #fff;
	text-transform: uppercase;
}
.tst_heading_rw {
    margin-top: -351px;
}
.clinet_tstimonilals_rw {
    margin-top: 288px;
}
.page-id-3644   .main-navigation a {
    color: black !important;
}

.page-id-3644   .header-main > .container {
    padding-top: 0px;
}
.page-id-3644   .header-menu {
	margin-top: 2px;
    MARGIN-BOTTOM: 0px;
}
.page-id-3644  .breadcrumbs-wrapper {
    background: transparent;
    position: relative;
    margin-bottom: 0px;
    width: 100%;
    top: 140px;
}
.page-id-3644  span.breadcrumbs-item span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fff;
}
.page-id-3644 span.sep {
    color: #fff;
}

.about_main_bnr {
    margin-top: 10px;
}
.about_mn_hdng {
    margin-top: -320px;
}
.page-id-3622 .main-navigation a
{
 color: #000 !important;
}
.about_us_pg_main_hdng h1 {
    font-family: 'Montserrat',sans-serif;
    line-height: .9;
    letter-spacing: -2px;
    font-size: 8rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}
.para_abt_rw {
    margin-top: 187px;
}
.about_fp p {
    color: #000;
    font-size: 17px;
}

.page-id-3569 .list_address_div1 li {
    list-style: none;
}
.page-id-3569 .list_address_div1 ul {
    margin-bottom: 10px;
}
.page-id-3569  .list_address_div1 li {
    font-size: 15px;
}
.page-id-2058 ul.products.columns-3 li {
    width: 290px;
    margin-right: 21px;
	height: 478px;
    
}
.page-id-2058  h2.woocommerce-loop-product__title {
    padding-left: 19px !important;
}
.page-id-2058  span.price {
    padding-left: 19px;
}
.page-id-2058  .descShow {
	margin-bottom: 15px !important;
}
.page-id-2058  a.button.pi-custom-button.add-to-enquiry.add-to-enquiry-loop {
    float: right;
	margin-bottom: 12px !important;
	margin-top: 98px!important;
    font-size: 10px !important;
    width: 110px;
    padding: 12px;
    margin-right: 17px;
}

.page-id-2058 span.woocommerce-Price-amount.amount
{
	font-size: 17px;
}
.page-id-2058 span.price {
    position: absolute;
    margin-top: 142px;
}
.page-id-2058 li.post-1349 .price {
    right: unset !important;
}
.page-id-2058 a.pisol-view-cart {
    display: inline-block !important;
    font-weight: bold;
    font-size: 10px;
    position: relative;
    top: -1px;
    width: 100% !important;
}
.page-id-2018 .main-navigation a
{
	color: #000 !important;
}
.page-id-2018 .breadcrumbs-wrapper {
    margin-bottom: 55px;
}
.page-id-2058 .single-product li.second_li {
    line-height: 24px !important;
}

.page-id-2058 .single_short_div ul li {
    display: inline;
}
.page-id-2058 .descShow .single_short_div ul li {
   font-size: 15px;
   color: #848080;
    border: none !important;
    padding-left: 0px;
}
.page-id-2058 .single_short_div ul {
    margin-bottom: 1px !important;
}
.page-id-2058 .single_short_div {
   padding-left: 19px;
    margin-top: 23px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.page-id-2058 .single_short_div p {
	margin-bottom: 0px;
	font-size: 15px;
   color: #848080;
    padding-top: 20px;
}
li.two_li {
    padding-left: 75px !important;
}
li.four_lis {
    padding-left: 72px !important;
}
.page-id-2058 .single_short_div {
    background: #eaebed;
}
.page-id-2058 .descShow .single_short_div ul li::before {
    content: "\2022";
    color: #848080;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

.page-id-2058 .rm_clr {
    display: none;
}
li#menu-item-1562 {
    display: none;
}
.rm_home_lst
{
	display: none !important;
}
.last_two_grd
{
	display: none !important;
}
.page-id-1293 div#content {
    padding-bottom: 12px;
}
.page-id-1293 div#nav-holder {
    margin-bottom: -37px;
}

.topbar {
	padding-bottom: 15px !important;
    margin-bottom: -9px;
}

.topbar__left.d-flex.flex-wrap.align-center {
    width: 98%;
    text-align: center !important;
    display: block !important;
    float: left;
}
.topbar__right.d-flex.flex-wrap {
    width: 2%;
    float: left;
}
.topbar nav.socials-menu {
  
	margin-top: 3px;
}
.topbar .topbar__item.topbar__item--hotline {
    margin-top: 3px;
}
.site-branding.align-center {
    text-align: center;
}
.page-id-1293 .header-menu {
    MARGIN-BOTTOM: -210PX;
}
.site-branding.align-center {
		position: relative;
    width: 100%;
    bottom: 3px;
}

.main-navigation li {
    display: inline-block;
}
nav#site-navigation {
    width: 100% !important;
    text-align: center !important;
}
.main-navigation ul
{
	display: block !important;
}
.slider_full_row {
    display: none !important;
}
.browse_heading_full_row {
    display: none !important;
}
.cars_cat_inventory {
    display: none !important;
}
.single-product li.second_li {
    line-height: 23px !important;
}
.post-1358 li.fif_li {
    margin-right: 12px !important;
}
.post-1356 li.four_lis {
    padding-left: 78px !important;
}
.post-1356 li.two_li {
    padding-left: 56px !important;
}
.post-1356 li.three_lis {
    margin-right: 14px !important;
}
.post-1354 li.four_lis {
    padding-left: 78px !important;
}

.post-1354 li.fif_li {
    margin-right: 13px !important;
}
.post-1352 li.four_lis {
    padding-left: 76px !important;
}

.post-1352 li.sixs_li {
    margin-left: 117px;
}
.post-1349 li.four_lis {
    padding-left: 78px !important;
}
.post-1349 li.sixs_li {
    margin-left: 48px !important;
}
.page-id-2058 h2.woocommerce-loop-product__title {
    padding-bottom: 0px !important;
}
.post-1347 li.four_lis {
    padding-left: 71px !important;
}
.post-1347 li.sixs_li {
    margin-left: 64px !important;
}
.post-1345 li.four_lis {
    padding-left: 93px !important
}
.post-1345  li.sixs_li {
    margin-left: 12px;
}

.post-3036 li.four_lis {
    padding-left: 80px !important;
}
.post-3036 li.sixs_li {
    margin-left: 7px;
}
.post-3036 li.two_li {
    margin-left: 4px;
}

.post-3392 li.four_lis {
    padding-left: 76px !important;
}
.post-3392 li.fif_li {
    margin-right: 14px !important;
}
.post-3425 li.four_lis {
    padding-left: 89px !important;
}

.post-3425 li.sixs_li {
    margin-left: 41px;
}
.post-3471 li.four_lis {
    padding-left: 78px !important;
}
.post-3471 li.two_li {
    padding-left: 42px !important;
}
.post-3471 li.sixs_li {
    margin-left: 21px;
}
.post-3012 li.four_lis {
    padding-left: 78px !important;
}
.post-3012 li.two_li {
    padding-left: 42px !important;
}
.post-3502 li.four_lis {
    padding-left: 78px !important;
}

.post-3010 li.four_lis {
    padding-left: 78px !important;
}
.post-3010 li.two_li {
   padding-left: 42px !important;
}
.post-3530 li.four_lis {
    padding-left: 78px !important;
}

.post-3089 li.four_lis {
    padding-left: 78px !important;
}

.page-id-2058 .see_all_inventory {
    display: none !important;
}
.page-id-3860 .header-menu {
    MARGIN-BOTTOM: 0px;
    margin-top: -38px;
}
.page-id-3860 .main-navigation a
{
	color: #000 !important;
}
.inventory_top {
    margin-top: 10px;
}
.page-id-3860 .breadcrumbs-wrapper {
    background: transparent;
    position: relative;
    margin-bottom: 0px;
    width: 100%;
    top: 375px;
}

.page-id-3860 span.breadcrumbs-item span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fff;
}
.page-id-3860 span.sep {
    color: #fff;
}
.servics_img_rw {
    margin-top: 15px;
}

.service_mn_hd h1 {
    font-family: 'Montserrat',sans-serif;
    line-height: .9;
    letter-spacing: -2px;
    font-size: 8rem;
    font-weight: 800;
    color: #fff;
}
.sevec_txt_dv {
    margin-top: 368px;
}
.service_mn_dv p {
    color: #000;
    font-size: 17px;
}
.page-id-3644 div#content {
    padding-bottom: 20px;
}
.page-id-3860 div#content {
    padding-bottom: 20px;
}
.service_mn_dv h2 {
    margin-bottom: 6px;
}
.page-id-1293 .wpsf-cart-button {
    display: none;
}
.single-product .header-menu {
    margin-top: -38px;
}
.post-1356 a.button.pi-custom-button.add-to-enquiry.add-to-enquiry-loop {
    pointer-events: none;
}
.post-3425 a.button.pi-custom-button.add-to-enquiry.add-to-enquiry-loop {
    pointer-events: none;
}
li.product.type-product.post-1356.status-publish.outofstock.product_cat-best-seller.product_tag-bentley-flying-spur.has-post-thumbnail.shipping-taxable.purchasable.product-type-simple {
    pointer-events: none;
}
li.product.type-product.post-3425.status-publish.outofstock.product_cat-uncategorized.product_tag-lamborghini-hurecan.has-post-thumbnail.shipping-taxable.purchasable.product-type-simple
{
	pointer-events: none;
}
.single-product.postid-1358 .new_txt_span h1 {
    font-size: 24px;
}
.single-product.postid-1349 .new_txt_span h1 {
    font-size: 20px;
}
.single-product.postid-3471 .new_txt_span h1 {
    font-size: 26px;
}
.single-product.postid-3012 .new_txt_span h1 {
    font-size: 26px;
}
.single-product.postid-3010 .new_txt_span h1 {
    font-size: 26px;
}
.single-product.postid-3502 .new_txt_span h1 {
    font-size: 26px;
}
.single-product.postid-3530 .new_txt_span h1 {
    font-size: 26px;
}
.single-product.postid-3089 .new_txt_span h1 {
    font-size: 26px;
}

.single-product.postid-1354 .new_txt_span h1 {
    font-size: 26px;
}
.search-results aside#secondary {
    display: none;
}
.search-results .corify-main-area {
    width: 100%;
}
.search-results .rm_clr {
    display: none;
}
.servics_pg_img img {
    width: 100%;
}

.page-id-2058 h2.woocommerce-loop-product__title {
    font-size: 16px !important;
}
.page-id-3644 span.breadcrumbs-item1 span {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fff;
}
.page-id-3644 .breadcrumbs-wrapper1 {
    margin-bottom: 32px;
}
.page-id-3644 span.sep1 {
    color: #fff;
    margin: 0 8px;
}
.page-id-3644 .breadcrumbs-wrapper {
    display: none;
}



.page-id-3569 span.breadcrumbs-item1 span {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fff;
}
.page-id-3569 .breadcrumbs-wrapper1 {
    margin-bottom: 32px;
}
.page-id-3569 span.sep1 {
    color: #fff;
    margin: 0 8px;
}
.page-id-3569 .breadcrumbs-wrapper {
    display: none;
}

.page-id-3860  span.breadcrumbs-item1 span {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fff;
}
.page-id-3860  .breadcrumbs-wrapper1 {
    margin-bottom: 32px;
}
.page-id-3860  span.sep1 {
    color: #fff;
    margin: 0 8px;
}
.page-id-3860  .breadcrumbs-wrapper {
    display: none;
}


.page-id-2058  span.breadcrumbs-item1 span {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fff;
}
.page-id-2058  .breadcrumbs-wrapper1 {
    margin-bottom: 32px;
}
.page-id-2058  span.sep1 {
    color: #fff;
    margin: 0 8px;
}
.page-id-2058  .breadcrumbs-wrapper {
    display: none;
}

.post-1343 li.two_li {
    padding-left: 34px !important;
}

li.product.type-product.post-4089.status-publish.instock.product_cat-uncategorized.has-post-thumbnail.shipping-taxable.purchasable.product-type-simple  img{
    height: 216px;
}
.page-id-1293 .inventory_product_show {
    margin-top: 45px;
}
.page-id-1293 ul.products.columns-3 li {
    margin-right: 21px;
    height: 478px;
    
}
.page-id-1293 .rm_clr {
    display: none;
}
.page-id-1293 .single_short_div {
    background: #eaebed;
}
.page-id-1293 .single_short_div {
    padding-left: 19px;
    margin-top: 23px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.page-id-1293 .single_short_div ul {
    margin-bottom: 1px !important;
}
.page-id-1293 .descShow .single_short_div ul li {
    font-size: 15px;
    color: #848080;
    border: none !important;
    padding-left: 0px;
}
.page-id-1293 .descShow .single_short_div ul li::before {
    content: "\2022";
    color: #848080;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}
.page-id-1293 .descShow {
    margin-bottom: 15px !important;
}
.page-id-1293 span.price {
    position: absolute;
    margin-top: 142px;
}
.page-id-1293 span.price {
    padding-left: 19px;
}
.page-id-1293 span.woocommerce-Price-amount.amount {
    font-size: 17px;
}
.page-id-1293 a.button.pi-custom-button.add-to-enquiry.add-to-enquiry-loop {
    float: right;
    margin-bottom: 12px !important;
    margin-top: 98px!important;
    font-size: 10px !important;
    width: 110px;
    padding: 12px;
    margin-right: 17px;
}
.page-id-1293 .single_short_div li {
    display: inline;
}
.page-id-1293 h2.woocommerce-loop-product__title {
    font-size: 15px !important;
}
.page-id-1293 h2.woocommerce-loop-product__title {
    padding-bottom: 0px !important;
}
.page-id-1293 h2.woocommerce-loop-product__title {
    padding-left: 19px !important;
}
.page-id-1293 a.pisol-view-cart {
    display: inline-block !important;
    font-weight: bold;
    font-size: 10px;
    position: relative;
    top: -1px;
    width: 100% !important;
}

	#statistic-section {
		background-image: url( https://i0.wp.com/demo2.fitwp.com/corify/wp-content/uploads/sites/16/2020/07/fact-2-min.jpg ) !important;
	}

	@media (max-width: 767px) {
		#statistic-section {
			background: none !important;
		}
	}


	@media (min-width: 1024px) and (max-width: 1400px) {
		.home-search-form .elementor-widget-container {
			margin-top: 50px !important;
		}
	}

	.home-icon-box i:before {
		left: 0;
		transform: none;
	}

	.home-icon-box h3.elementor-icon-box-title {
		margin-top: 0
	}

	.single iframe {
		border: none;
	}

	.why-choose-us .elementor-row {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 70px;
		padding: 15px;
	}

	.why-choose-us .elementor-row .elementor-column.elementor-col-33 {
		width: 100%;
	}

	@media(max-width: 767px) {
		.why-choose-us .elementor-row {
			display: grid;
			grid-template-columns: 1fr ;
			grid-gap: 30px;
		}
	}

	.single-post-header-inner .entry-meta-item {
		white-space: initial;
	}


	.specification_first_row li {
		border-right: 1px solid;
		display: inline-block;
		padding-right: 90px;
	}
	.specification_first_row ul {
		padding-left: 0px !important;
	}
	.specification_first_row li:last-child {
		border-right: none !important;
	}

	.header-cta.header-cta--menu {
		display: none;
	}
	h1.entry-title {
		display: none;
	}
	a.car_a div {
		padding: 45px 12px 45px 12px;
	}
	.car_a {
		cursor:pointer;
		padding: 45px 15px 45px 15px;
	}
	.car_a a {
		position: relative;
		top: 33px;
	}
	.car_a a {
		color: #fff;
		position: relative;
		top: 33px;
		font-size: 18px;
		font-weight: 600;
	}
	.car_a:hover {
		background: #8080803d;
	}
	.trending_div h3 {
		
		margin-bottom: 0px;
	}
	div#wtcpl_tabs a {
		padding: 8px 15px;
		font-size: 14px;
		line-height: 14px;
		font-weight: 700 !important;
		color: #253146;
		margin-right: 5px;
		border-radius: 3px;
		transition: ease-in-out .1s;
		text-transform: uppercase;
		
	}
	div#wtcpl_tabs {
		background: #fff;
	}
	.entry-content ul, .entry-content ol {
		padding-left: 0px;
	}
	.wtcpl_category_nav ul {
		text-align: start;
	}
	div#wtcpl_tabs li a.active {
		color: #fff;
		background: #efc873 !important;
	}
	div#wtcpl_tabs li {
		border-top: 0px !important;
	}
	.wtcpl_category_nav li a:link, .wtcpl_category_nav li a:visited, .wtcpl_category_nav li a:active {
		background-color: #fff;
		}
	div#wtcpl_tabs_container {
		padding-top: 0px;
		background: #fff;
	}
	#wtcpl_tabs_container .woocommerce ul.products
	{
		padding: 0px !important;
	}	
	#wtcpl_tabs_container .each_cat ul.products > li
	{
		box-shadow: unset !important;
	}
	div#wtcpl_tabs_container h2.woocommerce-loop-product__title {
		font-size: 20px !important;
		font-weight: 600 !important;
		color: #293957;
	}
	div#wtcpl_tabs_container span.woocommerce-Price-amount.amount {
		font-size: 24px;
		color: #690;
		font-weight: 700 !important;
		font-style: italic;
	}
	.widget ul > li + li
	{
		border-top: 0px !important;
	}
	div#wtcpl_tabs_container a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
		display: none;
	}
	.all_car a {
		background-color: #efc873 !important;
		text-transform: uppercase;
		color: #fff;
		border-radius: 2px;
		font-size: 16px;
		padding: 13px 25px;
	}
	.all_car {
		text-align: center;
	}
	.product_content
	{
		margin-bottom: 0px !important;
		padding: 0px !important;
	}
	.all_car a:hover {
		background-color: #293957;
		color: #fff;
	}
	.testimonial_row {
		padding-top: 100px;
		background: #f4f5f7;
		padding-bottom: 100px;
	}
	.corify-testimonial-content {
		width: 47%;
		padding: 40px;
		border-radius: 2px;
		background: #fff;
		float: left;
		margin-right: 3%;
	}
	.corify-testimonial-content.new_tst {
		width: 47%;
		float: left;
		margin-right: unset;
		margin-left: 3%;
	}
	h3.corify-testimonial__title.d-flex.align-center.flex-wrap {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
	}
	i.ion-ios-star {
		font-size: 24px;
		color: #67a900;
	}

	.item-content.entry-content {
		background: #fff;
		padding: 49px;
	}
	.trending_divs h3 {
		font-weight: 800;
		letter-spacing: 0px;
		line-height: 1.3;
		text-align: inherit;
		text-transform: none;
		color: #293957;
		font-size: 31px;
		margin-bottom: 50px;
	}
	.multi_img_home img {
		max-width: 130px;
		display: inline-block;
		margin-right: 90px;
	}
	.multi_img_home {
		text-align: center;
	}
	hr.home_hr {
		margin-top: 80px;
		background-color: #cfd3d8 !important;
		margin-bottom: 80px;
	}
	.left_div_home h2 {
		color: #737f96;
		font-family: montserrat,Sans-serif;
		font-size: 20px;
		font-weight: 700 !important;
		text-transform: uppercase;
	}
	.left_div_home h3 {
		margin-left: 87px;
		color: #fff;
		font-family: montserrat,Sans-serif;
		font-size: 42px;
		text-transform: uppercase;
		line-height: 48px;
	}

	.middle_div {
		margin-top: 45px;
		width: 22%;
		float: left;
	}
	.right_div {
		margin-top: 45px;
		float: left;
		width: 22%;
	}
	.middle_div h1 {
		margin-bottom: 0px;
		color: #efc873 !important;
		font-family: montserrat,Sans-serif;
		font-size: 60px;
		font-weight: 700 !important;
	}
	.right_div h1 {
	margin-bottom: 0px;
		color: #efc873 !important;
		font-family: montserrat,Sans-serif;
		font-size: 60px;
		font-weight: 700 !important;
	}
	.left_div_home p {
		margin-bottom: 15px;
		margin-right: 470px;
		color: #fff;
		margin-left: 87px;
	}
	.middle_div p {
		color: #293957;
		font-family: montserrat,Sans-serif;
		font-size: 14px;
		font-weight: 700 !important;
		text-transform: uppercase;
	}
	.right_div p {
		color: #293957;
		font-family: montserrat,Sans-serif;
		font-size: 14px;
		font-weight: 700 !important;
		text-transform: uppercase;
	}

	.middle_div1 {
		margin-top: 24px;
		width: 22%;
		float: left;
	}
	.right_div1 {
		margin-top: 24px;
		float: left;
		width: 22%;
	}
	.right_div1 h1 {
	margin-bottom: 0px;
		color: #efc873 !important;
		font-family: montserrat,Sans-serif;
		font-size: 60px;
		font-weight: 700 !important;
	}
	.right_div1 p {
		color: #293957;
		font-family: montserrat,Sans-serif;
		font-size: 14px;
		font-weight: 700 !important;
		text-transform: uppercase;
	}
	.middle_div1 p {
		color: #293957;
		font-family: montserrat,Sans-serif;
		font-size: 14px;
		font-weight: 700 !important;
		text-transform: uppercase;
	}
	.middle_div1 h1 {
		margin-bottom: 0px;
		color: #efc873 !important;
		font-family: montserrat,Sans-serif;
		font-size: 60px;
		font-weight: 700 !important;
	}
	.sign_img_div_homes {
		width: 70%;
	}
	.top_home_div {
		padding-top: 76px;
		padding-bottom: 76px;
	}
	.sign_img_div_homes h2 {
		margin-bottom: 0px;
		color: #efc873 !important;
		font-family: cabin,Sans-serif;
		font-size: 16px;
		font-weight: 700 !important;
		text-transform: uppercase;
		line-height: 32px;
	}
	.sign_img_div_homes h3 {
		color: #737f96;
		font-family: cabin,Sans-serif;
		font-size: 14px;
		font-weight: 400 !important;
	}
	.left_cash_div {
		padding-left: 30px;
		width: 92%;
		float: left;
	}
	.right_cash_div {
		width: 8%;
		float: left;
	}
	.right_cash_div i {
		color: #efc873 !important;
		font-size: 60px;
	}
	.right_cash_div p {
		margin-top: 6px;
		text-align: center;
		color: #e6e7e9;
		font-family: montserrat,Sans-serif;
		font-size: 48px;
		font-weight: 800;
	}
	.left_cash_div h3 {
		font-family: montserrat,Sans-serif;
		font-size: 18px;
		color: #293957;
		font-weight: 700 !important;
		text-transform: uppercase;
		line-height: 26px;
	}
	.left_cash_div p {
		font-size: 16px;
		width: 282px;
	}
	.left_cash_div.new_mrgn {
		padding-left: 52px;
	}
	@media only screen and (max-width: 768px) {
	.page-id-3860 .servics_main_tp_heading {
    margin-top: -398px !important;
}
	 .multi_img_home img {
		margin-bottom: 48px;
		display: block;
	   margin-right: auto !important;
		margin-left: auto;
	}
	.left_div_home {
		width: 100%;
		float: left;
	}
	.left_div_home h2 {
		font-size: 16px;
		}
	.left_div_home h3 {
		font-size: 25px;
		line-height: 33px;
	}
	.middle_div {
		margin-top: 0px;
		width: 100%;
	}
	.right_div {
		margin-top: 0px;
		width: 100%;
	}
	.middle_div h1 {
		font-size: 45px;
	}
	.right_div h1 {
		font-size: 45px;
	}
	.left_div_home p {
		color: #fff;
		width: 100%;
	}
	.middle_div1 {
		width: 100%;
	}
	.middle_div1 h1 {
		font-size: 45px;
	}
	.right_div1 {
		margin-top: 0px;
		float: left;
		width: 100%;
	}
	.sign_img_div_homes {
		width: 100%;
	}
	.left_cash_div p {
		width: 100%;
	}
	.txt_div_color {
		width: 100% !important;
	}
	.circle_div {
		width: 100% !important;
	}
	.trending_div h3 {
		font-size: 20px;
	}
	div#wtcpl_tabs_container h2.woocommerce-loop-product__title {
		font-size: 15px !important;
	}
	div#wtcpl_tabs_container span.woocommerce-Price-amount.amount {
		font-size: 20px;
	}
	.txt_div_color {
		font-size: 15px;
	}
	.foo {
		width: 13px;
		height: 13px;
	}
	.trending_divs h3 {
		font-size: 23px;
	}
	.top_home_div {
		padding: 0px;
	}
	.right_cash_div i {
		font-size: 40px;
	}
	.left_cash_div h3 {
		margin-bottom: 17px;
		font-size: 16px;
	}
	.page-id-1293 #content {
		padding-bottom: 10px;
	}
	.footer-widgets {
		padding-top: 45px !important;
		padding-bottom: 60px !important;
	}
	.custom-logo {
		width: 95px !important;
	}
	}
	.descShow img {
		max-width: 182px;
	}
	.foo {
		float: left;
		width: 16px;
		height: 16px;
		margin: 5px;
		border-radius: 2px;
		border: 1px solid rgba(0, 0, 0, .2);
	}

	.blue {
	  background: green;
	}

	.purple {
	  background: #orange;
	}

	.wine {
	  background: #ae163e;
	}
	.circle_div {
		width: 77%;
		float: left;
	}
	.txt_div_color {
		width: 22%;
		float: left;
	}
	.single-post-header {
		padding-top: 400px;
		padding-bottom: 400px;
	}
	.header-cta.header-cta--main {
		display: none;
	}
	div#nav_menu-1 h3 {
		padding-top: 25px;
	}
	div#nav_menu-2 {
		padding-top: 25px;
	}
	a.compare-login.compare-btn {
		display: none;
	}
	a.compare-login.login-btn {
		display: none;
	}
	.header-contact__block.header-contact__work-hours.d-flex {
		display: none !important;
	}
	.site-branding.align-center {
		width: 20%;
		margin-right: 0px !important;
	}
	.header-main__contact {
		margin-right: 0px !important;
	}
	.footer-column.col-md-3 #pgc-w60b201e5e6939-0-0, #pgc-w60b201e5e6939-0-1, #pgc-w60b201e5e6939-0-2 {
		width: unset !important;
		width: unset !important;
	}
	.footer_img {
		text-align: center;
	}
	.footer_img img {
		max-width: 120px;
	}
	.footer-column.col-md-3 {
		flex: unset !important;
		max-width: unset !important;
	}
	.list_address_div {
		margin-bottom: 12px;
		padding-left: 10px;
		width: 78%;
		float: left;
	}
	.list_txt_div {
		width: 22%;
		float: left;
	}
	.list_txt_div p {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 14px;
	}
	.links_footer {
		margin-left: 90px;
	}
	
	.footer_heading_div ul li a {
		text-transform: uppercase;
	}
	.exclusive_row_home {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.top_home_div {
		background: #000000c2;
	}
	select#ofcategory {
		display: none;
	}
	.footer_P_row_1 p {
		text-align: center;
	}
	select#ofpost_tag {
		display: none;
	}
	select#ofpost_format {
		display: none;
	}
	select#ofproduct_shipping_class {
		display: none;
	}
	select#ofcoblocks_pattern_type {
		display: none;
	}
	select#ofcoblocks_pattern_category {
		display: none;
	}
	select#ofbody-type {
		display: none;
	}
	select#offb_product_set {
		display: none;
	}
	select#oflisting-tag {
		display: none;
	}
	input[type="submit"] {
		position: relative;
		right: 139px !important;
		background: #efc873 !important;
	}
	img.bmw {
		max-width: 85px;
	}
	img.ferrari {
		max-width: 76px;
	}
	video.cars_slide {
		width: 100% !important;
		height: auto;
	}
	.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a
	{
		color:#efc873 !important;
	}
	.header-contact__block i {
		color: #efc873 !important;
		
	}
	#wpls-logo-showcase-slider-1 .wpls-fix-box, #wpls-logo-showcase-slider-1 .wpls-fix-box img.wp-post-image
	{
		max-height:135px !important;
	}
	ul.slick-dots
	{
	 display:none !important;
	}

	.search_home {
		padding-bottom: 60px;
	}

	li.remove_li {
		display: none !important;
	}
	.reset {
		font-weight: 600 !important;
		color: #fff;
		font-size: 14px;
		width: 406px;
		float: right;
		cursor: pointer;
	}
	.reset span {
		padding-right: 11px;
	}
	.header-menu {
		background: transparent;
		MARGIN-BOTTOM: -127PX;
	}
	header#masthead {
		Z-INDEX: 999;
	}
	.site-header {
		background: transparent;
	}
	.header-main {
		z-index:9999;
		border-bottom: unset !important;
	}
	.header-contact__block {
		color: #fff !important;
	}
	.header-menu .socials-menu a {
		color: #fff;
	}
	.main-navigation a {
		font-family: Cabin;
		font-size: 16px !important;
		font-weight: 700 !important;
		font-style: italic;
		line-height: 1.5;
		text-transform: uppercase;
		color: #fff !important;
	}
	.swiper-slide.swiper-slide-active {
		background: #00000057;
	}

	.menu-has-border .main-navigation a {
		color: black !important;
	}
	.menu-has-border .current-menu-item a {
		color: #efc873 !important
	}
	.header-main-visible .header-menu .site-branding {
		display: block;
	}
	.site-branding.align-center {
		display: none;
	}
	.header-main__contact {
		display: none;
	}
	.header-menu .socials-menu {
		display: none;
	}
	.stx-buttons-wrapper {
		display: none !important;
	}
	.search_home {
		position: relative;
		bottom: 280px;
		z-index: 999;
	}
	.car_tras_banner h2 {
		color: #fff;
		font-family: "Montserrat",Sans-serif;
		font-size: 48px;
		font-weight: 800;
		text-transform: uppercase;
		font-style: italic;
		line-height: 60px;
	}
	.car_tras_banner h5 {
		color: #fff;
		font-family: "Cabin",Sans-serif;
		font-size: 18px;
	}
	.search_home {
		margin-bottom: -270px;
	}
	.looking_for ul li {
		display: inline-block;
	}
	.looking_for {
		width: 84%;
		float: left;
	}
	.looking_h {
		width: 16%;
		float: left;
	}
	.looking_for ul {
		margin-bottom: 8px;
	}
	.looking_h h3 {
		text-transform: uppercase;
		font-family: "Montserrat",sans-serif;
		font-weight: 800;
		font-size: 18px;
		margin-top: 18px;
		margin-bottom: 0px;
		color: #fff !important;
	}
	.mega_search_filter ul {
		margin-bottom: 35px;
	}
	.looking_for ul li {
			margin-left: 13px;
		font-size: 14px;
		font-weight: 700 !important;
		color: #fff !important;
		text-transform: uppercase;
		cursor: pointer;
	}
	.menu-has-border .header-menu
	{
		z-index:99999 !important;
	}
	li.active_li {
		border-radius: 2px;
		padding: 5px 15px;
		color: #fff;
		background: #efc873;
	}
	li.aaaa {
		padding-left: 0px;
	}
	li.aaaa input[type="text"] {
		padding: 10px;
	}
	select#ofproduct_cat {
		width: 210px;
	}
	select#ofproduct_tag {
		width: 210px;
	}
	.mega_search_filter input[type="submit"] {
		width: 107px;
		height: 45px;
	}
	i.fa.fa-map-marker.top_map {
		font-family: 'FontAwesome';
		margin-left: 20px;
	}
	span.top_bar_adres {
		color: #fff;
	}
	.prod_slider .wpsf-product-title a {
		font-size: 20px !important;
		font-weight: 600 !important;
		color: #293957;
	}
	.prod_slider span.woocommerce-Price-amount.amount {
		font-size: 24px;
		color: #690;
		font-weight: 700 !important;
		font-style: italic;
	}
	.prod_slider .wpsf-product-price {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#wps-slider-section.wps-slider-section-2004 {
		padding-top: 0px !important;
	}

	.wpsf-product.slick-slide
	{
		
		padding: 20px;
	}
	.single-product button.single_add_to_cart_button.button.alt {
		display: none;
	}
	.pi-custom-button {
		display: inline-block !important;
	}
	#wps-slider-section #sp-woo-product-slider-2004 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button):hover, #wps-slider-section #sp-woo-product-slider-2004 .wpsf-cart-button a.added_to_cart:hover {
		background: #efc873 !important;
		
	}
	.new_trend
	{
		margin-top: 27px;
	}
	.page-id-1293 .new_trend
	{
		margin-top: 18px;
	}
	span.top_loc {
		color: #fff;
	}
	.prod_slider a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart
	{
		display:none !important;
	}
	.post-type-archive .header-menu
	{
		MARGIN-BOTTOM: 0px;
	}
	.post-type-archive .main-navigation a
	{
	 color: #293957 !important;
	}
	.post-type-archive  header#masthead {
		margin-top: -32px !important;
	}
	.page-id-2058 .header-menu
	{
		MARGIN-BOTTOM: 0px;
	}
	.page-id-2058 .breadcrumbs-wrapper {
		background: transparent;
		position: absolute;
		margin-bottom: 0px;
		width: 100%;
		top: 610px;
	}
	.page-id-2058 span.breadcrumbs-item a {
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 700;
		color: #fff;
	}
	.page-id-2058 span.breadcrumbs-item span {
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 700 !important;
		color: #fff;
	}
	.inventory_top_img img {
		width: 100%;
	}
	.page-id-2058 span.sep {
		color: #fff;
	}
	.page-id-2058 header#masthead {
		margin-top: -32px !important;
	}
	.page-id-2058 ul#primary-menu li a {
		color: #293957 !important;
	}
	.page-id-2058 .inventory_top_custom_head {
		margin-top: -483px;
	}
	.page-id-2058 .custom_breadcrumb_heading h1 {
		font-family: 'Montserrat',sans-serif;
		line-height: .9;
		letter-spacing: -2px;
		font-size: 8rem;
		font-weight: 800;
		color: #fff;
	}
	.page-id-2058 li.remove_lis {
		display: none;
	}
	.page-id-2058 .inventory_search_custom_dv {
		background: #edeff1;
		border-radius: 4px;
		padding: 58px;
	}
	.page-id-2058 .inventory_search {
		margin-top: 136px;
	}
	.page-id-2058 .looking_for ul li {
		margin-left: 30px;
	}
	.page-id-2058 .looking_for ul li {
		display: inline-block;
	}
	.page-id-2058 .looking_for {
		width: 84%;
		float: left;
	}
	.page-id-2058 .looking_h {
		width: 16%;
		float: left;
	}
	.page-id-2058 .looking_for ul {
		margin-bottom: 8px;
	}
	.page-id-2058 .looking_h h3 {
		text-transform: uppercase;
		font-family: "Montserrat",sans-serif;
		font-weight: 800;
		font-size: 18px;
		margin-top: 18px;
		margin-bottom: 0px;
		color: #293957 !important;
	}
	.page-id-2058 .mega_search_filter ul {
		margin-bottom: 35px;
	}
	.page-id-2058 .looking_for ul li {
			margin-left: 13px;
		font-size: 14px;
		font-weight: 700 !important;
		color: #293957 !important;
		text-transform: uppercase;
		cursor: pointer;
	}
	.page-id-2058  li.remove_left_space {
		padding-left: 6px;
	}
	.page-id-2058 .reset {
		font-weight: 600 !important;
		color: #293957;
		font-size: 14px;
		width: 386px;
		float: right;
		cursor: pointer;
	}
	
	.slider_full_row {
		background: #edeff1;
	}
	.page-id-2058 .inventory_search li.active_li {
		color: #fff !important;
	}
	.remove_bottom {
		margin-bottom: 0px !important;
	}
	.page-id-2058 .slider_full_row {
		padding-top: 60px;
	}
	.page-id-2058 .trending_h3 h3 {
		font-family: Montserrat !important;
		margin-bottom: 10px;
	}
	.browse_type_heading h3
	{
		font-family: Montserrat !important;
	}
	h6.logo-company-name
	{
		position: relative;
		top: -75px;
		font-size: 18px;
		font-weight: 700 !important;
		color: #fff;
		text-align: start;
		padding-left: 18px !important;
		padding-right: 18px !important;
	}
	.browse_heading_full_row {
		margin-top: -25px;
		background: #edeff1;
	}
	.cars_cat_inventory {
		background: #edeff1;
	}
	.img_cat_heading h3 {
		text-align: center;
		font-size: 16px;
		padding-bottom: 40px;
		font-weight: 700;
		text-transform: uppercase;
		margin-top: 19px;
		cursor: pointer;
	}
	.inventory_sorting {
		margin-top: 45px;
		margin-bottom: 40px;
		width: 25%;
	}
	.page-id-2058 .products {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.page-id-2058 #content {
		padding-bottom: 0px;
	}
	.img_cat_heading h3:hover {
		color: #efc873;
	}
	.see_all_inventory {
		margin-top: -33px;
	}
	.wpsf-product-title a {
		text-transform: uppercase;
	}
	h2.woocommerce-loop-product__title {
		text-transform: uppercase;
	}
	span.woocommerce-Price-amount.amount {
		font-size: 24px;
		color: #690;
		font-weight: 700 !important;
		font-style: italic;
	}
	h2.woocommerce-loop-product__title {
		font-size: 20px !important;
		font-weight: 600 !important;
		color: #293957;
	}
	.single-product .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		margin-bottom: 0px;
		width: 100%
	}
	.single-product  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		
		width: 100% !important;
	}
	.single-product .products {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.single-product form#commentform input#submit {
		right: 0px !important;
	}
	.single-product h1.entry-title {
		display: block;
	}
	.single-product .single-post-header-inner h1 {
		display: none !important;
	}
	.single-product.summary.entry-summary h1.product_title.entry-title {
		margin-bottom: 0px;
	}
	.single-product .woocommerce div.product p.price, .woocommerce div.product span.price {
		margin-bottom: 6px;
	}
	.single-product .quantity {
		margin-top: 16px !important;
	}
	.single-product nav.navigation.post-navigation {
		margin-left: auto;
		margin-right: auto;
		width: 1235px;
	}
	.single-product .header-menu {
		MARGIN-BOTTOM: -0PX;
	}
	.single-product header#masthead {
		
	}
	.single-product .main-navigation a {
	 color: #293957 !important;
	}
	.single-product .summary.entry-summary h1.product_title.entry-title {
		font: 300 16px/1.5rem 'Josefin Sans', sans-serif;
		color: #1a1a1a;
		font-family: 'Alegreya Sans SC', sans-serif;
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 0px;
		
	}
	.single_product_div h1 {
		font-size: 28px;
		margin-bottom: 5px;
	}
	.single_product_div p {
		font-size: 16px;
	}
	.inner_singular_div h3 {
		color: #293957;
		font-size: 20px;
		padding-bottom: 10px;
		text-transform: uppercase;
		border-bottom: 1px solid #dfe1e6;
	}
	.inner_singular_div h4 {
		font-family: Montserrat !important;
	}
	.inner_singular_div p {
		font-size: 16px;
	}
	.single-product button.button.pi-custom-button.add-to-enquiry.add-to-enquiry-single {
		letter-spacing: 0.05em;
		font-weight: 600 !important;
		font-size: 11px !important;
		background: #000 !important;
		text-align: start;
		padding: 17px 127px 17px 15px;
		border-radius: 0px;
	}
	.technical_spec_prod h3 {
		color: #293957;
		font-size: 20px;
		padding-bottom: 10px;
		text-transform: uppercase;
		border-bottom: 1px solid #dfe1e6;
	}
	.technical_spec_prod  i.fas.fa-car {
		padding-right: 15px;
		font-family: 'FontAwesome';
	}
	.technical_spec_prod ul li {
		
		border-right: 1px solid #c1c1c1;
		padding-left: 0px;
		width: 24%;
		list-style: none;
		display: inline-block;
	}
	.common_pdng
	{
		padding-left: 35px !important;
	}
	.common_border
	{
		border-right: none !important;
	}
	.specifications__value {
		padding-left: 6px;
		width: 85%;
		float: left;
	}
	.technical_spec_prod i{
		padding-top: 5px;
		width: 15%;
		float: left;
	}

	.location_sidebar h3 {
		padding-top: 25px;
		margin-bottom: 25px;
		padding-left: 27px;
		font-size: 16px;
		font-family: "Cabin",sans-serif;
	}
	.location_sidebar {
		border: 1px solid #d7dce6;
		background: #f5f6f6;
	}
	.full_detail_side {
		padding: 25px 25px 40px;
	}
	.dealer_profile_side {
		padding: 26px 25px 7px;
	}
	ul.dealer-contact i {
		font-size: 20px;
		margin-right: 20px;
	}
	ul.dealer-contact li {
		font-size: 16px;
		color: #293957;
	}
	.dealer-contact__phone a {
		font-weight: 700;
		letter-spacing: .025em;
		color: #ed3921;
	}
	.dealer_profile_side a {
		margin-left: 16px;
		font-weight: 700;
		color: #0084c8;
		font-size: 18px;
		letter-spacing: .025em;
	}
	li.dealer-contact__website a {
		color: #0084c8;
	}
	li.dealer-contact__website a:hover {
		color: #0084c8;
		text-decoration: underline;
	}
	.dealer_profile_side a:hover {
		color: #0084c8;
		text-decoration: underline;
	}
	li.dealer-contact__phone a:hover {
		text-decoration: underline;
		color: #ed3921;
	}
	.side_social_icon {
		padding-top: 5px;
	}
	.side_social_icon ul li {
		display: inline-block;
		margin-right: 4px;
	}
	li.dealer-socials__item.dealer-socials--twitter a {
		background: #0096ff;
		padding: 6px 8px 6px 8px;
		color: #fff;
		border-radius: 2px;
	}
	li.dealer-socials__item.dealer-socials--facebook {
		background: #2b53b8;
		padding: 3px 13px 3px 13px;
		color: #fff;
		border-radius: 2px;
	}
	i.ion-social-pinterest {
		padding: 7px 8px 7px 8px;
		background: #cb2027;
		color: #fff;
		border-radius: 2px;
	}
	.single-product aside#secondary {
		width: 25%;
	}
	.full_div_side_contact h3 {
		padding-top: 5px;
		margin-bottom: 20px;
		font-size: 16px;
		font-family: "Cabin",sans-serif;
	}
	.full_div_side_contact {
		border: 1px solid #d7dce6;
		background: #f5f6f6;
		padding: 25px 25px 0px;
	}
	.side_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		width: 100%;
	}
	.side_contact textarea.wpcf7-form-control.wpcf7-textarea {
		height: 195px;
	}
	.side_contact input.wpcf7-form-control.wpcf7-submit {
		width: 100%;
		right: 0px !important;
	}

	.related_product_sidebar_custom  h2.woocommerce-loop-product__title {
		position: absolute;
		left: 150px;
		top: -10px;
		font-size: 14px !important;
	}
	.related_product_sidebar_custom  img
	{
		width: 128px !important;
	}
	.related_product_sidebar_custom span.price {
		top: -36px;
		position: relative;
		right: 9px;
		text-align: end;
	}
	.related_product_sidebar_custom span.woocommerce-Price-amount.amount {
		font-size: 18px;
	}
	.related_product_sidebar_custom .descShow {
		display: none;
	}
	.related_product_sidebar_custom a.button.pi-custom-button.add-to-enquiry.add-to-enquiry-loop {
		display: none !important;
	}
	.related_product_sidebar_custom {
		border: 1px solid #d7dce6;
		background: #f5f6f6;
		padding: 25px 25px 0px;
	}
	.related_product_sidebar_custom h2 {
		display: none;
	}
	.related_product_sidebar_custom h2.woocommerce-loop-product__title {
		display: block !important;
	}
	.related_product_sidebar_custom li {
		margin-bottom: 0px !important;
	}
	.related_product_sidebar_custom ul.products.columns-1 {
		margin-bottom: 0px !important;
	}
	.related_product_sidebar_custom h3 {
		font-size: 16px;
		font-family: "Cabin",sans-serif;
	}
	
	.single-product div#tab-description h2 {
		display: none;
	}
	i.fa.fa-tachometer {
		font-family: 'FontAwesome';
	}
	.specifications__value {
		font-size: 14px;
	}
	i.fa.fa-copyright {
		font-family: 'FontAwesome';
	}
	i.fa.fa-file-text-o {
		font-family: 'FontAwesome';
	}

	.single-product .circle_div {
		width: 75%;
		float: left;
	}
	.single-product .txt_div_color {
		width: 25%;
		float: left;
	}
	.inner_singular_div1 h3 {
		color: #293957;
		font-size: 20px;
		padding-bottom: 10px;
		text-transform: uppercase;
		border-bottom: 1px solid #dfe1e6;
	}
	.inner_singular_div1 ul li {
		padding-left: 0px;
		width: 24%;
		list-style: none;
		display: inline-block;
	}
	.inner_singular_div1 i {
		padding-top: 2px;
		width: 15%;
		float: left;
	}
	i.fa.fa-check-circle {
		color: #690;
	}
	.inner_singular_div1 ul {
		margin-bottom: 7px;
	}
	.last_mrgn
	{
		margin-top: 45px;
	}
	.single-product .comments-area {
		margin-top: 55px;
		}
	.single-product .comments-area {
		padding: 55px 0px 0 0px;
	}
	.single-product .entry-meta {
		display: none;
	}
	.page-id-2018 .header-menu {
		 MARGIN-BOTTOM: 0PX; 
	}
	.page-id-2018 .container.d-flex.flex-wrap.space-between.align-center {
		display: none !important;
	}
	.page-id-2018  input.pi-btn.pi-btn-primary {
		right: 0px !important;
	}
	.single-product .corify-blog.d-flex.flex-wrap {
		margin-top: 25px;
	}
	.single-product .breadcrumbs-wrapper {
		margin-bottom: 60px;
	}
	.single-product .breadcrumbs-wrapper {
		margin-bottom: 118px;
		background: #fff;
	}


	.loc_icon {
		padding-top: 5px;
		width: 9%;
		float: left;
		margin-right: 0px !important;
	}
	.loc_ad {
		margin-bottom: 18px;
		width: 91%;
		float: left;
	}
	table.tbl_1 {
		width: 46%;
		float: left;
		margin-right: 4%;
	}
	table.tbl_2 {
		margin-bottom: 48px;
		width: 50%;
		float: left;
	}
	table.tbl_2 td, th 
	{
		border: 2px solid #e5e5e5;
	}
	table.tbl_1 td, th 
	{
		border: 2px solid #e5e5e5;
	}

	table.tbl_2 td, th {
		text-align: start;
		font-size: 15px;
		border-left: 0px;
		border-right: 0px;
		font-weight: 100;
		color: #000;
	}
	table.tbl_1 td, th {
		text-align: start;
		font-size: 15px;
		border-left: 0px;
		border-right: 0px;
		font-weight: 100;
		color: #000;
	}
	strong.money {
		color: #f14b6a;
		font-weight: 500;
	}
	a.notify_a {
		color: #197aa3;
		text-decoration: underline;
	}
	.desc_row h3 {
		font-weight: bold !important;
		margin-bottom: 5px;
		color: #000;
		font: 15px/1.6 Helvetica Neue,Helvetica,Arial,sans-serif;
	}
	.desc_row p {
		color: #000;
		font: 15px/1.6 Helvetica Neue,Helvetica,Arial,sans-serif;
	}
	hr.single_hr {
		margin-bottom: 45px;
		
		background-color: #000 !important;
	}
	.desc_row ul {
		margin-left: 30px;
	}
	.desc_row ul li {
		 margin: 1px !important;
		color: #000;
		font: 15px/1.6 Helvetica Neue,Helvetica,Arial,sans-serif;
	}
	p.fp {
		margin-bottom: 2px;
	}
	span.feature-heading {
		color: #000;
	}
	.check_full_list li {
		list-style: none;
	}

	.check_full_list li {
		color: #000;
		font: 15px/1.6 Helvetica Neue,Helvetica,Arial,sans-serif;
	}
	.check_full_list i {
		color: gray;
		margin-right: 10px;
	}
	.right_check_div ul {
		margin-bottom: 30px;
	}

	.book_drive a {
		background: #efc873;
		padding-top: 10px;
		color: #fff;
		padding-right: 140px;
		padding-left: 140px;
		border-radius: 4px;
		padding-bottom: 10px;
	}
	.other_model {
		margin-top: 65px;
	}
	.other_model h3 {
		margin-bottom: 40px;
		text-align: center;
		font-weight: 100;
		color: #283949;
	}
	.o_left {
		width: 50%;
		float: left;
	}
	.o_right
	{
		width: 50%;
		float: left;
	}
	.other_model li {
		color: #000;
		font-size: 15px;
		list-style: none;
	}
	.other_model a {
		font-size: 15px;
	}
	.other_model h3:before {
	   content: '';
		left: 0px;
		top: -8px;
		position: relative;
		display: inline-block;
		width: 40%;
		 border-top: 2px dashed #808080b0;
		margin-right: 15px;
	}
	.other_model h3:after {
		content: '';
		left: 0px;
		top: -8px;
		position: relative;
		display: inline-block;
		width: 39%;
		margin-left: 15px;
		border-top: 2px dashed #808080b0;
	}
	span.woocommerce-Price-currencySymbol {
		margin-right: 8px;
	}
	.single-product .corify-main-area {
		width: 100%;
	}
	.single-product button.button.pi-custom-button.add-to-enquiry.add-to-enquiry-single {
		width: 246px;
	}
	.single-product .woocommerce-tabs.wc-tabs-wrapper {
		padding-top: 10px !important;
	}
	.single-product section.related.products {
		display: none;
	}
	.single-product  div#comments {
		margin-top: 15px;
		margin-bottom: 0px;
	}
	.other_model ul {
		margin-bottom: 0px;
	}
	.single-product .location_sidebar {
		width: 46%;
		float: left;
		margin-right: 4%;
	}
	.single-product .full_div_side_contact {
		width: 50%;
		float: left;
	}
	.single-product footer.entry-footer.d-flex.flex-wrap.align-center.space-between {
		display: none !important;
	}
	.single-product .comments-area {
		border-top: 1px solid #000 !important;
	}
	.single-product  .side_contact {
		margin-top: 50px;
	}
	.single-product nav.navigation.post-navigation {
		margin-top: 40px;
	}
	.other_model {
		display: none;
	}
	.single-product div#comments {
		display: none;
	}
	.add_eqp {
		width: 46%;
		float: left;
		margin-right: 4%;
	}
	.frst_rwo_new_d {
		width: 50%;
		float: left;
	}
	.add_eqp ul {
		margin-top: 31px;
	}
	.add_eqp {
		box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
		padding: 50px;
		border-radius: 7px;
	}
	.frst_rwo_new_d {
		box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
		padding: 32px;
		border-radius: 7px;
	}
	.left_check_div {
	   margin-right: 3%;
		width: 37%;
		float: left;
	}
	.middle_check_div {
		margin-right: 3%;
		width: 29%;
		float: left;
	}
	.right_full_ul {
	   width: 28%;
		float: left;
	}
	.left_check_div .check {
			width: 32%;
		margin-right: 1%;
		float: left;
	}
	.left_check_div .checkss {
		   width: 32%;
		margin-right: 1%;
		float: left;
	}
	.left_check_div  ul.checks3 {
			width: 32%;
		margin-left: 1%;
		float: left;
	}
	.left_check_div {
		margin-top: 50px;
	}
	.middle_check_div {
		margin-top: 50px;
	}
	.right_full_ul {
		margin-top: 50px;
	}
	.left_check_div {
		box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
		padding: 25px;
		border-radius: 7px;
	}
	.middle_check_div {
		box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
		padding: 25px;
		border-radius: 7px;
	}
	.right_full_ul {
		box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
		padding: 25px;
		border-radius: 7px;
	}
	.check_full_list ul li {
		font-size: 13px;
	}
	.right_full_ul {
		padding-bottom: 38px;
	}
	.middle_check_div {
		padding-bottom: 96px;
	}
	.book_drive a {
		position: relative;
		top: 50px;
	}
	.page-id-1293 .car_tras_banner h2 {
		 display: none; 

	}
	.page-id-1293 .car_tras_banner h5 {
		display: none;
	}
	.page-id-1293 .looking_for ul {
		display: none;
	}
	.search-results .entry-meta-bottom {
		display: block;
	}
	.page-id-2058 .looking_h {
		display: none;
	}
	.page-id-2058 .looking_for {
		display: none;
	}
	.single-product div#wpgis-gallery {
		display: none;
	}
	.single-product .product_meta {
		display: none;
	}
	.single-product .quantity {
		display: none;
	}
	.single-product  .summary.entry-summary {
		width: 100% !important;
		background: #fff;
	}

	.single-product  .summary.entry-summary {
		padding-left: 0px !important;
		padding-top: 40px !important;
		
	}

	.single-product  i.btn-prev.dashicons.dashicons-arrow-left-alt2.slick-arrow{
		display: none !important;
	}
	.single-product  i.btn-next.dashicons.dashicons-arrow-right-alt2.slick-arrow {
		display: none !important;
	}
	.similar_btn a {
		letter-spacing: 0.05em;
		font-weight: 600 !important;
		font-size: 12px;
		background: #efc873;
		color: #fff;
		padding: 15px 65px;
		text-decoration:none !important;
	}
	.similar_btn {
    text-align: center;
}
	.similar_btn a.c_a {
		padding: 15px 65px;
	}
	.similar_btn a.s_a {
		padding: 15px 150px 15px 15px;
	}

	.single-product button.button.pi-custom-button.add-to-enquiry.add-to-enquiry-single {
		position: relative;
		top: 270px;
	}
	.single-product a.woocommerce-product-gallery__trigger, .single-product img.zoomImg {
		display: none !important;
	}
	.single-product p.price {
		display: none;
	}
	.single-product .woocommerce-product-details__short-description {
		display: none;
	}

	.full_opt_prod h3 {
		font-size: 27px;
		color: #1a1a1a;
		
		padding: .5rem 0;
		letter-spacing: 0.05em;
		margin-bottom: 2px;
	}
	p.internal_p {
		color: #777777;
		font-size: 13px;
		font-weight: 500;
	}
	.full_opt_prod h4 {
		font-size: 18px;
		color: #1a1a1a;
	}
	.full_opt_prod span {
		padding-left: 38px;
	}
	ul.tech_li li {
		font: 300 17px/1.5rem 'Josefin Sans', sans-serif;
		color: #808080c2;
		list-style: none;
		display: inline-block;
		width: 24%;
	}
	.technical_spec_prod_new ul {
		margin-bottom: 15px;
	}
	li.second_li {
		color: #1a1a1a !important;
		font-weight: 600 !important;
	}
	li.third_li {
		color: #1a1a1a !important;
		font-weight: 600 !important;
	}

	.single-product ul.tabs.wc-tabs {
		display: none;
	}
	.technical_spec_prod_new:before {
		position: relative;
		background: #1a1a1a;
		content: "";
		display: block;
		height: 45px;
		margin: 0 auto 15px;
		width: 2px;
		top: 30px;
		margin-bottom: 50px;
	}
	.technical_spec_prod_new h3 {
		text-rendering: optimizeLegibility;
		text-transform: uppercase;
		font-size: 23px;
		color: #1a1a1a;
		text-align: center;
		font-weight: 400;
	}
	.frst_pop {
		float: left;
		width: 24%;
		margin-right: 1%;
	}
	.frst_pop p {
		border: 1px solid #5b6164;
		padding: 7px;
	}
	.frst_pop a {
		text-decoration:none !important;
		font-weight: 500 !important;
		letter-spacing: 0.05em;
		font-family: 'Alegreya Sans SC', sans-serif !important;
		color: #1a1a1a !important;
		font-size: 13px;
		padding-left: 13px;
	}
	.pop_box {
		margin-top: 45px;
	}
	.pop_box i.fa.fa-facebook {
		font-size: 21px;
		border: 1px solid #5b6164;
		color: #1a1a1a;
		padding: 13px 18px 13px 18px;
	}
	.single_social_right {
		width: 25%;
		float: left;
		position: relative;
		left: 120px;
	}
	.sigle_social {
		width: 22%;
		float: left;
	}
	.pop_box i.fa.fa-twitter {
		font-size: 21px;
		border: 1px solid #5b6164;
		color: #1a1a1a;
		padding: 13px 15px 13px 15px;
	}

	.pop_box i.fa.fa-whatsapp {
		font-size: 21px;
		border: 1px solid #5b6164;
		color: #1a1a1a;
		padding: 13px 15px 13px 15px;
	}
	.back_img_single img {
	   max-width: 48px;
	}
	.back_img_single {
	   width: 6%;
		float: left;
	}
	.txt_single {
	   width: 94%;
		float: left;
	}
	.txt_single h3 {
		color: #fff;
		font-size: 11px;
		margin-top: 5px;
		font-weight: 500 !important;
		margin-bottom: 2px;
	}
	.txt_single p {
		color: #ccc6c6;
		font-size: 11px;
	}
	.top_custom_row {
		height: 173px;
		background: #212121;
		padding: 28px;
	}
	.top_custom_row {
		position: absolute;
		width: 100%;
		top: -35px;
	}


	.top_custom_row {
		position: absolute;
		width: 100%;
		top: -200px;
	}
	.frst_popz {
		width: 27%;
		float: left;
		margin-right: 1%;
	}
	.frst_popzz {
		width: 14%;
		float: left;
		margin-right: 1%;
	}
	.top_boxs a {
		font-size: 11px;
	}
	.top_boxs p {
		padding: 7px 11px 7px 11px;
		border: 1px solid #fafafa;
	}
	.top_boxs a {
		color: #fafafa;
		text-decoration:none !important;
		padding-left: 5px;
	}
	.single-product .topbar {
		margin-top: -8px;
	}
	.single-product {
		padding-top: 77px;
	}
	li.evn {
		width: 20%;
		float: left;
		list-style: none;
	}
	li.odd {
		margin-top: 0px !important;
		width: 80%;
		float: left;
		list-style: none;
	}
	.pop_box {
		margin-bottom: 150px;
	}
	.furnish_full {
		height: 384px;
		background: #212121;
	}
	.furnish_full h3 {
		padding-top: 13px !important;
	}
	.furnish_full {
		padding: 40px;
	}
	.single-product .entry-content li + li {
		margin-top: 0px;
	}
	li.evn {
		color: #7d878c;
		font-weight: 100 !important;
		font-size: 14px;
	}
	li.odd {
		color: #fff;
		font-size: 14px;
	}
	.furnish_full li {
		margin-bottom: 20px;
	}
	.furnish_full h3 {
		text-rendering: optimizeLegibility;
		text-transform: uppercase;
		font-size: 23px;
		font-weight: 400;
		text-align: center;
		color: #fff;
	}
	.furnish_full:before {
		position: relative;
		background: #fff;
		content: "";
		display: block;
		height: 35px;
		margin: 0 auto 15px;
		width: 2px;
		top: -7px;
		margin-bottom: 0px;
	}

	ul.consumption_ul li {
		margin-bottom: 4px;
		font-size: 14px;
		color: #5b6164;
		list-style: none;
	}
	li.consumtipn_difer_li img {
		height: 16px;
		width: 20px;
	}
	ul.consumption_ul {
		margin-bottom: 2px;
	}
	.cmn_li
	{
		margin-left: 200px;
	}
	ul.consumption_ul li {
		display: inline-block;
	}
	.consumption_div h3 {
		text-rendering: optimizeLegibility;
		text-transform: uppercase;
		font-size: 23px;
		color: #1a1a1a;
		text-align: center;
		font-weight: 400;
		margin-top: 55px;
	}
	.consumption_div:before {
		position: relative;
		background: #000;
		content: "";
		display: block;
		height: 35px;
		margin: 0 auto 15px;
		width: 2px;
		top: 33px;
		margin-bottom: 0px;
	}

	.consumption_div {
		margin-left: auto;
		max-width: 945px;
		margin-right: auto;
	}
	.energy_li
	{
		margin-left: 130px;
	}
	.co2_li
	{
		margin-left: 155px;
	}
	.emission_li
	{
		margin-left: 114px;
	}
	li.consumtipn_difer_li {
		color: #1a1a1a !important;
		font-weight: 600;
	}
	p.cpp {
		font-size: 12px;
		margin-top: 30px;
	}
	.desc_full_div h3 {
		text-rendering: optimizeLegibility;
		text-transform: uppercase;
		font-size: 23px;
		color: #1a1a1a;
		text-align: center;
		font-weight: 400;
		margin-top: 55px;
	}
	.desc_full_div:before {
		position: relative;
		background: #000;
		content: "";
		display: block;
		height: 35px;
		margin: 0 auto 15px;
		width: 2px;
		top: 33px;
		margin-bottom: 0px;
	}
	.desc_full_div a {
		color: #1a1a1a;
		font-size: 15px;
		text-decoration: underline;
	}
	.desc_full_div p {
		margin-bottom: 10px;
	}
	p.news_p {
		font-size: 13px;
		color: #1a1a1ab5;
	}
	.frst_news_p
	{
		margin-top: 50px;
	}
	.more_li {
		margin-top: 60px;
	}
	.more_li li {
		color: #1a1a1a !important;
		font-size: 14px;
	}
	ul.sub_menu_custom {
		margin-bottom: 0px;
		margin-left: 35px;
		list-style: circle;
	}
	ul.sub_menu_custom li {
		padding-left: 0px;
	}
	.more_li li {
		padding-left: 0px;
	}
	.three_row_div_p p {
		color: #1a1a1a !important;
		margin-bottom: 0px;
		font-size: 14px;
		font-weight: 600;
	}
	.short_p p {
		margin-bottom: 0px;
		color: #1a1a1a !important;
		margin-top: 12px;
		font-size: 14px;
		font-weight: 600;
	}
	p.shrt_p_min {
		margin-top: 0px;
		font-weight: 100;
	}
	p.shrt_p_min span {
		font-weight: 600;
	}
	.location_full {
		margin-top: 85px;
	}
	.full_contact input.wpcf7-form-control.wpcf7-submit {
		right: 0px !important;
	}
	.single-product aside#secondary {
		display: none;
	}
	.full_contact h3 {
		text-rendering: optimizeLegibility;
		text-transform: uppercase;
		font-size: 23px;
		color: #1a1a1a;
		text-align: center;
		font-weight: 400;
		margin-top: 55px;
	}
	.full_contact:before {
		position: relative;
		background: #000;
		content: "";
		display: block;
		height: 35px;
		margin: 0 auto 15px;
		width: 2px;
		top: 33px;
		margin-bottom: 0px;
	}
	.full_contact p {
		font-weight: 100 !important;
		color: #1a1a1a;
		font-size: 14px;
	}
	p.standrs {
		margin-bottom: 12px;
		color: #1a1a1a;
		font-size: 16px;
	}
	.more_li ul {
		margin-bottom: 13px;
	}
	.more_li li {
		font-weight: 600;
		}
	ul.copy_not_ul li {
		font-weight: 100;
	}
	.msg_div {
		width: 50%;
		float: left;
	}
	.name_div {
		width: 50%;
		float: left;
	}
	.full_contact input.wpcf7-form-control.wpcf7-text {
		width: 530px;
	}
	.full_contact textarea.wpcf7-form-control.wpcf7-textarea {
	   margin-bottom: 20px;
		height: 201px;
	}
	.full_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		font-size: 14px;
	}
	.full_contact label {
		color: #1a1a1a !important;
		font-weight: 100 !important;
		font-size: 13px;
	}
	.full_contact span.wpcf7-list-item {
		margin-left: 0px;
	}
	.full_contact input.wpcf7-form-control.wpcf7-submit {
		font-weight: 100;
		padding: 15px 25px 15px 25px;
		background: transparent !important;
		color: #000;
		right: 0px !important;
		border: 1px solid;
		margin-top: 10px;
		font-size: 12px;
	}
	.desc_full_div ul li {
		color: #1a1a1a !important;
		font-size: 14px;
	}
	.desc_full_div p {
		margin-bottom: 10px;
		font-size: 14px;
		color: #1a1a1a !important;
	}
	.desc_full_div li {
		padding-left: 0px;
	}
	span.wpcf7-form-control-wrap.acceptance-658 {
		position: relative;
		top: -20px;
	}
	.consumption_div {
		display: none;
	}

	.more_li
	{
		display: none;
	}


	.three_row_div_p

	{
		display: none;
	}
	.short_p
	{
		display: none;
	}
	.desc_frst_lft {
		width: 50%;
		float: left;
	}
	.desc_frst_rgt {
		width: 50%;
		float: left;
	}
	.container {
		max-width: 1245px !important;
		padding-right:0px !important;
		padding-left: 0px !important;
	}
	.single-product .summary.entry-summary {
		
		top: 16px;
	}
	.full_contact span.text-803.wpcf7-form-control-wrap {
		display: block;
	}
	.pop_box {
		display: none;
	}
	.furnish_full {
		margin-top: 50px;
	}
	.desc_frst_lft ul {
		margin-left: 16px;
	}
	.single-product button.button.pi-custom-button.add-to-enquiry.add-to-enquiry-single {
		display: none !important;
	}
	.single-product button.popmake-2894.pum-trigger {
	text-transform: none;
    border-radius: 0px !important;
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 600 !important;
    font-size: 11px;
    background: #efc873;
    color: #fff;
    padding: 16px 69px;
    top: -4px;
	}
	.single-product div#wpcf7-f2895-o1 .wpcf7-text {
		display: block;
	}
	.single-product div#pum_popup_title_2894 {
		display: none;
	}
	.single-product div#wpcf7-f2895-o1 input.wpcf7-form-control.wpcf7-submit {
		right: 0px !important;
	}
	.single-product span.red_point {
		color: #FF0000;
		font-size: 12px;
	}
	.single_product_pop_up h3 {
		margin-top: 45px;
		font-size: 27px;
		color: #1a1a1a;
		padding: .5rem 0;
		border-top: 1px solid #1a1a1a;
		border-bottom: 1px solid #1a1a1a;
		font-weight: 500 !important;
		letter-spacing: 0.05em;
		text-transform: uppercase;
	}
	p.pop_single_p {
		color: #5b6164bd;
		font-weight: 100 !important;
		white-space: normal;
		font: 300 16px/1.5rem 'Josefin Sans', sans-serif !important;
	}
	div#wpcf7-f2895-o1 span.wpcf7-list-item {
		margin-left: 0px !important;
	}
	div#popmake-2894 {
		padding-bottom: 45px !important;
		padding-top: 45px !important;
		padding: 95px;
	}
	.single-product .pum-container.pum-responsive.pum-responsive-medium
	{
		width: 53%;
	}
	div#wpcf7-f2895-o1 label {
		color: #1a1a1a !important;
		font-weight: 100 !important;
		line-height: 1.5rem;
		font-size: 13px;
	}
	div#wpcf7-f2895-o1 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		padding-bottom: 12px;
		padding-top: 12px;
		width: 100%;
	}
	div#wpcf7-f2895-o1  span.wpcf7-form-control-wrap.acceptance-438 {
		padding-right: 12px;
	}
	div#wpcf7-f2895-o1 input.wpcf7-form-control.wpcf7-submit {
		font-family: 'Alegreya Sans SC', sans-serif;
		background: #fff !important;
		font-weight: 500 !important;
		font-size: 11px;
		color: #1a1a1a !important;
		padding: 20px 70px 20px 21px;
		border: 1px solid;
	}
	.single-product .summary.entry-summary {
		margin-bottom: 0px !important;
	}
	.single-product .full_opt_prod {
		position: relative;
		top: -34px;
	}
	.summary.entry-summary h1.product_title.entry-title {
		display: none;
	}
	.full_opt_prod h1.product_title.entry-title {
		font: 300 16px/1.5rem 'Josefin Sans', sans-serif;
    color: #1a1a1a;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 35px;
	}
	.full_opt_prod {
		border-radius: 4px;
		margin-top: 55px;
		padding-bottom: 25px;
		padding-top: 58px;
	}
	.similar_btn {
		padding-top: 27px;
	}
	.single-product .summary.entry-summary {
		display: none;
	}
	.page-id-1293 .reset {
		width: 277px;
	}
	.single-product .top_custom_row {
    display: none;
}
.single-product .breadcrumbs-wrapper {
    margin-bottom: 0px !important;
}
.single-product {
    padding-top: 8px;
}
.single-product span.full_op_span {
    padding-left: 0px;
}
.full_opt_prod {
    width: 40%;
    float: left;
}
.similar_btn {
    width: 60%;
    float: left;
}
.technical_spec_prod_new {
   margin-top: 210px !important;
}
.similar_btn {
    margin-top: 115px;
}
.btn_qnuiry_custom {
    width: 33.33%;
    float: left;
}




.postid-1358 .full_opt_prod {
    width: 40%;
    float: left;
}
.postid-1358 .full_opt_prod {
    border-radius: 4px;
    margin-top: 55px;
    padding-bottom: 25px;
    padding-top: 58px;
}
.postid-1358 .full_opt_prod h1.product_title.entry-title {
    font: 300 16px/1.5rem 'Josefin Sans', sans-serif;
    color: #1a1a1a;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 35px;
}
.postid-1358 .single-product span.full_op_span {
    padding-left: 0px;
}
.postid-1358  p.internal_p {
    color: #777777;
    font-size: 13px;
    font-weight: 500;
}
.postid-1358 .full_opt_prod h4 {
    font-size: 18px;
    color: #1a1a1a;
}

.postid-1358 .similar_btn {
    margin-top: 115px;
}
.postid-1358 .similar_btn {
    width: 60%;
    float: left;
}
.postid-1358 .similar_btn {
    padding-top: 27px;
}
.postid-1358 .similar_btn {
    text-align: center;
}
.postid-1358 .btn_qnuiry_custom {
    width: 33.33%;
    float: left;
}
.postid-1358 .similar_btn a {
    letter-spacing: 0.05em;
    font-weight: 600 !important;
    font-size: 12px;
    background: #efc873;
    color: #fff;
    padding: 15px 65px;
    text-decoration: none !important;
}
.postid-1358 .similar_btn a.c_a {
    padding: 15px 65px;
}
.postid-1358 .single-product button.popmake-2894.pum-trigger {
    text-transform: none;
    border-radius: 0px !important;
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 600 !important;
    font-size: 11px;
    background: #efc873;
    color: #fff;
    padding: 16px 69px;
    top: -4px;
}
.postid-1358 .technical_spec_prod_new {
    margin-top: 210px !important;
}
.postid-1358 .technical_spec_prod_new:before {
    position: relative;
    background: #1a1a1a;
    content: "";
    display: block;
    height: 45px;
    margin: 0 auto 15px;
    width: 2px;
    top: 30px;
    margin-bottom: 50px;
}
.postid-1358 .technical_spec_prod_new h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
}
.postid-1358 .technical_spec_prod_new ul {
    margin-bottom: 15px;
}
.postid-1358 ul.tech_li li {
    font: 300 17px/1.5rem 'Josefin Sans', sans-serif;
    color: #808080c2;
    list-style: none;
    display: inline-block;
    width: 24%;
}
.postid-1358 .furnish_full {
    margin-top: 50px;
}
.postid-1358 .furnish_full {
    padding: 40px;
}
.postid-1358 .furnish_full {
    height: 384px;
    background: #212121;
}
.postid-1358 .furnish_full:before {
    position: relative;
    background: #fff;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: -7px;
    margin-bottom: 0px;
}
.postid-1358 .furnish_full h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.postid-1358 .furnish_full h3 {
    padding-top: 13px !important;
}
.postid-1358 .furnish_full li {
    margin-bottom: 20px;
}
.postid-1358 li.evn {
    color: #7d878c;
    font-weight: 100 !important;
    font-size: 14px;
}
.postid-1358 li.evn {
    width: 20%;
    float: left;
    list-style: none;
}
.postid-1358 li.odd {
    color: #fff;
    font-size: 14px;
}
.postid-1358 li.odd {
    margin-top: 0px !important;
    width: 80%;
    float: left;
    list-style: none;
}
.postid-1358 .desc_full_div:before {
    position: relative;
    background: #000;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: 33px;
    margin-bottom: 0px;
}
.postid-1358 .desc_full_div h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
    margin-top: 55px;
}
.postid-1358 .desc_frst_lft {
    width: 50%;
    float: left;
}
.postid-1358 .desc_full_div p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #1a1a1a !important;
}
.postid-1358 .desc_frst_lft ul {
    margin-left: 16px;
}
.postid-1358 .desc_full_div ul li {
    color: #1a1a1a !important;
    font-size: 14px;
}
.postid-1358 .desc_full_div li {
    padding-left: 0px;
}
.postid-1358 .desc_frst_rgt {
    width: 50%;
    float: left;
}
.postid-1358 .location_full {
    margin-top: 85px;
}
.postid-1358 .full_contact:before {
    position: relative;
    background: #000;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: 33px;
    margin-bottom: 0px;
}
.postid-1358 .full_contact h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
    margin-top: 55px;
}
.postid-1358 .full_contact p {
    font-weight: 100 !important;
    color: #1a1a1a;
    font-size: 14px;
}
.postid-1358 .name_div {
    width: 50%;
    float: left;
}
.postid-1358 .msg_div {
    width: 50%;
    float: left;
}
.postid-1358 .full_contact label {
    color: #1a1a1a !important;
    font-weight: 100 !important;
    font-size: 13px;
}
.postid-1358 .full_contact textarea.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 20px;
    height: 201px;
}
.postid-1358 .full_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 14px;
}
.postid-1358 .full_contact input.wpcf7-form-control.wpcf7-text {
    width: 530px;
}
.postid-1358 .full_contact input.wpcf7-form-control.wpcf7-submit {
    font-weight: 100;
    padding: 15px 25px 15px 25px;
    background: transparent !important;
    color: #000;
    right: 0px !important;
    border: 1px solid;
    margin-top: 10px;
    font-size: 12px;
}


.postid-1349  .full_opt_prod {
    width: 40%;
    float: left;
}
.postid-1349  .full_opt_prod {
    border-radius: 4px;
    margin-top: 55px;
    padding-bottom: 25px;
    padding-top: 58px;
}
.postid-1349  .full_opt_prod h1.product_title.entry-title {
    font: 300 16px/1.5rem 'Josefin Sans', sans-serif;
    color: #1a1a1a;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 35px;
}
.postid-1349  .single-product span.full_op_span {
    padding-left: 0px;
}
.postid-1349   p.internal_p {
    color: #777777;
    font-size: 13px;
    font-weight: 500;
}
.postid-1349  .full_opt_prod h4 {
    font-size: 18px;
    color: #1a1a1a;
}

.postid-1349  .similar_btn {
    margin-top: 115px;
}
.postid-1349  .similar_btn {
    width: 60%;
    float: left;
}
.postid-1349  .similar_btn {
    padding-top: 27px;
}
.postid-1349  .similar_btn {
    text-align: center;
}
.postid-1349  .btn_qnuiry_custom {
    width: 33.33%;
    float: left;
}
.postid-1349  .similar_btn a {
    letter-spacing: 0.05em;
    font-weight: 600 !important;
    font-size: 12px;
    background: #efc873;
    color: #fff;
    padding: 15px 65px;
    text-decoration: none !important;
}
.postid-1349  .similar_btn a.c_a {
    padding: 15px 65px;
}
.postid-1349  .single-product button.popmake-2894.pum-trigger {
    text-transform: none;
    border-radius: 0px !important;
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 600 !important;
    font-size: 11px;
    background: #efc873;
    color: #fff;
    padding: 16px 69px;
    top: -4px;
}
.postid-1349  .technical_spec_prod_new {
   margin-top: 210px !important;
}
.postid-1349  .technical_spec_prod_new:before {
    position: relative;
    background: #1a1a1a;
    content: "";
    display: block;
    height: 45px;
    margin: 0 auto 15px;
    width: 2px;
    top: 30px;
    margin-bottom: 50px;
}
.postid-1349  .technical_spec_prod_new h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
}
.postid-1349  .technical_spec_prod_new ul {
    margin-bottom: 15px;
}
.postid-1349  ul.tech_li li {
    font: 300 17px/1.5rem 'Josefin Sans', sans-serif;
    color: #808080c2;
    list-style: none;
    display: inline-block;
    width: 24%;
}
.postid-1349  .furnish_full {
    margin-top: 50px;
}
.postid-1349  .furnish_full {
    padding: 40px;
}
.postid-1349  .furnish_full {
    height: 384px;
    background: #212121;
}
.postid-1349  .furnish_full:before {
    position: relative;
    background: #fff;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: -7px;
    margin-bottom: 0px;
}
.postid-1349  .furnish_full h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.postid-1349  .furnish_full h3 {
    padding-top: 13px !important;
}
.postid-1349  .furnish_full li {
    margin-bottom: 20px;
}
.postid-1349  li.evn {
    color: #7d878c;
    font-weight: 100 !important;
    font-size: 14px;
}
.postid-1349  li.evn {
    width: 20%;
    float: left;
    list-style: none;
}
.postid-1349  li.odd {
    color: #fff;
    font-size: 14px;
}
.postid-1349  li.odd {
    margin-top: 0px !important;
    width: 80%;
    float: left;
    list-style: none;
}
.postid-1349  .desc_full_div:before {
    position: relative;
    background: #000;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: 33px;
    margin-bottom: 0px;
}
.postid-1349  .desc_full_div h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
    margin-top: 55px;
}
.postid-1349  .desc_frst_lft {
    width: 50%;
    float: left;
}
.postid-1349  .desc_full_div p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #1a1a1a !important;
}
.postid-1349  .desc_frst_lft ul {
    margin-left: 16px;
}
.postid-1349  .desc_full_div ul li {
    color: #1a1a1a !important;
    font-size: 14px;
}
.postid-1349  .desc_full_div li {
    padding-left: 0px;
}
.postid-1349  .desc_frst_rgt {
    width: 50%;
    float: left;
}
.postid-1349  .location_full {
    margin-top: 85px;
}
.postid-1349  .full_contact:before {
    position: relative;
    background: #000;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: 33px;
    margin-bottom: 0px;
}
.postid-1349  .full_contact h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
    margin-top: 55px;
}
.postid-1349  .full_contact p {
    font-weight: 100 !important;
    color: #1a1a1a;
    font-size: 14px;
}
.postid-1349  .name_div {
    width: 50%;
    float: left;
}
.postid-1349  .msg_div {
    width: 50%;
    float: left;
}
.postid-1349  .full_contact label {
    color: #1a1a1a !important;
    font-weight: 100 !important;
    font-size: 13px;
}
.postid-1349  .full_contact textarea.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 20px;
    height: 201px;
}
.postid-1349  .full_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 14px;
}
.postid-1349  .full_contact input.wpcf7-form-control.wpcf7-text {
    width: 530px;
}
.postid-1349  .full_contact input.wpcf7-form-control.wpcf7-submit {
    font-weight: 100;
    padding: 15px 25px 15px 25px;
    background: transparent !important;
    color: #000;
    right: 0px !important;
    border: 1px solid;
    margin-top: 10px;
    font-size: 12px;
}


.postid-3012   .full_opt_prod {
    width: 40%;
    float: left;
}
.postid-3012   .full_opt_prod {
    border-radius: 4px;
    margin-top: 55px;
    padding-bottom: 25px;
    padding-top: 58px;
}
.postid-3012   .full_opt_prod h1.product_title.entry-title {
    font: 300 16px/1.5rem 'Josefin Sans', sans-serif;
    color: #1a1a1a;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 35px;
}
.postid-3012   .single-product span.full_op_span {
    padding-left: 0px;
}
.postid-3012    p.internal_p {
    color: #777777;
    font-size: 13px;
    font-weight: 500;
}
.postid-3012   .full_opt_prod h4 {
    font-size: 18px;
    color: #1a1a1a;
}

.postid-3012   .similar_btn {
    margin-top: 115px;
}
.postid-3012   .similar_btn {
    width: 60%;
    float: left;
}
.postid-3012   .similar_btn {
    padding-top: 27px;
}
.postid-3012   .similar_btn {
    text-align: center;
}
.postid-3012   .btn_qnuiry_custom {
    width: 33.33%;
    float: left;
}
.postid-3012   .similar_btn a {
    letter-spacing: 0.05em;
    font-weight: 600 !important;
    font-size: 12px;
    background: #efc873;
    color: #fff;
    padding: 15px 65px;
    text-decoration: none !important;
}
.postid-3012   .similar_btn a.c_a {
    padding: 15px 65px;
}
.postid-3012   .single-product button.popmake-2894.pum-trigger {
    text-transform: none;
    border-radius: 0px !important;
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 600 !important;
    font-size: 11px;
    background: #efc873;
    color: #fff;
    padding: 16px 69px;
    top: -4px;
}
.postid-3012   .technical_spec_prod_new {
    margin-top: 190px !important;
}
.postid-3012   .technical_spec_prod_new:before {
    position: relative;
    background: #1a1a1a;
    content: "";
    display: block;
    height: 45px;
    margin: 0 auto 15px;
    width: 2px;
    top: 30px;
    margin-bottom: 50px;
}
.postid-3012   .technical_spec_prod_new h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
}
.postid-3012   .technical_spec_prod_new ul {
    margin-bottom: 15px;
}
.postid-3012   ul.tech_li li {
    font: 300 17px/1.5rem 'Josefin Sans', sans-serif;
    color: #808080c2;
    list-style: none;
    display: inline-block;
    width: 24%;
}
.postid-3012   .furnish_full {
    margin-top: 50px;
}
.postid-3012   .furnish_full {
    padding: 40px;
}
.postid-3012   .furnish_full {
    height: 384px;
    background: #212121;
}
.postid-3012   .furnish_full:before {
    position: relative;
    background: #fff;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: -7px;
    margin-bottom: 0px;
}
.postid-3012   .furnish_full h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.postid-3012   .furnish_full h3 {
    padding-top: 13px !important;
}
.postid-3012   .furnish_full li {
    margin-bottom: 20px;
}
.postid-3012   li.evn {
    color: #7d878c;
    font-weight: 100 !important;
    font-size: 14px;
}
.postid-3012   li.evn {
    width: 20%;
    float: left;
    list-style: none;
}
.postid-3012   li.odd {
    color: #fff;
    font-size: 14px;
}
.postid-3012   li.odd {
    margin-top: 0px !important;
    width: 80%;
    float: left;
    list-style: none;
}
.postid-3012   .desc_full_div:before {
    position: relative;
    background: #000;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: 33px;
    margin-bottom: 0px;
}
.postid-3012   .desc_full_div h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
    margin-top: 55px;
}
.postid-3012   .desc_frst_lft {
    width: 50%;
    float: left;
}
.postid-3012   .desc_full_div p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #1a1a1a !important;
}
.postid-3012   .desc_frst_lft ul {
    margin-left: 16px;
}
.postid-3012   .desc_full_div ul li {
    color: #1a1a1a !important;
    font-size: 14px;
}
.postid-3012   .desc_full_div li {
    padding-left: 0px;
}
.postid-3012   .desc_frst_rgt {
    width: 50%;
    float: left;
}
.postid-3012   .location_full {
    margin-top: 85px;
}
.postid-3012   .full_contact:before {
    position: relative;
    background: #000;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: 33px;
    margin-bottom: 0px;
}
.postid-3012   .full_contact h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
    margin-top: 55px;
}
.postid-3012   .full_contact p {
    font-weight: 100 !important;
    color: #1a1a1a;
    font-size: 14px;
}
.postid-3012   .name_div {
    width: 50%;
    float: left;
}
.postid-3012   .msg_div {
    width: 50%;
    float: left;
}
.postid-3012   .full_contact label {
    color: #1a1a1a !important;
    font-weight: 100 !important;
    font-size: 13px;
}
.postid-3012   .full_contact textarea.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 20px;
    height: 201px;
}
.postid-3012   .full_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 14px;
}
.postid-3012   .full_contact input.wpcf7-form-control.wpcf7-text {
    width: 530px;
}
.postid-3012   .full_contact input.wpcf7-form-control.wpcf7-submit {
    font-weight: 100;
    padding: 15px 25px 15px 25px;
    background: transparent !important;
    color: #000;
    right: 0px !important;
    border: 1px solid;
    margin-top: 10px;
    font-size: 12px;
}


.postid-3010    .full_opt_prod {
    width: 40%;
    float: left;
}
.postid-3010    .full_opt_prod {
    border-radius: 4px;
    margin-top: 55px;
    padding-bottom: 25px;
    padding-top: 58px;
}
.postid-3010    .full_opt_prod h1.product_title.entry-title {
    font: 300 16px/1.5rem 'Josefin Sans', sans-serif;
    color: #1a1a1a;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 35px;
}
.postid-3010    .single-product span.full_op_span {
    padding-left: 0px;
}
.postid-3010     p.internal_p {
    color: #777777;
    font-size: 13px;
    font-weight: 500;
}
.postid-3010    .full_opt_prod h4 {
    font-size: 18px;
    color: #1a1a1a;
}

.postid-3010    .similar_btn {
    margin-top: 115px;
}
.postid-3010    .similar_btn {
    width: 60%;
    float: left;
}
.postid-3010    .similar_btn {
    padding-top: 27px;
}
.postid-3010    .similar_btn {
    text-align: center;
}
.postid-3010    .btn_qnuiry_custom {
    width: 33.33%;
    float: left;
}
.postid-3010    .similar_btn a {
    letter-spacing: 0.05em;
    font-weight: 600 !important;
    font-size: 12px;
    background: #efc873;
    color: #fff;
    padding: 15px 65px;
    text-decoration: none !important;
}
.postid-3010    .similar_btn a.c_a {
    padding: 15px 65px;
}
.postid-3010    .single-product button.popmake-2894.pum-trigger {
    text-transform: none;
    border-radius: 0px !important;
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 600 !important;
    font-size: 11px;
    background: #efc873;
    color: #fff;
    padding: 16px 69px;
    top: -4px;
}
.postid-3010    .technical_spec_prod_new {
    margin-top: 190px !important;
}
.postid-3010    .technical_spec_prod_new:before {
    position: relative;
    background: #1a1a1a;
    content: "";
    display: block;
    height: 45px;
    margin: 0 auto 15px;
    width: 2px;
    top: 30px;
    margin-bottom: 50px;
}
.postid-3010    .technical_spec_prod_new h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
}
.postid-3010    .technical_spec_prod_new ul {
    margin-bottom: 15px;
}
.postid-3010    ul.tech_li li {
    font: 300 17px/1.5rem 'Josefin Sans', sans-serif;
    color: #808080c2;
    list-style: none;
    display: inline-block;
    width: 24%;
}
.postid-3010    .furnish_full {
    margin-top: 50px;
}
.postid-3010    .furnish_full {
    padding: 40px;
}
.postid-3010    .furnish_full {
    height: 384px;
    background: #212121;
}
.postid-3010    .furnish_full:before {
    position: relative;
    background: #fff;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: -7px;
    margin-bottom: 0px;
}
.postid-3010    .furnish_full h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.postid-3010    .furnish_full h3 {
    padding-top: 13px !important;
}
.postid-3010    .furnish_full li {
    margin-bottom: 20px;
}
.postid-3010    li.evn {
    color: #7d878c;
    font-weight: 100 !important;
    font-size: 14px;
}
.postid-3010    li.evn {
    width: 20%;
    float: left;
    list-style: none;
}
.postid-3010    li.odd {
    color: #fff;
    font-size: 14px;
}
.postid-3010    li.odd {
    margin-top: 0px !important;
    width: 80%;
    float: left;
    list-style: none;
}
.postid-3010    .desc_full_div:before {
    position: relative;
    background: #000;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: 33px;
    margin-bottom: 0px;
}
.postid-3010    .desc_full_div h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
    margin-top: 55px;
}
.postid-3010    .desc_frst_lft {
    width: 50%;
    float: left;
}
.postid-3010    .desc_full_div p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #1a1a1a !important;
}
.postid-3010    .desc_frst_lft ul {
    margin-left: 16px;
}
.postid-3010    .desc_full_div ul li {
    color: #1a1a1a !important;
    font-size: 14px;
}
.postid-3010    .desc_full_div li {
    padding-left: 0px;
}
.postid-3010    .desc_frst_rgt {
    width: 50%;
    float: left;
}
.postid-3010    .location_full {
    margin-top: 85px;
}
.postid-3010    .full_contact:before {
    position: relative;
    background: #000;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: 33px;
    margin-bottom: 0px;
}
.postid-3010    .full_contact h3 {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 23px;
    color: #1a1a1a;
    text-align: center;
    font-weight: 400;
    margin-top: 55px;
}
.postid-3010    .full_contact p {
    font-weight: 100 !important;
    color: #1a1a1a;
    font-size: 14px;
}
.postid-3010    .name_div {
    width: 50%;
    float: left;
}
.postid-3010    .msg_div {
    width: 50%;
    float: left;
}
.postid-3010    .full_contact label {
    color: #1a1a1a !important;
    font-weight: 100 !important;
    font-size: 13px;
}
.postid-3010    .full_contact textarea.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 20px;
    height: 201px;
}
.postid-3010    .full_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 14px;
}
.postid-3010    .full_contact input.wpcf7-form-control.wpcf7-text {
    width: 530px;
}
.postid-3010    .full_contact input.wpcf7-form-control.wpcf7-submit {
    font-weight: 100;
    padding: 15px 25px 15px 25px;
    background: transparent !important;
    color: #000;
    right: 0px !important;
    border: 1px solid;
    margin-top: 10px;
    font-size: 12px;
}
.single-related {
    display: none;
}

.single-product .single-post-header {
    display: none;
}


.new_txt_span h1 {
	font: 300 16px/1.5rem 'Josefin Sans', sans-serif;
    color: #1a1a1a;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: bold !important;
    font-size: 29px;
    
    margin-bottom: 0px;
}
.single-product p.internal_p
{
	display: none;
}
.single-product .full_opt_prod {
    position: relative;
    top: 36px;
}
.single-product h1.product_title.entry-title {
    display: none;
}
.new_txt_span {
    position: relative;
    top: 72px;
}

.postid-1343 .images {
    margin-bottom: -28px !important;
}
.postid-3502 .full_opt_prod h1.product_title.entry-title {
    font-size: 28px;
}
.postid-3530 .full_opt_prod h1.product_title.entry-title {
    font-size: 28px;
}
.page-id-1293 .trending_divs h3
{
	text-align: center !important ;
}
.page-id-3569 .header-main > .container {
    padding-top: 0px;
}
.page-id-3569 .header-menu {
	margin-top: 2px;
    MARGIN-BOTTOM: 0px;
}

.page-id-3569 .contact_top_img_cst {
    margin-top: 15px;
}
.page-id-3569 .breadcrumbs-wrapper {
    background: transparent;
    position: relative;
    margin-bottom: 0px;
    width: 100%;
    top: 378px;
}
.page-id-3569 .contact_img img {
    width: 100%;
}
.page-id-3569  span.breadcrumbs-item span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fff;
}
.page-id-3569 span.sep {
    color: #fff;
}

.contact_us_pg_main_hdng h1 {
    font-family: 'Montserrat',sans-serif;
    line-height: .9;
    letter-spacing: -2px;
    font-size: 8rem;
    font-weight: 800;
    color: #fff;
}

.page-id-3569 .list_txt_div1 {
    width: 14%;
    float: left;
}
.page-id-3569 .list_txt_div1 p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.page-id-3569 .list_address_div1 {
    margin-bottom: 17px;
    padding-left: 0px;
    width: 86%;
    float: left;
}
.page-id-3569 .address_div_footers1 ul {
    margin-bottom: 10px;
}
.page-id-3569 .address_div_footers1 li {
    list-style: none;
}

.page-id-3569 .address_div_footers1 {
    margin-top: 40px;
}
.page-id-3569  .main-navigation a {
    color: black !important;
}
.contact_page_h3 h3 {
	margin-top: 24px;
    text-align: center;
}
.contact_page_h3 h3:before {
    position: relative;
    background: #000;
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto 15px;
    width: 2px;
    top: -15px;
    margin-bottom: 0px;
}
.page-id-3569 span.wpcf7-form-control-wrap.text-803 {
    display: block;
}
.contact_single_pg input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 14px;
}
.contact_single_pg label {
    color: #1a1a1a !important;
    font-weight: 100 !important;
    font-size: 13px;
}
.contact_single_pg  input.wpcf7-form-control.wpcf7-text {
    width: 540px;
}
.contact_single_pg p {
    font-weight: 100 !important;
    color: #1a1a1a;
    font-size: 14px;
}
.contact_single_pg textarea.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 20px;
    height: 201px;
}
.contact_single_pg span.wpcf7-list-item {
    margin-left: 0px;
}
.contact_single_pg input.wpcf7-form-control.wpcf7-submit {
    left: 0px;
}
.contact_single_pg input.wpcf7-form-control.wpcf7-submit {
    font-weight: 100;
    padding: 15px 25px 15px 25px;
    background: transparent !important;
    color: #000;
    right: 0px !important;
    border: 1px solid;
    margin-top: 10px;
    font-size: 12px;
}
.page-id-3622  .header-main > .container {
    padding-top: 0px;
}
.page-id-3622  .header-menu {
    MARGIN-BOTTOM: 0px;
}
.page-id-3622 .breadcrumbs-wrapper {
    background: transparent;
    position: relative;
    margin-bottom: 0px;
    width: 100%;
    top: 144px;
}
.page-id-3622  .testimonial_img_row {
    margin-top: -49px;
}
.tstimonila_img img {
    height: 538px;
}
.page-id-3622  span.breadcrumbs-item span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fff;
}
.page-id-3622 span.sep {
    color: #fff;
}
.testimonial_us_pg_main_hdng h1 {
    font-family: 'Montserrat',sans-serif;
    line-height: .9;
    letter-spacing: -2px;
    font-size: 8rem;
    font-weight: 800;
    color: #fff;
	text-transform: uppercase;
}
.tst_heading_rw {
    margin-top: -351px;
}
.clinet_tstimonilals_rw {
    margin-top: 288px;
}
.page-id-3644   .main-navigation a {
    color: black !important;
}

.page-id-3644   .header-main > .container {
    padding-top: 0px;
}
.page-id-3644   .header-menu {
	margin-top: 2px;
    MARGIN-BOTTOM: 0px;
}
.page-id-3644  .breadcrumbs-wrapper {
    background: transparent;
    position: relative;
    margin-bottom: 0px;
    width: 100%;
    top: 140px;
}
.page-id-3644  span.breadcrumbs-item span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fff;
}
.page-id-3644 span.sep {
    color: #fff;
}

.about_main_bnr {
    margin-top: 10px;
}
.about_mn_hdng {
    margin-top: -320px;
}
.page-id-3622 .main-navigation a
{
 color: #000 !important;
}
.about_us_pg_main_hdng h1 {
    font-family: 'Montserrat',sans-serif;
    line-height: .9;
    letter-spacing: -2px;
    font-size: 8rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}
.para_abt_rw {
    margin-top: 187px;
}
.about_fp p {
    color: #000;
    font-size: 17px;
}

.page-id-3569 .list_address_div1 li {
    list-style: none;
}
.page-id-3569 .list_address_div1 ul {
    margin-bottom: 10px;
}
.page-id-3569  .list_address_div1 li {
    font-size: 15px;
}
.page-id-2058 ul.products.columns-3 li {
    width: 290px;
    margin-right: 21px;
	height: 478px;
    
}
.page-id-2058  h2.woocommerce-loop-product__title {
    padding-left: 19px !important;
}
.page-id-2058  span.price {
    padding-left: 19px;
}
.page-id-2058  .descShow {
	margin-bottom: 15px !important;
}
.page-id-2058  a.button.pi-custom-button.add-to-enquiry.add-to-enquiry-loop {
    float: right;
	margin-bottom: 12px !important;
	margin-top: 36px!important;
    font-size: 10px !important;
    width: 110px;
    padding: 12px;
    margin-right: 17px;
}

.page-id-2058 span.woocommerce-Price-amount.amount
{
	font-size: 17px;
}
.page-id-2058 span.price {
    position: absolute;
    margin-top: 142px;
}
.page-id-2058 li.post-1349 .price {
    right: unset !important;
}
.page-id-2058 a.pisol-view-cart {
    display: inline-block !important;
    font-weight: bold;
    font-size: 10px;
    position: relative;
    top: -1px;
    width: 100% !important;
}
.page-id-2018 .main-navigation a
{
	color: #000 !important;
}
.page-id-2018 .breadcrumbs-wrapper {
    margin-bottom: 55px;
}
.page-id-2058 .single-product li.second_li {
    line-height: 24px !important;
}

.page-id-2058 .single_short_div ul li {
    display: inline;
}
.page-id-2058 .descShow .single_short_div ul li {
   font-size: 15px;
   color: #848080;
    border: none !important;
    padding-left: 0px;
}
.page-id-2058 .single_short_div ul {
    margin-bottom: 1px !important;
}
.page-id-2058 .single_short_div {
   padding-left: 19px;
    margin-top: 23px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.page-id-2058 .single_short_div p {
	margin-bottom: 0px;
	font-size: 15px;
   color: #848080;
    padding-top: 20px;
}
li.two_li {
    padding-left: 75px !important;
}
li.four_lis {
    padding-left: 72px !important;
}
.page-id-2058 .single_short_div {
    background: #eaebed;
}
.page-id-2058 .descShow .single_short_div ul li::before {
    content: "\2022";
    color: #848080;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

.page-id-2058 .rm_clr {
    display: none;
}
li#menu-item-1562 {
    display: none;
}
.rm_home_lst
{
	display: none !important;
}
.last_two_grd
{
	display: none !important;
}
.page-id-1293 div#content {
    padding-bottom: 12px;
}
.page-id-1293 div#nav-holder {
    margin-bottom: -37px;
}

.topbar {
	padding-bottom: 15px !important;
    margin-bottom: -9px;
}

.topbar__left.d-flex.flex-wrap.align-center {
    width: 98%;
    text-align: center !important;
    display: block !important;
    float: left;
}
.topbar__right.d-flex.flex-wrap {
    width: 2%;
    float: left;
}
.topbar nav.socials-menu {
  
	margin-top: 3px;
}
.topbar .topbar__item.topbar__item--hotline {
    margin-top: 3px;
}
.site-branding.align-center {
    text-align: center;
}

.site-branding.align-center {
		position: relative;
    width: 100%;
    bottom: 3px;
}

.main-navigation li {
    display: inline-block;
}
nav#site-navigation {
    width: 100% !important;
    text-align: center !important;
}
.main-navigation ul
{
	display: block !important;
}
.slider_full_row {
    display: none !important;
}
.browse_heading_full_row {
    display: none !important;
}
.cars_cat_inventory {
    display: none !important;
}
.single-product li.second_li {
    line-height: 23px !important;
}
.post-1358 li.fif_li {
    margin-right: 12px !important;
}
.post-1356 li.four_lis {
    padding-left: 78px !important;
}
.post-1356 li.two_li {
    padding-left: 56px !important;
}
.post-1356 li.three_lis {
    margin-right: 14px !important;
}
.post-1354 li.four_lis {
    padding-left: 78px !important;
}
.post-1354 .single_short_div li.two_li {
    padding-left: 82px !important;
}
.post-4089 .single_short_div li.two_li {
    padding-left: 71px !important;
}
.post-1354 li.fif_li {
    margin-right: 13px !important;
}
.post-1352 li.four_lis {
    padding-left: 76px !important;
}

.post-1352 li.sixs_li {
    margin-left: 117px;
}
.post-1349 li.four_lis {
    padding-left: 78px !important;
}
.post-1349 li.sixs_li {
    margin-left: 48px !important;
}
.page-id-2058 h2.woocommerce-loop-product__title {
    padding-bottom: 0px !important;
}
.post-1347 li.four_lis {
    padding-left: 71px !important;
}
.post-1347 li.sixs_li {
    margin-left: 64px !important;
}
.post-1345 li.four_lis {
    padding-left: 93px !important
}
.post-1345  li.sixs_li {
    margin-left: 12px;
}

.post-3036 li.four_lis {
    padding-left: 80px !important;
}
.post-3036 li.sixs_li {
    margin-left: 7px;
}
.post-3036 li.two_li {
    margin-left: 4px;
}

.post-3392 li.four_lis {
    padding-left: 76px !important;
}
.post-3392 li.fif_li {
    margin-right: 14px !important;
}
.post-3425 li.four_lis {
    padding-left: 89px !important;
}

.post-3425 li.sixs_li {
    margin-left: 41px;
}
.post-3471 li.four_lis {
    padding-left: 78px !important;
}
.post-3471 li.two_li {
    padding-left: 42px !important;
}
.post-3471 li.sixs_li {
    margin-left: 21px;
}
.post-3012 li.four_lis {
    padding-left: 78px !important;
}
.post-3012 li.two_li {
    padding-left: 42px !important;
}
.post-3502 li.four_lis {
    padding-left: 78px !important;
}
.post-3502 li.two_li {
    padding-left: 42px !important;
}
.post-3010 li.four_lis {
    padding-left: 78px !important;
}
.post-3010 .single_short_div li.two_li {
   padding-left: 82px !important;
}
.post-3012 .single_short_div li.two_li {
   padding-left: 82px !important;
}
.post-3502 .single_short_div li.two_li {
   padding-left: 82px !important;
}
.post-1352 .single_short_div li.two_li {
   padding-left: 80px !important;
}
.post-3530 li.four_lis {
    padding-left: 78px !important;
}
.post-3530 .single_short_div li.two_li {
    padding-left: 82px !important;
}
.post-3089 li.four_lis {
    padding-left: 78px !important;
}
.post-3089 .single_short_div li.two_li {
   padding-left: 82px !important;
}
.page-id-2058 .see_all_inventory {
    display: none !important;
}
.page-id-3860 .header-menu {
    MARGIN-BOTTOM: 0px;
    margin-top: -38px;
}
.page-id-3860 .main-navigation a
{
	color: #000 !important;
}
.inventory_top {
    margin-top: 10px;
}
.page-id-3860 .breadcrumbs-wrapper {
    background: transparent;
    position: relative;
    margin-bottom: 0px;
    width: 100%;
    top: 375px;
}

.page-id-3860 span.breadcrumbs-item span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fff;
}
.page-id-3860 span.sep {
    color: #fff;
}
.servics_img_rw {
    margin-top: 15px;
}
.servics_main_tp_heading {
    margin-top: -515px;
}
.service_mn_hd h1 {
    font-family: 'Montserrat',sans-serif;
    line-height: .9;
    letter-spacing: -2px;
    font-size: 8rem;
    font-weight: 800;
    color: #fff;
}

.service_mn_dv p {
    color: #000;
    font-size: 17px;
}
.page-id-3644 div#content {
    padding-bottom: 20px;
}
.page-id-3860 div#content {
    padding-bottom: 20px;
}
.service_mn_dv h2 {
    margin-bottom: 6px;
}
.page-id-1293 .wpsf-cart-button {
    display: none;
}
.single-product .header-menu {
    margin-top: -38px;
}
.post-1356 a.button.pi-custom-button.add-to-enquiry.add-to-enquiry-loop {
    pointer-events: none;
}
.post-3425 a.button.pi-custom-button.add-to-enquiry.add-to-enquiry-loop {
    pointer-events: none;
}
li.product.type-product.post-1356.status-publish.outofstock.product_cat-best-seller.product_tag-bentley-flying-spur.has-post-thumbnail.shipping-taxable.purchasable.product-type-simple {
    pointer-events: none;
}
li.product.type-product.post-3425.status-publish.outofstock.product_cat-uncategorized.product_tag-lamborghini-hurecan.has-post-thumbnail.shipping-taxable.purchasable.product-type-simple
{
	pointer-events: none;
}
.single-product.postid-1358 .new_txt_span h1 {
    font-size: 24px;
}
.single-product.postid-1349 .new_txt_span h1 {
    font-size: 20px;
}
.single-product.postid-3471 .new_txt_span h1 {
    font-size: 21px !important;
}
.single-product.postid-3012 .new_txt_span h1 {
    font-size: 26px;
}
.single-product.postid-3010 .new_txt_span h1 {
    font-size: 26px;
}
.single-product.postid-3502 .new_txt_span h1 {
    font-size: 26px;
}
.single-product.postid-3530 .new_txt_span h1 {
    font-size: 26px;
}
.single-product.postid-3089 .new_txt_span h1 {
    font-size: 26px;
}

.single-product.postid-1354 .new_txt_span h1 {
    font-size: 26px;
}
.search-results aside#secondary {
    display: none;
}
.search-results .corify-main-area {
    width: 100%;
}
.search-results .rm_clr {
    display: none;
}
.servics_pg_img img {
    width: 100%;
}

.page-id-2058 h2.woocommerce-loop-product__title {
    font-size: 16px !important;
}
.page-id-3644 span.breadcrumbs-item1 span {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fff;
}
.page-id-3644 .breadcrumbs-wrapper1 {
    margin-bottom: 32px;
}
.page-id-3644 span.sep1 {
    color: #fff;
    margin: 0 8px;
}
.page-id-3644 .breadcrumbs-wrapper {
    display: none;
}



.page-id-3569 span.breadcrumbs-item1 span {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fff;
}
.page-id-3569 .breadcrumbs-wrapper1 {
    margin-bottom: 32px;
}
.page-id-3569 span.sep1 {
    color: #fff;
    margin: 0 8px;
}
.page-id-3569 .breadcrumbs-wrapper {
    display: none;
}

.page-id-3860  span.breadcrumbs-item1 span {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fff;
}
.page-id-3860  .breadcrumbs-wrapper1 {
    margin-bottom: 32px;
}
.page-id-3860  span.sep1 {
    color: #fff;
    margin: 0 8px;
}
.page-id-3860  .breadcrumbs-wrapper {
    display: none;
}


.page-id-2058  span.breadcrumbs-item1 span {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fff;
}
.page-id-2058  .breadcrumbs-wrapper1 {
    margin-bottom: 32px;
}
.page-id-2058  span.sep1 {
    color: #fff;
    margin: 0 8px;
}
.page-id-2058  .breadcrumbs-wrapper {
    display: none;
}

.post-1343 li.two_li {
    padding-left: 34px !important;
}
.post-1349 li.two_li {
    padding-left: 80px !important;
}
li.product.type-product.post-4089.status-publish.instock.product_cat-uncategorized.has-post-thumbnail.shipping-taxable.purchasable.product-type-simple  img{
    height: 216px;
}
.post-1349 .single_short_div li.two_li {
    padding-left: 82px !important;
}
.post-3425 .single_short_div li.two_li  {
    padding-left: 93px !important;
}
.post-3471 .single_short_div  li.two_li {
    padding-left: 82px !important;
}
.post-3489 .single_short_div li.two_li {
    padding-left: 93px !important;
}
.page-id-1293 .inventory_product_show {
    margin-top: 45px;
	display:none;
}
.page-id-1293 ul.products.columns-3 li {
    margin-right: 21px;
    height: 478px;
   
}
.page-id-1293 .rm_clr {
    display: none;
}
.page-id-1293 .single_short_div {
    background: #eaebed;
}
.page-id-1293 .single_short_div {
    padding-left: 19px;
    margin-top: 23px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.page-id-1293 .single_short_div ul {
    margin-bottom: 1px !important;
}
.page-id-1293 .descShow .single_short_div ul li {
    font-size: 15px;
    color: #848080;
    border: none !important;
    padding-left: 0px;
}
.page-id-1293 .descShow .single_short_div ul li::before {
    content: "\2022";
    color: #848080;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}
.page-id-1293 .descShow {
    margin-bottom: 15px !important;
}
.page-id-1293 span.price {
    position: absolute;
    margin-top: 142px;
}
.page-id-1293 span.price {
    padding-left: 19px;
}
.page-id-1293 span.woocommerce-Price-amount.amount {
    font-size: 17px;
}
.page-id-1293 a.button.pi-custom-button.add-to-enquiry.add-to-enquiry-loop {
    float: right;
    margin-bottom: 12px !important;
    margin-top: 98px!important;
    font-size: 10px !important;
    width: 110px;
    padding: 12px;
    margin-right: 17px;
}
.page-id-1293 .single_short_div li {
    display: inline;
}
.page-id-1293 h2.woocommerce-loop-product__title {
    font-size: 15px !important;
}
.page-id-1293 h2.woocommerce-loop-product__title {
    padding-bottom: 0px !important;
}
.page-id-1293 h2.woocommerce-loop-product__title {
    padding-left: 19px !important;
}
.page-id-1293 .page-id-1293 a.pisol-view-cart {
    display: inline-block !important;
    font-weight: bold;
    font-size: 10px;
    position: relative;
    top: -1px;
    width: 100% !important;
}
.page-id-1293 .post-3392 img {
    height: 207px !important;
}


.search-results .single_short_div li {
    display: inline-block;
}
.search-results .single_short_div ul {
    margin-bottom: 15px;
}
.search-results .entry-meta-bottom {
    margin-top: 280px;
}

.search-results .single_short_div {
    position: relative;
    bottom: -32px;
}
.search-results .single_short_div li::before {
    content: "\2022";
    color: #848080;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}
.search-results li.two_li {
    padding-left: 0px !important;
}
.search-results li.four_lis {
    padding-left: 0px !important;
}
.search-results li.one_li {
    width: 40%;
    float: left;
}
.search-results li.three_lis {
	margin-top: 7px !important;
    width: 40%;
	float: left;
}
.search-results .single_short_div li.four_lis {
	margin-top: 7px !important;
	
    
}
.search-results li.two_li {
    margin-top: 0px !important;
    float: left;
    width: 60%;
}
.search-results li.four_lis {
  
    float: left;
    width: 60%;
}
.search-results header.page-header {
	
    margin-top: 6px;
}
.search-results .main-navigation a {
    color: #000 !important;
}
.search-results  .header-menu {
    margin-top: -37px;
}
.hfeed .header-menu {
    margin-bottom: 0px !important;
}
.hfeed .main-navigation a {
    color: #000 !important;
}


.hfeed ul.products.columns-3 li {
    margin-right: 21px;

    
}
.hfeed ul.products.columns-3 li h2.woocommerce-loop-product__title {
	font-size: 16px !important;
	padding-left: 19px !important;
    padding-bottom: 0px !important;
}
.hfeed ul.products.columns-3 li span.price {
	padding-left: 19px;
    position: absolute;
    margin-top: 142px;
}
.hfeed ul.products.columns-3 li span.woocommerce-Price-amount.amount {
    font-size: 17px;
}
.hfeed ul.products.columns-3 li .rm_clr {
    display: none;
}
.hfeed ul.products.columns-3 li a.button.pi-custom-button.add-to-enquiry.add-to-enquiry-loop {
    float: right;
    margin-bottom: 12px !important;
    
    font-size: 10px !important;
    width: 110px;
    padding: 12px;
    margin-right: 17px;
}
.hfeed ul.products.columns-3 li .single_short_div {
    background: #eaebed;
    padding-left: 19px;
    margin-top: 23px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.hfeed ul.products.columns-3 li .single_short_div ul {
    margin-bottom: 1px !important;
}
.hfeed ul.products.columns-3 li .single_short_div ul li {
	display: inline;
    font-size: 15px;
    color: #848080;
    
    padding-left: 0px;
}
.hfeed ul.products.columns-3 li a.pisol-view-cart {
    color: #000;
    display: inline-block !important;
    font-weight: bold;
    font-size: 10px;
    position: relative;
    top: -1px;
    width: 100% !important;
}
.hfeed ul.products.columns-3 li.post-1349 .price {
    right: unset !important;
}
.hfeed  div#content {
    padding-bottom: 13px;
}
.search-results div#content {
    padding-bottom: 70px;
}
.hfeed  ul.products.columns-3 .single_short_div ul li::before {
    content: "\2022";
    color: #848080;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}
.hfeed ul.products.columns-3 {
    padding-top: 45px !important;
}


span.woocommerce-Price-amount.amount {
    color: #000 !important;
}
.four_grid_car {
    margin-bottom: -60px;
}
div#wps-slider-section {
    padding-top: 0px !important;
}
.page-id-2058  .post-3392 img {
    height: 216px !important;
}





 @media only screen and (max-width: 768px) {
 .inventory_top {
    margin-top: 0px !important;
}
 .header-menu {
    padding-bottom: 15px !important;
}
 .page-id-1293 .site-branding.align-center img.custom-logo{
    width: 95px !important;
    max-width: unset !important;
}
 .menu-has-border .header-menu {
    z-index: 999 !important;
}
 .hfeed p.woocommerce-result-count {
    font-size: 13px;
    margin-top: 10px !important;
}
 .hfeed .breadcrumbs-wrapper {
    padding-top: 1px !important;
    padding-bottom: 107px !important;
}
.hfeed nav.breadcrumbs.container {
    margin-top: 86px !important;
}
  ul#primary-menu {
    display: none !important;
}

.container {
    max-width: 1200px !important;
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.page-id-3569 .map_with_addresss {
    margin-top: 120px;
}
.page-id-3569 .address_div_footers1 {
    margin-top: 20px;
}
.page-id-3569 .list_address_div1 {
    margin-bottom: 17px;
    padding-left: 0px;
    width: 75%;
    float: left;
}
.page-id-3569 .list_txt_div1 {
    width: 25%;
    float: left;
}
.contact_single_pg input.wpcf7-form-control.wpcf7-text {
    width: 100%;
}
.name_div {
    width: 100% !important;
    float: none !important;
}
.list_txt_div {
    width: 30%;
    float: left;
}
.list_address_div {
    width: 70%;
    float: left;
}
.msg_div {
    width: 100% !important;
    float: none !important;
}
.links_footer {
    margin-left: 0px;
}
.contact_us_pg_main_hdng h1 {
    font-size: 30px;
	}
.page-id-3569 .breadcrumbs-wrapper1 {
    margin-bottom: 4px;
    
}
.page-id-3569 span.breadcrumbs-item1 span {
    font-size: 12px;
}
.contact_main_heading_rowpg {
    margin-top: -192px;
}
.page-id-3569 .header-menu{
    padding-bottom: 0px;
}
.site-branding.align-center {
    text-align: start;
}
nav#site-navigation {
    text-align: end !important;
}
.page-id-3569 .single_contact iframe {
    height: 200px;
}
.page-id-3860 .header-menu {
    margin-top: 0px !important;
}
.page-id-3860 .service_mn_hd h1 {
    font-size: 30px !important;
}
.page-id-3860 .breadcrumbs-wrapper1 {
    margin-top: 206px;
}
.page-id-3860 span.breadcrumbs-item1 span {
    font-size: 12px;
	
}
.page-id-3860 .sevec_txt_dv {
    margin-top: 107px;
}
.page-id-3860  .header-menu {
    padding-bottom: 0px !important;
}
.page-id-3860 .breadcrumbs-wrapper1 {
    margin-bottom: 4px;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1562 {
    display: none;
}
.page-id-3644 .about_us_pg_main_hdng h1 {
    font-size: 30px !important;
}
.page-id-3644 .breadcrumbs-wrapper1 {
    margin-bottom: 4px;
    margin-top: 186px;
}
.page-id-3644 span.breadcrumbs-item1 span {
    font-size: 12px;

}
.page-id-3644 .para_abt_rw {
    margin-top: 65px;
}
.page-id-3644 .header-menu {
    padding-bottom: 0px;
}
.page-id-2058 header#masthead {
    margin-top: 0px !important;
}
.page-id-2058 .custom_breadcrumb_heading h1 {
    font-size: 30px !important;
}
.page-id-2058 .breadcrumbs-wrapper1 {
    margin-top: 109px;
    margin-bottom: 4px;
}
.page-id-2058 span.breadcrumbs-item1 span {
    font-size: 12px;
}
.page-id-2058 .inventory_search {
    margin-top: -38px;
}
.page-id-2058 .mega_search_filter input[type="submit"] {
    right: 0px !important;
}
.page-id-2058 select#ofproduct_cat {
    width: 100% !important;
}
.page-id-2058 .mega_search_filter li.remove_left_space {
	padding-right: 0px !important;
    padding-left: 0PX !IMPORTANT;
}
.page-id-2058 select#ofproduct_tag {
    width: 100% !important;
}
.page-id-2058 .inventory_top_custom_head {
    margin-top: -300px;
}
.page-id-2058 .reset {
    width: unset !important;
    float: right;
}
.page-id-2058 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important;
	margin-bottom: 20px;
}
.page-id-2058 .inventory_sorting {
    width: 50%;
}
.left_div_home p {
	font-size: 14px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.left_div_home h3 {
    margin-left: 0px;
}
.left_div_home {
    float: unset;
}
.top_home_div {
    padding: 27px;
}
.testimonial_row {
    padding-top: 50px;
    padding-bottom: 50px;
}
.stx-main-container {
    height: 430px !important;
}
.looking_h {
    width: 100%;
}
li.go_li {
    display: none !important;
}
.searchandfilter li.go_li {
    display: none !important;
}

.mega_search_filter {
    text-align: center;
}
li.aaaa {
    padding-right: 0px;
}
li.go_li_pdng {
    padding-left: 0px;
    padding-right: 0px;
}
.mega_search_filter input[type="text"] {
    width: 212px;
}
.search_home {
    position: relative;
    bottom: 386px;
}
.search_home {
    margin-bottom: -465px;
}
.searchandfilter li {
    
    display: block;
}
.reset {
    display: none;
}
li.last_li {
    padding-left: 0px;
    padding-right: 0px;
}
.mega_search_filter input[type="submit"] {
	right: unset !important;
    width: 100%;
}
.looking_h h3 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 27px;
}
.featrs_prd {
    margin-bottom: -58px;
}
.latest_slider_hme {
    margin-bottom: -73px;
}
.trending_div h3 {
    margin-bottom: 39px;
}
.page-id-2058 .mega_search_filter input[type="text"] {
    width: 100% !important;
}
input.my_cst_btn {
    margin-top: 10px;
}
.page-id-2058 .mega_search_filter ul {
    margin-bottom: 0px !important;
}
.page-id-2058 .mega_search_filter li {
    width: 100% !important;
}
.page-id-2058 .inventory_search_custom_dv {
    padding: 0px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
	padding-left:30px !important;
	padding-right:30px !important;
}
.page-id-2058 #content {
    margin-bottom: -50px;
}
.hfeed .header-menu {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
}
.hfeed ul.products.columns-3 li {
    margin-bottom: 0px !important;
}
.hfeed div#content {
    padding-bottom: 70px;
}
.single-product .header-menu{
    padding-bottom: 0px !important;
}
.single-product .breadcrumbs-wrapper span {
    font-size: 12px;
	margin-top: 10px;
}
.single-product .new_txt_span {
    position: relative;
    top: 8px;
}
.single-product .new_txt_span h1 {
    font-size: 11px !important;
}
.single-product .full_opt_prod {
    border-radius: 4px;
    margin-top: 0px;
    padding-bottom: 25px;
    padding-top: 13px;
}
.single-product .full_opt_prod {
    width: 100%;
    float: none !important;
}
.single-product .full_opt_prod h4 {
    font-size: 14px;
}
.single-product .similar_btn {
    margin-top: 0px;
}
.btn_qnuiry_custom {
    width: 100% !important;
    float: none !important;
}
.similar_btn {
    width: 100% !important;
    float: none !important;
}
a.w_a {
    padding: 15px 54px !important;
}
.single-product .technical_spec_prod_new{
    margin-top: -17px !important;
}
ul.tech_li li {
    font: 300 10px/1.5rem 'Josefin Sans', sans-serif !important;
}
li.evn {
    width: 100% !important;
    float: none !important;

}
li.odd {
    width: 100% !important;
    float: none !important;
}
.furnish_full {
    height: unset !important;
}
.furnish_full {
    padding-bottom: 1px !important;
}
}


.testimonial_row {
    background: #edeff1 !important;
}
.single_short_div li.two_li {
    padding-left: 75px !important;
}
li.product.type-product.post-3425.status-publish.first.outofstock.product_cat-uncategorized.product_tag-lamborghini-huracan-evo.has-post-thumbnail.shipping-taxable.purchasable.product-type-simple {
    pointer-events: none;
}
span.price {
    font-weight: bold !important;
    color: #000 !important;
}
.switcher .option a {
    color: #000 !important;
}
.switcher .option a.selected {
    color: #000 !important;
}
.hfeed .breadcrumbs-wrapper {
    margin-top: 18px;
    margin-bottom: 45px;
}
li.product.type-product.post-3425 {
    pointer-events: none !important;
}
li.product.type-product.post-1356 {
    pointer-events: none !important;
}
li.product.type-product.post-4089 img {
    height: 214px !important;
}
.search_home
{
    display: none !important;
}
.footer_flag a {
    padding: 15px 23px;
}
.footer_flag {
    text-align: center;
}
.featrs_prd {
    margin-top: -8px;
}
.page-id-2058 ul.products.columns-3 {
    margin-bottom: 0px !important;
}
.hfeed .single_short_div li.two_li {
    padding-left: 0px !important;
}
.hfeed  article#post-2058 {
    display: none;
}
.hfeed  article#post-1293 {
    display: none;
}
.hfeed  .corify-blog {
    margin-top: 75px;
}
.hfeed .post-3036 li.two_li {
    margin-left: 0px;
}
.hfeed li.one_li {
	margin-right: 0px !important;
    width: 50%;
    float: left;
}
.hfeed li.two_li {
	margin-top: 0px !important;
    margin-right: 0px !important;
    width: 50%;
    float: left;
}
.hfeed li.three_lis {
    margin-right: 0px !important;
    width: 50%;
    float: left;
}
.hfeed li.four_lis {
    margin-right: 0px !important;
    width: 50%;
	margin-top: 0px !important;
    float: left;
	padding-left: 0px !important;
}
.hfeed  a.button.pi-custom-button.add-to-enquiry.add-to-enquiry-loop {
    margin-top: 55px!important;
}
.search-results span.price {
    margin-top: 148px !important;
}
.search-results a.button.pi-custom-button.add-to-enquiry.add-to-enquiry-loop {
    margin-top: 77px !important;
}
.search-results ul.products.columns-3 li .single_short_div
{
	margin-top: 0px !important;
}
.hfeed header.page-header {
    background-image: url(https://evomotors.ae/wp-content/uploads/2022/01/IMG_8866-scaled.jpg) !important;
}
.hfeed .page-header {
    margin-bottom: 0;
    padding: 180px 0px 432px !important;
}
.hfeed .page-header:before {
    background: transparent !important;
}
.hfeed .page-header .page-title
{
	margin: 23px 0px 0px !important;
}
.hfeed .breadcrumbs-wrapper {
    background-image: url(https://evomotors.ae/wp-content/uploads/2022/01/IMG_8866-scaled.jpg);
    background-size: cover;
    padding-top: 85px;
    padding-bottom: 495px;
}
.hfeed  .breadcrumbs-wrapper span {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fff;
}
.hfeed   nav.breadcrumbs.container {
    margin-top: 200px;
}
.hfeed li.four_lis {
    margin-top: 7px !important;
}
.hfeed li.three_lis {
    margin-top: 7px !important;
}
.single_short_div li {
    font-size: 14px;
}
ul.products.columns-3 li {
    margin-bottom: 15px !important;
}
.page-id-2058  .mega_search_filter li {
    display: inline-block;
    list-style: none !important;
}
.page-id-2058 li.go_li {
    display: none;
}
.page-id-2058 .mega_search_filter li input[type="submit"]
{
	position: relative;
    right: 0px !important;
}
.page-id-2058 li.remove_lis {
    display: none !important;
}
.page-id-2058 li.remove_left_space {
    padding-left: 33px !important;
}
nav#site-navigation ul#primary-menu li a:hover {
    border-bottom: 2px solid #efc873 !important;
}
ul#primary-menu li a {
    border-bottom: 2px solid #fff;
}

element.style {
}
.page-id-2058 ul#primary-menu li a {
    color: #293957 !important;
}
.page-id-2058 ul#primary-menu li a {
    color: #293957 !important;
}
ul#primary-menu li a {
    border-bottom: 2px solid #fff;
}
.main-navigation > ul > li:first-child > a {
    padding-left: 0;
}
.main-navigation a {
    font-family: Cabin;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    color: #293957;
}
.main-navigation a {
    font-family: Cabin;
    font-size: 16px !important;
    font-weight: 700 !important;
    font-style: italic;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff !important;
}
.main-navigation a {
    font-family: Cabin;
    font-size: 16px !important;
    font-weight: 700 !important;
    font-style: italic;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff !important;
}
.main-navigation a {
    padding: 0px !important;
}
ul#primary-menu li a {
    margin-right: 38px;
}
nav#site-navigation ul#primary-menu li.current-menu-item a {
	color: #efc873 !important;
    border-bottom: 2px solid #efc873 !important;
}
.page-id-1293 ul#primary-menu li a {
    border-bottom: 2px solid #3d2b2400 !important;
}
img.custom-logo {
    width: unset !important;
    max-width: 210px !important;
}
nav#site-navigation {
    margin-top: 15px;
	margin-bottom: 15px;
}
.single-product .full_opt_prod span {
    padding-left: 0px !important;
}
.single_short_div li::before {
    content: "•";
    color: #000;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
