/*!
Theme Name: Car Stock
Theme URI: http://underscores.me/
Author: Conetiza
Author URI: https://conetiza.com
Description: A car catalog theme optimized for lead generation
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: carstock
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.

Car Stock 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* 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.
 */
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;
}

/**
 * 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;
	font-family: 'Heldane';
}

/* 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;
}

/**
 * 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.
 */
a {
	background-color: transparent;
	text-decoration: none !important;
}

/**
 * 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: none;
	text-decoration: none 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 {
	border: none;
	border-radius: 0;
	padding: 0;
	display: block;
	background: none;
	outline: none;
	box-sizing: border-box;
	margin: 0;
	width: auto;
	overflow: visible;
	background: transparent;
	color: inherit;
	font: inherit;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none;

}

/**
 * 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;
}

/* Box sizing
--------------------------------------------- */

/* 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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Inter", sans-serif;
}

p {
	margin-bottom: 1.5em;
	font-family: "Inter", sans-serif;
}

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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #7a7a7a;
	border: 0;
	height: 1px;
	margin: 24px 0;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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;
}

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

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

figure {
	margin: 0;
}

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

/* Links
--------------------------------------------- */

a:hover,
a:focus,
a:active {
	color: #151515;
}

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	font-family: "Inter", sans-serif;
}

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

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="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 {
	padding: 12px 14px !important;
	color: #717171;
	font-family: "Inter", sans-serif;
	border: 1px solid #E0E0E0;
	padding: 11px 16px;
	outline: none;
	font-size: 16px;
	line-height: 22px;
	max-width: 100%;
	width: 100%;
}
}

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: none;
	position: relative;
	width: calc(100% + 40px);
	padding: 16px 0px;
	text-align: left;
	font-size: 14px;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.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;
}

.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%;
}

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

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

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content {
	margin: 1.5em 0 0;
}

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

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

.bypostauthor {
	display: block;
}

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

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

/* 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 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: 0;
	display: grid;
	grid-gap: 0;
}

.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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack 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;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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 {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/* Checkout Titles Hidding */
#customer_details>div.col-1>div>h3 {
	display: none !important;
}

#customer_details>div.col-2>div.woocommerce-additional-fields>h3 {
	display: none !important;
}

#order_review_heading {
	display: none !important;
}


/*
* Typografy temporary
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


/*
* Header
*/
.site-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	align-items: center;
	transition: background-color 250ms ease, color 250ms ease, transform 250ms ease;
	box-sizing: border-box;
	border-bottom: 1px solid #EAEAEA;
	flex-wrap: wrap;
	background: #fff;
}

.site-header .site-branding {
	padding: 16px 5vw;
	margin: 0 auto;
	max-width: 1920px;
	vertical-align: middle;
	display: flex;
	align-content: center;
	align-items: center;
}

.main-navigation .transparent {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-navigation {
	max-width: 100%;
	padding: 0px 5vw;
	margin: auto;
	height: 44px;
	max-width: 1920px;
}

.footer-navigation {
	max-width: 100%;
	padding: 0px;
	margin: 0;
	height: auto;
	max-width: 1920px;
}

.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.footer-navigation li {
	padding: 0 28px 0 0;
}

.footer-navigation a {
	color: #fff;
	text-transform: uppercase;
}

.single-product .main-navigation {
	display: none !important;
}

.archive .main-navigation {
	display: none;
}

.single-product .site-top {
	border: 0;
}

.main-navigation nav {
	display: flex;
	position: relative;
	height: 46px;
	overflow-x: scroll;
	overflow-y: hidden;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	height: 100%;
	font-size: 14px;
	line-height: 22px;
	padding: 0 28px 0 0;
}


.woocommerce-breadcrumb {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 22px;
}



/*
* Main Styles
*/

.page-title {
	font-family: 'Heldane', sans-serif;
	font-size: 32px;
	line-height: 44px;
	color: #151515;
}

.page-subtitle {
	font-family: 'Heldane', sans-serif;
	font-size: 24px;
	line-height: 32px;
	color: #151515;
}

.woocommerce-result-count {
	font-size: 14px;
	line-height: 22px;
	color: #717171;
	margin-right: auto;
}

#page .single-product .site-main {
	padding: 20px 5vw;
	margin: 0 auto;
	max-width: 1920px;

}

.single-product .site-main {
	max-width: 1920px;

}

.site-main {
	margin: 0 auto 60px;
	box-sizing: border-box;
	max-width: 1920px;
	padding: 0 5vw;
	display: flex;
	flex-direction: column;
}

/*
* Footer
*/

.site-footer {
	font-size: 14px;
	font-family: inter, Arial, sans-serif;
	color: #FFF;
	background-color: #000;
	padding: 0 5vw;
}

.site-footer .footer-top {
	display: flex;
	padding: 40px 0;
	border-bottom: 1px solid #606060;

}

.site-footer .footer-bottom {
	display: flex;
	height: 28px;
	padding: 22px 0;
	align-items: center;
	box-sizing: content-box;
}

.footer-top,
.footer-bottom {
	margin: 0 auto;
	max-width: calc(1920px - 10vw);
}

/*
* Woocommerce
*/

body a.added_to_cart.wc-forward {
	display: none !important;
}

ul.products {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	grid-gap: 30px 23px;
	grid-auto-rows: auto;
}

