/*!
Theme Name: topchasovnici
Theme URI: https://www.topchasovnici.com/
Author: Top Chasovnici
Author URI: https://www.topchasovnici.com/
Description: Custom Theme
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: topchasovnici
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.

topchasovnici 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

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

@font-face {
	font-family: 'Exo2';
	src: url(/wp-content/themes/topchasovnici/fonts/Exo2-Regular.woff2) format('woff2');
	font-weight: 400;
  	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Exo2';
	src: url(/wp-content/themes/topchasovnici/fonts/Exo2-Bold.woff2) format('woff2');
	font-weight: 700;
  	font-style: normal;
	font-display: fallback;
}

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

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

/**
 * 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: 'Exo2', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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;
	overflow-x: hidden;
}

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

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

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	text-decoration: none;
}

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

a:focus {
	outline: none;
}

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

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="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	position: static;
}

.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;
	margin-right: 15px;
}

.main-navigation li:last-child {
    margin-right: 0;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 11px 0 11px 0;
    text-align: center;
}

.main-navigation a:hover, .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor>a {
    color: #cae5ff;
}

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

.menu-toggle {
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 5px 7px;
    position: absolute;
    bottom: -5px;
    background: #6c7c8b;
    border-radius: 0;
	font-size: 14px;
	height: 54px;
}

.main-navigation.toggled .menu-toggle {
    z-index: 999;
    color: transparent;
    position: fixed;
    top: 0;
    bottom: auto;
}

.menu-toggle:before {
    position: absolute;
	left: 0;
    right: 0;
    top: 0;
    width: 40px;
    height: 4px;
    background: #ffffff;
    border-radius: 2px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    bottom: 0;
    margin: auto;
}

.menu-toggle:after {
    position: absolute;
	top: 0;
	left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: #ffffff;
    border-radius: 2px;
	-webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    margin: auto;
}

.main-navigation.toggled .menu-toggle:before, .main-navigation.toggled .menu-toggle:after {
	content: '';
}

@media screen and (min-width: 768px) {
	.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%;
}

/* Header
--------------------------------------------- */
.site-header {
	position: relative;
    background: #353e46;
}

.custom-logo {
    display: block;
    margin: 4px 0;
}

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

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

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

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

