@font-face {
	font-family: 'Calibri';
	src: url('../../fonts/Calibri.eot?#iefix') format('embedded-opentype'), url('../../fonts/Calibri.woff') format('woff'), url('../../fonts/Calibri.ttf') format('truetype'), url('../../fonts/Calibri.svg#Calibri') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri-Bold';
	src: url('../../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/Calibri-Bold.woff') format('woff'), url('../../fonts/Calibri-Bold.ttf') format('truetype'), url('../../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

body,
#wrap {
	background: #ecf0f1;
	font-family: 'Calibri' !important;
	/*overflow-x: hidden;*/
}

ul {
	padding-left: 0px;
	list-style: none;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span {
	word-wrap: break-word;
}

ul.nav.nav-tabs li a {
	color: #95a5a5;
	position: relative;
	z-index: 1;
}

.flex-box {
	display: flex;
	width: 100%;
	align-items: center;
}

.flex-box.wrap {
	flex-wrap: wrap;
}

.flex-box.flex-left {
	justify-content: flex-start;
}

.flex-box.flex-right {
	justify-content: flex-end;
}

a#express-apllication-btn {
	color: #fff;
}

.filter-submit-btn {
	float: right;
	width: 100%;
}

#nav-bar ul.navbar-nav li ul.dropdown-menu.show li.active a {
	color: #f81c24 !important;
	padding: .25rem 1.5rem;
}

.dropdown-item {
	font-size: 16px;
	font-family: Montserrat !important;
}

.tooltip.tooltip-min.top.in {
	opacity: 1;
}

.tooltip.tooltip-max.bottom.in {
	opacity: 1 !important;
}

.tooltip.tooltip-max.top.in {
	opacity: 1 !important;
}

ul.nav.nav-tabs.all-product-view-nav {
	float: right;
}

.error {
	color: red!important;
}

.no-margin {
	margin: 0;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.header-favourite-link {
	color: #fff;
	padding: 5px;
}

.header-favourite-link:hover {
	text-decoration: none;
	color: #fff;
}


/*.header-favourite-badge {
position: absolute;
top: 10px;
background-color: #fff;
border-radius: 100%;
width: 16px;
height: 16px;
text-align: center;
line-height: 16px;
color: #000;
font-size: 11px;
font-weight: 800;
margin-left: -26px;
}*/

.checkbox-container {
	display: block;
	margin: 10px 0;
}

.chkbox,
.radiobox {
	display: table-cell;
	width: 25px;
	height: 25px !important;
	position: relative;
	vertical-align: middle;
	margin: 0 !important;
}

.search-types {
	padding: 12rem 6rem;
	min-height: 415px;
	border: 1px solid #d1d1d1;
	text-align: center;
}

.btn-reset {
	border: none;
	color: #000;
	transition: all 0s ease 0s;
	min-height: 0px;
	min-width: 0px;
	line-height: 25px;
	border-width: 0px 0px 3px;
	padding: 6px 20px 6px;
	letter-spacing: 1px;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 30px;
}

.btn-reset:focus,
.btn-reset:hover,
.btn-reset:active {
	outline: none;
	color: #000;
}

.text-center {
	text-align: center !important;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}


/* Hide default HTML checkbox */

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}


/* The slider */

.switch-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch-slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 4px;
	bottom: 0;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.switch-slider {
	background-color: #dd191d;
}

input:focus+.switch-slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.switch-slider:before {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}


/* Rounded sliders */

.switch-slider.round {
	border-radius: 34px;
}

.switch-slider.round:before {
	border-radius: 50%;
}

.slider-handle {
	top: -5px !important;
}

.slider-selection {
	background: #f77500 !important;
}

.slider-success .slider-selection {
	background-color: #5cb85c !important;
}

.slider-primary .slider-selection {
	background-color: #dd191d!important;
}

.slider-info .slider-selection {
	background-color: #5bc0de !important;
}

.slider-warning .slider-selection {
	background-color: #f0ad4e !important;
}

.slider-danger .slider-selection {
	background-color: #d9534f !important;
}

.slider.slider-horizontal {
	width: 100% !important;
	height: 20px;
}

.slider-handle {
	background-color: #fff !important;
	background-image: none !important;
	-webkit-box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
	-moz-box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
	box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
}

.slider-strips .slider-selection {
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
	background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
	background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
	background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #000 !important;
	text-align: center;
	background-color: transparent !important;
	border-radius: 4px;
}

.tooltip-arrow {
	display: none !important;
}

.tooltip.bottom {
	margin-top: -10px;
}

.slider .tooltip.top {
	margin-top: -25px !important;
	top: auto !important;
	margin-left: auto !important;
}

.well {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	width: 100% !important;
	padding: 0;
}

.slider-ghost .slider-track {
	height: 5px !important;
}

.slider-ghost .slider-handle {
	top: -2px !important;
	border: 5px solid #f77500;
}

.slider-success.slider-ghost .slider-handle {
	border-color: #5cb85c;
}

.slider-primary.slider-ghost .slider-handle {
	border-color: #428bca;
}

.slider-info.slider-ghost .slider-handle {
	border-color: #5bc0de;
}

.slider-warning.slider-ghost .slider-handle {
	border-color: #f0ad4e;
}

.slider-danger.slider-ghost .slider-handle {
	border-color: #d9534f;
}

.modal {
	z-index: 10000;
}

.modal-dialog {
	width: 100%;
	height: 100%;
	padding: 0;
	z-index: 1;
}

.modal-dialog .form-group {
	margin-bottom: 25px;
}

.modal-dialog .first-content {
	width: 100%;
}

.modal-dialog .second-content {
	width: 100%;
}

.modal-content {
	height: auto;
	border-radius: 0;
}

.modal-content input,
.modal-content select {
	height: 45px;
}

.btn-full {
	width: 100%;
	padding: 10px;
	border: none;
	text-transform: uppercase;
}

.input-box {
	width: 100%;
	padding: 12px 20px 12px;
/*	font-size: 18px;
	height: 2.65em;*/
}

.shift-left {
	padding-left: 0!important;
}

.shift-right {
	padding-right: 0!important;
}

.btn-default {
	height: 37px;
}

.btn-primary {
	transition: all 0s ease 0s;
	min-height: 0px;
	min-width: 0px;
	line-height: 25px;
	border-width: 0px 0px 3px;
	padding: 6px 20px 6px;
	letter-spacing: 1px;
	font-size: 14px!important;
	text-transform: uppercase;
	border: none;
	border-radius: 30px;
	display: inline-block;
	width: max-content;
	max-width: 100%;
	word-break: break-word;
	height: 37px;
	background-color: #dd191d !important;
}

.btn-primary:hover {
	border: none;
}

.btn-primary:focus {
	outline: none;
}

.buy-btn:hover {
	text-decoration: none;
}

.marginbtm0 {
	margin-bottom: 0px;
}

.margintop0 {
	margin-top: 0px !important;
}

.section-default {
	margin: 25px 0px;
}


/*Good VIP Cars CSS*/

.section-goods-vip {
	display: flex;
}

.b-goods-vip {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.333%;
	/*min-height: 26vw;*/
	color: #fff;
	background-size: cover;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.b-goods-vip:hover {
	color: #ffffff;
	text-decoration: none;
}

.b-goods-vip img {
	width: 100%;
}

.b-goods-vip__main {
	position: absolute;
	z-index: 1;
	width: 100%;
	padding: 93px;
}

.b-goods-vip_1 .b-goods-vip__slogan {
	padding-left: 48px;
}

.b-goods-vip__slogan {
	margin-top: 20px;
	font-size: 18px;
	letter-spacing: 9px;
}

.b-goods-vip__title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}

.b-goods-vip_1 .b-goods-vip__subtitle {
	margin-top: 20px;
}

.b-goods-vip__subtitle {
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 6px;
}

.b-goods-vip:hover:after {
	opacity: .75;
}

.home-slider5 #thmg-slideshow .content_slideshow {
	left: 110px;
}


/*9/6/2019 ::start*/

.section-goods-vip {
	width: 97%;
	margin: 2em auto;
}

.b-goods-vip {
	width: 32%;
	margin: 0 auto;
	min-height: unset;
}

.b-goods-vip__main {
	padding: 1em;
	min-height: unset;
	background-image: linear-gradient(to top, #000 0%, transparent 100%);
}

.b-goods-vip img {
	/*min-height: 25vh;*/
	height: 100%;
	box-shadow: 0px 0px 5px #333333;
	z-index: 1;
}

.b-goods-vip__title {
	font-size: 40px;
	font-weight: unset;
	line-height: 1;
}

.b-goods-vip::before {
	position: absolute;
	opacity: .95;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	background: red;
	right: -5px;
	width: 71%;
	height: 100%;
	top: -5px;
	border-radius: 15px 0;
}

.b-goods-vip:focus {
	color: #fff;
}

.about-us-container {
	min-height: 80vh;
}


/*9/6/2019 ::finish*/


/*Good VIP Cars CSS*/


/* CATEGORYSLIDER */

.home-slider5 {
	position: relative;
}

.home-slider5 .info {
	padding-left: 30%;
}

.section-filter {
	position: absolute;
	width: 25%;
	padding: 30px;
	background: #fff;
	z-index: 100;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 20%;
}

.section-filter h2 {
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 20px;
}

.section-filter .dropdown .btn-full {
	width: 100%;
	position: relative;
	text-align: left;
	border: 1px solid #ddd;
	border-radius: 0px;
}

.section-filter .btn-full .caret {
	position: absolute;
	right: 10px;
	top: 50%;
}

.section-filter .open>.dropdown-menu {
	width: 100%;
}

.top-cate {
	padding: 0px;
	width: 100%;
	position: relative;
	/*margin:0;*/
	margin: 20px 0px;
}

.modal {
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog button.b-find__btn.btn.btn-primary {
	width: 100%;
	border: none;
	margin: 20px 0 0 0;
}

.modal-content {
	padding: 20px;
}

.mr-20 {
	margin-bottom: 20px;
}

.feet-onscreen {
	width: 100%;
}

.top-cate .new_title {
	text-align: left;
	border-bottom: 1px #e5e5e5 solid;
	margin-bottom: 0px;
}

.top-cate .new_title h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0px;
	padding: 18px 25px 15px 25px;
	position: relative;
	display: inline-block;
	font-family: 'Saira Condensed', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #23292e;
	margin-top: 0px;
	min-width: 250px;
}

.top-cate .new_title h2:after {
	content: '';
	position: absolute;
	width: 60px;
	height: 100%;
	transform: skew(-35deg);
	right: -40px;
	top: 0;
	background-color: inherit;
	z-index: 0;
}

.featured-pro {
	padding: 0px 0px !important;
	position: relative;
	z-index: 100;
	/*margin: 0 0 50px 0 ;*/
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #f5f5f5 #eee #ddd #eee;
	/*box-shadow: 0 5px 0 rgba(200, 200, 200, .2);*/
	border-top: none;
}

.products-grid {
	margin: 0;
	list-style: none;
}

.slider-items-products {
	position: relative;
}

.top-cate .slider-items-products .item {
	margin: 0px;
	padding: 15px 30px;
	font-family: 'Saira Condensed', sans-serif;
	border-right: 1px #f2f2f2 solid;
}

.slider-items-products .item {
	text-align: center;
}


/* CATEGORYSLIDER */


/*Finance Section CSS*/

.finance-section {
	/*margin: 20px 0px;*/
	display: flex;
}

.finance-section .finance-info {
	padding: 0px;
	position: relative;
	min-height: 400px;
	overflow: hidden;
}

.finance-section .finance-info img {
	width: 100%;
}

.finance-section .finance-info .info-layer {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 70%;
	z-index: 1;
	min-height: 260px;
	overflow: hidden;
}

.finance-section .finance-info .info-layer h1 {
	font-size: 48px;
	text-transform: uppercase;
}

.finance-section .finance-info .info-layer .txt-desc {
	color: #ffffff;
	font-size: 20px;
}

.finance-section .finance-info::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	/*background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
background-image: -webkit-linear-gradient(bottom, #000 0%, transparent 100%);
background-image: linear-gradient(to top, #000 0%, transparent 100%);*/
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
}

.finance-cases {
	background-color: #ffffff;
	padding: 0px 15px;
}

.finance-links {
	text-align: center;
	padding: 133px 0px;
}