@media (max-width: 1080px) {
	.checkout-bar {
		display: none;
	}

	div.summary.entry-summary.col-md {
		width: 100%;
	}
}


@media (min-width: 861px) and (max-width: 1199px) {
	ul.products {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	ul.products li.product {
		margin: 0 !important;
	}
}

@media (max-width: 860px) {
	ul.products {
		grid-template-columns: minmax(0, 1fr);
		grid-gap: 20px 23px;
	}

	ul.products li.product {
		margin: 0 !important;
	}
}


@media(max-width: 540px) {

	ul>li.product.swiper-button-next,
	ul>li.product.swiper-button-prev {
		visibility: hidden !important;
	}
}


ul.products li.product {
	width: auto !important;
	display: inline;
	font-family: inter, Arial, sans-serif;
	box-sizing: border-box;
	text-decoration: none !important;
	position: relative;
	border: 1px solid #E0E0E0;
	margin: 0 !important;
}



ul.products li.product a img {
	display: none;
	position: relative;
	padding: 0px;
	object-fit: cover;
	width: 100%;
	height: 70%;
}

.woocommerce-loop-product__title {
	padding-top: 12px;
	font-style: normal;
	font-weight: 500;
	width: 50%;
	font-size: 14px;
	line-height: 24px;
	color: #383838;
	white-space: nowrap;
	display: inline-flex;
	margin: 0 16px;

	text-decoration: none !important;
}

.price {
	font-style: normal;
	font-weight: 600;
	width: 50%;
	font-size: 16px;
	line-height: 24px;
	color: #151515;
	white-space: nowrap;
	display: inline-flex;
	margin: 0px 16px;
	margin-top: 0px;
	margin-bottom: 16px;

}

.single-product .mobile-product-bar .woocommerce-Price-currencySymbol {
	font-family: inherit;
}

.single-product .woocommerce-Price-currencySymbol {
	font-family: 'Heldane';
}

ul.products li.product .button {
	margin: 0 16px;
	display: flex;
	float: right;
	justify-content: flex-end;
	flex-direction: row;
	margin-top: -24px;
}

.contact-button {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #151515;
}

#contact-icon {
	width: 16px;
	height: 16px;
	margin: 0px 0px 0px 4px;
	display: inline;
}



.model_car_year {
	font-style: normal;
	font-weight: 400;
	width: 50%;
	font-size: 14px;
	line-height: 14px;
	color: #606060;
	white-space: nowrap;
	display: inline-flex;
	margin: 0px 16px;
	margin-top: -4px;
	padding-bottom: 16px;

	text-decoration: none !important;
}

div.summary.entry-summary.col-md {
	padding-right: 44px;
}

div.summary.entry-summary.col-md>.product_title {
	display: inline-flex;
	font-family: 'Heldane';
	color: #151515;
	font-size: 32px;
	line-height: 44px;
	width: 50%;
	margin: 0;
}

div.summary.entry-summary.col-md>.price {
	justify-content: flex-end;
	font-weight: 500;
	font-family: 'Heldane', sans-serif;
	font-size: 32px;
	line-height: 44px;
	color: #151515;
	margin: 0;
}

#contact-modal {
	margin: auto;
	width: 424px;
	border: 1px solid rgb(224, 224, 224);
	border-radius: 0;
}

#contact-modal-header {
	border-bottom: none;
	padding: 1rem 1rem 0 1rem;

}


.checkout {
	display: flex;
	align-items: center;
	border: 1px solid #E0E0E0;
	flex-direction: column;
	padding-bottom: 19px;
}

p.form-row {
	width: 100% !important;
	margin-right: 0 !important;
	margin-bottom: 12px;
	max-width: 100%;
}

.col2-set {
	width: 100%;
}

.col-1 {
	width: 100%;
}

.checkout-bar {
	height: fit-content;
	position: sticky;
	top: 120px;
	padding-bottom: 100px;
	box-sizing: border-box;
	width: 380px;

}

.checkout {
	background-color: #fff;
}

.woocommerce-checkout-review-order {
	width: 100%;
}

#place_order {
	background: #006C75 !important;
	border-color: #006C75 !important;
	color: #FFF !important;
	width: calc(100% - 38px);
	margin: auto;
	padding: 13px 0;
	line-height: 20px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase !important;
	border-radius: 0px !important;
}


.woocommerce-result-count {
	display: block;
	margin-bottom: -40px !important;
	margin: 0;
	margin-left: 0;
}

.woocommerce-ordering {
	display: inline-flex;
	position: relative;
	margin-right: 0;
	right: 0;
	margin-left: auto;
}





.woocommerce-ordering::after {
	content: url("data:image/svg+xml; utf8, <svg width='18' height='18' clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='m5.214 14.522s4.505 4.502 6.259 6.255c.146.147.338.22.53.22s.384-.073.53-.22c1.754-1.752 6.249-6.244 6.249-6.244.144-.144.216-.334.217-.523 0-.193-.074-.386-.221-.534-.293-.293-.766-.294-1.057-.004l-4.968 4.968v-14.692c0-.414-.336-.75-.75-.75s-.75.336-.75.75v14.692l-4.979-4.978c-.289-.289-.761-.287-1.054.006-.148.148-.222.341-.221.534 0 .189.071.377.215.52z' fill-rule='nonzero'/></svg>");
	width: 24px;
	height: 24px;
	margin: 0px;
	padding: 18px 8px;
}


