/*!
Theme Name: AC Ivkovic
Theme URI: http://underscores.me/
Author: AC Ivkovic
Author URI: http://www.autocentarivkovic.hr
Description: Custom Coded Theme for AC Ivkovic
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: ac-ivkovic
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.

AC Ivkovic 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.
 */

/* 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;
	transition: all .3s ease-in-out;
}

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

/* 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1 {
	clear: both;
	font-family: "Krona One", sans-serif;
	font-weight: 700;
	margin: 0;
	color: white;
}

h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Krona One", sans-serif;
	font-weight: 500;
	margin: 0;
	color: white;
}

h1 {
	font-size: 5rem;
}

p {
	margin: 0;
	color: #cbcccd;
	font-family: "Rajdhani", sans-serif;
	font-weight: 400;
	font-size: 1rem;
}

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: #1e1f21;
}

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

ul,
ol {
	margin: 0;
}

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

ol {
	list-style: decimal;
}

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

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: 1em 0;
}

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

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

a:focus {
	outline: 0;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

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 {
    text-align: left;
    background-color: white;
    font-family: "Rajdhani", sans-serif;
    text-decoration: none;
    transition: all .3s ease-in-out;
	border: 0;
	padding: 8px 16px;
	outline: 0;
	font-weight: 500;
	width: 100%;
	transition: all .3s ease-in-out;
}

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: white;
	background-color: #2e2f34;
}

select {
	border: 1px solid #ccc;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	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: 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;
}

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

/* CSS BY KICHO */

.main-site-header {
	height: 10vh;
	display: flex;
	align-items: center;
}

.site-header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header-wrapper a img {
	width: 300px;
}

.menu-wrapper {
	display: flex;
	align-items: center;
	gap: 16px;
}

.menu-items {
    display: flex;
    align-items: center;
    gap: 30px;
}

.menu-wrapper a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Rajdhani", sans-serif;
	font-weight: 600;
	transition: all .3s ease-in-out;
	font-size: 1.25rem;
	letter-spacing: 2px;
}

.menu-wrapper a:hover {
	color: #c92027;
}

