@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: 600;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
}

.icon-cart {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-cart-view");
  margin-top: 2px;
}

.icon-search {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-search-view");
}

.icon-close {
  display: inline-block;
  width: 23px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-close-view");
}

.icon-profil {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-profil-view");
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  font-feature-settings: "calt" 1; /* Uključuje Contextual Alternates */
  font-variant-ligatures: common-ligatures;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.03em;
  font-weight: 500;
  background: var(--color-bg-page);
}
body img {
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

.container {
  margin: 0 auto;
  max-width: 1376px;
  padding: 0 16px;
  width: calc(100% - 32px);
}
@media only screen and (min-width: 768px) {
  .container {
    padding: 0 24px;
    width: calc(100% - 48px);
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    padding: 0 32px;
    width: calc(100% - 64px);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  margin: 0 0 16px;
}

a {
  text-decoration: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

img {
  display: block;
}

h2 {
  font-weight: 500;
  font-size: 34px;
  line-height: 41px;
  color: #000000;
  margin: 0 0 24px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 31px;
  }
  h2 br {
    display: none;
  }
}

.button {
  color: #FFFFFF;
  padding: 12px 27px;
  min-height: 16px;
  font-size: 16px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background: #001EFF;
  transition: all 0.5s;
  font-variant-ligatures: common-ligatures;
  font-optical-sizing: auto;
  outline: none;
  letter-spacing: -0.03em;
}
.button:hover {
  background: rgb(0, 27, 229.5);
}
.button.button-gradient {
  background: linear-gradient(to right, #0B27FF 0%, #0B27FF 50%, #A8B3FF 100%);
  background-size: 200% 100%;
  background-position: 100% 0%;
  transition: background-position 0.5s;
  color: #FFFFFF;
}
.button.button-gradient:hover {
  background-position: 0% 0%;
}
.button.button-gradient.button-green-gradient {
  background-image: linear-gradient(to right, #AEFF73 0%, #AEFF73 50%, #FFFFFF 100%);
  color: #000000;
}
.button.button-gradient.button-green-gradient.button-arrow {
  height: 40px;
  font-size: 24px;
  padding: 0 30px;
  line-height: 40px;
}
.button.button-outline {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #000000;
  padding: 9px 17px;
}
.button.button-outline:hover, .button.button-outline:focus, .button.button-outline.button-active {
  background: #ECF0FF;
  border-color: #7C82FC;
}
.button.button-blue {
  border-color: #001EFF;
  color: #001EFF;
}
.button.button-small {
  padding: 7px 23px;
  font-weight: 500;
  font-size: 14px;
}
.button.button-arrow {
  height: 30px;
  font-size: 24px;
  padding: 0 24px;
  line-height: 30px;
}

button {
  font-family: inherit;
  font-variant-ligatures: common-ligatures discretionary-ligatures contextual;
  font-feature-settings: "liga" 1, "calt" 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

input {
  outline: none;
}

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

.text-linear-gradient {
  background: linear-gradient(91.9deg, #E2FFB6 -10.64%, #C6C6C6 28.61%);
  -webkit-background-clip: text; /* Obavezno za Chrome/Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Visually hide the element but keep it accessible to screen readers */
.screen-reader-text:not([for=billing_address_2]) {
  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:not([for=billing_address_2]):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: 1rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.gm-ukloni-kupon {
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.45);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.gm-ukloni-kupon:hover {
  color: #000000;
  text-decoration: underline;
}

:root {
  --color-bg-page: #F5F5F7;
  --color-bg-surface: #FFFFFF;
  --color-bg-surface-alt: #F9F9F9;
  --color-bg-input: #FFFFFF;
  --color-bg-overlay: rgba(0, 0, 0, 0.7);
  --color-text-primary: #1B1B28;
  --color-text-secondary: #3D3D3D;
  --color-text-muted: #7F7F7F;
  --color-text-heading: #000000;
  --color-border: #E5E5E5;
  --color-border-light: #D4D4D4;
  --color-border-alt: #E0E0E0;
  --color-accent: #0038FF;
  --color-accent-alt: #001EFF;
  --color-accent-red: #FF3636;
}

[data-theme=dark] {
  --color-bg-page: #1C1C1E;
  --color-bg-surface: #000000;
  --color-bg-surface-alt: #141414;
  --color-bg-input: #0D0D0D;
  --color-bg-overlay: rgba(0, 0, 0, 0.85);
  --color-text-primary: #E8E8E8;
  --color-text-secondary: #B0B0B0;
  --color-text-muted: #808080;
  --color-text-heading: #FFFFFF;
  --color-border: #2A2A2A;
  --color-border-light: #333333;
  --color-border-alt: #2A2A2A;
  --color-accent: #4D6EFF;
  --color-accent-alt: #3D5AFF;
  --color-accent-red: #FF5252;
}

[data-theme=dark] body {
  background: var(--color-bg-page);
  color: var(--color-text-primary);
}
[data-theme=dark] h1, [data-theme=dark] h2, [data-theme=dark] h3, [data-theme=dark] h4, [data-theme=dark] h5, [data-theme=dark] h6 {
  color: var(--color-text-heading);
}
[data-theme=dark] a:not(.button):not(.button-outline) {
  color: inherit;
}
[data-theme=dark] p {
  color: var(--color-text-primary);
}
[data-theme=dark] .button-outline {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--color-text-primary);
}
[data-theme=dark] .button-outline:hover, [data-theme=dark] .button-outline:focus, [data-theme=dark] .button-outline.button-active {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--color-accent);
}
[data-theme=dark] .button.button-gradient.button-green-gradient {
  color: #111;
}
[data-theme=dark] input[type=text],
[data-theme=dark] input[type=email],
[data-theme=dark] input[type=password],
[data-theme=dark] input[type=tel],
[data-theme=dark] input[type=number],
[data-theme=dark] input[type=search],
[data-theme=dark] select,
[data-theme=dark] textarea {
  background: var(--color-bg-input) !important;
  color: var(--color-text-primary) !important;
  border-color: var(--color-border-light) !important;
}
[data-theme=dark] input[type=text]::-moz-placeholder, [data-theme=dark] input[type=email]::-moz-placeholder, [data-theme=dark] input[type=password]::-moz-placeholder, [data-theme=dark] input[type=tel]::-moz-placeholder, [data-theme=dark] input[type=number]::-moz-placeholder, [data-theme=dark] input[type=search]::-moz-placeholder, [data-theme=dark] select::-moz-placeholder, [data-theme=dark] textarea::-moz-placeholder {
  color: var(--color-text-muted) !important;
}
[data-theme=dark] input[type=text]::placeholder,
[data-theme=dark] input[type=email]::placeholder,
[data-theme=dark] input[type=password]::placeholder,
[data-theme=dark] input[type=tel]::placeholder,
[data-theme=dark] input[type=number]::placeholder,
[data-theme=dark] input[type=search]::placeholder,
[data-theme=dark] select::placeholder,
[data-theme=dark] textarea::placeholder {
  color: var(--color-text-muted) !important;
}
[data-theme=dark] input[type=text]:focus,
[data-theme=dark] input[type=email]:focus,
[data-theme=dark] input[type=password]:focus,
[data-theme=dark] input[type=tel]:focus,
[data-theme=dark] input[type=number]:focus,
[data-theme=dark] input[type=search]:focus,
[data-theme=dark] select:focus,
[data-theme=dark] textarea:focus {
  border-color: var(--color-accent) !important;
}
[data-theme=dark] hr {
  border-color: var(--color-border);
}
[data-theme=dark] .site-header {
  background: var(--color-bg-surface);
  box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.5);
}
[data-theme=dark] .site-header .top-bar .container {
  background: linear-gradient(90.18deg, rgba(70, 100, 40, 0.2) -3.51%, rgba(80, 80, 80, 0.15) 42.68%, transparent 100.92%);
}
[data-theme=dark] .site-header .top-bar::before {
  background: linear-gradient(90.18deg, rgba(70, 100, 40, 0.2) 0%, rgba(70, 100, 40, 0.2) calc(50% - 720px), transparent 50%);
}
[data-theme=dark] .site-header .top-bar a {
  color: var(--color-text-heading) !important;
}
[data-theme=dark] .site-header .top-bar .container ul li a:hover, [data-theme=dark] .site-header .top-bar .container ul li a:focus {
  background: rgba(255, 255, 255, 0.1) !important;
}
[data-theme=dark] .site-header .main-header a {
  color: var(--color-text-heading) !important;
}
[data-theme=dark] .site-header .header-cart form.search {
  background: rgba(255, 255, 255, 0.1);
}
[data-theme=dark] .site-header .header-cart form.search input {
  color: var(--color-text-heading) !important;
}
[data-theme=dark] .site-header .header-cart form.search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}
[data-theme=dark] .site-header .header-cart form.search input::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}
[data-theme=dark] .site-header .header-cart form.search button {
  background-color: transparent;
}
[data-theme=dark] .site-header .light-dark {
  background: rgba(255, 255, 255, 0.1) !important;
}
[data-theme=dark] .site-header .light-dark::before {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
[data-theme=dark] .site-header .wpml-ls-item {
  background: rgba(255, 255, 255, 0.1) !important;
}
[data-theme=dark] .site-header .wpml-ls-item .sub-menu {
  background: rgba(30, 30, 30, 0.95) !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
}
[data-theme=dark] .site-header .wpml-ls-item .sub-menu li a {
  color: var(--color-text-primary) !important;
  border-top-color: var(--color-border) !important;
}
[data-theme=dark] .site-header .wpml-ls-item .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
[data-theme=dark] .site-header .na-akciji-menu a {
  background: rgba(70, 100, 40, 0.25) !important;
}
[data-theme=dark] .site-header .container .site-navigation ul > li.za-berbernice-i-salone a {
  background: linear-gradient(90deg, rgba(120, 50, 50, 0.5) 0%, rgba(50, 80, 120, 0.5) 50%) !important;
  background-size: 200% 100% !important;
  background-position: 0% 100% !important;
}
[data-theme=dark] .site-header .container .site-navigation ul > li.za-berbernice-i-salone a:hover, [data-theme=dark] .site-header .container .site-navigation ul > li.za-berbernice-i-salone a:focus {
  background: linear-gradient(90deg, rgba(120, 50, 50, 0.5) 0%, rgba(50, 80, 120, 0.5) 50%) !important;
  background-size: 200% 100% !important;
  background-position: 100% 100% !important;
}
[data-theme=dark] .site-header .container .site-navigation ul.main-menu > li > a:hover, [data-theme=dark] .site-header .container .site-navigation ul.main-menu > li > a:focus {
  background: rgba(255, 255, 255, 0.12) !important;
}
[data-theme=dark] .site-header .container .site-navigation ul.main-menu > li > a {
  color: var(--color-text-heading) !important;
}
[data-theme=dark] .site-header .container .site-navigation ul.main-menu > li:hover > ul {
  background: linear-gradient(180deg, #000000 10px, rgb(200, 200, 200) 32px, #ffffff 64px);
}
[data-theme=dark] .site-header .container .site-navigation ul.main-menu > li:hover > ul li a {
  color: #3D3D3D !important;
}
[data-theme=dark] .site-header .container .site-navigation .proizvodi li:not(.hr):not(.svi-proizvodi) a::before {
  background: #DAFFA4;
  mix-blend-mode: darken;
}
[data-theme=dark] .site-header .container .site-navigation .proizvodi ul li.hr {
  background: #ABABAB !important;
}
[data-theme=dark] .site-header .container .site-navigation .svi-proizvodi a {
  border-color: rgba(0, 0, 0, 0.3) !important;
  color: #3D3D3D !important;
}
[data-theme=dark] .site-header .container .site-navigation .svi-proizvodi a:hover {
  background: #EDEDED !important;
}
[data-theme=dark] .site-header .moj-profil {
  background: rgba(255, 255, 255, 0.1) !important;
}
[data-theme=dark] .site-header .moj-profil .woocommerce-MyAccount-navigation {
  background: linear-gradient(180deg, #000000 10px, rgb(200, 200, 200) 32px, #ffffff 64px);
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
[data-theme=dark] .site-header .moj-profil .woocommerce-MyAccount-navigation ul li a {
  color: #3D3D3D !important;
  border-top-color: #BEDAB7 !important;
}
[data-theme=dark] .site-header .moj-profil .woocommerce-MyAccount-navigation ul li a:hover {
  background: #E2FFB6 !important;
}
[data-theme=dark] .site-header .prijava-registracija a {
  color: var(--color-text-heading) !important;
}
[data-theme=dark] .hero-slider-wrapper #moj-hero-slider .slides li p {
  color: inherit;
}
[data-theme=dark] .hero-slider-wrapper #moj-hero-slider .slides li h1, [data-theme=dark] .hero-slider-wrapper #moj-hero-slider .slides li h2 {
  color: inherit;
}
[data-theme=dark] .izdvajamo-iz-ponude > p {
  color: var(--color-accent);
}
@media only screen and (max-width: 767px) {
  [data-theme=dark] .izdvajamo-iz-ponude .kategorije {
    scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
  }
  [data-theme=dark] .izdvajamo-iz-ponude .kategorije::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.35);
  }
}
[data-theme=dark] .products .product h2, [data-theme=dark] .products .product h3 {
  color: var(--color-text-primary);
}
[data-theme=dark] .price {
  color: #7A8FFF;
}
[data-theme=dark] .price del {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme=dark] .price ins {
  color: var(--color-accent-red);
}
[data-theme=dark] .product-tag {
  color: var(--color-text-heading);
}
[data-theme=dark] .three-columns .third-column h2 {
  color: #000000;
}
[data-theme=dark] .brands-wrapper {
  background: #ffffff;
  padding: 16px 0;
  margin: 52px 0;
}
[data-theme=dark] .banner-akcija {
  background: linear-gradient(90deg, rgba(80, 120, 40, 0.35) 0%, rgba(60, 90, 30, 0.2) 100%);
}
[data-theme=dark] .banner-akcija p {
  color: var(--color-text-secondary);
}
[data-theme=dark] .banner-akcija .usteda p {
  color: #8BC34A;
}
[data-theme=dark] .odaberite-pravu-pomadu-za-sebe .odaberite-pomade__bullet {
  background: var(--color-border);
}
[data-theme=dark] .odaberite-pravu-pomadu-za-sebe .odaberite-pomade__bullet.is-active {
  background: var(--color-text-heading);
}
[data-theme=dark] .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card {
  background: var(--color-bg-surface);
}
[data-theme=dark] .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .pomade-card__heading {
  color: var(--color-text-heading);
}
@media only screen and (max-width: 767px) {
  [data-theme=dark] .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .pomade-card__intro {
    border-bottom-color: var(--color-border);
  }
}
[data-theme=dark] .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .products a h4 {
  color: var(--color-text-primary);
}
[data-theme=dark] .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .products a .product-image-wrapper img {
  border-color: var(--color-border);
}
[data-theme=dark] .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .products a .sjaj-hold span {
  background: rgba(80, 120, 40, 0.2);
  color: var(--color-text-primary);
}
[data-theme=dark] .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .products a .sjaj-hold span.hold {
  background: rgba(60, 90, 140, 0.2);
}
[data-theme=dark] .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card > a {
  color: var(--color-text-secondary);
}
[data-theme=dark] .stil-za-svaku-priliku h2 {
  color: #7A8FFF;
}
[data-theme=dark] .stil-za-svaku-priliku .stilovi-za-svaku-priliku a span {
  color: var(--color-text-heading);
}
[data-theme=dark] .stil-za-svaku-priliku .stilovi-za-svaku-priliku a:hover span,
[data-theme=dark] .stil-za-svaku-priliku .stilovi-za-svaku-priliku a:focus span {
  background: linear-gradient(90deg, #7A8FFF 0%, #E2FFB6 113.03%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
[data-theme=dark] a.banner::before {
  background: #000;
}
[data-theme=dark] .pogodnosti .icon-pogodnost {
  background: var(--color-bg-surface);
}
[data-theme=dark] .pogodnosti .icon-pogodnost p {
  color: var(--color-text-secondary);
}
[data-theme=dark] .faq-wrapper .wp-block-yoast-faq-block,
[data-theme=dark] .product-accordion-wrapper .wp-block-yoast-faq-block,
[data-theme=dark] .moj-nalog-faq .wp-block-yoast-faq-block {
  border-bottom-color: var(--color-border);
}
[data-theme=dark] .faq-wrapper .schema-faq-section,
[data-theme=dark] .faq-wrapper .accordion-item,
[data-theme=dark] .product-accordion-wrapper .schema-faq-section,
[data-theme=dark] .product-accordion-wrapper .accordion-item,
[data-theme=dark] .moj-nalog-faq .schema-faq-section,
[data-theme=dark] .moj-nalog-faq .accordion-item {
  border-top-color: var(--color-border);
}
[data-theme=dark] .faq-wrapper .schema-faq-section .schema-faq-answer,
[data-theme=dark] .faq-wrapper .schema-faq-section .accordion-content,
[data-theme=dark] .faq-wrapper .accordion-item .schema-faq-answer,
[data-theme=dark] .faq-wrapper .accordion-item .accordion-content,
[data-theme=dark] .product-accordion-wrapper .schema-faq-section .schema-faq-answer,
[data-theme=dark] .product-accordion-wrapper .schema-faq-section .accordion-content,
[data-theme=dark] .product-accordion-wrapper .accordion-item .schema-faq-answer,
[data-theme=dark] .product-accordion-wrapper .accordion-item .accordion-content,
[data-theme=dark] .moj-nalog-faq .schema-faq-section .schema-faq-answer,
[data-theme=dark] .moj-nalog-faq .schema-faq-section .accordion-content,
[data-theme=dark] .moj-nalog-faq .accordion-item .schema-faq-answer,
[data-theme=dark] .moj-nalog-faq .accordion-item .accordion-content {
  color: var(--color-text-secondary);
}
[data-theme=dark] .faq-wrapper .product-accordion-wrapper,
[data-theme=dark] .product-accordion-wrapper .product-accordion-wrapper,
[data-theme=dark] .moj-nalog-faq .product-accordion-wrapper {
  border-bottom-color: var(--color-border);
}
[data-theme=dark] .faq-wrapper .schema-faq-section.active .schema-faq-question,
[data-theme=dark] .faq-wrapper .accordion-item.active .accordion-header,
[data-theme=dark] .product-accordion-wrapper .schema-faq-section.active .schema-faq-question,
[data-theme=dark] .product-accordion-wrapper .accordion-item.active .accordion-header,
[data-theme=dark] .moj-nalog-faq .schema-faq-section.active .schema-faq-question,
[data-theme=dark] .moj-nalog-faq .accordion-item.active .accordion-header {
  color: #7A8FFF;
}
[data-theme=dark] .faq-wrapper .schema-faq-section.active .schema-faq-question::after,
[data-theme=dark] .product-accordion-wrapper .schema-faq-section.active .schema-faq-question::after,
[data-theme=dark] .moj-nalog-faq .schema-faq-section.active .schema-faq-question::after {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-minus-blue-view");
  filter: none;
}
[data-theme=dark] .faq-wrapper .accordion-item.active .accordion-header::after,
[data-theme=dark] .product-accordion-wrapper .accordion-item.active .accordion-header::after,
[data-theme=dark] .moj-nalog-faq .accordion-item.active .accordion-header::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-minus-accordion-blue-view");
  filter: none;
}
[data-theme=dark] .odaberite-pravu-pomadu-za-sebe .price-wrapper {
  color: #7A8FFF !important;
}
[data-theme=dark] .site-footer {
  background: var(--color-bg-surface);
  color: var(--color-text-primary);
}
[data-theme=dark] .site-footer .two-columns .footer-left h2 {
  color: var(--color-text-secondary);
}
[data-theme=dark] .site-footer .two-columns .footer-left aside ul li a {
  color: var(--color-text-primary);
}
[data-theme=dark] .site-footer .two-columns .footer-left #menu-footer-social .instagram a,
[data-theme=dark] .site-footer .two-columns .footer-left #menu-footer-social .facebook a,
[data-theme=dark] .site-footer .two-columns .footer-left #menu-footer-social-russian .instagram a,
[data-theme=dark] .site-footer .two-columns .footer-left #menu-footer-social-russian .facebook a,
[data-theme=dark] .site-footer .two-columns .footer-left #menu-footer-social-english .instagram a,
[data-theme=dark] .site-footer .two-columns .footer-left #menu-footer-social-english .facebook a {
  filter: invert(1);
  opacity: 0.85;
}
[data-theme=dark] .site-footer .two-columns .footer-left #menu-footer-social .instagram a:hover, [data-theme=dark] .site-footer .two-columns .footer-left #menu-footer-social .instagram a:focus,
[data-theme=dark] .site-footer .two-columns .footer-left #menu-footer-social .facebook a:hover,
[data-theme=dark] .site-footer .two-columns .footer-left #menu-footer-social .facebook a:focus,
[data-theme=dark] .site-footer .two-columns .footer-left #menu-footer-social-russian .instagram a:hover,
[data-theme=dark] .site-footer .two-columns .footer-left #menu-footer-social-russian .instagram a:focus,
[data-theme=dark] .site-footer .two-columns .footer-left #menu-footer-social-russian .facebook a:hover,
[data-theme=dark] .site-footer .two-columns .footer-left #menu-footer-social-russian .facebook a:focus,
[data-theme=dark] .site-footer .two-columns .footer-left #menu-footer-social-english .instagram a:hover,
[data-theme=dark] .site-footer .two-columns .footer-left #menu-footer-social-english .instagram a:focus,
[data-theme=dark] .site-footer .two-columns .footer-left #menu-footer-social-english .facebook a:hover,
[data-theme=dark] .site-footer .two-columns .footer-left #menu-footer-social-english .facebook a:focus {
  opacity: 1;
}
[data-theme=dark] .site-footer .two-columns .footer-left .copyright span {
  color: var(--color-text-muted);
}
[data-theme=dark] .site-footer .two-columns .footer-right .division {
  color: var(--color-text-muted);
}
[data-theme=dark] .site-footer .two-columns .footer-right .division a {
  color: var(--color-text-muted);
}
[data-theme=dark] .site-footer .two-columns .footer-right .bank-area {
  background: #ffffff;
  border-radius: 10px;
  padding: 6px;
}
[data-theme=dark] .site-footer .two-columns .footer-right .bank-area .bank img {
  filter: none;
  opacity: 1;
}
[data-theme=dark] .site-footer::before {
  background: linear-gradient(90.18deg, rgba(70, 100, 40, 0.25) 0%, rgba(70, 100, 40, 0.25) calc(50% - 720px), transparent 50%);
}
[data-theme=dark] .site-footer::after {
  background: linear-gradient(90.18deg, rgba(70, 100, 40, 0.25) -3.51%, rgba(80, 80, 80, 0.15) 42.68%, transparent 100.92%);
}
[data-theme=dark] .korpa {
  background: var(--color-bg-surface);
}
[data-theme=dark] .korpa-stavka + .korpa-stavka {
  border-top-color: var(--color-border);
}
[data-theme=dark] .korpa-stavka__slika {
  border-color: var(--color-border);
}
[data-theme=dark] .korpa-stavka__naziv {
  color: var(--color-text-primary);
}
[data-theme=dark] .korpa__scroll::-webkit-scrollbar-thumb {
  background: var(--color-border-light);
}
[data-theme=dark] .korpa-overlay,
[data-theme=dark] .gm-filters-overlay {
  background: var(--color-bg-overlay);
}
[data-theme=dark] .korpa__fade-bottom {
  background: linear-gradient(to bottom, transparent, var(--color-bg-surface));
}
[data-theme=dark] .korpa__fade-top {
  background: linear-gradient(to top, transparent, var(--color-bg-surface));
}
[data-theme=dark] .korpa-dostava__tekst {
  color: var(--color-text-secondary);
}
[data-theme=dark] .korpa-dostava__bar {
  background: var(--color-border);
}
[data-theme=dark] .korpa-stavka__qty {
  background: var(--color-bg-surface-alt);
  border-color: var(--color-border);
}
[data-theme=dark] .korpa-stavka__qty-val {
  color: var(--color-text-primary);
}
[data-theme=dark] .cart-main,
[data-theme=dark] .cart-page-order-summary,
[data-theme=dark] .cart-empty-page {
  background: var(--color-bg-surface);
  color: var(--color-text-primary);
}
[data-theme=dark] .moj-nalog-auth__panel,
[data-theme=dark] .moj-nalog-korpa-widget,
[data-theme=dark] .checkout-forma,
[data-theme=dark] .checkout-sidebar__kartica {
  background: var(--color-bg-surface);
  color: var(--color-text-primary);
}
[data-theme=dark] .moj-nalog-divider,
[data-theme=dark] .gm-club-plus__footer {
  border-color: var(--color-border);
}
[data-theme=dark] .products-container #filter-container form {
  background: var(--color-bg-surface);
}
[data-theme=dark] .products-container #filter-container form hr {
  border-top-color: var(--color-border);
}
[data-theme=dark] .products-container #filter-container form .checkbox-container input[type=checkbox] + span::before {
  background: var(--color-bg-surface-alt);
}
[data-theme=dark] .products-container #filter-container form .checkbox-container input[type=checkbox]:checked + span::before {
  background-color: var(--color-text-heading);
}
[data-theme=dark] .sortiranje .woocommerce-ordering select {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--color-text-primary);
  filter: invert(1);
}
[data-theme=dark] .woocommerce-pagination ul.page-numbers li .page-numbers {
  background-color: var(--color-bg-surface-alt);
  color: var(--color-text-primary);
}
[data-theme=dark] .woocommerce-pagination ul.page-numbers li .page-numbers:not(.current):hover {
  background-color: var(--color-text-heading);
  color: #111;
}
[data-theme=dark] .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background-color: var(--color-text-heading);
  color: #111;
}
[data-theme=dark] .woocommerce-pagination ul.page-numbers li .page-numbers.next, [data-theme=dark] .woocommerce-pagination ul.page-numbers li .page-numbers.prev {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
}
[data-theme=dark] .woocommerce-breadcrumb {
  color: var(--color-text-muted);
}
[data-theme=dark] .woocommerce-breadcrumb span, [data-theme=dark] .woocommerce-breadcrumb a {
  color: var(--color-text-secondary);
}
[data-theme=dark] .brand-name-container .brand-name-descritpion p {
  color: var(--color-text-secondary);
}
[data-theme=dark] .icon-cart,
[data-theme=dark] .icon-search,
[data-theme=dark] .icon-profil {
  filter: invert(1);
}
[data-theme=dark] .icon-cart .cart-count {
  filter: invert(1);
}
[data-theme=dark] .main-header .branding a {
  filter: invert(1);
}
[data-theme=dark] .site-navigation .menu-item-has-children > a::after,
[data-theme=dark] .moj-profil::after,
[data-theme=dark] .moj-profil::before {
  filter: invert(1);
}
[data-theme=dark] .light-dark span {
  filter: invert(1);
}
[data-theme=dark] .korpa__close {
  filter: invert(1);
}
[data-theme=dark] .korpa-stavka__qty-btn {
  filter: invert(1);
}
[data-theme=dark] .korpa-stavka__ukloni {
  filter: invert(1);
}
[data-theme=dark] .korpa-stavka__ukloni:hover {
  background: rgba(255, 54, 54, 0.15) !important;
  filter: invert(1) sepia(1) saturate(5) hue-rotate(310deg);
}
[data-theme=dark] .cart-item-row__qty-btn {
  color: var(--color-text-primary);
}
[data-theme=dark] .cart-item-row__ukloni {
  color: var(--color-text-secondary);
}
[data-theme=dark] .cart-item-row__ukloni:hover {
  color: var(--color-text-heading);
}
[data-theme=dark] .cart-empty-page .empty-cart-title::before {
  filter: invert(0.7);
}
[data-theme=dark] .minus-quantity,
[data-theme=dark] .plus-quantity {
  filter: invert(1);
}
[data-theme=dark] .schema-faq-question::after,
[data-theme=dark] .accordion-header::after,
[data-theme=dark] .schema-faq-question::before,
[data-theme=dark] .accordion-header::before {
  filter: invert(1);
}
[data-theme=dark] .moj-nalog-auth__slika.gs-icon::before {
  filter: invert(1);
}
[data-theme=dark] .site-footer .copyright a {
  filter: invert(1);
}