.finance-links:hover {
	background-color: #ffffff;
	box-shadow: 0px 0px 20px #dddddd;
}

.finance-links img {
	max-width: 140px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.finance-links label {
	font-size: 48px;
	text-transform: uppercase;
	color: #121212;
}


/*Finance Section CSS*/


/*Cars On Sale CSS*/

.products-grid .item .item-inner {
	position: relative;
}

.products-grid .item .item-inner .item-img {
	position: relative;
}

.products-grid .item .item-inner .item-img .item-img-info {
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: relative;
	overflow: hidden;
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image {
	display: block;
	width: 100%;
}

.slider-items-products .item .product-image {
	display: block;
	overflow: hidden;
}

.slider-items-products .item .product-image:hover img.front-img {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: transform;
	transition-pro -webkit-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transform: scale(1.2) width: 100%;
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.4s ease-out 0.2s;
	-moz-transition: all 0.4s ease-out 0.2s;
	-o-transition: all 0.4s ease-out 0.2s;
	transition: all 0.4s ease-out 0.2s;
	background-color: #ccc;
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image img {
	width: 100%;
}

.products-grid .item .item-inner .item-info .info-inner .item-title {
	margin: 15px 0px;
}

.products-grid .item .item-inner .item-info .info-inner .item-title a {
	color: #121212;
	font-size: 18px;
	font-weight: 500;
}

.products-grid .item .item-inner .item-info .info-inner .item-title a:hover {
	color: #121212;
	text-decoration: none;
}

.products-grid .item .item-inner .item-info .info-inner .saved-price {
	margin-bottom: 15px;
}

.products-grid .item .item-inner .item-info .info-inner .saved-price .price {
	padding: 5px 10px;
	border-radius: 100px;
}

.products-grid .item .item-inner .item-info .info-inner .regular-price .price {
	font-weight: 500;
	font-size: 22px;
	color: #121212;
}


/*Cars On Sale CSS*/


/*Footer CSS*/

.footer {
	background-color: #23292e;
	position: absolute;
	margin-top: 0px;
	background-size: cover;
	width: 100%;
	padding-top: 40px;
}

.footer-img img {
	width: 70%;
}

.footer p {
	margin-top: 20px;
	color: #c6c4c4;
}

.footer .footer-heading {
	margin-top: 0px;
	padding-bottom: 10px;
	font-size: 20px;
	margin-bottom: 20px;
}

.footer .contact-info {
	position: relative;
	margin-bottom: 20px;
}

.footer .contact-info .icon-theme {
	position: absolute;
	left: 0px;
}

.footer .contact-info .content {
	color: #c6c4c4;
}

.footer .footer-contact-info {
	color: #fff;
}

.hours-area li label {
	width: 80px;
	display: inline-block;
	color: #c6c4c4;
	margin-bottom: 5px;
	font-weight: normal;
}

.hours-area li label+label {
	width: 125px;
	display: inline-block;
	color: #c6c4c4;
	margin-bottom: 5px;
	font-weight: normal;
	text-align: right;
}

.footer-bottom {
	clear: both;
	overflow: hidden;
	padding: 25px 0;
	border-top: 1px rgba(255, 255, 255, 0.1) solid;
	background: #23292e;
	margin-top: 20px;
}

.social {
	float: left;
	margin-top: 4px;
}

.social ul {
	margin-bottom: 0px;
}

.social ul li {
	margin: 0px 5px 0px 0px;
	display: inline-block;
}

.social a {
	transition: background 400ms ease-in-out;
}

.social a:hover {
	text-decoration: none;
}

.social .fb a {
	background: #3C5B9B;
	font-size: 18px;
	line-height: 35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	color: #fff;
	text-align: center;
	padding: 0;
}

.social .fb a:before {
	content: "\f09a";
	font-family: FontAwesome;
}

.social .tw a {
	background: #359BED;
	font-size: 18px;
	line-height: 35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	color: #fff;
	text-align: center;
	padding: 0;
}

.social .tw a:before {
	content: "\f099";
	font-family: FontAwesome;
}

.social .googleplus a {
	background: #E33729;
	font-size: 18px;
	line-height: 35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	color: #fff;
	text-align: center;
	padding: 0;
}

.social .googleplus a:before {
	content: "\f0d5";
	font-family: FontAwesome;
}

.social .linkedin a {
	content: "\f0e1";
	font-family: FontAwesome;
	background: #027ba5;
	font-size: 18px;
	line-height: 35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	color: #fff;
	text-align: center;
	padding: 0;
}

.social .linkedin a:before {
	content: "\f0e1";
	font-family: FontAwesome;
}

.social .youtube a {
	background: #F03434;
	font-size: 18px;
	line-height: 35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	color: #fff;
	text-align: center;
	padding: 0;
}

.social .youtube a:before {
	content: "\f167";
	font-family: FontAwesome;
}

.copyright {
	color: #aaa;
	float: left;
	display: block;
	text-align: center;
	font-size: 13px;
	padding-top: 15px;
}

.payment-accept {
	color: #333333;
	font-size: 14px;
	margin: auto;
	overflow: hidden;
	float: right;
}

.payment-accept img {
	margin-right: 10px;
}


/*Footer CSS*/


/*Contact Section CSS*/

.section-contacts {
	background: url(../../img/bg-contact.jpg) 50% 50% no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 90px;
	padding-bottom: 103px;
}

.align-items-end {
	align-items: flex-end !important;
	display: flex;
	flex-wrap: wrap;
}

.locations-list .list-item {
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
}

.locations-list .list-item span {
	display: block;
}

.locations-list .list-item span.num-count {
	font-size: 36px;
}

.locations-list .list-item span.title {
	color: #ffffff;
	font-size: 14px;
}

.contant-info .contacts-title {
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 5px;
}

.contact-desc {
	color: #cccccc;
	margin-bottom: 50px;
	font-size: 15px;
}

.icon-phone {
	font-size: 34px;
	float: left;
	display: inline-block;
}

.phone-main {
	padding-left: 20px;
	display: inline-block;
	color: #ffffff;
}

.phone-main .phone-title {
	font-size: 16px;
	line-height: 1;
}

.phone-main .phone-num {
	font-size: 26px;
	color: #ffffff;
	display: inline-block;
}

.phone-main .phone-address {
	margin-top: 5px;
	opacity: 0.5;
	font-size: 12px;
}


/*Contact Section CSS*/


/*About us, Out of Town and Warranties & Insurance CSS*/

.flex-content {
	display: flex;
	flex-wrap: wrap;
}

.post-3 {
	box-shadow: 0 0 32px 4px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	margin-top: 30px;
	min-height: 250px;
}

.post-3 .entry-media {
	height: 300px;
	overflow: hidden;
}

.post-3 .entry-media .img-scale {
	width: 100%;
}

.post-3 .entry-main {
	padding: 25px;
}

.post-3 .entry-main .entry-header .entry-title {
	text-transform: uppercase;
	margin-top: 0px;
	font-size: 22px;
	font-weight: 700;
}

.post-3 .entry-main .entry-header .entry-title a {
	color: #222222;
}

.post-3 .entry-main .entry-header .entry-title a:hover {
	text-decoration: none;
}

.post-3 .entry-main .entry-content {
	height: 105px;
	overflow: hidden;
	font-size: 15px;
	color: #555555;
}

.post-3 .entry-footer {
	padding: 0px 40px 25px 25px;
}


/*About us, Out of Town and Warranties & Insurance CSS*/

@media (min-width: 1300px) {
	.header-logo {
		flex: 0 0 13%;
	}
	.header-nav {
		flex: 0 0 82%;
	}
}

@media (min-width: 1201px) {
	.container {
		max-width: 1300px;
	}
}

@media only screen and (max-width: 1200px) {
	.header-logo {
		/*flex: 0 0 13%;*/
	}
	.logo:before {
		/*right: -105px;*/
	}
	.logo img {
		/*        transform: translate(-14%, -12%);
position: absolute;
z-index: 9999;
max-width: 130px;
left: 50%;
top: 50%;*/
	}
	.b-goods-vip__main {
		position: absolute;
		z-index: 1;
		width: 100%;
		padding: 30px;
	}
}


/*@media only screen and (max-width: 990px) {
.logo img {
transform: translate(25%, -12%);
position: absolute;
z-index: 9999;
max-width: 130px;
left: 50%;
top: 50%;
}
}*/

@media only screen and (max-width: 867px) {
	/*    .header-menu {
height: 50px;
overflow: visible;
}
.header-menu .navbar-nav {
margin-top: -20px;
height: 50px;
overflow: hidden;
}*/
}

@media only screen and (max-width: 800px) {
	.logo:before {
		/*right: -150px;*/
	}
	/*    .logo img {
transform: translate(20%, -10%);
position: absolute;
z-index: 9999;
max-width: 120px;
left: 50%;
top: 50%;
}*/
	.search-section-left {
		width: 100% !important;
	}
	.search-section-right {
		width: 100% !important;
		padding: 0 !important;
	}
	.search-section-right .search-box-inputs .form-group {
		width: 100% !important;
	}
	.input-box {
		width: 100%;
		padding: 10px 13px 8px;
		font-size: 12px;
		line-height: 16px;
	}
	.btn-primary,
	.btn-reset {
		/*        padding: 6px 20px 6px;
font-size: 12px;
line-height: 16px;*/
	}
	.section-filter {
		width: 35%;
		padding: 20px;
	}
	.section-filter h2 {
		font-size: initial;
	}
	.home-slider5 .info {
		padding-left: 35%;
	}
	.section-filter .dropdown .btn-full {
		padding: 5px 10px;
	}
	#single-page-specification {
		display: block !important;
	}
	#single-page-feature {
		border: none !important;
	}
	/*    .product-images .main-img-slider figure a img{
width: -webkit-fill-available;
width: -moz-available;
}*/
	.footer-img img {
		width: 30%;
		margin-bottom: 20px;
	}
	.footer .footer-heading {
		margin-bottom: 5px;
		margin-top: 20px;
	}
	.footer p {
		margin-top: 0px;
	}
	.footer-bottom .social {
		float: none;
		margin-top: 4px;
		width: 100%;
		text-align: center;
	}
	.footer-bottom .payment-accept {
		float: none;
		text-align: center;
		width: 100%;
	}
	.footer-bottom .copyright {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.header-menu .navbar-header {
		right: 15px;
		z-index: 9999;
	}
	.header-menu .navbar-default {
		margin-bottom: 0px;
	}
	.header-menu .navbar-nav {
		margin: 7.5px 5px;
		height: auto;
		overflow: visible;
	}
	.header-container {
		display: block;
		justify-content: space-between;
		overflow: visible;
	}
	.header-logo {
		flex: none;
		position: relative;
	}
	.header-top {
		text-align: center;
	}
	.header-top .assetBlock {
		text-align: center;
		padding: 12px 0px 12px;
		font-size: 15px;
		text-align: center;
	}
	.header-top .call-us {
		color: #fff;
		text-align: center;
		font-size: 15px;
		font-weight: 400;
		padding: 10px 0px 10px;
		letter-spacing: 0.3px;
		border-top: 1px solid #464646;
	}
	.header-top:before {
		position: relative;
	}
	.logo {
		float: none;
		/*height: 100px;*/
		padding: 0;
	}
	.logo:before {
		transform: none;
		position: relative;
		background-color: inherit;
		content: '';
		width: auto;
		z-index: 0;
		top: 0;
		right: 0;
		height: auto;
	}
	.logo img {
		/*        transform: translate(-50%, -50%);
position: absolute;
z-index: 9999;
max-width: 150px;
left: 50%;
top: 50%;*/
	}
	.header-nav {
		flex: none;
	}
	.header-menu:before {
		position: relative;
	}
	.header-menu {
		margin-top: 0px;
		height: auto;
		overflow: visible;
	}
	.section-goods-vip {
		flex: none;
		display: block;
		text-align: center;
	}
	.b-goods-vip__main {
		position: absolute;
		z-index: 1;
		width: 100%;
		padding: 20px 5px;
		bottom: 0;
	}
	.section-filter {
		position: relative;
		width: 100%;
		padding: 20px;
		transform: none;
		left: auto;
		top: auto;
	}
	.home-slider5 .info {
		padding-left: 0%;
	}
	.finance-section {
		display: block;
	}
	.finance-info .bg-img {
		position: absolute;
		height: 100%;
	}
	.finance-info {
		width: 100%;
	}
	.finance-section .finance-info .info-layer h1 {
		font-size: 36px;
		text-transform: uppercase;
	}
	.finance-section .finance-info .info-layer .txt-desc {
		color: #ffffff;
		font-size: 14px;
	}
	.finance-cases {
		/*width: 100%;*/
	}
	.finance-links {
		text-align: center;
		padding: 70px 0px;
	}
}

@media only screen and (max-width: 414px) {
	.navbar-brand {
		margin-top: 9px;
		margin-left: 15px;
	}
	.nav-tabs>li>a {
		font-size: 14px;
		padding: 15px;
	}
	.finance-links img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 375px) {
	.navbar-brand {
		margin-top: 9px;
		margin-left: 15px;
	}
	.nav-tabs>li>a {
		padding: 15px 9px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 360px) {
	.navbar {
		min-height: 70px;
		/*box-shadow: 1px 0px 15px #aaa;*/
	}
	.navbar-brand {
		margin: 18px 0 0 15px;
	}
	.navbar-toggle {
		background-color: #e7e8e8;
		margin-top: 18px;
		border-radius: 0px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #0098b9;
	}
}

@media only screen and (max-width: 320px) {}


/*all product page:start*/

.product-list-view-search .row {
	padding: 0;
	margin: 0;
}

.vehicle-list-keyword-search {
	width: 100%;
	margin: 0;
	padding: 12px 45px 12px 20px;
	color: #2a2a2a;
	height: 45px;
}

.product-list-search-bar-left form {
	width: 100%;
	position: relative;
}

.drawer-container .search-bar {
	margin: 0 auto;
	width: 100%;
}

.search-section-right .slider-handle {
	top: -5px !important;
	width: 15px;
	height: 15px;
}

.search-section-right .slider-primary .slider.slider-horizontal .slider-track {
	height: 5px;
}

.search-submit {
	margin-left: -5px;
	-webkit-transition: all, .3s;
	-moz-transition: all, .3s;
	-o-transition: all, .3s;
	transition: all, .3s;
	height: 45px;
	width: 45px;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	padding: 0;
	border: 1px solid #9a9a9a;
}

.search-submit i {
	margin: 0 auto;
}

.product-list-search-bar-left,
.product-list-search-bar-right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.product-list-search-bar-right {
	text-align: right;
	float: right;
}

.product-list-search-bar-right .or-search {
	margin-right: 11px;
}

.product-result-order-list {
	padding: 0;
}

.product-result-order-list select {
	border: 1px solid #babfc2;
	padding: 0.25em .5rem;
	/*width: 30%;*/
	position: relative;
}

.product-result-order-list select:foucs,
.product-result-order-list select:active {
	border: none;
}

.product-result-order-list select:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 45px;
	background: #969696;
}

.all-product-view-nav {
	border-bottom: none;
}

.all-product-view-listing-header hr {
	width: 100%;
	margin-top: 50px;
}

.all-product-view-listing-header {
	display: table;
	width: 100%;
	max-width: 100%;
	padding: 1em 0;
	text-shadow: 1px 1px rgba(255, 255, 255, .3);
}

.all-product-view-nav li a {
	border: 1px solid #e0e1e2!important;
	padding: .625rem .75rem .5rem;
	float: left;
	background: #f1f2f3;
	color: #2e3236;
	-webkit-transition: all, .3s;
	-moz-transition: all, .3s;
	-o-transition: all, .3s;
	transition: all, .3s;
}

.all-product-view-listing-header .nav-tabs li a,
.all-product-view-listing-header .nav-tabs li a:hover,
.all-product-view-listing-header .nav-tabs li a:active,
.all-product-view-listing-header .nav-tabs li a:focus {
	color: inherit;
	margin-right: 0;
}

.all-product-view-nav li {
	float: right;
}

.all-product-view-container {
	padding: 0 0 1.25rem;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 1.5rem;
}

.product-list-search-bar-right a:hover,
.product-list-search-bar-right a:focus {
	text-decoration: none;
}

.product-list-search-bar-right .search-lifestyle,
.product-list-search-bar-right .search-afford {
	display: inline;
	line-height: 47px;
	border: 1px solid #CCC;
	padding: .5rem 1rem;
	line-height: 47px;
	margin-left: .875rem;
	text-align: right;
	font-size: 18px;
	letter-spacing: .2px;
	-webkit-transition: all, .3s;
	-moz-transition: all, .3s;
	-o-transition: all, .3s;
	transition: all, .3s;
	color: #000;
	background: transparent;
}

.product-list-search-bar-right .search-lifestyle i,
.product-list-search-bar-right .search-afford i {
	margin-right: 5px;
}

.all-product-view .info-inner .item-title {
	background: #cecbcb;
	border-width: 5px 0 0 0;
	border-style: solid;
}

.all-product-view .info-inner .item-price {
	background: #eee;
	padding: 5px 15px;
}

.all-product-view .info-inner {
	text-align: center;
}

.all-product-view .info-inner .item-title a {
	width: 90%;
	word-wrap: break-word;
	padding-right: 5px;
	font-size: 2em;
	position: relative;
}

.item-fav-icon {
	float: right;
	padding-top: .625rem;
	font-size: 1.5em;
	transition: all, .5s;
	-webkit-transition: all, .5s;
	-moz-transition: all, .5s;
	-o-transition: all, .5s;
}

.vehicle-badges {
	position: absolute;
	top: 0;
	/* left: 0; */
	width: 60px;
	z-index: 1;
}

.vehicle-badges img {
	width: 100%;
	height: auto;
}

.all-product-view .item .item-img-info {
	position: relative;
}

.all-product-view .item-title a {
	font-size: 1.2em;
	color: #000;
}

.all-product-view .item-title a:hover,
.all-product-view .item-title a:focus {
	text-decoration: none;
}

.vehicle-save {
	font-size: 0.7em!important;
	border-radius: 20px;
	padding: 0.5rem;
	font-weight: bold;
	margin-left: 5px;
	display: unset;
}

.product-finance,
.product-features {
	width: 100%;
	max-width: 100%;
	position: relative;
	margin: 10px auto;
	padding: 0 0 1em 0;
}

.product-features:after,
.product-finance:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	height: 1px;
	background: #969696;
}

.item-category {
	opacity: 0.8;
	color: #0098b9;
}

.all-product-view-container .all-product-view .item {
	padding: 0 1em 1em 1em;
}

.all-product-view-container .all-product-view .item .price {
	color: #0098b9;
	font-size: 18px;
	word-wrap: break-word;
}

.select-wrapper {
	display: inline-block;
	border: 1px solid #d8d8d8;
	background: url("../../img/dropdown.png") no-repeat right center;
	cursor: pointer;
}

.select-wrapper,
.select-wrapper select {
	width: 200px;
	height: 26px;
	line-height: 26px;
}

.select-wrapper .holder {
	display: block;
	margin: 0 35px 0 5px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: -1;
}

.select-wrapper select {
	margin: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	/* CSS hacks for older browsers */
	_noFocusLine: expression(this.hideFocus=true);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.search-more span {
	font-family: Calibri, sans-serif;
}

.all-product-view .single-product-features-wrapper {
	margin: 0 auto;
	text-align: left;
}

.all-product-view .single-product-features-wrapper ul {
	width: 90%;
	margin: 0 auto;
	padding: 1em 0;
}

.all-product-view .single-product-features-wrapper ul li {
	border-bottom: 1px solid #9696968c;
}

.all-product-view .item-content .product-features-title {
	color: #969696;
}

.all-product-view .item-content .product-features-title,
.all-product-view .item-content .product-features-details {
	background: no-repeat;
	box-shadow: none;
	padding: 0;
}

.search-btn {
	display: none;
}


/*drawer css::start*/

.drawer {
	/*    height: 100%;
width:100%;
position:relative;
z-index: 9999;
top: 0;
left: 0;
background-color: #fff;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
box-shadow: 0px 0px 12px #0000006e;
padding:15px;*/
}

.product-list-view-search {
	padding: 18px 15px;
	margin-top: 5px;
	box-shadow: inset 0px 0px 5px;
	margin: 0px auto;
}

.drawer a {
	text-decoration: none;
	color: #818181;
	transition: 0.3s;
}

.drawer-container .form-group {
	margin: 0 auto;
}

.drawer a:hover {
	color: #f1f1f1;
}

.drawer .closebtn {
	position: sticky;
	top: 0;
	right: 25px;
	font-size: 36px;
	background: #fff;
	width: 45px;
	display: block;
	height: 45px;
	z-index: 1;
}

.drawer-container form {
	position: relative;
}


/*.more-options {
text-align: center;
font-size: 14px;
line-height: 47px;
position: relative;
width: 50%;
margin: 0 auto;
}
.more-options hr {
cursor: pointer;
position: absolute;
width: 100%;
bottom: 0;
z-index: -1;
}*/

.search-section-left h4 {
	margin-bottom: 1.5em;
}

.more-options p {
	width: max-content;
	margin: 0.5em auto;
	max-width: 100%;
	background: #fff;
	font-size: 1em;
	padding: 0 15px;
}

.first-content .form-group label {
	margin-bottom: 1em;
}

.bread-crumb-wrapper p {
	text-align: right;
}

.bread-crumb-wrapper a,
.bread-crumb-wrapper a:hover,
.bread-crumb-wrapper a:focus,
.bread-crumb-wrapper a:active {
	color: #000;
	margin: 0 8px;
}

.slider-strips {
	width: 97%;
	margin: 0 auto;
}

.slider-strips input {
	width: 100%;
}

.first-content {}

.all-product-search-section {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
}

.search-section-left {
	width: 70%;
	padding-right: 10px;
}

.search-section-right {
	width: 30%;
	padding-left: 10px;
}

.search-section-right .search-box-inputs .form-group {
	width: 90%;
	margin: 0 auto;
}

.custom-select select {
	width: 100%;
	margin: 0;
	padding: 12px 45px 12px 20px;
	color: #2a2a2a;
	height: 45px;
}

.search-box-inputs {
	/*margin: 1em 0;*/
}

.search-box-inputs .form-group input,
.search-box-inputs .form-group select {
	width: 97%;
	margin: 0 auto;
	padding: 6px 12px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.filter-submit-btn .form-group {
	text-align: right;
}

.regular-price {}


/*search bar::finish*/


/*grid view::start*/

.grid-view .item {
	width: 25%;
	float: left;
}

.grid-view .item .item-inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.grid-view .item .product-image img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.grid-view {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	width: 100%;
}


/*grid view:finish*/


/*tab view:: start*/

.tab-view .item {
	width: 50%;
	display: flex;
	float: left;
	flex-wrap: wrap;
}

.tab-view .item .item-inner {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.tab-view .item .item-inner .item-img,
.tab-view .item .item-inner .item-info {
	width: 50%;
	padding: 10px;
}

.tab-view .item .product-image img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.tab-view {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	width: 100%;
}

.all-product-view .item-inner {
	box-shadow: 1px 1px 5px #aaaaaa94;
	padding: 0!important;
}

.all-product-view .item-inner .item-info {
	padding: 0;
}

.all-product-view .tab-view .item-inner .item-info {
	border-right: 5px solid;
}

.all-product-view .tab-view .info-inner .item-title {
	border-top: none;
}

.top-cate .slider-items-products .item {
	border-right: none;
}

.item-img {
	width: 100%;
	height: auto;
	position: relative;
}

.item-img:hover .item-hover-content {
	display: flex;
	align-items: center;
}

.item-hover-content {
	display: none;
	background: #0000006b;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	top: 0;
	left: 0;
}

.item-hover-quick-links {
	display: flex;
	align-items: center;
	text-align: center;
	width: max-content;
	margin: 0 auto;
	height: 100%;
}

.item-price {
	padding: 0 15px;
}

.item-title {
	padding: 0 15px;
}

.item-content .product-features-title {
	padding: 0.1em;
}

.item-content .product-features-details {
	padding: 0.2em;
}

.slider-items-products .item .product-image:hover .item-hover-content {
	display: flex;
	align-items: center;
}

.tab-view .item .item-img .item-img-info {
	height: 100%;
}

.all-product-view .tab-view .item .product-image {
	align-items: center;
	display: flex;
	height: 100%;
}

.item-hover-quick-links i {
	font-size: 25px;
	margin: 2px;
	position: relative;
	padding: 0.29em;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-mos-transform: rotate(45deg);
	height: 40px;
	width: 40px;
}

.item-hover-quick-links i::before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-mos-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 20%;
	left: 20%;
	text-align: center;
	right: auto;
}

.all-product-view-container .all-product-view .item .price {
	color: #000000;
	font-size: 1.5em;
	text-shadow: 1px 2px 2px #555555c9;
}

.tab-view .item .item-inner .item-img {
	padding: 0 10px 0 0;
}


/*tab-view:finish*/


/*9/6/2019::start*/

.all-product-search-section {
	align-items: flex-start;
}


/*9/6/2019::finish*/


/*all product page:finish*/


/*single procuct page::start*/

.fit-to-screen {
	padding: 0!important;
}

.single-product-name-price-wrapper .vehicle-save {
	padding: 5px;
	width: max-content;
	max-width: 100%
}

.sr-text {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}


/*.slick-slider.main-img-slider {
width: 99%;
}*/

.product-images .thumb-nav {}

.slick-slider .slick-prev,
.slick-slider .slick-next {
	z-index: 100;
	font-size: 2.5em;
	width: 40px;
	margin-top: 0px;
	color: #B7B7B7;
	position: absolute;
	text-align: center;
	color: #000;
	opacity: .3;
	transition: opacity .25s;
	cursor: pointer;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
	opacity: .65;
	color: #000;
}

.slick-slider .slick-prev {
	left: 0;
}

.slick-slider .slick-next {
	right: 0;
}

.wrapper strong {
	font-weight: 300;
	letter-spacing: 2px;
	font-size: 1.2em;
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 0;
	color: #666;
}

.pswp {
	z-index: 100000 !important;
}

.pswp__button.pswp__button--close {
	color: #fff !important;
}

.product-images {
	width: 100%;
	margin: 1em auto 0 auto;
	padding: 0;
	display: inline-block;
}

.product-images li,
.product-images figure,
.product-images a,
.product-images img {
	display: block;
	outline: none;
	border: none;
}


/*.product-images .main-img-slider figure {
margin: 0 auto;
position: relative;
background-color: #969696;
text-align: center;
}*/


/*.product-images .main-img-slider figure a {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.product-images .main-img-slider figure a img {
margin: 0 auto;
}*/

.thumb-nav .slick-track .slick-slide {
	border: none!important;
}

.product-images .thumb-nav .slick-arrow {
	display: inline-block!important;
	background: #00000075;
	padding: 5px;
	border: 1px solid transparent;
}

.product-images .thumb-nav .slick-prev {
	margin-left: 0px !important;
	color: #fff;
	opacity: 1;
}

.product-images .thumb-nav .slick-next {
	margin-right: 0px !important;
	color: #fff;
	opacity: 1;
}

.product-images .thumb-nav.slick-slider .slick-prev,
.product-images .thumb-nav.slick-slider .slick-next {
	font-size: 1.2em;
}

.product-images .thumb-nav.slick-slider .slick-prev {
	margin-left: -30px;
}

.product-images .thumb-nav.slick-slider .slick-next {
	margin-right: -30px;
}

.product-images .thumb-nav li {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

.product-images .thumb-nav li img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.product-images .thumb-nav li:hover,
.product-images .thumb-nav li:focus {
	border-color: #999;
}

.product-images .thumb-nav li.slick-current img {
	border-color: #FB8D00;
}


/*.pswp__bg {
background: #fff;
}
.pswp__top-bar {
background-color: transparent !important;
}
.pswp__button,
.pswp__button:before,
.pswp__button--close:before,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: none !important;
background-size: 100%;
width: 44px;
height: 44px;
font-family: 'icomoon';
}
/*.pswp__button {
color: #000 !important;
opacity: 0.4 !important;
transition: opacity .25s;
}
.pswp__button:hover {
opacity: 0.65 !important;
}
.pswp__button:before {
opacity: 1 !important;
}
.pswp__button.pswp__button--arrow--left:before,
.pswp__button.pswp__button--arrow--right:before {
font-size: 44px;
}
.pswp__button.pswp__button--arrow--left:before {
content: "\e904";
}
.pswp__button.pswp__button--arrow--right:before {
content: "\e902";
}
.pswp__button.pswp__button--close {
top: 10px;
right: 20px;
}
.pswp__button.pswp__button--close:before {
content: "\e92a";
font-size: 44px;
}
.pswp__button.pswp__button--close:hover {
color: red;
}*/

.single-prodcut {
	background: #fff;
	padding-bottom: 20px;
	margin-top: 0;
}

.single-product-header {
	border-bottom: 1px solid #aaa;
	display: flex;
	flex-wrap: wrap;
}

.back-link i {
	font-size: 9px;
	font-weight: 100;
}

.back-link:hover,
.back-link:active,
.back-link:focus {
	text-decoration: none;
}

.single-product-name-price-wrapper h2 {
	font-weight: bold;
	margin-top: 0;
	position: relative;
	margin: 0;
	color: #000;
}

.single-product-name-price-wrapper h2:after {
	content: "";
	height: 4px;
	width: 100%;
	border-radius: 15px;
	/*background: #00a3cc;*/
	position: absolute;
	bottom: -0.5em;
	left: 0;
}

.calculate-finance .calculator-icon {
	color: #000;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 2.5em;
}

.calculator-title {
	font-size: 1.3em;
	color: #000;
	line-height: 1;
	text-align: center;
	margin-top: 0.5em;
	word-break: break-word;
	width: 100%;
	display: inline-block;
}

.calculate-finance,
.single-product-estmated-price-wrapper {
	text-align: left;
}

.single-product-price-wrapper {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	flex: 1;
}

.single-product-estmated-price-wrapper {
	display: inline-block;
	padding: 3px 10px;
	background: #eee;
}

.calculate-finance {
	width: max-content;
	position: relative;
	margin-top: 0;
	padding: 15px;
	border-radius: 0;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0;
}

.calculate-finance a {
	text-decoration: none;
}

.calculate-finance:hover,
.single-product-estmated-price-wrapper:hover {
	box-shadow: 0px 2px 5px #969696;
	position: relative;
	z-index: 1;
}

.single-product-price-discounted {
	font-size: 3.125em;
	font-weight: 400;
	color: #000;
}

.single-product-price-original {
	color: #000;
	text-decoration: line-through;
	margin-right: 7px;
}

.single-product-sale-offer {
	text-transform: capitalize;
	font-size: 1em;
	color: #000;
}

.single-product-estmated-price-wrapper p {
	margin-bottom: 0px;
}

.single-prodcut-view-links-wrapper {
	display: flex;
	width: 99%;
	flex-wrap: wrap;
	font-size: 1.2em;
	padding: 22px 0;
}

.single-prodcut-view-links-wrapper button {
	background: transparent;
	border: none;
	display: flex;
	align-items: center;
}

.single-prodcut-details {
	margin-bottom: 1.75em;
	margin-left: 15px;
}

.stock-num {
	/*padding: 0 1rem;*/
}

.share-product-details,
.print-product-details,
.share-product-details,
.add-to-fav-product-details {
	padding-right: 1rem;
}

.share-product-details .fa {
	margin-right: 5px;
}

.share-product-details span:first-child {
	width: 20%;
}

.share-product-details .dropdown {
	width: 100%;
}

.single-prodcut-view-links-wrapper .dropdown .dropdown-toggle {
	width: 100%;
}

.single-prodcut-details-wrapper {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.single-prodcut-details-wrapper li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 5px auto;
	padding: 10px 15px;
	background: #eee;
}

.single-prodcut-details-wrapper li:nth-child(2n+1) {
	background: transparent;
}

.single-prodcut-details-wrapper li:last-child {
	border-bottom: none;
}

.single-prodcut-feature-list-wrapper {
	width: 100%;
	margin: 0 auto;
}

.single-prodcut-feature-list-wrapper li {
	margin: 0 auto 5px auto;
	padding: 10px 15px;
}

.single-prodcut-feature-list-wrapper li .details-properties {
	color: #000;
}

.details-properties {
	width: 20%;
	font-size: 1em;
	color: #626262;
	font-weight: 400;
	padding-right: 1rem;
	padding-left: 0;
	word-wrap: break-word;
	word-break: break-word;
}

.details-value {
	width: auto;
	font-size: 1.1em;
	word-wrap: break-word;
	word-break: break-word;
}

.single-page-feature-wrapper h3 {
	text-align: left;
}

.fuel-popover-note {
	display: none;
}

.single-product-finance-wrapper {
	margin: 1em auto 10px auto;
	border: 1px solid #969696;
}

.single-product-features-wrapper {
	margin: 1em auto 10px auto;
	/*border: 1px solid #969696;*/
}

.single-product-features-wrapper ul li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 0.7em;
	/*    padding: 0.5em;
box-shadow: 0px 0px 5px;
background: #eee;*/
}

.product-features-title {
	width: 20%;
	font-size: 1.7em;
	padding: 0.4em;
	text-align: center;
	color: #000;
	box-shadow: 0px 0px 3px #969696b5;
	background: #eee;
	position: relative;
}

.product-features-details {
	width: 80%;
	max-width: 80%;
	word-break: break-word;
	font-size: 1.3em;
	padding: 0.5em;
	box-shadow: 0px 0px 2px #969696b5;
	background: #eee;
}

.single-prodcut-details-wrapper li p {
	width: 100%;
	margin: 2px auto;
}

.single-product-contact-wrapper li {
	margin-bottom: 15px;
	text-align: center;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	width: 100%;
	margin: 4px auto;
}

.single-product-contact-wrapper li button {
	width: 100%;
	background: transparent;
	border-radius: 0;
	/*text-align: center;*/
	font-size: 1.1em;
	padding: 10px;
	border: none;
	box-shadow: inset 0px 0px 3px #969696;
	color: #4c4c4c;
}

.single-product-contact-wrapper li button:focus {
	outline: none;
}

.single-product-contact-wrapper {
	position: relative;
}

.single-product-contact-wrapper:before {
	position: absolute;
	content: "";
	top: ;
}

.ask-book-product {
	display: flex;
	flex-wrap: wrap;
}

.single-product-contact-wrapper .ask-book-product button {
	width: 48%;
	padding: 4em 0;
}

.single-product-contact-wrapper ul {
	display: block;
}

.single-product-contact-wrapper .ask-book-product button:first-child {
	margin: 0;
}

.single-product-contact-wrapper .ask-book-product button:last-child {
	margin: 0 0 0 auto;
}

.ask-book-product button span {
	width: 100%;
	display: block;
}

.ask-book-product .contact-icon {
	width: 80%;
	margin: 0 auto;
	font-size: 4em;
	font-weight: 100;
	padding: 0;
	text-align: center;
	border: none;
}

.ask-book-product .contact-title {
	text-align: center;
}

.contact-title {
	/*display: inline-block;
width: 100%;
margin: 0 auto;
text-align: center;*/
}

.contact-icon {
	/*display: inline-block;
width: 100%;
font-size: 2em;*/
}

.dealership-view-location iframe {
	width: 100%;
}

.single-product-dealership-details {
	display: inline-block;
	width: 100%;
	max-width: 100%;
}

.single-product-dealership-details a,
.single-product-dealership-details a:hover,
.single-product-dealership-details a:focus,
.single-product-dealership-details a:active {
	text-decoration: none;
	color: #000;
}

.dealership-address,
.dealership-phone,
.dealership-email {
	padding: 1em 0;
	text-align: center;
	border-bottom: 1px solid #aaa;
}

.dealership-details {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.dealership-slide {
	text-align: center;
	padding: 1em;
}

.dealership-picture {
	width: 40%;
	margin: 0 auto;
}

.dealership-picture img {
	width: 60%;
	height: auto;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #aaa;
}

.caret {
	margin-left: 5px;
}

.single-prodcut-view-links-wrapper .dropdown .dropdown-toggle {
	width: 100%;
	white-space: nowrap;
}

.single-prodcut-view-links-wrapper button span:first-child {
	margin-right: 10px;
}

.single-prodcut-view-links-wrapper button span:last-child {
	margin-left: 5px;
}

.dealership-details-slide-arrow {
	width: max-content;
	position: absolute;
	top: 50%;
}

.dealership-details-slide-arrow i {
	font-size: 2em;
	font-weight: 100;
	color: #e5e5e5;
}

.dealership-details-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 100%;
}

.slide-to-left {
	float: left;
	left: 15%;
}

.slide-to-right {
	float: right;
	right: 15%;
}

.product-describe h3 {
	margin-top: 0;
}

.product-describe p {
	font-size: 1.1em;
	padding: 10px 15px;
}

@media only screen and (max-width: 768px) and (max-width: 991px) {
	.single-prodcut-details-wrapper {
		width: 95%;
	}
	.contact-icon {
		width: 20%;
	}
	.contact-title {
		font-size: 1em;
		padding-left: 0;
	}
	.single-product-contact-wrapper .ask-book-product button {
		padding: 2em 0;
	}
	.ask-book-product .contact-icon {
		font-size: 3em;
	}
}


/*single procuct page::finish*/


/*listing page new design ::start*/

.all-product-view .item-inner {
	box-shadow: 1px 1px 5px #aaaaaa94;
	padding: 0!important;
	border: 1px solid #dd191d;
}

.all-product-view .item-inner:hover {
	box-shadow: 0px 0px 8px #0098b994;
}

.top-cate .slider-items-products .item {
	border-right: none;
}

.pro-info {
	color: #000;
}

.item-img {
	width: 100%;
	height: auto;
	position: relative;
}

.item-img:hover .item-hover-content {
	display: flex;
	align-items: center;
}

.item-hover-content {
	display: none;
	background: #0000006b;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	top: 0;
	left: 0;
}

.item-hover-quick-links {
	display: flex;
	align-items: center;
	text-align: center;
	width: max-content;
	margin: 0 auto;
	height: 100%;
}

.slider-items-products .item .product-image:hover .item-hover-content {
	display: block;
}

.tab-view .item .item-img .item-img-info {
	height: 100%;
}

.all-product-view .tab-view .item .product-image {
	align-items: center;
	display: flex;
	height: 100%;
}

.item-hover-quick-links i {
	font-size: 25px;
	margin: 10px;
	position: relative;
	padding: 0.29em;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-mos-transform: rotate(45deg);
	height: 40px;
	width: 40px;
}

.item-hover-quick-links i::before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-mos-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 20%;
	left: 20%;
	text-align: center;
	right: auto;
}

.all-product-view-container .all-product-view .item .price {
	color: #000000;
	font-size: 1.5em;
	text-shadow: 1px 2px 2px #555555c9;
}


/*listing page new design ::finish*/


/*single page new design::start*/

.product-details-nav>li>a:hover {
	background: transparent;
	border: none;
}

.product-details-nav.nav-tabs>li.active>a,
.product-details-nav.nav-tabs>li.active>a:hover,
.product-details-nav.nav-tabs>li.active>a:focus {
	color: #000;
}

.single-product-share-deatils li span {
	margin: 0 auto;
}

.single-product-share-deatils li a {
	padding: 5px;
	height: 30px;
	width: 30px;
	/*border-radius: 50%;*/
	display: flex;
	align-items: center;
	text-align: center;
	margin: 5px;
}

.single-product-share-deatils li a:hover {}

.single-product-share-deatils ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.single-product-share-deatils {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	float: right;
}

.single-product-fav {
	font-size: 1.5em;
	margin-left: 1em;
	margin-right: 1em;
}

.single-product-description {
	padding: 1em;
	background: #eee;
	box-shadow: 0px 0px 5px #aaa;
	border-radius: 5px;
	margin: 1em auto;
}

.back-to-page {
	margin: 0 auto;
}

.single-page-view-vechile {
	/*margin-left: 15px;*/
}

.single-prodcut-view-container {
	margin-top: 1.5em;
}

.product-details-nav-tab-content h3 {
	margin: 1em auto;
}

.single-product-dealership-details {
	display: flex;
	flex-wrap: wrap;
}

.dealership-view-location {
	width: 100%;
	margin-bottom: 10px;
}

.dealer-details {
	width: 100%;
	padding: 10px;
	box-shadow: 0px 0px 5px #bdbdbd;
	border-radius: 10px;
}

.single-page-sub-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 5px 15px 5px 15px;
	/*border-bottom: 1px solid #969696;*/
}

.sub-header-left,
.sub-header-right {
	width: 50%;
}

.single-product-name-price-wrapper {
	padding: 0;
	display: inline-block;
	width: 100%;
	background: #fbfbfbb5;
	position: relative;
	box-shadow: 0px 0px 5px #aaaaaa57;
}

.single-product-gallery-details-wrapper {
	display: inline-block;
	width: 100%;
}

.single-product-name-price-wrapper::before {
	/*position: absolute;
height: 100%;
width: 100%;
top:10px;
content: "";
background: red;
left: 0;
z-index: 0;*/
}

.single-product-name-wrapper {
	padding: 30px;
}

h3.background-primary {
	padding: 0.5em 15px;
	margin: 0 auto;
	display: flex;
	flex: 1;
}

.pro-section {
	display: block;
	border: 1px solid #969696;
}

#single-page-specification {
	display: table-cell;
}

