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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

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

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
  font-family: sans-serif;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

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

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

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

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

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

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

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

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
  width: 100%;
  display: block;
  object-fit: contain;
}

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

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.18; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

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

/**
   * Remove the inner border and padding in Firefox.
   */

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

/**
   * Restore the focus styles unset by the previous rule.
   */

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

/**
   * Correct the padding in Firefox.
   */

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

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

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

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

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

/* NO ARROWS ON NUMBER INPUT */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

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

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

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

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

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

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}
:root {
  /* * * * * * * CUSTOM variables * * * * * */

  /* https://www.w3schools.com/colors/colors_picker.asp */
  /* --primary: #3195c9;
  --light-primary: #97cae4;
  --dark-primary: #1e5a7b;
  --very-light-primary: #eaf5fa;
  --primary-str: #2d88b9;
  --primary-rgb: 49, 149, 201; */

  --primary: #f6e000;
  --light-primary: #fff799;
  --dark-primary: #b3a400;
  --very-light-primary: #fffde6;
  --primary-str: #e6d200;
  --primary-rgb: 246, 224, 0;
  --dark-primary-rgb: 179, 164, 0;

  /* Širina kontejnera (1320 je BS5) */
  --container-width: 1440px;
  /* Visina headera i kompenzacija za position:fixed: */
  --header-height: 3rem;

  /* * * * * * * BOOTSTRAP 5 variables * * * * * */

  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  /* --bs-warning: #ffc107; */
  --bs-warning: #fd7e14;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, 'Segoe UI', Roboto,
    'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.text-primary {
  color: var(--primary) !important;
}
.text-dark-primary {
  color: var(--dark-primary) !important;
}
.text-dark {
  color: var(--bs-dark) !important;
}
.text-warning {
  color: var(--bs-warning) !important;
}
.text-danger {
  color: var(--bs-danger) !important;
}
.text-success {
  color: var(--bs-success) !important;
}
.text-info {
  color: var(--bs-info) !important;
}
/* * * * * * * * * * * * * *
 * * * * ANIMATE CSS * * * *
 * * * * * * * * * * * * * */

/* DURATION */
.animated {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
}

/* DELAY */
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}/* ======================= */
/* NEW SEARCH AUTOCOMPLETE */
/* ======================= */

#SearchZone>.ver-item>.module {
  position: relative;
}

.search-inner .new-search-loader {
  position: absolute;
  right: 0.6rem;
  top: 7px;
}

.search-inner .new-search-loader img {
  height: 2rem;
  width: 1.5rem;
}

#autocompleteNew {
  background: #fff;
  border: 1px solid #ededed;
  padding: 1rem;

  display: grid;
  gap: 1rem;

  position: absolute;
  top: calc(100% + 8px);
  /* left: -1.5rem; */
  left: 0;
  /* width: calc(100% + 3rem); */
  width: 100%;
  z-index: 999;

  overflow-y: auto;
  /* max-height: calc(100vh - var(--header-height)); */
  max-height: calc(100vh - 8rem);
}

@media (min-width: 680px) {
  #autocompleteNew {
    grid-template-columns: minmax(0, 67%) minmax(0, 33%);
  }
}

/* #autocompleteNew::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  bottom: 100%;
  left: 50%;
} */
/* #autocompleteNew #products-container {
  border-right: 1px solid #ededed;
} */
#autocompleteNew #products-container>button {
  display: block;
  margin: 0 auto;
}

#autocompleteNew #products-container .pager {
  text-align: center;
}

#autocompleteNew #products-container .pager .page:focus,
#autocompleteNew #products-container .pager .page:focus-visible,
#autocompleteNew #products-container>button:focus,
#autocompleteNew #products-container>button:focus-visible {
  outline: none;
}

#autocompleteNew #products-container .data {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0.5rem;
}

#autocompleteNew .no-products {
  grid-column: span 2;
  text-align: center;
  padding: 1.5rem;
  border: 1px solid var(--bs-orange);
  color: var(--bs-orange);
  text-transform: uppercase;
}

#autocompleteNew #products-container .product {
  display: grid;
  grid-template-columns: 80px minmax(0, auto);
  align-items: center;
  gap: 0.25rem 0.5rem;
  overflow: hidden;
  margin-top: 0;
}

#autocompleteNew #products-container .product:focus,
#autocompleteNew #products-container .product:focus-visible {
  outline: none;
  color: #000;
}

#autocompleteNew #products-container .product:hover {
  color: #666;
}

#autocompleteNew #products-container .product:hover .name {
  color: #000;
}

#autocompleteNew #products-container .product img {
  grid-row: span 2;
  max-height: 112px;
  margin: auto;
}

#autocompleteNew #products-container .product .name {
  /* font-family: 'Quicksand', sans-serif; */
  align-self: end;
}

#autocompleteNew #products-container .product .name::first-letter {
  text-transform: capitalize;
}

#autocompleteNew #products-container .product .prices {
  align-self: start;
  font-weight: 700;
  font-size: 15px;
}

#autocompleteNew #products-container .product .prices .full {
  text-decoration: line-through;
}

#autocompleteNew #products-container .product .prices .sales {
  /* color: var(--primary); */
  color: var(--dark-primary);
}

#autocompleteNew #categories-container .data {
  display: grid;

  max-height: 480px;
  overflow-y: auto;
  overflow-x: hidden;
}

#autocompleteNew #categories-container .category {
  display: block;
  text-transform: capitalize;
  padding: 0.4rem 0;
}

mark {
  padding: 0;
  background-color: #fffaaa;
}

#autocompleteNew #close-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 0.6rem;
  cursor: pointer;
}

#autocompleteNew .big-search-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  /*js*/
  align-items: center;
  justify-content: center;
}

#autocompleteNew .big-search-loader img {
  max-height: 100px;
  max-width: 100px;
}

#autocompleteNew .title {
  font-weight: 600;
  font-size: 18px;
  margin: 0.5rem 0 1.5rem;
  display: inline-block;
}

#autocompleteNew .data {
  margin-bottom: 1rem;
}

#autocompleteNew #products-container .pager .page {
  padding: 0.5rem 0.8rem;
  display: inline-block;
  margin: 0.25rem;
  border: 1px solid #ededed;
  min-width: 1rem;
  text-align: center;
}

#autocompleteNew #products-container .pager .page:hover {
  cursor: pointer;
  border-color: var(--primary);
}

#autocompleteNew #products-container .pager .page.current {
  border-color: var(--primary);
  color: var(--primary);
}

/* =========================== */
/* END NEW SEARCH AUTOCOMPLETE */
/* =========================== */

/* temp idea for sticker */
/* 
  content: "";
  position: absolute;
  right: -18px;
  top: -3px;
  border-bottom: 28px solid red;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  transform: rotate(45deg);
 *//* CUSTOM CHECKBOX
 *
 *
 * Da bi ovo radilo HTML mora biti u sledećem formatu:
 *  <label class="b2b-container">Text
        <input type="checkbox">
        <span class="b2b-checkmark"></span>
    </label>
 *
 */

/* Label - container */
.b2b-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
  gap: 0.3rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Sakriva se default checkbox */