.site-header {
  background: #FFFFFF;
  box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 50;
}
.site-header .top-bar {
  position: relative;
  height: 40px;
  font-size: 12px;
  background: linear-gradient(90.18deg, #E2FFB6 -3.51%, rgba(232, 232, 232, 0.5) 69.59%, rgba(250, 250, 250, 0) 100.92%);
}
@media only screen and (min-width: 1024px) {
  .site-header .top-bar {
    background: transparent;
  }
}
.site-header .top-bar .container {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .site-header .top-bar .container {
    background: linear-gradient(90.18deg, #E2FFB6 -3.51%, rgba(232, 232, 232, 0.5) 42.68%, rgba(250, 250, 250, 0) 100.92%);
  }
}
.site-header .top-bar .container p {
  margin: 0;
}
.site-header .top-bar .container ul {
  display: flex;
}
.site-header .top-bar .container ul li a:hover, .site-header .top-bar .container ul li a:focus {
  background: #EDEDED !important;
}
@media only screen and (min-width: 1440px) {
  .site-header .top-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.18deg, #E2FFB6 0%, #E2FFB6 0%, #E2FFB6 calc(50% - 720px), rgba(250, 250, 250, 0) 50%);
  }
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .container .site-navigation {
  display: flex;
}
.site-header .container .site-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .container .site-navigation ul.main-menu {
  margin-left: -10px;
}
@media (min-width: 1200px) {
  .site-header .container .site-navigation ul.main-menu {
    display: flex;
    align-items: stretch;
    height: 100%;
  }
  .site-header .container .site-navigation ul.main-menu > li {
    display: flex;
    align-items: center;
  }
}
.site-header .container .site-navigation ul.main-menu > li {
  margin-right: 8px;
}
.site-header .container .site-navigation ul.main-menu > li > a {
  padding: 0 15px 1px;
}
.site-header .container .site-navigation ul.main-menu > li > a:hover, .site-header .container .site-navigation ul.main-menu > li > a:focus {
  background: #EDEDED !important;
}
.site-header .container .site-navigation ul.main-menu > li.brendovi ul li a {
  text-indent: -9999em;
}
.site-header .container .site-navigation ul.main-menu > li.proizvodi ul li {
  margin: 0;
}
.site-header .container .site-navigation ul.main-menu > li.proizvodi ul li.hr {
  width: 1px;
  height: 117px;
  background: #ABABAB;
}
.site-header .container .site-navigation ul.main-menu > li.proizvodi ul li.hr a {
  display: none;
}
.site-header .container .site-navigation ul.main-menu > li.proizvodi ul li:not(.hr):not(.svi-proizvodi) a:after {
  content: "";
  position: absolute;
  bottom: 44px;
  width: 100%;
  display: block;
}
.site-header .container .site-navigation ul.main-menu > li.proizvodi ul li a {
  position: relative;
  padding: 143px 0 0;
  margin-right: 0;
  min-width: 113px;
  display: flex;
  font-size: 18px;
  line-height: 1;
  height: auto;
}
.site-header .container .site-navigation ul.main-menu > li.proizvodi ul li a:hover {
  background: none !important;
}
.site-header .container .site-navigation ul.main-menu > li.proizvodi ul li.svi-proizvodi {
  height: 157px;
  display: flex;
  align-items: center;
}
.site-header .container .site-navigation ul.main-menu > li.proizvodi ul li.svi-proizvodi a {
  border-radius: 20px;
  height: 38px;
  padding: 0 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1;
  min-width: auto;
}
.site-header .container .site-navigation ul.main-menu > li.proizvodi ul li.svi-proizvodi a:hover {
  background: #EDEDED !important;
}
.site-header .container .site-navigation ul.main-menu > li.proizvodi:hover ul {
  padding: 90px calc((100vw - 1440px) / 2 + 32px) 60px;
}
@media only screen and (max-width: 1440px) {
  .site-header .container .site-navigation ul.main-menu > li.proizvodi:hover ul {
    padding: 90px 32px 60px;
  }
}
.site-header .container .site-navigation ul.main-menu > li:hover ul {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: calc((100vw - 1440px) / 2 * -1);
  right: 0;
  top: 100%;
  width: 1376px;
  background: #FFFFFF;
  padding: 94px calc((100vw - 1440px) / 2 + 32px) 88px;
  border-radius: 0 0 12px 12px;
  z-index: 10;
  box-shadow: 0 28px 40px -24px rgba(0, 0, 0, 0.22);
}
@media only screen and (max-width: 1440px) {
  .site-header .container .site-navigation ul.main-menu > li:hover ul {
    padding: 90px 32px 60px;
    width: calc(100% - 64px);
    left: 0;
  }
}
.site-header .container .site-navigation ul.main-menu > li:hover ul li:not(.hr):not(.svi-proizvodi) a {
  min-width: 113px;
  display: flex;
  position: relative;
}
.site-header .container .site-navigation ul.main-menu > li:hover ul li:not(.hr):not(.svi-proizvodi) a:before {
  content: "";
  height: 113px;
  width: 113px;
  border-radius: 50%;
  background: #DAFFA4;
  opacity: 0;
  position: absolute;
  bottom: 44px;
  mix-blend-mode: darken;
  z-index: 1;
  transition: opacity 0.5s;
}
.site-header .container .site-navigation ul.main-menu > li:hover ul li:not(.hr):not(.svi-proizvodi) a:hover:before {
  opacity: 0.8;
}
.site-header .container .site-navigation ul > li {
  display: inline-block;
  margin-right: 10px;
}
.site-header .container .site-navigation ul > li > a {
  color: #3D3D3D;
  height: 31px;
  padding: 0 9px 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  transition: all 0.5s;
}
.site-header .container .site-navigation ul > li.za-berbernice-i-salone a {
  background: linear-gradient(90deg, #FFE9E9 0%, #DBECFF 50%);
  background-size: 200% 100%;
  background-position: 0% 100%;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background-position 0.5s ease-in-out;
  margin-left: 5px;
  padding: 0 12px 0 11px;
}
.site-header .container .site-navigation ul > li.za-berbernice-i-salone a:hover, .site-header .container .site-navigation ul > li.za-berbernice-i-salone a:focus {
  background: linear-gradient(90deg, #FFE9E9 0%, #DBECFF 50%) !important;
  background-size: 200% 100% !important;
  background-position: 100% 100% !important;
}
.site-header .container .site-navigation ul > li.za-berbernice-i-salone a:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "💈";
  height: 15px;
  width: 15px;
  font-size: 15px;
  line-height: 1;
  min-width: 15px;
}
.site-header .container .site-navigation ul > li.na-akciji-menu a {
  background: #DAFFA4;
}
.site-header .container .site-navigation ul > li.wpml-ls-item > a, .site-header .container .site-navigation ul > li.menu-item-has-children > a {
  padding-right: 3px;
  padding-left: 10px;
}
.site-header .container .site-navigation ul > li.wpml-ls-item > a:after, .site-header .container .site-navigation ul > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-dropdown-black-view");
  order: 3;
}
.site-header .container .site-navigation ul > li.wpml-ls-item {
  background: #EDEDED;
  border-radius: 16px;
  height: 32px;
  position: relative;
  cursor: pointer;
  margin-right: 0;
}
.site-header .container .site-navigation ul > li.wpml-ls-item > a {
  display: flex;
  gap: 6px;
  padding: 0 3px 0 10px;
  z-index: 12;
  position: relative;
}
.site-header .container .site-navigation ul > li.wpml-ls-item > a:before {
  content: "Jezik: ";
}
.site-header .container .site-navigation ul > li.wpml-ls-item > a img {
  order: 1;
}
.site-header .container .site-navigation ul > li.wpml-ls-item > a span {
  order: 2;
}
.site-header .container .site-navigation ul > li.wpml-ls-item .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  padding-top: 32px;
  background: #EDEDED;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
  border-radius: 16px;
  z-index: 11;
  list-style: none;
  margin: 0;
  padding-bottom: 0;
}
.site-header .container .site-navigation ul > li.wpml-ls-item .sub-menu li {
  margin-right: 0;
  height: 36px;
  width: 100%;
}
.site-header .container .site-navigation ul > li.wpml-ls-item .sub-menu li a {
  border: none;
  border-radius: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1px 9px 3px;
  display: flex;
  width: calc(100% - 18px);
  gap: 6px;
  align-items: center;
  transition: background-color 0.5s;
  white-space: nowrap;
  justify-content: flex-start;
  text-align: left;
}
.site-header .container .site-navigation ul > li.wpml-ls-item .sub-menu li a img {
  order: 1;
}
.site-header .container .site-navigation ul > li.wpml-ls-item .sub-menu li a span {
  order: 2;
}
.site-header .container .site-navigation ul > li.wpml-ls-item .sub-menu li a:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}
.site-header .container .site-navigation ul > li.wpml-ls-item .sub-menu li a:before {
  content: none;
}
.site-header .container .site-navigation ul > li.wpml-ls-item .sub-menu li a:after {
  display: none;
}
.site-header .container .site-navigation ul > li.wpml-ls-item .sub-menu li:last-child a {
  border-radius: 0 0 16px 16px;
}
.site-header .container .site-navigation ul > li.wpml-ls-item:hover .sub-menu {
  display: block;
}
.site-header .container .site-navigation ul > li.wpml-ls-item:hover > a:after {
  transform: rotate(180deg);
}
.site-header .container .site-navigation ul > li .sub-menu {
  display: none;
}
.site-header .container .site-navigation .wpml-ls-flag {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.site-header .container .site-navigation .light-dark {
  background: #EDEDED;
  border-radius: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
  gap: 1px;
  width: 80px;
  cursor: pointer;
}
.site-header .container .site-navigation .light-dark::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background-color: #DAFFA4;
  transition: transform 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  z-index: 1;
  transform: translateX(0%);
}
.site-header .container .site-navigation .light-dark.dark::before {
  transform: translateX(100%);
}
.site-header .container .site-navigation .light-dark span {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-sun-view");
  margin-left: 8px;
  text-indent: -9999em;
  z-index: 2;
}
.site-header .container .site-navigation .light-dark span.icon-dark {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-moon-view");
}
.site-header .main-header {
  height: 60px;
  font-size: 14px;
  position: relative;
}
@media (min-width: 1200px) {
  .site-header .main-header {
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .site-header .main-header .site-navigation {
    display: flex;
    align-items: stretch;
  }
}
.site-header .main-header a {
  color: #000000 !important;
}
.site-header .main-header .branding {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.site-header .main-header .branding a {
  display: inline-block;
  position: relative;
  width: 130px;
  height: 33px;
  pointer-events: auto;
}
.site-header .main-header .branding a .branding__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: none;
}
.site-header .main-header .branding a .branding__logo--default {
  width: 51px;
  height: 33px;
  background: none;
  background-image: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  transition-delay: 0.25s;
}
.site-header .main-header .branding a .branding__logo--hover {
  width: 130px;
  height: 16px;
  background: none;
  background-image: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-delay: 0s;
}
.site-header .main-header .branding a:hover .branding__logo--default {
  opacity: 0;
  transition-delay: 0s;
}
.site-header .main-header .branding a:hover .branding__logo--hover {
  opacity: 1;
  transition-delay: 0.25s;
}
.site-header .main-header .header-cart {
  display: flex;
  gap: 4px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .site-header .main-header .header-cart {
    gap: 12px;
  }
}
.site-header .main-header .header-cart form.search {
  background: #EDEDED;
  border-radius: 16px;
  height: 32px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 3px;
}
.site-header .main-header .header-cart form.search input {
  font-size: 12px;
  line-height: 32px;
  border: none;
  background: transparent;
  padding: 0 40px 0 15px;
  outline: none;
  font-weight: 500;
}
.site-header .main-header .header-cart form.search button {
  border: none;
  right: 0;
  top: 0;
  position: absolute;
  height: 32px;
  width: 40px;
  background-size: 22px;
}
.site-header .main-header .header-cart .prijava-registracija {
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  align-items: center;
  gap: 15px;
  padding: 0;
}
.site-header .main-header .header-cart .moj-profil {
  background: linear-gradient(90deg, #CCE0FE 0%, #E1FEB9 100%);
  display: flex;
  height: 32px;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  padding: 0 6px 0 7px;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
}
.site-header .main-header .header-cart .moj-profil span {
  z-index: 2;
}
.site-header .main-header .header-cart .moj-profil:before {
  content: "";
  display: block;
  display: inline-block;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-profil-view");
  margin-right: 6px;
  z-index: 2;
}
.site-header .main-header .header-cart .moj-profil:after {
  content: "";
  display: block;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-dropdown-black-view");
  order: 3;
  z-index: 2;
}
.site-header .main-header .header-cart .moj-profil:hover .woocommerce-MyAccount-navigation {
  display: block;
}
.site-header .main-header .header-cart .moj-profil:hover:after {
  transform: rotate(180deg);
}
.site-header .main-header .header-cart .moj-profil .woocommerce-MyAccount-navigation {
  display: none;
  float: none;
  width: 100%;
  position: absolute;
  padding-top: 32px;
  top: 0;
  left: 0;
  background: linear-gradient(36.65deg, #FFFFFF 36.28%, #E2FFB6 118.43%);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
}
.site-header .main-header .header-cart .moj-profil .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header .main-header .header-cart .moj-profil .woocommerce-MyAccount-navigation ul li a {
  border-top: 1px solid #BEDAB7;
  padding: 8px 9px;
  display: block;
  transition: background-color 0.5s;
}
.site-header .main-header .header-cart .moj-profil .woocommerce-MyAccount-navigation ul li a:hover {
  background: #E2FFB6;
}
.site-header .main-header .header-cart .icon-cart {
  position: relative;
}
.site-header .main-header .header-cart .icon-cart .cart-count {
  background: #FF3636;
  border-radius: 8px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  top: -2px;
  right: -2px;
  width: 16px;
  height: 15px;
  padding-bottom: 1px;
  position: absolute;
}

@media (max-width: 1199px) {
  .site-header .top-bar .container {
    justify-content: center;
  }
  .site-header .top-bar .container p {
    width: 100%;
    text-align: center;
  }
  .site-header .top-bar .container .site-navigation {
    display: none;
  }
  .site-header .main-header {
    position: relative;
  }
  .site-header .main-header nav.site-navigation {
    display: none;
  }
  .site-header .main-header .header-cart {
    margin-left: auto;
    align-items: center;
    gap: 4px;
  }
  .site-header .main-header .header-cart form.search,
  .site-header .main-header .header-cart .prijava-registracija,
  .site-header .main-header .header-cart > .icon-cart {
    display: none;
  }
  .gm-mobile-hamburger {
    border: none;
    background: transparent;
    padding: 6px;
    margin-left: -6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .gm-mobile-hamburger svg {
    width: 28px;
    height: 16px;
  }
  .gm-mobile-search-toggle {
    border: none;
    background: transparent;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .gm-mobile-search-toggle.is-open .gm-mobile-search-toggle__icon--search {
    display: none;
  }
  .gm-mobile-search-toggle.is-open .gm-mobile-search-toggle__icon--close {
    display: inline-flex;
  }
  .gm-mobile-search-toggle__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .gm-mobile-search-toggle__icon--close {
    display: none;
  }
  .gm-mobile-account {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
  }
  body.logged-in .site-header .main-header .header-cart .gm-mobile-search-toggle {
    order: 1;
  }
  body.logged-in .site-header .main-header .header-cart .moj-profil {
    order: 2;
    display: inline-flex;
    width: auto;
    min-width: 32px;
    height: 32px;
    border-radius: 16px;
    padding: 0 6px 0 7px;
    justify-content: center;
    background: linear-gradient(90deg, #CCE0FE 0%, #E1FEB9 100%);
    position: relative;
  }
  body.logged-in .site-header .main-header .header-cart .moj-profil span {
    display: none;
  }
  body.logged-in .site-header .main-header .header-cart .moj-profil:before {
    margin-right: 0;
  }
  body.logged-in .site-header .main-header .header-cart .moj-profil:after {
    display: block;
    margin-left: 4px;
  }
  body.logged-in .site-header .main-header .header-cart .moj-profil:hover .woocommerce-MyAccount-navigation {
    display: none;
  }
  body.logged-in .site-header .main-header .header-cart .moj-profil:hover:after {
    transform: none;
  }
  body.logged-in .site-header .main-header .header-cart .moj-profil.is-open:after {
    transform: rotate(180deg);
  }
  body.logged-in .site-header .main-header .header-cart .moj-profil.is-open .woocommerce-MyAccount-navigation {
    display: block;
  }
  body.logged-in .site-header .main-header .header-cart .moj-profil:focus-within:after {
    transform: rotate(180deg);
  }
  body.logged-in .site-header .main-header .header-cart .moj-profil .woocommerce-MyAccount-navigation {
    top: calc(100% + 8px);
    left: auto;
    right: 0;
    width: 220px;
    padding-top: 0;
    z-index: 60;
  }
  body.logged-in .site-header .main-header .header-cart .moj-profil .woocommerce-MyAccount-navigation ul li:first-child a {
    border-top: none;
  }
  body.logged-in .gm-mobile-account {
    display: none;
  }
  .site-header .main-header .branding a .branding__logo--default,
  .site-header .main-header .branding a .branding__logo--hover {
    transition: none;
    transition-delay: 0s;
    background: none;
    background-image: none;
  }
  .site-header .main-header .branding a .branding__logo--default {
    opacity: 1;
  }
  .site-header .main-header .branding a .branding__logo--hover {
    opacity: 0;
  }
  .site-header .main-header .branding a:hover .branding__logo--default {
    opacity: 1;
  }
  .site-header .main-header .branding a:hover .branding__logo--hover {
    opacity: 0;
  }
  .gm-mobile-search {
    display: none;
    background: #FFFFFF;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 49;
  }
  .gm-mobile-search.is-open {
    display: block;
  }
  .gm-mobile-search__inner {
    padding: 12px 0;
  }
  .gm-mobile-search__form {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #EDEDED;
    border-radius: 18px;
    padding: 10px 12px;
  }
  .gm-mobile-search__form input[type=search] {
    border: none;
    background: transparent;
    width: 100%;
    outline: none;
    font-size: 16px;
  }
  .gm-mobile-search__submit {
    border: none;
    background: transparent;
    display: inline-flex;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
  .gm-mobile-search__submit svg {
    width: 22px;
    height: 22px;
  }
  .gm-mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 80;
  }
  .gm-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    height: 100dvh;
    width: 100%;
    z-index: 81;
    pointer-events: none;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .gm-mobile-menu {
    display: none;
  }
}
@media (max-width: 1199px) {
  .gm-mobile-menu.is-open {
    display: block;
    pointer-events: auto;
  }
  .gm-mobile-menu__panel {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 412px;
    height: 100%;
    max-height: 100%;
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .gm-mobile-menu__panel--left {
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.28s ease;
  }
  .gm-mobile-menu__panel--right {
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.28s ease;
  }
  .gm-mobile-menu.is-open .gm-mobile-menu__panel--left {
    transform: translateX(0);
  }
  .gm-mobile-menu.is-submenu-open .gm-mobile-menu__panel--right {
    transform: translateX(0);
  }
  .gm-mobile-menu__top {
    padding: 63px 23px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .gm-mobile-menu__title {
    font-size: 24px;
    line-height: 1.1;
    margin: 0;
    font-weight: 500;
    flex: 1;
  }
  .gm-mobile-menu__title--submenu {
    text-align: left;
  }
  .gm-mobile-menu__close, .gm-mobile-menu__back {
    border: none;
    background: transparent;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .gm-mobile-menu__back {
    left: 16px;
    font-size: 24px;
    line-height: 29px;
    right: auto;
    color: #3D3D3D !important;
  }
  .gm-mobile-menu__back-icon {
    transform: rotate(90deg);
  }
  .gm-mobile-menu__nav {
    padding: 8px 0;
    overflow: auto;
    flex: 1;
  }
  .gm-mobile-menu__nav.gm-mobile-menu__nav--submenu a {
    color: #3D3D3D !important;
  }
  .gm-mobile-menu__nav.gm-mobile-menu__nav--submenu a::before {
    content: "->";
  }
  .gm-mobile-menu__list {
    list-style: none;
    padding: 0;
    margin: 13px 0;
  }
  .gm-mobile-menu__list.gm-mobile-menu__list--submenu {
    margin-top: 0;
  }
  .gm-mobile-menu__list > li {
    margin-bottom: 4px;
  }
  .gm-mobile-menu__list > li.na-akciji-menu a {
    background: #E2FFB6;
    border-radius: 0 60px 60px 0;
  }
  .gm-mobile-menu__list > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    padding: 4px 28px 4px 23px;
    font-size: 24px;
    line-height: 28px;
    color: #000000 !important;
  }
  .gm-mobile-menu__list > li > .sub-menu {
    display: none;
  }
  .gm-mobile-menu__list > li > .sub-menu .novi-proizvodi,
  .gm-mobile-menu__list > li > .sub-menu .svi-proizvodi {
    display: none !important;
  }
  .gm-mobile-menu__list li.menu-item-has-children > a:after {
    content: "->";
    font-size: 22px;
    opacity: 0.7;
  }
  .gm-mobile-menu__list li.proizvodi > a:after {
    content: "";
    display: none;
  }
  .gm-mobile-menu__list li.proizvodi > .sub-menu {
    display: none;
    padding: 4px 0 12px;
  }
  .gm-mobile-menu__list li.proizvodi.is-expanded > .sub-menu {
    display: block;
  }
  .gm-mobile-menu__list li.proizvodi .sub-menu {
    list-style: none;
    margin: 14px 0 10px;
    padding: 0;
  }
  .gm-mobile-menu__list li.proizvodi .sub-menu li {
    margin-bottom: 4px;
  }
  .gm-mobile-menu__list li.proizvodi .sub-menu li.hr {
    display: none;
  }
  .gm-mobile-menu__list li.proizvodi .sub-menu li a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 4px 4px 23px;
    font-size: 24px;
    line-height: 28px;
    color: #3D3D3D !important;
    gap: 6px;
  }
  .gm-mobile-menu__list li.proizvodi .sub-menu li a:before {
    content: "->";
  }
  .gm-mobile-menu__secondary {
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    padding: 32px 0 42px;
    display: flex;
    gap: 6px;
    flex-direction: column;
  }
  .gm-mobile-menu__secondary .gm-mobile-menu__link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 3px 23px;
    font-size: 18px;
    line-height: 22px;
    color: #000000 !important;
  }
  .gm-mobile-menu__social {
    padding: 23px;
  }
  .gm-mobile-menu__social-title {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
  }
  .gm-mobile-menu__social-links {
    display: flex;
    gap: 7px;
  }
  .gm-mobile-menu__social-links a {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .gm-mobile-menu__social-links svg {
    width: 24px;
    height: 24px;
  }
  body.gm-mobile-menu-open {
    overflow: hidden;
    overscroll-behavior: contain;
    height: 100vh;
    height: 100dvh;
  }
  .gm-mobile-dock {
    position: fixed;
    right: 17px;
    bottom: 27px;
    display: flex;
    gap: 9px;
    z-index: 70;
    height: 50px;
    width: 100px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background: #FFFFFF;
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .gm-mobile-dock--product {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    gap: 8px;
    height: auto;
    justify-content: center;
    max-width: calc(100vw - 32px);
    min-height: 0;
    padding: 0;
    width: 100%;
  }
  .gm-mobile-dock--product .gm-mobile-dock__btn--cart {
    background-color: #FFFFFF;
    border-radius: 999px;
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 28px;
  }
  .gm-mobile-dock--product .gm-mobile-dock__btn--cart .cart-count {
    top: 9px;
    right: 9px;
  }
  .gm-mobile-dock--shop {
    gap: 8px;
    height: auto;
    justify-content: center;
    max-width: calc(100vw - 34px);
    min-height: 50px;
    padding: 6px 10px;
    width: auto;
  }
  .gm-mobile-dock--shop .gm-mobile-dock__btn--filters {
    display: none;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .gm-mobile-dock--shop .gm-mobile-dock__btn--filters {
    display: inline-flex;
  }
}
@media (max-width: 1199px) {
  .gm-mobile-dock__qty-slot:empty {
    display: none;
  }
  .gm-mobile-dock--product .gm-mobile-dock__qty-slot:not(:empty) {
    display: flex;
    align-items: center;
  }
  .gm-mobile-dock--product .quantity-wrapper {
    align-items: center;
    background: #FFFFFF;
    border: none;
    border-radius: 60px;
    box-sizing: content-box;
    display: flex;
    flex-shrink: 0;
    height: 34px;
    justify-content: space-between;
    margin: 0;
    padding: 8px;
    width: 74px;
    box-shadow: 0px 1px 12px 2px rgba(0, 0, 0, 0.1019607843);
  }
  .gm-mobile-dock--product .quantity-wrapper .minus-quantity {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/sprite.svg#icon-quantity-minus-view");
    text-indent: -9999em;
  }
  .gm-mobile-dock--product .quantity-wrapper .plus-quantity {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/sprite.svg#icon-quantity-plus-view");
    text-indent: -9999em;
  }
  .gm-mobile-dock--product .quantity-wrapper input {
    background: transparent;
    border: none;
    text-align: center;
    width: 20px;
  }
  .gm-mobile-dock--product .quantity-wrapper input::-webkit-outer-spin-button,
  .gm-mobile-dock--product .quantity-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .gm-mobile-dock--product .quantity-wrapper input[type=number] {
    -moz-appearance: textfield;
  }
  .gm-mobile-dock__btn {
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  .gm-mobile-dock__btn.icon-cart {
    margin-top: 0;
  }
  .gm-mobile-dock__btn.gm-mobile-dock__btn--home svg {
    width: 33px;
    height: 28px;
    margin-top: 1px;
  }
  .gm-mobile-dock__btn.gm-mobile-dock__btn--filters svg {
    height: 20px;
    width: 32px;
  }
  .gm-mobile-dock__btn.gm-mobile-dock__btn--add-to-cart {
    background: #001EFF;
    border-radius: 60px;
    color: #FFFFFF;
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.15;
    max-width: 100%;
    min-height: 50px;
    min-width: 0;
    padding: 8px;
    text-align: center;
    white-space: normal;
  }
  .gm-mobile-dock__btn.gm-mobile-dock__btn--add-to-cart .gm-dock-add-to-cart__label {
    display: block;
  }
  .gm-mobile-dock__btn.gm-mobile-dock__btn--add-to-cart:disabled, .gm-mobile-dock__btn.gm-mobile-dock__btn--add-to-cart.stock-maxed {
    opacity: 0.45;
    pointer-events: none;
  }
  .gm-mobile-dock__btn.gm-mobile-dock__btn--add-to-cart.loading {
    opacity: 0.65;
    pointer-events: none;
  }
  .gm-mobile-dock__btn.gm-mobile-dock__btn--add-to-cart.is-unavailable {
    display: none;
  }
  .gm-mobile-dock.is-hidden {
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
  }
  .gm-mobile-dock .cart-count {
    position: absolute;
    top: -3px;
    right: -2px;
    width: 16px;
    height: 16px;
    border-radius: 9px;
    background: #FF3636;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    line-height: 1;
  }
  .gm-mobile-bottom-fade {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 86px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    pointer-events: none;
    z-index: 60;
    opacity: 1;
    transition: opacity 0.2s ease;
  }
  .gm-mobile-bottom-fade.is-hidden {
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .gm-mobile-hamburger,
  .gm-mobile-search-toggle,
  .gm-mobile-account,
  .gm-mobile-search,
  .gm-mobile-menu,
  .gm-mobile-menu-overlay,
  .gm-mobile-dock,
  .gm-mobile-bottom-fade {
    display: none !important;
  }
}
@supports selector(body:has(*)) {
  @media (min-width: 1200px) {
    #main-content {
      position: relative;
    }
    #main-content::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.35);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.18s ease;
      z-index: 1;
    }
    body:has(.site-header .site-navigation ul.main-menu > li:hover > ul) #main-content::before,
    body:has(.site-header .site-navigation ul.main-menu > li:focus-within > ul) #main-content::before {
      opacity: 1;
      pointer-events: auto;
    }
    .site-header .site-navigation ul.main-menu > li:hover > ul,
    .site-header .site-navigation ul.main-menu > li:focus-within > ul {
      z-index: 10;
    }
  }
}
.site-footer {
  background: #FFFFFF;
  position: relative;
  padding: 46px 0 35px;
  margin-top: 100px;
  border-radius: 18px 18px 0 0;
}
@media only screen and (max-width: 767px) {
  .site-footer {
    padding: 36px 0 0;
    margin-top: 64px;
  }
}
.site-footer .two-columns {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .site-footer .two-columns {
    flex-direction: column;
    gap: 40px;
  }
}
.site-footer .two-columns .footer-left {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  gap: 41px 79px;
}
@media only screen and (max-width: 767px) {
  .site-footer .two-columns .footer-left {
    width: 100%;
    gap: 41px 30px;
  }
}
.site-footer .two-columns .footer-left h2 {
  color: rgba(61, 61, 61, 0.7);
  font-size: 20px;
  line-height: 1;
  margin-bottom: 17px;
}
.site-footer .two-columns .footer-left aside {
  width: 174px;
}
.site-footer .two-columns .footer-left aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .two-columns .footer-left aside ul li {
  padding: 4px 0;
}
.site-footer .two-columns .footer-left aside ul li a {
  font-size: 16px;
  color: #000000;
  line-height: 1;
}
.site-footer .two-columns .footer-left aside #menu-footer-social,
.site-footer .two-columns .footer-left aside #menu-footer-social-russian,
.site-footer .two-columns .footer-left aside #menu-footer-social-english {
  display: flex;
  gap: 7px;
}
.site-footer .two-columns .footer-left aside #menu-footer-social a,
.site-footer .two-columns .footer-left aside #menu-footer-social-russian a,
.site-footer .two-columns .footer-left aside #menu-footer-social-english a {
  text-indent: -9999em;
  transition: opacity 0.5s;
}
.site-footer .two-columns .footer-left aside #menu-footer-social a:hover, .site-footer .two-columns .footer-left aside #menu-footer-social a:focus,
.site-footer .two-columns .footer-left aside #menu-footer-social-russian a:hover,
.site-footer .two-columns .footer-left aside #menu-footer-social-russian a:focus,
.site-footer .two-columns .footer-left aside #menu-footer-social-english a:hover,
.site-footer .two-columns .footer-left aside #menu-footer-social-english a:focus {
  opacity: 0.8;
}
.site-footer .two-columns .footer-left aside #menu-footer-social .instagram a,
.site-footer .two-columns .footer-left aside #menu-footer-social-russian .instagram a,
.site-footer .two-columns .footer-left aside #menu-footer-social-english .instagram a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-instagram-view");
}
.site-footer .two-columns .footer-left aside #menu-footer-social .facebook a,
.site-footer .two-columns .footer-left aside #menu-footer-social-russian .facebook a,
.site-footer .two-columns .footer-left aside #menu-footer-social-english .facebook a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-facebook-view");
}
.site-footer .two-columns .footer-left .footer-gm-inline {
  display: none;
}
@media only screen and (max-width: 767px) {
  .site-footer .two-columns .footer-left aside.widget_nav_menu:last-of-type {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "title gm" "social gm";
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 10px;
  }
  .site-footer .two-columns .footer-left aside.widget_nav_menu:last-of-type .title {
    grid-area: title;
    margin: 0;
  }
  .site-footer .two-columns .footer-left aside.widget_nav_menu:last-of-type .menu-footer-social-container,
  .site-footer .two-columns .footer-left aside.widget_nav_menu:last-of-type .menu-footer-social-russian-container,
  .site-footer .two-columns .footer-left aside.widget_nav_menu:last-of-type .menu-footer-social-english-container {
    grid-area: social;
  }
  .site-footer .two-columns .footer-left aside.widget_nav_menu:last-of-type .footer-gm-inline {
    grid-area: gm;
    display: inline-flex;
    align-self: start;
    justify-self: end;
    display: inline-block;
    width: 68px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/sprite.svg#icon-footer-logo-view");
    text-indent: -9999em;
    margin: 0;
  }
}
.site-footer .two-columns .footer-left .copyright {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  margin-top: 72px;
}
.site-footer .two-columns .footer-left .copyright .copyright__logo {
  display: inline-block;
  width: 68px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-footer-logo-view");
  text-indent: -9999em;
  margin-bottom: -7px;
  display: inline-flex;
}
.site-footer .two-columns .footer-left .copyright .copyright__text span {
  color: #001EFF;
}
@media only screen and (max-width: 767px) {
  .site-footer .two-columns .footer-left .copyright {
    margin-top: 0;
    padding: 56px calc(50vw - 113px) 4px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    justify-content: center;
    text-align: center;
    max-width: 194px;
  }
  .site-footer .two-columns .footer-left .copyright .copyright__logo {
    display: none;
  }
}
.site-footer .two-columns .footer-right {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .site-footer .two-columns .footer-right {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.site-footer .two-columns .footer-right .bank-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .site-footer .two-columns .footer-right .bank-area {
    justify-content: center;
    max-width: calc(100% - 64px);
    gap: 6px;
  }
  .site-footer .two-columns .footer-right .bank-area img {
    width: auto !important;
    max-height: 38px;
  }
}
.site-footer .two-columns .footer-right .bank-area .bank {
  padding: 0 7px;
}
@media only screen and (max-width: 767px) {
  .site-footer .two-columns .footer-right .bank-area .bank {
    padding: 0 calc(50vw - 115px);
  }
}
.site-footer .two-columns .footer-right .division {
  font-family: "vcr_osd_monoregular";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  text-align: right;
  color: #868686;
}
@media only screen and (max-width: 767px) {
  .site-footer .two-columns .footer-right .division {
    text-align: center;
    width: calc(100vw - 150px);
    background: #F5F5F7;
    padding: 44px calc(50vw - 120px) 54px;
    margin-top: 48px;
  }
}
.site-footer .two-columns .footer-right .division a {
  color: #868686;
  text-decoration: underline;
}
.site-footer .two-columns .footer-right .division a:hover {
  text-decoration: none;
}
.site-footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  display: none;
  background: linear-gradient(90.18deg, #E2FFB6 0%, #E2FFB6 0%, #E2FFB6 calc(50% - 720px), rgba(250, 250, 250, 0) 50%);
}
@media only screen and (min-width: 768px) {
  .site-footer:before {
    display: block;
  }
}
.site-footer:after {
  content: "";
  background: linear-gradient(90.18deg, #E2FFB6 -3.51%, rgba(232, 232, 232, 0.5) 42.68%, rgba(250, 250, 250, 0) 100.92%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  margin: 0 auto;
  max-width: 1376px;
  padding: 0 24px;
  width: calc(100% - 48px);
  display: none;
}
@media only screen and (min-width: 768px) {
  .site-footer:after {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .site-footer:after {
    padding: 0 32px;
    width: calc(100% - 64px);
  }
}

.products {
  display: flex;
  flex-wrap: wrap;
  gap: 46px 31px;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .products {
    gap: 8px 18px;
  }
  .products.container {
    padding: 0 16px;
  }
}
.products.products--grid-5up {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 8px;
  justify-content: stretch;
}
@media only screen and (min-width: 768px) {
  .products.products--grid-5up {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 31px;
         column-gap: 31px;
    row-gap: 46px;
  }
}
@media only screen and (min-width: 992px) {
  .products.products--grid-5up {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1200px) {
  .products.products--grid-5up {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.products.products--grid-5up > .product {
  max-width: none;
  width: 100%;
  min-width: 0;
}
.products .product {
  max-width: 250px;
  text-align: left;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .products .product {
    max-width: calc(50% - 9px);
  }
}
.products .product .gm-badges-container {
  position: absolute;
  left: 9px;
  top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.products .product img,
.products .product picture {
  max-width: 100%;
  height: auto;
  order: 1;
  border-radius: 18px;
}
.products .product h2,
.products .product h3 {
  order: 3;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #222222;
  margin: 8px 0 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .products.products--grid-5up.products--grid-home-novo > .product:nth-of-type(5),
  .products.products--grid-5up.products--grid-home-novo > .product:nth-of-type(6) {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .products.products--grid-5up.products--grid-home-novo > .product:nth-of-type(6) {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .products.products--grid-5up.products--grid-home-bestsellers > .product:nth-of-type(9),
  .products.products--grid-5up.products--grid-home-bestsellers > .product:nth-of-type(10) {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products.products--grid-5up.products--grid-home-bestsellers > .product:nth-of-type(10) {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .products.products--grid-5up.products--grid-home-bestsellers > .product:nth-of-type(9),
  .products.products--grid-5up.products--grid-home-bestsellers > .product:nth-of-type(10) {
    display: none;
  }
}

.onsale.popust,
.product-tag {
  background: #FF3636;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 17px;
  padding: 4px 5px;
  border-radius: 20px;
  min-width: 34px;
  text-align: center;
}
.onsale.popust.product-tag,
.product-tag.product-tag {
  color: #000000;
  padding: 4px 10px;
}

.product.sale.isonsale .price > span {
  color: #FF3636;
}

.price {
  order: 2;
  font-size: 14px;
  color: #001EFF;
  margin-top: 15px;
  display: flex;
  gap: 4px;
}
.price del {
  order: 2;
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
  margin-top: -4px;
}
.price ins {
  color: #FF3636;
  text-decoration: none;
  order: 1;
}

.sku {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.5;
}
.sku::before {
  content: "Šifra proizvoda: ";
  font-family: "Inter", sans-serif;
}
.sku:empty {
  display: none;
}

html[lang=ru-RU] .sku::before {
  content: "Код товара: ";
}

html[lang=en-US] .sku::before {
  content: "SKU: ";
}

body.single-product .stock.in-stock,
body.single-product .stock.out-of-stock {
  display: none;
}
body.single-product #main {
  margin: 102px 0 0;
}
@media only screen and (max-width: 1199px) {
  body.single-product #main {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  body.single-product #main {
    margin-top: 28px;
  }
}
body.single-product #main .woocommerce-breadcrumb {
  margin-bottom: 17px;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  body.single-product #main .woocommerce-breadcrumb {
    display: none;
  }
}
body.single-product #main > .product {
  display: flex;
  justify-content: space-between;
  gap: 46px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  body.single-product #main > .product {
    gap: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  body.single-product #main > .product {
    gap: 32px;
  }
}
body.single-product #main > .product .gm-badges-container {
  position: absolute;
  left: 9px;
  top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  z-index: 1;
}
body.single-product #main > .product .gm-product-price-row {
  align-items: center;
  clear: both;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  max-width: 556px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  body.single-product #main > .product .gm-product-price-row {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  body.single-product #main > .product .gm-product-price-row {
    margin-bottom: 16px;
    margin-top: 6px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}
body.single-product #main > .product .gm-product-price-row .price {
  flex: 1;
  float: none;
  margin: 0;
  max-width: none;
  min-width: 0;
}
body.single-product #main > .product.product-type-simple .entry-summary .gm-product-price-row .price {
  float: none;
  max-width: none;
}
body.single-product #main > .product.product-type-simple .entry-summary h1 {
  float: left;
}
@media only screen and (max-width: 767px) {
  body.single-product #main > .product.product-type-simple .entry-summary h1 {
    font-size: 26px;
    line-height: 31px;
  }
}
body.single-product #main > .product.product-type-simple .entry-summary picture {
  float: right;
  width: auto;
  max-height: 75px;
}
body.single-product #main > .product.product-type-simple .entry-summary picture img {
  float: none;
}
@media only screen and (max-width: 767px) {
  body.single-product #main > .product.product-type-simple .entry-summary picture {
    display: none;
  }
}
body.single-product #main > .product.product-type-simple .entry-summary img {
  float: right;
  width: auto;
  max-height: 75px;
  opacity: 0.5;
  margin-top: -15px;
}
@media only screen and (max-width: 767px) {
  body.single-product #main > .product.product-type-simple .entry-summary img {
    display: none;
  }
}
body.single-product #main > .product.product-type-simple .entry-summary .product_meta {
  float: left;
  width: 556px;
}
body.single-product #main > .product.product-type-simple .entry-summary .price {
  float: left;
  max-width: 556px;
  width: 100%;
  margin-bottom: 17px;
}
body.single-product #main > .product.product-type-simple .entry-summary #product_total_price {
  display: none !important;
}
body.single-product #main > .product.product-type-simple .entry-summary form {
  clear: both;
}
body.single-product #main > .product table.variations {
  display: block;
  width: 100%;
  border: none;
}
body.single-product #main > .product table.variations tbody {
  display: block;
  width: 100%;
}
body.single-product #main > .product table.variations tr {
  display: block;
  width: 100%;
}
body.single-product #main > .product table.variations th.label {
  display: none;
}
body.single-product #main > .product table.variations td.value {
  display: block;
  width: 100%;
  padding: 0;
}
body.single-product #main > .product table.variations .opcije-brand {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 14px;
}
body.single-product #main > .product table.variations .opcije-brand .opcije {
  flex: 1;
}
body.single-product #main > .product table.variations .opcije-brand .opcije .opcije-label {
  font-weight: 600;
  line-height: 19px;
  margin: 3px 0 10px;
  display: block;
}
body.single-product #main > .product table.variations .opcije-brand .brand {
  flex: 0 0 auto;
  max-width: 80px;
}
body.single-product #main > .product table.variations .opcije-brand .brand picture {
  width: auto;
  max-height: 75px;
}
@media only screen and (max-width: 767px) {
  body.single-product #main > .product table.variations .opcije-brand .brand picture {
    display: none;
  }
}
body.single-product #main > .product table.variations .opcije-brand .brand img {
  width: auto;
  max-height: 75px;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  body.single-product #main > .product table.variations .opcije-brand .brand img {
    display: none;
  }
}
body.single-product #main > .product table.variations a.reset_variations {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  color: #999999;
}
body.single-product #main > .product .besplatna-dostava {
  clear: both;
  width: 100%;
  background: #DFDFDF;
  border-radius: 60px;
  height: 9px;
  position: relative;
}
body.single-product #main > .product .besplatna-dostava .cart-value {
  content: "";
  background: #B6E078;
  border-radius: 60px;
  position: absolute;
  left: 0;
  height: 9px;
  text-indent: -9999em;
}
body.single-product #main > .product .jos {
  color: #3D3D3D;
  font-size: 12px;
  line-height: 15px;
  margin-top: 7px;
  opacity: 0.7;
}
body.single-product #main > .product .reset_variations {
  display: none !important;
}
body.single-product #main > .product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
  border-radius: 18px;
  overflow: hidden;
}
body.single-product #main > .product .images {
  width: 649px;
  position: relative;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1199px) {
  body.single-product #main > .product .images {
    width: calc(50% - 46px);
  }
}
@media only screen and (max-width: 1023px) {
  body.single-product #main > .product .images {
    width: calc(50% - 32px);
  }
}
@media only screen and (max-width: 767px) {
  body.single-product #main > .product .images {
    width: 100%;
  }
}
body.single-product #main > .product .images .flex-viewport {
  border-radius: 18px;
  overflow: hidden;
}
body.single-product #main > .product .images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}
body.single-product #main > .product .images .woocommerce-product-gallery__wrapper a {
  display: block;
  outline-offset: -2px;
}
body.single-product #main > .product .images .woocommerce-product-gallery__wrapper a img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
  max-width: 100%;
}
body.single-product #main > .product .images .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  margin: 19px 0 0;
  max-width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  position: relative;
  width: 100%;
  z-index: 1;
  zoom: 1;
}
@media only screen and (max-width: 767px) {
  body.single-product #main > .product .images .flex-control-thumbs {
    background: #FFFFFF;
    border-radius: 18px;
    margin: -37px auto 13px;
    overflow: hidden;
    padding: 6px 10px 5px 11px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
body.single-product #main > .product .images .flex-control-thumbs li {
  width: 145px;
  margin: 0;
  list-style: none;
  border-radius: 18px;
  overflow: hidden;
}
body.single-product #main > .product .images .flex-control-thumbs li img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
  cursor: pointer;
  opacity: 0.75;
  margin: 0;
  transition: opacity 0.5s;
}
body.single-product #main > .product .images .flex-control-thumbs li img.flex-active, body.single-product #main > .product .images .flex-control-thumbs li img:hover, body.single-product #main > .product .images .flex-control-thumbs li img:focus {
  opacity: 1;
}
body.single-product #main > .product .entry-summary {
  width: 681px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1199px) {
  body.single-product #main > .product .entry-summary {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  body.single-product #main > .product .entry-summary .quantity-wrapper {
    display: none;
  }
}
body.single-product #main > .product .entry-summary .csp-hide-product-total {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  body.single-product #main > .product .entry-summary .product-accordion-wrapper {
    margin-top: 0;
  }
}
body.single-product #main > .product .entry-summary h1 {
  font-size: 32px;
  line-height: 39px;
  margin: -4px 0 4px;
  max-width: 556px;
}
@media only screen and (max-width: 767px) {
  body.single-product #main > .product .entry-summary h1 {
    font-size: 26px;
    line-height: 31px;
    margin-top: 4px;
  }
}
body.single-product #main > .product .entry-summary .price {
  font-size: 24px;
  line-height: 29px;
  gap: 7px;
  margin: 12px 0 10px;
}
body.single-product #main > .product .entry-summary .price del {
  font-size: 16px;
}
body.single-product #main > .product .entry-summary {
  /* Sakrivamo cenu koja se pojavljuje kada se izabere varijacija */
}
body.single-product #main > .product .entry-summary .woocommerce-variation-price,
body.single-product #main > .product .entry-summary .woocommerce-variation .price {
  display: none !important;
}
body.single-product #main > .product .entry-summary table.variations select {
  display: none !important;
}
body.single-product #main > .product .entry-summary table.variations a.reset_variations {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
}
body.single-product #main > .product .entry-summary .custom-variation-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
}
body.single-product #main > .product .entry-summary .custom-variation-buttons .var-btn-wrap {
  position: relative;
  display: inline-flex;
}
body.single-product #main > .product .entry-summary .custom-variation-buttons .var-btn-wrap[data-tooltip] {
  cursor: not-allowed;
}
body.single-product #main > .product .entry-summary .custom-variation-buttons .var-btn-wrap[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: #3D3D3D;
  color: #FFFFFF;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10;
}
body.single-product #main > .product .entry-summary .custom-variation-buttons .var-btn {
  background: transparent;
  border: 1px solid #858585;
  padding: 10px;
  min-width: 76px;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  transition: all 0.3s ease;
  border-radius: 8px;
  color: #3D3D3D;
}
body.single-product #main > .product .entry-summary .custom-variation-buttons .var-btn:hover {
  border-color: #000000;
}
body.single-product #main > .product .entry-summary .custom-variation-buttons .var-btn.active {
  background-color: #000000;
  color: #FFFFFF;
  border-color: #000000;
}
body.single-product #main > .product .entry-summary .custom-variation-buttons .var-btn.out-of-stock, body.single-product #main > .product .entry-summary .custom-variation-buttons .var-btn:disabled {
  background: #E4E4E4;
  border-color: #B9B9B9;
  color: rgba(61, 61, 61, 0.4);
  pointer-events: none;
}
body.single-product #main > .product .entry-summary form.cart:not(.variations_form),
body.single-product #main > .product .entry-summary .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
  body.single-product #main > .product .entry-summary form.cart:not(.variations_form),
  body.single-product #main > .product .entry-summary .woocommerce-variation-add-to-cart {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.single-product #main > .product .entry-summary form.cart:not(.variations_form),
  body.single-product #main > .product .entry-summary .woocommerce-variation-add-to-cart {
    margin-top: 24px;
  }
}
body.single-product #main > .product .entry-summary form.cart:not(.variations_form) .quantity-wrapper,
body.single-product #main > .product .entry-summary .woocommerce-variation-add-to-cart .quantity-wrapper {
  display: flex;
  border: 1px solid #858585;
  border-radius: 60px;
  align-items: center;
  justify-content: space-between;
  width: 88px;
  padding: 10px;
  height: 18px;
}
body.single-product #main > .product .entry-summary form.cart:not(.variations_form) .quantity-wrapper .minus-quantity,
body.single-product #main > .product .entry-summary .woocommerce-variation-add-to-cart .quantity-wrapper .minus-quantity {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-quantity-minus-view");
  text-indent: -9999em;
}
body.single-product #main > .product .entry-summary form.cart:not(.variations_form) .quantity-wrapper input,
body.single-product #main > .product .entry-summary .woocommerce-variation-add-to-cart .quantity-wrapper input {
  width: 20px;
  border: none;
  background: transparent;
  text-align: center;
}
body.single-product #main > .product .entry-summary form.cart:not(.variations_form) .quantity-wrapper .plus-quantity,
body.single-product #main > .product .entry-summary .woocommerce-variation-add-to-cart .quantity-wrapper .plus-quantity {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-quantity-plus-view");
  text-indent: -9999em;
}
body.single-product #main > .product .entry-summary form.cart:not(.variations_form) .quantity-wrapper,
body.single-product #main > .product .entry-summary .woocommerce-variation-add-to-cart .quantity-wrapper {
  /* Chrome, Safari, Edge, Opera */
}
body.single-product #main > .product .entry-summary form.cart:not(.variations_form) .quantity-wrapper input::-webkit-outer-spin-button,
body.single-product #main > .product .entry-summary form.cart:not(.variations_form) .quantity-wrapper input::-webkit-inner-spin-button,
body.single-product #main > .product .entry-summary .woocommerce-variation-add-to-cart .quantity-wrapper input::-webkit-outer-spin-button,
body.single-product #main > .product .entry-summary .woocommerce-variation-add-to-cart .quantity-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.single-product #main > .product .entry-summary form.cart:not(.variations_form) .quantity-wrapper,
body.single-product #main > .product .entry-summary .woocommerce-variation-add-to-cart .quantity-wrapper {
  /* Firefox */
}
body.single-product #main > .product .entry-summary form.cart:not(.variations_form) .quantity-wrapper input[type=number],
body.single-product #main > .product .entry-summary .woocommerce-variation-add-to-cart .quantity-wrapper input[type=number] {
  -moz-appearance: textfield;
}
body.single-product #main > .product .entry-summary form.cart:not(.variations_form) .button,
body.single-product #main > .product .entry-summary .woocommerce-variation-add-to-cart .button {
  flex-grow: 1;
  height: 40px;
  gap: 3px;
}
body.single-product #main > .product .entry-summary form.cart:not(.variations_form) button,
body.single-product #main > .product .entry-summary .woocommerce-variation-add-to-cart button {
  padding: 0;
}
body.single-product #main > .product .entry-summary form.cart:not(.variations_form) button svg,
body.single-product #main > .product .entry-summary .woocommerce-variation-add-to-cart button svg {
  display: block;
}
body.single-product .site-footer {
  margin-top: 74px;
}
@media only screen and (max-width: 1199px) {
  body.single-product form.cart .single_add_to_cart_button,
  body.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  body.single-product #main {
    margin-top: 28px;
  }
  body.single-product #main > .product {
    flex-direction: column;
    gap: 24px;
  }
  body.single-product #main > .product .images {
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
  }
  body.single-product #main > .product .images .flex-direction-nav {
    display: none;
  }
  body.single-product #main > .product .images .flex-control-thumbs {
    background: #FFFFFF;
    border-radius: 18px;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: center;
    margin: -37px auto 13px;
    max-width: 100%;
    overflow-x: auto;
    padding: 6px 10px 5px 11px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
  }
  body.single-product #main > .product .images .flex-control-thumbs li {
    background: #DFDFDF;
    border-radius: 50%;
    flex: 0 0 12px;
    height: 12px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 12px !important;
  }
  body.single-product #main > .product .images .flex-control-thumbs li.flex-active {
    background: #000 !important;
  }
  body.single-product #main > .product .images .flex-control-thumbs li img {
    cursor: pointer;
    height: 100% !important;
    left: 0;
    margin: 0 !important;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100% !important;
  }
  body.single-product #main > .product .images .flex-control-thumbs li img.flex-active {
    opacity: 0 !important;
  }
  body.single-product #main > .product .images .flex-control-thumbs li:has(> img.flex-active) {
    background: #000 !important;
  }
  body.single-product #main > .product .entry-summary {
    margin-bottom: 24px;
    max-width: 100%;
    width: 100%;
  }
  body.single-product #main > .product .entry-summary h1 {
    float: none;
    max-width: none;
  }
  body.single-product #main > .product .entry-summary picture,
  body.single-product #main > .product .entry-summary img {
    float: none;
    margin-top: 0;
  }
  body.single-product #main > .product .entry-summary .gm-product-price-row {
    max-width: none;
  }
  body.single-product #main > .product .entry-summary .gm-product-price-row .price {
    margin: 0;
  }
  body.single-product #main > .product .entry-summary .product_meta {
    float: none;
    width: 100%;
  }
  body.single-product #main > .product.product-type-simple .entry-summary h1 {
    float: none;
  }
  body.single-product form.cart:not(.variations_form),
  body.single-product .woocommerce-variation-add-to-cart {
    margin-top: 24px;
  }
  body.single-product form.cart .add-to-cart-button {
    margin-top: 24px;
  }
}
body.single-product .woocommerce-product-details__short-description .product-accordion-wrapper .accordion-content .sjaj-hold {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
}
body.single-product .woocommerce-product-details__short-description .product-accordion-wrapper .accordion-content .sjaj-hold > span {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding: 6px 10px;
  border-radius: 20px;
  background: #E2FFB6;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
body.single-product .woocommerce-product-details__short-description .product-accordion-wrapper .accordion-content .sjaj-hold > span.hold {
  background: #E3F0FF;
}

.wpt_variations_form .woocommerce-variation-add-to-cart,
.wpt_variations_form .woocommerce-variation-add-to-cart .add-to-cart-button,
form.cart .add-to-cart-button {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wpt_variations_form .woocommerce-variation-add-to-cart,
.wpt_variations_form .woocommerce-variation-add-to-cart .add-to-cart-button {
  margin-top: 0;
}

form.cart .add-to-cart-button {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  form.cart .add-to-cart-button {
    margin-top: 24px;
  }
}

.wpt_variations_form .woocommerce-variation-add-to-cart .quantity-wrapper,
.wpt_variations_form .woocommerce-variation-add-to-cart .add-to-cart-button .quantity-wrapper,
form.cart .add-to-cart-button .quantity-wrapper {
  display: flex;
  border: 1px solid #858585;
  border-radius: 60px;
  align-items: center;
  justify-content: space-between;
  width: 88px;
  padding: 10px;
  height: 18px;
}
.wpt_variations_form .woocommerce-variation-add-to-cart .quantity-wrapper .minus-quantity,
.wpt_variations_form .woocommerce-variation-add-to-cart .add-to-cart-button .quantity-wrapper .minus-quantity,
form.cart .add-to-cart-button .quantity-wrapper .minus-quantity {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-quantity-minus-view");
  text-indent: -9999em;
}
.wpt_variations_form .woocommerce-variation-add-to-cart .quantity-wrapper input,
.wpt_variations_form .woocommerce-variation-add-to-cart .add-to-cart-button .quantity-wrapper input,
form.cart .add-to-cart-button .quantity-wrapper input {
  width: 20px;
  border: none;
  background: transparent;
  text-align: center;
}
.wpt_variations_form .woocommerce-variation-add-to-cart .quantity-wrapper .plus-quantity,
.wpt_variations_form .woocommerce-variation-add-to-cart .add-to-cart-button .quantity-wrapper .plus-quantity,
form.cart .add-to-cart-button .quantity-wrapper .plus-quantity {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-quantity-plus-view");
  text-indent: -9999em;
}
.wpt_variations_form .woocommerce-variation-add-to-cart .quantity-wrapper input::-webkit-outer-spin-button,
.wpt_variations_form .woocommerce-variation-add-to-cart .quantity-wrapper input::-webkit-inner-spin-button,
.wpt_variations_form .woocommerce-variation-add-to-cart .add-to-cart-button .quantity-wrapper input::-webkit-outer-spin-button,
.wpt_variations_form .woocommerce-variation-add-to-cart .add-to-cart-button .quantity-wrapper input::-webkit-inner-spin-button,
form.cart .add-to-cart-button .quantity-wrapper input::-webkit-outer-spin-button,
form.cart .add-to-cart-button .quantity-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wpt_variations_form .woocommerce-variation-add-to-cart .quantity-wrapper input[type=number],
.wpt_variations_form .woocommerce-variation-add-to-cart .add-to-cart-button .quantity-wrapper input[type=number],
form.cart .add-to-cart-button .quantity-wrapper input[type=number] {
  -moz-appearance: textfield;
}

.related {
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  .related {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .related .products.products--grid-5up > .product:nth-of-type(5),
  .related .products.products--grid-5up > .product:nth-of-type(6) {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .related .products.products--grid-5up > .product:nth-of-type(6) {
    display: none;
  }
}
.related h2 {
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .related h2 {
    padding: 0 20px;
    margin-bottom: 32px;
  }
}

.o-brendu {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .o-brendu h2 {
    text-align: center;
  }
}
.o-brendu .o-brendu-wrapper {
  color: rgba(61, 61, 61, 0.7);
  display: flex;
  gap: 79px;
  justify-content: space-between;
  margin-bottom: 105px;
}
.o-brendu .o-brendu-wrapper h3 {
  display: block;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -1.8px;
  line-height: 73px;
  margin: 0 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 899px) {
  .o-brendu .o-brendu-wrapper h3 {
    font-size: 52px;
    line-height: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .o-brendu .o-brendu-wrapper h3 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 auto 1px;
  }
}
.o-brendu .o-brendu-wrapper small {
  color: #7F7F7F;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 58px;
}
.o-brendu .o-brendu-wrapper .right {
  flex-shrink: 0;
  max-width: 100%;
}
.o-brendu .o-brendu-wrapper .right .o-brendu-image {
  position: relative;
  display: inline-block;
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .o-brendu .o-brendu-wrapper .right .o-brendu-image {
    margin-bottom: 20px;
  }
}
.o-brendu .o-brendu-wrapper .right .o-brendu-caption {
  position: absolute;
  right: 13px;
  bottom: 12px;
  padding: 6px 8px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  border-radius: 60px;
}
.o-brendu .o-brendu-wrapper .right img {
  height: auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .o-brendu .o-brendu-wrapper .right {
    max-width: 40%;
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .o-brendu .o-brendu-wrapper .right {
    text-align: center;
  }
  .o-brendu .o-brendu-wrapper .right img {
    margin-left: auto;
    margin-right: auto;
  }
}
.o-brendu .o-brendu-wrapper .o-brendu-desc {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .o-brendu .o-brendu-wrapper {
    flex-direction: column;
    gap: 1px;
    margin-bottom: 44px;
  }
  .o-brendu .o-brendu-wrapper .left {
    display: contents;
  }
  .o-brendu .o-brendu-wrapper .left h3,
  .o-brendu .o-brendu-wrapper .left small {
    text-align: center;
  }
  .o-brendu .o-brendu-wrapper .left small {
    margin-bottom: 20px;
  }
  .o-brendu .o-brendu-wrapper h3 {
    order: 1;
  }
  .o-brendu .o-brendu-wrapper small {
    order: 2;
  }
  .o-brendu .o-brendu-wrapper .right {
    order: 3;
  }
  .o-brendu .o-brendu-wrapper .o-brendu-desc {
    order: 4;
  }
}

.add-to-wishlist-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}
.add-to-wishlist-btn:not(.in-wishlist):not([disabled]):not([aria-busy=true]):hover {
  opacity: 1;
}
.add-to-wishlist-btn:not(.in-wishlist):not([disabled]):not([aria-busy=true]):hover .fav-bg {
  fill: rgba(255, 152, 152, 0.12);
}
.add-to-wishlist-btn .heart-outline {
  display: block;
}
.add-to-wishlist-btn .heart-filled {
  display: none;
}
.add-to-wishlist-btn.in-wishlist .fav-bg {
  fill: #FF9898;
}
.add-to-wishlist-btn.in-wishlist .heart-outline {
  display: none;
}
.add-to-wishlist-btn.in-wishlist .heart-filled {
  display: block;
}
.add-to-wishlist-btn.in-wishlist:not([disabled]):not([aria-busy=true]):hover {
  opacity: 0.85;
}
.add-to-wishlist-btn[aria-busy=true]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%) rotate(0deg);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-top-color: #FF9898;
  border-right-color: #FFFFFF;
  animation: gm-spin-center 0.7s linear infinite;
  pointer-events: none;
}
.add-to-wishlist-btn[aria-busy=true]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 152, 152, 0.12);
  pointer-events: none;
}
.add-to-wishlist-btn[aria-busy=true] .heart-outline,
.add-to-wishlist-btn[aria-busy=true] .heart-filled {
  display: none;
}
.add-to-wishlist-btn[aria-busy=true] .fav-bg {
  fill: rgba(255, 152, 152, 0.12);
}
.add-to-wishlist-btn[aria-busy=true].gm-wishlist-removing::before {
  background: rgba(255, 152, 152, 0.85);
}
.add-to-wishlist-btn[aria-busy=true].gm-wishlist-removing .fav-bg {
  fill: rgba(255, 152, 152, 0.85);
}