#single-page-feature {
	border-left: 1px solid #969696;
	display: table-cell;
	width: 30%;
	background-color: #ecf0f1;
	color: #000;
}

#single-page-feature h3.background-primary {
	background-color: #ecf0f1;
	color: #000;
}

.single-product-manual {
	background: #eee;
	margin-bottom: 2em;
	margin-top: 2em;
}

.product-details-nav-tab-content {
	width: 99%;
}


/*single page design ::finish*/


/*========== FINANCE CALCULATION CSS START ==========*/

.finance-calc-div {
	padding: 10px;
}

.finance {
	padding: 20px 0px;
}

.section-title {
	font-weight: 600;
	color: #000;
}

.selected-vehicle {
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
	padding: 10px;
	margin-bottom: 15px;
}

.vehicle-details {
	position: relative;
	background-color: #ffffff;
	padding: 10px;
}

.vehicle-details .vehicle-img {
	display: inline-block;
	/*width: 180px;*/
	height: 130px;
	background: #eee;
}

.vehicle-details .vehicle-img img {
	height: 100%;
}

.vehicle-details .vehicle-info {
	padding-left: 200px;
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
}

.vehicle-details .vehicle-info .vehicle-name {
	font-size: 18px;
}

.vehicle-details .vehicle-info .vehicle-kms {
	font-size: 16px;
}