.b2b-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Pravi se custom checkbox            <=============       Custom boje ovde ?    */
.b2b-checkmark {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

/* Boja pozadine na hover            <=============       Custom boja ovde ?    */
.b2b-container:hover input ~ .b2b-checkmark {
  /* background-color: #ccc; */
  border-color: var(--primary);
}

/* Boja pozadine kada je čekirano                <=============       Glavna boja sajta ?      */
.b2b-container input:checked ~ .b2b-checkmark {
  background-color: var(--primary);
  border-color: var(--primary);
}

/* Sakrivanje checkmarka kada nije selektovano */
.b2b-checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Prikazivanje checkmarka kada je selektovano */
.b2b-container input:checked ~ .b2b-checkmark:after {
  display: block;
}

/* Custom checkmark */
.b2b-container .b2b-checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cc_div,
#s-cnt .p {
  color: var(--bs-dark);
}
.cc_div .cc-link {
  color: var(--dark-primary);
  border-bottom: 1px solid var(--dark-primary);
}
#s-inr,
#cm,
#s-bl .act .b-acc,
#s-inr,
.cc_div .b-tl,
.cc_div .c-bn,
.cc_div .c-bl {
  border-radius: 3px;
}
#s-cnt .b-bn .b-tl,
#s-c-bnc button,
#s-bns button:last-child,
#c-bns.swap button:first-child,
#s-bl .act .b-acc {
  color: var(--bs-dark);
  background-color: var(--very-light-primary);
}
#s-cnt .b-bn .b-tl:hover,
#s-c-bnc button:hover,
#s-bns button:last-child:hover,
#c-bns.swap button:first-child:hover {
  background-color: var(--light-primary);
}
#s-bns button:first-child,
#c-bns.swap button:last-child {
  background-color: var(--bs-dark);
  border: 2px solid var(--bs-dark);
}
#s-bns button:first-child:hover,
#c-bns.swap button:last-child:hover {
  color: var(--bs-dark);
  background-color: #fff;
}
/* togglers: */
.cc_div .b-tg .c-tg {
  background-color: var(--primary);
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background-color: var(--dark-primary);
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro,
.cc_div .b-tg .c-tgl:disabled + .c-tg.c-ro {
  background-color: rgba(var(--primary-rgb), 50%);
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  /* border: 1px solid var(--bs-secondary); */
  border-radius: 6px;
  width: 90%;
  max-width: 900px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  overflow: hidden;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 5px 16px;
  border-bottom: 1px solid var(--bs-gray-300);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.modal-header .modal-title {
  margin: 0.75rem 0;
  font-size: 1.1rem;
  font-weight: 500;
}
.modal-header .close {
  color: var(--bs-secondary);
  font-size: 2rem;
  top: -4px;
  position: relative;
}

.modal-body {
  padding: 2px 16px;
  min-height: 104px;
}

.modal-footer {
  padding: 0.5rem 1rem;
  background-color: var(--bs-gray-100);
  border-top: 1px solid var(--bs-gray-300);
  display: flex;
}
.modal-footer .close {
  margin-left: auto;
}

.modal-loader img {
  width: 100px;
  height: 100px;
  margin: auto;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* pnotify.buttons.css */
.ui-pnotify-closer,
.ui-pnotify-sticker {
  float: right;
  margin-left: 0.2em;
}

/* pnotify.nonblock.css */
.ui-pnotify.ui-pnotify-nonblock-fade {
  opacity: 0.2;
}
.ui-pnotify.ui-pnotify-nonblock-hide {
  display: none !important;
}

/* pnotify.css */
.ui-pnotify {
  top: 36px;
  right: 36px;
  position: absolute;
  height: auto;
  z-index: 2;
}

body > .ui-pnotify {
  position: fixed;
  z-index: 100040;
}
@media (max-width: 380px) {
  body > .ui-pnotify {
    right: 10px !important;
  }
}

.ui-pnotify-modal-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

body > .ui-pnotify-modal-overlay {
  position: fixed;
  z-index: 100039;
}

.ui-pnotify.ui-pnotify-in {
  display: block !important;
}

.ui-pnotify.ui-pnotify-move {
  transition: left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}

.ui-pnotify.ui-pnotify-fade-slow {
  transition: opacity 0.6s linear;
  opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
  transition: opacity 0.6s linear, left 0.5s ease, top 0.5s ease,
    right 0.5s ease, bottom 0.5s ease;
}

.ui-pnotify.ui-pnotify-fade-normal {
  transition: opacity 0.4s linear;
  opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
  transition: opacity 0.4s linear, left 0.5s ease, top 0.5s ease,
    right 0.5s ease, bottom 0.5s ease;
}

.ui-pnotify.ui-pnotify-fade-fast {
  transition: opacity 0.2s linear;
  opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
  transition: opacity 0.2s linear, left 0.5s ease, top 0.5s ease,
    right 0.5s ease, bottom 0.5s ease;
}

.ui-pnotify.ui-pnotify-fade-in {
  opacity: 1;
}

.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
}

.ui-pnotify-container {
  background-position: 0 0;
  padding: 0.8em;
  height: 100%;
  margin: 0;
  border-radius: 3px;
}

.ui-pnotify-container:after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.ui-pnotify-container.ui-pnotify-sharp {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.ui-pnotify-title {
  display: block;
  margin-bottom: 0.4em;
  margin-top: 0;
}

.ui-pnotify-text {
  display: block;
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: 0.2em;
}

.ui-pnotify.stack-bottomleft,
.ui-pnotify.stack-topleft {
  left: 25px;
  right: auto;
}

.ui-pnotify.stack-bottomleft,
.ui-pnotify.stack-bottomright {
  bottom: 25px;
  top: auto;
}

.ui-pnotify.stack-modal {
  left: 50%;
  right: auto;
  margin-left: -150px;
}

/* PNotify / Alerts */
.alert-success {
  /* background: rgba(var(--bs-success-rgb), 0.9) !important; */
  background: rgba(var(--primary-rgb), 0.9) !important;
  color: #fff !important;
}
.alert-warning {
  background: rgba(var(--bs-warning-rgb), 0.9) !important;
  color: #fff !important;
}
.alert-info {
  background: rgba(var(--bs-info-rgb), 0.9) !important;
  color: #fff !important;
}
.alert-danger {
  background: rgba(var(--bs-danger-rgb), 0.9) !important;
  color: #fff !important;
}
.ui-pnotify-title {
  color: #fff;
}
.glyphicon.glyphicon-remove::before {
  font-family: bootstrap-icons;
  content: '\F62A';
}
.glyphicon.glyphicon-pause::before {
  font-family: bootstrap-icons;
  content: '\F4C3';
}
.glyphicon.glyphicon-play::before {
  font-family: bootstrap-icons;
  content: '\F4F4';
}
.glyphicon.glyphicon-ok-sign::before {
  font-family: bootstrap-icons;
  content: '\F26E';
}
.glyphicon.glyphicon-info-sign::before {
  font-family: bootstrap-icons;
  content: '\F430';
}
.ui-pnotify-container div:focus,
.ui-pnotify-sticker:focus,
.glyphicon:focus {
  outline: none;
}
.ui-pnotify-container .glyphicon {
  padding-left: 3px;
  padding-right: 3px;
  font-size: 1.1rem;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * S T A R T * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* html, */
body {
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100%;
  font-family: var(--bs-body-font-family);
  color: var(--bs-dark);
}

/* sprecavanje skrola npr kada se otvori menu */
body.show-overlay {
  overflow-y: hidden;
  touch-action: none;
  /* position: fixed; */
  width: 100%;
}

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

a {
  text-decoration: none;
  color: var(--bs-dark);
}

hr {
  margin: 1.2rem 0;
  border: 0;
  border-top: 1px solid #eee;
}

.p-1 {
  padding: 1rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-50 {
  padding: 0.5rem !important;
}

.px-50 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-50 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}

.m-0 {
  margin: 0 !important;
}

.m-auto {
  margin: auto !important;
}

.mb-50 {
  margin-bottom: 0.5rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mt-50 {
  margin-top: 0.5rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

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

.d-none {
  display: none !important;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-wrap {
  white-space: nowrap !important;
}

.container {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

/* body:not(.show-category-menu) .main-wrapper .left-zone {
  display: none;
} */

/* Minimal Tabs CSS */
.tabs-container {
  padding: 0 1rem;
}
.tabs {
  max-width: 1140px;
  margin: 2rem auto;
  width: 100%;
}
.tab-buttons {
  display: flex;
  border-bottom: 1px solid #eee;
}
.tab-btn {
  flex: 1;
  padding: 0.75em;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: border 0.2s;

  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
}
.tab-btn.active {
  border-bottom: 2px solid var(--dark-primary);
  color: var(--dark-primary);
}
.tab-content {
  display: none;
  padding: 1em 0;
  min-height: 100px;
}
.tab-content.active {
  display: block;
}

#WideTopZone > .ver-item > .module:first-child {
  display: flex;
  flex-direction: column;
}

textarea,
select,
.tg-select select,
.form-control,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
.uneditable-input {
  border: 1px solid #dcdcdc;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}

input:focus,
.select select:focus,
.form-control:focus,
textarea:focus {
  border: 1px solid var(--primary);
  outline: none;
}

.form-group {
  display: flex;
  position: relative;
  flex-direction: column;
  margin: 1rem auto 2rem auto;
}

.form-group .validator {
  position: absolute;
  top: 100%;
  color: var(--bs-danger);
  font-size: 0.9rem;
  margin-top: 0.2rem;
}

.btn {
  border: none;
  outline: none;
  background-color: #fff;
  color: var(--bs-dark);
  cursor: pointer;
  display: inline-block;
  transition: all 0.15s linear 0s;
}

.text-btn {
  padding: 0.9rem 1.6rem;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1rem;
  text-transform: uppercase;
  border-radius: 3px;
}

.text-btn.primary {
  background-color: var(--primary);
  border: 2px solid var(--primary);
  /* color: #fff; */
  color: var(--bs-dark);
}

.text-btn.dark {
  background-color: var(--bs-dark);
  border: 2px solid var(--bs-dark);
  color: #fff;
}

.text-btn.dark:hover {
  background-color: transparent;
  color: var(--bs-dark);
}

.text-btn.dark.outline {
  background-color: transparent;
  border: 2px solid var(--bs-dark);
  color: var(--bs-dark);
}

.text-btn.dark.outline:hover {
  background-color: var(--bs-dark);
  color: #fff;
}

.text-btn.dark.outline.wish-list {
  border: 1px solid var(--bs-dark);
}

.text-btn.outline.primary {
  border: 1px solid var(--dark-primary);
  /* background-color: var(--dark-primary);
  color: #fff; */
  background-color: #fff;
  color: var(--dark-primary);
}

.text-btn.outline.primary.inwishlist {
  background-color: var(--dark-primary);
  color: #fff;
}

.text-btn.outline.primary:hover {
  background-color: var(--dark-primary);
  color: #fff;
}

.btn.cta {
  cursor: pointer;
  position: relative;
  padding: 0.5rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  column-gap: 1.5rem;
  /* row-gap: 0.1rem; */
  height: 2rem;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  font-weight: 600;
  margin: auto;
  margin-right: 1rem;
}

.btn.cta.no-hover {
  cursor: default;
}

.btn.cta.similar {
  margin-right: 1rem;
}

.header-btn {
  font-size: 2.1rem;
  height: var(--header-height);
  width: var(--header-height);
  flex-shrink: 0;
  text-align: center;
  /* fix za iOS: */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000;
}

.header-btn.heart {
  font-size: 1.7rem;
  margin-right: 10px;
  width: 44px;
}

.header-btn span {
  font-size: 15px;
  margin-left: 6px;
}

.header-btn.login-green::after {
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  top: 3px;
  right: 8px;
}

.header-btn#basket-menu-open {
  font-size: 2rem;
  padding-bottom: 6px;
  width: 44px;
}

.user-menu-wrapper {
  margin-right: 10px;
}

#basket-menu-open .basket-header {
  background: #000;
  color: #fff;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  display: inline-block;
  min-width: 20px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: -2px;
  right: -7px;
  font-size: 11px;
  font-weight: 400;
}

/* * * HEADER * * */
/* * * * * * * * * */
@keyframes moveHeaderSticky {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

.buttons-search.sticky {
  position: fixed;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  top: 0;
  z-index: 5;
  box-shadow: 0px 0px 13px 1px rgb(112 112 112 / 68%);
  /* transition: all 0.5s ease; */
  animation: moveHeaderSticky 0.5s ease-out;
  width: 100%;
  padding: 5px 0;
}

#b2b-menu {
  order: 6;
  padding: 6px 10px 8px;
  font-size: 21px;
  color: var(--primary);
  height: var(--header-height);
  line-height: 32px;
}

/* .fixed-header-compensation {
  height: calc(var(--header-height) + 42px);
} */
header {
  background-color: #fff;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.15); */
  /* Fixed ?? */
  /* position: fixed; */
  /* transform: translate3d(0, 0, 0); for iOS on fixed position ??? */
  /* z-index: 3;
  left: 0;
  top: 0; */
  width: 100%;
}

header #HeaderZone {
  margin-right: auto;
  flex-shrink: 1;
  flex-grow: 0;
}

header .logo-zone > a {
  padding: 0 0.2rem;
  min-height: var(--header-height);
  min-width: var(--header-height);

  display: flex;
  align-items: center;
  justify-content: center;
}

header .user-menu-wrapper {
  display: flex;
}

header .user-menu-wrapper a:first-of-type {
  width: 44px;
}

header .user-menu-wrapper .header-btn.heart {
  font-size: 1.7rem;
  margin-right: 10px;
}

.dropdown {
  position: relative;
  z-index: 4;
}

.dropdown .dropdown-body {
  display: none;
  position: absolute;
  background-color: #fff;
  right: 0;

  -webkit-box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.15);
}

/* .dropdown.open .dropdown-body { */
.dropdown:hover .dropdown-body {
  display: block;
}

.dropdown .dropdown-body a {
  padding: 0.8rem 1.25rem;
  cursor: pointer;
  font-weight: 500;
  display: block;
  white-space: nowrap;
}

/* main-logo */
.logo-zone img {
  height: 80px;
  max-width: 175px;
  object-fit: contain;
}

/* * * horizontal group menu * * */
#HorizontalMenuZone {
  margin: auto;
  /* overflow-x: auto; */
  width: 100%;
  background-color: var(--primary);
}

.lvl1-outer {
  display: flex;
}

.lvl1-inner {
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  display: flex;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.lvl1-scroll {
  padding: 0.8rem 0.6rem 0.75rem;
  cursor: pointer;
}

.group-menu.level1-menu-ascx-horiz {
  display: flex;
  margin: 0 auto;
}

.group-menu.level1-menu-ascx-horiz li::nth-child(n + 6) {
  display: none;
  color: red;
}

.group-menu.level1-menu-ascx-horiz a {
  padding: 0.75rem;
  display: block;
  white-space: nowrap;
  color: #000;
}

.group-menu.level1-menu-ascx-horiz .lvl1-prev {
  left: 0;
}

.group-menu.level1-menu-ascx-horiz .lvl1-next {
  right: 0;
}

/* * * OVERLAY * * * */
/* * * * * * * * * * */
.body-overlay {
  display: none;
}

.show-overlay .body-overlay {
  display: block;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

/* * * SIDE MENUS * * */
/* * * * * * * * * * */
.side-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  background-color: #fff;
  transition: transform 0.2s ease-in-out;
}

.side-menu.top {
  left: 0;
  transform: translateY(-100%);
  height: unset;
}

.side-menu.left {
  left: 0;
  transform: translateX(-100%);
}

.side-menu.right {
  right: 0;
  transform: translateX(100%);

  display: flex;
  flex-direction: column;
}

.side-menu.right .close-menu {
  margin-left: auto;
}

/* * * MAIN MENU * * */
/* * * * * * * * * * */

nav.main-menu {
  max-width: 280px;
}

.show-main-menu nav.main-menu {
  transform: translateX(0);
  box-shadow: 10px 0 15px -5px rgba(0, 0, 0, 0.2);
}

nav.main-menu a {
  font-weight: 400;
  padding: 0.75rem 1rem;
  display: block;
  line-height: 1.2rem;
}

.side-menu .group-menu {
  max-height: calc(100vh - var(--header-height));
  overflow-x: hidden;
  overflow-y: auto;
}

#MenuZone .group-menu li .level1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#MenuZone .group-menu li:last-of-type .level1 {
  border-bottom: none;
}

#MenuZone .group-menu li .level1 .level2-panel {
  border-bottom: 0.4px solid rgba(0, 0, 0, 0.15);
}

/* * * RIGHT MENUS * * */
/* * * * * * * * * * * */

.show-user-menu .user-menu,
.show-basket-menu .basket-menu,
.show-location-menu .location-menu {
  transform: translateX(0);
}

.show-basket-menu .basket-menu {
  box-shadow: -10px 0 15px -5px rgba(0, 0, 0, 0.2);
}

.user-menu,
.basket-menu,
.location-menu {
  max-width: 360px;
}

.shipping-price .shipping-price-page {
  color: var(--dark-primary);
  font-weight: 500;
}

.shipping-price .shipping-price-page:hover {
  text-decoration: underline;
}

/* TEMP - LOGIN? */
.logged-in .user-menu-wrapper > .header-btn {
  color: var(--primary);
}

/* TEMP */
.location-gadet {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
}

.basket-gadet .total_price {
  display: flex;
  gap: 1rem;
  font-weight: 500;
  font-size: 1.1rem;
  margin: 1.5rem 0;
  text-align: right;
  white-space: nowrap;
}

.basket-gadet .proceed {
  margin-left: auto;
}

/* .basket-gadet-header {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
} */
.basket_gadet_table {
  font-size: 0.9rem;
}

.basket_gadet_table td {
  min-width: 1.6rem;
}

.basket_gadet_table td .remove {
  padding: 0.5rem;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
  cursor: pointer;
}

.basket_gadet_table td .remove:hover {
  color: #fff;
  background-color: var(--bs-dark);
}

.basket_gadet_table td .remove::before {
  content: '\F5DE';
  font-family: bootstrap-icons;
}

.basket-gadet .total_price::before {
  content: 'UKUPNO:';
  margin-right: auto;
  color: var(--bs-dark);
}

.basket-gadet .buttons {
  display: flex;
}

.basket-gadet .buttons .btn.cta {
  line-height: 2rem;
  height: unset;
  text-transform: uppercase;
  font-size: 0.9rem;
}

#basket-module-container .basket-item .image img {
  height: 130px;
}

.location-gadet .location-item {
  margin-bottom: 0.5em;
  display: flex;
  flex-direction: column;
}

.location-gadet .location-item .location-title {
  font-weight: bold;
}

.location-gadet .location-item .location-desc {
  margin-left: 0.5em;
}

.location-gadet .location-item .location-desc > p {
  margin-top: 0.5em;
}

/* * * CONTACT  * * */
/* * * * * * * * * * * */
#contact-page .contact-loc-time {
  display: flex;
  margin: 62px 0 32px;
}

