/*!
Theme Name: Toyota
Theme URI: http://underscores.me/
Author: Effective Advisory
Author URI: https://www.theblacksheep.asia/
Description: Woocommerce
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: toyota
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Toyota is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 @font-face {
    font-family: ToyotaText-Regular;
    src: url(fonts/ToyotaText-Regular.woff);
}
@font-face {
    font-family: ToyotaText-Bold;
    src: url(fonts/ToyotaText-Bold.woff);
    font-weight: bold;
}
@font-face {
    font-family: ToyotaDisplay-Bold;
    src: url(fonts/ToyotaDisplay-Bold.woff);
    font-weight: bold;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	margin-top:2em;
	/* margin-bottom:2em; */
	/* background-color:#f2f3f6; */
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	
}
body hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
html a {
	color:#000;
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html body {
	font-size:14px;
}
html body,
html button,
html input,
html select,
html optgroup,
html textarea {
	color: #404040;
	font-family: "ToyotaText-Regular";
	/* font-family: Helvetica,"Helvetica Neue",  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif; */
	font-size: 14px;
	/* line-height: 1.5; */
	line-height: 1.42857143;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
body .h1, body .h2, body .h3, body h1, body h2, body h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
body .h1, body h1 {
    font-size: 36px;
}

body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
body h1, body h2, body .h1, body  .h2 {
    font-family: 'ToyotaDisplay-Bold';
}
body p {
    margin: 0 0 10px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	/* background-color:#f2f3f6; */
}

html body {
	/* background: #f2f3f6; */
}

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

body ul,
body ol {
	margin: 0 0 10px 0;
}

ul {
	list-style: disc;
}

ol {
	/* list-style: decimal; */
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
body button:focus {
	outline: 0;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4169e1;
	/* outline:0; */
	/* outline-color: rgba(0,0,0,0); */
}


body a:focus {
	outline-style:none;
	outline-width:0px;
	
}

a:visited {
	/* color: #800080; */
}

body a:hover,
body a:visited,
body a:active,
body a:focus {
    text-decoration: none;
}
body a:hover,
body a:focus,
body a:active {
	color:red;
	/* color: #191970; */
}

body a:focus {
	/* outline: thin dotted; */
	outline: 0;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

html body.archive,
html body.single {
	background-color: #fff;
}

.single #page,
.archive #page {
	background-color: #fff;
}
.woocommerce-checkout #page #primary {
	margin-top:0;
	padding-top:40px;
}
.woocommerce-checkout #page {
	background-color: #f2f3f6;
}
#page {
	/* background-color: #f2f3f6; */
	/* padding-top:25px; */
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	/* margin: 0 0 1.5em; */
}

#content .page li {
	margin-bottom:10px;
}

#content .page li ol li {
	margin-bottom:0px;
}

.updated:not(.published) {
	display: none;
}
#toyotaSummaryWrapper {
	display:inline-block;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
	margin-left:50%;
	transform:translateX(-50%);
	width:100%;
	max-width:668px;
	background-color:#fff;
}