.vehicle-details .vehicle-info .vehicle-price {
	font-size: 16px;
}

.divider-line {
	width: 100%;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 5px;
}

.bg-white {
	background-color: #ffffff !important;
}

.color-light-grey {
	color: #777777;
}

.action-buttons .btn-full {
	margin-bottom: 5px;
	width: 100%;
}

.summary {
	background-color: #f5f5f5;
	padding: 15px;
}

.summary .section-title {
	margin-top: 0px;
}

.summary .text-desc {
	padding: 15px 0px;
}

.price-details .lbl-title {
	width: 100%;
	font-weight: normal;
}

.price-details .lbl-value {
	width: 100%;
	text-align: right;
	font-weight: normal;
}

.content-box {
	box-shadow: 0px 0px 10px #ddd;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 10px;
	background-color: #ffffff;
}

.mothly-term h5 {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
}

.mothly-term ul.terms li {
	display: inline-block;
	background: #eee;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	position: relative;
}

.mothly-term ul.terms li a {
	color: #000000;
}

.mothly-term ul.terms li.active {
	background-color: #fbe122;
}

.mothly-term ul.terms li span {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.radio-toolbar input[type="radio"] {
	display: none;
}

.radio-toolbar label {
	display: inline-block;
	background: #eee;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	font-weight: normal;
}

.finance-info {
	color: #969696;
	font-size: 12px;
	text-align: justify;
	word-break: break-word;
}

.price-input-field {
	position: relative;
}

.price-input-field i {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 20px;
	border-right: 1px solid #aaaaaa;
	padding: 10px 15px;
	font-size: 18px;
	height: 100%;
}

.price-input-field .input-box {
	text-align: right;
	padding-left: 50px;
}

.price-input-field .input-box:focus {
	outline: none;
}

.input-box:focus {
	outline: none;
}


/*========== FINANCE CALCULATION CSS END ==========*/


/*========== FINANCE INFORMATION CSS START ==========*/

.finance-information ul {
	list-style: circle;
	max-width: 90%;
	margin: 0 auto;
}

.finance-information ul li {
	padding: 5px 10px;
	margin-bottom: 5px;
	/*display: table;*/
	position: relative;
	padding-left: 1rem;
	width: 100%;
	margin-bottom: 0;
	font-size: 0.9em;
}

.finance-information ul li::before {
	/*	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000;
	left: 0;
	top: 50%;
	transform:translateY(-50%);*/
}

.finance-information ul li p {
	margin: 0;
}

.finance-informations {
	position: relative;
	/*border: 10px solid #dddddd;*/
	padding: 20px;
	min-height: 200px;
	margin-left: 80px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 20px #ddd;
}

.finance-informations .finance-company {
	width: 170px;
	height: 130px;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 0%;
	border: 10px solid #dddddd;
	background: #eee;
}

.finance-informations .finance-company img {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	padding: 10px;
}

.finance-informations .finance-info {
	padding-left: 90px;
}

.finance-informations .finance-info h3 {
	margin-top: 0px;
}

.finance-informations .finance-info .finance-dtls {
	margin-bottom: 10px;
}

.finance-informations .finance-info .finance-dtls p {
	margin-bottom: 0px;
}

.finance-informations .finance-info .finance-dtls span {
	display: block;
	font-style: italic;
}


/*========== FINANCE INFORMATION CSS END ==========*/


/*============ APPLY FINANCE CSS :: START ============*/

.page-heading .primary-page-heading {
	margin: 0;
}


/*============ APPLY FINANCE CSS :: END ============*/


/*============ OUT OF STATION CSS :: START ============*/

.page-description {
	font-size: 1.3em;
	margin: 0 auto;
	padding: 1.5em 0;
	height: auto;
	display: inline-block;
	width: 100%;
}

.page-listing {
	padding: 0 15px;
}

.page-listing li,
.outside-town-container li {
	padding: 5px 10px 5px 2em;
	position: relative;
	display: flex;
	align-items: center;
}

.page-listing li::before,
.outside-town-container li::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background: #eee;
	border-radius: 50%;
	left: 0;
	margin-top: 0;
	box-shadow: inset 0px 0px 5px;
}