.flex-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-end {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.full-width {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.top-box {
    min-height: 230px;
    margin-top: 12px;
}

.top-box-img {
    position: absolute;
    left: 45%;
    right: 0;
    background: #000;
}

.top-box-img img {
    display: block;
    object-fit: cover;
    height: 230px;
}

.top-box-text {
    background: #f5f5f5;
    min-height: 145px;
	text-align: center;
}

h1 {
    font-size: 28px;
}

/**/
.chasovnici-filtri {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
}

.watch-filters-row {
    display: grid;
    grid-template-columns: minmax(200px, 2fr) minmax(130px, 1fr) minmax(130px, 1fr) minmax(150px, 1.1fr) minmax(170px, 1.2fr) minmax(110px, 0.8fr);
    gap: 10px 12px;
    align-items: end;
}

.watch-filters-panel {
    margin-bottom: 15px;
}

.watch-filters-actions {
    display: none;
}

.watch-filters-reset-link {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    font-size: 13px;
    font-weight: bold;
    color: #7b628a;
    text-decoration: none;
}

.watch-filters-reset-link:hover,
.watch-filters-reset-link:focus {
    color: #9277a3;
    text-decoration: underline;
}

.watch-filters-row > [class*="col"] {
    width: auto;
    max-width: none;
    flex: none;
    padding-left: 0;
    padding-right: 0;
}

.watch-listing-meta {
    margin-bottom: 18px;
}

.watch-listing-intro {
    margin-bottom: 10px;
    line-height: 1.6;
}

.watch-listing-status {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    font-size: 14px;
    color: #5f676d;
}

.watch-listing-summary {
    font-weight: bold;
    color: #353e46;
}

.chasovnici-filtri [class*="col"] {
    margin-bottom: 0;
}

input#search-brand,
.watch-filters-form select,
.watch-price-range input {
    width: 100%;
    margin-bottom: 0;
    min-height: 40px;
    padding: 7px 10px;
	color: #a096a6;
    border-color: #a096a6;
    border-width: 1px;
    border-style: solid;
    background: #fff;
}

.watch-filters-form select {
    height: 40px;
}

.watch-price-range {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.watch-price-range input {
    margin-bottom: 0;
}

.watch-filter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.watch-filter-submit,
.watch-filter-reset {
    appearance: none;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.watch-filter-submit {
    background: #cb7a30;
    color: #fff;
}

.watch-filter-submit:hover,
.watch-filter-submit:focus {
    background: #dc8434;
}

.watch-filter-reset {
    background: #e4e2e7;
    color: #353e46;
}

.watch-filter-reset:hover,
.watch-filter-reset:focus {
    background: #d6d2dc;
}

.ui-widget.ui-widget-content {
    margin-left: 10px;
    margin-right: 14px;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #a096a6;
}

.chasovnici-filtri label {
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
    line-height: 1.2;
}

.watch-filter-field-search {
    min-width: 0;
}

.ui-slider-handle.ui-corner-all.ui-state-default {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.ui-slider-handle:last-of-type {
    background: #7b628a;
}

.ui-slider-handle.ui-corner-all.ui-state-hover:last-of-type,
.ui-slider-handle.ui-corner-all.ui-state-focus:last-of-type,
.ui-slider-handle.ui-corner-all.ui-state-active:last-of-type {
    background: #9277a3;
}

.ui-slider-handle.ui-corner-all.ui-state-hover,
.ui-slider-handle.ui-corner-all.ui-state-focus,
.ui-slider-handle.ui-corner-all.ui-state-active {
    background: #c3b7d7;
    border-color: #e4e2e7;
}

input#amount {
    color: #7b628a !important;
    font-size: 14px;
    padding: 0 0 0 5px;
}

.extra-options {
    font-size: 13px;
}

.extra-options span {
    display: inline-block;
    margin-right: 5px;
}

.extra-options input {
    position: relative;
    top: 3px;
    cursor: pointer;
    accent-color: #7b628a;
}

.extra-options label {
    display: inline-block;
    padding: 5px 0 5px 5px;
    cursor: pointer;
}

input#search-brand:not(:placeholder-shown) {
    background: #a096a6;
    border-color: #a096a6;
    color: #fff;
}

input#search-brand::-webkit-search-cancel-button {
    opacity: 1;
}

::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background: url(/wp-content/uploads/2023/02/icon-cancel.png) no-repeat 0 0/contain;
    height: 12px;
	width: 12px;
    cursor: pointer;
}

/**/
#chasovnici-marka {
    font-size: 14px;
}

#chasovnici-marka span {
    display: inline-block;
    margin-right: 5px;
}

#chasovnici-marka input {
    position: relative;
    top: 1px;
    cursor: pointer;
    accent-color: #7b628a;
}

#chasovnici-marka label {
    display: inline-block;
    padding: 5px 0 5px 5px;
    cursor: pointer;
}

/**/
.full-width.chasovnici {
    background: #353e46;
    padding: 10px 0;
    margin-top: 15px;
	overflow: hidden;
}

.chasovnici-title {
    display: block;
    position: relative;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.chasovnici-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 100%;
    height: 2px;
    width: 100%;
    background: #fff;
}

.chasovnici-title:after {
    content: '';
    position: absolute;
    right: 100%;
    height: 2px;
    width: 100%;
    background: #fff;
}

.chasovnici [class*="col-"] {
    margin-bottom: 15px;
}

.chasovnik-link {
    display: block;
	position: relative;
    text-align: center;
    color: #353e46;
	background: #fff;
	border-radius: 3px;
	height: 100%;
}

.chasovnik-link:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    background: url(/wp-content/uploads/2023/02/timerbg-logo.png) no-repeat center/contain;
    width: 70px;
    height: 17px;
    z-index: 1;
}

.chasovnik-box {
    display: block;
    position: relative;
    padding: 10px;
    margin-bottom: 15px;
	min-height: 125px;
	border-radius: 3px;
}

.chasovnik-btn {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 1;
}