@keyframes gm-spin-center {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.single_add_to_cart_button.loading, .single_add_to_cart_button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.single_add_to_cart_button.loading {
  position: relative;
}
.single_add_to_cart_button.loading::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #FFFFFF;
  border-radius: 50%;
  animation: gm-spin 0.7s linear infinite;
  vertical-align: middle;
}

@keyframes gm-spin {
  to {
    transform: rotate(360deg);
  }
}
.gm-cart-error {
  display: none;
  width: 100%;
  margin-top: 12px;
  padding: 10px 14px;
  background: #FEF2F2;
  border: 1px solid #FECACA;
  border-radius: 8px;
  font-size: 13px;
  color: #DC2626;
  line-height: 1.5;
  box-sizing: border-box;
}

/* Wholesale Product Table Styles */
.product-maloprodajna-cena {
  font-weight: bold;
}
.product-maloprodajna-cena del {
  color: #999999;
  font-weight: normal;
  margin-right: 5px;
}

.stock-qty {
  display: block;
  white-space: nowrap;
  font-weight: 400;
}
.stock-qty.out-of-stock, .stock-qty.low-stock {
  color: #FF3636;
}
.stock-qty.in-stock {
  color: #000000;
}

.variation-line {
  display: block;
  margin-bottom: 2px;
  font-size: 0.9em;
}

body.is-wholesale .footer-left > aside:nth-of-type(2) {
  display: none;
}

.wc-product-table .cart .single_add_to_cart_button + a.added_to_cart.wc-forward,
.tabela-proizvoda-wrapper .wc-product-table .col-maloprodajna_cena .blockUI.blockMsg,
.tabela-proizvoda-wrapper .wc-product-table .col-custom .blockUI.blockMsg,
.tabela-proizvoda-wrapper .wc-product-table .wpt_variations_form .woocommerce-variation-availability .price,
.tabela-proizvoda-wrapper .wc-product-table .wpt_variations_form .woocommerce-variation-price .price,
.tabela-proizvoda-wrapper .wc-product-table .col-price .blockUI.blockMsg,
.tabela-proizvoda-wrapper table.wc-product-table .woocommerce-variation-availability,
.tabela-proizvoda-wrapper table.wc-product-table .added_to_cart.wc-forward,
.tabela-proizvoda-wrapper table.wc-product-table .not-purchasable a,
.wc-product-table .wpt_variations_form .single_variation {
  display: none !important;
}

@property --hero-gradient-end {
  syntax: "<color>";
  inherits: true;
  initial-value: #E3F0FF;
}
.hero-slider-wrapper {
  overflow: hidden;
  position: relative;
  margin-top: 48px;
}
@media only screen and (max-width: 1023px) {
  .hero-slider-wrapper {
    margin-top: 13px;
    padding: 0;
    width: 100%;
  }
}
.hero-slider-wrapper #moj-hero-slider {
  border-radius: 18px;
  --hero-gradient-end: #E3F0FF;
  background: linear-gradient(257.98deg, #FFFFFF 58.68%, var(--hero-gradient-end) 97.68%);
  transition: --hero-gradient-end 0.65s ease;
}
.hero-slider-wrapper #moj-hero-slider.flexslider--hero-bg-green {
  --hero-gradient-end: #F0FFD8;
}
@media only screen and (max-width: 1023px) {
  .hero-slider-wrapper #moj-hero-slider {
    border-radius: 0;
    background: #FFFFFF;
  }
}
.hero-slider-wrapper #moj-hero-slider .flex-viewport {
  overflow: hidden;
  border-radius: 18px;
}
.hero-slider-wrapper #moj-hero-slider .slides {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 570px;
}
.hero-slider-wrapper #moj-hero-slider .slides li {
  height: 570px;
  display: flex !important;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  color: #3D3D3D;
  font-size: 14px;
}
.hero-slider-wrapper #moj-hero-slider .slides li.hero-slide {
  --hero-bg-photo: var(--hero-photo-mobile, var(--hero-photo-desktop, none));
  position: relative;
  background-color: transparent;
  background-image: none;
}
.hero-slider-wrapper #moj-hero-slider .slides li.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--hero-bg-photo);
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media only screen and (min-width: 768px) {
  .hero-slider-wrapper #moj-hero-slider .slides li.hero-slide::after {
    background-position: bottom right -200px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-wrapper #moj-hero-slider .slides li.hero-slide::after {
    background-position: bottom center;
    background-size: auto 380px;
  }
}
@media only screen and (min-width: 880px) {
  .hero-slider-wrapper #moj-hero-slider .slides li.hero-slide::after {
    background-position: bottom right -142px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-slider-wrapper #moj-hero-slider .slides li.hero-slide::after {
    background-position: bottom right -96px;
  }
}
.hero-slider-wrapper #moj-hero-slider .slides li.hero-slide.flex-active-slide::after {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .hero-slider-wrapper #moj-hero-slider .slides li.hero-slide {
    --hero-bg-photo: var(--hero-photo-desktop, none);
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-wrapper #moj-hero-slider .slides li {
    text-align: center;
    justify-content: flex-start;
  }
  .hero-slider-wrapper #moj-hero-slider .slides li p {
    display: none;
  }
}
@media only screen and (min-width: 880px) {
  .hero-slider-wrapper #moj-hero-slider .slides li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-slider-wrapper #moj-hero-slider .slides li {
    font-size: 16px;
  }
}
.hero-slider-wrapper #moj-hero-slider .slides li > * {
  position: relative;
  z-index: 1;
  max-width: 505px;
  margin-left: 70px;
}
@media only screen and (max-width: 1023px) {
  .hero-slider-wrapper #moj-hero-slider .slides li > * {
    margin-left: 24px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-wrapper #moj-hero-slider .slides li > * {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 264px;
  }
}
.hero-slider-wrapper #moj-hero-slider .slides li h1, .hero-slider-wrapper #moj-hero-slider .slides li h2 {
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  color: #000000;
  margin-top: 31px;
  margin-bottom: 11px;
}
@media only screen and (max-width: 1023px) {
  .hero-slider-wrapper #moj-hero-slider .slides li h1, .hero-slider-wrapper #moj-hero-slider .slides li h2 {
    font-size: 32px;
    line-height: 39px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-wrapper #moj-hero-slider .slides li h1, .hero-slider-wrapper #moj-hero-slider .slides li h2 {
    font-size: 26px;
    line-height: 31px;
    margin-top: 54px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .hero-slider-wrapper #moj-hero-slider .slides li h1, .hero-slider-wrapper #moj-hero-slider .slides li h2 {
    font-size: 42px;
    line-height: 1;
    margin-top: 38px;
  }
}
.hero-slider-wrapper #moj-hero-slider .slides li strong.club-plus,
.hero-slider-wrapper #moj-hero-slider .slides li .club-plus {
  display: inline-block;
  font-weight: 700;
  background: linear-gradient(90deg, #001eff -10.23%, #bee08d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.hero-slider-wrapper #moj-hero-slider .slides li .button {
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .hero-slider-wrapper #moj-hero-slider .slides li .button {
    margin-top: 22px;
  }
}
.hero-slider-wrapper #moj-hero-slider .flex-control-nav {
  position: absolute;
  bottom: 18px;
  width: 100%;
  text-align: center;
  z-index: 10;
  padding: 0;
  left: 0;
}
.hero-slider-wrapper #moj-hero-slider .flex-control-nav li {
  display: inline-block;
  margin: 0 5px;
}
.hero-slider-wrapper #moj-hero-slider .flex-control-nav li a {
  display: block;
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 50%;
  cursor: pointer;
  text-indent: -9999px;
  transition: all 0.5s;
}
.hero-slider-wrapper #moj-hero-slider .flex-control-nav li a.flex-active {
  background: #000000;
}
.hero-slider-wrapper #moj-hero-slider .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-slider-wrapper #moj-hero-slider .flex-direction-nav li {
  margin: 0;
  padding: 0;
}
.hero-slider-wrapper #moj-hero-slider .flex-direction-nav a {
  position: absolute;
  top: calc(50% - 16px);
  transform: translateY(-50%);
  z-index: 11;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  width: 32px;
  height: 32px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-slider-wrapper #moj-hero-slider .flex-direction-nav a::before {
  content: "";
  display: block;
  display: inline-block;
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-next-slide-view");
}
.hero-slider-wrapper #moj-hero-slider .flex-direction-nav a.flex-prev {
  left: 50px;
}
.hero-slider-wrapper #moj-hero-slider .flex-direction-nav a.flex-prev::before {
  transform: rotate(180deg);
  transform-origin: center;
}
.hero-slider-wrapper #moj-hero-slider .flex-direction-nav a.flex-next {
  right: 50px;
}
@media only screen and (max-width: 1023px) {
  .hero-slider-wrapper #moj-hero-slider .flex-direction-nav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-wrapper #moj-hero-slider .flex-control-nav {
    bottom: 1px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 6px 5px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .hero-slider-wrapper #moj-hero-slider .flex-control-nav li {
    margin: 0 4px;
  }
}

.faq-wrapper,
.product-accordion-wrapper,
.moj-nalog-faq {
  margin-top: 103px;
}
.faq-wrapper h2 br,
.product-accordion-wrapper h2 br,
.moj-nalog-faq h2 br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .faq-wrapper h2 br,
  .product-accordion-wrapper h2 br,
  .moj-nalog-faq h2 br {
    display: inline;
  }
}
.faq-wrapper.product-accordion-wrapper,
.product-accordion-wrapper.product-accordion-wrapper,
.moj-nalog-faq.product-accordion-wrapper {
  margin-top: 31px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.faq-wrapper.product-accordion-wrapper .accordion-item.active .accordion-header,
.product-accordion-wrapper.product-accordion-wrapper .accordion-item.active .accordion-header,
.moj-nalog-faq.product-accordion-wrapper .accordion-item.active .accordion-header {
  color: #000000;
}
.faq-wrapper.moj-nalog-faq,
.product-accordion-wrapper.moj-nalog-faq,
.moj-nalog-faq.moj-nalog-faq {
  margin-top: 86px;
}
.faq-wrapper .wp-block-yoast-faq-block,
.product-accordion-wrapper .wp-block-yoast-faq-block,
.moj-nalog-faq .wp-block-yoast-faq-block {
  margin-top: 50px;
  border-bottom: 1px solid #3D3D3D;
}
.faq-wrapper .schema-faq-section,
.faq-wrapper .accordion-item,
.product-accordion-wrapper .schema-faq-section,
.product-accordion-wrapper .accordion-item,
.moj-nalog-faq .schema-faq-section,
.moj-nalog-faq .accordion-item {
  border-top: 1px solid #3D3D3D;
  padding: 17px 0 19px;
}
@media only screen and (max-width: 767px) {
  .faq-wrapper .schema-faq-section,
  .faq-wrapper .accordion-item,
  .product-accordion-wrapper .schema-faq-section,
  .product-accordion-wrapper .accordion-item,
  .moj-nalog-faq .schema-faq-section,
  .moj-nalog-faq .accordion-item {
    padding: 12px 0;
  }
}
.faq-wrapper .schema-faq-section.accordion-item,
.faq-wrapper .accordion-item.accordion-item,
.product-accordion-wrapper .schema-faq-section.accordion-item,
.product-accordion-wrapper .accordion-item.accordion-item,
.moj-nalog-faq .schema-faq-section.accordion-item,
.moj-nalog-faq .accordion-item.accordion-item {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.faq-wrapper .schema-faq-section .schema-faq-question,
.faq-wrapper .schema-faq-section .accordion-header,
.faq-wrapper .accordion-item .schema-faq-question,
.faq-wrapper .accordion-item .accordion-header,
.product-accordion-wrapper .schema-faq-section .schema-faq-question,
.product-accordion-wrapper .schema-faq-section .accordion-header,
.product-accordion-wrapper .accordion-item .schema-faq-question,
.product-accordion-wrapper .accordion-item .accordion-header,
.moj-nalog-faq .schema-faq-section .schema-faq-question,
.moj-nalog-faq .schema-faq-section .accordion-header,
.moj-nalog-faq .accordion-item .schema-faq-question,
.moj-nalog-faq .accordion-item .accordion-header {
  display: block;
  position: relative;
  padding-right: 70px;
  cursor: pointer;
  font-size: 24px;
  line-height: 29px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.5s ease;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .faq-wrapper .schema-faq-section .schema-faq-question,
  .faq-wrapper .schema-faq-section .accordion-header,
  .faq-wrapper .accordion-item .schema-faq-question,
  .faq-wrapper .accordion-item .accordion-header,
  .product-accordion-wrapper .schema-faq-section .schema-faq-question,
  .product-accordion-wrapper .schema-faq-section .accordion-header,
  .product-accordion-wrapper .accordion-item .schema-faq-question,
  .product-accordion-wrapper .accordion-item .accordion-header,
  .moj-nalog-faq .schema-faq-section .schema-faq-question,
  .moj-nalog-faq .schema-faq-section .accordion-header,
  .moj-nalog-faq .accordion-item .schema-faq-question,
  .moj-nalog-faq .accordion-item .accordion-header {
    font-size: 20px;
    line-height: 24px;
  }
}
.faq-wrapper .schema-faq-section .schema-faq-question.accordion-header,
.faq-wrapper .schema-faq-section .accordion-header.accordion-header,
.faq-wrapper .accordion-item .schema-faq-question.accordion-header,
.faq-wrapper .accordion-item .accordion-header.accordion-header,
.product-accordion-wrapper .schema-faq-section .schema-faq-question.accordion-header,
.product-accordion-wrapper .schema-faq-section .accordion-header.accordion-header,
.product-accordion-wrapper .accordion-item .schema-faq-question.accordion-header,
.product-accordion-wrapper .accordion-item .accordion-header.accordion-header,
.moj-nalog-faq .schema-faq-section .schema-faq-question.accordion-header,
.moj-nalog-faq .schema-faq-section .accordion-header.accordion-header,
.moj-nalog-faq .accordion-item .schema-faq-question.accordion-header,
.moj-nalog-faq .accordion-item .accordion-header.accordion-header {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}
.faq-wrapper .schema-faq-section .schema-faq-question.accordion-header .icon,
.faq-wrapper .schema-faq-section .accordion-header.accordion-header .icon,
.faq-wrapper .accordion-item .schema-faq-question.accordion-header .icon,
.faq-wrapper .accordion-item .accordion-header.accordion-header .icon,
.product-accordion-wrapper .schema-faq-section .schema-faq-question.accordion-header .icon,
.product-accordion-wrapper .schema-faq-section .accordion-header.accordion-header .icon,
.product-accordion-wrapper .accordion-item .schema-faq-question.accordion-header .icon,
.product-accordion-wrapper .accordion-item .accordion-header.accordion-header .icon,
.moj-nalog-faq .schema-faq-section .schema-faq-question.accordion-header .icon,
.moj-nalog-faq .schema-faq-section .accordion-header.accordion-header .icon,
.moj-nalog-faq .accordion-item .schema-faq-question.accordion-header .icon,
.moj-nalog-faq .accordion-item .accordion-header.accordion-header .icon {
  display: flex;
  gap: 6px;
  width: auto;
  height: auto;
  align-items: center;
}
.faq-wrapper .schema-faq-section .schema-faq-question.accordion-header .icon:before,
.faq-wrapper .schema-faq-section .accordion-header.accordion-header .icon:before,
.faq-wrapper .accordion-item .schema-faq-question.accordion-header .icon:before,
.faq-wrapper .accordion-item .accordion-header.accordion-header .icon:before,
.product-accordion-wrapper .schema-faq-section .schema-faq-question.accordion-header .icon:before,
.product-accordion-wrapper .schema-faq-section .accordion-header.accordion-header .icon:before,
.product-accordion-wrapper .accordion-item .schema-faq-question.accordion-header .icon:before,
.product-accordion-wrapper .accordion-item .accordion-header.accordion-header .icon:before,
.moj-nalog-faq .schema-faq-section .schema-faq-question.accordion-header .icon:before,
.moj-nalog-faq .schema-faq-section .accordion-header.accordion-header .icon:before,
.moj-nalog-faq .accordion-item .schema-faq-question.accordion-header .icon:before,
.moj-nalog-faq .accordion-item .accordion-header.accordion-header .icon:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-info-view");
}
.faq-wrapper .schema-faq-section .schema-faq-question.accordion-header .icon.icon-sastav:before,
.faq-wrapper .schema-faq-section .accordion-header.accordion-header .icon.icon-sastav:before,
.faq-wrapper .accordion-item .schema-faq-question.accordion-header .icon.icon-sastav:before,
.faq-wrapper .accordion-item .accordion-header.accordion-header .icon.icon-sastav:before,
.product-accordion-wrapper .schema-faq-section .schema-faq-question.accordion-header .icon.icon-sastav:before,
.product-accordion-wrapper .schema-faq-section .accordion-header.accordion-header .icon.icon-sastav:before,
.product-accordion-wrapper .accordion-item .schema-faq-question.accordion-header .icon.icon-sastav:before,
.product-accordion-wrapper .accordion-item .accordion-header.accordion-header .icon.icon-sastav:before,
.moj-nalog-faq .schema-faq-section .schema-faq-question.accordion-header .icon.icon-sastav:before,
.moj-nalog-faq .schema-faq-section .accordion-header.accordion-header .icon.icon-sastav:before,
.moj-nalog-faq .accordion-item .schema-faq-question.accordion-header .icon.icon-sastav:before,
.moj-nalog-faq .accordion-item .accordion-header.accordion-header .icon.icon-sastav:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-sastav-view");
}
.faq-wrapper .schema-faq-section .schema-faq-question.accordion-header .icon.icon-briga:before,
.faq-wrapper .schema-faq-section .accordion-header.accordion-header .icon.icon-briga:before,
.faq-wrapper .accordion-item .schema-faq-question.accordion-header .icon.icon-briga:before,
.faq-wrapper .accordion-item .accordion-header.accordion-header .icon.icon-briga:before,
.product-accordion-wrapper .schema-faq-section .schema-faq-question.accordion-header .icon.icon-briga:before,
.product-accordion-wrapper .schema-faq-section .accordion-header.accordion-header .icon.icon-briga:before,
.product-accordion-wrapper .accordion-item .schema-faq-question.accordion-header .icon.icon-briga:before,
.product-accordion-wrapper .accordion-item .accordion-header.accordion-header .icon.icon-briga:before,
.moj-nalog-faq .schema-faq-section .schema-faq-question.accordion-header .icon.icon-briga:before,
.moj-nalog-faq .schema-faq-section .accordion-header.accordion-header .icon.icon-briga:before,
.moj-nalog-faq .accordion-item .schema-faq-question.accordion-header .icon.icon-briga:before,
.moj-nalog-faq .accordion-item .accordion-header.accordion-header .icon.icon-briga:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-pagelines-view");
}
.faq-wrapper .schema-faq-section .schema-faq-question.accordion-header .icon.icon-dostava:before,
.faq-wrapper .schema-faq-section .accordion-header.accordion-header .icon.icon-dostava:before,
.faq-wrapper .accordion-item .schema-faq-question.accordion-header .icon.icon-dostava:before,
.faq-wrapper .accordion-item .accordion-header.accordion-header .icon.icon-dostava:before,
.product-accordion-wrapper .schema-faq-section .schema-faq-question.accordion-header .icon.icon-dostava:before,
.product-accordion-wrapper .schema-faq-section .accordion-header.accordion-header .icon.icon-dostava:before,
.product-accordion-wrapper .accordion-item .schema-faq-question.accordion-header .icon.icon-dostava:before,
.product-accordion-wrapper .accordion-item .accordion-header.accordion-header .icon.icon-dostava:before,
.moj-nalog-faq .schema-faq-section .schema-faq-question.accordion-header .icon.icon-dostava:before,
.moj-nalog-faq .schema-faq-section .accordion-header.accordion-header .icon.icon-dostava:before,
.moj-nalog-faq .accordion-item .schema-faq-question.accordion-header .icon.icon-dostava:before,
.moj-nalog-faq .accordion-item .accordion-header.accordion-header .icon.icon-dostava:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-truck-view");
}
.faq-wrapper .schema-faq-section .schema-faq-question.accordion-header::after,
.faq-wrapper .schema-faq-section .accordion-header.accordion-header::after,
.faq-wrapper .accordion-item .schema-faq-question.accordion-header::after,
.faq-wrapper .accordion-item .accordion-header.accordion-header::after,
.product-accordion-wrapper .schema-faq-section .schema-faq-question.accordion-header::after,
.product-accordion-wrapper .schema-faq-section .accordion-header.accordion-header::after,
.product-accordion-wrapper .accordion-item .schema-faq-question.accordion-header::after,
.product-accordion-wrapper .accordion-item .accordion-header.accordion-header::after,
.moj-nalog-faq .schema-faq-section .schema-faq-question.accordion-header::after,
.moj-nalog-faq .schema-faq-section .accordion-header.accordion-header::after,
.moj-nalog-faq .accordion-item .schema-faq-question.accordion-header::after,
.moj-nalog-faq .accordion-item .accordion-header.accordion-header::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-plus-accordion-view");
}
.faq-wrapper .schema-faq-section .schema-faq-question::after,
.faq-wrapper .schema-faq-section .accordion-header::after,
.faq-wrapper .accordion-item .schema-faq-question::after,
.faq-wrapper .accordion-item .accordion-header::after,
.product-accordion-wrapper .schema-faq-section .schema-faq-question::after,
.product-accordion-wrapper .schema-faq-section .accordion-header::after,
.product-accordion-wrapper .accordion-item .schema-faq-question::after,
.product-accordion-wrapper .accordion-item .accordion-header::after,
.moj-nalog-faq .schema-faq-section .schema-faq-question::after,
.moj-nalog-faq .schema-faq-section .accordion-header::after,
.moj-nalog-faq .accordion-item .schema-faq-question::after,
.moj-nalog-faq .accordion-item .accordion-header::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-plus-view");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease, color 0.5s ease;
}
.faq-wrapper .schema-faq-section .schema-faq-question:hover,
.faq-wrapper .schema-faq-section .accordion-header:hover,
.faq-wrapper .accordion-item .schema-faq-question:hover,
.faq-wrapper .accordion-item .accordion-header:hover,
.product-accordion-wrapper .schema-faq-section .schema-faq-question:hover,
.product-accordion-wrapper .schema-faq-section .accordion-header:hover,
.product-accordion-wrapper .accordion-item .schema-faq-question:hover,
.product-accordion-wrapper .accordion-item .accordion-header:hover,
.moj-nalog-faq .schema-faq-section .schema-faq-question:hover,
.moj-nalog-faq .schema-faq-section .accordion-header:hover,
.moj-nalog-faq .accordion-item .schema-faq-question:hover,
.moj-nalog-faq .accordion-item .accordion-header:hover {
  opacity: 0.8;
}
.faq-wrapper .schema-faq-section .schema-faq-answer,
.faq-wrapper .schema-faq-section .accordion-content,
.faq-wrapper .accordion-item .schema-faq-answer,
.faq-wrapper .accordion-item .accordion-content,
.product-accordion-wrapper .schema-faq-section .schema-faq-answer,
.product-accordion-wrapper .schema-faq-section .accordion-content,
.product-accordion-wrapper .accordion-item .schema-faq-answer,
.product-accordion-wrapper .accordion-item .accordion-content,
.moj-nalog-faq .schema-faq-section .schema-faq-answer,
.moj-nalog-faq .schema-faq-section .accordion-content,
.moj-nalog-faq .accordion-item .schema-faq-answer,
.moj-nalog-faq .accordion-item .accordion-content {
  display: none;
  margin: 0;
  padding: 8px 40px 3px 0;
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 500;
}
.faq-wrapper .schema-faq-section .schema-faq-answer.accordion-content,
.faq-wrapper .schema-faq-section .accordion-content.accordion-content,
.faq-wrapper .accordion-item .schema-faq-answer.accordion-content,
.faq-wrapper .accordion-item .accordion-content.accordion-content,
.product-accordion-wrapper .schema-faq-section .schema-faq-answer.accordion-content,
.product-accordion-wrapper .schema-faq-section .accordion-content.accordion-content,
.product-accordion-wrapper .accordion-item .schema-faq-answer.accordion-content,
.product-accordion-wrapper .accordion-item .accordion-content.accordion-content,
.moj-nalog-faq .schema-faq-section .schema-faq-answer.accordion-content,
.moj-nalog-faq .schema-faq-section .accordion-content.accordion-content,
.moj-nalog-faq .accordion-item .schema-faq-answer.accordion-content,
.moj-nalog-faq .accordion-item .accordion-content.accordion-content {
  padding: 20px 0 10px;
}
@media only screen and (max-width: 767px) {
  .faq-wrapper .schema-faq-section .schema-faq-answer.accordion-content,
  .faq-wrapper .schema-faq-section .accordion-content.accordion-content,
  .faq-wrapper .accordion-item .schema-faq-answer.accordion-content,
  .faq-wrapper .accordion-item .accordion-content.accordion-content,
  .product-accordion-wrapper .schema-faq-section .schema-faq-answer.accordion-content,
  .product-accordion-wrapper .schema-faq-section .accordion-content.accordion-content,
  .product-accordion-wrapper .accordion-item .schema-faq-answer.accordion-content,
  .product-accordion-wrapper .accordion-item .accordion-content.accordion-content,
  .moj-nalog-faq .schema-faq-section .schema-faq-answer.accordion-content,
  .moj-nalog-faq .schema-faq-section .accordion-content.accordion-content,
  .moj-nalog-faq .accordion-item .schema-faq-answer.accordion-content,
  .moj-nalog-faq .accordion-item .accordion-content.accordion-content {
    padding: 16px 0 0;
  }
}
.faq-wrapper .schema-faq-section.active .schema-faq-question,
.faq-wrapper .schema-faq-section.active .accordion-header,
.faq-wrapper .accordion-item.active .schema-faq-question,
.faq-wrapper .accordion-item.active .accordion-header,
.product-accordion-wrapper .schema-faq-section.active .schema-faq-question,
.product-accordion-wrapper .schema-faq-section.active .accordion-header,
.product-accordion-wrapper .accordion-item.active .schema-faq-question,
.product-accordion-wrapper .accordion-item.active .accordion-header,
.moj-nalog-faq .schema-faq-section.active .schema-faq-question,
.moj-nalog-faq .schema-faq-section.active .accordion-header,
.moj-nalog-faq .accordion-item.active .schema-faq-question,
.moj-nalog-faq .accordion-item.active .accordion-header {
  color: #001EFF;
}
.faq-wrapper .schema-faq-section.active .schema-faq-question::after,
.faq-wrapper .schema-faq-section.active .accordion-header::after,
.faq-wrapper .accordion-item.active .schema-faq-question::after,
.faq-wrapper .accordion-item.active .accordion-header::after,
.product-accordion-wrapper .schema-faq-section.active .schema-faq-question::after,
.product-accordion-wrapper .schema-faq-section.active .accordion-header::after,
.product-accordion-wrapper .accordion-item.active .schema-faq-question::after,
.product-accordion-wrapper .accordion-item.active .accordion-header::after,
.moj-nalog-faq .schema-faq-section.active .schema-faq-question::after,
.moj-nalog-faq .schema-faq-section.active .accordion-header::after,
.moj-nalog-faq .accordion-item.active .schema-faq-question::after,
.moj-nalog-faq .accordion-item.active .accordion-header::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-minus-view");
  transform: translateY(-50%) rotate(180deg);
}
.faq-wrapper .schema-faq-section.active .schema-faq-question.accordion-header::after,
.faq-wrapper .schema-faq-section.active .accordion-header.accordion-header::after,
.faq-wrapper .accordion-item.active .schema-faq-question.accordion-header::after,
.faq-wrapper .accordion-item.active .accordion-header.accordion-header::after,
.product-accordion-wrapper .schema-faq-section.active .schema-faq-question.accordion-header::after,
.product-accordion-wrapper .schema-faq-section.active .accordion-header.accordion-header::after,
.product-accordion-wrapper .accordion-item.active .schema-faq-question.accordion-header::after,
.product-accordion-wrapper .accordion-item.active .accordion-header.accordion-header::after,
.moj-nalog-faq .schema-faq-section.active .schema-faq-question.accordion-header::after,
.moj-nalog-faq .schema-faq-section.active .accordion-header.accordion-header::after,
.moj-nalog-faq .accordion-item.active .schema-faq-question.accordion-header::after,
.moj-nalog-faq .accordion-item.active .accordion-header.accordion-header::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-minus-accordion-view");
}
.faq-wrapper .schema-faq-section.active .schema-faq-answer,
.faq-wrapper .schema-faq-section.active .accordion-content,
.faq-wrapper .accordion-item.active .schema-faq-answer,
.faq-wrapper .accordion-item.active .accordion-content,
.product-accordion-wrapper .schema-faq-section.active .schema-faq-answer,
.product-accordion-wrapper .schema-faq-section.active .accordion-content,
.product-accordion-wrapper .accordion-item.active .schema-faq-answer,
.product-accordion-wrapper .accordion-item.active .accordion-content,
.moj-nalog-faq .schema-faq-section.active .schema-faq-answer,
.moj-nalog-faq .schema-faq-section.active .accordion-content,
.moj-nalog-faq .accordion-item.active .schema-faq-answer,
.moj-nalog-faq .accordion-item.active .accordion-content {
  display: block;
  animation: slideDown 0.5s ease-in-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gm-featured-tab-spin {
  to {
    transform: rotate(360deg);
  }
}
.izdvajamo-iz-ponude {
  text-align: center;
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .izdvajamo-iz-ponude {
    margin-top: 39px;
  }
}
.izdvajamo-iz-ponude > p {
  color: #001EFF;
  font-size: 18px;
  margin: 0 0 4px;
}
.izdvajamo-iz-ponude .kategorije {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 46px;
}
.izdvajamo-iz-ponude .kategorije .button-kategorija {
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .izdvajamo-iz-ponude .kategorije {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    width: calc(100% + 32px);
    max-width: none;
    margin-left: -16px;
    margin-right: -16px;
    padding-top: 10px;
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
    padding-bottom: 12px;
    margin-bottom: 30px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.35) transparent;
  }
  .izdvajamo-iz-ponude .kategorije::-webkit-scrollbar {
    height: 3px;
  }
  .izdvajamo-iz-ponude .kategorije::-webkit-scrollbar-track {
    background: transparent;
  }
  .izdvajamo-iz-ponude .kategorije::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 767px) {
  .izdvajamo-iz-ponude h2 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: calc(24px - 10px);
  }
}
.izdvajamo-iz-ponude .kategorija.hide {
  display: none;
}
.izdvajamo-iz-ponude .products.products--grid-5up .term_link-wrapper {
  grid-column: 1/-1;
  justify-self: stretch;
}
.izdvajamo-iz-ponude .products.products--grid-5up .gm-lazy-tab-placeholder,
.izdvajamo-iz-ponude .products.products--grid-5up .gm-lazy-tab-error {
  grid-column: 1/-1;
  justify-self: stretch;
}
.izdvajamo-iz-ponude .gm-lazy-tab-placeholder {
  min-height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
}
.izdvajamo-iz-ponude .gm-lazy-tab-spinner {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 3px solid #D9D9D9;
  border-top-color: #000000;
  border-radius: 50%;
  animation: gm-featured-tab-spin 0.7s linear infinite;
}
.izdvajamo-iz-ponude .gm-lazy-tab-error {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 16px;
  color: #3D3D3D;
  font-size: 15px;
}
.izdvajamo-iz-ponude .term_link-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .izdvajamo-iz-ponude .term_link-wrapper {
    margin-top: 21px;
  }
}