.primary-button {
	padding: 8px 40px;	
	color: white;
	text-transform: uppercase;	
	text-decoration: none;
	font-weight: 600;
    font-family: "Rajdhani", sans-serif;
	background: linear-gradient(to right, white 50%, #c92027 50%);
    background-size: 201% 100%;
    background-position: right bottom;
	transition: all .3s ease-in-out;
	letter-spacing: 2px;
	outline: 2px solid #c92027;
    outline-offset: 5px;
}

.primary-button:hover {
	background-position: left bottom;
	color: black;
	outline: 2px solid white;
    outline-offset: 5px;
}

.main-site-header .primary-button {
	font-size: 1.25rem;
	padding: 8px 36px;
	position: relative;
	right: 6px
}

.site-main__mobile-menu, .mobile-menu-toggle {
	display: none;
}

.site-hero {
    padding: 100px 0;
    display: flex;
    height: 90vh;
    align-items: center;
	position: relative;
}

.site-hero-image {
	position: absolute;
	z-index: 0;
	height: 90vh;
	width: 100%;
	object-fit: cover;
	-webkit-mask-image: linear-gradient(to left, #1e1f21 10%, #0000000f 35%, #00000005 50%, transparent 70%);
    mask-image: linear-gradient(to left, #1e1f21 10%, #0000000f 35%, #00000005 50%, transparent 70%);
}

.secondary-button {
    padding: 8px 40px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    background: linear-gradient(to right, #c92027 50%, transparent 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all .3s ease-in-out;
    letter-spacing: 2px;
    outline: 2px solid white;
    outline-offset: 5px;
}

.secondary-button:hover {
	background-position: left bottom;
	color: white;
	outline: 2px solid #c92027;
    outline-offset: 5px;
}

.site-hero__main-wrapper {
	position: relative;
	z-index: 2;
	width: 75%;
}

.site-hero__main-wrapper, .main-wrapper__buttons-and-socials {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.main-wrapper__title-and-description {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.main-wrapper__title-and-description h1 {
	height: 100px;
}

.main-wrapper__title-and-description p {
	width: 40%;
}

.main-wrapper__buttons-and-socials .buttons-wrapper, .main-wrapper__buttons-and-socials .socials-wrapper {
	display: flex;
	align-items: center;
	gap: 30px;
}

.main-wrapper__buttons-and-socials .buttons-wrapper {
	position: relative;
    left: 8px;
}

.main-wrapper__buttons-and-socials .socials-wrapper span {
	color: white;
	text-transform: uppercase;
	font-family: "Rajdhani", sans-serif;
	font-weight: 600;
	font-size: 1.25rem;
	letter-spacing: 2px;
}

.main-wrapper__buttons-and-socials .socials-wrapper .icons-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.main-wrapper__buttons-and-socials .socials-wrapper .icons-wrapper a {
	line-height: 0;
}

.main-wrapper__buttons-and-socials .socials-wrapper .icons-wrapper a img {
	height: 30px;
	width: auto;
}

.site-products {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

.wrapper-products__single {
	background-color: #2e2f34;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	min-width: 400px;
	position: relative;
}

.wrapper-products__single .product-image {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.wrapper-products__single span {
	font-family: "Krona One", sans-serif;
	font-size: .75rem;
	color: #c92027;
	font-weight: 600;
}

.wrapper-products__single span p {
	font-family: "Krona One", sans-serif;
	font-size: .75rem;
	color: #c92027;
	font-weight: 600;
}

.post-type-archive-prodaja .wrapper-products__single span {
	display: flex;
	align-items: center;
	gap: 4px;
}

.wrapper-products__single p {
	font-family: "Krona One", sans-serif;
	text-transform: uppercase;
	font-size: .75rem;
	text-align: center;
}

.wrapper-products {
    display: flex;
    align-items: center;
    gap: 30px;
	width: 100%;
	max-width: 100%;
	overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
	cursor: grab;
	flex-direction: row-reverse;
	padding-right: 10px;
}

.wrapper-products__single .secondary-button {
	margin-bottom: 8px;
}

.wrapper-products::-webkit-scrollbar {
	display: none;
}

.swipe {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.path {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: rgba(149, 147, 241, 0.5);
    border-radius: 40px;
    top: 28px;
    left: 78px;
}
.hand-icon {
    position: relative;
    background-image: url('https://i.postimg.cc/8556gm60/hand.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;

    animation: spin 2s infinite;
    transform-origin: 52% 62%;
}
@keyframes spin {
    0% { transform: rotate(30deg); margin-left: 20px; }
    50% { transform: rotate(-15deg); margin-left: -20px; }
    100% { transform: rotate(0deg); margin-left: 20px; }
}

.swipe-txt {
	font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center;
    color: white;
    font-weight: 600;
}

.price-tag {
    width: 40px;
    padding: 6px 12px;
    background: red;
    position: absolute;
    right: -10px;
    top: 10px;
}

.site-products__wrapper {
    display: flex;
    gap: 100px;
    align-items: center;
	position: relative;
}

.wrapper-products-swipe {
	width: 60%;
	position: relative;
	z-index: 3;
}

.tagline {
	font-family: "Black Han Sans", sans-serif;
    text-transform: uppercase;
    font-size: 8rem;
    position: absolute;
    right: -50px;
    color: #292a2e;
    z-index: 1;
}

.site-products__content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 50px;
	width: 30%;
	position: relative;
	z-index: 2;
}

.site-products__content-wrapper h2 {
	text-transform: uppercase;
}

.site-products__content-wrapper p {
	width: 50%;
}

.site-products__content-wrapper .primary-button {
	width: fit-content;
	position: relative;
    left: 8px;
}

.site-products__content-wrapper .content-wrapper__title-and-description {
	display: flex;
	flex-direction: column;
	gap: 30px;
	position: relative;
	z-index: 2;
}

.site-about {
	padding: 100px 0;
	position: relative;
}

.site-about__wrapper {
	display: flex;
	align-items: center;
	gap: 100px;
	justify-content: space-between;
}

.site-about__content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 50px;
	position: relative;
	top: -20px;
}

.site-about__content-wrapper .content-wrapper__title-and-description {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 80%;
}

.site-about__wrapper img {
	width: 50%;
	height: 500px;
	object-fit: cover;
}

.site-about__content-wrapper .primary-button {
	width: fit-content;
    position: relative;
    left: 8px;
}

.tagline-2 {
	font-family: "Black Han Sans", sans-serif;
    text-transform: uppercase;
    font-size: 8rem;
    color: #292a2e;
	position: absolute;
    left: -50px;
	z-index: -1;
}

.site-follow {
	padding: 100px 0;
	position: relative;
}

.site-follow__wrapper {
	background-color: #2e2f34;
	padding: 32px 64px;
	display: flex;
	justify-content: space-between;
}

.site-follow__wrapper .wrapper-single {
	display: flex;
	align-items: center;
	gap: 30px;
}

.site-follow__wrapper .wrapper-single img {
	width: 60px;
	padding: 12px;
	border: 2px solid #c92027;
}

.site-follow__wrapper .wrapper-single span {
	color: white;
	text-transform: uppercase;
	font-family: "Rajdhani", sans-serif;
	font-weight: 600;
	font-size: 1.25rem;
	letter-spacing: 2px;
}

.site-follow .tagline-2 {
	top: -15px;
}

.site-services {
	padding: 100px 0;
}

.site-services__wrapper {
	display: flex;
}

.site-services__wrapper .wrapper-left {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.site-services__wrapper .wrapper-left .wrapper-left__single {
	display: flex;
	align-items: center;
	background-color: #2e2f34;
	padding-left: 10%;
	gap: 30px;
}

.site-services__wrapper .wrapper-left .wrapper-left__single:last-child {
	flex-direction: row-reverse;
	padding-left: 0;
	padding-right: 10%;
}

.wrapper-left__single img {
	width: 55.5%;
	height: 100%;
	object-fit: cover;
}

.site-services__wrapper .wrapper-right {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 50%;
}

.site-services__content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding: 50px 0;
}

.site-services__content-wrapper .content-wrapper__title-and-description {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.site-services__content-wrapper .secondary-button, .site-services__content-wrapper .primary-button {
	position: relative;
	left: 8px;
	width: fit-content;
}

.site-services__wrapper .wrapper-right .site-services__content-wrapper {
	padding: 0 30px;
}

.site-services__content-wrapper .primary-button {
	margin-top: -6px;
}

.site-services__wrapper .wrapper-right img {
	height: 391.13px;
    object-fit: cover;
}

.site-main-services {
	padding: 100px 0;
	position: relative;
}

.site-main-services__top {
	display: flex;
	align-items: flex-end;
	gap: 50px;
}

.site-main-services__slider {
	display: flex;
	gap: 30px;
	overflow-x: scroll;
	align-items: center;
	-webkit-overflow-scrolling: touch;
	cursor: grab;
}

.site-main-services__slider .slider__single {
	min-width: 31.8%;
	position: relative;
	height: 500px;
	background-color: #2e2f34;
}

.slider__single img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
	mask-image: linear-gradient(to bottom, #1e1f21 0%, transparent 100%);
	-webkit-mask-image: linear-gradient(to bottom, #1e1f21 0%, transparent 100%);
}

.slider__single h4 {
	position: absolute;
	z-index: 2;
	bottom: 24px;
	left: 24px;
	transition: bottom .3s ease-in-out;
}

.site-main-services__slider::-webkit-scrollbar {
	display: none;
}

.site-main-services__main-wrapper {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.site-main-services__top p {
	width: 30%;
}

.site-main-services .tagline-2 {
	top: 0;
}

.slider__single:hover h4 {
	bottom: 40px;
}

.site-contact {
	padding: 100px 0;
	position: relative;
}

.site-contact .tagline-2 {
	top: 0;
}

.site-contact__main-wrapper {
	display: flex;
	align-items: center;
	gap: 100px;
}

.site-contact__main-wrapper .main-wrapper__content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.google-maps-wrapper {
	flex: 1;
	display: flex;
	gap: 50px;
	flex-direction: column;
}

.site-contact__main-wrapper .main-wrapper__content .main-wrapper__single {
	display: flex;
	gap: 15px;
	align-items: flex-start;
}

.site-contact__main-wrapper .main-wrapper__content .main-wrapper__single .single__contact {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.main-wrapper__single img {
    width: 24px;
}

#wpcf7-f10-o1 {
    flex: 1;
}

#wpcf7-f10-o1 input[type="submit"] {
	all: unset;
	padding: 8px 40px;	
	color: white;
	text-transform: uppercase;	
	text-decoration: none;
	font-weight: 600;
    font-family: "Rajdhani", sans-serif;
	background: linear-gradient(to right, white 50%, #c92027 50%);
    background-size: 201% 100%;
    background-position: right bottom;
	transition: all .3s ease-in-out;
	letter-spacing: 2px;
	outline: 2px solid #c92027;
    outline-offset: 5px;
	position: relative;
	left: 7px;
}

#wpcf7-f10-o1 input[type="submit"]:hover {
	background-position: left bottom;
	color: black;
	outline: 2px solid white;
	outline-offset: 5px;
}

.form-field-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.form-fields-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#wpcf7-f10-o1 form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#wpcf7-f10-o1 .wpcf7-spinner {
	display: none;
}

.form-field p .wpcf7-form-control-wrap {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.wpcf7-not-valid-tip {
	all: unset;
	color: #ff7e83;
	font-family: "Rajdhani", sans-serif;
	font-size: .875rem;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	color: #ff7e83;
	font-family: "Rajdhani", sans-serif;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
	font-family: "Rajdhani", sans-serif;
}

.google-maps img {
	height: 300px;
	object-fit: cover;
	width: 100%;
}

.site-polaris {
	position: relative;
	height: 75vh;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	z-index: 1;
	display: flex;
    align-items: center;
    justify-content: center;
}

.site-polaris__wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
	position: absolute;
	z-index: 2;
	align-items: center;
}

.site-polaris__wrapper img {
	width: 647.67px
}

.site-polaris__wrapper h2 {
	text-align: center;
	color: #d3d4d6;
	text-transform: uppercase;
	letter-spacing: 15px;
}

.site-footer {
	padding: 100px 0 24px 0;
}

.site-footer__wrapper {
	display: flex;
	justify-content: space-between;
	gap: 5%;
}

.site-footer__single {
	width: 20%;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.site-footer__single .main-wrapper__content {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.site-footer__single h6 {
	text-transform: uppercase;
}

.site-footer__single .main-wrapper__content .main-wrapper__single {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.quick-links {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.quick-links a {
	text-decoration: none;
	text-transform: uppercase;
	color: #cbcccd;
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.quick-links a:hover {
	color: #c92027;
}

.site-footer__single .icons-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.site-footer__single .icons-wrapper a {
	line-height: 0;
}

.site-footer__single .icons-wrapper a img {
	height: 30px;
	width: auto;
}

.site-footer__wrapper-copyright {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.site-footer__copyright {
	text-align: center;
	font-size: .75rem;
}

.site-contact__main-wrapper .main-wrapper__content .main-wrapper__single .single__contact a {
	color: #cbcccd;
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.site-contact__main-wrapper .main-wrapper__content .main-wrapper__single .single__contact a:hover {
	color: #c92027;
}

.site-contact__main-wrapper .main-wrapper__content .main-wrapper__single-tel, .site-footer__single .main-wrapper__content .main-wrapper__single-tel {
	display: flex;
    gap: 15px;
    align-items: flex-start;
	height: fit-content;
}

.site-contact__main-wrapper .main-wrapper__content .main-wrapper__single-tel p, .site-footer__single .main-wrapper__content .main-wrapper__single-tel p {
	transition: all .3s ease-in-out;
}

.site-contact__main-wrapper .main-wrapper__content .main-wrapper__single-tel:hover p, .site-footer__single .main-wrapper__content .main-wrapper__single-tel:hover p {
	color: #c92027;
}

.main-wrapper__single-tel img {
	width: 22px;
}

.site-footer__single .main-wrapper__content .main-wrapper__single .single__contact {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.site-footer__single .main-wrapper__content .main-wrapper__single .single__contact a {
	color: #cbcccd;
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.site-footer__single .main-wrapper__content .main-wrapper__single .single__contact a:hover {
	color: #c92027;
}

.site-follow__wrapper .wrapper-single span {
	transition: all .3s ease-in-out;
}

.site-follow__wrapper .wrapper-single:hover span {
	color: #c92027;
}

.slider__single a {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.slider__single a h4 {
	transition: all .3s ease-in-out;
}

.slider__single a:hover h4 {
	color: #c92027;
}

.line {
	width: 0%;
	height: 2px;
	background-color: #c92027;
	transition: width .3s ease-in-out;
	position: absolute;
    z-index: 2;
    bottom: 24px;
    left: 24px;
}

.slider__single a:hover .line {
	width: 50%;
}

.about-us-page {
    padding: 100px 0;
}

.about-us-image {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.about-us-page__wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.wrapper__title-and-description {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.about-us-gallery__wrapper {
	display: grid;
	grid-template-columns: repeat(4, 2fr);
}

.about-us-image-2 {
    height: 300px;
    object-fit: cover;
	width: 100%;
}

.wrapper-products__all .wrapper-products__single {
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	justify-content: center;
}

.wrapper-products__all {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 30px;
}

.products-archive-section {
	padding: 100px 0;
}

.products-archive-section__wrapper {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.prodaja__wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.post-type-archive-prodaja .prodaja__wrapper {
	gap: 50px;
}

.site-main-services__usluge-all .slider__single {
    min-width: 100%;
    position: relative;
    height: 500px;
    background-color: #2e2f34;
}

.site-main-services__usluge-all {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 30px;
}

.tabs {
    display: flex;
    align-items: center;
    gap: 30px;
	position: relative;
	left: 8px;
}

.tabs .tab {
	padding: 8px 40px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    background: linear-gradient(to right, #c92027 50%, transparent 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all .3s ease-in-out;
    letter-spacing: 2px;
    outline: 2px solid white;
    outline-offset: 5px;
}

.tabs .tab:hover {
	background-position: left bottom;
    color: white;
    outline: 2px solid #c92027;
    outline-offset: 5px;
}

.tabs .tab-is-active {
	padding: 8px 40px;	
	color: white;
	text-transform: uppercase;	
	text-decoration: none;
	font-weight: 600;
    font-family: "Rajdhani", sans-serif;
	background: linear-gradient(to right, white 50%, #c92027 50%);
    background-size: 201% 100%;
    background-position: right bottom;
	transition: none;
	letter-spacing: 2px;
	outline: 2px solid #c92027;
    outline-offset: 5px;
}

.tabs .tab.tab-is-active:hover {
	padding: 8px 40px;	
	color: white;
	text-transform: uppercase;	
	text-decoration: none;
	font-weight: 600;
    font-family: "Rajdhani", sans-serif;
	background: #c92027;
    background-size: 201% 100%;
    background-position: right bottom;
	transition: none;
	letter-spacing: 2px;
	outline: 2px solid #c92027;
    outline-offset: 5px;
}

.prodaja-section__single {
	padding: 100px 0;
}

.single-wrapper__gallery {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 60%;
}

.gallery__gallery-images {
	display: grid;
	grid-template-columns: repeat(4, 2fr);
	gap: 15px;
}

.prodaja-section__single-wrapper {
	display: flex;
	gap: 100px;
}

.prodaja-section__single-main {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.single-wrapper__short-details {
    flex: 1;
	display: flex;
    flex-direction: column;
    gap: 30px;
}

.short-details__wrapper {
    background-color: #2e2f34;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.icon-and-details {
    display: flex;
    align-items: center;
    gap: 30px;
}

.icon-and-details img {
	width: 20px;
}

.details-is-bold {
	font-family: "Krona One", sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    text-align: left;
	color: #cbcccd;
}

.short-details__wrapper-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.details-output {
	margin: 0;
    color: #cbcccd;
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-size: 1rem;
	text-align: right;
}

hr {
    background-color: white;
    border: 0;
    height: 1px;
    margin: 0;
}

.short-details__price {
	font-family: "Krona One", sans-serif;
    font-weight: 500;
    margin: 0;
    color: white;
	font-size: 2rem;
	text-align: center;
}

.single-wrapper__details {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.car-details__single-wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.car-details__single {
    background-color: #2e2f34;
    padding: 16px;
	height: fit-content;
}

.car-details__single-wrapper h6 {
	text-transform: uppercase;
}

.car-details {
	column-count: 3;
    column-gap: 30px;
}

.single-wrapper__details .icon-and-details {
	justify-content: space-between;
}

.car-details__two {
	display: flex;
	flex-direction: column;
	gap: 30px;
	position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.terms-and-policies-section {
	padding: 100px 0;
}

.terms-policty-wrapper {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.terms-and-policies-content p {
	margin-bottom: 1rem;
}

.terms-and-policies-content p:last-child {
	margin-bottom: 0;
}

.wrap-the-tabs {
	display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
}

.part-switcher {
    background: white;
    width: 48px;
    height: 24px;
    border-radius: 16px;
    position: relative;
    z-index: 1;
}

.circle {
    width: 30px;
    height: 30px;
    background: grey;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    left: -5%;
    top: -3px;
	transition: left .3s ease-in-out;
}

.switcher-active .circle {
    background: red;
	left: 45%;
}

.parts-and-switcher {
	display: flex;
	align-items: center;
	gap: 15px;
}

.parts-label {
	font-family: "Krona One", sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    text-align: center;
    color: #cbcccd;
}

.clamp-the-line {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.clamp-the-line-4 {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
	height: 36px;
	font-family: "Krona One", sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    text-align: center;
    color: #cbcccd;
    font-weight: 400;
}

.gallery__images-single {
	height: 120px;
	width: 100%;
	object-fit: cover;
}

.short-details__wrapper hr:last-child {
    display: none;
}

.gallery__featured-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.short-wrapper, .detailed-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #2e2f34;
    padding: 16px;
}

.short-wrapper h6, .detailed-wrapper h6 {
	text-transform: uppercase;
}

.secondary-button:active, .secondary-button:focus {
	background-position: left bottom;
    color: white;
    outline: 2px solid #c92027;
    outline-offset: 5px;
}

.primary-button:active, .primary-button:focus {
	background-position: left bottom;
    color: black;
    outline: 2px solid white;
    outline-offset: 5px;
}

.page-template-about .wrapper_description p, .single-usluge .wrapper_description p {
	margin-bottom: 24px;
}

.single-wrapper__details hr:last-child {
    display: none;
}

/*.postid-524 .short-details__wrapper, .postid-523 .short-details__wrapper {
	display: none;
}*/

.tabs__dodatnaoprema, .tabs__atvutv {
	flex-wrap: wrap;
}

.discount-wrap, .discount-price-wrapper {
	display: flex;
	align-items: center;
	gap: 16px;
}

.discount-wrap span, .discount-wrap span p, .short-details__discount-price-wrap .short-details__price, .discount-price-wrapper span {
	color: #898989;
	position: relative;
	display: flex;
	align-items: center;
}

.discount-wrap .discount-price, .discount-price-wrapper .is-discount-price {
    color: #c92027;
}

.discount-wrap span::before, .short-details__discount-price-wrap .short-details__price::before, .discount-price-wrapper span::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: red;
    position: absolute;
    right: 0;
    z-index: 1;
}

.discount-wrap .discount-price::before, .discount-price-wrapper .is-discount-price::before {
	display: none;
}

.short-details__price-wrap {
    display: flex;
    justify-content: center;
}

.short-details__discount-price-wrap {
	display: flex;
	align-items: center;
	gap: 16px;
	justify-content: center;
}

.short-details__discount-price-wrap .short-details__price {
	font-size: 1rem;
}

.short-details__discount-price-wrap .short-details__discount-price {
	font-family: "Krona One", sans-serif;
    font-weight: 500;
    margin: 0;
    color: white;
    font-size: 2rem;
    text-align: center;
}

@media only screen and (max-width: 599px) {
	h1 {
		font-size: 2.25rem;
        line-height: 1.5;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.75rem;
	}
	h4 {
		font-size: 1.5rem;
	}
	h5 {
		font-size: 1.25rem;
	}
	h6 {
		font-size: 1.125rem;
	}
	.gallery__featured-image {
		height: 300px;
	}
	.home .wrapper-products__single .product-image {
		height: 200px;
	}
	.site-header-wrapper .menu-wrapper, .site-header-wrapper .primary-button {
		display: none;
	}
	.site-header-wrapper a img {
		width: 150px;
	}
	.mobile-menu-toggle {
		display: flex;
		flex-direction: column;
		gap: 5px;
		cursor: pointer;
	}

	.mobile-menu-toggle .bar1, .mobile-menu-toggle .bar2, .mobile-menu-toggle .bar3 {
		width: 30px;
		height: 3px;
		background: white;
		border-radius: 100px;
		transition: all 0.3s ease-in-out;
	}
	.site-main__mobile-menu {
		display: flex;
		flex-direction: column;
		gap: 30px;
		position: absolute;
		top: 9vh;
		background: #1e1f21;
		width: 100%;
		left: -100%;
		height: 100vh;
		padding: 16px 12px;
		transition: all .3s ease-in-out;
		z-index: 999;
	}
	.main-site-header.is-active .site-main__mobile-menu {
		left: 0;
	}
	.site-main__mobile-menu .menu-items {
		display: flex;
		flex-direction: column;
		gap: 16px;
		align-items: flex-start;
	}
	
	.site-main__mobile-menu .menu-items a {
		color: white;
		text-transform: uppercase;
		text-decoration: none;
		font-family: "Rajdhani", sans-serif;
		font-weight: 600;
		transition: all .3s ease-in-out;
		font-size: 1.25rem;
		letter-spacing: 2px;
	}
	.site-main__mobile-menu .primary-button {
		display: block;
		width: fit-content;
		position: relative;
		left: 8px;
	}
	.site-main__mobile-menu .google-maps img {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	.main-site-header.is-active .mobile-menu-toggle .bar1 {
		transform: rotate(45deg) translate(5px, 5px);
	}
	
	.main-site-header.is-active .mobile-menu-toggle .bar2 {
		opacity: 0;
	}
	
	.main-site-header.is-active .mobile-menu-toggle .bar3 {
		transform: rotate(-45deg) translate(7px, -6px);
	}
	.site-hero-image {
        -webkit-mask-image: linear-gradient(to bottom, #1e1f21 0%, transparent 70%);
        mask-image: linear-gradient(to bottom, #1e1f21 0%, transparent 70%);
        top: -35%;
    }
	.site-hero__main-wrapper {
		width: 100%;
	}
	.main-wrapper__title-and-description p {
		width: 100%;
	}
	.main-site-header {
		background-color: #1e1f21;
		position: relative;
		z-index: 3;
	}
	.site-hero, .site-products, .site-about, .site-services, .site-main-services, .site-contact {
		padding: 50px 0;
	}
	.site-products__wrapper {
		flex-direction: column-reverse;
	}
	.wrapper-products-swipe, .site-products__content-wrapper p {
		width: 100%;
	}
	.wrapper-products__single {
		min-width: 75%;
		width: 75%;
	}
	.site-products__content-wrapper {
		width: 94%;
	}
	.tagline {
		font-size: 5rem;
		right: -25px;
		top: -20px;
	}
	.site-about__wrapper {
		flex-direction: column;
		gap: 50px;
		padding-top: 40px;
	}
	.site-about__content-wrapper .content-wrapper__title-and-description {
		width: 100%;
	}
	.site-about__wrapper img {
		width: 100%;
		height: 250px;
	}
	.tagline-2 {
		font-size: 5rem;
		left: -25px;
		top: 0;
	}
	.site-follow {
		padding: 130px 0 50px 0;
	}
	.site-follow .tagline-2 {
		top: 0;
		line-height: 1;
	}
	.site-follow__wrapper {
		padding: 16px 32px;
	}
	.site-follow__wrapper .wrapper-single span {
		display: none;
	}
	.site-services__wrapper {
		flex-direction: column;
	}
	.site-services__wrapper .wrapper-left .wrapper-left__single {
		flex-direction: column;
	}
	.site-services__wrapper .wrapper-left {
		width: 100%;
	}
	.site-services__wrapper .wrapper-left .wrapper-left__single, .site-services__wrapper .wrapper-left .wrapper-left__single:last-child {
		padding: 0 3%;
		gap: 0;
	}
	.wrapper-left__single img {
		width: 100%;
	}
	.site-services__wrapper .wrapper-left .wrapper-left__single:last-child {
		flex-direction: column;
		padding-bottom: 50px;
	}
	.site-services__wrapper .wrapper-right {
		width: 100%;
	}
	.site-services__wrapper .wrapper-right img {
		height: 250px;
	}
	.site-services__wrapper .wrapper-right .site-services__content-wrapper {
		padding: 0 3%;
	}
	.site-main-services__top {
		flex-direction: column;
		gap: 30px;
	}
	.site-main-services__top p {
		width: 100%;
	}
	.site-main-services__main-wrapper {
		padding-top: 20px;
	}
	.site-main-services__slider .slider__single {
		min-width: 85%;
		height: 350px;
	}
	.site-contact__main-wrapper {
		flex-direction: column;
		gap: 50px;
		padding-top: 20px;
	}
	.site-contact__main-wrapper .main-wrapper__content {
		grid-template-columns: repeat(1, 1fr);
	}
	.google-maps-wrapper {
		width: 100%;
	}
	.site-polaris {
		height: 35vh;
		background-attachment: scroll;
	}
	.site-polaris__wrapper img {
		width: 300px;
	}
	.site-polaris__wrapper h2 {
		letter-spacing: 0;
		font-size: 1.5rem;
	}
	.site-footer {
		padding: 50px 0 24px 0;
	}
	.site-footer__wrapper {
		flex-direction: column;
		gap: 50px;
	}
	.site-footer__single {
		width: 100%;
	}
	.site-footer__copyright {
		text-align: left;
	}
	.site-contact .tagline-2 {
		left: -40px;
	}
	.main-wrapper__buttons-and-socials .buttons-wrapper {
		gap: 24px;
	}
	.about-us-page, .products-archive-section {
		padding: 50px 0;
	}
	.about-us-image {
		height: 250px;
	}
	.about-us-gallery__wrapper {
		grid-template-columns: repeat(2, 4fr);
	}
	.about-us-image-2 {
		height: 150px;
		object-fit: cover;
	}
	.wrapper-products__all {
		display: grid;
		grid-template-columns: repeat(1, 5fr);
		gap: 30px;
	}
	.site-main-services__usluge-all .slider__single {
		height: 350px;
	}
	
	.wrapper-products__all, .site-main-services__usluge-all {
		grid-template-columns: repeat(1, 5fr);
	}
	.single-wrapper__gallery {
		width: 100%;
	}
	.prodaja-section__single-wrapper {
		flex-direction: column;
		gap: 50px;
	}
	.car-details {
		grid-template-columns: repeat(1, 1fr);
		column-count: 1;
	}
	.prodaja-section__single, .terms-and-policies-section {
		padding: 50px 0;
	}
	.gallery__gallery-images {
		grid-template-columns: repeat(3, 2fr);
	}
	.prodaja-section__single-main {
		gap: 30px;
	}
	.wrap-the-tabs {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap: 50px;
	}
	.tabs .tab-is-active, .tabs .tab, .tabs .tab.tab-is-active:hover {
		padding: 8px 16px;
	}

	.tabs .tab:hover {
		background-position: right;
		outline: 2px solid white;
	}
}

.cky-consent-container .cky-consent-bar {
	box-shadow: none!important;
}

.cky-btn-revisit-wrapper {
    visibility: hidden!important;
}

.detailed-wrapper li {
	margin: 0;
    color: #cbcccd;
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    list-style-type: disc;
    margin-left: 17px;
}

.short-details__sku {
    background: #2e2f34;
    padding: 8px 16px;
    text-transform: uppercase;
}

body:not(.home) h1 {
    font-size: 3rem;
}

.swipe {
	display: none;
}