.chasovnik-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 10px;
    background: #353e46;
    margin: auto;
}

.chasovnik-btn span {
	display: block;
	background: #cb7a30;
	max-width: 150px;
	padding: 4px 8px;
	margin-left: 8px;
	line-height: normal;
}

.chasovnik-ceni {
    position: absolute;
    right: 0;
    top: 10px;
}

.chasovnik-ceni:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 10px;
    background: #353e46;
    margin: auto;
}

.chasovnik-price-all {
    display: block;
    background: #e4e2e7;
    font-size: 14px;
    padding: 2px 8px;
	margin-right: 8px;
    min-width: 80px;
    max-width: 100%;
}

.chasovnik-title {
    display: block;
    line-height: 1.3;
    font-size: 15px;
    font-weight: 600;
	padding: 0 5px 6px;
}

.chasovnik-box img {
    width: auto;
    max-height: 100px;
	transition: 0.2s ease;
    cursor: zoom-in;
}

.chasovnik-box img:focus {
    outline: 2px solid #cb7a30;
    outline-offset: 2px;
}

body.watch-image-lightbox-open {
    overflow: hidden;
}

.watch-image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.watch-image-lightbox[hidden] {
    display: none !important;
}

.watch-image-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(53, 62, 70, 0.88);
}

.watch-image-lightbox__dialog {
    position: relative;
    z-index: 1;
    max-width: min(92vw, 720px);
    max-height: 92vh;
    width: 100%;
}

.watch-image-lightbox__panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 92vh;
    overflow: auto;
    background: #fff;
    border-radius: 4px;
    padding: 16px 16px 18px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.watch-image-lightbox__image {
    display: block;
    max-width: 100%;
    max-height: calc(92vh - 150px);
    width: auto;
    height: auto;
    object-fit: contain;
}

.watch-image-lightbox__footer {
    width: 100%;
    margin-top: 14px;
    text-align: center;
}