.novo-u-ponudi {
  text-align: center;
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .novo-u-ponudi {
    margin-bottom: 24px;
  }
}

.three-columns {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 65px auto 18px;
}
@media only screen and (max-width: 579px) {
  .three-columns {
    margin-top: 36px;
    margin-bottom: 0;
    gap: 28px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 580px) and (max-width: 1199px) {
  .three-columns {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .three-columns {
    justify-content: flex-start;
  }
}
.three-columns h2 {
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 10px;
  margin-top: 0;
}
@media only screen and (max-width: 1279px) {
  .three-columns h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.three-columns a.banner .bottom {
  gap: 16px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .three-columns a.banner .bottom {
    gap: 13px;
    flex-direction: row;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 580px) and (max-width: 1439px) {
  .three-columns .first-column .bottom .title {
    font-size: 30px;
    line-height: 36px;
    max-width: 328px;
  }
}
.three-columns .first-column {
  min-width: 610px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .three-columns .first-column {
    min-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .three-columns .first-column {
    min-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .three-columns .first-column {
    flex: 0 0 100%;
    min-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .three-columns .first-column {
    min-width: 0;
    flex: 1 1 auto;
    width: auto;
  }
}
.three-columns .first-column .button {
  white-space: nowrap;
}
.three-columns .second-column {
  border-radius: 18px;
  background: #0016BD;
  padding: 29px 31px 27px 24px;
  color: #FFFFFF;
  min-width: 307px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 639px) {
  .three-columns .second-column {
    gap: 93px;
    padding: 21px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .three-columns .second-column {
    flex: 1 1 calc((100% - 18px) / 2);
    min-width: 0;
    max-width: calc(100% - 348px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .three-columns .second-column {
    flex: 0 0 307px;
  }
}
.three-columns .second-column .mc-field-group {
  flex: 1;
}
.three-columns .second-column h2 {
  color: #FFFFFF;
  margin-bottom: 8px;
}
@media only screen and (max-width: 639px) {
  .three-columns .second-column h2:not(:first-child) {
    font-size: 24px;
    line-height: 29px;
  }
}
.three-columns .second-column h2 strong {
  color: #D6FF97;
}
.three-columns .second-column small {
  color: #9CA8FF;
  font-size: 10px;
  line-height: 12px;
  max-width: 240px;
  display: block;
}
.three-columns .second-column small a {
  color: #9CA8FF;
  text-decoration: underline;
}
.three-columns .second-column small a:hover {
  text-decoration: none;
}
.three-columns .second-column .form-elements-wrapper {
  display: flex;
  gap: 8px;
  width: 100%;
}
.three-columns .second-column .form-elements-wrapper input {
  line-height: 20px;
  font-size: 16px;
  padding: 10px 12px;
  border: none;
  border-radius: 20px;
  width: calc(100% - 24px);
}
.three-columns .third-column {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 29px 37px 0 24px;
  min-width: 307px;
  max-width: 307px;
  overflow: hidden;
}
.three-columns .third-column .button {
  display: inline-block;
}
.three-columns .third-column img {
  margin-left: -9px;
}
@media only screen and (max-width: 579px) {
  .three-columns .third-column {
    padding: 21px 21px 0;
  }
  .three-columns .third-column h2 {
    font-size: 26px;
    line-height: 31px;
    max-width: 225px;
  }
  .three-columns .third-column .button {
    padding: 0 17px;
    height: 26px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1339px) {
  .three-columns .third-column {
    flex: 0 0 264px;
    min-width: 264px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1279px) {
  .three-columns .third-column {
    flex: 0 0 224px;
    min-width: 224px;
    padding-right: 27px;
  }
}
@media only screen and (max-width: 639px) {
  .three-columns .third-column {
    max-width: 100%;
  }
}

.brands-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 68px 0;
  display: flex;
  position: relative;
  align-items: center;
  background: transparent;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
@media only screen and (max-width: 767px) {
  .brands-wrapper {
    padding-bottom: 48;
  }
}

.brands {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 89px;
  will-change: transform;
  /* Osigurava da se sadržaj ne prelomi čak ni ako JS kasni */
  white-space: nowrap;
}
.brands a {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  -webkit-user-drag: none;
}
.brands a img,
.brands a picture img {
  height: 97px;
  width: auto;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  pointer-events: none;
}

.banner-akcija {
  background: linear-gradient(90deg, #D5FF95 0%, #DDFFCA 100%);
  border-radius: 18px;
  padding: 32px 40px 24px 42px;
  display: flex;
  justify-content: space-between;
  margin: 68px 0;
}
@media only screen and (max-width: 767px) {
  .banner-akcija {
    display: none;
  }
}
.banner-akcija h2 {
  font-size: 32px;
  line-height: 39px;
  margin: 7px 0 8px;
}
.banner-akcija p {
  color: #3D3D3D;
  opacity: 0.8;
  margin-bottom: 25px;
}
.banner-akcija .button {
  display: inline-block;
}
.banner-akcija .usteda p {
  color: #419A02;
  opacity: 1;
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 0 54px;
}
.banner-akcija .usteda .sale {
  background: linear-gradient(90deg, #7AD83F 0%, #35840b 100%);
  font-size: 124px;
  line-height: 1;
  -webkit-background-clip: text; /* Obavezno za Chrome/Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

html[lang=ru-RU] .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .products a .sjaj-hold span {
  width: 75px;
}

.odaberite-pravu-pomadu-za-sebe {
  margin-top: 25px;
}
.odaberite-pravu-pomadu-za-sebe h2 {
  text-align: center;
  line-height: 41px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .odaberite-pravu-pomadu-za-sebe h2 {
    margin-bottom: 16px;
    line-height: 31px;
    padding: 0 15vw;
  }
}
@media only screen and (min-width: 419px) and (max-width: 479px) {
  .odaberite-pravu-pomadu-za-sebe h2 {
    padding: 0 20vw;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .odaberite-pravu-pomadu-za-sebe h2 {
    padding: 0 25vw;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .odaberite-pravu-pomadu-za-sebe h2 {
    padding: 0 30vw;
  }
}
.odaberite-pravu-pomadu-za-sebe .odaberite-pomade__bullets {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-pomade__bullets {
    display: flex;
  }
}
.odaberite-pravu-pomadu-za-sebe .odaberite-pomade__bullet {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background: #DCDCDC;
  flex-shrink: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}
.odaberite-pravu-pomadu-za-sebe .odaberite-pomade__bullet.is-active {
  background: #000000;
  transform: scale(1.15);
}
@media only screen and (min-width: 768px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper.odaberite-wrapper--pomade {
    display: flex;
    gap: 16px;
  }
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper.odaberite-wrapper--pomade > .odaberite-pomade__strip {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    min-width: 0;
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper.odaberite-wrapper--pomade {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scroll-padding-inline: max(16px, env(safe-area-inset-left, 0px));
    width: calc(100% + 32px);
    max-width: none;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
    padding-bottom: 10px;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.35) transparent;
  }
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper.odaberite-wrapper--pomade::-webkit-scrollbar {
    height: 3px;
  }
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper.odaberite-wrapper--pomade::-webkit-scrollbar-track {
    background: transparent;
  }
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper.odaberite-wrapper--pomade::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.3);
  }
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper.odaberite-wrapper--pomade > .odaberite-pomade__strip {
    display: flex;
    flex-direction: row;
    gap: 12px;
    box-sizing: border-box;
    padding-right: 16px;
    width: calc(200vw - 52px);
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper.odaberite-wrapper--pomade > .odaberite-pomade__strip {
    width: 742px;
  }
}
.odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 29px 30px 26px 20px;
  box-sizing: border-box;
  min-width: 364px;
}
@media only screen and (max-width: 479px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card {
    min-width: calc(100vw - 32px);
  }
}
@media only screen and (min-width: 1280px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card {
    width: 50%;
    min-width: 0;
    display: grid;
    grid-template-columns: 180px 1fr;
    grid-template-rows: auto 1fr auto;
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 0;
    align-items: start;
  }
}
@media only screen and (min-width: 1380px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card {
    grid-template-columns: 228px 1fr;
  }
}
@media only screen and (max-width: 1279px) {
  .odaberite-wrapper--pomade .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card {
    flex: 0 0 calc(100vw - 32px);
    width: calc(100vw - 32px);
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    padding: 20px 16px 18px;
  }
}
@media only screen and (max-width: 1279px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .pomade-card__intro {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding-bottom: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DCDCDC;
  }
}
@media only screen and (min-width: 1280px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .pomade-card__intro {
    display: contents;
  }
}
.odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .img-wrapper {
  margin-top: 6px;
}
@media only screen and (min-width: 1280px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .img-wrapper {
    width: 180px;
    grid-column: 1;
    grid-row: 1/3;
  }
}
@media only screen and (min-width: 1380px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .img-wrapper {
    width: 228px;
  }
}
@media only screen and (max-width: 1279px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .img-wrapper {
    width: 56px;
    min-width: 56px;
    margin-top: 0;
    flex-shrink: 0;
  }
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .img-wrapper picture,
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .img-wrapper img {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 1280px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .img-wrapper picture,
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .img-wrapper img {
    width: 100%;
    height: auto;
  }
}
.odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .pomade-card__heading {
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 17px;
  font-weight: 500;
}
@media only screen and (min-width: 1280px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .pomade-card__heading {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
  }
}
@media only screen and (max-width: 1279px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .pomade-card__heading {
    margin: 0;
    flex: 1;
    min-width: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .pomade-card__heading {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .pomade-card__heading {
    font-size: 18px;
    line-height: 22px;
  }
}
.odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .products {
  display: flex;
  flex-direction: column;
  gap: 13px;
  flex-grow: 1;
  min-width: 0;
}
@media only screen and (min-width: 1280px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .products {
    grid-column: 2;
    grid-row: 2;
    width: auto;
  }
}
.odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .products a {
  display: flex;
  gap: 15px;
  flex-direction: row;
  width: 100%;
  max-width: unset;
}
@media only screen and (min-width: 1280px) and (max-width: 1379px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .products a:nth-child(4) {
    display: none;
  }
}
.odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .products a > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .products a > span.title-price {
  flex-grow: 1;
}
.odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .products a .product-image-wrapper {
  width: 69px;
  min-width: 69px;
}
.odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .products a .product-image-wrapper img {
  border-radius: 10px;
  border: 1px solid #DCDCDC;
}
.odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .products a h4 {
  color: #222222;
  font-size: 14px;
  margin: 0 0 6px;
  line-height: 18px;
  font-weight: 600;
}
.odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .products a .price-wrapper {
  color: #001EFF;
  font-size: 12px;
}
.odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .products a .sjaj-hold {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .products a .sjaj-hold span {
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  padding: 5px;
  width: 59px;
  height: 13px;
  border-radius: 20px;
  background: #E2FFB6;
  color: #3D3D3D;
  display: block;
}
.odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .products a .sjaj-hold span strong {
  font-weight: 600;
}
.odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card .products a .sjaj-hold span.hold {
  background: #E3F0FF;
}
.odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card > a {
  color: #0C0C0C;
  font-size: 14px;
  margin-top: 21px;
}
@media only screen and (min-width: 1280px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card > a {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    margin-top: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card > a {
    margin-top: 4px;
  }
}
.odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card > a span {
  text-decoration: underline;
}
.odaberite-pravu-pomadu-za-sebe .odaberite-wrapper .pomade-card > a:hover span {
  text-decoration: none;
}

.stil-za-svaku-priliku {
  margin: 97px auto 71px;
}
.stil-za-svaku-priliku h2 {
  margin: 0 0 39px;
  font-size: 18px;
  line-height: 22px;
  color: #001EFF;
  text-align: center;
}
.stil-za-svaku-priliku .stilovi-za-svaku-priliku {
  display: flex;
  justify-content: center;
  gap: 21px 44px;
  flex-wrap: wrap;
}
.stil-za-svaku-priliku .stilovi-za-svaku-priliku a {
  font-size: 32px;
  line-height: 39px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .stil-za-svaku-priliku .stilovi-za-svaku-priliku a {
    font-size: 24px;
    line-height: 29px;
  }
}
.stil-za-svaku-priliku .stilovi-za-svaku-priliku a span {
  position: relative;
  z-index: 1;
  color: #000000;
}
.stil-za-svaku-priliku .stilovi-za-svaku-priliku a img {
  display: block;
  opacity: 0;
  width: 170px;
  height: 170px;
  bottom: -41px;
  right: -48px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.5s;
}
.stil-za-svaku-priliku .stilovi-za-svaku-priliku a:hover span {
  background: linear-gradient(90deg, #001EFF 0%, #E2FFB6 113.03%);
  z-index: 2;
  -webkit-background-clip: text; /* Obavezno za Chrome/Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}
.stil-za-svaku-priliku .stilovi-za-svaku-priliku a:hover img {
  opacity: 1;
}

.two-columns-section {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin: 65px auto 18px;
}
@media only screen and (max-width: 767px) {
  .two-columns-section {
    margin-top: 48px;
    flex-direction: column;
  }
}

.two-columns-section a.banner.gm-front-two-col-banner {
  background: none;
}
@media only screen and (max-width: 767px) {
  .two-columns-section a.banner.gm-front-two-col-banner {
    min-height: 358px;
  }
}

a.banner {
  display: block;
  min-height: 500px;
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
a.banner .gm-banner__img,
a.banner img.gm-banner__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
a.banner .gm-banner__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
a.banner img.gm-banner__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
a.banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFFFFF;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 1;
}
a.banner:hover:before, a.banner:focus:before {
  opacity: 0.15;
}
a.banner.gs-icon:after {
  content: "";
  position: absolute;
  left: 24px;
  top: 24px;
  display: inline-block;
  width: 152px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-gs-view");
  z-index: 2;
}
a.banner .bottom {
  display: flex;
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  a.banner .bottom {
    flex-direction: column;
    gap: 13px;
    align-items: flex-start;
  }
}
a.banner .bottom .title {
  max-width: 378px;
  font-size: 34px;
  line-height: 39px;
  color: #FFFFFF;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  a.banner .bottom .title {
    font-size: 24px;
    line-height: 29px;
    max-width: 247px;
  }
}
a.banner .bottom .button {
  font-weight: 400;
  width: 99px;
  margin-bottom: 4px;
}

.pogodnosti {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin: 68px auto 18px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .pogodnosti {
    margin-top: 60px;
    flex-direction: column;
    gap: 24px;
  }
}
.pogodnosti h2 {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pogodnosti h2 {
    margin-bottom: 6px;
  }
}
.pogodnosti .icon-pogodnost {
  background: #FFFFFF;
  border-radius: 18px;
  border: none;
  padding: 22px 22px 13px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 26%;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .pogodnosti .icon-pogodnost {
    width: 100%;
    box-sizing: border-box;
  }
}
.pogodnosti .icon-pogodnost h3 {
  margin: 0 0 4px;
  font-size: 20px;
  line-height: 24px;
  max-width: 300px;
}
.pogodnosti .icon-pogodnost h3 a {
  background: linear-gradient(92.74deg, #001EFF 25.23%, #E2FFB6 104.04%);
  z-index: 2;
  -webkit-background-clip: text; /* Obavezno za Chrome/Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}
.pogodnosti .icon-pogodnost p {
  color: #535353;
  font-size: 14px;
  line-height: 17px;
  max-width: 374px;
}
.pogodnosti .icon-pogodnost:before {
  content: "";
  display: inline-block;
  width: 68px;
  height: 68px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-besplatna-dostava-view");
}
.pogodnosti .icon-pogodnost.bezbedna-naplata:before {
  display: inline-block;
  width: 68px;
  height: 68px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-bezbedna-naplata-view");
}
.pogodnosti .icon-pogodnost.gm-club-plus:before {
  display: inline-block;
  width: 68px;
  height: 68px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-gm-club-plus-view");
}

body.tax-pwb-brand .woocommerce-breadcrumb,
body.post-type-archive-product .woocommerce-breadcrumb {
  display: none;
}

body.archive #main-content {
  margin-top: 59px;
}
body.archive h1 {
  text-align: center;
  font-size: 48px;
  line-height: 58px;
  margin: 0 0 25px;
  font-weight: 600;
}

.brand-name-container {
  display: flex;
  padding: 0 0 34px;
  justify-content: space-between;
}
.brand-name-container .brand-name-descritpion h1 {
  font-size: 120px;
  line-height: 145px;
  letter-spacing: -3.6px;
  margin: 0 0 11px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .brand-name-container .brand-name-descritpion h1 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -1.2px;
  }
}
.brand-name-container .brand-name-descritpion p {
  color: #3D3D3D;
  max-width: 594px;
}
.brand-name-container img {
  opacity: 0.5;
  max-height: 183px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .brand-name-container img {
    max-height: 80px;
  }
}

.sortiranje {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 19px;
}
.sortiranje .woocommerce-ordering {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.sortiranje .woocommerce-ordering label {
  opacity: 0.4;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
}
.sortiranje .woocommerce-ordering select {
  padding: 5px 25px 5px 11px;
  border-radius: 60px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  height: 32px;
  /* 1. Uklanjanje default strelice */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* 2. Dodavanje tvoje ikonice (koristi SVG za najbolji kvalitet) */
  /* Ovde je primer SVG strelice enkodirane u base64 ili link ka fajlu */
  background: transparent url("../icons/dropdown-black.svg");
  /* 3. Pozicioniranje ikonice */
  background-repeat: no-repeat;
  background-position: right 5px top 6px;
  background-size: 20px;
  /* 4. Ostali stilovi */
  width: 100%;
  outline: none;
}

.products-container {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}
.products-container .products {
  flex: 1 1 auto;
  min-width: 0;
}
.products-container .products .blockUI.blockOverlay {
  left: -9px !important;
  top: -9px !important;
  border-radius: 18px;
  width: calc(100% + 16px) !important;
}
.products-container .products .blockUI.blockOverlay:before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url(../../../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
  margin-top: 3px;
  top: 10%;
}
.products-container .products .blockUI.blockElement {
  display: none;
}
.products-container .products .products-inner-wrapper {
  align-items: start;
  -moz-column-gap: 32px;
       column-gap: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-items: stretch;
  max-width: 1096px;
  row-gap: 32px;
  width: 100%;
}
.products-container .products .products-inner-wrapper > .product {
  max-width: none;
  min-width: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .products-container .products .products-inner-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .products-container .products .products-inner-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .products-container {
    flex-direction: column;
    gap: 20px;
  }
  .products-container .products .products-inner-wrapper {
    -moz-column-gap: 16px;
         column-gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    row-gap: 20px;
  }
  .products-container #filter-container {
    background: #FFFFFF;
    border-radius: 18px;
    bottom: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    left: 15px;
    max-width: calc(100vw - 30px);
    min-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    pointer-events: none;
    position: fixed;
    top: 16px;
    transform: translateX(calc(-100% - 30px));
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    width: 268px;
    z-index: 1000;
  }
  .products-container #filter-container.is-open {
    pointer-events: auto;
    transform: translateX(0);
  }
  .products-container #filter-container form {
    padding: 40px 44px 20px 14px;
    position: relative;
  }
  .products-container #filter-container form .close-filters-panel {
    align-items: center;
    background: transparent;
    border: none;
    color: #000000;
    cursor: pointer;
    display: flex;
    font-size: 28px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 40px;
    z-index: 2;
  }
}
.products-container #filter-container {
  width: 268px;
  min-width: 268px;
}
.products-container #filter-container form {
  border-radius: 18px;
  padding: 18px 18px 20px 14px;
  background: #FFFFFF;
}
.products-container #filter-container form hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 14px;
  margin-bottom: 12px;
}
.products-container #filter-container form .woocommerce-result-count {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  padding-left: 1px;
}
.products-container #filter-container form .close-filters-panel {
  display: none;
}
.products-container #filter-container form .filter-title + div {
  margin-top: 14px;
}
.products-container #filter-container form .product-types.categories,
.products-container #filter-container form .brand-names {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.products-container #filter-container form .checkbox-container {
  position: relative;
}
.products-container #filter-container form .checkbox-container.subcategory {
  padding-left: 28px;
  color: #3D3D3D;
}
.products-container #filter-container form .checkbox-container input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.products-container #filter-container form .checkbox-container input[type=checkbox] + span {
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 17px;
  padding-top: 1px;
}
.products-container #filter-container form .checkbox-container input[type=checkbox] + span:before {
  display: inline-block;
  content: "";
  border-radius: 20px;
  width: 20px;
  height: 20px;
  background: rgba(217, 217, 217, 0.6);
  margin-top: -1px;
  transition: background-color 0.5s;
}
.products-container #filter-container form .checkbox-container input[type=checkbox]:checked + span:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-white-checkmark-view");
  background-color: #000000;
}

.price_slider_wrapper {
  margin: 14px 0 20px;
}
.price_slider_wrapper #price_slider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 21px 10px 25px;
  border: none;
}
.price_slider_wrapper #price_slider .ui-slider-range {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 100%;
  display: block;
  z-index: 1;
  border: none;
}
.price_slider_wrapper #price_slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  background: #E8E8E8;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  margin-left: -10px;
  cursor: pointer;
  outline: none;
  z-index: 2;
  transition: transform 0.1s ease, background-color 0.1s;
}
.price_slider_wrapper #price_slider .ui-slider-handle:hover {
  background: #DDDDDD;
}
.price_slider_wrapper #price_slider .ui-slider-handle:active {
  background: #DDDDDD;
}
.price_slider_wrapper #price_slider-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
}
.price_slider_wrapper #price_slider-wrapper #price_slider_from,
.price_slider_wrapper #price_slider-wrapper #price_slider_to {
  border: 1px solid #BDBDBD;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  padding: 2px 7px;
  border-radius: 12px;
}
.price_slider_wrapper #price_slider-wrapper #price_slider_line {
  text-indent: -9999em;
  width: 14px;
  height: 1px;
  background: #000000;
}