.woocommerce-tabs {
	display: none;
}


.car_details {
	font-weight: 500;
	color: #151515;
	font-size: 16px;
}

.label_car_info {
	font-weight: 400;
	color: #717171;
	font-size: 16px;
}

.container-width {
	max-width: 1920px;
}

.single-product .container-width {
	max-width: 1920px;
}

.woocommerce-breadcrumb {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 22px;
	color: #717171;
	margin: 16px 0;
}

.modal.show .modal-dialog {
	transition: background-color 300ms ease-out;
	max-height: 100%;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}


.modal-fullscreen {
	max-height: 0;
}


.vendor-image {
	border-radius: 100%;
	margin-right: 0px;
	height: 122px;
	width: 122px;
	padding: 0;
	border: 4px solid #f2f2f2;
}

.vendor-resume {
	padding: 30px 0 10px;
	position: absolute;
	z-index: 999;
	top: auto;
	display: flex;
	margin: 20%;
	background: #00000094;
	border-radius: 0;
	width: 30%;
	border: 2px solid #dddddd38;
	right: 0px;
	background: rgb(21 21 21 / 50%);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 0.0625rem solid rgb(21 21 21 / 40%);
	margin: 25vh 5vw 16.4vh 5vw;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.vendor-background {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	border-radius: 8px 8px 0 0;
}

.vendor-title {
	font-family: 'Heldane';
	color: #fff;
	margin: 12px 0 0 0;

}

.vendor-phone {
	margin: 0;
	color: #fff;
	text-align: center;
}

.vendor-tag {
	color: #fff;
	text-align: center;
	margin: 0px 2vw;
	font-size: 14px;
}

.vendor-resume-container {
	display: flex;
	padding: 0px 3vw;
	border-radius: 0px 0px 8px 8px;
	padding-bottom: 30px;
	flex-direction: column;
}

.vendor-image-holder {
	display: flex;
	vertical-align: middle;
	align-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: -80px;
	margin-bottom: 0px;
}

.vendor-holder-name {
	display: flex;
	flex-direction: column;
}

.vendor-info-holder {
	margin-left: auto;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.vendor-buttons {
	display: flex;
	vertical-align: middle;
	align-content: center;
	flex-direction: row;
	align-items: center;
	margin: 18px 0px;
}

#vendor-share {
	background: #151515 !important;
	border-color: #151515 !important;
	color: #FFF !important;
	width: 100%;
	padding: 8px 0;
	line-height: 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase !important;
	border-radius: 0px !important;
	min-width: 200px;
}

.vendor-share-icon {
	display: inline;
	padding: 0px 4px;
}

@media(max-width: 728px) {
	.vendor-resume {
		padding: 30px 0 10px;
		position: absolute;
		z-index: 999;
		top: auto;
		display: flex;
		margin: 20%;
		background: transparent;
		border-radius: 0;
		text-align: center;
		width: 30%;
		backdrop-filter: blur(0px);
		-webkit-backdrop-filter: blur(0px);
		border: 0;
		margin: 0px;
		align-items: center;
		justify-content: center;
		align-content: center;
		top: 25%;
		width: 100%;
	}

	.vendor-resume-container {
		display: flex;
		padding: 0px 3vw;
		border-radius: 0px 0px 8px 8px;
		padding-bottom: 30px;
		flex-direction: column;
		background: #00000094;
		border-radius: 0;
		border: 2px solid #dddddd38;
		background: rgb(21 21 21 / 50%);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		border: 0.0625rem solid rgb(21 21 21 / 40%);
		margin: 19px;
	}

}

.woocommerce .product_meta span.posted_in {
	display: none;
}

.related.products>h2 {
	padding: 24px 0;
	font-family: 'Heldane', sans-serif !important;
	font-size: 24px !important;
	line-height: 32px;
	color: #151515;
}


.form-check-input:checked {
	background-color: #000000 !important;
	border-color: #000000 !important;
}

.form-check-input {
	border-radius: 0 !important;
}

.form-check .form-check-input {
	float: left;
	margin-left: 0;
}

.woocommerce-billing-fields__field-wrapper {
	padding: 19px 19px 0px 19px;
}

.form-check {
	margin-bottom: 8px;
}

.term-label {
	font-size: 13px;
	color: #606060;
	padding: 0 12px;
}

#term-form {
	padding: 10px 19px;
}

#term-form>label>a {
	text-decoration: underline !important;
	text-decoration-color: #D0D0D0 !important;
	color: #606060;
	transition: all 0.3s;
	cursor: pointer;
	text-underline-offset: 3px;
	outline-color: #606060;
}


.woocommerce-product-gallery__trigger {
	position: relative;
	top: 0 !important;
	right: 0 !important;
	display: block;
	z-index: 99;
}


.swiper-slide {
	height: 100%;
}



.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 34px !important;
	color: #151515;
}

.search-field {
	width: 100%;
	left: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	background: #F1F1F1;
	cursor: text;
	color: #717171;
	z-index: 5;
	padding: 9px 12px !important;
}

.woocommerce-product-search>button {
	display: none;
}

.woocommerce-product-search>input {
	text-align: center;
}