#contact-page .contact-loc-time .location-info,
#contact-page .contact-loc-time .time-info {
  display: flex;
}

#contact-page .contact-loc-time .call-center {
  max-width: 220px;
}

#contact-page .contact-loc-time .location-info .loc-icon,
#contact-page .contact-loc-time .time-info .time-icon {
  max-width: 44px;
  margin-top: 23px;
  margin-right: 10px;
}

#contact-page .contact-map {
  width: 100%;
  margin-bottom: 70px;
}

#contact-page .contact-map iframe {
  width: 100% !important;
}

.contact-form-inner .aboit-inf-message {
  display: flex;
  justify-content: space-between;
}

.contact-form-inner .aboit-inf-message div {
  width: 49%;
  margin-bottom: 20px;
}

.contact-form-inner .aboit-inf-message div input {
  width: 100%;
}

.text-message textarea {
  width: 100%;
  margin-bottom: 20px;
}

.contact-info {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  margin-bottom: 1rem;
}

.contact-info a:hover {
  color: var(--primary);
}

.contact-info a i {
  padding-right: 7px;
}

.contact-info.contact-info-tel {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
}

.contact-info.contact-info-tel a {
  margin-bottom: 1rem;
}

/* * * BASKET MENU / SIDE MENU WITH TOP ROW * * */
/* * * * * * * * * * */
.side-menu .top {
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}

.side-menu .top .close-menu {
  margin-left: 0;
  flex-shrink: 0;
}

.side-menu .top .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.side-menu .top .header > span {
  padding: 0 0.5rem;
}

.side-menu .top .header .title {
  font-weight: 500;
}

.side-menu .top .header .products-count {
  font-size: 0.8rem;
}

.side-menu .middle {
  height: 100%;
  overflow-y: auto;
  background-color: #fafafa;
  padding-bottom: 5rem;
}

/* * * SEARCH MENU * * */
/* * * * * * * * * * */
/* clears the ‘X’ from Internet Explorer */
input[type='search']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

.buttons-search {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.buttons-search > div {
  display: flex;
  align-items: center;
}

.show-search-menu .search-menu {
  transform: translateY(0);
}

.search-menu {
  position: relative;
  transform: translateY(0);
  transition: none;
  z-index: 2;
  width: 100%;
}

.search-menu > .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#SearchZone {
  flex-basis: calc(100% - var(--header-height));
  max-width: 800px;
  /* margin-right: 81px; */
}

.search-inner {
  padding: 0;
  display: flex;
  align-items: center;
}

.search-inner > input {
  height: 2.8rem;
  /* margin: 0.25rem 0.5rem 0.1rem 0.5rem; */
  /* width: calc(100% - 1rem); */
  /* background-color: #f7f7f7; */
  background-color: var(--bs-gray-100);
  border: 2px solid var(--primary);
  width: 100%;
  outline: none;
  padding-left: 1.1rem;
  border-radius: 2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 0.9rem;
}

.search-inner > input::placeholder {
  color: var(--primary);
}

.search-inner > .bi-search {
  display: block;
  /* position: absolute; */
  /* right: 1rem; */
  color: #fff;
  font-size: 1.4rem;
  border-radius: 2rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: var(--primary);
  padding: 9.52px 15px;
  cursor: pointer;
}

.tlm .search-inner > .bi-search {
  padding: 5.5px 15px;
}

/* * * * KATEGORIJE I FILTERI - SLIDE MENU * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * */

#category-container {
  max-width: 280px;
}

#category-container.side-menu .middle {
  background-color: #fff;
}

.categories-wrapper {
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 0.5rem;
  position: relative;
}

.show-category-menu #category-container {
  transform: translateX(0);
  box-shadow: 10px 0 15px -5px rgba(0, 0, 0, 0.2);
}

#category-menu-open {
  width: 144px;
  display: flex;
  padding-left: 37px;
  padding-right: 46px;
}

#category-menu-open > i {
  margin-right: 0.35rem;
}

#groupMenuInput {
  width: 260px;
  margin: 10px;
  height: 3rem;
}

/* * * * * * * * * * * * * */
/* * * LISTA PROIZVODA * * */
/* * * * * * * * * * * * * */

#advancedfilterresult:empty::before {
  content: 'Nema pronađenih proizvoda';
  background-color: rgba(var(--bs-danger-rgb), 10%);
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1 / -1;
  max-height: 80px;
}

.action-sticker {
  background-color: var(--bs-red);
  color: #fff;
  display: inline-block;
  position: absolute;
  padding: 1.1rem 0.8rem;
  border-radius: 3px;
  font-size: 1.01rem;
  font-weight: 500;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
}

.afg-list {
  padding: 0 0.5rem;
  display: grid;
  /* align-items: start; */
  gap: 0.5rem;
}

.afg-list .product {
  border-radius: 3px;
  /* background-color: var(--very-light-primary); */
  background-color: #fafafa;
  overflow: hidden;
  outline: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
}

.afg-list .product .product__inner {
  position: relative;
}

.afg-list .product .product__details {
  padding: 1rem;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: space-evenly;
  flex-grow: 1;
}

.afg-list .product .product__details .name {
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 16px;
  margin: 0;
  height: 34px;
  overflow: hidden;
  flex-shrink: 0;
}