.out-of-town-steps-listing {
	margin-bottom: 2em;
}

.out-of-town-steps-listing li {
	border-left: 5px solid #cccccc;
	padding: 5px 10px;
	margin-bottom: 5px;
	background-color: #eeeeee;
	width: max-content;
	word-break: break-word;
	max-width: 100%;
}

.out-of-town-step p {
	margin: 1em auto;
}

.out-of-town-step b {
	line-height: 2;
}


/*============ OUT OF STATION CSS :: END ============*/


/*============ TESTIMONIAL CSS :: START ============*/

.testimonials-container .testimonials-card-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2em;
}

.testimonials-card {
	width: 22%;
	position: relative;
	margin: 0 1.5% 2em 1.5%;
	display: flex;
	flex-wrap: wrap;
}

.testimonials-card::before {
	content: "";
	position: absolute;
	top: -6px;
	width: 75%;
	height: 25%;
	left: -6px;
	z-index: 0;
	border-radius: 15px;
	box-shadow: 0px 0px 3px #aaa;
}

.testimonials-card::after {
	content: "";
	position: absolute;
	bottom: -6px;
	width: 30%;
	height: 30%;
	right: -6px;
	z-index: 0;
	border-radius: 15px;
	box-shadow: 0px 0px 5px #aaa;
}

.testimonials-wrapper {
	z-index: 1;
	background: #fff;
	box-shadow: 0px 0px 5px #aaa;
	position: relative;
	border-radius: 15px;
	height: 100%;
}

.testimonials-image-wrapper {
	width: 120px;
	height: 120px;
}