.noaccessory,
.nopromo,
table#ezbeli,
table#loan,
.single .steps .tab-content .card,
.variant-selector .wrapper,
.model-selector .row.models .wrapper,
.woocommerce-checkout .entry-content,
.single-product .summary.entry-summary {
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
	
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Model selector page
--------------------------------------------------------------*/
		#spynav .nav-pills .active.nav-link {
			color:#000;
		}
		@media (min-width:458px) {
			#spynav {
				justify-content: center;
				-ms-flex-pack: center;
				flex-direction: row;
			}
		}
		#spynav {
			z-index:2;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			
			flex-wrap:nowrap;
			
			
			padding-left:0;
			padding-right:0;
			
			font-weight:700;
			
			overflow-x: auto;
			overflow-y: hidden;
			
		}
		#spynav ul {
			flex-wrap: nowrap;
		}
		#spynav ul a {
			white-space: nowrap;
		}
		#spynav .nav-item {
			padding: .5rem 1rem;
		}
		#spynav .nav-link {
			padding: 0 0 0px 0px;
			border-bottom:2px solid transparent;
			border-radius:0;
			text-transform:uppercase;
		}
		#spynav .nav-link.active {
			background-color:transparent;
			color:initial;
			border-bottom:2px solid #c00;
		}
		#spynav a:hover,
		#spynav a:active {
			color:initial;
		}
		
		#spynav.sticky {
			background-color:#fff;
			box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
		}
		.home #main {
			margin-top:0;
		}
		.home #content {
			background-color: #edf0f5;
		}
		.model-selector > .container {
			margin-top:30px;
		}
		@media (min-width:1000px) {
			.model-selector > .container {
				max-width:956px;
				margin-left:auto;margin-right:auto;
			}
			
		}
		
		@media (min-width: 576px) {
			.model-selector > .container {
				max-width:100%;
			}
		}
		@media (min-width: 768px) {
			.page-with-sidebar .sticky {
				left:140px;
				right:0px;
				top:0px
			}
		}
		.navbar.sticky {
		  position: fixed;
		  top: -1px;
		  left:0;
		  right:0;
		}
		.navbar.sticky + .container {
		  padding-top: 84px;
		}
				

.model-selector .row.models .wrapper:active {
	outline-color:#c00;
}
.model-selector .row.models .wrapper:hover {
	cursor:pointer;
}
.model-selector .row.models .wrapper {
	outline:3px solid transparent;
	background-color:#fff;
	height:100%;
	/* box-shadow: 0 0 6px 0 rgba(0,0,0,.2); */
}	

.model-selector .row.models h2 {
	margin-top:30px;
	text-transform:uppercase;
	font-size:1.5rem;
}
.model-selector .row.models .bottom,
.model-selector .row.models .top {
	flex-shrink:1;
	-ms-flex-negative: 0;
}

@media (max-width:767px) {
	.model-selector .row.models .col.model {
		margin-bottom:10px;
	}
	.model-selector .row.models .wrapper {
		padding-top:15px !important;
		padding-left:15px !important;
		padding-right:5px !important;
		padding-bottom:0px !important;
	}		
	.model-selector .row.models .bottom {
		float:left;
		width:50%;
	}
	.model-selector .row.models .top {
		float:right;
		width:50%;
	}
	.model-selector .row.models h4 {
		font-size:1em;
		text-transform: uppercase;
		font-weight: 700;
	}
	.model-selector .startingprice {
		margin-left:auto;
		margin-right:auto;
		display:block;
		text-align:center;
		opacity:0.7;
		margin-bottom:5px;
		
	}
	
}
@media (min-width:768px) {
	.model-selector .row.models .wrapper {
		display:flex;
		justify-content:space-between;
		flex-direction:column;
		padding-left:0 !important;
		padding-right:0 !important;
		padding-top:15px !important;
		padding-bottom:30px !important;
	}
	.model-selector .row.models {
		padding-left:7.5px;
		padding-right:7.5px;
		margin-bottom:30px;
	}
	.model-selector .row.models .heading,
	 .model-selector .row.models .col.model {
		padding-left:7.5px;
		padding-right:7.5px;
	}
	.model-selector .row.models .col.model {
		margin-bottom:15px;
	}
	.model-selector .row.models .wrapper .bottom {
		padding-left: 15px;
		padding-right: 15px;
		padding-top:10px;
	}
	.model-selector .row.models .wrapper .bottom .startingprice {
		font-size:1em;
		display:block;
		text-align:left;
		text-transform:initial;
	}
	.model-selector .row.models .wrapper .bottom .title {
		text-align:left;
		font-weight:700;
	}
	.model-selector .row.models .wrapper:hover {
		outline-color: #c00
	}

	.model-selector .row.models .wrapper img {
		align-self:center;
	}
	.model-selector .row.models .wrapper .title,
	.model-selector .row.models .wrapper a {
		text-transform:uppercase;
		font-size:1em;
		font-weight:400;
		color:inherit;
	}

	.model-selector .row.models .wrapper a:hover {
		text-decoration:none;
	}
}