.afg-list .product .product-image img {
  max-height: 270px;
  width: 100%;
  object-fit: contain;
  background-image: url(/templates/B2C/skins/main/images/Ripple-1s-200px.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  /* min-height: 36px; */

  /* SAFARI / iOS FIX ? */
  /* height: auto; */
}

.pro_owl_thumb.category-list-inner {
  background-color: #fff;
  max-height: 285px;
  max-width: 100%;
  padding: 15px;
}

.product__details .cta-wrapper {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.product__details .price {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  /* color: var(--bs-gray-500); */
}

.product__details .price .action-price {
  color: #dc3545;
  font-size: 1.05rem;
}

.product__details .price .sales-price {
  font-size: 1.05rem;
  color: #444;
}

.product__details .price .full-price {
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--bs-gray);
  text-decoration: line-through;
}

.product__details .price .variation-price {
  align-self: flex-end;
}

.btn.basket {
  padding: 0;
  font-size: 1.25rem;
  border-radius: 3px;
  outline: 1px solid #e8e8e8;
  height: 45px;
  width: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn.basket.primary {
  background-color: var(--primary);
  outline-color: var(--primary);
  /* color: #fff; */
  color: var(--bs-dark);
}

.btn.basket.primary:hover {
  background-color: var(--primary);
  color: var(--primary);
  background-color: #fff;
}

.btn.basket.warning {
  background-color: var(--bs-warning);
  outline-color: var(--bs-warning);
  color: #fff;
}

.btn.basket.warning:hover {
  background-color: var(--bs-warning);
  color: var(--bs-warning);
  background-color: #fff;
}

.btn.basket.orange {
  background-color: var(--bs-orange);
  outline-color: var(--bs-orange);
  color: #fff;
}

.btn.basket.orange:hover {
  background-color: var(--bs-orange);
  color: var(--bs-orange);
  background-color: #fff;
}

#disabled-bsk {
  color: var(--primary);
  background-color: #fff;
}

/* pager */
.k-pager-wrap {
  margin: 1rem 0.5rem;
  background-color: #fff !important;
  border-color: #fff !important;
}

.k-pager-numbers .k-state-selected {
  border-color: unset !important;
  color: #fff !important;
  border-radius: 50% !important;
  background-color: var(--primary) !important;
  margin-top: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

.k-link:link {
  color: var(--bs-dark) !important;
}

.k-pager-wrap .k-link {
  border-color: #fff !important;
}

#filtersLeft > .filter-wrapper {
  border: 2px solid #424542;

  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: auto;
}

#filtersLeft .title-category {
  display: block;
  background-color: #424542;
  color: #fff;
  padding: 1rem;
  /* text-align: center; */
  text-transform: capitalize;
  font-weight: 700;
  font-size: 0.9rem;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter-wrapper ul {
  padding: 0 0.25px;
  max-height: unset;
  white-space: normal;
}

#filtersTop .filter-wrapper ul {
  border: none;
  /* display: none; */
  position: relative;
}

.filterleft #category-container .middle .title {
  display: block;
  margin: 1rem 0;
  padding: 0 0.5rem;
  font-weight: 500;
}

#filtersLeft .list-category {
  padding: 0.7rem 1rem;
  cursor: pointer;
}

#filtersLeft .list-category label {
  cursor: pointer;
}

#filtersLeft .list-category {
  border: none;
}

#filtersLeft .list-category:hover {
  background-color: #fafafa;
}

.filter-wrapper ul li {
  display: block;
  /* text-align: center; */
  padding: 0.7rem;
  white-space: normal;
  font-size: 0.9rem;
  font-weight: 300;
}

#filtersTop .filter-wrapper ul li {
  text-align: start;
}

#filtersTop {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0.5rem;
  gap: 0.25rem;
  min-width: 0;
  margin-left: auto;
  align-items: center;
}

#sort-filter {
  margin-bottom: 0.5rem;
}

#sort-filter .filter-wrapper {
  margin-left: auto;
  width: unset;
}

#sort-filter .filter-wrapper .filter-dropdown {
  border: 1px solid #e8e8e8;
  text-align: center;
  border-radius: 3px;
  height: 49px;
  line-height: 1.5rem;
  font-size: 0.9rem;
}

.filter-sort-container {
  display: flex;
  column-gap: 0.46rem;
}

.filter-sort-container > #sort-filter {
  margin-left: auto;
  margin-right: 0;
  min-width: 150px;
  height: 48px;
  display: block;
}

.tags-container {
  text-align: end;
  min-width: 0;
  display: flex;
  align-items: center;
  align-self: center;
  gap: 0.5rem;
}

.tags-container button {
  margin-bottom: 1rem;
}

.tags-container button.allfilter {
  background: var(--bs-dark);
  border-color: var(--bs-dark);
  color: #fff;
  border-radius: 50%;
  font-size: 0.9rem;
  padding: 0.2rem;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  flex-grow: 0;
}

#FilterTags:empty {
  display: none;
}

#FilterTags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  color: var(--bs-dark);
  border: none;
}

#FilterTags button {
  font-size: 14px;
  padding: 8px;
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;

  /* NEW - BADGE / PILL */
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
  border-radius: 12px;
  padding: 0.25rem 0.5rem 0.26rem;
  font-size: 0.7rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;

  line-height: 12px;
  height: 14px;
}

#FilterTags button::after {
  content: '\F623';
  font-family: bootstrap-icons;
  margin-left: 0.5rem;
  position: relative;
  top: 2px;
  font-size: 0.8rem;
}

.filter-wrapper {
  position: relative;
  width: 100%;
}

.filter-wrapper > .filter-dropdown {
  display: block;
  position: relative;
  padding: 0.75rem;
  padding-right: 2rem;
  /* border: 1px solid #e8e8e8; */
  /* text-transform: uppercase; */
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.filter-wrapper:last-of-type > .filter-dropdown {
  border-bottom: none;
}

.filter-wrapper > .filter-dropdown::after {
  content: '\f282';
  font-family: bootstrap-icons;
  position: absolute;
  right: 0.5rem;
  transition: transform 0.2s ease-in-out;
}

#filtersTop .filter-wrapper > .filter-dropdown::after {
  content: '\f286';
}

.filter-wrapper#sortDiv > ul.sort-list > li {
  display: block;
  white-space: nowrap;
  width: unset;
  text-align: right;
  text-align-last: right;
  cursor: pointer;
  padding: 0.75rem;
}

.filter-wrapper.has-selected > .filter-dropdown::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--primary);
  border: 1px solid #fff;
  left: 0;
  top: 1.1rem;
}

.filter-wrapper > .sort-list {
  display: none;
  position: absolute;
  flex-direction: column;
  right: 0;
  width: auto;
  min-width: 100%;
  max-height: 300px;
  height: unset;
  padding-bottom: 0.5rem;
  background-color: #fff;
  z-index: 1;
  border: 1px solid #e8e8e8;
  top: calc(100% - 1px);
}

.filter-wrapper.open > .sort-list {
  display: flex;
  border-radius: 3px;
}

.see-more-filters {
  padding: 0.7rem;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
}

.see-more-filters::before {
  content: '\F64D';
  font-family: bootstrap-icons;
  height: 20px;
  width: 20px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  color: gray;
  font-weight: 800;
  background-color: #fff;
  padding: 0px;
}

.see-more-filters.minus::before {
  content: '\F2EA';
}

/* * * KORPA.ASPX * * */
/* * * * * * * * * * */
.radio-container {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.radio-container .radio label {
  display: flex;
  padding: 0.75rem 1.5rem;
  background-color: var(--bs-gray-200);
  white-space: nowrap;
  gap: 0.5rem;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.radio-container .radio label:has(input:checked) {
  background-color: var(--primary);
}
.radio-container > .radio > label > input {
  height: unset !important;
  margin: 0 !important;
}

/* * * * * * * * * * * * * */
/* * * FOOTER * * */
/* * * * * * * * * * * * * */
footer {
  background-color: #000;
  min-height: 120px;
  padding: 50px 0 0;
}

footer .footer-logo {
  width: 200px;
  margin: 0 auto 50px;
}

footer .footer-info {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 50px;
  padding: 0 1rem;
}

footer .footer-info i {
  padding-right: 7px;
}

footer .footer-info a {
  display: block;
  color: #fff;
  padding: 0.5rem;
}

footer .footer-info a:hover {
  color: var(--primary);
}

footer .footer-wrapper .footer-text {
  display: flex;
  justify-content: space-evenly;
  gap: 1rem;
  padding: 0 1rem;
}

footer .footer-wrapper .footer-text ul li {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 19px;
}

footer .footer-wrapper .footer-text ul li a {
  color: #fff;
  padding: 0.5rem;
  display: block;
}

footer .footer-wrapper .footer-text ul li a:hover {
  color: var(--primary);
  transition: all 0.15s linear 0s;
}

footer .footer-wrapper-sec {
  display: flex;
  flex-direction: column-reverse;
}

footer .social-icons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

footer .social-icons a {
  font-size: 20px;
  color: #fff;
  padding: 0.5rem;
}

footer .social-icons a:hover {
  color: var(--primary);
  transition: all 0.15s linear 0s;
}

.call-phone-number {
  display: none;
}

footer .copyright {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0 1rem;
}

footer .copyright a {
  color: #fff;
  text-decoration: underline;
  padding: 0.25rem;
  display: inline-block;
}

footer .copyright a:hover {
  color: var(--primary);
  transition: all 0.15s linear 0s;
}

footer .footer-wrapper-sec ul li {
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
}

#FooterZone .ver-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

#FooterZone .ver-item .module:first-of-type {
  margin-right: 80px;
  margin-bottom: 50px;
}

#FooterZone .ver-item .module:last-of-type {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

#FooterZone .ver-item .module .service-user {
  margin-bottom: 50px;
}

/* * * creditcards * * */
#CreditCardsZone {
  background-color: #fff;
}

/* .bt-footer-bottom {
  padding: 0.5rem 0;
} */

.credit-card-container {
  width: 60%;
  margin: 0 auto;
  padding: 1rem;
}

.credit-card-container .credit-card-item {
  display: flex;
  justify-content: center;
  margin: 0.5rem 0;
}

.credit-card-container .credit-card-item img {
  height: 35px;
  max-width: 100%;
  vertical-align: middle;
  object-fit: contain;
  margin-right: 10px;
}