.client-image {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.client-feedback {
	font-size: 0.9em;
	word-wrap: break-word;
	padding: 10px;
}

.client-name {
	word-wrap: break-word;
	padding: 5px;
	padding: 10px;
}

.testimonials-containt {}


/*============ TESTIMONIAL CSS :: END ============*/


/*============ PRICE MY TRADE CSS :: START ============*/

.price-my-trade-form .your-details-section .col-sm-12,
.price-my-trade-form .trade-In-section .col-sm-12 {
	display: table;
	max-width: 100%;
	width: 100%;
}

.price-my-trade-form label {
	width: 100%;
	word-wrap: break-word;
	word-break: break-word;
	font-size: 14px;
}

.price-my-trade-form input {
	width: 100%;
	word-break: break-word;
	padding-left: 8px;
	padding-right: 8px;
}

.price-my-trade-form textarea {
	width: 100%;
	word-break: break-word;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 0.7em;
	height: 100px;
	resize: vertical;
}

.price-my-trade-form .input-wrapper {
	margin-bottom: 0.5em;
}

.price-my-trade-form input:focus,
.price-my-trade-form textarea:focus {
	border: none;
}

.price-my-trade-form select {
	width: 100%;
}

.price-my-trade-form .page-heading .primary-page-heading {
	font-weight: lighter;
	margin: 0 auto 1.5em auto;
}

.thumbnail {
	height: 100px;
	margin: 10px;
}

.thumbnail::after {
	background: #000;
	content: "x";
}

.upload-icon {
	height: 100px;
	width: 100px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 1em 0;
	padding: 1em;
	border-radius: 20px;
	box-shadow: 0px 0px 3px;
	cursor: pointer;
}

.upload-icon i {
	font-size: 4em;
	margin: 0 auto;
}

.uploaded-image {
	display: flex;
	flex-wrap: wrap;
}

.vehicle-photos-section .label {
	width: max-width;
	max-width: 100%;
}

.form-wrapper-section {
	padding: 30px 15px;
	box-shadow: inset 0px 0px 10px #b9b9b9;
	background-color: #f5f5f5;
}

.price-my-trade-form .form-wrapper-section .page-heading .primary-page-heading {
	background: #fff;
}

.your-details-section,
.trade-In-section,
.vehicle-photos-section,
.trade-in-comment-section,
.applictaion-subbmit-section {
	margin-bottom: 1.5em;
}

.input-wrapper span {
	color: red;
}

.uploade-image-wrapper,
.trade-in-comment,
.applictaion-subbmit-section {
	padding: 0 15px;
}


/*============ PRICE MY TRADE CSS :: END ============*/


/*============ CONTACT PAGE CSS :: START ============*/

#contact-ute-suv-details {
	display: none;
}

.contact-details-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
}

.sales {
	display: flex;
	flex-wrap: wrap;
	background: #fdfdfd;
	box-shadow: inset 0px 0px 10px #969696;
	padding: 1.5%;
	margin: 1.5em 0;
}

.sales-person-contact-info span {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.sales-person {
	width: 30.33333%;
	margin: 1.5%;
}

.sales-person-details {
	display: flex;
	flex-wrap: wrap;
}

.sales-person-img {
	text-align: center;
	width: 40%;
	display: flex;
	align-items: flex-end;
	height: auto;
	margin-bottom: -0.3em;
}

.sales-person-img img {
	width: 100%;
	height: auto;
	border-radius: 0;
	border: none;
	margin: 0 0 0 auto;
	max-width: 100%;
}

.sales-person-contact-info {
	padding: 0.5em;
	margin-top: 0;
	box-shadow: 0px 2px 4px #9696964a, 0px 4px 5px #969696;
	width: 60%;
	word-wrap: break-word;
}

.sales-person-contact-info .name {
	/*font-weight: bold;*/
}

.contact-us-form .col-sm-12 {
	width: 100%;
	display: table;
	max-width: 100%;
}

.contact-us-form .input-wrapper {
	margin-bottom: 1em;
	display: inline-block;
	width: 100%;
}

.contact-us-form label {
	width: 100%;
	font-weight: lighter;
}

.contact-us-form input {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	height: 2.65em;
	border: 1px solid darkgrey;
}

.contact-us-form input:focus,
.contact-us-form textarea:focus {
	border: 1px solid #a9a9a954;
	outline: none;
}

.contact-us-form textarea {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	resize: vertical;
	height: auto;
	min-height: 200px;
}

.map-wrapper {
	margin-bottom: 0.8em;
}

.map-wrapper iframe {
	width: 100%;
}

.day-hours {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0.2em;
	font-size: 0.9em;
	/*justify-content: space-between;*/
}

.day-hours .hours {
	min-width: 80%;
	display: inline-flex;
}

.day-hours .day {
	min-width: 20%;
	display: inline-flex;
}

.contact-details {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	word-break: break-word;
}

.contact-details .icon {
	font-size: 1.5em;
	color: #969696;
	padding-right: 0.2em;
	min-width: 8%;
	text-align: left;
}

.contact-details .details {
	width: 90%;
}

.contact-form-section {
	width: 60%;
	padding: 0 1.5em 0 0;
}

.contact-info-section {
	width: 40%;
	padding: 0 0 0 1.5em;
}

.contact-us-form {
	margin: 1.5em auto;
}

.contact-info-section-wrapper .section-details {
	margin: 1.5em auto;
}

.contact-address,
.contact-phone {
	border-bottom: 1px solid #eee;
}

.business-hours {
	margin: 1em auto;
}

.business-hours .day-hours:nth-child(2n) {
	background: #fff;
}

.business-hours .day-hours:nth-child(2n+1) {
	background: #eee;
}


/*toggling switch::start*/

.switch {
	position: relative;
	display: inline-block;
	width: 50px!important;
	height: 20px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.contact-us-container .slider {
	position: absolute!important;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.contact-us-container .slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch input:checked+.slider {
	background-color: #2196F3;
}

.switch input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.dealershipSwitching {
	width: 100%;
	text-align: right;
}


/*toggling switch::finish*/


/*modified css::start*/

.sales-person-img {
	align-items: center;
	width: 100%;
}


/*.product-images .main-img-slider figure a img
{
margin:0 auto;
height: 99%;
width: auto;
max-width: 100%;
}*/

.product-images .thumb-nav .slick-slide {
	height: auto;
}

.product-images {
	margin: 1em auto 1em auto;
}

.sales-person {
	width: 20%;
	margin: 1.5%;
	display: inline-block;
}

.sales {
	display: block;
	flex-wrap: unset;
	background: #fdfdfd;
	box-shadow: inset 0px 0px 10px #969696;
	padding: 10px;
	margin: 1.5em 0;
}

.sales-person-contact-info {
	width: 100%;
}

.sales-person {
	margin: 2.5% 0.5%;
}

.sales-person-img {
	align-items: center;
	width: 100%;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #dd191d;
}


/*.product-images .main-img-slider figure {
margin: 0 auto;
width: 100%;
max-width: 100%;
/*height: 40vw;*/


}
.product-images .main-img-slider figure a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}
.product-images .main-img-slider figure a img {
	width: auto;
	height: auto;
	max-height: 40vw;
	max-width: 100%;
	margin: auto;
	cursor: zoom-in;
	cursor: -webkit-zoom-in;
}
.product-images .thumb-nav .slick-slide {
	height: auto;
}
*/ .product-images {
	margin: 1em auto 1em auto;
}
.search-box-inputs .form-group input,
.search-box-inputs .form-group select {
	border-radius: 0;
}
.search-section-right .slider-handle {
	border-radius: 0;
}
.estimated-payment {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background: #eeeeee;
	text-align: center;
	margin-bottom: 1em;
	padding: 0.2em;
}
.estimated-payment h4 {
	width: 100%;
	text-align: left;
	padding: 0 5px;
}
.estimated-payment .form-group {
	width: 32%;
	margin: 0 auto;
	padding: 0 5px;
	text-align: left;
	border: 1px solid #aeaeae;
	background: #fff;
}
.product-result-order-list select {
	margin: 0 auto;
	padding: 6px 12px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	font-size:1rem;
	/*height: 2.65em;*/
	border-radius: 0;
}
.grid-view .item .product-image .front-img {
	height: 200px;
	object-fit: cover;
	object-position: center;
}
#out-of-town {
	min-height: 80vh;
}
.dealership-slide {
	text-align: center;
	padding: 1em;
	box-shadow: 0px 0px 5px #e0e0e0;
	margin: 1em auto;
}
.dealership-view-location {
	padding: 10px;
	box-shadow: 0px 0px 5px #bdbdbd;
	position: relative;
	z-index: 0;
}
.header-nav {
	flex: 0 0 75%;
}
.primary-page-heading {
	color: #dd191d;
}
.form-control {
	border-radius: 0;
	font-size: 18px;
	height: 2.65em;
}
.estimated-payment label {
	margin-bottom: 0;
	word-break: break-word;
	width: 100%;
}
.no-margin {
	word-break: break-word;
	width: 100%;
	font-size: 18px;
	color: #dd191d;
	margin: 0.2em auto;
}
.single-product-contact-wrapper li button {
	color: #000;
}
.single-product-contact-wrapper li:nth-child(1) {
	background: #E0E0E0;
}
.single-product-contact-wrapper li:nth-child(2) {
	background: #BCAAA4;
}
.single-product-contact-wrapper li:nth-child(3) {
	background: #FFAB91;
}
.single-product-contact-wrapper li:nth-child(4) {
	background: #FFCC80;
}
.single-product-contact-wrapper li:nth-child(5) {
	background: #C5E1A5;
}
.single-product-contact-wrapper li:nth-child(6) {
	background: #80CBC4;
}
.header-top {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	position: relative;
}
.search-box-inputs .slider-handle {
	box-shadow: rgb(221, 25, 29) 0px 0px 3px inset !important;
}
.search-section-right .slider-primary .slider.slider-horizontal .slider-track {
	box-shadow: 0px 0px 2px #969696;
}
.product-images .thumb-nav li {
	/*    background: #969696;
width: 96%!important;
display: flex!important;
align-items: center;
flex-wrap: wrap;
height: 100px;*/
}
.product-images .thumb-nav li img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: auto;
}
#homeSearchForm button {
	width: 100%;
}
.product-result-order-list .results-order-select {
	/*color: red;*/
}
.single-product-name-price-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.single-product-name-wrapper {
	height: 100%;
}
.single-product-price-wrapper {
	width: 100%;
	height: 100%;
}
.main-img-slider {
	/*margin-bottom: 5px;*/
}
.view-all-vehicles-section {
	text-align: center;
}
.visit-link {
	width: 100%;
}
.container-full-width {
	background: #fff;
	margin-bottom: 20px;
}
.all-product-view .item-inner {
	height: 100%;
}
.grid-view .item .product-image .front-img {
	height: 200px;
	object-fit: cover;
	object-position: center;
}
.all-product-view .tab-view .item-inner .item-info {
	border-right: 5px solid #dd191d;
}
.fixed-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	box-shadow: 0px 0px 5px #353535;
	animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-100%);
	}
	
	100% {
		transform: translateY(0);
	}
}
@-webkit-keyframes smoothScroll {
	0% {
		transform: translateY(-100%);
	}
	
	100% {
		transform: translateY(0);
	}
}
@-mos-keyframes smoothScroll {
	0% {
		transform: translateY(-100%);
	}
	
	100% {
		transform: translateY(0);
	}
}
.b-goods-vip img {
	width: 99%;
	height: 99%;
}
.display-mobile-only {
	display: none;
}
.fixed-header .header-top {
	display: none;
}

/*modified css::finish*/

/*============ CONTACT PAGE CSS :: END ============*/