.woocommerce-pagination {
  margin: 9px 0 53px;
  width: 100%;
  grid-column: 1/-1;
  display: flex;
  justify-content: flex-end;
}
.woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
}
.woocommerce-pagination ul.page-numbers li {
  margin: 0 6px;
  overflow: hidden;
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
  width: 31px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #D9D9D9;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  padding: 0 1px 1px 0;
}
.woocommerce-pagination ul.page-numbers li .page-numbers:not(.current):hover {
  background-color: #000000;
  color: #FFFFFF;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background-color: #000000;
  color: #FFFFFF;
  cursor: default;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.next, .woocommerce-pagination ul.page-numbers li .page-numbers.prev {
  padding-left: 11px;
  padding-right: 9px;
  width: auto;
  background: transparent;
  border: 1px solid #000000;
  height: 29px;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.next:after {
  content: "  ->";
  margin-left: 4px;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.prev {
  padding-left: 9px;
  padding-right: 11px;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.prev:before {
  content: "<-  ";
  margin-right: 4px;
}

.woocommerce-breadcrumb {
  text-align: center;
  color: #000000;
  font-size: 12px;
  line-height: 15px;
  opacity: 0.8;
  margin-bottom: 6px;
}
.woocommerce-breadcrumb span,
.woocommerce-breadcrumb a {
  color: #3D3D3D;
}

.gm-filters-overlay {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  z-index: 999;
}
.gm-filters-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

body.gm-filters-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .sortiranje {
    flex-direction: column;
    gap: 12px;
  }
  .sortiranje .woocommerce-ordering {
    justify-content: flex-start;
    width: 100%;
  }
  .sortiranje .woocommerce-ordering select {
    max-width: 100%;
  }
}
.korpa-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  cursor: pointer;
}
.korpa-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

body.korpa-open {
  overflow: hidden;
}

.korpa {
  position: fixed;
  top: 16px;
  right: 15px;
  bottom: 20px;
  width: 512px;
  background: #FFFFFF;
  border-radius: 18px;
  z-index: 1000;
  transform: translateX(calc(100% + 30px));
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.korpa.is-open {
  transform: translateX(0);
}

@media (max-width: 579px) {
  .korpa {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    border-radius: 0;
    transform: translateX(100%);
  }
  .korpa.is-open {
    transform: translateX(0);
  }
}
.korpa__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 24px 7px 28px;
  flex-shrink: 0;
}
.korpa__header h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  color: #000000;
}

.korpa__close {
  text-indent: -9999em;
  display: inline-block;
  width: 23px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-close-view");
  transition: opacity 0.5s;
}
.korpa__close:hover {
  opacity: 0.7;
}

.korpa-body {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.korpa__scroll {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  padding: 0 24px 0 28px;
  margin-right: 33px;
}
.korpa__scroll::-webkit-scrollbar {
  width: 3px;
}
.korpa__scroll::-webkit-scrollbar-track {
  background: transparent;
  margin-bottom: 100px;
}
.korpa__scroll::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 60px;
}

.korpa-dostava {
  padding: 0 0 16px;
  flex-shrink: 0;
}

.korpa-dostava__tekst {
  align-items: center;
  color: #3D3D3D;
  display: flex;
  font-size: 16px;
  gap: 4px;
  line-height: 19px;
  margin-bottom: 8px;
  min-width: 0;
}
.korpa-dostava__tekst--ok {
  color: rgba(5, 86, 0, 0.7);
}
.korpa-dostava__tekst:before {
  content: "";
  flex-shrink: 0;
  margin-right: 6px;
  display: inline-block;
  width: 25px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-dostava-view");
}

.korpa-dostava__tekst-wrap {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: normal;
}

.korpa-dostava__bar {
  height: 9px;
  background: #E8E8E8;
  border-radius: 99px;
  overflow: hidden;
  border: 4px solid #D9E8D9;
}

.korpa-dostava__bar-fill {
  height: 100%;
  background: #61A103;
  border-radius: 99px;
  transition: width 0.4s ease;
}

.korpa-stavke {
  list-style: none;
  margin: 0;
  padding: 0;
}

.korpa-stavka {
  display: flex;
  gap: 24px;
  padding: 22px 0;
  transition: opacity 0.2s ease;
}
.korpa-stavka.uklanjam {
  opacity: 0.35;
  pointer-events: none;
}

.korpa-stavka__slika {
  flex-shrink: 0;
  width: 154px;
  height: 154px;
  border-radius: 18px;
  overflow: hidden;
  display: block;
  border: 1px solid rgba(73, 75, 110, 0.2);
}
.korpa-stavka__slika img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.korpa-stavka__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.korpa-stavka__naziv {
  display: block;
  font-size: 15px;
  color: #1B1B28;
  line-height: 20px;
}
.korpa-stavka__naziv:hover {
  text-decoration: underline;
}

.korpa-stavka__cena {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #001EFF;
}
.korpa-stavka__cena del {
  order: 2;
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
  margin-top: -4px;
}
.korpa-stavka__cena ins {
  color: #FF3636;
  text-decoration: none;
  order: 1;
}

.korpa-stavka__meta {
  font-size: 15px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 13px;
}
.korpa-stavka__meta dl, .korpa-stavka__meta dt, .korpa-stavka__meta dd {
  display: inline;
  margin: 0;
  padding: 0;
}
.korpa-stavka__meta dt::after {
  content: ": ";
}
.korpa-stavka__meta dd::after {
  content: "";
}

.korpa-stavka__kontrole {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.korpa-stavka__kolicina {
  display: inline-flex;
  align-items: center;
  background: #FAFAFF;
  border: 1px solid rgba(118, 118, 118, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

.korpa-stavka__qty-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -9999em;
  transition: opacity 0.15s ease;
}
.korpa-stavka__qty-btn[data-action=minus] {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-minus-cart-view");
  width: 34px;
  height: 32px;
  background-size: 16px 16px;
  background-position: left 12px center;
}
.korpa-stavka__qty-btn[data-action=plus] {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-plus-cart-view");
  width: 32px;
  height: 32px;
  background-size: 16px 16px;
  background-position: right 10px center;
}
.korpa-stavka__qty-btn:hover:not(:disabled) {
  opacity: 0.7;
}
.korpa-stavka__qty-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.korpa-stavka__qty-val {
  min-width: 28px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #3D3D3D;
  line-height: 34px;
}

.korpa-stavka__ukloni {
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  transition: background 0.2s ease, color 0.2s ease;
  padding: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-trash-alt-view");
  text-indent: -9999em;
}
.korpa-stavka__ukloni:hover {
  background: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-trash-alt-red-view");
}

.korpa-prazna {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 28px 180px;
  text-align: center;
}

.korpa-prazna__ikona {
  margin-bottom: 20px;
  color: #CCCCCC;
}
.korpa-prazna__ikona svg {
  width: 80px;
  height: 80px;
}

.korpa-prazna__tekst {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 22px;
  color: rgba(61, 61, 61, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.korpa-prazna__tekst:before {
  content: "";
  display: inline-block;
  width: 91px;
  height: 96px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-empty-cart-view");
  margin: 0 18px 30px 0;
}

.korpa .button.button-outline {
  line-height: 19px;
  padding-left: 21px;
  padding-right: 21px;
}

.korpa__podnozje {
  padding: 15px 28px 30px;
  flex-shrink: 0;
}

.korpa__scroll-fade {
  position: sticky;
  bottom: 0;
  height: 100px;
  margin-top: 0;
  flex-shrink: 0;
  background: linear-gradient(to bottom, transparent, #FFFFFF);
  pointer-events: none;
}
.korpa__scroll-fade--top {
  position: sticky;
  top: 0;
  height: 34px;
  margin-bottom: 0;
  background: linear-gradient(to top, transparent, #FFFFFF);
}

.korpa__red {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: rgba(61, 61, 61, 0.5);
  margin-bottom: 4px;
  margin-top: 4px;
}
.korpa__red--total {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 16px;
}

.korpa__iznos-stari {
  text-decoration: line-through;
}
.korpa__iznos-stari .woocommerce-Price-amount {
  color: inherit;
}

.korpa__total {
  font-size: 24px;
  line-height: 1;
  color: #001EFF;
  font-weight: 500;
}
.korpa__total .woocommerce-Price-amount {
  color: inherit;
}

.korpa__kupon {
  padding: 23px 0 20px;
  margin-top: 19px;
  margin-bottom: 23px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  flex-shrink: 0;
}

.korpa__kupon-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  color: transparent;
  text-align: left;
}
.korpa__kupon-toggle::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-plus-accordion-view");
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.korpa__kupon-toggle.is-open::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-minus-accordion-view");
  transform: rotate(180deg);
}

.korpa__kupon-forma {
  display: none;
  gap: 11px;
  margin-top: 10px;
}
.korpa__kupon-forma.is-open {
  display: flex;
  animation: slideDown 0.3s ease-in-out;
}

.korpa__kupon-input {
  flex: 1;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 13px;
  outline: none;
  transition: border-color 0.2s ease;
}
.korpa__kupon-input:focus {
  border-color: #001EFF;
}

.korpa__kupon-primeni {
  background: #3D3D3D;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.korpa__kupon-primeni:hover {
  opacity: 0.85;
}
.korpa__kupon-primeni:disabled {
  opacity: 0.5;
  cursor: default;
}

.korpa__kupon-poruka {
  display: none;
  margin-top: 8px;
  font-size: 12px;
  color: #2E7D32;
}
.korpa__kupon-poruka.is-visible {
  display: block;
}
.korpa__kupon-poruka--greska {
  color: #DC2626;
}

.korpa__napomena {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
  line-height: 16px;
  letter-spacing: 0;
}

.korpa__naplata {
  margin-bottom: 35px;
}

.korpa__linkovi {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.korpa__nastavi,
.korpa__pogledaj {
  font-size: 15px;
  line-height: 20px;
  color: #001EFF;
  letter-spacing: 0;
}
.korpa__nastavi:hover,
.korpa__pogledaj:hover {
  text-decoration: underline;
}

@media (max-width: 579px) {
  .korpa__header {
    padding: 35px 16px 7px;
  }
  .korpa__scroll {
    padding: 0 16px;
  }
  .korpa__podnozje {
    padding: 15px 16px 30px;
  }
}
.cart-page-wrapper {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 46px;
  padding: 40px 0;
  align-items: start;
  position: relative;
}
@media (max-width: 900px) {
  .cart-page-wrapper {
    grid-template-columns: 1fr;
  }
}
.cart-page-wrapper.cart-loading {
  pointer-events: none;
}
.cart-page-wrapper.cart-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.65);
  z-index: 50;
  border-radius: 16px;
}
.cart-page-wrapper.cart-loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin: -21px 0 0 -21px;
  border: 3px solid #E0E0E0;
  border-top-color: #0038FF;
  border-radius: 50%;
  animation: cart-page-spin 0.75s linear infinite;
  z-index: 51;
}

@keyframes cart-page-spin {
  to {
    transform: rotate(360deg);
  }
}
.cart-main {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 31px 20px 11px;
}

.cart-page-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 26px;
  letter-spacing: 0;
}

.cart-items-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cart-items-wrapper .korpa-stavka {
  padding: 16px 0;
}
.cart-items-wrapper .korpa-stavka + .korpa-stavka {
  border-top: 1 solid rgba(73, 75, 110, 0.2);
}
.cart-items-wrapper .korpa-stavka__naziv {
  font-weight: 600;
  letter-spacing: -0.01em;
}
.cart-items-wrapper .korpa-stavka__meta {
  color: #1B1B28;
  letter-spacing: 0;
}

.cart-item-row {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #E8E8E8;
  transition: opacity 0.25s;
}
.cart-item-row:last-child {
  border-bottom: none;
}
.cart-item-row.uklanjam {
  opacity: 0.4;
  pointer-events: none;
}
.cart-item-row__slika img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
}
.cart-item-row__slika a {
  display: block;
}
.cart-item-row__detalji {
  min-width: 0;
}
.cart-item-row__naziv a {
  font-size: 15px;
  font-weight: 600;
  color: #1A1A1A;
  text-decoration: none;
}
.cart-item-row__naziv a:hover {
  text-decoration: underline;
}
.cart-item-row__cena {
  font-size: 15px;
  font-weight: 600;
  color: #1A1A1A;
  margin-top: 4px;
}
.cart-item-row__cena .woocommerce-Price-amount {
  font-weight: 700;
}
.cart-item-row__varijacija {
  font-size: 13px;
  color: #828282;
  margin-top: 4px;
}
.cart-item-row__varijacija .variation {
  margin: 0;
}
.cart-item-row__varijacija .variation dt, .cart-item-row__varijacija .variation dd {
  display: inline;
  font-size: 13px;
}
.cart-item-row__varijacija .variation dd {
  margin-left: 4px;
}
.cart-item-row__varijacija .variation dd p {
  display: inline;
  margin: 0;
}
.cart-item-row__kontrole {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.cart-item-row__qty {
  display: flex;
  align-items: center;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  overflow: hidden;
}
.cart-item-row__qty-btn {
  width: 34px;
  height: 36px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 18px;
  color: #1A1A1A;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.cart-item-row__qty-btn:hover {
  background: #F5F5F5;
}
.cart-item-row__qty-btn:disabled {
  opacity: 0.35;
  cursor: default;
}
.cart-item-row__qty-input {
  width: 36px;
  text-align: center;
  border: none;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  background: none;
  font-size: 14px;
  font-weight: 600;
  height: 36px;
  -moz-appearance: textfield;
  pointer-events: none;
}
.cart-item-row__qty-input::-webkit-outer-spin-button, .cart-item-row__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.cart-item-row__ukloni {
  border: none;
  background: none;
  cursor: pointer;
  padding: 4px;
  color: #828282;
  transition: color 0.15s;
  display: flex;
  align-items: center;
}
.cart-item-row__ukloni:hover {
  color: #333333;
}

.cart-page-sidebar {
  position: sticky;
  top: 20px;
}

.cart-page-order-summary {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 24px 24px 30px;
}
.cart-page-order-summary__naslov {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 24px;
  color: #000000;
}
.cart-page-order-summary__redovi {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 14px;
}
.cart-page-order-summary__red {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.6);
}
.cart-page-order-summary__red .amount {
  color: #000000;
}
.cart-page-order-summary__red--popust {
  color: #0038FF;
}
.cart-page-order-summary__red--kupon {
  color: #2BB34B;
}
.cart-page-order-summary__red--total {
  font-weight: 600;
  color: #1A1A1A;
  padding-top: 4px;
}
.cart-page-order-summary__total {
  font-size: 17px;
}
.cart-page-order-summary__total .woocommerce-Price-amount {
  color: #0038FF;
}
.cart-page-order-summary__napomena {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 25px;
  line-height: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.cart-page-order-summary__kupon {
  margin-bottom: 26px;
}
.cart-page-order-summary__kupon-label {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 4px;
  letter-spacing: 0;
}
.cart-page-order-summary__kupon-red {
  display: flex;
  gap: 8px;
}
.cart-page-order-summary__kupon-input {
  flex: 1;
  border: 1.5px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 8px;
  font-size: 16px;
  line-height: 19px;
  background: #FFFFFF;
  min-width: 0;
}
.cart-page-order-summary__kupon-input:focus {
  outline: none;
  border-color: #0038FF;
}
.cart-page-order-summary__kupon-poruka {
  font-size: 12px;
  color: #DC2626;
  margin-top: 6px;
}

.cart-empty-page {
  text-align: center;
  padding: 0 20px 123px;
  margin: 47px 0 0;
  border-radius: 18px;
  background: #FFFFFF;
  position: relative;
  height: 730px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-empty-page h1 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 27px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  letter-spacing: 0;
}
.cart-empty-page .cart-empty-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 17px;
  margin-top: 0;
  color: rgba(61, 61, 61, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0;
}
.cart-empty-page .cart-empty-title:before {
  content: "";
  display: inline-block;
  width: 128px;
  height: 135px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-empty-cart-page-view");
  margin: 0 20px 40px 0;
}
.cart-empty-page .button {
  display: inline-block;
  line-height: 19px;
  padding-left: 21px;
  padding-right: 21px;
}

@supports (overflow-x: clip) {
  html.gm-moj-nalog-logged-in-html,
  body.gm-moj-nalog-logged-in {
    overflow-x: clip;
  }
}
.moj-nalog-auth {
  display: flex;
  max-width: 1146px;
  margin: 77px auto 154px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
  min-height: 760px;
}
@media only screen and (max-width: 1210px) {
  .moj-nalog-auth {
    max-width: calc(100vw - 64px);
  }
}
@media only screen and (max-width: 1023px) {
  .moj-nalog-auth {
    max-width: calc(100vw - 48px);
  }
}
@media only screen and (max-width: 767px) {
  .moj-nalog-auth {
    max-width: unset;
  }
}
.moj-nalog-auth__slika {
  width: 50%;
  flex-shrink: 0;
  position: relative;
}
.moj-nalog-auth__slika.gs-icon:before {
  content: "";
  position: absolute;
  left: 33px;
  top: 30px;
  display: inline-block;
  width: 152px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-gs-view");
}
.moj-nalog-auth__slika img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.moj-nalog-auth__overlay-tekst {
  position: absolute;
  bottom: 21px;
  left: 24px;
  color: #FFFFFF;
  font-size: 34px;
  line-height: 41px;
  z-index: 1;
}
.moj-nalog-auth__panel {
  position: relative;
  flex: 1;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 31px 34px 200px 32px;
}
.moj-nalog-auth__panel--ovlasceni-prodavac {
  padding: 31px 34px 328px 32px;
}
.moj-nalog-auth__panel--ovlasceni-prodavac.moj-nalog-auth__panel--register .moj-nalog-naslov {
  margin-bottom: 24px;
}
.moj-nalog-auth__panel--ovlasceni-prodavac.moj-nalog-auth__panel--register .moj-nalog-btn-primary {
  margin-top: 20px;
}
.moj-nalog-auth__panel--ovlasceni-prodavac.moj-nalog-auth__panel--registered {
  padding: 31px 106px 122px 110px;
}
.moj-nalog-auth__panel--ovlasceni-prodavac.moj-nalog-auth__panel--registered .moj-nalog-success__opis {
  margin: 0;
}
.moj-nalog-auth__panel--registered {
  padding: 31px 58px 58px 66px;
}
.moj-nalog-auth__panel--registered .moj-nalog-auth__sadrzaj {
  margin: 0;
  max-width: unset;
}
.moj-nalog-auth__panel--register {
  padding: 31px 34px 41px 32px;
}
.moj-nalog-auth__panel--register .moj-nalog-ili {
  margin: 27px 0 15px;
}
.moj-nalog-auth__sadrzaj {
  width: 100%;
  max-width: 346px;
  margin-left: 18px;
}
.moj-nalog-auth__sadrzaj .woocommerce-error,
.moj-nalog-auth__sadrzaj .woocommerce-message,
.moj-nalog-auth__sadrzaj .woocommerce-info {
  margin-bottom: 20px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  list-style: none;
}
.moj-nalog-auth__sadrzaj .woocommerce-error li,
.moj-nalog-auth__sadrzaj .woocommerce-message li,
.moj-nalog-auth__sadrzaj .woocommerce-info li {
  margin: 0;
}
.moj-nalog-auth__sadrzaj .woocommerce-error {
  background: #FEF2F2;
  border: 1px solid #FECACA;
  color: #DC2626;
}
.moj-nalog-auth__sadrzaj .woocommerce-message {
  background: #F7FFEB;
  border: 1px solid #A2D35B;
  color: #16A34A;
}

.moj-nalog-naslov {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  margin: 0 0 35px;
  text-align: center;
  color: #000000;
}

.moj-nalog-nazad {
  position: absolute;
  left: 28px;
  top: 31px;
  display: inline-block;
  font-size: 14px;
  color: #0038FF;
  text-decoration: none;
  margin-bottom: 20px;
}
.moj-nalog-nazad:hover {
  text-decoration: underline;
}

.moj-nalog-forma {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.moj-nalog-polje {
  position: relative;
}
.moj-nalog-polje input[type=text],
.moj-nalog-polje input[type=email],
.moj-nalog-polje input[type=password] {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 11px 9px 9px;
  font-size: 16px;
  line-height: 19px;
  font-family: inherit;
  color: #3D3D3D;
  background: #FFFFFF;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.moj-nalog-polje input[type=text]::-moz-placeholder, .moj-nalog-polje input[type=email]::-moz-placeholder, .moj-nalog-polje input[type=password]::-moz-placeholder {
  color: #ABABAB;
}
.moj-nalog-polje input[type=text]::placeholder,
.moj-nalog-polje input[type=email]::placeholder,
.moj-nalog-polje input[type=password]::placeholder {
  color: #ABABAB;
}
.moj-nalog-polje input[type=text]:focus,
.moj-nalog-polje input[type=email]:focus,
.moj-nalog-polje input[type=password]:focus {
  outline: none;
  border-color: #0038FF;
}
.moj-nalog-polje--lozinka input[type=password] {
  padding-right: 160px;
}
.moj-nalog-polje--2kol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 9px;
}
@media (max-width: 480px) {
  .moj-nalog-polje--2kol {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.moj-nalog-polje--2kol > .moj-nalog-polje {
  min-width: 0;
}
.moj-nalog-polje.is-error input {
  border-color: #FECACA;
}
.moj-nalog-polje__error {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #DC2626;
  line-height: 1.3;
}
.moj-nalog-polje__error:empty {
  display: none;
}
.moj-nalog-polje + .moj-nalog-checkbox {
  margin-top: 21px;
}
.moj-nalog-polje .moj-nalog-naslov {
  margin-bottom: 28px;
}
.moj-nalog-polje .moj-nalog-btn-primary {
  margin-top: 12px;
}

.moj-nalog-zaboravljena {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 15px;
  color: #001EFF;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: -0.0266em;
}
.moj-nalog-zaboravljena:hover {
  text-decoration: underline;
}
.moj-nalog-zaboravljena:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -6px;
  width: 1px;
  height: 28px;
  background: rgba(0, 0, 0, 0.2);
}

.moj-nalog-btn-primary {
  margin-top: 11px;
}

.moj-nalog-google-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.2s;
  margin-top: 4px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 60px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  color: #000000;
  text-decoration: none;
  box-sizing: border-box;
}
.moj-nalog-google-btn--register {
  gap: 14px;
}
.moj-nalog-google-btn:hover {
  background: #F5F5F5;
  opacity: 0.88;
}
.moj-nalog-google-btn:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-google-view");
  flex-shrink: 0;
}

.moj-nalog-ili {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 24px 0 27px;
  color: rgba(61, 61, 61, 0.5);
}
.moj-nalog-ili::before, .moj-nalog-ili::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #E5E5E5;
}

.moj-nalog-divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 24px 0;
}