/* * * pager * * */
.k-webkit .k-pager-numbers .k-current-page .k-link:after {
  content: '\F235' !important;
  font-family: 'bootstrap-icons' !important;
  margin-top: -0.4em !important;
  right: 3px !important;
  color: #222 !important;
  font-size: 12px !important;
}

/* products slider */
.container.product-preview {
  margin-bottom: 3rem;
}

.product-preview .swiper-pagination {
  position: relative !important;
  top: unset !important;
  bottom: unset !important;
  margin-top: 1rem;
}

.swiper-pagination-bullet-active {
  background: var(--primary) !important;
}

.product-preview .product-preview-swiper {
  padding: 3px 3px;
}

.product-preview .product .product-img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  background: #fff;
  max-height: 285px;
  max-width: 100%;
  padding: 15px;
}

.product-preview .product .product-text {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  /* background-color: var(--very-light-primary); */
  height: 80px;
  text-align: center;
}

.tns-outer {
  margin-bottom: 48px;
}

.shop-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.shop-all .shop-all-title {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
}

/*  */
.product-img {
  position: relative;
}

.slider-action .pp-action-sticker {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  background-color: #e00;
  box-shadow: 2px 5px 10px #e4e4e4;
  color: #fff;
  padding: 0 9px;
}

.product-text {
  padding: 1rem;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-text p {
  margin: 0px;
}

.product-text .prod-title {
  font-weight: 700;
  /* text-align: left; */
  font-size: 14px;
  line-height: 16px;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* width: 111px; */
  text-wrap: balance;
}

.product-text .prod-desc {
  font-size: 0.9rem;
}

.product-text .prod-price {
  margin: 1rem 0;
  font-weight: 500;
}

.product-text .prod-btn {
  transition: all 0.15s linear 0s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  box-shadow: none;
  min-height: 40px;
  border-radius: 3px;
  border: 1px solid rgb(217, 217, 217);
  font-weight: 700;
  font-size: 14px;
  padding: 7px 10px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  margin: 0px;
  height: auto;
  justify-content: center;
}

.product-text .prod-btn:hover {
  border: 1px solid #000;
}

.product-preview .swiper-backface-hidden .swiper-slide {
  overflow: hidden;
  border-radius: 3px;
  background-color: #fafafa;
  outline: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
}

/* #cateHomeSwiper .swiper-button-next,
#cateHomeSwiper .swiper-button-prev {
  top: 44% !important;
  border-radius: 50%;
  height: 28px !important;
  width: 28px !important;
  background-color: transparent;
  cursor: pointer;
} */

#cateHomeSwiper .swiper-button-next {
  right: 0;
}

#cateHomeSwiper .swiper-button-prev {
  left: 0;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 14px;
  font-weight: 600;
}

#cateHomeSwiper .swiper-button-next::after,
#cateHomeSwiper .swiper-button-prev::after {
  font-size: 16px;
  color: rgb(112 112 112 / 68%);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: unset;
}

/* Add to basket */
.btn.cta .loader,
.btn.basket .loader {
  display: none;
  width: 2rem;
  height: 2rem;
}
.btn.cta.loading,
.btn.basket.loading,
.btn.basket.adding-to-basket {
  pointer-events: none;
}
.btn.cta.loading *,
.btn.basket.loading *,
.btn.basket.adding-to-basket * {
  font-size: 0;
  display: none;
}
.btn.cta.loading span,
.btn.basket.loading span,
.btn.basket.adding-to-basket span {
  display: none;
}
.btn.cta.loading .loader,
.btn.basket.loading .loader,
.btn.basket.adding-to-basket .loader {
  display: block;
  margin: auto;
}

.btn.basket.primary.adding-to-basket .loader {
  filter: brightness(0.5);
}

/* * * * * * * * * * * * * */
/* * * BRANDS * * */
/* * * * * * * * * * * * * */
.brand-title {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  padding: 0 1rem;
}

#brand-slider {
  margin: 2rem 0 1rem;
}

#brand-slider > .swiper-wrapper {
  align-items: center;
}

#brand-slider div img {
  width: 120px;
  margin: 0 auto;
}

#brand-slider-autor {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #d8d6d5;
  border-bottom: 1px solid #d8d6d5;
  position: relative;
  overflow: visible;
}

#brand-slider-autor .swiper-pagination {
  bottom: -24px;
  position: absolute;
}

/* * * * * * * * * * * * * */
/* * * ABOUT MESSAGE * * */
/* * * * * * * * * * * * * */
.about-message {
  padding: 39px 1rem;
  margin-bottom: 48px;
  background-color: var(--primary);
  color: #fff;
}

.about-message h1 {
  color: #fff;
  margin: 0px;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 28px;
}

.about-message p {
  font-size: 18px;
}

/* * * * * * * * * * * * * */
/* * * BLOG * * */
/* * * * * * * * * * * * * */

#topics-of-blog {
  padding-bottom: 30px;
  margin-bottom: 20px;
}

#topics-of-blog .topic .topic-text {
  padding: 1rem;
}

#topics-of-blog .swiper-pagination {
  margin-bottom: 10px;
}

.blog {
  margin-bottom: 40px;
  background-color: #fafafa;
  padding: 1rem 0 0.5rem;
}

.blog-title {
  border-bottom: 1px solid #d8d6d5;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
}

.blog-title h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 0.5rem;
}

.blog .blog-btn {
  display: flex;
  align-self: center;
}

.blog .blog-btn a {
  background-color: transparent;
  padding: 0;
  text-transform: none;
  font-size: 16px;
  border: 0;
  border-radius: 0;
  color: var(--bs-dark);
}

.blog-topics .topic .topic-text {
  font-weight: 300;
  font-size: 15px;
}

#topics-of-blog .topic .topic-text span {
  display: block;
}

#topics-of-blog .topic .topic-text span.news-date {
  margin-bottom: 5px;
  font-size: 13px !important;
}

#topics-of-blog .topic .topic-text span.news-description {
  margin-bottom: 2rem;
}

#topics-of-blog .topic .topic-text span.news-date,
#topics-of-blog .topic .topic-text span.news-description {
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

#topics-of-blog .topic .topic-text span.news-see-more {
  margin-bottom: 5px;
  font-weight: 600;
}

#topics-of-blog .topic .topic-text span.news-see-more i {
  margin-left: 1rem;
}

.whole_news-text p {
  line-height: 1.5rem;
}

.whole_news-text ul {
  padding-left: 3rem;
  list-style: disc;
  margin: 1rem 0;
}

.whole_news-text ul li {
  line-height: 2rem;
}

.blog-topics .topic .topic-text a {
}

.blog-topics .topic .topic-text p {
  font-weight: 400;
  font-size: 14px;
}

.blog-topics .topic .topic-text h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
  margin: 0 0 0.5rem;
}

.blog-topics .topic .topic-img {
  margin-bottom: 10px;
}

.blog-topics .topic .topic-img img {
  object-fit: cover;
  border-radius: 1rem;
  height: 209px;
}

/* * * * * * * * * * * * * */
/* * * FULL NEWS LIST * * */
/* * * * * * * * * * * * * */
.quick-news {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  padding-left: 8px;
  padding-right: 8px;
  flex-basis: 83.3333%;
  width: 83.3333%;
  max-width: 83.3333%;
  margin: 0 auto;
  margin-bottom: 50px;
  min-height: 400px;
}

.quick-news .quick-news-element {
  margin-bottom: 20px;
  box-shadow: 0px 5px 15px 3px rgb(0 0 0 / 5%);
}

.quick-news .quick-news-element .image img {
  max-height: 300px;
  object-fit: cover;
}

.quick-news-element-text {
  padding: 20px;
}

.quick-news .news-heading {
  display: flex;
  flex-direction: column;
}

.quick-news .news-heading span {
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0;
  font-weight: 300;
}

.quick-news .news-heading .title {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  margin-bottom: 1rem;
  display: block;
  overflow: hidden;
}

.quick-news .book_more {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  display: block;
  margin-top: 26px;
}

/* news details */
.quick-news-details {
  max-width: 950px;
  width: 100%;
  margin: 1rem auto 3rem;
  padding: 1rem;
  min-height: 500px;
}

.quick-news-details .whole_news-image {
  margin-bottom: 50px;
  width: unset;
  max-width: 100%;
}

/* * * * * * * * * * * * * * */
/* * * DETALJI PROIZVODA * * */
/* * * * * * * * * * * * * * */
.container.product-details {
  min-height: 600px;
}

.product__title h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.product__details {
  font-size: 0.88rem;
  line-height: 1.2rem;
}

.product__small__images {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  overflow: auto;
}

.product__small__images .thumb {
  border: 1px solid #d9d9d9;
}

.product__small__images .thumb.zoomGalleryActive {
  border: 1px solid var(--primary);
}

.product__small__images img {
  height: 64px;
  width: 64px;
}

.portfolio-full-image .zoomWrapper {
  margin: auto;
}

.portfolio-full-image img {
  /* TEMP ? */
  width: auto;
  max-width: 100%;
  /* max-height: 600px; */
  height: 500px !important;
}

/* CENE / PRICES */
.pro__dtl__price {
  margin: 1rem 0;
}

.sales__price > span {
  display: block;
  color: var(--dark-primary);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.3rem;
}

.full__price > div,
.full__price > span {
  display: inline-block;
  text-decoration: line-through;
  color: var(--bs-secondary);
  font-size: 0.9rem;
}

.product-quantity,
.button_buy,
.add-to-w-l {
  margin-bottom: 1.5rem;
}

.add-to-w-l {
  padding: 1rem 1.05rem;
}

.product-quantity {
  display: flex;
}

.product-quantity .cart-plus-minus {
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  display: flex;
  gap: 0.25rem;
  align-items: center;
}

.product-quantity .cart-plus-minus-box {
  border: none;
  outline: none;
  height: 3rem;
  width: 3rem;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.9rem;
}

.product-quantity .qtybutton {
  /* position: absolute; */
  color: #d9d9d9;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
}

.product__details__container {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.5rem;
}

.product__details__wrapper .basket-container .cart-buttons {
  column-gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  position: relative;
}

.product__details__wrapper .sales-description {
  line-height: 1.5;
  margin-bottom: 2rem;
}

.product__details__wrapper .sales-description ul {
  list-style: disc;
  padding-left: 1.75rem;
}

.product__details__wrapper .sales-description ul li {
  margin-bottom: 0.25rem;
}

.product__details__wrapper .sales-description strong {
  font-weight: 600;
}