.watch-image-lightbox__title {
    margin: 0 0 12px;
    color: #353e46;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.watch-image-lightbox__title[hidden],
.watch-image-lightbox__cta[hidden] {
    display: none !important;
}

.watch-image-lightbox__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 18px;
    background: #cb7a30;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.watch-image-lightbox__cta:hover,
.watch-image-lightbox__cta:focus {
    background: #dc8434;
    color: #fff;
}

.watch-image-lightbox__close {
    position: absolute;
    top: -12px;
    right: -12px;
    appearance: none;
    border: 0;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #cb7a30;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.watch-image-lightbox__close:hover,
.watch-image-lightbox__close:focus {
    background: #dc8434;
}

@media screen and (max-width: 767px) {
	.watch-image-lightbox {
		padding: 12px;
	}

	.watch-image-lightbox__dialog {
		max-width: 100%;
	}

	.watch-image-lightbox__panel {
		padding: 14px 14px 16px;
	}

	.watch-image-lightbox__image {
		max-height: calc(92vh - 170px);
	}

	.watch-image-lightbox__title {
		font-size: 14px;
	}

	.watch-image-lightbox__cta {
		width: 100%;
	}

	.watch-image-lightbox__close {
		top: 8px;
		right: 8px;
	}
}

.chasovnik-link:hover .chasovnik-box img {
    transform: scale(1.2);
}

.chasovnik-btn:hover span, .chasovnik-btn:focus span {
    background: #dc8434;
	color: #fff;
}

.watch-empty-state {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 10px 0 20px;
}

.watch-pagination {
    margin-top: 20px;
}

.watch-pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.watch-pagination a,
.watch-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    padding: 8px 12px;
    background: #fff;
    color: #353e46;
    font-size: 14px;
    font-weight: bold;
}

.watch-pagination .current {
    background: #cb7a30;
    color: #fff;
}

.watch-page-editor-content {
    margin: 24px 0 10px;
    padding: 0 15px;
    line-height: 1.6;
    color: #353e46;
    text-align: justify;
    text-justify: inter-word;
}

.watch-page-editor-content > :first-child {
    margin-top: 0;
}

.watch-page-editor-content > :last-child {
    margin-bottom: 0;
}

.watch-page-editor-content h1,
.watch-page-editor-content h2,
.watch-page-editor-content h3,
.watch-page-editor-content h4,
.watch-page-editor-content h5,
.watch-page-editor-content h6,
.watch-page-editor-content figcaption {
    text-align: left;
}

.watch-page-editor-content ul,
.watch-page-editor-content ol {
    margin: 0.75em 0 1em;
    padding-left: 1.25em;
}

.watch-page-editor-content ul {
    list-style: disc;
}

.watch-page-editor-content ol {
    list-style: decimal;
}

.watch-page-editor-content li {
    margin: 0 0 0.4em;
    padding: 0;
}

.watch-page-editor-content li:last-child {
    margin-bottom: 0;
}

.watch-page-editor-content li > ul,
.watch-page-editor-content li > ol {
    margin: 0.35em 0 0.35em;
    padding-left: 1.15em;
}

.watch-page-editor-content .wp-block-list {
    margin: 0.75em 0 1em;
    padding-left: 1.25em;
}

.watch-page-editor-content p + ul,
.watch-page-editor-content p + ol,
.watch-page-editor-content ul + p,
.watch-page-editor-content ol + p {
    margin-top: 0.75em;
}

.watch-page-editor-content table {
    width: 100%;
    max-width: 100%;
    margin: 1.25em 0;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
    background: #fff;
}

.watch-page-editor-content thead th {
    background: #f5f5f5;
    font-weight: bold;
}

.watch-page-editor-content th,
.watch-page-editor-content td {
    border: 1px solid #d6d2dc;
    padding: 8px 10px;
    vertical-align: top;
    text-align: left;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}

.watch-page-editor-content .wp-block-table,
.watch-page-editor-content figure.wp-block-table {
    width: 100%;
    max-width: 100%;
    margin: 1.25em 0;
    overflow: visible;
}

.watch-page-editor-content .wp-block-table table {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .watch-page-editor-content {
        padding: 0 12px;
    }

    .watch-page-editor-content ul,
    .watch-page-editor-content ol,
    .watch-page-editor-content .wp-block-list {
        margin: 0.5em 0 0.75em;
        padding-left: 1.1em;
    }

    .watch-page-editor-content li {
        margin-bottom: 0.35em;
    }

    .watch-page-editor-content li > ul,
    .watch-page-editor-content li > ol {
        margin: 0.25em 0 0.25em;
        padding-left: 1em;
    }

    .watch-page-editor-content table {
        font-size: 12px;
    }

    .watch-page-editor-content th,
    .watch-page-editor-content td {
        padding: 6px 7px;
        font-size: 12px;
        line-height: 1.4;
    }
}

/**/
.sb-links {
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sb-links a,
.sb-links .sb-links__current {
    position: relative;
    display: block;
    padding: 5px 5px 5px 25px;
    color: #353e46;
    width: 100%;
}

.sb-links a:before,
.sb-links .sb-links__current:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 15px;
    background: url(/wp-content/uploads/2023/02/icon.png) no-repeat 0 0/contain;
}

.sb-links a:hover {
    color: #cb7a30;
}

.sb-links .sb-links__current {
    font-weight: bold;
    cursor: default;
}

/**/
.img-links {
	margin: 30px -8px 14px;
}

.img-link {
    display: block;
    position: relative;
    height: 150px;
    font-size: 14px;
    margin-bottom: 16px;
    color: #353e46;
    font-weight: bold;
    text-transform: uppercase;
}

.img-link--current {
    cursor: default;
}

.img-links [class*="col"] {
    padding-left: 8px;
    padding-right: 8px;
}

.img-link span {
    position: absolute;
    left: 0;
    width: 200px;
    max-width: 100%;
    top: 15px;
    transition: 0.2s ease;
    background: #f5f5f5;
    padding: 5px;
    text-align: center;
}

.img-link img {
    object-fit: cover;
    height: 100%;
    object-position: right;
}

.img-link:hover span {
    width: 80%;
}

.img-link--current:hover span {
    width: 200px;
    max-width: 100%;
}

/**/
.loader-icon {
	display: block;
	text-align: center;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	color: #a2a7ac;
}

.loader-icon:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 10px auto;
    border-radius: 50%;
    border: 5px solid #ffffff;
    border-color: #a2a7ac transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.out-loader-icon {
	display: none;
}