.tab.steps {
	background-color:#f2f3f6;
	padding-bottom:40px;
	padding-right:22.5px;
	padding-left:22.5px;
	/* margin-left:-22.5px; */
	/* margin-right:-22.5px; */
	/* margin-top:15px; */
	overflow-x:hidden;
}

.tab.steps .nav.nav-tabs {
	background-color:#2f2f30;
	color:#fff;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-top:0px;
	border-bottom:0px;
	
}
@media (max-width:709px) {
	.tab.steps .nav.nav-tabs .nav-item.summary .nav-link {
		min-width:130px;
	}
}
@media (min-width:710px) {
	.tab.steps .nav.nav-tabs .nav-item {
		width:17%;
		max-width:200px;
	}
	.tab.steps .nav.nav-tabs {
		
		display:flex;
		display: -ms-flexbox;
		-ms-flex-direction: row;
		-ms-flex-pack: center;
		justify-content:center;
	}
}
@media (min-width:500px) and (max-width:709px) {
	.tab.steps .nav.nav-tabs {
		display:flex;
		display: -ms-flexbox;
		-ms-flex-direction: row;
		-ms-flex-pack: center;
		-ms-flex-wrap: wrap;
		flex-direction: row;
		/* -ms-flex-align: center; */
		
		
		justify-content:center;
		
	}	
}
@media (max-width:430px) {
	.tab.steps .nav.nav-tabs .nav-item {
		min-width:37%;
	}
	.tab.steps .nav.nav-tabs {
		padding-left:0px;
	}
}
.tab.steps .nav.nav-tabs li.nav-item {
	position:relative !important;
	
}

.tab.steps .nav-item:before {
	content: "";
	display: block;
    width: 1px;
    height: 60px;
    background-color: #444;
    position: absolute;
    top: 0;
	z-index:1;
}

@media (max-width:499px) {
	.tab.steps .nav-item:first-child:before,
	.tab.steps .nav-item:last-child:after {
		display:none;
	}	
}
@media (min-width:500px) {
	.tab.steps .nav-item:last-child:after {
		content: "";
		display: block;
		width: 1px;
		height: 60px;
		background-color: #444;
		position: absolute;
		top: 0;
		z-index:1;
		right: -1px;
	}
}
.tab.steps .nav-item:before {
    left: -1px;
}


.tab.steps .nav-tabs {
   overflow-x: auto;
   overflow-y:hidden;
   flex-wrap: nowrap;
}
.tab.steps .nav-link {
	white-space: nowrap;
}
.tab.steps .nav.nav-tabs  a.nav-link,
.tab.steps .nav.nav-tabs .nav-link.disabled {
	color:#fff;
}

.tab.steps .nav.nav-tabs .nav-item.summary .nav-link span.nav-title {
	/* padding-top:5px; */
	/* padding-bottom:5px; */
	/* font-weight:700; */
	/* background-color:#c00; */
	/* border-radius:5px; */
	/* color:#fff; */
	/* position:absolute; */
	/* top:50%; */
	/* left:50%; */
	/* transform:translate(-50%,-50%); */
}

button.navbar-toggle.pull-right:active,
button.navbar-toggle.pull-right:hover {
	border-color: rgba(0,0,0,0);
}

.tab.steps .nav.nav-tabs  a.nav-link.active{
	border-top: 2px solid #c00;
	background-color:#f2f3f6;
	/* border-bottom-color:#f2f3f6; */
	/* border-left-color:#f2f3f6; */
	/* border-right-color:#f2f3f6; */
	color:#000;
	border-left:1px solid #f2f3f6;
	border-right:1px solid #f2f3f6;
	border-bottom:0px solid #f2f3f6;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
#primary .variant-selector {
	padding-left:1.5px;
	padding-right:1.5px;
}

.variant-selector .wrapper:hover {
	/* outline-color: rgba(204,0,0,0.2); */
}