.moj-nalog-registracija-cta {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 32px 28px;
  padding: 33px 28px 0 47px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .moj-nalog-registracija-cta {
    position: relative;
  }
}
.moj-nalog-registracija-cta.moj-nalog-registracija-cta--ovlasceni-prodavac {
  background: linear-gradient(73.72deg, #AAC5E4 -5.72%, #E3F0FF 36.64%);
  border: none;
  margin: 0;
  padding: 46px 79px 28px 60px;
}
@media only screen and (max-width: 767px) {
  .moj-nalog-registracija-cta.moj-nalog-registracija-cta--ovlasceni-prodavac {
    margin: 24px -79px -32px -60px;
  }
}
.moj-nalog-registracija-cta.moj-nalog-registracija-cta--ovlasceni-prodavac .button-wrapper {
  margin-top: 26px;
  margin-bottom: 9px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.moj-nalog-registracija-cta.moj-nalog-registracija-cta--ovlasceni-prodavac .button-wrapper .button-outline:not(.button-blue) {
  color: #3D3D3D;
}
.moj-nalog-registracija-cta.moj-nalog-registracija-cta--ovlasceni-prodavac .moj-nalog-registracija-cta__opis {
  opacity: 0.7;
}
.moj-nalog-registracija-cta.moj-nalog-registracija-cta--ovlasceni-prodavac .moj-nalog-registracija-cta__naslov {
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 23px;
}
.moj-nalog-registracija-cta.moj-nalog-registracija-cta--ovlasceni-prodavac .moj-nalog-registracija-cta__naslov:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-checkmark-view");
}
.moj-nalog-registracija-cta__naslov {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  font-size: 16px;
  line-height: 19px;
  color: #3D3D3D;
  margin: 0 0 9px;
}
.moj-nalog-registracija-cta__naslov .icon {
  width: 38px;
  height: 25px;
}
.moj-nalog-registracija-cta__link {
  font-size: 14px;
  line-height: 18px !important;
  padding: 6px 18px !important;
}
.moj-nalog-registracija-cta__opis {
  font-size: 14px;
  color: #3D3D3D;
  line-height: 17px;
  margin: 0;
}
.moj-nalog-registracija-cta__opis a {
  background: linear-gradient(92.74deg, #001EFF 25.23%, #E2FFB6 104.04%);
  z-index: 2;
  -webkit-background-clip: text; /* Obavezno za Chrome/Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  text-decoration: none;
}
.moj-nalog-registracija-cta__opis a:hover {
  text-decoration: underline;
}

.moj-nalog-checkbox-wrap {
  margin-bottom: 4px;
}
.moj-nalog-checkbox-wrap--terms {
  margin-top: 4px;
}
.moj-nalog-checkbox-wrap.is-error .moj-nalog-checkbox__check {
  background-color: #FEF2F2;
  box-shadow: 0 0 0 1px #FECACA;
}

.moj-nalog-checkbox__error {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #DC2626;
  line-height: 1.3;
}

.moj-nalog-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 0;
}
.moj-nalog-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.moj-nalog-checkbox__check {
  display: inline-block;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: rgba(217, 217, 217, 0.6);
  transition: background-color 0.5s;
}
input[type=checkbox]:checked + .moj-nalog-checkbox__check {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-white-checkmark-view");
  background-color: #000000;
}
.moj-nalog-checkbox__tekst {
  font-size: 12px;
  color: #000000;
  line-height: 16px;
  letter-spacing: 0;
}
.moj-nalog-checkbox__tekst a {
  color: #000000;
  text-decoration: none;
}
.moj-nalog-checkbox__tekst a:hover {
  text-decoration: underline;
}

.moj-nalog-auth__panel--loading {
  position: relative;
}
.moj-nalog-auth__panel--loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.moj-nalog-auth__panel--loading::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  border: 3px solid #D9D9D9;
  border-top-color: #000000;
  border-radius: 50%;
  animation: moj-nalog-spin 0.7s linear infinite;
  z-index: 11;
}

@keyframes moj-nalog-spin {
  to {
    transform: rotate(360deg);
  }
}
.moj-nalog-auth__panel .blockUI.blockElement {
  display: none;
}
.moj-nalog-auth__panel .blockUI.blockOverlay::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  border: 3px solid #D9D9D9;
  border-top-color: #000000;
  border-radius: 50%;
  animation: moj-nalog-spin 0.7s linear infinite;
}

.moj-nalog-success {
  text-align: center;
  padding: 20px 0;
}
.moj-nalog-success__ikona {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background: #F7FFEB;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 37px;
  border: 2px solid #A2D35B;
}
.moj-nalog-success__ikona svg {
  width: 38px;
}
.moj-nalog-success__naslov {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 24px;
  line-height: 24px;
}
.moj-nalog-success__opis {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 44px;
  line-height: 24px;
}
.moj-nalog-success__link {
  color: #0038FF;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}
.moj-nalog-success__link:hover {
  text-decoration: underline;
}

.moj-nalog-auth__sadrzaj .woocommerce-ResetPassword {
  margin-top: 16px;
}
.moj-nalog-auth__sadrzaj .woocommerce-ResetPassword > p:first-child {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 20px;
}
.moj-nalog-auth__sadrzaj .woocommerce-ResetPassword .form-row {
  margin-bottom: 16px;
}
.moj-nalog-auth__sadrzaj .woocommerce-ResetPassword .form-row label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 6px;
}
.moj-nalog-auth__sadrzaj .woocommerce-ResetPassword .form-row .input-text {
  width: 100%;
  height: 52px;
  border: 1px solid #D4D4D4;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 16px;
  font-family: inherit;
  color: #1B1B28;
  background: #FFFFFF;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.moj-nalog-auth__sadrzaj .woocommerce-ResetPassword .form-row .input-text:focus {
  outline: none;
  border-color: #0038FF;
}
.moj-nalog-auth__sadrzaj .woocommerce-ResetPassword .woocommerce-Button {
  width: 100%;
  height: 52px;
  background: #0038FF;
  color: #FFFFFF;
  border: none;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  transition: opacity 0.2s;
}
.moj-nalog-auth__sadrzaj .woocommerce-ResetPassword .woocommerce-Button:hover {
  opacity: 0.88;
}

.veleprodaja-pozdrav {
  padding: 40px 0 20px;
}
.veleprodaja-pozdrav__ime {
  font-size: 26px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 8px;
}
.veleprodaja-pozdrav__opis {
  font-size: 14px;
  color: #555555;
}
.veleprodaja-pozdrav__opis a {
  color: #0038FF;
  text-decoration: none;
}
.veleprodaja-pozdrav__opis a:hover {
  text-decoration: underline;
}

.moj-nalog-dashboard {
  padding: 30px 0 0;
}
.moj-nalog-dashboard .woocommerce-MyAccount-navigation {
  margin-bottom: 32px;
}
.moj-nalog-dashboard .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 13px;
  display: flex;
  gap: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.moj-nalog-dashboard .woocommerce-MyAccount-navigation li {
  margin: 0 -4px -1px 0;
  z-index: 6;
  background: #F5F5F7;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.moj-nalog-dashboard .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--wishlist {
  z-index: 5;
}
.moj-nalog-dashboard .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--wishlist a:before {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-file-heart-view");
  margin-top: -2px;
}
.moj-nalog-dashboard .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders {
  z-index: 4;
}
.moj-nalog-dashboard .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-file-alt-view");
}
.moj-nalog-dashboard .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account {
  z-index: 3;
}
.moj-nalog-dashboard .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-setting-view");
}
.moj-nalog-dashboard .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
  border: none;
  margin-left: auto;
  margin-bottom: 0;
}
.moj-nalog-dashboard .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
  padding-bottom: 5px;
  padding-right: 5px;
}
.moj-nalog-dashboard .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-signout-view");
}
.moj-nalog-dashboard .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background-position: 0 -70px;
  opacity: 0.8;
}
.moj-nalog-dashboard .woocommerce-MyAccount-navigation li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 21px 6px 17px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  background: linear-gradient(180deg, #E5EBFF 0%, #F5F5F7 100%);
  background-position: 0 -70px;
  background-repeat: no-repeat;
  transition: background-position 0.5s ease-out;
}
.moj-nalog-dashboard .woocommerce-MyAccount-navigation li a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-parcel-view");
}
.moj-nalog-dashboard .woocommerce-MyAccount-navigation li a:hover {
  background-position: 0 0;
}
.moj-nalog-dashboard .woocommerce-MyAccount-navigation li.is-active {
  z-index: 7;
}
.moj-nalog-dashboard .woocommerce-MyAccount-navigation li.is-active a {
  background-position: 0 0;
}
.moj-nalog-dashboard__body {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 32px;
  align-items: start;
}
.moj-nalog-dashboard__body > .moj-nalog-korpa-widget-aside {
  align-self: start;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: sticky;
  top: 77px;
  margin-top: 40px;
}
.moj-nalog-dashboard__body--full {
  grid-template-columns: 1fr;
}
.moj-nalog-dashboard__main {
  min-width: 0;
}
.moj-nalog-dashboard__main .woocommerce-MyAccount-navigation {
  margin-bottom: 32px;
}
.moj-nalog-dashboard__main .woocommerce-info {
  font-size: 14px;
  text-align: center;
}
.moj-nalog-dashboard__main .woocommerce-info a {
  margin-top: 12px;
}
.moj-nalog-dashboard .woocommerce-MyAccount-content {
  font-size: 15px;
  line-height: 1.6;
}
.moj-nalog-dashboard .wishlist-prazna {
  color: #7F7F7F;
  font-size: 15px;
  padding: 40px 0;
  text-align: center;
}

.moj-nalog-korpa-widget {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 24px 24px 38px;
  letter-spacing: 0;
}
.moj-nalog-korpa-widget__naslov {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 20px;
}
.moj-nalog-korpa-widget__redovi {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}
.moj-nalog-korpa-widget__redovi span:last-child:not(.moj-nalog-korpa-widget__total-iznos) {
  color: #000000;
}
.moj-nalog-korpa-widget__red {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.moj-nalog-korpa-widget__red--total {
  font-weight: 600;
  padding-top: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 18px;
}
.moj-nalog-korpa-widget__total-iznos {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
}
.moj-nalog-korpa-widget__total-iznos span {
  color: #001EFF !important;
}
.moj-nalog-korpa-widget__napomena {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 16px;
  padding-bottom: 18px;
  margin: 0 -6px 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.moj-nalog-korpa-widget__kupon {
  margin-bottom: 16px;
}
.moj-nalog-korpa-widget__kupon-label {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 4px;
}
.moj-nalog-korpa-widget__kupon-red {
  display: flex;
  gap: 8px;
  margin-bottom: 26px;
}
.moj-nalog-korpa-widget__kupon-input {
  flex: 1;
  height: 36px;
  border: 1px solid #D4D4D4;
  border-radius: 8px;
  padding: 0 8px;
  font-size: 16px;
  line-height: 19px;
  font-family: inherit;
  background: #FFFFFF;
  color: #3D3D3D;
  box-sizing: border-box;
  font-weight: 500;
}
.moj-nalog-korpa-widget__kupon-input::-moz-placeholder {
  color: #ABABAB;
}
.moj-nalog-korpa-widget__kupon-input::placeholder {
  color: #ABABAB;
}
.moj-nalog-korpa-widget__kupon-input:focus {
  outline: none;
  border-color: #0038FF;
}
.moj-nalog-korpa-widget__prazna {
  font-size: 14px;
  color: #7F7F7F;
  margin: 0 0 16px;
  text-align: center;
  margin: 48px 0 16px;
}
.moj-nalog-korpa-widget__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 auto;
}
.moj-nalog-korpa-widget__btn.button-outline {
  display: inline-flex;
}
.moj-nalog-korpa-widget--prazna {
  text-align: center;
  padding-bottom: 48px;
}
.moj-nalog-korpa-widget--prazna .moj-nalog-korpa-widget__naslov {
  text-align: left;
}

.moj-nalog-korpa-sidebar-info {
  margin: 26px 0 0;
  padding: 24px;
  background: #FFFFFF;
  border-radius: 14px;
  font-size: 13px;
  line-height: 18px;
  color: rgba(61, 61, 61, 0.75);
  letter-spacing: 0;
}
.moj-nalog-korpa-sidebar-info a {
  color: rgba(0, 30, 255, 0.8);
  text-decoration: none;
}
.moj-nalog-korpa-sidebar-info a:hover {
  text-decoration: underline;
}
.moj-nalog-korpa-sidebar-info img {
  margin-bottom: 24px;
  width: 100%;
  height: auto;
  display: block;
}

.moj-nalog-korpa-sidebar-info--content {
  display: none;
}

.gm-dashboard__pozdrav {
  margin-bottom: 0;
}
.gm-dashboard__ime {
  font-size: 32px;
  color: #000000;
  margin: 0 0 13px;
  line-height: 39px;
}
.gm-dashboard__opis {
  font-size: 16px;
  color: rgba(61, 61, 61, 0.7);
  margin: 0;
  line-height: 19px;
}
.gm-dashboard__opis a {
  color: rgba(0, 0, 0, 0.7);
}

.moj-nalog-dashboard .woocommerce-form__input.woocommerce-form__input-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #000000;
  background: transparent;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  min-width: 18px;
}

.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row label[for=mailchimp_woocommerce_is_subscribed], .moj-nalog-dashboard .woocommerce-EditAccountForm .form-row label[for=mailchimp_woocommerce_is_unsubscribed], .moj-nalog-dashboard .woocommerce-EditAccountForm .form-row label[for=mailchimp_woocommerce_is_transactional], .moj-nalog-dashboard .edit-account .form-row label[for=mailchimp_woocommerce_is_subscribed], .moj-nalog-dashboard .edit-account .form-row label[for=mailchimp_woocommerce_is_unsubscribed], .moj-nalog-dashboard .edit-account .form-row label[for=mailchimp_woocommerce_is_transactional] {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 20px;
  margin: 0;
}

.moj-nalog-dashboard .woocommerce-form__input.woocommerce-form__input-radio:checked {
  background-color: #000000;
  background-image: radial-gradient(circle at center, #FFFFFF 0, #FFFFFF 40%, transparent 41%, transparent 100%);
  border-color: #000000;
}

.gm-club-plus {
  background: #FFFFFF;
  border-radius: 18px;
  overflow: hidden;
}
.gm-club-plus.profile-page {
  margin-top: 42px;
}
.gm-club-plus__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px 8px;
  background: linear-gradient(to right, #DFF5D0, #D0EAF5);
  height: 40px;
}
.gm-club-plus__header::before {
  content: "";
  display: inline-block;
  width: 39px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-gm-club-view");
}
.gm-club-plus__header span {
  font-size: 17px;
  font-weight: 600;
  background: linear-gradient(92.74deg, #001EFF 25.23%, #99ED1C 104.04%);
  z-index: 2;
  -webkit-background-clip: text; /* Obavezno za Chrome/Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}
.gm-club-plus__header svg {
  flex-shrink: 0;
}
.gm-club-plus__body {
  padding: 34px 21px 47px;
}
.gm-club-plus__opis {
  font-size: 16px;
  line-height: 19px;
  color: #3D3D3D;
  margin: 0 0 54px;
  opacity: 0.7;
}
.gm-club-plus__opis a {
  color: #0038FF;
  text-decoration: none;
}
.gm-club-plus__opis a:hover {
  text-decoration: underline;
}
.gm-club-plus__nivoi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 47px;
  flex-wrap: nowrap;
}
.gm-club-plus__nivoi--lvl2 .gm-club-plus__nivo-wrap:nth-child(1)::after {
  display: inline-block;
  width: 100px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-arrow-gm-plus-pass-view");
}
.gm-club-plus__nivoi--lvl3 .gm-club-plus__nivo-wrap:nth-child(1)::after,
.gm-club-plus__nivoi--lvl3 .gm-club-plus__nivo-wrap:nth-child(2)::after {
  display: inline-block;
  width: 100px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-arrow-gm-plus-pass-view");
}
.gm-club-plus__nivo-wrap {
  display: flex;
  align-items: center;
}
.gm-club-plus__nivo-wrap:not(:last-child):after {
  content: "";
  display: block;
  width: 100%;
  display: inline-block;
  width: 100px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-arrow-gm-plus-view");
  margin: -7px 20px 0;
}
@media only screen and (max-width: 767px) {
  .gm-club-plus__nivo-wrap:not(:last-child):after {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.gm-club-plus__nivo-wrap:not(:last-child).gm-club-plus__nivo--aktivan:after {
  display: inline-block;
  width: 100px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-arrow-gm-plus-active-view");
}
.gm-club-plus__nivo-wrap:not(:last-child).gm-club-plus__nivo--aktivan + .gm-club-plus__nivo-wrap:not(.gm-club-plus__nivo--aktivan) .gm-club-plus__nivo-naziv {
  background: linear-gradient(90deg, #DBECFF 0%, #EDEDED 100%);
}
.gm-club-plus__nivo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  min-width: 128px;
}
.gm-club-plus__nivo-naziv {
  display: inline-block;
  padding: 6px 22px 5px;
  border-radius: 99px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  background: #f7f7f7;
  color: #7F7F7F;
  margin-bottom: 7px;
}
.gm-club-plus__nivo--otklj .gm-club-plus__nivo-naziv, .gm-club-plus__nivo--aktivan .gm-club-plus__nivo-naziv {
  background: linear-gradient(90deg, #E5FDC0 0%, #DBECFF 100%);
  color: rgba(0, 30, 255, 0.7);
}
.gm-club-plus__krug {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.2) 0%, rgba(226, 226, 226, 0.2) 100%);
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.gm-club-plus__nivo--otklj .gm-club-plus__krug, .gm-club-plus__nivo--aktivan .gm-club-plus__krug {
  border-color: #0038FF;
  color: #3D3D3D;
  background: linear-gradient(180deg, #E2FFB6 0%, #FFFFFF 100%);
  border: 1px solid transparent;
  background: linear-gradient(180deg, #E2FFB6 0%, #FFFFFF 100%) padding-box, linear-gradient(180deg, #CDD3FF 0%, #6A7BFF 100%) border-box;
}
.gm-club-plus__nivo-ikona {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gm-club-plus__nivo-poeni {
  font-size: 16px;
  line-height: 19px;
  color: rgba(61, 61, 61, 0.7);
  text-align: center;
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gm-club-plus__nivo-poeni:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-lock-alt-view");
  display: block;
}
.gm-club-plus__nivo-poeni--otklj {
  color: rgba(0, 30, 255, 0.7);
}
.gm-club-plus__nivo-poeni--otklj:before {
  display: inline-block;
  width: 20px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-nivo-active-view");
  margin-bottom: 7px;
}
.gm-club-plus__status-pill {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  padding: 10px 22px;
  border-radius: 99px;
  background: #E2FFB6;
  border: 1px solid #9AE330;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.gm-club-plus__status-pill--locked {
  background: rgba(217, 217, 217, 0.2);
  border-color: #3D3D3D;
  color: #3D3D3D;
}
.gm-club-plus__status-pill strong {
  font-weight: 600;
}
.gm-club-plus__points-summary {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 auto;
}
.gm-club-plus__ukupno {
  font-size: 16px;
  line-height: 19px;
  color: rgba(61, 61, 61, 0.7);
  text-align: center;
  margin: 0;
}
.gm-club-plus__ukupno--note {
  opacity: 1;
}
.gm-club-plus__ukupno a {
  color: rgba(0, 30, 255, 0.7);
  font-weight: 500;
  text-decoration: none;
}
.gm-club-plus__ukupno a:hover {
  text-decoration: underline;
}
.gm-club-plus__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0 22px;
  margin: 0 19px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  flex-wrap: wrap;
  gap: 8px;
}
.gm-club-plus__footer-datum {
  display: inline-block;
  padding: 13px 26px;
  background: #F3F3F3;
  border-radius: 60px;
  font-size: 12px;
  line-height: 15px;
  color: rgba(61, 61, 61, 0.7);
}
.gm-club-plus__footer-podrska {
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
.gm-club-plus__footer-podrska a {
  color: rgba(61, 61, 61, 0.7);
  text-decoration: none;
}
.gm-club-plus__footer-podrska a:hover {
  text-decoration: underline;
}

@media (min-width: 640px) and (max-width: 767px) {
  .gm-club-plus__nivoi {
    flex-wrap: wrap;
    justify-content: center;
  }
  .gm-club-plus__strelica {
    display: none;
  }
  .gm-club-plus__krug {
    width: 98px;
    height: 98px;
    font-size: 24px;
  }
  .gm-club-plus__nivo {
    min-width: 98px;
  }
  .gm-club-plus__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 639px) {
  .gm-club-plus__nivoi {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .gm-club-plus__nivo-wrap {
    flex-direction: column;
    gap: 10px;
  }
  .gm-club-plus__nivo-wrap:not(:last-child):after {
    width: 40px !important;
    height: 36px !important;
    background-size: 100px 9px;
    background-position: center right !important;
    transform-origin: center;
    transform: rotate(90deg);
    margin: 0;
  }
}
.moj-nalog-faq {
  padding: 40px 0 0;
}

.moj-nalog-dashboard .woocommerce-address-fields .form-row,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row,
.moj-nalog-dashboard .edit-account .form-row {
  margin-bottom: 16px;
}
.moj-nalog-dashboard .woocommerce-address-fields .form-row label,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row label,
.moj-nalog-dashboard .edit-account .form-row label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 6px;
}
.moj-nalog-dashboard .woocommerce-address-fields .form-row label .required,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row label .required,
.moj-nalog-dashboard .edit-account .form-row label .required {
  color: #DC2626;
  margin-left: 2px;
}
.moj-nalog-dashboard .woocommerce-address-fields .form-row label[for=billing_address_2],
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row label[for=billing_address_2],
.moj-nalog-dashboard .edit-account .form-row label[for=billing_address_2] {
  display: none;
}
.moj-nalog-dashboard .woocommerce-address-fields .form-row .input-text,
.moj-nalog-dashboard .woocommerce-address-fields .form-row .woocommerce-Input,
.moj-nalog-dashboard .woocommerce-address-fields .form-row input[type=text],
.moj-nalog-dashboard .woocommerce-address-fields .form-row input[type=email],
.moj-nalog-dashboard .woocommerce-address-fields .form-row input[type=tel],
.moj-nalog-dashboard .woocommerce-address-fields .form-row input[type=password],
.moj-nalog-dashboard .woocommerce-address-fields .form-row select,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row .input-text,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row .woocommerce-Input,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row input[type=text],
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row input[type=email],
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row input[type=tel],
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row input[type=password],
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row select,
.moj-nalog-dashboard .edit-account .form-row .input-text,
.moj-nalog-dashboard .edit-account .form-row .woocommerce-Input,
.moj-nalog-dashboard .edit-account .form-row input[type=text],
.moj-nalog-dashboard .edit-account .form-row input[type=email],
.moj-nalog-dashboard .edit-account .form-row input[type=tel],
.moj-nalog-dashboard .edit-account .form-row input[type=password],
.moj-nalog-dashboard .edit-account .form-row select {
  width: 100%;
  height: 48px;
  border: 1px solid #D4D4D4;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 15px;
  font-family: inherit;
  color: #1B1B28;
  background: #FFFFFF;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.moj-nalog-dashboard .woocommerce-address-fields .form-row .input-text::-moz-placeholder, .moj-nalog-dashboard .woocommerce-address-fields .form-row .woocommerce-Input::-moz-placeholder, .moj-nalog-dashboard .woocommerce-address-fields .form-row input[type=text]::-moz-placeholder, .moj-nalog-dashboard .woocommerce-address-fields .form-row input[type=email]::-moz-placeholder, .moj-nalog-dashboard .woocommerce-address-fields .form-row input[type=tel]::-moz-placeholder, .moj-nalog-dashboard .woocommerce-address-fields .form-row input[type=password]::-moz-placeholder, .moj-nalog-dashboard .woocommerce-address-fields .form-row select::-moz-placeholder, .moj-nalog-dashboard .woocommerce-EditAccountForm .form-row .input-text::-moz-placeholder, .moj-nalog-dashboard .woocommerce-EditAccountForm .form-row .woocommerce-Input::-moz-placeholder, .moj-nalog-dashboard .woocommerce-EditAccountForm .form-row input[type=text]::-moz-placeholder, .moj-nalog-dashboard .woocommerce-EditAccountForm .form-row input[type=email]::-moz-placeholder, .moj-nalog-dashboard .woocommerce-EditAccountForm .form-row input[type=tel]::-moz-placeholder, .moj-nalog-dashboard .woocommerce-EditAccountForm .form-row input[type=password]::-moz-placeholder, .moj-nalog-dashboard .woocommerce-EditAccountForm .form-row select::-moz-placeholder, .moj-nalog-dashboard .edit-account .form-row .input-text::-moz-placeholder, .moj-nalog-dashboard .edit-account .form-row .woocommerce-Input::-moz-placeholder, .moj-nalog-dashboard .edit-account .form-row input[type=text]::-moz-placeholder, .moj-nalog-dashboard .edit-account .form-row input[type=email]::-moz-placeholder, .moj-nalog-dashboard .edit-account .form-row input[type=tel]::-moz-placeholder, .moj-nalog-dashboard .edit-account .form-row input[type=password]::-moz-placeholder, .moj-nalog-dashboard .edit-account .form-row select::-moz-placeholder {
  color: #ABABAB;
}
.moj-nalog-dashboard .woocommerce-address-fields .form-row .input-text::placeholder,
.moj-nalog-dashboard .woocommerce-address-fields .form-row .woocommerce-Input::placeholder,
.moj-nalog-dashboard .woocommerce-address-fields .form-row input[type=text]::placeholder,
.moj-nalog-dashboard .woocommerce-address-fields .form-row input[type=email]::placeholder,
.moj-nalog-dashboard .woocommerce-address-fields .form-row input[type=tel]::placeholder,
.moj-nalog-dashboard .woocommerce-address-fields .form-row input[type=password]::placeholder,
.moj-nalog-dashboard .woocommerce-address-fields .form-row select::placeholder,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row .input-text::placeholder,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row .woocommerce-Input::placeholder,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row input[type=text]::placeholder,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row input[type=email]::placeholder,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row input[type=tel]::placeholder,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row input[type=password]::placeholder,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row select::placeholder,
.moj-nalog-dashboard .edit-account .form-row .input-text::placeholder,
.moj-nalog-dashboard .edit-account .form-row .woocommerce-Input::placeholder,
.moj-nalog-dashboard .edit-account .form-row input[type=text]::placeholder,
.moj-nalog-dashboard .edit-account .form-row input[type=email]::placeholder,
.moj-nalog-dashboard .edit-account .form-row input[type=tel]::placeholder,
.moj-nalog-dashboard .edit-account .form-row input[type=password]::placeholder,
.moj-nalog-dashboard .edit-account .form-row select::placeholder {
  color: #ABABAB;
}
.moj-nalog-dashboard .woocommerce-address-fields .form-row .input-text:focus,
.moj-nalog-dashboard .woocommerce-address-fields .form-row .woocommerce-Input:focus,
.moj-nalog-dashboard .woocommerce-address-fields .form-row input[type=text]:focus,
.moj-nalog-dashboard .woocommerce-address-fields .form-row input[type=email]:focus,
.moj-nalog-dashboard .woocommerce-address-fields .form-row input[type=tel]:focus,
.moj-nalog-dashboard .woocommerce-address-fields .form-row input[type=password]:focus,
.moj-nalog-dashboard .woocommerce-address-fields .form-row select:focus,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row .input-text:focus,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row .woocommerce-Input:focus,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row input[type=text]:focus,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row input[type=email]:focus,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row input[type=tel]:focus,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row input[type=password]:focus,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row select:focus,
.moj-nalog-dashboard .edit-account .form-row .input-text:focus,
.moj-nalog-dashboard .edit-account .form-row .woocommerce-Input:focus,
.moj-nalog-dashboard .edit-account .form-row input[type=text]:focus,
.moj-nalog-dashboard .edit-account .form-row input[type=email]:focus,
.moj-nalog-dashboard .edit-account .form-row input[type=tel]:focus,
.moj-nalog-dashboard .edit-account .form-row input[type=password]:focus,
.moj-nalog-dashboard .edit-account .form-row select:focus {
  outline: none;
  border-color: #0038FF;
}
.moj-nalog-dashboard .woocommerce-address-fields .form-row select,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row select,
.moj-nalog-dashboard .edit-account .form-row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/sprite.svg#icon-select-view");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 7px;
  padding-right: 30px;
  cursor: pointer;
}
.moj-nalog-dashboard .woocommerce-address-fields .form-row-first,
.moj-nalog-dashboard .woocommerce-address-fields .form-row-last,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row-first,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row-last,
.moj-nalog-dashboard .edit-account .form-row-first,
.moj-nalog-dashboard .edit-account .form-row-last {
  display: inline-block;
  width: calc(50% - 8px);
  vertical-align: top;
}
.moj-nalog-dashboard .woocommerce-address-fields .form-row-first,
.moj-nalog-dashboard .woocommerce-EditAccountForm .form-row-first,
.moj-nalog-dashboard .edit-account .form-row-first {
  margin-right: 16px;
}
.moj-nalog-dashboard .woocommerce-address-fields .select2-container,
.moj-nalog-dashboard .woocommerce-EditAccountForm .select2-container,
.moj-nalog-dashboard .edit-account .select2-container {
  width: 100% !important;
}
.moj-nalog-dashboard .woocommerce-address-fields button[type=submit],
.moj-nalog-dashboard .woocommerce-address-fields .button,
.moj-nalog-dashboard .woocommerce-EditAccountForm button[type=submit],
.moj-nalog-dashboard .woocommerce-EditAccountForm .button,
.moj-nalog-dashboard .edit-account button[type=submit],
.moj-nalog-dashboard .edit-account .button {
  display: inline-block;
  height: 48px;
  padding: 0 32px;
  background: #0038FF;
  color: #FFFFFF;
  border: none;
  border-radius: 60px;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  transition: opacity 0.2s;
  margin-top: 8px;
}
.moj-nalog-dashboard .woocommerce-address-fields button[type=submit]:hover,
.moj-nalog-dashboard .woocommerce-address-fields .button:hover,
.moj-nalog-dashboard .woocommerce-EditAccountForm button[type=submit]:hover,
.moj-nalog-dashboard .woocommerce-EditAccountForm .button:hover,
.moj-nalog-dashboard .edit-account button[type=submit]:hover,
.moj-nalog-dashboard .edit-account .button:hover {
  opacity: 0.88;
}
.moj-nalog-dashboard .woocommerce-MyAccount-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #3D3D3D;
  margin: 0 0 24px;
}
.moj-nalog-dashboard .woocommerce-Address-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.moj-nalog-dashboard .woocommerce-Address-title h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #3D3D3D;
}
.moj-nalog-dashboard .woocommerce-Address-title a.button.gm-billing-edit-link {
  text-decoration: none;
  margin: 0;
}
.moj-nalog-dashboard .gm-billing-address-preview {
  font-style: normal;
  margin: 0;
}
.moj-nalog-dashboard .gm-billing-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.moj-nalog-dashboard .gm-billing-line:last-child {
  margin-bottom: 0;
}
.moj-nalog-dashboard .gm-billing-line__label {
  flex-shrink: 0;
  color: #3D3D3D;
}
.moj-nalog-dashboard .gm-billing-line__value {
  flex: 1;
  min-width: 0;
  word-break: break-word;
}
.moj-nalog-dashboard .gm-billing-line__value--empty {
  color: rgba(61, 61, 61, 0.45);
  font-style: italic;
}
.moj-nalog-dashboard .gm-edit-address-back-wrap {
  margin: 0 0 20px;
  text-align: left;
}
.moj-nalog-dashboard a.gm-edit-address-back {
  display: inline;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  color: #3D3D3D;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.moj-nalog-dashboard a.gm-edit-address-back:hover, .moj-nalog-dashboard a.gm-edit-address-back:focus {
  text-decoration: underline;
}

@media (min-width: 1200px) and (max-width: 1279px) {
  .moj-nalog-dashboard .woocommerce-MyAccount-navigation li a {
    padding: 8px 13px 6px 13px;
  }
}
@media (max-width: 1199px) {
  .moj-nalog-dashboard__body {
    grid-template-columns: 1fr;
  }
  .moj-nalog-dashboard__body > .moj-nalog-korpa-widget-aside {
    display: block;
  }
  .moj-nalog-korpa-widget {
    display: none;
  }
  .moj-nalog-korpa-sidebar-info--aside {
    display: none;
  }
  .moj-nalog-korpa-sidebar-info--content {
    display: block;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .moj-nalog-dashboard .woocommerce-MyAccount-navigation {
    position: relative;
    padding-top: 44px;
    --gm-hscroll-fade-w: 48px;
  }
  .moj-nalog-dashboard .woocommerce-MyAccount-navigation::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 44px;
    width: var(--gm-hscroll-fade-w);
    height: calc(100% - 44px);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease-out;
    z-index: 7;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  }
  .moj-nalog-dashboard .woocommerce-MyAccount-navigation.gm-hscroll-fade-right::after {
    opacity: 1;
  }
  .moj-nalog-dashboard .woocommerce-MyAccount-navigation ul {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    box-sizing: border-box;
    width: calc(100% + 32px);
    max-width: none;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.35) transparent;
  }
  .moj-nalog-dashboard .woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
    height: 3px;
  }
  .moj-nalog-dashboard .woocommerce-MyAccount-navigation ul::-webkit-scrollbar-track {
    background: transparent;
  }
  .moj-nalog-dashboard .woocommerce-MyAccount-navigation ul::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.3);
  }
  .moj-nalog-dashboard .woocommerce-MyAccount-navigation ul li {
    flex: 0 0 auto;
  }
  .moj-nalog-dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 8;
    margin: 0;
    border: none;
    background: transparent;
    border-radius: 0;
  }
  .moj-nalog-dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    white-space: nowrap;
    padding: 10px 6px 6px;
    background: transparent;
    background-position: 0 -70px;
  }
  .moj-nalog-auth {
    flex-direction: column;
    margin: 0;
    border-radius: 0;
    min-height: auto;
  }
  .moj-nalog-auth__slika {
    width: 100%;
    height: 360px;
  }
  .moj-nalog-auth__panel {
    padding: 32px 24px;
  }
  .moj-nalog-auth__sadrzaj {
    max-width: 100%;
  }
  .moj-nalog-dashboard .woocommerce-MyAccount-navigation ul li a {
    white-space: nowrap;
    padding: 10px 14px;
    font-size: 14px;
  }
  .moj-nalog-dashboard .woocommerce-address-fields .form-row-first,
  .moj-nalog-dashboard .woocommerce-address-fields .form-row-last,
  .moj-nalog-dashboard .woocommerce-EditAccountForm .form-row-first,
  .moj-nalog-dashboard .woocommerce-EditAccountForm .form-row-last,
  .moj-nalog-dashboard .edit-account .form-row-first,
  .moj-nalog-dashboard .edit-account .form-row-last {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
.wc-product-table-wrapper.groomingmasters {
  margin: 22px 0;
  background: #FFFFFF;
  border-radius: 18px;
  overflow: hidden;
}
.wc-product-table-wrapper.groomingmasters .blockUI.blockElement {
  min-height: 70vh !important;
  opacity: 0 !important;
  position: relative !important;
  display: block !important;
}
.wc-product-table-wrapper.groomingmasters .blockUI.blockOverlay {
  background: #fff !important;
  opacity: 0.7 !important;
}
.wc-product-table-wrapper.groomingmasters .blockUI.blockOverlay::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  border: 3px solid #D9D9D9;
  border-top-color: #000000;
  border-radius: 50%;
  animation: moj-nalog-spin 0.7s linear infinite;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table-controls.wc-product-table-above {
  background: linear-gradient(90deg, #DBECFF 0%, #FCEAEB 100%);
  padding: 14px 18px;
  margin: 0;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table-controls.wc-product-table-above:before {
  content: "Veleprodaja";
  display: inline-block;
  width: 33px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-veleprodaja-view");
  line-height: 32px;
  font-size: 20px;
  text-indent: 47px;
  color: #000000;
  margin-right: auto;
}
@media only screen and (max-width: 479px) {
  .wc-product-table-wrapper.groomingmasters .wc-product-table-controls.wc-product-table-above:before {
    margin-bottom: 16px;
  }
}
.wc-product-table-wrapper.groomingmasters .wc-product-table-controls.wc-product-table-above .select2-container--default .select2-selection--single {
  border-radius: 60px;
  border-color: #FFFFFF;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table-controls.wc-product-table-below {
  padding: 14px 18px;
  margin: 0;
  background: #F6FAFF;
}
@media only screen and (max-width: 639px) {
  .wc-product-table-wrapper.groomingmasters .wc-product-table-controls.wc-product-table-below {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .wc-product-table-wrapper.groomingmasters .wc-product-table-controls.wc-product-table-below .dataTables_length {
    margin-right: 0;
  }
}
.wc-product-table-wrapper.groomingmasters .dataTables_filter {
  position: relative;
  padding-left: 8px;
}
.wc-product-table-wrapper.groomingmasters .dataTables_filter::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 22px;
  background: #B2717F;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table-reset {
  display: none;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table {
  border-collapse: collapse;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table .wpt_variations_form {
  display: flex;
  gap: 8px;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table .wpt_variations_form .woocommerce-variation-add-to-cart,
.wc-product-table-wrapper.groomingmasters .wc-product-table .wpt_variations_form .woocommerce-variation-add-to-cart .add-to-cart-button {
  flex-wrap: nowrap;
  white-space: nowrap;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table .cart select {
  font-size: 15px !important;
  line-height: 17px !important;
  height: 40px !important;
  border: 1px solid #858585;
  border-radius: 60px;
  padding: 0 30px 0 16px;
  font-family: inherit;
  color: #000000;
  background-color: #F7F7F7;
  background-image: url("../images/sprite.svg#icon-select-view");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 7px;
  box-sizing: border-box;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table .cart .quantity, .wc-product-table-wrapper.groomingmasters .wc-product-table .wc-product-table .cart .single_add_to_cart_button,
.wc-product-table-wrapper.groomingmasters .wc-product-table .wc-product-table .cart select {
  margin-bottom: 0 !important;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table .add-to-cart-wrapper .product-details-button,
.wc-product-table-wrapper.groomingmasters .wc-product-table .add-to-cart-wrapper .single_add_to_cart_button,
.wc-product-table-wrapper.groomingmasters .wc-product-table .add-to-cart-wrapper a.button {
  height: 40px !important;
  margin-bottom: 0 !important;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table a {
  font-size: 14px;
  line-height: 18px;
  color: #222222;
  text-decoration: none;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table a:hover {
  text-decoration: underline;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table thead th {
  border-bottom-color: rgba(0, 0, 0, 0.3) !important;
  font-size: 12px;
  line-height: 16px;
  background: #F6FAFF;
  padding: 9px 18px;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table.dataTable.no-footer {
  border-bottom-color: rgba(0, 0, 0, 0.3) !important;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table th,
.wc-product-table-wrapper.groomingmasters .wc-product-table td {
  border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table.dataTable tbody th, .wc-product-table-wrapper.groomingmasters .wc-product-table.dataTable tbody td {
  padding: 9px 18px 10px;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table tr:first-child th,
.wc-product-table-wrapper.groomingmasters .wc-product-table tr:first-child td {
  border-top: none;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table th:first-child,
.wc-product-table-wrapper.groomingmasters .wc-product-table td:first-child {
  border-left: none;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table .product-name-with-image {
  display: flex;
  align-items: center;
  gap: 11px;
  max-width: 376px;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table .product-name-with-image .product-thumbnail-wrapper {
  flex-shrink: 0;
  width: 53px;
  height: 53px;
  line-height: 0;
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  overflow: hidden;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table .product-name-with-image .product-thumbnail-wrapper img {
  width: 53px;
  height: 53px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table .product-name-with-image .product-thumbnail-wrapper--empty {
  width: 53px;
  height: 53px;
  display: block;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table .product-name-with-image .product-name a {
  color: inherit;
  text-decoration: none;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table .product-name-with-image .product-name a:hover {
  text-decoration: underline;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table .woocommerce-Price-amount,
.wc-product-table-wrapper.groomingmasters .wc-product-table .product-maloprodajna-cena {
  color: #001EFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table tr.child .product-table-price,
.wc-product-table-wrapper.groomingmasters .wc-product-table tr.child .product-maloprodajna-cena {
  padding-top: 0;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table tr.child .col-buy {
  text-align: left;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table tr.child .col-buy .dtr-title {
  width: 100% !important;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table tr.child .col-buy form {
  flex-wrap: wrap;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table tr.child .col-buy .cart select {
  margin-left: 0 !important;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table .product-table-price,
.wc-product-table-wrapper.groomingmasters .wc-product-table .product-maloprodajna-cena {
  display: block;
  padding-top: 12px;
  white-space: nowrap;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table .product-table-price .woocommerce-Price-amount,
.wc-product-table-wrapper.groomingmasters .wc-product-table .product-maloprodajna-cena .woocommerce-Price-amount {
  display: inline;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table .col-price .woocommerce-Price-amount,
.wc-product-table-wrapper.groomingmasters .wc-product-table .col-maloprodajna_cena .woocommerce-Price-amount {
  display: inline;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table .col-name_with_image {
  max-width: 376px;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table .quantity-wrapper {
  display: inline-flex;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table .cart .add-to-cart-button {
  margin-top: 0;
  display: flex;
  gap: 3px;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table .col-buy {
  vertical-align: middle;
  text-align: right;
  padding-right: 20px;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table .col-buy .add-to-cart-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table th.col-buy {
  padding-right: 22px;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table-controls .dataTables_length {
  margin: 0 auto 0 0;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table-controls > div {
  margin: 0 0 0 9px;
}
.wc-product-table-wrapper.groomingmasters .wc-product-table-controls label {
  font-weight: 500;
}
.wc-product-table-wrapper.groomingmasters .dataTables_paginate {
  margin: 0 0 0 10px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 639px) {
  .wc-product-table-wrapper.groomingmasters .dataTables_paginate {
    justify-content: center;
  }
}
.wc-product-table-wrapper.groomingmasters .dataTables_paginate > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.wc-product-table-wrapper.groomingmasters .dataTables_paginate .paginate_button,
.wc-product-table-wrapper.groomingmasters .dataTables_paginate .ellipsis {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000 !important;
  background: #D9D9D9;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  padding: 0 1px 0 0;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
.wc-product-table-wrapper.groomingmasters .dataTables_paginate a.paginate_button:hover {
  background: #000000 !important;
  color: #FFFFFF !important;
  border-color: transparent;
}
.wc-product-table-wrapper.groomingmasters .dataTables_paginate a.paginate_button.current {
  background: #000000 !important;
  color: #FFFFFF !important;
  border: none !important;
  cursor: default;
}
.wc-product-table-wrapper.groomingmasters .dataTables_paginate a.paginate_button.previous, .wc-product-table-wrapper.groomingmasters .dataTables_paginate a.paginate_button.next {
  width: auto;
  padding-left: 11px;
  padding-right: 11px;
  background: transparent;
  border: 1px solid #000000;
  height: 29px;
}
.wc-product-table-wrapper.groomingmasters .dataTables_paginate a.paginate_button.next:after {
  content: "  →";
  margin-left: 4px;
}
.wc-product-table-wrapper.groomingmasters .dataTables_paginate a.paginate_button.previous:before {
  content: "←  ";
  margin-right: 4px;
}
.wc-product-table-wrapper.groomingmasters .dataTables_paginate .ellipsis {
  background: transparent;
  cursor: default;
}

body table.wc-product-table.dtr-column > tbody > tr > td.control::before,
body table.wc-product-table.dtr-column > tbody > tr > th.control::before,
body table.wc-product-table.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
body table.wc-product-table.dtr-inline.collapsed > tbody > tr > th.dtr-control::before,
body table.wc-product-table.dtr-column > tbody > tr > td.control::after,
body table.wc-product-table.dtr-column > tbody > tr > th.control::after,
body table.wc-product-table.dtr-inline.collapsed > tbody > tr > td.dtr-control::after,
body table.wc-product-table.dtr-inline.collapsed > tbody > tr > th.dtr-control::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 26px;
  left: auto;
  color: #001EFF !important;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-plus-accordion-view");
}

body table.wc-product-table.dtr-column > tbody > tr.dt-hasChild > td.control::before,
body table.wc-product-table.dtr-column > tbody > tr.dt-hasChild > th.control::before,
body table.wc-product-table.dtr-inline.collapsed > tbody > tr.dt-hasChild > td.dtr-control::before,
body table.wc-product-table.dtr-inline.collapsed > tbody > tr.dt-hasChild > th.dtr-control::before,
body table.wc-product-table.dtr-column > tbody > tr.dt-hasChild > td.control::after,
body table.wc-product-table.dtr-column > tbody > tr.dt-hasChild > th.control::after,
body table.wc-product-table.dtr-inline.collapsed > tbody > tr.dt-hasChild > td.dtr-control::after,
body table.wc-product-table.dtr-inline.collapsed > tbody > tr.dt-hasChild > th.dtr-control::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-minus-accordion-view");
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  padding-left: 18px !important;
  padding-right: 34px !important;
  position: static !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr {
  position: sticky;
}

.tabela-proizvoda-wrapper table.collapsed.wc-product-table th:last-child,
.tabela-proizvoda-wrapper table.collapsed.wc-product-table td:last-child {
  padding-right: 45px !important;
}

.wc-product-table-wrapper.groomingmasters .dataTables_filter {
  position: relative;
}
.wc-product-table-wrapper.groomingmasters .dataTables_filter label {
  font-size: 0;
  margin: 0;
}
.wc-product-table-wrapper.groomingmasters .dataTables_filter label input[type=search] {
  font-size: 12px !important;
  line-height: 15px;
  color: #000000;
  padding-right: 32px;
  min-width: 224px;
  height: 32px;
  border: none;
  box-shadow: none !important;
  background: #FFFFFF !important;
  border-radius: 60px;
  padding-left: 15px !important;
  padding-right: 36px !important;
  font-weight: 500 !important;
}
.wc-product-table-wrapper.groomingmasters .dataTables_filter::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-search-wholesale-view");
  pointer-events: none;
}

body .wc-product-table-controls .wc-product-table-select-filters .select2-container {
  margin-right: 7px !important;
}

body .wc-product-table-controls.wc-product-table-below .dataTables_length .select2-container {
  width: 68px !important;
}

body .wc-product-table-controls.wc-product-table-below .select2-container .select2-selection--single {
  border-radius: 60px;
}

body .select2-container .select2-selection--single .select2-selection__rendered,
body .wc-product-table-controls .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px !important;
  padding-right: 30px !important;
  color: #000000;
  font-size: 12px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow,
body .wc-product-table-controls .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: calc(50% - 10px);
  right: 6px;
  width: 20px;
  height: 20px;
  border: none;
  background: url("../images/sprite.svg#icon-dropdown-black-view") center no-repeat;
  background-size: 20px 20px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b,
body .wc-product-table-controls .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #001EFF;
  color: #FFFFFF;
}

body .select2-container--open .select2-dropdown {
  border-radius: 12px;
  overflow: hidden;
}

body .select2-search--dropdown .select2-search__field {
  border-radius: 8px;
}

@media (max-width: 1023px) {
  body .wc-product-table-controls .wc-product-table-select-filters .select2-container {
    margin: 2px 0 2px 7px !important;
  }
  .wc-product-table-wrapper.groomingmasters .dataTables_filter {
    width: 100%;
    margin-top: 7px !important;
  }
  .wc-product-table-wrapper.groomingmasters .dataTables_filter::before {
    display: none;
  }
  .wc-product-table-wrapper.groomingmasters .wc-product-table-controls.wc-product-table-above {
    align-items: flex-start;
  }
}
@media (max-width: 739px) {
  body .wc-product-table-controls .wc-product-table-select-filters .select2-container {
    margin-top: 0 !important;
    margin-bottom: 7px !important;
    margin-left: 0 !important;
  }
  .wc-product-table-controls .wc-product-table-select-filters:first-child {
    max-width: calc(50vw - 16px);
  }
  .wc-product-table-controls .select2-container {
    display: block !important;
    width: calc(50vw - 16px) !important;
  }
  .wc-product-table-wrapper.groomingmasters .dataTables_filter {
    margin-top: 0px !important;
    text-align: right;
  }
  .wc-product-table-wrapper.groomingmasters .dataTables_filter label,
  .wc-product-table-wrapper.groomingmasters .dataTables_filter input[type=search] {
    width: calc(50vw - 16px) !important;
    max-width: 100%;
  }
  .wc-product-table-wrapper.groomingmasters .dataTables_filter label {
    text-indent: -99999px;
    text-align: right;
  }
  .wc-product-table-wrapper.groomingmasters .dataTables_filter input[type=search] {
    min-width: 0;
  }
}
@media (max-width: 479px) {
  .wc-product-table-controls .wc-product-table-select-filters:first-child {
    max-width: 100%;
    margin-top: 7px !important;
  }
  .wc-product-table-controls .select2-container {
    width: 100% !important;
  }
  .wc-product-table-wrapper.groomingmasters .dataTables_filter label,
  .wc-product-table-wrapper.groomingmasters .dataTables_filter input[type=search] {
    width: 100% !important;
  }
  .wc-product-table-wrapper.groomingmasters .wc-product-table-controls > div {
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
  }
  .wc-product-table-wrapper.groomingmasters .dataTables_filter label input[type=search] {
    margin-left: 0 !important;
  }
  .wc-product-table-wrapper.groomingmasters .dataTables_filter label {
    text-indent: -99999px;
    text-align: right;
  }
}
.tabela-proizvoda-wrapper .wc-product-table .col-price del, .tabela-proizvoda-wrapper .wc-product-table .quantity #up, .tabela-proizvoda-wrapper .wc-product-table .quantity #down {
  display: none;
}

.gm-club-manual-orders {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.gm-club-manual-orders__title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  color: #3D3D3D;
}
.gm-club-manual-orders__intro {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 17px;
  color: rgba(61, 61, 61, 0.65);
}
.gm-club-manual-orders__list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 640px;
}
.gm-club-manual-orders__item {
  padding: 12px 16px;
  margin-bottom: 10px;
  background: #f6f6f6;
  border-radius: 12px;
}
.gm-club-manual-orders__item:last-child {
  margin-bottom: 0;
}
.gm-club-manual-orders__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.gm-club-manual-orders__date {
  font-size: 14px;
  line-height: 17px;
  color: rgba(61, 61, 61, 0.75);
}
.gm-club-manual-orders__points {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #3D3D3D;
  flex-shrink: 0;
}
.gm-club-manual-orders__note {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 16px;
  color: rgba(61, 61, 61, 0.6);
}

.moj-nalog-dashboard .woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 17px;
}
.moj-nalog-dashboard .woocommerce-orders-table thead th,
.moj-nalog-dashboard .woocommerce-orders-table tbody td,
.moj-nalog-dashboard .woocommerce-orders-table tbody th {
  vertical-align: top;
  text-align: left;
}
.moj-nalog-dashboard .woocommerce-orders-table thead th {
  font-size: 12px;
  line-height: 15px;
}
.moj-nalog-dashboard .woocommerce-orders-table tbody td,
.moj-nalog-dashboard .woocommerce-orders-table tbody th {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.moj-nalog-dashboard .woocommerce-orders-table .woocommerce-orders-table__cell-order-number a {
  color: #001EFF;
  text-decoration: none;
}
.moj-nalog-dashboard .woocommerce-orders-table .woocommerce-orders-table__cell-order-number a:hover, .moj-nalog-dashboard .woocommerce-orders-table .woocommerce-orders-table__cell-order-number a:focus {
  text-decoration: underline;
}
.moj-nalog-dashboard .woocommerce-orders-table tbody tr:last-child th,
.moj-nalog-dashboard .woocommerce-orders-table tbody tr:last-child td {
  border-bottom: none;
}
.moj-nalog-dashboard .woocommerce-orders-table thead th {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.moj-nalog-dashboard .woocommerce-orders-table .woocommerce-orders-table__header-order-actions,
.moj-nalog-dashboard .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
  text-align: center;
}
.moj-nalog-dashboard .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .moj-nalog-orders__order-again {
  margin-top: 10px;
}

.moj-nalog-dashboard .woocommerce-MyAccount-content .woocommerce-info[role=status]:not(.nema-istorije-wrapper) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.6;
  font-family: inherit;
}
.moj-nalog-dashboard .woocommerce-MyAccount-content .woocommerce-info[role=status]:not(.nema-istorije-wrapper) a.wc-forward {
  margin-top: 12px;
  font-family: inherit;
}
.moj-nalog-dashboard .woocommerce-MyAccount-content .woocommerce-info.nema-istorije-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.moj-nalog-dashboard .woocommerce-MyAccount-content .woocommerce-info.nema-istorije-wrapper .nema-istorije {
  order: 1;
}
.moj-nalog-dashboard .woocommerce-MyAccount-content .woocommerce-info.nema-istorije-wrapper a.woocommerce-Button {
  order: 2;
}
.moj-nalog-dashboard .woocommerce-MyAccount-content .woocommerce-info.nema-istorije-wrapper .nema-istorije {
  margin: 0;
}
.moj-nalog-dashboard .woocommerce-MyAccount-content .woocommerce-info.nema-istorije-wrapper a {
  margin: 0;
  font-family: inherit;
}

.moj-nalog-dashboard .gm-account-order-details.order-received-details {
  margin-top: 0;
}

.moj-nalog-dashboard .gm-account-order-details .woocommerce-order-updates-wrap {
  width: 100%;
  max-width: 362px;
  margin: 24px auto;
  text-align: left;
}
.moj-nalog-dashboard .gm-account-order-details .woocommerce-order-updates-wrap .woocommerce-order-details__title {
  text-align: left;
}
.moj-nalog-dashboard .gm-account-order-details .woocommerce-order-updates-wrap .woocommerce-OrderUpdates {
  list-style: none;
  margin: 0;
  padding: 0;
}
.moj-nalog-dashboard .gm-account-order-details .woocommerce-order-updates-wrap .woocommerce-OrderUpdate {
  padding: 12px 0;
  border-bottom: 1px solid #E5E5E5;
}
.moj-nalog-dashboard .gm-account-order-details .woocommerce-order-updates-wrap .woocommerce-OrderUpdate:last-child {
  border-bottom: none;
}
.moj-nalog-dashboard .gm-account-order-details .woocommerce-order-updates-wrap .woocommerce-OrderUpdate-meta {
  font-size: 13px;
  line-height: 18px;
  color: rgba(61, 61, 61, 0.55);
  margin: 0 0 6px;
}
.moj-nalog-dashboard .gm-account-order-details .woocommerce-order-updates-wrap .woocommerce-OrderUpdate-description {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.moj-nalog-dashboard .gm-account-order-details .woocommerce-order-updates-wrap .woocommerce-OrderUpdate-description p {
  margin: 0 0 8px;
}
.moj-nalog-dashboard .gm-account-order-details .woocommerce-order-updates-wrap .woocommerce-OrderUpdate-description p:last-child {
  margin-bottom: 0;
}

.woocommerce-EditAccountForm {
  padding-top: 24px;
  margin-top: 36px;
  border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.woocommerce-EditAccountForm fieldset {
  margin-bottom: 24px;
}

.checkout-wrapper {
  padding: 32px 0 60px;
}

.checkout-nazad {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
  margin-bottom: 16px;
  transition: color 0.15s;
}
.checkout-nazad:hover {
  color: #3D3D3D;
}

.checkout-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 46px;
  align-items: start;
}
@media (max-width: 900px) {
  .checkout-layout {
    flex-direction: column;
  }
}

.checkout-forma {
  flex: 1 1 0%;
  min-width: 0;
}

.checkout-sidebar {
  flex: 0 0 400px;
}

@media (max-width: 900px) {
  .checkout-sidebar {
    flex: 0 0 auto;
    width: 100%;
  }
}
.checkout-forma {
  background: #FFFFFF;
  border-radius: 14px;
  overflow: hidden;
  padding: 24px 20px;
}

.checkout-sekcija {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  padding: 0 0 50px;
  margin-bottom: 24px;
}
.checkout-sekcija:last-child {
  border-bottom: none;
}
.checkout-sekcija--payment {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-sekcija__naslov {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #000000;
  margin: 0 0 24px;
}
.checkout-sekcija__polja {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.checkout-sekcija__polja--2kol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}
@media (max-width: 600px) {
  .checkout-sekcija__polja--2kol {
    grid-template-columns: 1fr;
  }
}
.checkout-sekcija__napomena {
  font-size: 12px;
  color: #888888;
  margin: 0;
  line-height: 1.5;
}

.checkout-forma .form-row,
.woocommerce-checkout .form-row {
  margin: 0 0 14px;
  padding: 0;
  float: none;
  width: auto;
}
.checkout-forma .form-row.form-row-first, .checkout-forma .form-row.form-row-last,
.woocommerce-checkout .form-row.form-row-first,
.woocommerce-checkout .form-row.form-row-last {
  float: none;
  width: auto;
}
.checkout-forma label,
.woocommerce-checkout label {
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 4px;
  letter-spacing: 0;
}
.checkout-forma label .optional,
.woocommerce-checkout label .optional {
  color: #AAAAAA;
  font-weight: 400;
}
.checkout-forma .input-text,
.checkout-forma input[type=text],
.checkout-forma input[type=email],
.checkout-forma input[type=tel],
.checkout-forma input[type=number],
.checkout-forma input[type=password],
.checkout-forma textarea.input-text,
.woocommerce-checkout .input-text,
.woocommerce-checkout input[type=text],
.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout input[type=number],
.woocommerce-checkout input[type=password],
.woocommerce-checkout textarea.input-text {
  width: 100%;
  padding: 8px 8px 7px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  font-size: 16px;
  line-height: 19px;
  color: #111111;
  background: #FFFFFF;
  box-sizing: border-box;
  transition: border-color 0.15s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.checkout-forma .input-text::-moz-placeholder, .checkout-forma input[type=text]::-moz-placeholder, .checkout-forma input[type=email]::-moz-placeholder, .checkout-forma input[type=tel]::-moz-placeholder, .checkout-forma input[type=number]::-moz-placeholder, .checkout-forma input[type=password]::-moz-placeholder, .checkout-forma textarea.input-text::-moz-placeholder, .woocommerce-checkout .input-text::-moz-placeholder, .woocommerce-checkout input[type=text]::-moz-placeholder, .woocommerce-checkout input[type=email]::-moz-placeholder, .woocommerce-checkout input[type=tel]::-moz-placeholder, .woocommerce-checkout input[type=number]::-moz-placeholder, .woocommerce-checkout input[type=password]::-moz-placeholder, .woocommerce-checkout textarea.input-text::-moz-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.checkout-forma .input-text::placeholder,
.checkout-forma input[type=text]::placeholder,
.checkout-forma input[type=email]::placeholder,
.checkout-forma input[type=tel]::placeholder,
.checkout-forma input[type=number]::placeholder,
.checkout-forma input[type=password]::placeholder,
.checkout-forma textarea.input-text::placeholder,
.woocommerce-checkout .input-text::placeholder,
.woocommerce-checkout input[type=text]::placeholder,
.woocommerce-checkout input[type=email]::placeholder,
.woocommerce-checkout input[type=tel]::placeholder,
.woocommerce-checkout input[type=number]::placeholder,
.woocommerce-checkout input[type=password]::placeholder,
.woocommerce-checkout textarea.input-text::placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.checkout-forma .input-text:focus,
.checkout-forma input[type=text]:focus,
.checkout-forma input[type=email]:focus,
.checkout-forma input[type=tel]:focus,
.checkout-forma input[type=number]:focus,
.checkout-forma input[type=password]:focus,
.checkout-forma textarea.input-text:focus,
.woocommerce-checkout .input-text:focus,
.woocommerce-checkout input[type=text]:focus,
.woocommerce-checkout input[type=email]:focus,
.woocommerce-checkout input[type=tel]:focus,
.woocommerce-checkout input[type=number]:focus,
.woocommerce-checkout input[type=password]:focus,
.woocommerce-checkout textarea.input-text:focus {
  outline: none;
  border-color: #0038FF;
}
.woocommerce-invalid .checkout-forma .input-text,
.checkout-forma .form-row.woocommerce-invalid .input-text,
.woocommerce-invalid .woocommerce-checkout .input-text,
.woocommerce-checkout .form-row.woocommerce-invalid .input-text {
  border-color: #DC2626;
}
.checkout-forma .woocommerce-input-wrapper strong,
.woocommerce-checkout .woocommerce-input-wrapper strong {
  font-size: 14px;
  color: #111111;
}

.checkout-payment-hidden {
  display: none !important;
}

.checkout-payment-metode {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .checkout-payment-metode {
    flex-direction: column;
  }
}

.checkout-payment-btn {
  flex: 1;
  min-width: 130px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  background: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
  text-align: left;
}
.checkout-payment-btn:hover {
  border-color: #AAAAAA;
}
.checkout-payment-btn--aktivan {
  border-color: #0038FF;
  color: #0038FF;
  background: rgba(0, 56, 255, 0.04);
}
.checkout-payment-btn--aktivan .checkout-payment-btn__ikona svg {
  stroke: #0038FF;
}
.checkout-payment-btn__ikona {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: currentColor;
}
.checkout-payment-btn__ikona svg {
  color: inherit;
}
.checkout-payment-btn__tekst {
  line-height: 1.3;
}

.checkout-sidebar {
  position: sticky;
  top: 20px;
}

.checkout-sidebar__kartica {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 24px 24px 30px;
  box-shadow: none;
}

.checkout-sidebar__naslov {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 24px;
  color: #000000;
}

.checkout-sidebar__redovi {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 14px;
}

.checkout-sidebar__red {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.6);
}
.checkout-sidebar__red .amount {
  color: #000000;
}
.checkout-sidebar__red--popust {
  color: #0038FF;
}
.checkout-sidebar__red--kupon span {
  color: #2BB34B;
}
.checkout-sidebar__red--kupon span .amount {
  color: #2BB34B;
}
.checkout-sidebar__red--total {
  font-weight: 600;
  color: #1A1A1A;
  padding-top: 4px;
}

.checkout-sidebar__ukupno {
  font-size: 17px;
  font-weight: 600;
  color: #0038FF;
}
.checkout-sidebar__ukupno .woocommerce-Price-amount {
  color: #0038FF;
}

.checkout-sidebar__pdv {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 16px;
  margin-bottom: 20px;
}

.checkout-checkbox {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px !important;
  cursor: pointer;
  max-width: 260px;
}
.checkout-checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.checkout-checkbox__mark {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #E0E0E0;
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.15s, background-color 0.15s, background-image 0.15s;
  margin-top: 1px;
}
.checkout-checkbox__input:checked ~ .checkout-checkbox__mark {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-white-checkmark-view");
  background-color: #000000;
  border-color: #000000;
}
.checkout-checkbox__tekst {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
.checkout-checkbox__tekst a {
  color: #000000;
  text-decoration: none;
}
.checkout-checkbox__tekst a:hover {
  text-decoration: underline;
}
.checkout-checkbox--terms .checkout-checkbox__tekst {
  color: #333333;
}

.woocommerce-terms-and-conditions-wrapper {
  display: none !important;
}

.checkout-sidebar__kupon {
  padding-top: 16px;
  margin-top: 21px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.checkout-sidebar__kupon-wrap .checkout-sidebar__kupon-label {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 4px;
  letter-spacing: 0;
}
.checkout-sidebar__kupon-wrap input.checkout-sidebar__kupon-input {
  flex: 1;
  min-width: 0;
  width: auto;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  background: #FFFFFF;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.15s;
}
.checkout-sidebar__kupon-wrap input.checkout-sidebar__kupon-input::-moz-placeholder {
  color: #BBBBBB;
}
.checkout-sidebar__kupon-wrap input.checkout-sidebar__kupon-input::placeholder {
  color: #BBBBBB;
}
.checkout-sidebar__kupon-wrap input.checkout-sidebar__kupon-input:focus {
  outline: none;
  border-color: #0038FF;
}
.checkout-sidebar__kupon-red {
  display: flex;
  gap: 8px;
}
.checkout-sidebar__kupon-btn {
  white-space: nowrap;
}
.checkout-sidebar__kupon-poruka {
  display: none;
  font-size: 12px;
  line-height: 16px;
  color: #DC2626;
  margin-top: 6px;
}

.checkout-sidebar__submit {
  display: block;
  width: 100%;
  margin-top: 4px;
}
.checkout-sidebar__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.woocommerce > .woocommerce-notices-wrapper {
  margin-top: 32px;
  margin-bottom: 0;
}
.woocommerce > .woocommerce-notices-wrapper:empty {
  margin-top: 16px;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info {
  margin: 0;
  padding: 10px 14px;
  list-style: none;
  border-radius: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
}
.woocommerce-notices-wrapper .woocommerce-message {
  border: 1px solid #0038FF;
  background: rgba(0, 56, 255, 0.06);
}
.woocommerce-notices-wrapper .woocommerce-error {
  border: 1px solid #DC2626;
  background: rgba(220, 38, 38, 0.06);
}
.woocommerce-notices-wrapper .woocommerce-error li + li {
  margin-top: 4px;
}
.woocommerce-notices-wrapper .woocommerce-info {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #F5F5F5;
}

.woocommerce-NoticeGroup-checkout {
  margin-bottom: 0;
  width: 100%;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error {
  margin: 0;
  padding: 10px 14px;
  list-style: none;
  border-radius: 8px;
  border: 1px solid #DC2626;
  background: rgba(220, 38, 38, 0.06);
  font-size: 13px;
  line-height: 18px;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error li + li {
  margin-top: 4px;
}

.woocommerce-NoticeGroup-checkout a {
  color: #000000;
  text-decoration: none;
}

.woocommerce-NoticeGroup-checkout a:hover {
  text-decoration: underline;
}

.checkout-inline-error-message {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  color: #DC2626;
}

.woocommerce-form-coupon-toggle,
.checkout_coupon.woocommerce-form-coupon {
  display: none !important;
}

.woocommerce-checkout > h3#order_review_heading,
.woocommerce-checkout > .col2-set {
  display: none !important;
}

#order_review {
  display: none !important;
}

label[for=billing_address_2] {
  opacity: 0;
}
label[for=billing_address_2] .optional {
  display: none;
}

.order-received-wrap {
  padding: 48px 16px 64px;
}

.order-received-card {
  background: #fff;
  border-radius: 16px;
  max-width: 452px;
  margin: 0 auto;
  padding: 61px 230px 99px;
}
@media (max-width: 600px) {
  .order-received-card {
    padding: 32px 20px 24px;
  }
}

.order-received-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.order-received-title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #000000;
  margin: 0 0 24px;
}

.order-received-icon {
  box-sizing: border-box;
  width: 110px;
  height: 110px;
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 32px;
}
.order-received-icon svg {
  display: block;
}
.order-received-icon--success {
  background: #f7ffeb;
  border: 2px solid #A2D35B;
}
.order-received-icon--success svg {
  width: 38px;
  height: 28px;
}
.order-received-icon--failed {
  background: #FFEBEB;
  border: 1px solid #D35B5B;
}
.order-received-icon--failed svg {
  width: 40px;
  height: 40px;
}

.order-received-desc {
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  text-align: center;
}
.order-received-desc p {
  margin: 0 0 19px;
  color: rgba(61, 61, 61, 0.6);
}
.order-received-desc p:last-child {
  margin-bottom: 0;
}
.order-received-desc a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}

.order-received-back {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #001EFF;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 64px;
}
.order-received-back:hover {
  text-decoration: underline;
}
.order-received-back--home {
  display: block;
  text-align: center;
}

.order-received-details {
  margin-top: 60px;
}
.order-received-details > h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 24px;
  text-align: center;
}

.order-received-details__body {
  border-top: 1px solid #E5E5E5;
  padding-top: 24px;
  max-width: 362px;
  margin: 0 auto;
  text-align: center;
}

.order-received-details .woocommerce-order-overview {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.order-received-details .woocommerce-order-overview li {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  padding: 0;
  border: none;
  display: flex;
  gap: 6px;
  justify-content: center;
}
.order-received-details .woocommerce-order-overview li::before {
  display: none;
}
.order-received-details .woocommerce-order-overview li strong {
  color: #000;
  font-weight: 600;
}

.order-received-details .woocommerce-order-details {
  margin-top: 8px;
}
.order-received-details .woocommerce-order-details h2.woocommerce-order-details__title {
  opacity: 0;
}
.order-received-details .woocommerce-order-details__title,
.order-received-details .woocommerce-column__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.order-received-details table.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.order-received-details table.woocommerce-table--order-details th, .order-received-details table.woocommerce-table--order-details td {
  padding: 8px 0;
  border-bottom: 1px solid #E5E5E5;
  vertical-align: top;
  text-align: left;
}
.order-received-details table.woocommerce-table--order-details th:last-child, .order-received-details table.woocommerce-table--order-details td:last-child {
  text-align: right;
}
.order-received-details table.woocommerce-table--order-details thead th {
  font-weight: 600;
  color: #000;
}
.order-received-details table.woocommerce-table--order-details tfoot tr:last-child td,
.order-received-details table.woocommerce-table--order-details tfoot tr:last-child th {
  font-weight: 700;
  font-size: 15px;
  border-bottom: none;
}
.order-received-details table.woocommerce-table--order-details .product-name a {
  color: #0038FF;
}
.order-received-details .woocommerce-customer-details {
  margin-top: 24px;
}
.order-received-details .woocommerce-column__title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}
.order-received-details address {
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}

.includes_tax {
  display: block;
  white-space: nowrap;
}

body.page-template-default:not(.woocommerce-cart):not(.woocommerce-checkout) #main-content .container {
  padding: 79px 0 110px;
  max-width: 1140px;
}
body.page-template-default:not(.woocommerce-cart):not(.woocommerce-checkout) #main-content .container h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin: 0 0 81px;
}
@media only screen and (max-width: 767px) {
  body.page-template-default:not(.woocommerce-cart):not(.woocommerce-checkout) #main-content .container h1 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 40px;
    text-align: left;
  }
}
body.page-template-default:not(.woocommerce-cart):not(.woocommerce-checkout) #main-content .container h2 {
  line-height: normal;
  margin-top: 40px;
}
body.page-template-default:not(.woocommerce-cart):not(.woocommerce-checkout) #main-content .container h2:first-of-type {
  margin-top: 0;
}
body.page-template-default:not(.woocommerce-cart):not(.woocommerce-checkout) #main-content .container p {
  margin-bottom: 19px;
}
body.page-template-default:not(.woocommerce-cart):not(.woocommerce-checkout) #main-content .container p:last-child {
  margin-bottom: 0;
}
body.page-template-default:not(.woocommerce-cart):not(.woocommerce-checkout) #main-content .container strong {
  font-weight: 700;
}

.cta-section {
  margin-bottom: 80px;
}

.cta {
  background: linear-gradient(90deg, #FFE9E9 0%, #E3F0FF 100%);
  border-radius: 18px;
  padding: 35px 42px;
  margin-bottom: 125px;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.cta:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 29px;
  width: 249px;
  height: 247px;
  background: url("/wp-content/themes/groomingmasters/assets/images/barbers.png") no-repeat center center;
  background-size: cover;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .cta:after {
    display: none;
  }
}
.cta h3 {
  font-size: 32px;
  line-height: 39px;
  margin: 0 0 8px;
  color: #000000;
}
.cta p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 24px;
  color: #000000;
}

.cta__content {
  position: relative;
  z-index: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body.page-template-template-o-nama #main-content .container {
  padding: 79px 0 24px;
  max-width: 1140px;
}
body.page-template-template-o-nama #main-content .container h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin: 0 0 81px;
}
body.page-template-template-o-nama #main-content .container h2 {
  line-height: normal;
  margin-top: 40px;
}
body.page-template-template-o-nama #main-content .container h2:first-of-type {
  margin-top: 0;
}
body.page-template-template-o-nama #main-content .container p {
  margin-bottom: 19px;
}
body.page-template-template-o-nama #main-content .container p:last-child {
  margin-bottom: 0;
}
body.page-template-template-o-nama #main-content .container strong {
  font-weight: 700;
}
body.page-template-template-o-nama #main-content .brands-wrapper {
  padding: 0 0 24px;
}
body.page-template-template-o-nama #main-content .kompanija-opis::before {
  content: "";
  width: 24px;
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
  margin: 24px 0 24px;
  display: block;
}
body.page-template-template-o-nama #main-content .intro img {
  max-width: 100%;
  height: auto;
  margin-bottom: 64px;
}
body.page-template-template-o-nama #main-content .intro a {
  color: #001EFF;
  text-decoration: none;
}
body.page-template-template-o-nama #main-content .intro a:hover {
  text-decoration: underline;
}
body.page-template-template-o-nama #main-content .intro + .container {
  margin-bottom: 0;
}

.wp-block-contact-form-7-contact-form-selector {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 24px 20px 31px;
}

.wpcf7 .hidden-fields-container {
  display: none !important;
  margin: 0;
  padding: 0;
  border: 0;
}
.wpcf7 .cf7-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 24px;
  color: #000000;
}
.wpcf7 label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  margin: 0 0 6px;
  color: #000000;
  text-align: left;
  letter-spacing: 0;
}
.wpcf7 form p:not(.cf7-title):not(.wpcf7-submit) label:not(:first-of-type) {
  margin-top: 10px;
}
.wpcf7 form p {
  text-align: left;
  margin-bottom: 16px;
}
.wpcf7 form p.wpcf7-submit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 0;
}
.wpcf7 form p:last-child {
  margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  color: #FF3636;
}
.wpcf7 form.submitting .wpcf7-spinner {
  display: block;
}
.wpcf7 form.submitting input.wpcf7-submit {
  pointer-events: none;
  opacity: 0.75;
  cursor: not-allowed;
}
.wpcf7 .row {
  margin-left: 0;
  margin-right: 0;
}
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: normal;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit)::-moz-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.wpcf7 .wpcf7-textarea {
  height: auto;
  min-height: 277px;
  padding: 12px;
  resize: none;
}
.wpcf7 .wpcf7-submit.button {
  border: 0;
  min-width: 192px;
  cursor: pointer;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.wpcf7 .wpcf7-response-output {
  margin: 1em 0 0;
  padding: 10px 12px;
  border: 1px solid #35840b;
  border-radius: 8px;
  background: #FFFFFF;
  color: #35840b;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}
.wpcf7 .wpcf7-response-output:empty {
  display: none;
}
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-mail-sent-ok {
  border-radius: 8px;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 14px;
  color: #FF3636;
  margin-top: 4px;
  margin-bottom: 0;
}
.wpcf7 .wpcf7-spinner {
  margin-left: 10px;
  vertical-align: middle;
  display: none;
  width: 40px;
  height: 40px;
  background-color: #23282d;
  opacity: 0.75;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 0 0 12px;
  position: relative;
}
.wpcf7 .wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 8px;
  left: 8px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 12px 12px;
  animation-name: wpcf7-spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes wpcf7-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.page-kontakt #main-content .container {
  max-width: 910px;
  padding-top: 79px;
  padding-bottom: 110px;
}
body.page-kontakt #main-content .container h1 {
  margin-bottom: 79px;
}
body.page-kontakt #main-content .container .wp-block-contact-form-7-contact-form-selector {
  margin-top: 50px;
}

body.page-template-template-maloprodaje #main-content .container {
  padding-top: 79px;
  padding-bottom: 80px;
  max-width: 916px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  body.page-template-template-maloprodaje #main-content .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.page-template-template-maloprodaje .maloprodaje-intro {
  margin-bottom: 70px;
  text-align: center;
}
body.page-template-template-maloprodaje .maloprodaje-desc .maloprodaje-desc__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  text-align: center;
  margin: 0 0 24px;
  color: #000000;
}
@media (min-width: 768px) {
  body.page-template-template-maloprodaje .maloprodaje-desc .maloprodaje-desc__title {
    margin-bottom: 79px;
  }
}
body.page-template-template-maloprodaje .maloprodaje-desc .description {
  margin: 0 0 19px;
  color: #000000;
}
body.page-template-template-maloprodaje .grooming-masters-shop {
  margin-top: 44px;
  margin-bottom: 64px;
}
body.page-template-template-maloprodaje .description a {
  color: #000000;
}
body.page-template-template-maloprodaje .description a:hover, body.page-template-template-maloprodaje .description a:focus {
  text-decoration: underline;
}
body.page-template-template-maloprodaje .grooming-masters-shop__img {
  margin-bottom: 24px;
}
body.page-template-template-maloprodaje .grooming-masters-shop__img img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
}
@media (min-width: 768px) {
  body.page-template-template-maloprodaje .grooming-masters-shop__img {
    margin-bottom: 58px;
  }
}
body.page-template-template-maloprodaje .grooming-masters-shop__body {
  display: flex;
  gap: 32px;
  padding: 0 3px;
  flex-direction: column;
}
@media (min-width: 768px) {
  body.page-template-template-maloprodaje .grooming-masters-shop__body {
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
  }
}
body.page-template-template-maloprodaje .grooming-masters-shop__address {
  min-width: 0;
  margin-top: 4px;
}
body.page-template-template-maloprodaje .grooming-masters-shop__address .description {
  font-size: 20px;
  line-height: 1.2;
}
body.page-template-template-maloprodaje .grooming-masters-shop__title {
  line-height: 41px;
  margin: 0 0 24px;
  color: #000000;
  text-align: center;
}
body.page-template-template-maloprodaje .grooming-masters-shop__text {
  min-width: 0;
  max-width: 346px;
}
body.page-template-template-maloprodaje .grooming-masters-shop__text .description i {
  color: rgba(0, 0, 0, 0.5);
}
body.page-template-template-maloprodaje .grooming-masters-shop__text .description i a {
  color: rgba(0, 0, 0, 0.5);
}
body.page-template-template-maloprodaje .card-row {
  margin-bottom: 80px;
}
body.page-template-template-maloprodaje .card-row__title {
  text-align: center;
  margin: 0 0 39px;
}
body.page-template-template-maloprodaje .card-row__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 576px) {
  body.page-template-template-maloprodaje .card-row__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.page-template-template-maloprodaje .card-row__empty {
  grid-column: 1/-1;
  margin: 0;
}
body.page-template-template-maloprodaje .card-col {
  min-width: 0;
}
body.page-template-template-maloprodaje .card {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 28px;
  height: 100%;
  margin-bottom: 0;
  box-sizing: border-box;
}
body.page-template-template-maloprodaje .card h3, body.page-template-template-maloprodaje .card h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  margin: 0 0 29px;
  color: #000000;
}
body.page-template-template-maloprodaje .card address {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 4px;
  font-style: normal;
  color: rgba(0, 0, 0, 0.5);
}
body.page-template-template-maloprodaje .card .card-dash {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.5);
}
body.page-template-template-maloprodaje .card .card-links {
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
}
body.page-template-template-maloprodaje .card hr {
  margin: 20px 0 27px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
body.page-template-template-maloprodaje .card h4 {
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 31px;
  color: #000000;
}
body.page-template-template-maloprodaje .card .brands {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
body.page-template-template-maloprodaje .card .brand img,
body.page-template-template-maloprodaje .card .brand picture img {
  max-height: 45px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body.page-template-template-maloprodaje .page-header .page-title {
  margin: 0 0 41px;
  text-align: center;
  color: #000000;
}
body.page-template-template-maloprodaje .page-content .entry-content > p {
  margin: 0 auto 19px;
  max-width: 704px;
  text-align: center;
}
body.page-template-template-maloprodaje .page-content .entry-content > p a {
  color: #000000;
}
body.page-template-template-maloprodaje .page-content .wp-block-contact-form-7-contact-form-selector {
  margin-top: 52px;
}
@media (max-width: 767px) {
  body.page-template-template-maloprodaje .maloprodaje-intro {
    margin-bottom: 48px;
  }
  body.page-template-template-maloprodaje .grooming-masters-shop {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  body.page-template-template-maloprodaje .card-row__title {
    margin-bottom: 24px;
  }
  body.page-template-template-maloprodaje .card-row {
    margin-bottom: 48px;
  }
  body.page-template-template-maloprodaje .cta-section {
    margin-bottom: 48px;
  }
}

body.page-template-template-grooming-supply .gs-hero {
  text-align: center;
  padding-top: 79px;
  margin: 0 auto 102px;
  max-width: 1140px;
}
body.page-template-template-grooming-supply .gs-hero__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  margin: 0 0 20px;
  color: #000000;
}
body.page-template-template-grooming-supply .gs-hero__subtitle {
  font-size: 24px;
  line-height: 29px;
  color: rgba(0, 0, 0, 0.5);
  max-width: 634px;
  margin: 0 auto 56px;
}
body.page-template-template-grooming-supply .gs-hero__image {
  border-radius: 18px;
  overflow: hidden;
}
body.page-template-template-grooming-supply .gs-hero__image img {
  width: 100%;
  height: auto;
  display: block;
}
body.page-template-template-grooming-supply .gs-about {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto 105px;
  max-width: 1140px;
  align-items: center;
}
@media (min-width: 768px) {
  body.page-template-template-grooming-supply .gs-about {
    flex-direction: row;
  }
}
body.page-template-template-grooming-supply .gs-about__text {
  max-width: 474px;
}
body.page-template-template-grooming-supply .gs-about__text h2 {
  font-size: 34px;
  line-height: 41px;
  font-weight: 500;
  margin: 0 0 28px;
}
body.page-template-template-grooming-supply .gs-about__text p {
  font-size: 20px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 24px;
}
body.page-template-template-grooming-supply .gs-about__text p strong {
  font-weight: 700;
}
body.page-template-template-grooming-supply .gs-about__text p:last-child {
  margin-bottom: 0;
}
body.page-template-template-grooming-supply .gs-about:after {
  content: "";
  display: flex;
  display: inline-block;
  width: 347px;
  height: 227px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-gs-linear-view");
}
body.page-template-template-grooming-supply .gs-stats {
  display: flex;
  gap: 29px;
  margin-bottom: 80px;
  background: linear-gradient(90deg, #D5FF97 0%, #DDFFCA 100%);
  border-radius: 18px;
  padding: 72px 118px;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 767px) {
  body.page-template-template-grooming-supply .gs-stats {
    flex-direction: row;
  }
}
body.page-template-template-grooming-supply .gs-stats__number {
  display: block;
  font-size: 72px;
  font-weight: 500;
  line-height: 80px;
  margin-left: -7px;
  margin-right: -46px;
  color: #000000;
}
@media (min-width: 768px) {
  body.page-template-template-grooming-supply .gs-stats__number {
    font-size: 150px;
    line-height: 182px;
  }
}
body.page-template-template-grooming-supply .gs-stats__item {
  max-width: 319px;
}
body.page-template-template-grooming-supply .gs-stats__item:nth-child(2) {
  margin-left: auto;
}
body.page-template-template-grooming-supply .gs-stats__item:last-child {
  margin-right: -7px;
}
body.page-template-template-grooming-supply .gs-stats__label {
  display: block;
  font-size: 24px;
  line-height: 29px;
  max-width: 319px;
}
body.page-template-template-grooming-supply .gs-why {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 80px;
  max-width: 1140px;
  margin: 0 auto;
  min-width: 0;
}
@media (min-width: 768px) {
  body.page-template-template-grooming-supply .gs-why {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: clamp(16px, 1vw, 64px);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  body.page-template-template-grooming-supply .gs-why {
    gap: 185px;
  }
}
@media (min-width: 879px) {
  body.page-template-template-grooming-supply .gs-why {
    gap: clamp(24px, 4vw, 64px);
  }
}
body.page-template-template-grooming-supply .gs-why__left {
  min-width: 0;
  flex: 1 1 auto;
}
body.page-template-template-grooming-supply .gs-why__left h2 {
  font-size: 34px;
  line-height: 41px;
  font-weight: 500;
  margin: 19px 0 28px;
}
body.page-template-template-grooming-supply .gs-why__left p {
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 34px 24px 0;
}
body.page-template-template-grooming-supply .gs-why__left .button {
  margin-top: 10px;
  display: inline-flex;
  box-sizing: border-box;
  max-width: 100%;
}
body.page-template-template-grooming-supply .gs-why__right {
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 18px;
  padding: 25px 29px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  body.page-template-template-grooming-supply .gs-why__right {
    flex: 0 1 378px;
    width: auto;
    max-width: min(378px, 100%);
    min-width: 378px;
  }
}
@media (min-width: 879px) {
  body.page-template-template-grooming-supply .gs-why__right {
    flex: 0 1 390px;
    max-width: min(390px, 100%);
    min-width: 390px;
  }
}
body.page-template-template-grooming-supply .gs-why__right h2 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  margin: 0 0 38px;
}
body.page-template-template-grooming-supply .gs-why__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-template-template-grooming-supply .gs-why__list li {
  position: relative;
  padding-left: 48px;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 31px;
}
body.page-template-template-grooming-supply .gs-why__list li::before {
  content: "-->";
  position: absolute;
  left: 0;
  top: 0;
  color: #001EFF;
  font-weight: 500;
  font-size: 20px;
}
body.page-template-template-grooming-supply .gs-prednosti {
  margin: 88px 0 57px;
  border-top: 1px solid rgba(61, 61, 61, 0.5);
  padding-top: 66px;
  text-align: center;
}
body.page-template-template-grooming-supply .gs-prednosti__title {
  font-size: 34px;
  margin: 0 0 12px;
}
body.page-template-template-grooming-supply .gs-prednosti__subtitle {
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 65px;
}
body.page-template-template-grooming-supply .gs-prednosti__wrapper {
  padding: 103px 116px 64px;
  background: linear-gradient(127.19deg, #FFFFFF 61.72%, #E2FFB6 115.4%);
  border-radius: 18px;
  min-width: 0;
  max-width: 100%;
}
body.page-template-template-grooming-supply .gs-prednosti__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px 32px;
  text-align: left;
}
@media (min-width: 576px) {
  body.page-template-template-grooming-supply .gs-prednosti__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 56px 48px;
  }
}
@media (min-width: 992px) {
  body.page-template-template-grooming-supply .gs-prednosti__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 120px;
  }
}
body.page-template-template-grooming-supply .gs-prednosti__item {
  position: relative;
  padding-top: 49px;
}
@media (min-width: 992px) {
  body.page-template-template-grooming-supply .gs-prednosti__item:nth-child(3n+2) {
    margin-left: 40px;
  }
}
body.page-template-template-grooming-supply .gs-prednosti__item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  display: inline-block;
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-odlicne-cene-view");
  margin-bottom: 16px;
}
body.page-template-template-grooming-supply .gs-prednosti__item.gs-prednosti__item--delivery:before {
  display: inline-block;
  width: 36px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-brza-isporuka-view");
}
body.page-template-template-grooming-supply .gs-prednosti__item.gs-prednosti__item--promo:before {
  display: inline-block;
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-inventar-i-promo-materijal-view");
}
body.page-template-template-grooming-supply .gs-prednosti__item.gs-prednosti__item--discount:before {
  display: inline-block;
  width: 36px;
  height: 37px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-dodatni-rabati-na-velike-porudzbine-view");
}
body.page-template-template-grooming-supply .gs-prednosti__item.gs-prednosti__item--happy:before {
  display: inline-block;
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-bez-uslova-i-skrivenih-troskova-view");
}
body.page-template-template-grooming-supply .gs-prednosti__item.gs-prednosti__item--package:before {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-ekskluzivne-paket-ponude-view");
}
body.page-template-template-grooming-supply .gs-prednosti__item h3 {
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 12px;
  color: #000000;
}
body.page-template-template-grooming-supply .gs-prednosti__item p {
  font-size: 16px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 20px;
}
body.page-template-template-grooming-supply .gs-prednosti__footer {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  min-width: 0;
  width: 100%;
}
body.page-template-template-grooming-supply .gs-prednosti__footer hr {
  width: 100%;
  max-width: 100%;
  height: 1px;
  background: rgba(61, 61, 61, 0.5);
  border: none;
  margin: 20px 0 0;
  box-sizing: border-box;
}
body.page-template-template-grooming-supply .gs-prednosti__footer .button {
  display: inline-flex;
  box-sizing: border-box;
  max-width: 100%;
}
body.page-template-template-grooming-supply .gs-prednosti__footnote {
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.7);
  max-width: min(796px, 100%);
  text-align: center;
  margin: 0;
  box-sizing: border-box;
}
body.page-template-template-grooming-supply .gs-testimonials {
  position: relative;
  margin-top: 38px;
  margin-bottom: 89px;
  text-align: center;
}
body.page-template-template-grooming-supply .gs-testimonials > h2 {
  margin: 0 0 12px;
}
body.page-template-template-grooming-supply .gs-testimonials > h2:before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-blockquote-view");
  display: block;
  margin: 0 auto 12px;
}
body.page-template-template-grooming-supply .gs-testimonials__intro {
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
  max-width: 800px;
  margin: 0 auto;
}
body.page-template-template-grooming-supply .gs-testimonials__slider {
  position: relative;
  max-width: 814px;
  margin: 158px auto 0;
  background: linear-gradient(255.45deg, #FFFFFF 70.01%, #DBECFF 107.59%);
  border-radius: 18px;
  padding: 87px 130px 72px;
}
body.page-template-template-grooming-supply .gs-testimonials__slide {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
body.page-template-template-grooming-supply .gs-testimonials__slide.active {
  display: flex;
}
@media (min-width: 768px) {
  body.page-template-template-grooming-supply .gs-testimonials__slide {
    flex-direction: row;
    text-align: left;
    gap: 32px;
  }
}
body.page-template-template-grooming-supply .gs-testimonials__avatar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -68px;
  flex-shrink: 0;
}
body.page-template-template-grooming-supply .gs-testimonials__avatar img {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-template-grooming-supply .gs-testimonials__body {
  text-align: center;
}
body.page-template-template-grooming-supply .gs-testimonials__body.animate-up, body.page-template-template-grooming-supply .gs-testimonials__body.animate-down {
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
body.page-template-template-grooming-supply .gs-testimonials__body.animate-up {
  animation-name: gs-testimonials-slide-up;
}
body.page-template-template-grooming-supply .gs-testimonials__body.animate-down {
  animation-name: gs-testimonials-slide-down;
}
body.page-template-template-grooming-supply .gs-testimonials__quote {
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #001EFF;
  margin-bottom: 8px;
}
body.page-template-template-grooming-supply .gs-testimonials__name {
  font-weight: 500;
  color: #050506;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  font-weight: 500;
}
body.page-template-template-grooming-supply .gs-testimonials__job {
  font-size: 20px;
  line-height: 24px;
  color: #777777;
  margin: 0 0 33px;
}
body.page-template-template-grooming-supply .gs-testimonials__content {
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin: 0;
  min-height: 145px;
}
body.page-template-template-grooming-supply .gs-testimonials__dots {
  position: absolute;
  left: 0;
  bottom: 34px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
body.page-template-template-grooming-supply .gs-testimonials__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D9D9D9;
  cursor: pointer;
  transition: background 0.2s;
}
body.page-template-template-grooming-supply .gs-testimonials__dot.active {
  background: #000000;
}
@keyframes gs-testimonials-slide-up {
  from {
    transform: translateY(32px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes gs-testimonials-slide-down {
  from {
    transform: translateY(-32px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
body.page-template-template-grooming-supply .cta-section {
  margin: 0 auto 148px;
  max-width: 1074px;
}
@media (max-width: 767px) {
  body.page-template-template-grooming-supply .gs-hero {
    padding-top: 24px;
    margin-bottom: 40px;
  }
  body.page-template-template-grooming-supply .gs-hero__title {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.15;
    margin-bottom: 16px;
  }
  body.page-template-template-grooming-supply .gs-hero__subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 28px;
  }
  body.page-template-template-grooming-supply .gs-hero__image {
    border-radius: 12px;
  }
  body.page-template-template-grooming-supply .gs-about {
    margin-bottom: 40px;
    gap: 24px;
  }
  body.page-template-template-grooming-supply .gs-about__text {
    max-width: none;
  }
  body.page-template-template-grooming-supply .gs-about__text h2 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 20px;
  }
  body.page-template-template-grooming-supply .gs-about__text p {
    font-size: 17px;
    line-height: 1.35;
  }
  body.page-template-template-grooming-supply .gs-about:after {
    width: min(100%, 280px);
    height: auto;
    aspect-ratio: 347/227;
    max-height: 200px;
    margin: 0 auto;
    background-size: contain;
    flex-shrink: 0;
  }
  body.page-template-template-grooming-supply .gs-stats {
    margin-bottom: 40px;
    padding: 36px 20px;
    gap: 28px;
    border-radius: 12px;
  }
  body.page-template-template-grooming-supply .gs-stats__number {
    margin-left: 0;
    margin-right: 0;
    font-size: 56px;
    line-height: 1;
  }
  body.page-template-template-grooming-supply .gs-stats__item {
    max-width: none;
  }
  body.page-template-template-grooming-supply .gs-stats__item:nth-child(2), body.page-template-template-grooming-supply .gs-stats__item:last-child {
    margin-left: 0;
    margin-right: 0;
  }
  body.page-template-template-grooming-supply .gs-stats__label {
    font-size: 18px;
    line-height: 24px;
    max-width: none;
  }
  body.page-template-template-grooming-supply .gs-why {
    margin-bottom: 40px;
    gap: 24px;
  }
  body.page-template-template-grooming-supply .gs-why__left h2 {
    margin-top: 0;
    font-size: 26px;
    line-height: 31px;
  }
  body.page-template-template-grooming-supply .gs-why__left p {
    margin-right: 0;
    font-size: 17px;
    line-height: 1.35;
  }
  body.page-template-template-grooming-supply .gs-why__left .button {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    justify-content: center;
  }
  body.page-template-template-grooming-supply .gs-why__right {
    padding: 20px 18px;
  }
  body.page-template-template-grooming-supply .gs-why__right h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  body.page-template-template-grooming-supply .gs-why__list li {
    font-size: 17px;
    line-height: 1.35;
    margin-bottom: 20px;
    padding-left: 40px;
  }
  body.page-template-template-grooming-supply .gs-why__list li::before {
    font-size: 17px;
  }
  body.page-template-template-grooming-supply .gs-prednosti {
    margin: 56px 0 40px;
    padding-top: 40px;
  }
  body.page-template-template-grooming-supply .gs-prednosti__title {
    font-size: 26px;
    line-height: 31px;
  }
  body.page-template-template-grooming-supply .gs-prednosti__subtitle {
    font-size: 17px;
    line-height: 1.35;
    margin-bottom: 32px;
  }
  body.page-template-template-grooming-supply .gs-prednosti__wrapper {
    padding: 40px 18px 32px;
    border-radius: 12px;
  }
  body.page-template-template-grooming-supply .gs-prednosti__footer {
    margin-top: 40px;
    gap: 24px;
    align-items: stretch;
  }
  body.page-template-template-grooming-supply .gs-prednosti__footer .button {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    justify-content: center;
  }
  body.page-template-template-grooming-supply .gs-testimonials {
    margin-top: 24px;
    margin-bottom: 40px;
  }
  body.page-template-template-grooming-supply .gs-testimonials__intro {
    font-size: 17px;
    line-height: 1.35;
  }
  body.page-template-template-grooming-supply .gs-testimonials__slider {
    margin-top: 88px;
    padding: 56px 18px 64px;
    border-radius: 12px;
  }
  body.page-template-template-grooming-supply .gs-testimonials__avatar {
    top: -56px;
  }
  body.page-template-template-grooming-supply .gs-testimonials__avatar img {
    width: 112px;
    height: 112px;
  }
  body.page-template-template-grooming-supply .gs-testimonials__quote {
    font-size: 36px;
  }
  body.page-template-template-grooming-supply .gs-testimonials__name, body.page-template-template-grooming-supply .gs-testimonials__job {
    font-size: 17px;
    line-height: 1.35;
  }
  body.page-template-template-grooming-supply .gs-testimonials__content {
    font-size: 18px;
    line-height: 1.4;
    min-height: 0;
  }
  body.page-template-template-grooming-supply .gs-testimonials__dots {
    bottom: 20px;
    gap: 10px;
  }
  body.page-template-template-grooming-supply .gs-testimonials__dot {
    width: 10px;
    height: 10px;
  }
  body.page-template-template-grooming-supply .cta-section {
    margin: 0 auto 64px;
  }
}

body.page-newsletter #main-content .container #mc_embed_signup {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 24px 20px 7px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
body.page-newsletter #main-content .container #mc_embed_signup_scroll {
  text-align: left;
}
body.page-newsletter #main-content .container #mc_embed_signup .mc-field-group {
  margin: 0 0 16px;
}
body.page-newsletter #main-content .container #mc_embed_signup input[type=email] {
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: normal;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  box-sizing: border-box;
}
body.page-newsletter #main-content .container #mc_embed_signup input[type=email]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
body.page-newsletter #main-content .container #mc_embed_signup input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.36);
}
body.page-newsletter #main-content .container #mc_embed_signup .clear {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
body.page-newsletter #main-content .container #mc_embed_signup .clear .response:not(:empty) {
  margin-bottom: 24px;
}
body.page-newsletter #main-content .container #mc_embed_signup input.button {
  border: 0;
  min-width: 192px;
  cursor: pointer;
}
body.page-newsletter #main-content .container #mc-embedded-subscribe {
  margin-bottom: 24px;
}
body.page-newsletter #main-content .container #mce-responses {
  margin-top: 0;
  margin-bottom: 24px;
}
body.page-newsletter #main-content .container #mce-responses .response {
  padding: 10px 12px;
  border-radius: 8px;
  background: #FFFFFF;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
}
body.page-newsletter #main-content .container #mce-error-response {
  border: none;
  color: #FF3636;
}
body.page-newsletter #main-content .container #mce-success-response {
  border: none;
  color: #35840b;
}

body.page-template-page-academy .site-footer {
  margin-top: 0;
}
body.page-template-page-academy .row {
  clear: both;
}
body.page-template-page-academy .row::before, body.page-template-page-academy .row::after {
  content: "";
  display: table;
}
body.page-template-page-academy .row::after {
  clear: both;
}
body.page-template-page-academy .flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}
body.page-template-page-academy .flex-row .col-sm-6 {
  width: calc(50% - 8px);
}
@media (min-width: 992px) {
  body.page-template-page-academy .hidden-lg-up {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-academy .col-lg-10 {
    max-width: 944px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  body.page-template-page-academy .hidden-md-down {
    display: none !important;
  }
}
body.page-template-page-academy .text-center {
  text-align: center;
}
body.page-template-page-academy .hide {
  display: none !important;
}
body.page-template-page-academy:not(.custom-background) #content, body.page-template-page-academy:not(.custom-background) .main-content-wrap {
  background: #000;
}
body.page-template-page-academy #content.site-content {
  padding: 0;
}
body.page-template-page-academy .barber-academy-header {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  position: relative;
}
body.page-template-page-academy .barber-academy-header .brand-academy-description {
  padding: 0 50px;
  margin: 108px auto 164px;
  max-width: 700px;
}
body.page-template-page-academy .barber-academy-header .brand-academy-description h1,
body.page-template-page-academy .barber-academy-header .brand-academy-description h5,
body.page-template-page-academy .barber-academy-header .brand-academy-description h6 {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  color: #fff;
}
body.page-template-page-academy .barber-academy-header .brand-academy-description h5 img {
  float: right;
  width: 170px;
  margin: 2px 0 0 6px;
}
body.page-template-page-academy .barber-academy-header .brand-academy-description h1 {
  text-indent: -9999em;
  background: url("../images/barber-academy.svg") center no-repeat;
  background-size: 100%;
  width: 388.431px;
  height: 63.665px;
  display: block;
  margin: 9px auto;
  max-width: 88vw;
}
body.page-template-page-academy .barber-academy-header .brand-academy-description hr {
  width: 500px;
  margin: 23px auto;
  max-width: 100%;
  max-width: calc(100vw - 30px);
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
body.page-template-page-academy .barber-academy-header .brand-academy-description h5 {
  margin-bottom: 23px;
}
body.page-template-page-academy .barber-academy-header .brand-academy-description p {
  line-height: 19px;
  margin-bottom: 19px;
  color: #fff;
}
body.page-template-page-academy .barber-academy-header .saznajte-vise {
  animation: 2s infinite linear movedown;
  display: block;
  margin: 44px auto 0;
  width: 32px;
  height: 32px;
  text-indent: -9999em;
  background: url("../images/saznajte-vise.svg") center no-repeat;
}
@keyframes movedown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
body.page-template-page-academy .barber-academy-header::after {
  content: "";
  background: url("../images/barber-academy-2-generacija-badge.png") bottom center no-repeat;
  width: 189px;
  height: 155px;
  display: block;
  position: absolute;
  left: -94px;
  bottom: -80px;
  margin-left: 50%;
}
body.page-template-page-academy .cta-button {
  padding: 9px 10px;
  background-color: #fff;
  border: 1px solid #534f4f;
  color: #000;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 36px;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
}
body.page-template-page-academy .brzi-kurs-za-berbere h2 {
  color: #fff;
  position: relative;
  margin-top: 82px;
  margin-bottom: 7px;
  font-weight: normal;
}
body.page-template-page-academy .brzi-kurs-za-berbere h2::before {
  content: "";
  background: url("../images/brzi-kurs.png") bottom center no-repeat;
  width: 25px;
  height: 75px;
  display: block;
  position: absolute;
  left: -12.5px;
  top: -96px;
  margin-left: 50%;
}
body.page-template-page-academy .brzi-kurs-za-berbere h6 {
  line-height: 1.5;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  color: #fff;
}
body.page-template-page-academy .brzi-kurs-za-berbere .seminar-content h6.promo {
  color: #A2FF5D;
  margin-bottom: 0;
}
body.page-template-page-academy .brzi-kurs-za-berbere .seminar-content h6.promo + p {
  margin-bottom: 22px;
}
body.page-template-page-academy .brzi-kurs-za-berbere .seminar-content h6.promo del {
  color: #C4C4C4;
}
body.page-template-page-academy .brzi-kurs-za-berbere p {
  margin-bottom: 9px;
}
body.page-template-page-academy .akademija-za-pocetnike.brzi-kurs-za-berbere:not(.workshop-3-dana) {
  background: #141414;
}
body.page-template-page-academy .akademija-za-pocetnike.brzi-kurs-za-berbere .seminar .seminar-content hr {
  margin-top: 15px;
  margin-bottom: 21px;
}
body.page-template-page-academy .akademija-za-pocetnike.brzi-kurs-za-berbere .seminar .seminar-content {
  box-shadow: none;
  padding-bottom: 38px;
}
body.page-template-page-academy .akademija-za-pocetnike.brzi-kurs-za-berbere .seminar {
  position: relative;
  margin-top: 160px;
  margin-bottom: 60px;
  background: #000 !important;
}
body.page-template-page-academy .akademija-za-pocetnike.brzi-kurs-za-berbere .seminar .seminar-content-wrapper {
  z-index: 1;
  background: #141414 url("../images/brzi-kurs-bg.png") top center no-repeat;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
}
body.page-template-page-academy .akademija-za-pocetnike.brzi-kurs-za-berbere .seminar::before {
  z-index: 0;
  content: "";
  background: #A2FF5D;
  inset: 0;
  position: absolute;
  height: calc(100% + 24px);
  margin-left: -11px;
  margin-right: -11px;
  margin-top: -12px;
  border-radius: 21px;
}
body.page-template-page-academy .akademija-za-pocetnike.brzi-kurs-za-berbere .seminar .seminar-content {
  margin: auto;
  background: none;
  width: 100%;
  max-width: 636px;
  flex-basis: 100%;
  color: #fff;
  box-sizing: border-box;
}
body.page-template-page-academy .akademija-za-pocetnike.brzi-kurs-za-berbere .seminar .seminar-content p {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
body.page-template-page-academy .akademija-za-pocetnike.brzi-kurs-za-berbere .seminar .col-sm-6 {
  display: flex;
  justify-content: flex-start;
  gap: 13px;
  align-items: center;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 12px;
}
body.page-template-page-academy .akademija-za-pocetnike.brzi-kurs-za-berbere .seminar .col-sm-6:nth-child(odd) {
  clear: left;
}
body.page-template-page-academy .akademija-za-pocetnike.brzi-kurs-za-berbere .seminar .col-sm-6 h5 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0;
  color: #fff;
}
body.page-template-page-academy .akademija-za-pocetnike.brzi-kurs-za-berbere .seminar .prijavi-se {
  margin-bottom: 22px;
}
body.page-template-page-academy .akademija-za-pocetnike.brzi-kurs-za-berbere .seminar .seminar-content a:not(.cta-button) {
  color: #A2FF5D !important;
  text-decoration: underline;
  font-weight: bold;
}
body.page-template-page-academy .akademija-za-pocetnike.brzi-kurs-za-berbere.workshop-3-dana .seminar {
  border-radius: 15px;
  margin-top: -347px;
  margin-bottom: 0;
}
body.page-template-page-academy .akademija-za-pocetnike.brzi-kurs-za-berbere.workshop-3-dana .seminar::before {
  border-radius: 21px 21px 0 0;
  height: 359.5px;
}
body.page-template-page-academy .akademija-za-pocetnike.brzi-kurs-za-berbere #workshop-seminar {
  margin-bottom: 61px;
}
body.page-template-page-academy .akademija-za-pocetnike.brzi-kurs-za-berbere #workshop-seminar.seminar::before {
  background: #FF86D5;
}
body.page-template-page-academy .brzi-kurs-za-berbere #workshop-seminar h2::before {
  background-image: url("../images/workshop-3-dana.png");
}
body.page-template-page-academy .brzi-kurs-za-berbere #workshop-seminar .seminar-content h6.promo {
  color: #FF86D5;
  margin-bottom: 42px;
}
body.page-template-page-academy .tip-edukacije-boja-plava #workshop-seminar.seminar .seminar-content .cta-button {
  background: #FF86D5;
  border-color: #FF86D5;
  margin-bottom: 20px;
}
body.page-template-page-academy .tip-edukacije-boja-plava #workshop-seminar.seminar .seminar-content .cta-button:hover {
  background: #FF86D5;
  border-color: #FF86D5;
}
body.page-template-page-academy #tipovi-edukacije-sekcije section.tip-edukacije #workshop-seminar h2 {
  color: #FF86D5;
  font-weight: bold;
}
@media (min-width: 1024px) {
  body.page-template-page-academy .akademija-za-pocetnike.brzi-kurs-za-berbere .no-margin-x-desktop {
    margin-left: 0;
    margin-right: 0;
  }
}
body.page-template-page-academy .brzi-kurs-modal h4 {
  color: #000;
}
body.page-template-page-academy .brzi-kurs-za-berbere .brzi-kurs-modal h6 {
  max-width: 68%;
  margin: auto !important;
  padding-left: 0;
  padding-right: 0;
}
body.page-template-page-academy #tipovi-edukacija {
  background: #141414;
  color: #C9C9C9;
  padding: 50px 0 80px;
  position: relative;
}
body.page-template-page-academy #tipovi-edukacija .row {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
}
body.page-template-page-academy #tipovi-edukacija .row .seminar {
  box-sizing: border-box;
  width: 50%;
}
body.page-template-page-academy #tipovi-edukacija .row .seminar a {
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 500;
}
body.page-template-page-academy #content #tipovi-edukacija a {
  color: #fff;
}
body.page-template-page-academy #tipovi-edukacija h2 {
  margin-top: 30px;
  margin-bottom: 12px;
  color: #fff;
}
body.page-template-page-academy #tipovi-edukacija h2::before {
  content: "";
  background: url("../images/tipovi-edukacija-reuzel-badge.png");
  width: 68px;
  height: 44px;
  display: block;
  margin: 0 auto 20px;
}
body.page-template-page-academy #tipovi-edukacija h4::before {
  content: "";
  background: url("../images/01.png");
  width: 55px;
  height: 70px;
  display: block;
  margin: 0 auto 10px;
}
body.page-template-page-academy #tipovi-edukacija .seminar {
  padding: 25px 48px;
}
body.page-template-page-academy #tipovi-edukacija .seminar a {
  margin: 5px 0 0;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}
body.page-template-page-academy #tipovi-edukacija .seminar a:hover {
  text-decoration: none;
}
body.page-template-page-academy #tipovi-edukacija .seminar:nth-child(1) h4::before {
  background: url("../images/00.png");
  width: 69px;
}
body.page-template-page-academy #tipovi-edukacija .seminar:nth-child(odd) {
  clear: left;
}
body.page-template-page-academy #tipovi-edukacija .seminar:nth-child(3) h4::before {
  background: url("../images/02.png");
  width: 63px;
}
body.page-template-page-academy #tipovi-edukacija .seminar:nth-child(4) h4::before {
  background: url("../images/03.png");
  width: 61px;
}
body.page-template-page-academy #tipovi-edukacija .seminar:nth-child(5) h4::before {
  background: url("../images/04.png");
  width: 63px;
}
body.page-template-page-academy #tipovi-edukacija .seminar:nth-child(6) h4::before {
  background: url("../images/05.png");
  width: 59px;
}
body.page-template-page-academy #tipovi-edukacija .seminar:nth-child(6) {
  padding: 25px 54px;
}
body.page-template-page-academy #tipovi-edukacije-sekcije {
  padding-top: 45px;
}
body.page-template-page-academy #tipovi-edukacije-sekcije section.tip-edukacije {
  background: #F5F5F5;
  color: #000;
}
body.page-template-page-academy #tipovi-edukacije-sekcije section.tip-edukacije .tip-edukacije-content {
  background: #000;
  color: #fff;
  overflow: hidden;
}
body.page-template-page-academy #tipovi-edukacije-sekcije section.tip-edukacije .seminar-content {
  color: #fff;
  box-sizing: border-box;
}
body.page-template-page-academy #tipovi-edukacije-sekcije section.tip-edukacije .tip-edukacije-content .seminar-header {
  color: #000;
}
body.page-template-page-academy .tip-edukacije-row {
  background: #000;
}
body.page-template-page-academy .tip-edukacije .tip-edukacije-row:first-child {
  background: #F5F5F5;
}
body.page-template-page-academy #tipovi-edukacije-sekcije section.tip-edukacije .tip-edukacije-row:last-child:not(:first-child) .tip-edukacije-content {
  background: #F5F5F5;
}
body.page-template-page-academy #tipovi-edukacije-sekcije section.tip-edukacije:nth-child(2) .tip-edukacije-row:first-child {
  background: #000;
}
body.page-template-page-academy #tipovi-edukacije-sekcije section.tip-edukacije:nth-child(2) .tip-edukacije-row:first-child p {
  color: #F5F5F5;
}
body.page-template-page-academy #tipovi-edukacije-sekcije section.tip-edukacije:nth-child(2) .tip-edukacije-row:first-child .seminar-content > p {
  color: #000000;
}
body.page-template-page-academy #tipovi-edukacije-sekcije section.tip-edukacije:nth-child(2) .tip-edukacije-content {
  background: #F5F5F5;
}
body.page-template-page-academy #tipovi-edukacije-sekcije section.tip-edukacije h2 {
  color: #000;
  font-weight: 400;
  margin-top: 40px;
}
body.page-template-page-academy #tipovi-edukacije-sekcije section.tip-edukacije:nth-child(2) h2 {
  color: #fff;
  margin-top: 65px;
}
body.page-template-page-academy #tipovi-edukacije-sekcije section.tip-edukacije .intro {
  float: none;
  margin: 0 auto 36px;
  width: 50%;
}
body.page-template-page-academy #tipovi-edukacije-sekcije section.tip-edukacije .intro p {
  font-size: 16px;
  line-height: 19px;
  padding-left: 144px;
  padding-right: 144px;
  color: #3D3D3D;
}
body.page-template-page-academy h2, body.page-template-page-academy #akademija-za-pocetnike h4 {
  font-size: 28px;
  line-height: 1.2;
  color: #000;
}
body.page-template-page-academy #main-content p {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 19px;
}
body.page-template-page-academy #main-content p.black-content {
  color: #000000;
}
body.page-template-page-academy #main-content .modal-content p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 17px;
}
body.page-template-page-academy #main-content p.intro {
  color: #fff;
}
body.page-template-page-academy h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 8px;
  font-weight: 600;
  color: #FFFFFF;
}
body.page-template-page-academy .seminar-headers {
  display: flex;
  gap: 30px;
  flex: 1;
  justify-content: center;
}
body.page-template-page-academy .seminar-headers .seminar-header {
  display: flex;
  flex-basis: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  background: #fff;
  align-items: end;
  justify-content: space-between;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
body.page-template-page-academy .seminar-headers.nema-aktuelnih-seminara .seminar-header {
  background: #fff url("../images/nema-seminara-badge.png") center 23px no-repeat;
  width: 57px;
  height: 88px;
  text-indent: -9999em;
}
body.page-template-page-academy #tipovi-edukacije-sekcije section.tip-edukacije:nth-child(2) .seminar-header {
  color: #000;
}
body.page-template-page-academy .seminar-headers .seminar-header span.tip-seminara {
  background: #A2FF5D;
  padding: 4px 10px;
  border-radius: 10px;
  white-space: nowrap;
}
body.page-template-page-academy .tip-edukacije-boja-plava .seminar-headers .seminar-header span.tip-seminara {
  background: #001EFF;
  color: #fff;
}
body.page-template-page-academy .seminar-header-content {
  max-width: 330px;
  padding-left: 30px;
  padding-bottom: 16px;
}
body.page-template-page-academy .seminar-header-content h3 {
  font-size: 20px;
  line-height: 23px;
  color: #000;
  min-height: 85px;
  margin: 27px 0 0;
}
body.page-template-page-academy .seminar-header-content h3 span {
  display: block;
  font-weight: 400;
}
body.page-template-page-academy .seminar-header-content .tip-edukacije,
body.page-template-page-academy .seminar-header-content .trajanje {
  font-size: 12px;
  line-height: 20px;
}
body.page-template-page-academy .seminar-header-image {
  display: flex;
  height: 100%;
}
body.page-template-page-academy .seminar-header-image img {
  width: 143px;
  height: 168px;
  min-width: 143px;
  max-width: 143px;
  min-height: 168px;
  max-height: 168px;
}
body.page-template-page-academy .seminar-content-wrapper {
  display: flex;
  gap: 30px;
  flex: 1;
  justify-content: center;
}
body.page-template-page-academy .seminar-content-wrapper .seminar-content {
  display: block;
  flex-basis: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  background: #262626;
  align-items: end;
  justify-content: space-between;
  padding: 24px 30px;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 37px;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}
body.page-template-page-academy #tipovi-edukacije-sekcije section.tip-edukacije .seminar-content {
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}
body.page-template-page-academy .seminar-content-description {
  min-height: 102px;
}
body.page-template-page-academy .seminar-content-wrapper.nema-aktuelnih-seminara .seminar-content {
  background: #fff;
  color: #000;
  text-align: center;
}
body.page-template-page-academy .seminar-content-wrapper .seminar-content li {
  margin: 0;
  padding: 0;
}
body.page-template-page-academy .seminar-content-wrapper .seminar-content li::marker {
  content: "— ";
}
body.page-template-page-academy .seminar-content small {
  font-size: 12px;
  line-height: 14px;
  margin-top: 20px;
  color: #BABABA;
  font-style: italic;
  margin-bottom: 20px;
  display: block;
}
body.page-template-page-academy .prijava {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 27px 0 25px;
  gap: 5px;
}
body.page-template-page-academy .prijava-cena-datum {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
body.page-template-page-academy .prijava-cena-datum strong {
  white-space: nowrap;
}
body.page-template-page-academy .prijava .cta-button {
  transition: all 0.5s;
  background: #001EFF;
  border-color: #001EFF;
  color: #FFFFFF;
  font-weight: bold;
  display: inline-block;
  line-height: 14px;
  font-size: 12px;
  padding: 8px 28px;
  white-space: nowrap;
}
body.page-template-page-academy .prijava .cta-button:hover,
body.page-template-page-academy .prijava .cta-button:focus,
body.page-template-page-academy .akademija-za-pocetnike .seminar .seminar-content .cta-button:hover,
body.page-template-page-academy .akademija-za-pocetnike .seminar .seminar-content .cta-button:focus {
  background: #7dff1a;
  border-color: #7dff1a;
}
body.page-template-page-academy #content .tip-edukacije-boja-plava .prijava .cta-button:hover,
body.page-template-page-academy #content .tip-edukacije-boja-plava .prijava .cta-button:focus {
  opacity: 0.85;
}
body.page-template-page-academy #content .tip-edukacije-boja-plava .prijava .cta-button {
  background: #001EFF;
  color: #fff;
  border-color: #001EFF;
}
body.page-template-page-academy .seminar-image {
  display: flex;
}
body.page-template-page-academy .edukator {
  border-top: 1px solid #BABABA;
  padding-top: 22px;
}
body.page-template-page-academy .edukator > div {
  display: flex;
}
body.page-template-page-academy .edukator > div div {
  padding: 14px 0 0 17px;
}
body.page-template-page-academy .edukator img {
  border-radius: 6px;
}
body.page-template-page-academy .tip-edukacije:nth-child(4) .tip-edukacije-row:last-child .tip-edukacije-content {
  padding-bottom: 43px;
}
body.page-template-page-academy .akademija-za-pocetnike .seminar {
  margin-top: -188px;
  background: #262626;
  color: #fff;
  display: flex;
  text-align: center;
}
body.page-template-page-academy .akademija-za-pocetnike .seminar .seminar-content {
  width: calc(100% - 329px);
  padding: 40px;
}
body.page-template-page-academy .akademija-za-pocetnike .seminar .seminar-content p {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
body.page-template-page-academy .akademija-za-pocetnike .seminar .seminar-content p small {
  font-size: 16px;
  line-height: 19px;
  font-style: unset;
  color: #fff;
}
body.page-template-page-academy .akademija-za-pocetnike .seminar .seminar-content .cta-button {
  transition: all 0.5s;
  display: inline-block;
  background: #A2FF5D;
  border-color: #A2FF5D;
  font-weight: bold;
  line-height: 14px;
  font-size: 12px;
  padding: 8px 28px;
  color: #000000;
}
body.page-template-page-academy .tip-edukacije-boja-plava .seminar .seminar-content .cta-button {
  background: #001EFF;
  color: #fff;
  border-color: #001EFF;
}
body.page-template-page-academy .akademija-za-pocetnike .seminar .seminar-content hr {
  margin-top: 6px;
  max-width: 436px;
  margin-bottom: 16px;
  background: url("../images/horizontal-line-akademija-za-pocetnike.svg") center no-repeat;
  width: 100%;
  background-size: 100%;
  height: 21px;
  border: none;
}
body.page-template-page-academy .akademija-za-pocetnike span {
  background: #A2FF5D;
  color: #000;
  border-radius: 10px;
  display: inline-block;
  padding: 5px 16px;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
}
body.page-template-page-academy .akademija-za-pocetnike .cena {
  color: #A2FF5D;
  display: unset;
  border-radius: 0;
  background: none;
  padding: 0;
  font-size: inherit;
  font-weight: 400;
}
body.page-template-page-academy .akademija-za-pocetnike del {
  color: #FF6565;
}
body.page-template-page-academy .akademija-za-pocetnike-intro {
  color: #fff;
  padding: 84px 0 238px;
  background: #000 url("../images/akademija-za-pocetnike-karlo.png") center center no-repeat;
  background-size: cover;
}
body.page-template-page-academy #tipovi-edukacije-sekcije section.tip-edukacije .akademija-za-pocetnike-intro h2 {
  color: #fff;
}
body.page-template-page-academy .akademija-za-pocetnike-intro h2::before {
  content: "";
  background: url("../images/akademija-za-pocetnike-badge.png");
  width: 137px;
  height: 112px;
  display: block;
  margin: 0 auto 50px;
}
body.page-template-page-academy #za-koga-je-nasa-akademija {
  color: #000;
  padding-bottom: 64px;
  background: #141414;
}
body.page-template-page-academy #za-koga-je-nasa-akademija h2 {
  color: #fff;
  margin: 132px 0 16px;
  display: flex;
  align-items: center;
}
body.page-template-page-academy #za-koga-je-nasa-akademija h2 img {
  margin: 0 16px;
}
body.page-template-page-academy #za-koga-je-nasa-akademija p {
  line-height: 19px;
  margin: 0 0 19px;
  font-size: 14px;
  color: #A2FF5D;
}
body.page-template-page-academy #za-koga-je-nasa-akademija .cta-button {
  border: 1px solid #2E02F3;
  color: #2E02F3;
  background: transparent;
  font-weight: bold;
  display: inline-block;
  line-height: 14px;
  font-size: 12px;
  margin: 45px auto 92px;
  padding: 11px 28px;
}
body.page-template-page-academy #za-koga-je-nasa-akademija #primary {
  padding: 0 50px;
}
body.page-template-page-academy #za-koga-je-nasa-akademija.akademija-za-pocetnike h2 {
  justify-content: center;
  margin-top: 109px;
}
body.page-template-page-academy #za-koga-je-nasa-akademija.akademija-za-pocetnike .seminar hr {
  background: #707070;
  height: 1px;
  width: 100%;
  max-width: 100%;
  margin-top: 25px;
}
body.page-template-page-academy #za-koga-je-nasa-akademija.akademija-za-pocetnike .seminar .row + hr {
  margin-bottom: 35px;
  margin-top: 10px;
}
body.page-template-page-academy #za-koga-je-nasa-akademija.akademija-za-pocetnike .seminar {
  color: #fff;
  text-align: left;
  background: transparent;
  margin-top: 40px;
}
body.page-template-page-academy #za-koga-je-nasa-akademija.akademija-za-pocetnike .seminar p {
  color: #fff;
}
body.page-template-page-academy #za-koga-je-nasa-akademija.akademija-za-pocetnike .seminar .seminar-content {
  padding: 0 25px 30px 40px;
}
body.page-template-page-academy #za-koga-je-nasa-akademija.akademija-za-pocetnike .seminar .seminar-content p span {
  color: #A2FF5D;
  padding: 0;
  font-weight: 400;
  display: inline;
  font-size: inherit;
  background: transparent;
  border-radius: unset;
}
body.page-template-page-academy #za-koga-je-nasa-akademija.akademija-za-pocetnike .seminar .seminar-content h3 span {
  background: transparent;
  color: #A2FF5D;
  border: 1px solid #A2FF5D;
  margin-left: 10px;
  padding: 4px 12px 3px;
  font-size: 11px;
}
body.page-template-page-academy #za-koga-je-nasa-akademija.akademija-za-pocetnike .seminar .seminar-content .col-sm-6 {
  padding-left: 8px;
  padding-right: 8px;
}
body.page-template-page-academy #za-koga-je-nasa-akademija.akademija-za-pocetnike .seminar .seminar-content .row {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 24px;
}
body.page-template-page-academy #za-koga-je-nasa-akademija.akademija-za-pocetnike .seminar .seminar-content .col-sm-6 p span {
  color: #fff;
}
body.page-template-page-academy #za-koga-je-nasa-akademija.akademija-za-pocetnike .seminar .seminar-content h3 {
  display: flex;
  font-size: 18px;
  line-height: 20px;
  margin: 20px 0;
}
body.page-template-page-academy #za-koga-je-nasa-akademija.akademija-za-pocetnike .seminar .seminar-content small {
  color: #6C6C6C;
  font-size: 12px;
  margin-bottom: 28px;
  margin-top: 24px;
}
body.page-template-page-academy #za-koga-je-nasa-akademija.akademija-za-pocetnike .seminar .seminar-content .cta-button {
  margin-bottom: 0;
  margin-top: 20px;
  color: #000;
  transition: all 0.5s;
  display: inline-block;
  background: #a2ff5d;
  border-color: #a2ff5d;
  font-weight: 700;
  line-height: 14px;
  font-size: 12px;
  padding: 8px 28px;
}
body.page-template-page-academy #za-koga-je-nasa-akademija.akademija-za-pocetnike .seminar-image {
  width: 414px;
  min-width: 414px;
  max-width: calc(50% - 20px);
  margin-right: 39px;
}
body.page-template-page-academy #za-koga-je-nasa-akademija hr {
  margin-top: 6px;
  max-width: 436px;
  margin-bottom: 16px;
  background: url("../images/horizontal-line-akademija-za-pocetnike.svg") center no-repeat;
  width: 100%;
  background-size: 100%;
  height: 21px;
  border: none;
}
body.page-template-page-academy .akademija-za-pocetnike.akademija-za-pocetnike .seminar .col-sm-6 p {
  display: flex;
  justify-content: flex-start;
  gap: 13px;
  align-items: center;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 12px;
}
body.page-template-page-academy .akademija-za-pocetnike.akademija-za-pocetnike .seminar .col-sm-6 p span {
  color: #fff;
}
body.page-template-page-academy .akademija-za-pocetnike.akademija-za-pocetnike .seminar .col-sm-6:nth-child(odd) {
  clear: left;
}
body.page-template-page-academy .akademija-za-pocetnike.akademija-za-pocetnike .seminar .col-sm-6 p {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 1279px) {
  body.page-template-page-academy #za-koga-je-nasa-akademija.akademija-za-pocetnike .seminar .seminar-content {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 899px) {
  body.page-template-page-academy #za-koga-je-nasa-akademija.akademija-za-pocetnike .seminar .seminar-image {
    min-width: calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  body.page-template-page-academy #za-koga-je-nasa-akademija.akademija-za-pocetnike .seminar .seminar-content .prijavi-se {
    text-align: center;
  }
}
@media (max-width: 539px) {
  body.page-template-page-academy #za-koga-je-nasa-akademija #primary {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-academy #za-koga-je-nasa-akademija.akademija-za-pocetnike h2 {
    flex-direction: column;
  }
}
body.page-template-page-academy .akademiju-podrzali div {
  display: flex;
  gap: 75px;
  align-items: center;
  justify-content: center;
  margin-bottom: 103px;
}
body.page-template-page-academy .akademiju-podrzali div img {
  max-width: 100%;
  height: auto;
}
body.page-template-page-academy .akademiju-podrzali h4 {
  margin-bottom: 70px;
  margin-top: 42px;
  color: #fff;
}
body.page-template-page-academy .akademiju-podrzali .photo-credits {
  text-align: center;
  color: #BABABA;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  display: block;
}
body.page-template-page-academy .akademiju-podrzali .photo-credits a {
  color: #BABABA !important;
  text-decoration: underline;
}
body.page-template-page-academy .akademiju-podrzali h4::before {
  content: "";
  background: url("../images/akademiju-podrzali-badge.png");
  width: 85px;
  height: 82px;
  display: block;
  margin: 0 auto 65px;
}
body.page-template-page-academy .akademiju-podrzali a {
  transition: opacity 0.5s;
}
body.page-template-page-academy .akademiju-podrzali a:hover,
body.page-template-page-academy .akademiju-podrzali a:focus {
  opacity: 0.7;
}
body.page-template-page-academy .prijavi-se-modal {
  display: block;
  position: fixed;
  z-index: 1002;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
}
body.page-template-page-academy .modal-content {
  background-color: #F5F5F5;
  margin: 2% auto;
  padding: 0;
  width: 100%;
  max-width: 350px;
  position: relative;
  color: #000;
  z-index: 10000;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.55);
  min-height: 700px;
}
body.page-template-page-academy .modal-content .tip-edukacije {
  color: #000000;
}
body.page-template-page-academy .modal-content form {
  padding: 24px 18px 30px;
}
body.page-template-page-academy .modal-content form button {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
}
body.page-template-page-academy .modal-content h6 {
  margin: 0;
  padding: 24px 18px 9px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
body.page-template-page-academy .modal-content .tip-seminara {
  background: #A2FF5D;
  color: #000000;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 21px;
  line-height: 14px;
}
body.page-template-page-academy .modal-content .form-legend {
  font-size: 12px;
  padding: 10px 0 0;
}
body.page-template-page-academy .modal-content label.checkbox,
body.page-template-page-academy .modal-content input[type=checkbox] + label {
  font-weight: 400;
}
body.page-template-page-academy .woocommerce .modal-content input[type=checkbox] {
  display: block;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
body.page-template-page-academy .woocommerce form .form-row label.checkbox {
  display: block;
}
body.page-template-page-academy .woocommerce form .form-row {
  margin-bottom: 6px;
}
body.page-template-page-academy .woocommerce .modal-content button.button.alt[type=submit] {
  height: 37px;
  width: 100%;
}
body.page-template-page-academy .close-prijavi-se-modal,
body.page-template-page-academy .close-brzi-kurs-modal {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: none;
  color: #fff;
  line-height: 1;
  font-size: 26px;
  font-weight: 300;
  padding: 12px 20px 15px;
  margin: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
body.page-template-page-academy .close-prijavi-se-modal:hover,
body.page-template-page-academy .close-prijavi-se-modal:focus,
body.page-template-page-academy .close-brzi-kurs-modal:hover,
body.page-template-page-academy .close-brzi-kurs-modal:focus {
  color: #000;
  text-decoration: none;
  background-color: #FFFFFF;
  cursor: pointer;
}
body.page-template-page-academy .modal-content input[type=text],
body.page-template-page-academy .modal-content input[type=email] {
  padding-left: 10px;
  padding-right: 10px;
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 8px;
}
body.page-template-page-academy .modal-content .intro {
  text-align: center;
  background: #000 url("../images/academy.png") center;
  background-size: cover;
}
body.page-template-page-academy .modal-content hr {
  background-color: #BFBFBF;
  margin: 16px 0;
  border: 0;
  height: 1px;
}
body.page-template-page-academy .modal-content input {
  width: 100%;
}
body.page-template-page-academy .modal-content label {
  color: #000;
}
body.page-template-page-academy .modal-content a {
  text-decoration: underline;
}
body.page-template-page-academy .modal-content abbr {
  border: none !important;
  text-decoration: none;
}
body.page-template-page-academy .modal-content label {
  margin-bottom: 0;
}
body.page-template-page-academy .woocommerce .modal-content form .form-row label:not(.woocommerce-form__label-for-checkbox) {
  line-height: 24px;
}
body.page-template-page-academy .woocommerce .modal-content label.checkbox::before {
  top: 0;
}
body.page-template-page-academy .modal-content .checkbox-container {
  position: relative;
}
body.page-template-page-academy .modal-content .checkbox-container a {
  text-decoration: underline;
  color: inherit;
}
body.page-template-page-academy .modal-content .checkbox-container a:hover, body.page-template-page-academy .modal-content .checkbox-container a:focus {
  text-decoration: none;
  color: inherit;
}
body.page-template-page-academy .modal-content .checkbox-container input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
}
body.page-template-page-academy .modal-content .checkbox-container input[type=checkbox] + span {
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 17px;
  padding-top: 1px;
}
body.page-template-page-academy .modal-content .checkbox-container input[type=checkbox] + span:before {
  display: inline-block;
  content: "";
  border-radius: 20px;
  width: 20px;
  height: 20px;
  background: #D9D9D9;
  margin-top: -1px;
  transition: background-color 0.5s;
  min-width: 20px;
}
body.page-template-page-academy .modal-content .checkbox-container input[type=checkbox]:checked + span:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sprite.svg#icon-white-checkmark-view");
  background-color: #000000;
}
body.page-template-page-academy .woocommerce .modal-content .checkbox-container input[type=checkbox] {
  z-index: 1;
}
body.page-template-page-academy #response-msg-error,
body.page-template-page-academy #response-msg {
  text-align: center;
  padding: 0 20px 5px;
}
body.page-template-page-academy #response-msg {
  padding-top: 120px;
}
body.page-template-page-academy #response-msg p {
  margin-bottom: 50px;
}
body.page-template-page-academy #response-msg-error,
body.page-template-page-academy #content #response-msg-error a {
  color: #FF6565;
}
body.page-template-page-academy .mailchimp-newsletter .woocommerce-form__label-for-checkbox {
  display: block;
  line-height: 1.2;
}
body.page-template-page-academy .mailchimp-newsletter label.woocommerce-form__label-for-checkbox::before {
  display: none;
}
@media (max-width: 991px) {
  body.page-template-page-academy .seminar-content-wrapper .seminar-content {
    width: 100%;
    margin: 0 auto 50px;
    max-width: 570px;
  }
  body.page-template-page-academy .seminar-content-wrapper {
    gap: 0;
    flex-direction: column;
  }
  body.page-template-page-academy .seminar-headers .seminar-header {
    flex-basis: 570px;
  }
  body.page-template-page-academy .akademija-za-pocetnike .container {
    padding: 0;
    max-width: calc(100% - 30px);
  }
  body.page-template-page-academy #tipovi-edukacije-sekcije section.tip-edukacije .intro p {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  body.page-template-page-academy .akademija-za-pocetnike .seminar .seminar-content p {
    font-size: 16px;
    line-height: 20px;
  }
  body.page-template-page-academy .akademija-za-pocetnike .seminar .seminar-content {
    padding: 36px;
  }
  body.page-template-page-academy .akademiju-podrzali div > :first-child {
    margin-left: 6%;
  }
}
@media (max-width: 991px) {
  body.page-template-page-academy .akademiju-podrzali div > :first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  body.page-template-page-academy .akademija-za-pocetnike .seminar-image {
    display: none;
  }
  body.page-template-page-academy #tipovi-edukacija .row .seminar {
    max-width: 366px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    width: 100%;
    margin-right: auto;
  }
  body.page-template-page-academy .barber-academy-header .brand-academy-description {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.page-template-page-academy .akademija-za-pocetnike .seminar {
    flex-direction: column;
  }
  body.page-template-page-academy .akademija-za-pocetnike .seminar .seminar-content {
    width: 100%;
    padding: 24px;
  }
  body.page-template-page-academy .seminar-image img {
    width: 100%;
  }
  body.page-template-page-academy .akademiju-podrzali div {
    gap: 40px;
    flex-direction: column;
  }
  body.page-template-page-academy .akademija-za-pocetnike.brzi-kurs-za-berbere .seminar .col-sm-6 {
    justify-content: center;
  }
  body.page-template-page-academy .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  body.page-template-page-academy #tipovi-edukacije-sekcije .container {
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 679px) {
  body.page-template-page-academy #tipovi-edukacija .col-md-10 {
    padding: 0 15px;
  }
}
@media (max-width: 579px) {
  body.page-template-page-academy .flex-row .col-sm-6 {
    width: 100%;
  }
}
@media (max-width: 539px) {
  body.page-template-page-academy .barber-academy-header .brand-academy-description {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 439px) {
  body.page-template-page-academy .seminar-header-content {
    padding-left: 20px;
  }
  body.page-template-page-academy .seminar-content-wrapper .seminar-content {
    padding: 20px;
  }
  body.page-template-page-academy .seminar-header-content h3 {
    margin-top: 20px;
  }
  body.page-template-page-academy .modal-content {
    max-width: unset;
    min-height: 100vh;
    margin: 0;
  }
}
body.page-template-page-academy #prijavi-se-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1001;
}
body.page-template-page-academy.modal-open {
  overflow: hidden;
}