.woocommerce-product-search::after {
	content: url("data:image/svg+xml; utf8, <svg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: gray' d='m15.97 17.031c-1.479 1.238-3.384 1.985-5.461 1.985-4.697 0-8.509-3.812-8.509-8.508s3.812-8.508 8.509-8.508c4.695 0 8.508 3.812 8.508 8.508 0 2.078-.747 3.984-1.985 5.461l4.749 4.75c.146.146.219.338.219.531 0 .587-.537.75-.75.75-.192 0-.384-.073-.531-.22zm-5.461-13.53c-3.868 0-7.007 3.14-7.007 7.007s3.139 7.007 7.007 7.007c3.866 0 7.007-3.14 7.007-7.007s-3.141-7.007-7.007-7.007z' fill-rule='nonzero' /></svg>");
	display: inline-flex;
	width: 22px;
	height: 10px;
	margin: 0;
	color: #717171;
	flex-direction: column;
	margin: 12px;
	margin-top: -30px;
	position: absolute;
	flex-wrap: nowrap;
}

.contact-button-top {
	border: 1px solid #006C75;
	color: rgb(0 108 117);
	padding: 8px 18px;
	border-radius: 100px;
	height: 38px;
	color: rgb(0 108 117);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	font-size: 15px;
}

.contact-button-top:hover {
	border: 1px solid #006C75;
	color: #fff;
	padding: 8px 18px;
	border-radius: 100px;
	height: 38px;
	background: rgb(0 108 117);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	font-size: 15px;
	cursor: pointer;
}


.contact-button-top::before {
	content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'><path style='fill: rgb(0 108 117)' d='M11 11v-3h1.247c.882 0 1.235.297 1.828.909.452.465 1.925 2.091 1.925 2.091h-5zm-1-3h-2.243c-.688 0-1.051.222-1.377.581-.316.348-.895.948-1.506 1.671 1.719.644 4.055.748 5.126.748v-3zm14 5.161c0-2.823-2.03-3.41-2.794-3.631-1.142-.331-1.654-.475-3.031-.794-.55-.545-2.052-2.036-2.389-2.376l-.089-.091c-.666-.679-1.421-1.269-3.172-1.269h-7.64c-.547 0-.791.456-.254.944-.534.462-1.944 1.706-2.34 2.108-1.384 1.402-2.291 2.48-2.291 4.603 0 2.461 1.361 4.258 3.179 4.332.41 1.169 1.512 2.013 2.821 2.013 1.304 0 2.403-.838 2.816-2h6.367c.413 1.162 1.512 2 2.816 2 1.308 0 2.409-.843 2.82-2.01 1.934-.056 3.181-1.505 3.181-3.829zm-18 4.039c-.662 0-1.2-.538-1.2-1.2s.538-1.2 1.2-1.2 1.2.538 1.2 1.2-.538 1.2-1.2 1.2zm12 0c-.662 0-1.2-.538-1.2-1.2s.538-1.2 1.2-1.2 1.2.538 1.2 1.2-.538 1.2-1.2 1.2zm2.832-2.15c-.399-1.188-1.509-2.05-2.832-2.05-1.327 0-2.44.868-2.836 2.062h-6.328c-.396-1.194-1.509-2.062-2.836-2.062-1.319 0-2.426.857-2.829 2.04-.586-.114-1.171-1.037-1.171-2.385 0-1.335.47-1.938 1.714-3.199.725-.735 1.31-1.209 2.263-2.026.34-.291.774-.432 1.222-.43h5.173c1.22 0 1.577.385 2.116.892.419.393 2.682 2.665 2.682 2.665s2.303.554 3.48.895c.84.243 1.35.479 1.35 1.71 0 1.196-.396 1.826-1.168 1.888z'/></svg>");
	display: inline-flex;
	width: 22px;
	margin-right: 6px !important;
	margin-left: 0px !important;
	height: 10px;
	color: #717171;
	flex-direction: column;
	margin: 8px;
	margin-top: 0px;
	position: relative;
	flex-wrap: nowrap;
}

.contact-button-top:hover::before {
	content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'><path style='fill: white' d='M11 11v-3h1.247c.882 0 1.235.297 1.828.909.452.465 1.925 2.091 1.925 2.091h-5zm-1-3h-2.243c-.688 0-1.051.222-1.377.581-.316.348-.895.948-1.506 1.671 1.719.644 4.055.748 5.126.748v-3zm14 5.161c0-2.823-2.03-3.41-2.794-3.631-1.142-.331-1.654-.475-3.031-.794-.55-.545-2.052-2.036-2.389-2.376l-.089-.091c-.666-.679-1.421-1.269-3.172-1.269h-7.64c-.547 0-.791.456-.254.944-.534.462-1.944 1.706-2.34 2.108-1.384 1.402-2.291 2.48-2.291 4.603 0 2.461 1.361 4.258 3.179 4.332.41 1.169 1.512 2.013 2.821 2.013 1.304 0 2.403-.838 2.816-2h6.367c.413 1.162 1.512 2 2.816 2 1.308 0 2.409-.843 2.82-2.01 1.934-.056 3.181-1.505 3.181-3.829zm-18 4.039c-.662 0-1.2-.538-1.2-1.2s.538-1.2 1.2-1.2 1.2.538 1.2 1.2-.538 1.2-1.2 1.2zm12 0c-.662 0-1.2-.538-1.2-1.2s.538-1.2 1.2-1.2 1.2.538 1.2 1.2-.538 1.2-1.2 1.2zm2.832-2.15c-.399-1.188-1.509-2.05-2.832-2.05-1.327 0-2.44.868-2.836 2.062h-6.328c-.396-1.194-1.509-2.062-2.836-2.062-1.319 0-2.426.857-2.829 2.04-.586-.114-1.171-1.037-1.171-2.385 0-1.335.47-1.938 1.714-3.199.725-.735 1.31-1.209 2.263-2.026.34-.291.774-.432 1.222-.43h5.173c1.22 0 1.577.385 2.116.892.419.393 2.682 2.665 2.682 2.665s2.303.554 3.48.895c.84.243 1.35.479 1.35 1.71 0 1.196-.396 1.826-1.168 1.888z'/></svg>");
	display: inline-flex;
	width: 22px;
	margin-right: 6px !important;
	margin-left: 0px !important;
	height: 10px;
	color: #717171;
	flex-direction: column;
	margin: 8px;
	margin-top: 0px;
	position: relative;
	flex-wrap: nowrap;
}