.single  .steps .tab-content .card,
.variant-selector .wrapper {
	margin-left:4px;
	margin-right:4px;
	/* box-shadow: 0 0 6px 0 rgba(0,0,0,.2); */
	margin-bottom:3px;
	border:0;
}	
.variant-selector .wrapper {
	outline:3px solid transparent;
	background-color:#fff;
	padding:10px 15px 30px 15px;
	text-align:left;
	margin-top:3px;
}
.variant-selector .wrapper a:hover {
	text-decoration:none;
}
.variant-selector .wrapper a {
	color:#000;
}

html body a.btn.btn-outline-dark:hover,
html body a.btn.btn-outline-dark:active {
	color:#fff !important;
}


/*--------------------------------------------------------------
## single variable product page
--------------------------------------------------------------*/

.single #step-summary,
.single #step-promotion,
.single #step-color {
	padding-left:15px;
	padding-right:15px;
	background-color:#f2f3f6;
}
#toyotaSummary {
	background-color:#fff;
	margin-bottom:0;
}

#toyotaSummary tbody .labelrow  th:before {
	content:"";
	display:none;
}
#toyotaSummary tbody .labelrow td {
	padding-bottom:0px;
	padding-top: 16px;
}
#toyotaSummary tbody .labelrow th {
	text-transform:uppercase;
	padding-bottom:0px;
	padding-top: 16px;
}

#toyotaSummary tfoot th.grandtotal {
	padding-bottom:0;
}
#toyotaSummary {
  overflow:hidden;
}

#toyotaSummary tbody {
	font-size:1em;
}
#toyotaSummary tfoot tr th,
table.table tbody tr th {
  
  position:relative;
}
#toyotaSummary tfoot th,
#toyotaSummary tfoot td,
#toyotaSummary tbody th,
#toyotaSummary tbody td {
   border-top:0;
   border-bottom:0;
}

#toyotaSummary tfoot th,
#toyotaSummary tbody th {
  padding-right:0;
}
#toyotaSummary tfoot td,
#toyotaSummary tbody td {
  padding-left:0;
  padding-right:0;
  vertical-align:bottom;
}
#toyotaSummary tfoot td span,
#toyotaSummary tbody td span {
  padding-right:15px;
}
#toyotaSummary tfoot span,
#toyotaSummary tbody span {
  background-color:#fff;
  z-index:2;
  position:relative;
}

#toyotaSummary tfoot th:before,
#toyotaSummary tbody th:before {
	z-index:1;
	background-color:red;
	position:absolute;
	bottom:.75rem;
	max-width:100%;
	width:100%;
	float: left;
	width: 0;
	white-space: nowrap;
	display:flex;
	min-height:1px;
	opacity:0.35;
	content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
}

.tab.steps .nav.nav-tabs .nav-item.summary .nav-link.active span.nav-title {
	background-color:#f2f3f6;
	color:#000;
}
.tab.steps .nav.nav-tabs .nav-item.summary .nav-link {
	display:block;
	/* min-width:130px; */
	height:100%;
}
.tab.steps .nav.nav-tabs .nav-item.summary .nav-link span.nav-title {
	background-color:#c00;
	padding: 6px 15px;
	border-radius:13px;
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	margin-top:0;
}
.single .tab.steps {
	padding-left:0px;
	padding-right:0px;
}
.single .tab-content {
	padding-top:48px;
	min-height:472px;
}
.single .card .pricep {
	margin-bottom:0px;white-space:nowrap
}
.single .card.promotion  .card-body,
.single .card.accessory  .card-body {
	padding-bottom: 4px;
}
.single .card.accessory  .card-footer {
	border-top:0px;
	background-color:#fff;
}
.single .card.accessory  .card-body .card-text {
	font-weight:700;
}
.single .woocommerce-variation-add-to-cart {
	display:none;
}
.single .posted_in {
	display:none;
}
.single .sku_wrapper {
	display:none;
}

.single .woocommerce-tabs.wc-tabs-wrapper {
	display:none;
}

.single .reset_variations {
	display:none;
}

.single p.price {
	display:none;
}
.single .product_title.entry-title {
	display:none;
}
.single .product_meta {
	
}