/*============ APPLY FINANCE PAGE CSS :: END ============*/
.nav-icon {
	margin: 0 auto;
	width: 35px;
	height: 35px;
	box-shadow: 0px 2px 3px #969696;
	border-radius: 50%;
	background: #eee;
	text-align: center;
	display: flex;
	align-items: center;
}
.nav-text {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.nav-icon i {
	margin: 0 auto
}
.nav-text {
	font-size: 0.9em;
	width: 100%;
	margin: 1em auto;
	text-align: center;
}
.apply-finance-tab-header .nav li a {
	padding: 0;
	width: 50%;
	margin: 0 auto;
	border: none;
}
.apply-finance-tab-header .nav-tabs>li.active>a,
.apply-finance-tab-header .nav-tabs>li.active>a:hover,
.apply-finance-tab-header .nav-tabs>li.active>a:focus,
.apply-finance-tab-header .nav-tabs>li.active>a:active {
	outline: none;
	border: none;
	background: transparent;
}
.apply-finance-tab-header .nav-tabs>li>a,
.apply-finance-tab-header .nav-tabs>li>a:hover,
.apply-finance-tab-header .nav-tabs>li>a:focus,
.apply-finance-tab-header .nav-tabs>li>a:active {
	outline: none;
	border: none;
	background: transparent;
}
.apply-finance-tab-header .nav-tabs>li.active>a,
.apply-finance-tab-header .nav-tabs>li.active>a:hover,
.apply-finance-tab-header .nav-tabs>li.active>a:focus,
.apply-finance-tab-header .nav-tabs>li.active>a:active {
	color: #000;
}
.apply-finance-tab-header .nav-tabs>li>a:hover,
.apply-finance-tab-header .nav-tabs>li>a:focus,
.apply-finance-tab-header .nav-tabs>li>a:active {
	color: #000;
}
.apply-finance-tab-header .nav-tabs {
	border: none;
}
.apply-finance-tab-header ul li {
	width: 19.5%;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
}
.apply-finance-tab-header ul li hr {
	margin: 0 auto;
	width: 49%;
	height: 5px;
	border-radius: 25px;
	box-shadow: inset 0px 0px 3px #aaa;
}
.apply-finance-tab-header ul li:last-child hr {
	visibility: hidden;
}
.item-container {
	display: inline-block;
	width: 100%;
}
.redirect-finace-info-section {
	padding: 2em;
	background: #eee;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.redirect-finance-graphic {
	width: 100%;
	margin: 1em;
}
.redirect-finace-info {
	width: 100%;
	text-align: center;
}
.redirect-finace-info-section h5 {
	margin: 1em auto;
	font-weight: bold;
}
.redirect-finance-graphic img {
	width: 100px;
	height: auto;
	opacity: 0.7;
	filter: saturate(0.5);
}
.apply-finace-section-header {
	background: #eee;
	padding: 2em 2em 3em 2em;
}
.apply-finace-section-header h2 {
	width: 100%;
	text-align: center;
	position: relative;
	margin: 1.5em auto;
}
.apply-finace-section-header h2::before {
	position: absolute;
	bottom: -31%;
	margin: 0 auto;
	left: 45%;
	width: 10%;
	height: 5px;
	background: #fbe122;
	border-radius: 25px;
	content: " ";
}
.apply-finance-tab-details .apply-finance-tabs {
	background: #fbfbfb;
	box-shadow: inset 0px 0px 5px #969696;
	padding: 2em;
}
.apply-finance-tabs h3 {
	font-weight: lighter;
}
.dob-wrapper .modal-content {
	background: transparent;
}
.dob-wrapper .modal-content .close-btn,
.dob-wrapper .modal-content .close-btn:hover,
.dob-wrapper .modal-content .close-btn:focus,
.dob-wrapper .modal-content .close-btn:active {
	color: red;
	outline: none;
	opacity: 1;
}
.apply-finance-tab-details .form-wrapper .col-sm-12 {
	/*display: table;
width: 100%;
max-width: 100%;*/
	
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
}
.apply-finance-tab-details .form-wrapper .item-group {
	width: 100%;
}
.joint-application-trigger {
	width: 100%;
	display: inline-flex;
}
.joint-application-trigger label {
	margin-left: 1em;
}
.inner-section-heading .primary-page-heading {
	border-left-width: 5px;
}
.apply-finance-tab-details label {
	width: 100%;
	word-wrap: break-word;
	word-break: break-word;
	font-size: 0.9em;
	font-weight: lighter;
}
.apply-finance-tab-details input[type="text"],
.apply-finance-tab-details input[type="email"],
.apply-finance-tab-details select {
	width: 100%;
	word-break: break-word;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1em;
	height: 30px;
	margin-bottom: 0.5em;
}
.apply-finance-tab-details input[type="text"]:focus,
.apply-finance-tab-details input[type="email"]:focus,
.apply-finance-tab-details select:focus {
	border: none;
}
.btn-wrapper {
	width: 100%;
	display: table;
	max-width: 100%;
	padding-top: 1em;
}
.radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.radio-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border-radius: 50%;
}
.radio-container:hover input~.checkmark {
	background-color: #fff;
}
.radio-container input:checked~.checkmark {
	background-color: #2196F3;
}
.radio-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.radio-container input:checked~.checkmark:after {
	display: block;
}
.radio-container .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
#other-address-details {
	display: none;
	margin-top: 1.5em;
}
.apply-finance-tabs .input-wrapper {
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.apply-finance-tabs .input-wrapper.fileinput-wrapper,
.submit-panel .input-wrapper {
	margin: 0;
}
#is-rental-contain {
	display: none;
}
.is-rental-container {
	display: flex;
	align-items: center;
}
.is-rental-container label,
.is-rental-container input {
	width: max-content;
	max-width: 100%;
}
.is-rental-container input {
	margin-left: 10px;
}
.income-applicant-2 {
	width: 100%;
}
.add-new {
	height: 1em;
	width: 1em;
	border-radius: 50%;
	box-shadow: 1px 1px 3px #000;
	display: flex;
	font-size: 2em;
	align-items: center;
	justify-content: center;
	color: #000;
	/*margin-bottom: 1em;*/
}
.add-new-text {
	margin-right: 12px;
	font-weight: bold;
}
.add-new:hover,
.add-new:focus,
.add-new:active {
	outline: none;
	color: #000;
}
.toggle-switch-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.option-1 {
	margin-right: 1em;
}
.option-2 {
	margin-left: 1em;
}
#previous-credit-contain {
	display: none;
}
#previous-credit-contain input {}
#citizen-contain {
	display: none;
}
.insurance-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 1em 0;
}
.insurance-wrapper span {
	display: inline-block;
}
.insurance-input input {
	height: 1em;
	width: 1em;
	margin-right: 1em;
}
.inner-section-heading {
	margin-top: 1em;
}
.privacy ul {
	list-style: circle;
	margin-left: 2em;
}
.submit-panel {
	margin-top: 2em;
	display: flex!important;
	flex-wrap: wrap;
	align-items: center;
}
.express-applictaion-button .btn-primary {
	font-size: 1em;
}
.express-applictaion-button {
	text-align: right;
	margin: 2em auto
}
#express-apllication {
	display: none;
}
.apply-finance-container {
	padding-bottom: 2em;
}

/*modified on 9/6/19::start*/
.apply-finance-tab-details input[type="text"],
.apply-finance-tab-details input[type="email"],
.apply-finance-tab-details input[type="number"],
.apply-finance-tab-details select {
	font-size: 18px;
	height: 2.65em;
	width: 100%;
}
.apply-finance-tab-details label {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 13px;
    color: #565656;
}

/*modified on 9/6/19::finish*/

/*============ APPLY FINANCE PAGE CSS :: END ============*/