#place_order::before {
	content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'><path style='fill: white' d=' M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z'/></svg>");
	display: inline-flex;
	width: 22px;
	margin-right: 6px !important;
	margin-left: 0px !important;
	height: 20px;
	color: #717171;
	flex-direction: row;
	margin: 0;
	margin-top: 0px;
	position: relative;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}
}

.footer-brand {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

#colophon>div>div.footer-top>div.col.footer-brand,
#colophon>div>div.footer-bottom>div.col.footer-brand {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.product-slider-box {
	padding-bottom: 60.2%;
	position: relative;
	background: #E0E0E0;
	margin: -1px;
}

.slider-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
}

.slide-image img {
	aspect-ratio: 5/3;
	object-fit: cover;
	width: 100%;
    height: auto;
}


.swiper-zoom-container>img {
	object-fit: cover !important;
}


.swiper-button-next.swiper-button-disabled {
	opacity: 0 !important;
}

.swiper-button-prev.swiper-button-disabled {
	opacity: 1 !important;
}

.slider-box .swiper-container .swiper-button-next,
.slider-box .swiper-container .swiper-button-prev {
	height: 30px !important;
	background: #fff;
	padding: 16px 16px;
	border-radius: 50px;
	box-shadow: 0 0 4px rgb(0 0 0 / 25%);
	visibility: hidden;
}


.swiper-button-next,
.swiper-button-prev {
	height: 30px !important;
	background: #fff;
	padding: 16px 16px;
	border-radius: 50px;
	box-shadow: 0 0 4px rgb(0 0 0 / 25%);
	visibility: visible;
}


.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 13px !important;
	color: #151515;
	font-weight: 900;

}

.swiper-pagination-bullet {
	width: 6px !important;
	height: 6px !important;
	background: rgba(255, 255, 255, 0.6) !important;
	opacity: 1 !important;
}

.swiper-pagination-bullet-active {
	background: #fff !important;
}


.swiper-container::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 32px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
	z-index: 2;
}


.product-type-simple:hover>div>div>div>div.swiper-button-prev {
	visibility: visible;
}

.product-type-simple:hover>div>div>div>div.swiper-button-next {
	visibility: visible;
}

.last-slide-info {
	width: 100%;
	height: 100%;
	position: absolute;
	align-items: center;
	justify-content: center;
	transition: opacity 0.7s ease;
	display: none;
}

.show-more-button {
	font-family: inter, Arial, sans-serif;
	height: 40px;
	padding: 0 16px;
	font-size: 12px;
	font-weight: 500;
	line-height: 40px;
	border-radius: 20px;
	background-color: #FFF;
	text-transform: uppercase;
	box-shadow: 0 0 4px rgb(0 0 0 / 25%);
	color: #393939;
}


#contactFormModal .modal-body .contact-top {
	padding: 0px 19px 19px 19px;
}

#contactFormModal .modal-content {
	border: none;
	border-radius: 0;
}

#contactFormModal .modal-body {
	padding: 0;
}

#contactFormModal .modal-body .checkout {
	border-top: none;
}


.contact-top {
	flex-direction: column;
	display: flex;
	padding: 19px;
	border-bottom: 1px solid #E0E0E0;
}

.agent-name {
	margin: 0;
	font-weight: 500;
	font-size: 17px;
	line-height: 25px;
	color: #151515;
	display: flex;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}

.contact-phone {
	color: #383838;
	margin: 8px 0;
	font-size: 14px;
	line-height: 20px;
}


.single-product div.product .woocommerce-product-gallery {
	cursor: pointer;
}

.homeSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
	width: 60px !important;
	border-radius: 0px;
	height: 3px !important;
}


.homeSwiper .swiper-pagination {
	bottom: 30px !important;
	padding: 0 5vw;
	text-align: right;
}