.single table.variations td.label{
	display:none;
}
.single label[for=pa_region],
.single label[for=pa_sales-type],
.single label[for=pa_exterior-color],
.single ul.variable-items-wrapper.button-variable-wrapper[data-attribute_name=attribute_pa_region],
.single ul.variable-items-wrapper.button-variable-wrapper[data-attribute_name=attribute_pa_sales-type]{
	display:none;
}
body.woo-variation-swatches-ie11 .hideifie11 {
	display:none !important;
}
body:not(.woo-variation-swatches-ie11) .showifie11 {
	display:none !important;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-ie11 ul.variable-items-wrapper[data-attribute_name=attribute_pa_region],
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-ie11 ul.variable-items-wrapper[data-attribute_name=attribute_pa_sales-type] {
  display:none !important;
}

.single .thetoyotaprices thead th {
	text-align:center;
}
.single .thetoyotaprices td {
	text-align:right;
	/* width: auto; */	
}
.single .thetoyotaprices th {
	font-weight:400;
	 /* white-space: normal; */
	 /* white-space: nowrap; */
    /* width: 1%; */
}
.woocommerce.single #page.pb-5 {
	padding-bottom:0px !important;
}
.woocommerce.single #page {
	padding-bottom:0;
}
.page-template-template-default #page,
.woocommerce.archive #page,
.woocommerce.single #page {
	padding-left:0px;
	padding-right:0px;
}
@media (max-width:420px) {
	.single .thetoyotaprices {
		/* width:360px; */
		max-width:100%;
	}
	#step-summary {
		/* max-width:100%;overflow-x:scroll; */
	}
}


.single .woocommerce-variation-price {
	display:none;
}

.table td.fit, 
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

body .ui-selectmenu-button.ui-button {
	width:initial;
}

.single .product-type-simple .cart {
	display:none;
}

.single .product-type-simple .thetoyotaprices {
	display:none;
}

.toyota.tab.steps .nav-link {
	position:relative;
	padding:5px 10px;
}

.toyota.tab.steps .nav-link.active .nav-title {
	color:#252525;
}

.toyota.tab.steps .nav-link .nav-title {
	display: block;
    font-size: 12px;
    text-align: center;
    letter-spacing: .5px;	
	margin-top: 28px;
}

.toyota.tab.steps .nav-item.variants .icon {
	top: 8px;
    margin-left: -19px;
}

.toyota.tab.steps .nav-item.variants .nav-link .icon svg {
	width: 39px;
}
.toyota.tab.steps .nav-link.active:hover {
	border-top-color:#c00;
	border-left-color:rgba(0,0,0,0);
	border-right-color:rgba(0,0,0,0);
	border-bottom-color:rgba(0,0,0,0);
}
.toyota.tab.steps .nav-link:hover {
	border-color:#c00;
	background-color:#c00;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.toyota.tab.steps .nav-link .icon {
    display: block;
    position: absolute;
    top: 9px;
    left: 50%;
    margin-left: -11px;
}
.toyota.tab.steps .nav-link.active .icon svg {
	fill: #000;
}
.toyota.tab.steps .nav-item.variants .nav-link .icon svg {
	width: 39px;
}
.toyota.tab.steps .nav-link .icon svg {
    fill: #fff;
    width: 22px;
}

#step-summary {
	background-color:#fff;
}
p.generatePDF {
	padding-top:16px;
	margin:0;
	padding-bottom:6px;
}



#bookingFeeDIv {
	display:block;
	text-align:center;
	padding-bottom:25px;
	font-size:1.2em;
	font-weight:700;
	text-transform:uppercase;
	color:#c00;
	background-color:#fff;
	
}

.single #step-summary .buttonholder btn {
	white-space: nowrap;
	
}
.single #step-summary .buttonholder {
	/* background-color:#fff; */
}
#generatePDF {
	text-transform:uppercase;
	font-weight:700;
	display:block;
	margin-top:10px;
	padding-top:3px;
	padding-bottom:15px;
}