.product__details__wrapper .sales-description h3 {
  margin-bottom: 0.6rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;

  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.product__details__wrapper .sales-description div p {
  margin: 0 0 0.5rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.product__details__wrapper .sales-description div {
  margin-bottom: 1.5rem;
}

.product__details__wrapper .sales-description div a {
  color: var(--primary);
  font-weight: 500;
}

.product__details__wrapper .authors-section a {
  color: var(--primary);
  font-weight: 500;
}

.product__details__wrapper .authors-section a:hover {
  text-decoration: underline;
}

/* Karakteristike / atributi */
.sales-description.features .feature__item {
  margin: 0;
  display: flex;
  background-color: #f9f8f3;
  font-size: 0.9rem;
}

.sales-description.features .feature__item:nth-child(even) {
  background-color: #fcfbf9;
}

.sales-description.features .feature__item span {
  padding: 0.75rem;
  flex: 50%;
}

.sales-description.features .feature__item .attr-name {
  font-weight: 500;
  /* flex: 40%; */
}

/* .sales-description.features .feature__item .attr-value {
  flex: 60%;
} */

/* Varijacije */
.variation-container {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  max-height: 400px;
  min-height: 165px;
  overflow-y: auto;
}

.variation-container .variation-item {
  display: grid;
  grid-template-columns: 120px minmax(0, auto) 104px 56px;
  column-gap: 0.5rem;
  width: 100%;
  margin-bottom: 0.5rem;
  align-items: center;
}

.variation-container .variation-attributes {
  line-height: 1.25rem;
}

.variation-container .variation-attributes .name {
  display: block;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.variation-container .variation-attributes .attribute {
  font-size: 0.9rem;
}

.variation-container .variation-image {
  max-height: 112px;
}

.variation-container .variation-price {
  white-space: nowrap;
  font-weight: 500;
  font-size: 0.9rem;
  text-align: right;
}

.variation-container .variation-basket .btn.cta {
  height: auto;
}

/* .variation-item .variation-image {
  cursor: pointer;
} */

/* * * Nove varijacije * * */
.var-group-key {
  font-size: 1rem;
  line-height: 1.1rem;
  color: #6c757d;
  cursor: pointer;
}

.var-group {
  display: none;
  /* display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  gap: 0.3rem;
  padding: 0.5rem;
  border: 1px solid rgb(216 214 213);
  position: absolute;
  width: 97%;
  left: 0;
  height: auto;
  background-color: #fff;
  align-self: center;
  margin-left: 1.5%;
  box-shadow: 0px 0px 8px 3px rgb(112 112 112 / 28%); */
}

.var-group.hide {
  display: none;
}

.var-group-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 72px;
  gap: 0.25rem;
  cursor: pointer;
  margin: 0 0.2rem;
  flex-grow: 1;
}

.var-group-item img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  outline: 1px solid var(--primary);
  display: none;
}

.var-group-item .name {
  text-align: center;
  font-weight: 500;
  line-height: 1rem;
  outline: 2px solid rgba(0, 0, 0, 0.5);
  padding: 4px 15px;
  width: 100%;
  margin: 0.25rem 0;
}

.var-group-item .name:hover {
  background-color: #d8d6d5;
  outline: 2px solid #d8d6d5;
}

/* .var-group.hide .name {
  outline: unset;
  padding: 0;
  width: 0;
  margin: 0;
  height: 0;
  transition: all 0.7s ease-in-out;
} */

.var-group-item.selected img {
  outline: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 3px rgb(112 112 112 / 68%);
}

#newVarPrice:empty {
  display: none;
}

#newVarPrice {
  margin-bottom: 1rem;
}

/* variations - list prod */
#var-cont {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 30px;
}

#var-cont .var-item {
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 50%;
  border: 1px solid transparent;
  width: 24px;
  height: 24px;
  margin: 2px 5px;
  overflow: hidden;
  outline: 1px solid var(--bs-gray-400);
}

#var-cont .var-item:hover {
  outline: 1px solid rgba(0, 0, 0, 0.5);
}

#var-cont .var-item:first-of-type {
  margin-left: 0;
}

#var-cont .var-item.counter {
  background-color: white;
  justify-content: center;
}

#var-cont .var-item.counter .var-item-link {
  display: flex;
}

#var-cont .var-item.counter span {
  font-size: 10px;
}

/* * * * * * * * * * * */
/* * * FORM LABELS * * */
/* * * * * * * * * * * */
.label_wrap {
  margin-bottom: 0.5rem;
  display: block;
}

/* registracija /  Login */
#login-tab-pane {
  /* min-height: 450px; */
}

.login__register__menu {
  display: flex;
  justify-content: center;
  margin: 51px auto;
  border: unset !important;
}

.login__register__menu li {
  margin-right: 20px;
  padding-left: 15px;
}

.login__register__menu li button {
  color: rgb(33, 37, 41);
  font-size: 36px;
  transition: all 0.4s ease 0s;
  border: unset !important;
}

.login__register__menu li button:hover {
  color: rgb(33, 37, 41) !important;
  border: unset !important;
}

.login__register__menu li button.active {
  color: var(--primary) !important;
  border: unset !important;
}

.nk-t {
  font-size: 14px;
  color: var(--primary);
  position: absolute;
  white-space: nowrap;
  right: 21px;
  top: 52px;
}

.register-user {
  margin-bottom: 75px;
}

/* * * * * * * * * * * */
/* * * TABLES (responsive?) * * */
/* * * * * * * * * * * */
.table-responsive {
  overflow-x: auto;
}

.table-responsive table {
  min-width: 500px;
}

table {
  width: 100%;
  border-spacing: 0;
}

table img {
  width: auto;
}

th {
  text-align: left;
  border-bottom: 2px solid var(--bs-gray-300);
  padding: 0.5rem;
  font-weight: 500;
}

td {
  border-bottom: 1px solid var(--bs-gray-300);
  padding: 0.5rem;
}

table tr:last-of-type td {
  border-bottom: none;
}

/* warehouse stock table */
th.location-qty,
th.location-map,
td.location-qty,
td.location-map {
  text-align: center;
}

td.location-map a {
  display: inline-block;
}

/* BANNERI default*/
/* * * * * * * * * * * * * * * * * */
#home-banner-swiper {
  margin-bottom: 2rem !important;
}

#home-banner-swiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0 !important;
}

/* BANNER STYLE 1 * (.style1-banner)*/
/* * * * * * * * * * * * * * * * * */
/*

  .top-home .top-home-text h2 {
    font-size: 36px;
  }

  .top-home .top-home-text .logo-top {
    display: block !important;
    position: absolute;
    top: -54px;
    width: 200px;
    left: -95px;
  }

  .top-home .top-home-text .logo-top img {
    filter: drop-shadow(-2px 3px 13px gray);
  } */
#home-banner-swiper.style1-banner {
  margin-bottom: 2rem;
  padding: 0 0.5rem;
}

#home-banner-swiper.style1-banner .top-home {
  display: flex;
  margin-top: 1.6rem;
  margin-bottom: 2rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 1rem;
  overflow: hidden;
}

#home-banner-swiper.style1-banner .top-home .top-home-img {
  display: flex;
  max-height: 392px;
  width: 100%;
  background-color: #fff;
}

#home-banner-swiper.style1-banner .top-home .top-home-img img {
  object-fit: contain !important;
  max-height: 400px;
  aspect-ratio: 2 / 1;
}

#home-banner-swiper.style1-banner .top-home .top-home-img div {
  width: 100%;
}

#home-banner-swiper.style1-banner .top-home .top-home-img div:first-of-type {
  padding-right: 4px;
}

#home-banner-swiper.style1-banner .top-home .top-home-text {
  text-align: left;
  padding: 0 2rem;
  margin: 1rem 0;
  position: relative;
  width: 40%;
}

#home-banner-swiper.style1-banner .top-home .top-home-text .btn-top {
  display: block;
  max-width: 360px;
  margin: 0 auto 40px;
  border-radius: 2rem;
  display: inline-block;
}

#home-banner-swiper.style1-banner .top-home .top-home-text .banner-title {
  font-size: 1.7em;
  font-weight: 700;
  margin-bottom: 1rem;
}

#home-banner-swiper.style1-banner .top-home .top-home-text .banner-text {
  margin-bottom: 1.5rem;
  display: inline-block;
  margin-top: 0;
}

#home-banner-swiper.style1-banner .top-home .top-home-text .banner-text span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 800px;
}

/* BANNER STYLE 1.2 * (.style12-banner)*/
/* * * * * * * * * * * * * * * * * */
/*

  .top-home .top-home-text h2 {
    font-size: 36px;
  }

  .top-home .top-home-text .logo-top {
    display: block !important;
    position: absolute;
    top: -54px;
    width: 200px;
    left: -95px;
  }

  .top-home .top-home-text .logo-top img {
    filter: drop-shadow(-2px 3px 13px gray);
  } */
#home-banner-swiper.style12-banner {
  margin-bottom: 2rem;
  padding: 0 0.5rem;
}

#home-banner-swiper.style12-banner .top-home {
  display: flex;
  margin-top: 1.6rem;
  margin-bottom: 2rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 1rem;
  overflow: hidden;
}

#home-banner-swiper.style12-banner .top-home .top-home-img {
  display: flex;
  /* max-height: 392px; */
  width: 100%;
  background-color: #fff;
}

#home-banner-swiper.style12-banner .top-home .top-home-img img {
  object-fit: contain !important;
  /* max-height: 400px; */
  /* aspect-ratio: 192 / 95; */
}

#home-banner-swiper.style12-banner .top-home .top-home-img div {
  width: 100%;
}

#home-banner-swiper.style12-banner .top-home .top-home-img div:first-of-type {
  padding-right: 4px;
}

#home-banner-swiper.style12-banner .top-home .top-home-text {
  display: none;
  text-align: left;
  padding: 0 2rem;
  margin: 1rem 0;
  position: relative;
  width: 40%;
}

#home-banner-swiper.style12-banner .top-home .top-home-text .btn-top {
  display: block;
  max-width: 360px;
  margin: 0 auto 40px;
  border-radius: 2rem;
  display: inline-block;
}

#home-banner-swiper.style12-banner .top-home .top-home-text .banner-title {
  font-size: 1.7em;
  font-weight: 700;
  margin-bottom: 1rem;
}

#home-banner-swiper.style12-banner .top-home .top-home-text .banner-text {
  margin-bottom: 1.5rem;
  display: inline-block;
  margin-top: 0;
}

#home-banner-swiper.style12-banner .top-home .top-home-text .banner-text span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 800px;
}