@media(max-width: 480px) {
	.site-footer .footer-top {
		display: flex;
		padding: 40px 0;
		border-bottom: 1px solid #606060;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		align-items: center;
	}

	.footer-navigation ul {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.footer-navigation li {
		padding: 0;
	}

	.footer-navigation {
		padding-bottom: 30px;
	}

	.site-footer .footer-bottom {
		display: flex;
		height: 78px;
		padding: 22px 0;
		align-items: center;
		box-sizing: content-box;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		text-align: center;
	}

	.site-footer .footer-bottom .col {
		padding-bottom: 12px;
	}

	.homeSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
		cursor: pointer;
		width: 30px !important;
		border-radius: 0px;
		height: 3px !important;
	}

	.homeSwiper .swiper-pagination {
		text-align: center;
	}

	.slide-info {
		flex: 1;
		max-width: 100% !important;
		text-align: center;
	}

	.slide-buttons {
		flex: 1;
		max-width: 280px;
	}

	.slide-title {
		font-size: 48px !important;
		line-height: 48px !important;
		font-family: heldane, prata, sans-serif;
	}

	.single-product .product-action {
		display: none !important;
	}

	.site-search {
		width: 90%;
	}

	.site-mobile-menu {
		width: 10%;
	}

	.woocommerce-result-count {
		display: block;
		margin-bottom: 0px !important;
		margin: 0;
		margin-left: 0;
	}

	.woocommerce-ordering {
		display: inline-flex;
		position: relative;
		margin-left: 0 !important;
		right: 0;
		margin-left: auto;
	}

	.slide-buttons {
		flex: 1;
		max-width: 280px;
		margin: auto;
	}
}

.slider-catalog {
	background-size: cover !important;
	background-position: center !important;
}

.slide-content {
	top: 0;
	right: 0;
	z-index: 10;
	left: 0;
	bottom: 0;
	position: absolute;
	display: flex;
	box-sizing: border-box;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.2) 48.44%, rgba(0, 0, 0, 0.7) 100%);
}

.content-wrapper {
	display: flex;
	margin: 0 auto;
	align-items: flex-end;
	justify-content: space-between;
	max-width: 1920px;
	width: 100%;
	padding: 0 5vw 60px;
	box-sizing: border-box;
}

.slide-info {
	flex: 1;
	max-width: 50%;
}

.slide-title {
	font-size: 68px;
	line-height: 68px;
	font-family: heldane, prata, sans-serif;
	color: white;
	font-weight: normal;
}

.slide-subtitle {
	margin-top: 40px;
	font-family: inter, Arial, sans-serif;
	color: white;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 15px;
	letter-spacing: 1px;
	max-width: 100%;
}

.slide-link {
	margin-top: 10px;
	text-decoration: underline;
	font-family: inter, Arial, sans-serif;
	color: white;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 15px;
	letter-spacing: 1px;
	max-width: 100%;
}


#gallery-product.modal-header {
	border: none !important;
}

.modal-button {
	background-color: rgb(21, 21, 21);
	color: rgb(255, 255, 255);
	text-transform: capitalize;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	padding-top: 4px;
	padding-bottom: 4px;
	border-color: rgb(21, 21, 21);
	height: 32px;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 7px 12px;
}

.modal-back {
	color: rgb(21, 21, 21);
	text-transform: capitalize;
	font-size: 15px;
	background: transparent;
	border: none;
	line-height: 17px;
	font-weight: 500;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 32px;
	box-sizing: border-box;
	padding: 7px 0px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.modal-back i {
	font-size: 30px;
}


.modal-fullscreen .modal-header {
	border-bottom: 0;
}

#gallery-product>div>div>div.modal-body.gallery-body {
	padding: 0 10px 0 10px !important;
}

.btn-close {
	opacity: 0.9;
}

.contact-div {
	display: flex;
	margin-top: 22px;
	border-top: 1px solid #E0E0E0;
	flex-direction: column;
}

.contact-title {
	margin-top: 48px;
	font-family: inter, Arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #151515;
}

.contact-content {
	max-width: 724px;
	margin: 48px auto 120px;
}

.gallery__controls {
	width: calc(100% - 48px);
	z-index: 999;
	grid-area: 1/-1;
	display: flex;
	padding: 0 5vw;
	margin: 0 auto;
	max-width: 1920px;
	margin: auto auto 24px;
	padding: 0 24px;
	width: 100%;
}

.gallery__details {
	margin: auto 0 0 auto;
}

.product-info {
	margin-top: 24px;
	display: flex;
}