.single .tab-content>.tab-pane {
	padding-bottom:20px;
	/* display:block; */
}

	.hero {
		/* margin-top:15px; */
	}
	.hero .owl-carousel .item {
		max-width:500px;
		margin-left:auto;
		margin-right:auto;
		padding-left:15px;
		padding-right:15px;
	}
	#step-variant {
		/* padding-left:22.5px; */
		/* padding-right:22.5px;  */
	}
	.variant-selector.active .wrapper {
		outline-color: #c00;
	}
	
	.single .flex-control-nav.flex-control-thumbs {
		//display:none;
	}
	.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
		display:none;
	}
	
	.single .zoomImg {
		display:none;
	}
	html {
		/*background-color:#f2f3f6;*/
	}
	.single .wp-post-image {
		max-width:100%;
		padding-left:15px;
		padding-right:15px;
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	.single .variable-item:not(.radio-variable-item) {
		width:70px;
		height:70px;
	}
	.single .woocommerce-product-gallery__image a {
		display:block;
		width:100%;
		text-align:center;
	}
	.single .woocommerce-product-gallery {
		max-width:100%;
	}
	
	.single.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .single.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
		box-shadow: 0 0 0 2px rgba(204,0,0,.9)
	}
	@media (min-width:500px) {
		#bookingFeeDIv,
		.single #step-summary .buttonholder,
		#toyotaSummary {
			max-width:668px;
			margin-left:auto;
			margin-right:auto;
		}
	}
	
	.single figure.woocommerce-product-gallery__wrapper {
		margin:0;
	}
	
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
		// pointer-events: none;
	}
	.single .entry-summary {
		background-color:#fff;
		padding-top:25px;
		padding-bottom:25px;
		padding-left:10px;
		padding-right:10px;
		max-width:668px;
		margin-left:auto;
		margin-right:auto;
	}
	.single table.variations {
		margin-bottom:0;
	}
	.single .variable-items-wrapper.image-variable-wrapper {
		display:flex;
		display: -ms-flexbox !important;
		-ms-flex-direction: row;
		-ms-flex-pack: center;
		justify-content:center;
	}
	.single .tab-content .buttonwrapper {
		text-align:center;
		margin-top:15px;
	}	
	