/* BANNER STYLE 2 * (.style2-banner)*/
/* * * * * * * * * * * * * * * * * */
#home-banner-swiper.style2-banner .swiper-wrapper {
  margin-bottom: 2rem;
}

#home-banner-swiper.style2-banner .swiper-slide {
  margin-bottom: 2rem;
}

#home-banner-swiper.style2-banner .top-home {
  position: relative !important;
  margin-top: 1.5rem;
}

#home-banner-swiper.style2-banner .top-home-text {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: 30%;
  background: white;
  background: linear-gradient(
    to right bottom,
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 0.45)
  );
  border-radius: 2rem;
  padding: 1.5rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#home-banner-swiper.style2-banner .top-home-text .banner-title {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

#home-banner-swiper.style2-banner .top-home-text .banner-text {
  margin-bottom: 1.5rem;
}

#home-banner-swiper.style2-banner .top-home-text .banner-text span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 800px;
}

#home-banner-swiper.style2-banner .top-home-text .text-btn {
  display: block;
  padding: 15px 39px;
  margin: 0;
  border-radius: 2rem;
  background-color: var(--primary);
  border: unset;
  background-color: #fff;
  color: #000;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
}

#home-banner-swiper.style2-banner .swiper-slide {
  max-height: 448px;
  max-width: 900px;
  border-radius: 2rem;
}

#home-banner-swiper.style2-banner .swiper-slide .top-home-img {
  max-height: 448px;
  max-width: 900px;
  width: 100%;
}

#home-banner-swiper.style2-banner .swiper-slide .top-home-img img {
  object-fit: cover !important;
  border-radius: 2rem;
  aspect-ratio: 2 / 1;
}

.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 25px;
}
@media only screen and (max-width: 1444px) {
  #category-menu-open {
    width: 137px;
    padding-left: 31px;
    padding-right: 36px;
  }

  #sort-filter {
    width: 151.5px;
    margin-left: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .header-btn {
    font-size: 1.9rem;
  }

  .header-btn.heart {
    font-size: 1.5rem;
    margin-right: 0;
  }

  .header-btn#basket-menu-open {
    font-size: 1.7rem;
  }

  .user-menu-wrapper {
    margin-right: 0;
  }

  /* header */
  .header-btn.login-green::after {
    top: 8px;
    right: 10px;
  }

  header .user-menu-wrapper .header-btn.heart {
    font-size: 1.6rem;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {

  /* pager */
  .k-webkit .k-pager-wrap .k-pager-numbers .k-link {
    text-align: center !important;
    padding: 0px 10px !important;
  }

  .k-pager-numbers .k-state-selected {
    border-radius: 0 !important;
  }

  /* search */
  /* #SearchZone {
    margin-right: 55px;
  } */
}

@media only screen and (max-width: 1019px) {
  .top-home .top-home-text {
    padding-bottom: 2rem;
  }
}

@media (max-width: 990px) {
  #contact-page .contact-loc-time {
    flex-direction: column;
  }

  /* search */
  /* #SearchZone {
    margin-right: 50px;
  } */

  /* BANNER STYLE 1 * (.style1-banner)*/
  /* * * * * * * * * * * * * * * * * */
  #home-banner-swiper.style1-banner {
    padding: 0;
  }

  #home-banner-swiper.style1-banner .top-home {
    flex-direction: column;
    margin-top: 0;
    background-color: #fafafa;
    box-shadow: unset;
    border-radius: unset;
  }

  #home-banner-swiper.style1-banner .top-home .top-home-img {
    width: auto;
    margin-left: 0;
    display: flex;
    border-radius: unset;
    margin: 1.5rem 0.5rem 0 0.5rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 1rem;
  }

  #home-banner-swiper.style1-banner .top-home .top-home-img img {
    border-radius: 0;
  }

  #home-banner-swiper.style1-banner .top-home .top-home-text {
    width: auto;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  #home-banner-swiper.style1-banner .top-home .top-home-text .banner-title {
    font-size: 1.5rem;
  }

  #home-banner-swiper.style1-banner .top-home .top-home-text .btn-top {
    margin: 0;
    display: block;
    margin-bottom: 2rem;
    text-align: center;
    max-width: 88px;
  }
}

@media (max-width: 767px) {

  /* search */
  /* #SearchZone {
    margin-right: unset;
  } */

  /* Lista / filteri */
  .side-menu ul:not(.group-menu) {
    max-height: calc(100vh - var(--header-height) * 2);
    overflow: hidden;
    overflow-y: auto;
  }

  /* #filtersTop .filter-wrapper ul {
    display: none;
  } */

  .open.filter-wrapper>.filter-dropdown::after {
    transform: rotate(180deg);
  }

  .filterleft #groupMenuInput {
    margin-top: 0;
    margin-bottom: 0;
  }

  /* detalji */
  /* #WideTopZone .details-indicator,
  #WideTopZone .product__title {
    padding: 0 1rem;
  } */

  /* contact */
  .contact-form-inner .aboit-inf-message {
    flex-direction: column;
  }

  .contact-form-inner .aboit-inf-message div {
    width: 100%;
    margin-bottom: 20px;
  }

  /* ZOOM na slici proizvoda */
  .zoomContainer {
    display: none !important;
    pointer-events: none;
    touch-action: auto !important;
  }

  .zoomWrapper {
    pointer-events: none;
    touch-action: auto !important;
  }

  .side-menu .group-menu {
    max-height: calc(100vh - var(--header-height));
    overflow-x: hidden;
    overflow-y: auto;
  }

  .details-indicator {
    margin-top: 1rem;
  }

  /* footer */
  #FooterZone .ver-item .module:first-of-type {
    margin-right: unset;
  }

  /* registracija */
  .login__register__menu {
    margin: 35px auto;
  }

  .login__register__menu li button {
    font-size: 28px;
  }

  .nk-t {
    font-size: 13px;
    right: 13px;
    top: 45px;
  }
}

@media (max-width: 700px) {

  /* * * BANNER STYLE 2 (.style2-banner) * * */
  /* * * * * * * * * * * * * * * ** * * * * */
  #home-banner-swiper.style2-banner .swiper-slide {
    max-height: unset;
    margin-top: 0;
  }

  #home-banner-swiper.style2-banner .swiper-wrapper {
    margin-bottom: 1rem;
  }

  #home-banner-swiper.style2-banner .swiper-slide .top-home-img img {
    border-radius: 0;
  }

  #home-banner-swiper.style2-banner .top-home-text {
    position: static;
    width: auto;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

  #home-banner-swiper.style2-banner .top-home-text .banner-title {
    font-size: 1.4rem;
  }

  #home-banner-swiper.style2-banner .top-home-text .banner-text {
    line-height: 1.5rem;
    font-size: 1rem;
  }

  #home-banner-swiper.style2-banner .top-home-text .text-btn {
    margin: 0 auto;
  }

  /* * * Header * * */
  header {
    border-bottom: none;
  }

  .header-btn#search-open,
  .side-menu.search-menu .close-menu {
    display: none;
  }

  .header-btn.login-green::after {
    top: 9px;
    right: 0px;
  }

  .login-green {
    margin-right: 5px;
  }

  .side-menu.search-menu {
    position: relative;
    transform: translateY(0);
    transition: none;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.15); */
    z-index: 2;
  }

  #SearchZone {
    width: 100%;
    flex-basis: 100%;
    max-width: unset;
  }

  .search-menu>.container {
    justify-content: center;
  }

  .search-inner .new-search-loader {
    top: unset;
    right: 1rem;
  }

  #autocompleteNew {
    width: calc(100% - 1rem);
    top: calc(100% + 5px);
    left: 0.5rem;
    border-radius: 3px;
    padding-bottom: 6.5rem;
  }

  /* main-logo */
  .logo-zone img {
    height: 43px;
  }

  .logo-zone {
    max-width: 100px;
  }

  header .buttons-search {
    padding: 0;
  }

  header .buttons-search>div {
    flex-wrap: wrap;
    padding: 0.5rem;
    gap: 0.1rem 0.5rem;
  }

  header .buttons-search.sticky>div {
    padding: 5px;
  }

  header .buttons-search.sticky {
    padding: 0;
  }

  header .buttons-search .itemmenu {
    flex: 1;
  }

  header .buttons-search .itemmenu:nth-child(2) {
    flex: 10;
  }

  header .buttons-search .itemmenu:nth-child(2) .logo-zone a {
    justify-content: flex-start;
  }

  header .buttons-search .itemmenu:nth-child(3) {
    flex-basis: 100%;
    order: 2;
  }

  #main-menu-open {
    padding: 0;
    justify-content: flex-start;
  }

  #basket-menu-open {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .show-overlay .body-overlay {
    background-color: #8080802e;
  }

  .variation-container .variation-item {
    grid-template-columns: 80px minmax(0, auto) 60px;
    column-gap: 0.5rem;
  }

  .variation-container .variation-item .variation-image,
  .variation-container .variation-item .variation-basket {
    grid-row: span 2;
  }

  .variation-container .variation-item .variation-price {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    align-self: start;
    text-align: start;
  }

  .call-phone-number {
    display: block;
    position: fixed;
    bottom: 24px;
    left: 20px;
    z-index: 99;
    background-color: var(--primary);
    border-radius: 100%;
    color: #fff;
    padding: 17px 17px !important;
    font-size: 34px;
    -webkit-box-shadow: -1px 3px 12px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 3px 12px 1px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 3px 12px 1px rgba(0, 0, 0, 0.2);
  }

  .call-phone-number:hover {
    color: #fff !important;
  }

  /* search */
  .header-btn#search-open>span {
    display: none;
  }

  /* * * SEARCHBAR OVERRIDE default side menu top CSS: * * */
  /* * * SEARCHBAR OVERRIDE default side menu top CSS: * * */

  /* baner */
  .top-home {
    margin-top: 10px;
  }

  #home-banner-swiper.style1-banner .top-home .top-home-img {
    margin: 0.5rem;
  }
}

@media (max-width: 460px) {
  .header-btn.heart {
    margin-right: -6px;
  }
}