.view-photos {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	border-radius: 100px;
	text-transform: capitalize;
	padding: 7px 24px;
	background-color: rgba(21, 21, 21, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.view-photos i {
	margin-right: 8px;
}

.slider-box .product-action {
	position: absolute !important;
	z-index: 99;
	right: 0;
	margin: 12px;
	padding: 10px;
	border-radius: 100px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	display: inline-flex;
	color: #151515;
	outline-color: #151515;
	background-color: #FFF;
	border: 1px solid #E0E0E0;
	text-align: center;
	align-items: center;
	justify-content: center;
	transition: color 80ms ease, background-color 80ms ease, border-color 80ms ease;
	font-style: normal;
	font-family: inter, Arial, sans-serif;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	white-space: nowrap;
}

.single-product .mobile-save-button .product-action i {
	margin: 0;
}

.single-product .mobile-save-button .product-action {
	position: relative !important;
	display: flex !important;
	z-index: 99;
	background-color: #FFF;
	border-radius: 100px;
	height: 40px;
	width: 40px;
	padding: 12px;
	border-color: #EAEAEA;
	display: inline-flex;
	color: #151515;
	margin-right: 0;
	outline-color: #151515;
	border: 1px solid #E0E0E0;
	text-align: center;
	align-items: center;
	justify-content: center;
	transition: color 80ms ease, background-color 80ms ease, border-color 80ms ease;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	font-family: inter, Arial, sans-serif;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	white-space: nowrap;
}

.single-product .mobile-save-button .product-action span {
	display: none;
}

.product-action span {
	display: none;
}

.single-product .product-action i {
	margin-right: 8px;
}

.single-product .product-action span {
	display: block;
}

.product-action .bi::before {
	font-weight: bold !important;
}

.single-product .product-action {
	margin-right: 8px;
	border-radius: 100px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding: 8px 24px;
	display: inline-flex;
	color: #151515;
	outline-color: #151515;
	background-color: #FFF;
	border: 1px solid #E0E0E0;
	text-align: center;
	align-items: center;
	justify-content: center;
	transition: color 80ms ease, background-color 80ms ease, border-color 80ms ease;
	font-style: normal;
	font-family: inter, Arial, sans-serif;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	white-space: nowrap;
}

.single-product div.product {
	flex-direction: column;
}



/*
Single Product Mobile Styles
*/
@media(max-width: 768px) {

	.single-product .whatsapp-button {
		display: none !important;
	}

	.whatsapp-button {
		display: none !important;
	}

	.single-product .woocommerce-breadcrumb {
		display: none;
	}

	.single-product .site-main {
		padding: 0;
	}

	.gallery._w-side-images .gallery__image {
		border-radius: 0 !important;
	}

	.single-product .site-header {
		position: relative !important;
	}

	.mobile-product-bar {
		display: block !important;
	}

	.single-product .row {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.single-product div.product .woocommerce-product-gallery {
		margin: 0px;
		padding: 0px;
	}

	div.summary.entry-summary.col-md {
		padding: 0;
	}

	.product-info {
		padding: 0px 18px;
	}

	div.summary.entry-summary.col-md>.product_title {
		width: 100%;
		font-size: 24px;
		line-height: 32px;
	}

	div.summary.entry-summary.col-md>.price {
		justify-content: flex-start;
		font-size: 24px;
		line-height: 32px;
	}

	.car_details {
		font-size: 14px;
	}

	.label_car_info {
		font-size: 14px;
	}

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

@media (max-width: 991.98px) {
	.offcanvas-collapse {
		position: fixed;
		top: 56px;
		/* Height of navbar */
		bottom: 0;
		left: 100%;
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		visibility: hidden;
		background-color: #343a40;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	}

	.offcanvas-collapse.open {
		visibility: visible;
		transform: translateX(-100%);
	}
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
	color: #151515;
}


.simplefavorite-button.active {
	opacity: 1 !important;
}

.menu-nav-top {
	height: 100%;
	font-size: 16px;
	line-height: 22px;
	padding: 0 12px;
	display: inline-flex;
	color: #151515;
	outline-color: #151515;
	background-color: transparent;
	border: 1px solid #E0E0E0;
	text-align: center;
	align-items: center;
	justify-content: center;
	transition: color 80ms ease, background-color 80ms ease, border-color 80ms ease;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	font-family: inter, Arial, sans-serif;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	padding: 10px 15px;
	white-space: nowrap;
	border: none;
}


.button-hamburguer {
	display: inline-flex;
	color: #151515;
	outline-color: #151515;
	background-color: transparent;
	border: none;
	text-align: center;
	align-items: center;
	justify-content: center;
	transition: color 80ms ease, background-color 80ms ease, border-color 80ms ease;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	font-family: inter, Arial, sans-serif;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	white-space: nowrap;
}

.button-hamburguer svg {
	stroke: #151515;
}


.share-modal-body {
	display: flex;
	flex-direction: column;
	padding-bottom: 0;
}

.label-share {
	margin-right: auto;
}

.button-share {
	height: 44px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 36px 0;
	border-bottom: 1px solid #e4e4e4;
}

.share-icon {
	font-size: 22px;
}

._transparent {
	background: transparent !important;
	border-bottom: none !important
}

.product-bar-bottom {
	position: fixed;
	bottom: 0;
	z-index: 999;
	width: 100%;
	padding: 0;
	margin: 0;
}

.product-bar {
	padding: 0px;
	background: #FFF;
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	display: flex;
	flex-direction: row;
	height: 144px;
}

.product-bar .contact-top {
	padding: 0px;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 60px;
}

.product-bar .contact-top .vendor-image {
	padding: 12px;
	padding: 0;
	height: 68px !important;
	width: 68px !important;
	border: 4px solid #f2f2f2;

}

.product-bar .woocommerce {
	width: 100%;
}

.product-bar .product-bar-button {
	font-style: normal;
	padding: 9px;
	line-height: 24px;
	background: #006C75;
	border-color: #006C75;
	color: #FFF;
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	width: 100%;
	text-align: center;
	display: flex;
	letter-spacing: 1px;
	text-transform: uppercase;
	vertical-align: cente;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	border-radius: 0;
}

.product-bar-icon {
	color: white;
	margin: 0px 8px;
	font-size: 18px;
}

.modal.fade:not(.in).right .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
}

.social-footer {
	color: #fff;
	font-size: 20px;
	padding: 0px 20px;
}

/* Custom Filter Options Styles */

.wc-block-product-categories.is-dropdown {
	width: 100% !important;
	text-align: left;
	padding: 11px 30px 11px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	line-height: 20px;
	color: #151515;
	border: 0;
	background: #FFF;
	width: 100%;
	height: 100%;
	outline: none;
	cursor: pointer;
	border-radius: 100px;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	padding: 5px 14px;
	margin-right: 6px;
	margin-left: 0;

	border: 1px solid #E0E0E0;
}

.wc-block-product-categories__button {
	border: none;
	color: #fff;
	border-radius: 3px;
	background: #fff;
	color: #151515;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	font-family: "Inter", sans-serif;
}

.widget {
	margin: 0px 40px 0px 0px;
	display: inline-flex;
}

.wc-block-product-categories select {
	margin-right: 0.5em;
	padding: 8px !important;
}


.wc-blocks-filter-wrapper h3 {
	display: none;
}

.wp-block-woocommerce-price-filter {
	border-style: none !important;
	min-width: 300px;
	margin-bottom: 0px !important;
}

.wc-block-components-price-slider__range-input-progress {
	margin-top: 22px !important;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
	margin: 10px 20px;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
	margin: 10px -20px;
}

.wc-block-components-price-slider__range-input-wrapper:before {
	bottom: -22px;
	top: 22px;
}

.single-product .widget-area {
	display: none;
}

.form-check-input[type=radio] {
	border-radius: 50% !important;
	margin: 0px 8px;
}

#cookieNotice {
	font-family: inter, Arial, sans-serif;
	position: fixed;
	width: 636px;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1030;
	color: rgb(255, 255, 255);
	backface-visibility: hidden;
	box-sizing: border-box;
	display: block;
	padding: 13px 20px;
	background: rgba(0, 0, 0, 0.9);
	border-radius: 4px;
}

.content-wrap {
	display: flex;
	justify-content: space-between;
}

.cookie-button {
	height: 38px;
	margin-top: 5px;
	background-color: rgb(255, 255, 255);
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	font-family: inherit;
	color: rgb(21, 21, 21);
	padding: 8px 54px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(209, 209, 209);
	border-image: initial;
	border-radius: 2px;
	text-decoration: none;
	transition: all 250ms ease-in-out 0s;
}

@media(max-width: 768px) {
	#cookieNotice {
		width: calc(100% - 40px);
		bottom: 20px;
	}

	.content-wrap {
		flex-direction: column;
	}
}


.single-product .related .product-action span {
	display: none;
}

.related .slider-box .product-action {
	padding: 10px;
}

.single-product .related .product-action i {
	margin: 0px;
}

.woocommerce-customer-details {
	display: none;
}

.woocommerce-thankyou-order-details {
	display: none;
}

.woocommerce-order-received .entry-title {
	display: none;
}



.woocommerce-thankyou-order-received {
	display: none;
}

.woocommerce-order-details__title {
	text-align: center;
	padding: 20vh 6vw;
}

.redirect-whatsapp {
	color: #00A884;
	font-size: 56px;
	margin-bottom: 20px;
}


/**
 * Single product
 */

.gallery._w-side-images {
	height: 60vh;
	max-height: 500px;
	min-height: 460px;
	max-width: 1920px;
}

.gallery {
	display: grid;
}

.gallery._w-side-images .gallery__image {
	border-radius: 8px;
}

.gallery._w-side-images .gallery__image {
	display: flex;
}

.gallery__image {
	background-size: cover;
	grid-area: 1 / -1 / auto / auto;
	overflow: hidden;
}

.gallery._w-side-images .gallery__image>picture {
	position: relative;
	overflow: hidden;
}

.gallery._w-side-images picture {
	background-size: cover;
}

.gallery._w-side-images picture img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.gallery__side-images>div picture:nth-of-type(2) {
	width: calc(50% - 2px);
	margin-left: 4px;
}

.gallery__side-images._2>div:nth-of-type(2) {
	margin-top: 4px;
}

.gallery__image._2>* {
	width: calc(50% - 2px);
}

.gallery__image._2>div {
	margin-left: 4px;
}

.gallery__image._2>* {
	width: calc(50% - 2px);
}

.gallery__side-images {
	display: flex;
	flex-direction: column;
}

.gallery__side-images._2>div {
	height: calc(50% - 2px);
}

.gallery__side-images>div {
	display: flex;
	flex: 1 1 0px;
}


@media(max-width: 768px) {
	.gallery__side-images {
		display: none;
	}

	.gallery._w-side-images .gallery__image._2>* {
		width: 100%;
	}

	.gallery._w-side-images {
		height: 40vh;
		max-height: 360px;
		min-height: 320px;
	}
}

.button-view-all {
	margin-top: 40px;
	padding: 12px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	border-radius: 100px;
	margin-bottom: 32px;
	text-transform: uppercase;
	width: 350px;
	max-width: 100%;
	display: inline-flex;
	color: #151515;
	outline-color: #151515;
	background-color: #FFF;
	border: 1px solid #151515;
	text-align: center;
	align-items: center;
	justify-content: center;
	transition: color 80ms ease, background-color 80ms ease, border-color 80ms ease;
	font-style: normal;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	white-space: nowrap;
}

.button-view-all:hover {
	color: #fff;
	outline-color: #151515;
	background-color: #151515;
	border: 1px solid #151515;
}



.woocommerce-pagination {
	margin-top: 32px;
}

.page-numbers {
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	list-style: none;
	margin: 8px;
	padding: 0px;
}




.page-numbers li span {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #606060;
	padding: 8px 0;
	box-sizing: border-box;
	border: 1px solid #E0E0E0;
	vertical-align: middle;
}

.page-numbers li a {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #606060;
	padding: 8px 0;
	box-sizing: border-box;
	vertical-align: middle;

}