/*
*
*User input for state, and entity
*/
	@media(max-width:420px) {
		#locationselector .message {
			top:33%;
		}
	}
	
	@media(min-width:421px) {
		#locationselector .message {
			top:48%;
		}
	}
	
	#locationselector .subtitle {
		font-size:1em;
		text-transform:uppercase;
		margin-bottom:5px;
		opacity:0.4;
	}
	#locationselector {
		position: fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background-color:rgba(0,0,0,0.2);
		z-index:9999;
	}
	#usemylocation:hover {
		cursor: pointer;
	}
	#locationselector .message {
		background-color:#fff;
		border:1px solid #000;
		position:absolute;
		left:50%;
		transform:translate(-50%,-50%);
		padding-left:20px;
		padding-right:15px;
		padding-top:35px;
		padding-bottom:25px;
		min-width:260px;
		width:260px;
		/* width:300px; */
		/* height:300px; */
		
	}
	
 #loan {
	  max-width: 550px;
	  margin-left:auto;
	  margin-right:auto;
  }
  #loan tbody th span {
	  line-height:1em;
	  display:block;
  }
   #loan th span small {
	   opacity:0.75;
   }
	#loan .input-group.set {
		justify-content:center;
		white-space:nowrap;
		overflow:show;
	}
	.input-group.set input {
		text-align:center;
		padding:0px 3px;
		line-height:1;
		max-width:75px;
		min-width:54.4px;
		
	}
	
	.input-group.set input,
	.input-group.set button.plus,
	.input-group.set button.minus {
		border-color:rgb(230, 230, 230);
		height:36px;
	}
	
	.input-group.set button.minus,
	.input-group.set button.plus {
		padding-top:10px;
		padding-bottom:10px;
		line-height:1;
	}
	.input-group.set button.minus {
		border-top-right-radius:0;
		border-bottom-right-radius:0;
		
	}
	.input-group.set button.plus {
		border-top-left-radius:0;
		border-bottom-left-radius:0;
		
	}
	#loan td {
		text-align:center;
		padding-left:0;
		padding-right:4px;
	}
	#loan tbody th {
		white-space:nowrap;
		text-align:left;
		vertical-align: middle;
		font-weight:400;
	}
	/* Chrome, Safari, Edge, Opera */
	#loan input::-webkit-outer-spin-button,
	#loan input::-webkit-inner-spin-button {
	  -webkit-appearance: none;
	  margin: 0;
	}
	
	/* Firefox */
	#loan input[type=number] {
	  -moz-appearance: textfield;
	}
	#loan tr {
		min-height:65px;
	}
	#loan.table tbody td, #loan.table tbody th {
		/* border-top:0px none; */
	}
	
	#loan .form-control.focus, #loan .form-control:focus,
	#loan input.focus, #loan .btn:focus {
		box-shadow:0 0 0 0.2rem rgba(0,123,255,0);
	}
	
	#loan .form-control:disabled, #loan .form-control[readonly] {
		background-color:rgba(0,0,0,0);
	}
	
	#loan .wrapper {
		display:inline-block;margin-left:auto;margin-right:auto;
		padding-top:0px !important;
		padding-bottom:0px !important;
		padding-left: 7px!important;
		padding-right: 7px!important;
	}
	#loan tbody th {
		
	}
	#ezbeli {
		max-width:550px;
		margin-left: auto;
		margin-right: auto;
		background-color:#fff;
		
	}
	#ezbeli thead {
		background-color:#d71921;
		color:#fff;
	}
	
	#ezbeli thead th,
	#ezbeli thead td {
		border:0;
	}
	#ezbeli thead tr {
		text-align:center;
	}
	#ezbeli tfoot th,
	#ezbeli tfoot td {
		border-top:0px;
		text-align:center;
		font-size:1em;
	}
	#ezbeli tbody tr:first-child th,
	#ezbeli tbody tr:first-child td{
		padding-top: 15px;
	}
	
	
	#ezbeli tbody td {
		font-size: 1.3em;
		font-weight:700;
		color:red;
	}
	
	#ezbeli tbody th {
		font-size: 1.3em;
		font-weight:700;		
	}
	
	#ezbeli tbody th,
	#ezbeli tbody td {
		border-top: 0;
		padding-top: 4px;
		padding-bottom: 4px;
		vertical-align: middle;
	}
	#step-summary > .wrapper {
		width:900px;
		margin-left:auto;
		margin-right:auto;
		max-width:100%;
		/* overflow-x:scroll; */
		margin-bottom:0px;
		padding:0 !important;
	}	
	
	.single a {
		color:red;
	}

	#financeselector {
		margin-left:auto;
		margin-right:auto;
		margin-top:1em;
		margin-bottom:1em;
		display:inline-block;
		width:280px;
	}
	#financeselector .choice:hover {
		cursor :pointer;
	}			
	#financeselector .choice {
		padding-top: .65em;
		padding-bottom: .65em;
		text-align: center;
		padding-right: 12px;
		padding-left: 12px;
		background-color:#3f4041;
		width:50%;
		max-width:140px;
		color:#fff;
		font-weight:700;
		font-size: 1em;
		display:inline-block;
		border:0;
		border-radius:0;
	}
	#financeselector .choice.selected {
		background-color:#d71921;
	}
	body.single #step-promotion {
		padding-left:0;
		padding-right:0;
	}
	
	#step-promotion .card-footer {
		border-top:0px;
		background-color:#fff;
	}
	
	.single  #step-promotion .card-text {
		font-weight: 700;
	}
	.single .owl-stage {
		margin-left:auto;
		margin-right:auto;
		/* display: flex; */
		/* align-items: center; */
	}	
/*******************bootstrap 3***************/
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.navbar-collapse {
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    /* overflow-x: visible; */
    /* -webkit-overflow-scrolling: touch; */
    /* border-top: 1px solid transparent; */
    /* -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1); */
    /* box-shadow: inset 0 1px 0 rgba(255,255,255,.1); */
}

.nav .collapse {
	/* display:none */
}
.fa-close:before {
	content: "\f00d";
}

#page-menu-mobile .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}