@media (max-width: 467px) {
  .table-ultrasun tbody tr td {
    font-size: 0.7px !important;
  }

  .btn.cta {
    margin: unset;
  }

  .btn.cta.similar {
    margin-right: 1rem;
    ;
  }

  @keyframes moveBottom {
    0% {
      opacity: 0;
      transform: translateY(70px);
    }

    100% {
      opacity: 1;
      transform: translate(0);
    }
  }

  .product__details__wrapper .basket-container .cart-buttons.mobile {
    column-gap: 0.75rem;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    z-index: 10;
    width: 100%;
    padding: 1rem;
    left: 0;
    margin-bottom: 0;
    flex-grow: 1;
    padding-bottom: 0;
    /* box-shadow: 0px 0px 13px 1px rgb(112 112 112 / 68%); */
    /* animation: moveBottom .5s ease-out; */
  }

  .product__details__wrapper .basket-container .cart-buttons.mobile .name {
    display: block !important;
    width: 100%;
    margin-bottom: .75rem;
    border: 1px solid var(--primary);
    border-radius: 3px;
    font-weight: 500;
    text-align: center;
    padding: 0.9rem 1.2rem 0.9rem 1.2rem;
    font-weight: 600;
    font-size: 0.9rem;
  }

  #newVarAddToBasketBtn,
  .cart-buttons .btn-main {
    flex-grow: 1;
  }

  /* variation */

  .variation-container {
    flex-wrap: unset !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.5rem !important;
    height: 69px;
    min-height: unset;
    max-height: unset;
    position: fixed !important;
    bottom: 91px;
    z-index: 10;
    width: 100vw;
    background-color: #fff;
    left: 0;
    box-shadow: 1px -4px 13px 0px rgb(112 112 112 / 11%);
    margin: 0;
    align-items: center;
  }

  .variation-container .var-group-item {
    margin-bottom: 0;
  }

  .variation-container .var-group-cont-item:first-of-type .var-group-key {
    padding-left: 0;
    margin: 0;
  }

  .var-group-key span {
    display: none;
  }

  .var-group-item img {
    width: 44px;
    height: 44px;
  }

  .cart-buttons .main-wish.mobile-wish {
    position: fixed;
    right: -3px;
    top: 247px;
    padding: .7rem;
    background-color: var(--dark-primary) !important;
    border: 1px solid var(--dark-primary) !important;
    color: #fff !important;
    order: -1;
  }

  .search-mobile-btn {
    width: 44px;
    height: 44px;
    display: flex !important;
    align-items: center;
    border-radius: 50%;
    object-fit: cover;
    outline: 1px solid var(--primary);
    margin: 0 10px;
  }

  .search-mobile-btn .bi-search {
    width: 44px;
    align-self: revert-layer;
    text-align: center;
    color: #b3b3b3;
  }

  .variation-search {
    /* padding: 0;
    display: flex;
    align-items: center; */
    position: fixed !important;
    bottom: 0px;
    width: 100%;
    z-index: 10;
    left: 0rem;
    padding: 1rem 1rem !important;
    background: #fff;
    border-top: 1px solid var(--primary);
    transition: bottom 0.5s ease;
  }

  .variation-search .bi-search {
    right: 2rem !important;
    top: 1.4rem !important;
    color: #b3b3b3 !important;
  }

  .variation-search input {
    margin-top: 0 !important;
  }

  .search-mobile-btn.hidden {
    display: none !important;
  }

}

@media (max-width: 375px) {

  .cart-buttons .btn-main span {
    display: none;
  }
}

@media (max-width: 350px) {
  #category-menu-open {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: auto;
  }
}

@media (min-width: 320px) {
  .afg-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (min-width: 300px) and (max-width: 460px) {

  .filter-sort-container>#category-menu-open,
  .filter-sort-container>#sort-filter {
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: calc(50% - 4px);
    justify-content: center;
  }

  .filter-wrapper>.filter-dropdown {
    padding-right: 1rem;
  }
}

@media (min-width: 460px) {
  .afg-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 540px) {
  #filtersTop .filter-wrapper ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .categories-wrapper {
    justify-content: space-between;
  }

  /* lista proizvoda */
  .btn.cta:not(.no-hover):hover {
    /* border-color: #777678; */
    border-color: var(--primary);
    background-color: var(--primary);
    color: #fff;
  }

  .btn.cta.no-hover {
    cursor: default;
  }

  /* creditcard */
  .credit-card-container {
    display: flex;
    width: 50%;
    justify-content: space-around;
    flex-direction: column;
  }

  #basket-menu-open .basket-header {
    right: -5px;
  }
}

@media (min-width: 700px) {

  /* search */
  header #HeaderZone {
    /* order: 2;
    margin: 0 auto;
    padding-right: calc(2 * var(--header-height)); */
    margin-right: 0.25rem;
  }

  .header-btn#search-open {
    /* order: 1; */
    margin-right: auto;
    width: calc(3 * var(--header-height));
    overflow: hidden;
    justify-content: start;
  }

  .header-btn#search-open>span {
    font-size: 1rem;
    margin-left: 1rem;
    color: var(--bs-gray-500);
  }

  .header-btn#location-menu-open {
    order: 3;
  }

  header .user-menu-wrapper {
    order: 4;
  }

  .header-btn#basket-menu-open {
    order: 5;
  }

  /* top-section */
  /* .top-home {
    margin-top: 0.5rem;
  } */
}

@media (min-width: 640px) {
  .afg-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .quick-news {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .quick-news .quick-news-element {
    margin-bottom: 0;
  }

  .quick-news-details .whole_news-title {
    font-size: 36px;
    line-height: 44px;
  }

  .quick-news .quick-news-element:first-child {
    grid-column: 1 / span 2;
    position: relative;
  }

  .quick-news .quick-news-element:first-child .image img {
    max-height: 595px;
  }

  #basket-menu-open .basket-header {
    right: 0px;
  }
}

@media (min-width: 690px) {

  /* blog */
  .topic-text h3 {
    height: 42px;
    overflow: hidden;
  }
}

@media (min-width: 768px) {

  /* * * * * * * * * * */
  /* * * MAIN SECTION (Left/Right zones) * * */
  /* * * * * * * * * * */
  /* .filter-sort-container #category-menu-open {
    display: none;
  }

  .main-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 30%) minmax(0, 70%);
    grid-template-columns: 260px auto;
  } */

  /* 
  .filterleft #category-container {
    max-width: unset;
    z-index: 3;
  }

  .filterleft #category-container .top {
    border-bottom: none;
    display: none;
  }

  .filterleft #category-container .top .header .title {
    margin: 1rem 0;
  }

  .filterleft #category-container .top .close-menu {
    display: none;
  }

  .filterleft #groupMenuInput {
    margin: 0 0.5rem;
    width: calc(260px - 1rem);
  }

  .filterleft .side-menu {
    position: relative;
    transform: none;
    max-width: unset;
  }

  .filterleft .filter-wrapper>.filter-dropdown,
  .filterleft .filter-wrapper ul li {
    padding-left: 0.5rem;
  }

  .filterleft .side-menu .middle {
    padding-bottom: 0;
  }

  .filter-wrapper>.filter-dropdown::after {
    transform: rotate(180deg);
  }

  .open.filter-wrapper>.filter-dropdown::after {
    transform: rotate(0);
  }

  .afg-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  } */

  /* * * * * * * * * * */
  /* * * MAIN MENU * * */
  /* * * * * * * * * * */

  /* nav.main-menu {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  nav.main-menu.side-menu {
    transform: translateX(0);
    top: var(--header-height);
    width: 100%;
    max-width: 100%;
    height: unset;
    z-index: 2;
  }
  #main-menu-open,
  nav.main-menu.side-menu .close-menu {
    display: none;
  }
  nav.main-menu.side-menu ul {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
  } */

  /* top section */
  .top-home .top-home-text h2 {
    font-size: 48px;
    margin: 20px 0px;
  }

  /* message section */
  .about-message h1 {
    font-size: 1.75rem;
    line-height: 32px;
  }

  /* tiny slider */
  .shop-all .shop-all-text {
    display: inline-block !important;
    text-decoration: underline;
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 16px;
    text-align: left;
  }

  .shop-all .shop-all-arrow {
    display: none;
  }

  /* * * FOOTER * * */
  /* * * * * * * * * * */
  #FooterZone .ver-item {
    display: flex;
    flex-direction: row;
    text-align: left;
  }

  #FooterZone .ver-item .module:last-of-type {
    display: flex;
    flex-direction: row;
  }

  /* #FooterZone .ver-item .module:first-of-type {
    margin-right: 80px;
  } */
  #FooterZone .ver-item .module:last-of-type ul:first-of-type {
    margin-right: 80px;
  }

  /* footer .footer-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 50px 50px;
  }
  footer .footer-logo {
    margin: 0 0 50px 0;
  } */
  /* footer .footer-wrapper .footer-info {
    text-align: left;
  } */
  /* footer .footer-wrapper .footer-text {
    width: 500px;
  } */
  footer .footer-wrapper-sec {
    display: flex;
    flex-direction: unset;
    justify-content: space-between;
  }

  footer .copyright {
    text-align: start;
  }

  /* * * * * * * * * * */
  /* DETALJI PROIZVODA */
  /* * * * * * * * * * */
  .container.product-details {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0 1rem;
  }

  .product__details__container {
    max-width: 50%;
    flex-shrink: 0;

    position: -webkit-sticky;
    position: sticky;
    /* top: calc(var(--header-height) + 42px); */
    top: 0;
    align-self: flex-start;
  }

  .portfolio-full-image .zoomWrapper {
    position: relative;
  }

  .product__details__wrapper {
    max-width: 640px;
  }

  /* Za vertikalnu galeriju (?) */
  /* .product__details__container {
    flex-direction: row;
  }
  .product__details__container .product__small__images {
    flex-direction: column;
  } */

  /* creditcards */
  .credit-card-container {
    flex-direction: unset;
    width: 100%;
  }
}

@media (min-width: 900px) {
  .afg-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .product__details__container {
    max-width: 480px;
  }

  .quick-news .quick-news-element:first-child .quick-news-element-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 60%;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .afg-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  footer .footer-wrapper .footer-info {
    text-align: left;
  }

  footer .footer-wrapper .footer-info .footer-logo {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .variation-container .variation-item {
    grid-template-columns: 96px minmax(0, auto) 104px 64px;
    column-gap: 0.5rem;
  }

  .variation-container .variation-item .variation-attributes {
    grid-column: span 2;
  }

  .variation-container .variation-item .variation-image,
  .variation-container .variation-item .variation-basket {
    grid-row: span 2;
  }

  .variation-container .variation-item .variation-price {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
    text-align: start;
    align-self: start;
  }
}:root {     --primary: #ffc434;     --light-primary: #fff799;     --dark-primary: #b3a400;     --very-light-primary: #fffde6;     --primary-str: #ffc434; }