/* Footer
--------------------------------------------- */

.site-footer {
    background: #000000;
    padding: 20px 0;
    margin-top: 20px;
    color: #fff;
}

p.copyright {
    margin-bottom: 0;
}

.site-footer a {
    color: #fff;
}

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: rgb(160 150 166 / 70%);
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 12;
}

.back-to-top:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    border-top: 6px solid #f0f4f7;
    border-right: 6px solid #f0f4f7;
    transform: rotate(-45deg);
    border-radius: 3px;
}

.hide-by-name, .hide-by-type, .hide-by-ml {
	display: none !important;
}

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

@media screen and (min-width: 768px) {
	.sb-links a,
	.sb-links .sb-links__current {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (min-width: 992px) {
	.sb-links a,
	.sb-links .sb-links__current {
    	-webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
	}
}

@media screen and (max-width: 767px) {
	body.admin-bar .main-navigation #primary-menu, body.admin-bar .main-navigation.toggled .menu-toggle {
    	top: 46px;
    }
	
	.site-branding a {
    	display: block;
    	max-width: 70%;
	}
	
	.main-navigation #primary-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #353e46;
        z-index: 998;
        padding: 54px 20px 15px;
        overflow-y: scroll;
    }
	
	.main-navigation li {
		margin-right: 0;
		margin-top: 7px;
	}

	.main-navigation a {
		font-size: 16px;
		padding: 5px 0;
	}
	
	.top-box {
		min-height: 150px;
	}

	.top-box-img img {
		height: 150px;
	}

	.top-box-text {
		min-height: 90px;
	}
	
	.chasovnici-filtri [class*="col"] {
		margin-bottom: 0;
	}

	.watch-listing-status {
		font-size: 13px;
	}

	.watch-filters-panel {
		margin-left: 15px;
		margin-right: 15px;
	}

	.watch-filters-actions {
		display: flex;
		justify-content: flex-end;
		margin-bottom: 8px;
	}

	.watch-filters-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.watch-filter-field-search,
	.watch-filter-field-brand,
	.watch-filter-field-type,
	.watch-filter-field-price {
		grid-column: 1 / -1;
	}

	.watch-filter-field-sort,
	.watch-filter-field-per-page {
		grid-column: auto;
		max-width: none;
	}

	.watch-price-range {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.chasovnik-title {
		font-size: 16px;
		line-height: 1.35;
	}

	.watch-filter-actions {
		flex-direction: column;
	}

	.watch-filter-submit,
	.watch-filter-reset {
		width: 100%;
	}

	.ui-widget.ui-widget-content {
		margin-bottom: 6px;
	}

	.ui-slider-handle.ui-corner-all.ui-state-default {
		width: 25px;
		height: 25px;
	}
	
	#chasovnici-marka {
		height: 112px;
		overflow: scroll;
		background: #e4e2e7;
		padding: 5px;
	}

	#chasovnici-marka  span {
		display: table;
		margin-right: 0;
	}

	#chasovnici-marka  input {
		display: table-cell;
	}

	#chasovnici-marka label {
		display: table-cell;
		padding-left: 5px;
		width: 100%;
	}
	
h1 {
    	font-size: 20px;
	}
}

@media only screen and (max-width: 575px) {
	.watch-listing-meta {
		margin-bottom: 14px;
	}

	.watch-listing-intro {
		font-size: 14px;
		line-height: 1.45;
	}

	.watch-filters-panel {
		margin-left: 12px;
		margin-right: 12px;
	}

	.watch-filters-row {
		gap: 8px;
	}

	.chasovnici-filtri label {
		font-size: 12px;
		margin-bottom: 3px;
	}

	input#search-brand,
	.watch-filters-form select,
	.watch-price-range input {
		min-height: 38px;
		padding: 6px 10px;
		font-size: 14px;
	}

	.watch-filters-form select {
		height: 38px;
	}

	.watch-price-range {
		gap: 8px;
	}
}