.mobile-nav-top .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.page-menu-mobile .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    /* border-top: 1px solid transparent; */
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.page-menu-mobile .nav > li {
	width:100%;
}
.page-menu ul.nav li {
	width:100%;
}
.page-with-sidebar #content {
	margin-left: 140px;
}
.page-full-height,
.page-full-height #content {
	height: 100%;
}
.page-with-footer.page-full-height #content {
	height: calc(100% - 70px);
	overflow: hidden;
}
.page-with-sidebar .footer {
	/*margin-left: 140px;*/
}
.page-with-header {
	padding-top: 60px;
}
.page-with-header .page-menu.lvl-1 {
	left: -140px;
}
.page-with-header .footer,
.page-with-header > #content {
	margin-left: 0;
}
.page-menu-toggled.page-with-header .page-menu.lvl-1 {
	left: 0;
}
.page-menu-toggled.page-with-header .footer,
.page-menu-toggled.page-with-header #content {
	margin-left: 140px;
}
@media (max-width: 767px) {
	.page-with-sidebar .footer,
	.page-with-sidebar #content,
	.page-menu-toggled.page-with-header .footer,
	.page-menu-toggled.page-with-header #content {
		margin-left: 0;
	}
	.page-full-height,
	.page-full-height #content,
	.page-with-footer.page-full-height #content {
		height: auto;
	}
	#page-container {
	
	}
}
@media (max-width: 767px) {
	.page-with-header {
		padding-top: 0px;
	}
}
#content,
.footer {
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	position: relative;
}

.nav#nav-discover {
	padding-top: 355px!important;
}
@media (min-height:791px) {
	.nav#nav-aftersales-services {
	  bottom: auto;
	  top: 435px;
	}
}
@media (min-height: 888px) {
	#nav-more {
	  bottom: auto;
	  top: 538px;
	}
}
.page-menu .overflow {
	overflow: scroll;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cke_editable .page-menu .overflow {
	position: relative;
}
.night .price-list > li {
	color: #fff;
}
/*.full-price-list [data-id="link"] {
display: none;
}*/
.nav>li {
	position: static!important;
}

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

#page-menu .nav-car h2 a {
	color:#000;
}

body .btn-primary.disabled, body .btn-primary:disabled {
	background-color: #898989;
	border-bottom: 2px solid #000;
	opacity:0.65;
}
body .btn-primary:not(:disabled):not(.disabled).active,
body .btn-primary:not(:disabled):not(.disabled):hover {
    color: #fff;
    background-color: #eb0a1e;
	border-bottom: 2px solid #9c0b0f;
}

.toyota.steps .buttonwrapper .btn {
	min-width: 105px;
}

body .btn-danger:not(:disabled):not(.disabled).active:focus,
body .btn-danger:not(:disabled):not(.disabled):active:focus,
body .show>.btn-danger.dropdown-toggle:focus {
	box-shadow:none;
}

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * https://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/*====================================================================================================================
 * FLEX SLIDER RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * FLEX SLIDER BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * FLEX SLIDER DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: relative;
  /* bottom: -40px; */
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  /* display: inline; */
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  /* background: rgba(0, 0, 0, 0.9); */
  background: rgba(204, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.capitalize {
	text-transform:capitalize;
}

body .btn {
	font-size: 1em;
}

body .btn.btn-primary {
	font-size:1em;
}

body .form-control {
	font-size:1em;
}
/* ====================================================================================================================
 * FLEX SLIDER RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}




/* ====================================================================================================================
 * adminbar
 * ====================================================================================================================*/

@media(max-width:599px){
	.admin-bar #page-menu .page-menu,
	.admin-bar #spynav.sticky
	{
		margin-top:0px;
	}
}
@media(min-width:601px) and (max-width:782px){
	.admin-bar #page-menu .page-menu,
	.admin-bar #spynav.sticky
	{
		margin-top:46px;
	}
}

@media(min-width:783px) {
	.admin-bar #page-menu .page-menu,
	.admin-bar #spynav.sticky
	{
		margin-top:32px;
	}
	
}
		