/*************************media query section start**********************************/
@media screen and (max-width: 340px) {
	.page-description {
		padding: 0 0 0.8em 0 !important;
	}
}
@media screen and (max-width: 450px) {
	/*product page:: start*/
	
	.drawer {
		padding-top: 15px;
		width: 100%;
	}
	
	.drawer a {
		font-size: 18px;
	}
	/*product page:: finish*/
	/*single product page ::start*/
	
	.single-product-contact-wrapper li {
		width: 100%
	}
	
	.dealer-details {
		width: 100%;
		margin-top: 1.5em;
	}
	
	.dealership-view-location {
		width: 100%;
	}
	
	.details-properties {
		width: auto;
	}
	
	.sub-header-left,
	.sub-header-right {
		width: 100%;
		margin-bottom: 1em;
	}
	
	.vehicle-save {
		margin-left: 0;
		display: block;
		margin: 0.5em 0;
		width: max-content;
		max-width: 100%;
	}
	/*single product page::finish*/
	/*price your tread in section::start*/
	
	.price-my-trade-form .col-sm-12 {
		padding: 0;
	}
	
	.price-my-trade-form .form-wrapper-section .page-heading .primary-page-heading {
		font-size: 20px;
	}
	
	.your-details-section,
	.trade-In-section,
	.vehicle-photos-section,
	.trade-in-comment-section,
	.applictaion-subbmit-section {
		margin-bottom: 1.2em;
	}
	
	.price-my-trade-form .page-heading .primary-page-heading {
		margin: 0 auto 1.2em auto;
	}
	/*price your tread in section::finish*/
}
@media only screen and (max-width: 460px) {
	/*details page*/
	
	.estimated-payment .form-group {
		width: 97%;
		margin: 0.2em auto;
	}
	/*details page:: finish*/
	/*product page:: start*/
	
	.grid-view .item {
		width: 100%;
	}
	
	.tab-view .item .item-inner .item-img,
	.tab-view .item .item-inner .item-info {
		width: 100%;
		padding: 0;
	}
	
	.tab-view .item .item-inner .item-info {
		border-bottom: 5px solid;
		border-right: none;
	}
	/*product page:: finish*/
	/*contact page ::start*/
	
	.sales-person {
		width: 95%;
		margin: 2.5%;
	}
	/*contact page::finish*/
	
	.logo img {
		width: 55%;
		margin: 0 auto 0 10px;
	}
	
	.single-product-price-wrapper {
		width: 100%!important;
	}
	
	.single-product-name-price-wrapper .vehicle-save {
		margin: 0.5em 0 0.5em auto;
	}
	
	.single-product-estmated-price-wrapper {
		width: 100%;
		text-align: right;
	}
	
	.single-product-name-price-wrapper h2 {
		text-align: center;
	}
	
	.single-product-name-price-wrapper .fit-to-screen.col-sm-6 {
		width: 100%;
	}
	
	.testimonials-card {
		width: 100%;
	}
	
	.finance-informations {
		margin: 1.5em auto;
		padding: 0;
		background: transparent;
		box-shadow: none;
	}
	
	.finance-informations .finance-company {
		transform: unset;
		top: 0;
		left: -6%;
		position: relative;
	}
	
	.finance-informations .finance-info {
		padding: 15px;
		margin-top: -15%;
		box-shadow: 0px 0px 5px #aeaeae;
		padding-top: 20%;
	}
	
	.form-group.form-year .dropdown:first-child {
		margin-bottom: 15px;
	}
	
	.product-result-order-list select {
		width: 100%;
	}
	
	.single-page-sub-header {
		min-height: 30vw;
	}
	
	.grid-view .item .product-image .front-img {
		height: auto;
	}
}
.outside-town-container,
.price-my-trade-container,
.contact-us-container,
.testimonails-container,
.apply-finance-container,
.finance-calculator,
.finance-information,
.contact-us-container {
	padding: 0px;
	width: 100%;
	position: relative;
	/* margin: 0; */
	
	margin-bottom: 20px;
	background: #fff;
}
@media only screen and (max-width:579px) {
	.b-goods-vip {
		width: 95%;
		margin: 1.5em auto;
		height: auto;
	}
	
	.b-goods-vip img {
		min-height: unset;
	}
}
@media only screen and (max-width:767px) and (min-width: 580px) {
	.b-goods-vip {
		width: 31%;
		/*height: 200px;*/
		margin-bottom: 1em;
		margin: 0.9%;
		display: inline-flex;
	}
}
@media only screen and (max-width:767px) and (min-width: 461px) {
	.form-group.form-year .dropdown:first-child {
		width: 50%;
		margin: 0 auto 0 0;
		float: left;
	}
	
	.form-group.form-year .dropdown:last-child {
		width: 50%;
		margin: 0 0 0 auto;
		float: right;
	}
	/*product page:: start*/
	
	.grid-view .item {
		width: 50%;
	}
	
	.tab-view .item .item-inner .item-img {
		padding: 0 10px 0 0;
	}
	
	.tab-view .item .item-inner .item-info {
		width: 50%;
		padding: 0 0 0 10px;
	}
	/*product page:: finish*/
	/*testimonial section start*/
	
	.testimonials-card {
		width: 95%;
		margin: 0 auto 2em auto;
	}
	/*testimonial page finish*/
	/*contact page:: start*/
	
	.sales-person {
		width: 29%;
		margin: 1.5%;
	}
	/*contact page ::finish*/
	
	.logo img {
		width: 30%;
		margin: 0 auto;
	}
	
	.single-product-name-price-wrapper .fit-to-screen.col-sm-6:last-child {
		width: 30%;
	}
	
	.single-product-name-price-wrapper .fit-to-screen.col-sm-6:first-child {
		width: 70%;
	}
	
	.single-product-estmated-price-wrapper {
		width: 100%;
		text-align: right;
	}
	
	.single-product-name-price-wrapper .vehicle-save {
		margin: 0.5em 0 0.5em auto;
	}
	
	.testimonials-card {
		width: 45%;
	}
	
	.product-result-order-list select {
		width: 70%;
	}
}
@media only screen and (max-width: 767px) {
	.header-logo a.logo div {
		width: 100%;
	}
	
	.fixed-header .header-top {
		display: none;
	}
	
	.header-menu .navbar {
		min-height: unset;
	}
	
	.header-menu .header-nav {
		min-height: unset;
	}
	
	.header-menu .navbar-header {
		display: none;
	}
	
	.display-mobile-only {
		display: flex;
		top: 0;
		z-index: 9999;
		right: 10px;
		height: 100%;
		align-items: center;
	}
	
	.display-mobile-only .navbar-toggle {
		margin: auto;
		background: #fff;
	}
	
	.logo:before {
		content: unset;
	}
	/*product page:: start*/
	
	.drawer {
		padding-top: 15px;
		width: 100%;
	}
	
	.tab-view .item {
		width: 100%;
	}
	
	.product-list-search-bar-left form {
		width: 100%;
	}
	
	.more-options {
		width: 100%;
	}
	
	.product-list-search-bar-right .or-search {
		text-align: left;
	}
	
	.product-list-search-bar-right .search-lifestyle,
	.product-list-search-bar-right .search-afford {
		font-size: 14px;
	}
	
	.product-list-search-bar-right .search-lifestyle,
	.product-list-search-bar-right .search-afford {
		margin: 0 auto;
		width: 95%;
		padding: 0.5rem;
		text-align: left;
	}
	
	.product-result-order-list select {
		font-size: 12px;
	}
	
	.form-control {
		font-size: 12px;
	}
	
	.apply-finance-tab-details input[type="text"],
	.apply-finance-tab-details input[type="email"],
	.apply-finance-tab-details select {
		font-size: 12px;
	}
	
	.outside-town-container,
	.price-my-trade-container,
	.contact-us-container,
	.testimonails-container,
	.apply-finance-container,
	.finance-calculator,
	.finance-information,
	.contact-us-container {
		padding-top: 10px;
	}
	
	.vehicle-save {
		display: block;
		margin: 0.5em auto;
		width: max-content;
		max-width: 100%;
	}
	
	.product-list-view-search .container {
		padding: 0;
	}
	
	.search-section-left,
	.search-section-right {
		width: 100%;
		padding: 0;
	}
	
	.search-btn {
		margin: 1em;
		display: block;
	}
	/*product page:: finish*/
	/*single page section ::start*/
	
	.product-images .main-img-slider figure {
		/*height: 80vw;*/
	}
	
	.product-images .main-img-slider figure a img {
		/*max-height: 80vw;*/
	}
	
	.calculate-finance {
		display: flex;
		align-items: center;
		text-align: center;
	}
	
	.print-product-details .dropdown-menu {
		right: 0;
		left: unset;
	}
	
	.single-product-header .col-sm-6 {
		width: 100%;
	}
	
	.calculator-title {
		width: auto;
		font-size: 1.2em;
	}
	
	.single-product-sale-offer {
		font-size: 1em;
	}
	
	.single-prodcut .container .col-sm-12 {
		padding: 0 5px;
	}
	
	.stock-num,
	.share-product-details,
	.print-product-details,
	.share-product-details,
	.add-to-fav-product-details {
		padding-top: 0.5em;
	}
	
	.single-prodcut-view-links-wrapper button {
		font-size: 14px;
	}
	/*   .slick-slider.main-img-slider {
    width: 100%;
    }*/
	
	.product-images .thumb-nav {
		width: 100%;
	}
	
	.product-images .thumb-nav.slick-slider .slick-prev {
		width: max-content;
		/*top: 20%;*/
		margin: 0;
		left: 5px;
		bottom: unset;
	}
	
	.product-images .thumb-nav.slick-slider .slick-next {
		width: max-content;
		/*top: 20%;*/
		margin: 0;
		right: 5px;
		bottom: unset;
	}
	
	.product-images .thumb-nav li img {
		/*width: 95%;*/
	}
	
	.contact-icon {
		width: 20%;
	}
	
	.single-prodcut-details {
		margin-left: 0;
	}
	
	.single-prodcut-details-wrapper li {
		align-items: baseline;
	}
	
	.single-product-price-discounted {
		font-size: 2.125em;
		word-break: break-word;
	}
	
	.single-page-view-vechile {
		width: 100%;
	}
	
	.dealer-details {
		width: 100%;
	}
	
	.dealership-view-location {
		width: 100%;
	}
	
	.details-properties {
		width: 40%;
	}
	
	.details-value {
		width: 60%;
	}
	
	.single-product-name-price-wrapper {
		box-shadow: none;
		background: transparent;
	}
	
	.single-product-name-wrapper {
		box-shadow: 0px 0px 5px #aaaaaa57;
		background: #fbfbfbb5;
	}
	
	.single-product-price-wrapper {
		box-shadow: 0px 0px 5px #aaaaaa57;
		background: #fbfbfbb5;
		/*width: max-content;*/
		max-width: 100%;
		margin: 0 0 0 auto;
	}
	/*single page section ::finish*/
	/*out of station :: start*/
	
	.primary-page-heading {
		padding: 0.5em 0.2em;
		/*border-left: 7px solid #fbe122;*/
		font-size: 20px;
	}
	
	.page-description {
		padding: 0.8em;
		font-size: 1.2em;
	}
	
	.page-listing {
		padding: 0 5px;
	}
	
	.page-listing li {
		padding: 5px 10px 5px 1.5em;
	}
	
	.page-listing li::before {
		box-shadow: inset 0px 0px 3px;
		width: 10px;
		height: 10px;
	}
	/*out of station :: finish*/
	/*contact page::start*/
	
	.contact-details .icon {
		width: 15%;
	}
	
	.contact-details .details {
		width: 85%;
	}
	
	.day-hours .day {
		width: 30%;
	}
	
	.day-hours .hours {
		min-width: 70%;
	}
	
	.contact-form-section,
	.contact-info-section {
		width: 100%;
		padding: 0;
	}
	
	.map-wrapper iframe {
		height: 200px;
	}
	
	.contact-us-form .shift-right,
	.contact-us-form .shift-left {
		padding: 0!important;
	}
	
	.sales {
		box-shadow: none;
	}
	/*contact page::finish*/
	/*apply finance:: start*/
	
	.nav-text {
		display: none;
	}
	
	.express-applictaion-button {
		text-align: center;
	}
	
	.express-applictaion-button h5 span {
		display: inline-block;
		margin-top: 2em;
	}
	
	.apply-finance-tab-details .apply-finance-tabs {
		padding: 1em;
	}
	
	.apply-finace-section-header {
		padding: 1em;
	}
	
	.apply-finace-section-header h2 {
		margin: 1em auto;
	}
	
	.apply-finance-tab-header {
		margin: 3em auto;
	}
	/*apply finance :: finish*/
	
	.finance-calculator,
	.apply-finance-container {
		padding: 0.8em;
	}
	
	.vehicle-save {
		margin-left: 0;
		display: unset;
		margin: 0.5em 0;
		width: max-content;
		max-width: 100%;
	}
	
	.section-filter {
		display: none;
	}
	
	.testimonials-card {
		margin: 0 1.5% 20px 1.5%;
	}
	
	.b-goods-vip img {
		width: 100%;
		height: 100%;
	}
	
	.day-hours .day {
		width: 50%;
		font-size: 0.9em;
	}
	
	.contact-details .details {
		font-size: 0.9em;
	}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
	/*product page:: start*/
	
	.grid-view .item {
		width: 50%;
	}
	
	.tab-view .item {
		width: 100%;
	}
	
	.product-result-order-list select {
		width: 50%;
	}
	
	.tab-view .item .item-inner .item-info {
		padding: 0 0 0 10px;
	}
	/*product page:: finish*/
	/*single page section ::start*/
	
	.contact-icon {}
	
	.contact-title {
		font-size: 1em;
		padding: 0.5em 0;
	}
	
	.single-product-contact-wrapper .ask-book-product button {
		padding: 2em 0;
	}
	
	.ask-book-product .contact-icon {
		font-size: 3em;
	}
	/*   .slick-slider.main-img-slider {
    width: 100%;
    }*/
	
	.product-images .thumb-nav {
		width: 100%;
	}
	
	.single-product-contact-wrapper li button {
		border-radius: 15px;
	}
	
	.single-product-contact-wrapper li {
		border-radius: 15px;
	}
	
	.share-product-details,
	.print-product-details,
	.share-product-details,
	.add-to-fav-product-details {
		margin-bottom: 1em;
	}
	/*single page section ::finish*/
	/*testimonial section start*/
	
	.testimonials-card {
		width: 45%;
		margin: 0 2.5% 5% 2.5%;
	}
	/*testimonial page finish*/
	/*contact page::start*/
	
	.sales-person {
		width: 31%;
	}
	
	.contact-details .icon {
		width: 15%;
	}
	
	.contact-details .details {
		width: 85%;
	}
	
	.day-hours .day {
		width: 30%;
	}
	
	.day-hours .hours {
		min-width: 70%;
	}
	
	.contact-form-section,
	.contact-info-section {
		width: 50%;
	}
	
	.map-wrapper iframe {
		height: 200px;
	}
	/*contact page::finish*/
	/*apply finance :: section start*/
	
	#complete-application .col-sm-3 {
		padding: 0 10px!important;
	}
	
	.apply-finance-tabs .input-wrapper {
		margin: 0.2em auto;
	}
	
	#complete-application .col-sm-3,
	#complete-application .col-sm-6,
	#complete-application .col-sm-4,
	#express-application .col-sm-3,
	#express-application .col-sm-6,
	#express-application .col-sm-4 {
		padding: 0 10px!important;
	}
	
	.nav-text {
		display: none;
	}
	
	.apply-finance-tab-header {
		margin: 3em auto;
	}
	
	.primary-page-heading {
		margin-bottom: 2em;
	}
	/*apply finance :: section finish*/
	/*header:section start*/
	
	.navbar-toggle {
		display: block;
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 8px;
		margin-right: 15px;
		margin-bottom: 8px;
	}
	
	.header-menu .navbar-collapse.collapse {
		display: none!important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	
	.header-menu .navbar-nav>li {
		float: unset;
	}
	
	.header-menu .navbar-nav {
		top: 20px;
	}
	
	.header-menu .navbar-header {
		float: unset;
		position: relative;
		/*header section finish*/
	}
	
	.header-menu .navbar-collapse {
		height: auto;
		position: absolute;
		width: 50%;
		background: rgb(255, 255, 255);
		max-height: unset;
		right: 0px;
		text-align: center;
	}
	
	.header-menu .navbar-collapse .navbar-nav.navbar-left:first-child {
		margin-left: unset;
	}
	
	.header-menu .navbar-nav {
		width: 100%;
	}
	
	.header-nav {
		flex: 0 0 70%;
	}
	
	.header-logo {
		/*height: 100%;*/
		flex: 0 0 20%;
	}
	
	.logo:before {
		height: 100%;
	}
	
	.header-menu .dropdown-menu {
		position: relative;
		width: 100%;
	}
	
	.section-filter {
		width: 33%;
	}
	
	.estimated-payment .form-group {
		width: 97%;
		margin: 0.2em auto;
	}
}
@media only screen and (min-width: 992px) and (max-width:1100px) {
	/*product page:: start*/
	
	.grid-view .item {
		width: 33.33333%;
	}
	/*product page:: finish*/
	/*testimonial section start*/
	
	.testimonials-card {
		width: 30.33333333%;
		margin: 0 1.5% 5% 1.5%;
	}
	/*testimonial page finish*/
	/*contact page::start*/
	
	.sales-person {
		width: 28%;
		margin: 2.5%;
	}
	
	.contact-details .icon {
		width: 15%;
	}
	
	.contact-details .details {
		width: 85%;
	}
	
	.day-hours .day {
		width: 30%;
	}
	
	.day-hours .hours {
		min-width: 70%;
	}
	
	.map-wrapper iframe {
		height: 200px;
	}
	/*contact page::finish*/
	/*header section :: start*/
	
	.navbar-default .navbar-nav>li>a {
		font-size: 15px;
		padding: 10px 5px;
	}
	/*header section :: finish*/
}
@media only screen and (min-width: 768px) {
	.product-list-view-search {
		display: block !important;
		height: auto!important;
	}
	
	.view-all-vehicles-section {
		display: none;
	}
}

/*media query section finish*/