@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap&subset=latin-ext&display=swap);
@import url(https://fonts.googleapis.com/css?family=Chivo:300,300i,400,400i,700,700i,900,900i&display=swap&subset=latin-ext&display=swap);
@import url(../fonts/dejavu-serif-2/stylesheet.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,700,800&display=swap&subset=latin-ext&display=swap);
/*********************
 COLOR FUNCTIONS
 These are helpful when you're working
 with shadows and such things. It's essentially
 a quicker way to write RGBA.
 Example:
 box-shadow: 0 0 4px black(0.3);
 compiles to:
 box-shadow: 0 0 4px rgba(0,0,0,0.3);
 *********************/
p {
  -ms-word-wrap: none !important;
  word-break: none !important;
  word-wrap: none !important;
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  hyphens: none !important;
}
/*! 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 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "DejaVu Serif Condensed", Cambria, Times New Roman, Times, serif;
}
/* 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;
  outline: 0;
}
/**
 * 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;
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}
/* 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.15;
  /* 1 */
  margin: 0;
  /* 2 */
  border-radius: 0;
  background-clip: padding-box;
  border: 1px solid #0b242f;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
button:hover {
  cursor: pointer;
}
/**
 * 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.
 */
/**
 * 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;
}
/**
 * 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;
}
.first-margin-0 > :first-child {
  margin-top: 0;
}
.last-margin-0 > :last-child {
  margin-bottom: 0;
}
.vertical-table {
  width: 100%;
  height: 100%;
}
.vertical-table tbody {
  width: 100%;
  height: 100%;
}
.vertical-table tbody tr {
  width: 100%;
  height: 100%;
}
.vertical-table tbody tr td {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.responsive-image-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.responsive-image-container .dummy {
  padding-top: 100%;
}
.responsive-image-container .img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font: 0/0 a;
}
.responsive-image-container .img-container .centerer {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.responsive-image-container .img-container img {
  vertical-align: middle;
  display: inline-block !important;
  max-height: 100%;
  max-width: 100%;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.generic-form .form-row {
  margin-bottom: 25px;
}
.generic-form .form-row p {
  margin: 0;
}
.generic-form .form-row input {
  border: 1px solid #979797;
  padding: 10px 12px;
}
.generic-form .form-row input[type=text], .generic-form .form-row input[type=email], .generic-form .form-row input[type=tel], .generic-form .form-row input[type=password] {
  width: 100%;
}
.generic-form .form-row textarea {
  border: 1px solid #979797;
  padding: 10px 12px;
  height: 120px;
  resize: none;
  width: 100%;
}
.generic-form .form-row select {
  padding: 10px 8px;
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-size: 15px;
}
.generic-form .form-row label.input-label {
  display: block;
  color: #0b242f;
  margin-bottom: 6px;
}
.generic-form .form-row label.checkbox {
  color: #0b242f;
}
.generic-form .form-row label.checkbox input[type=checkbox] {
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.generic-form .status {
  border: 1px solid olive;
  padding: 12px 20px;
  font-size: 14px;
  display: none;
  color: olive;
}
.generic-form .status.error {
  color: red;
  border: 1px solid red;
}
.responsive-table {
  overflow-x: auto;
}
.responsive-table table {
  min-width: 720px;
  margin: 0;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-35 {
  margin-top: 35px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-45 {
  margin-top: 45px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-35 {
  margin-bottom: 35px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-45 {
  margin-bottom: 45px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-25 {
  padding-top: 25px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-35 {
  padding-top: 35px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-top-45 {
  padding-top: 45px !important;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-25 {
  padding-bottom: 25px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-bottom-35 {
  padding-bottom: 35px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-bottom-45 {
  padding-bottom: 45px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
html {
  overflow-x: hidden;
}
html.mm-wrapper_opened {
  margin-top: 0 !important;
}
html.mm-wrapper_opened body.logged-in #js-page-wrapper {
  padding-top: 32px;
}
html.mm-wrapper_blocking {
  overflow: auto !important;
}
body {
  background: #fff;
  font-family: "Chivo", Helvetica, Arial, sans-serif;
  color: #0b242f;
}
body main article a {
  color: #0088c6;
}
.site-header {
  position: relative;
  z-index: 1000;
  background: #fff;
}
.site-header .site-logo {
  width: 216px;
}
@media (max-width: 767px) {
  .site-header .site-logo {
    width: 216px;
    height: auto;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .site-header .site-logo {
    width: 200px;
    position: absolute;
  }
  .site-header .site-header-top .site-header-top-right .site-header-woocommerce-links {
    float: right !important;
    margin-top: -5px;
    margin-left: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .site-header .site-logo {
    width: 150px;
    position: absolute;
  }
}
.site-header .logo-title {
  color: #838b8d;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: normal;
  display: inline-block;
  float: left;
}
.site-header .logo-title span {
  color: #33a9e6;
}
@media (max-width: 991px) {
  .site-header .logo-title {
    font-size: 9px;
  }
}
.site-header .narocanje {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
}
@media (max-width: 1459px) {
  .site-header .narocanje {
    position: absolute;
    top: 60px;
    font-size: 14px;
    font-weight: bold;
  }
  .site-header .narocanje span {
    font-weight: normal;
  }
}
@media screen and (max-width: 1459px) {
  .site-header .narocanje {
    display: none;
  }
}
.site-header .narocanje_mobile {
  display: none;
  color: #fff;
  font-weight: bold;
}
.site-header .narocanje_mobile span {
  font-weight: normal;
}
@media screen and (max-width: 1459px) {
  .site-header .narocanje_mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .site-header .narocanje_mobile {
    font-size: 14px;
  }
  .site-header .narocanje_mobile span {
    display: block;
  }
}
.site-header .narocanje_mobile .phone-link-mobile {
  margin-right: 10px;
}
.site-header .narocanje_mobile .phone-link-mobile i {
  background: white;
  color: #0088c6;
  padding: 7px 9px;
  border-radius: 100%;
  font-size: 17px;
}
@media (max-width: 767px) {
  .site-header .narocanje_mobile .phone-link-mobile {
    float: left;
    margin-top: 5px;
  }
}
@media (max-width: 575px) {
  .site-header .narocanje_mobile .phone-link-mobile {
    display: none;
  }
}
.site-header .site-header-shop {
  position: relative;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .site-header .site-header-shop {
    padding: 20px 0;
  }
}
.site-header .site-header-shop .left, .site-header .site-header-shop .right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 767px) {
  .site-header .site-header-shop .left, .site-header .site-header-shop .right {
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    position: relative;
  }
}
.site-header .site-header-shop .left a, .site-header .site-header-shop .right a {
  color: #0088c6;
  font-size: 15px;
  margin: 5px 0;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .site-header .site-header-shop .left a, .site-header .site-header-shop .right a {
    font-size: 14px;
  }
}
.site-header .site-header-shop .left {
  left: 15px;
}
@media (max-width: 767px) {
  .site-header .site-header-shop .left {
    text-align: center;
    left: auto;
    margin-bottom: 12px;
  }
}
.site-header .site-header-shop .logo {
  margin: 0;
  float: left;
}
.site-header .site-header-shop .logo a {
  display: block;
  text-align: center;
}
.site-header .site-header-shop .logo a img {
  display: inline-block;
}
@media (max-width: 767px) {
  .site-header .site-header-shop .logo a img {
    width: 150px;
    height: auto;
  }
}
.site-header .site-header-shop .right {
  right: 15px;
  text-align: right;
}
@media (max-width: 767px) {
  .site-header .site-header-shop .right {
    text-align: center;
    right: auto;
    margin-top: 0;
    float: right;
  }
}
.site-header .site-header-shop .right a {
  display: block;
}
@media (max-width: 767px) {
  .site-header .site-header-shop .right a {
    font-size: 0;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .site-header .site-header-shop .right a i {
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    background: #f4f4f4;
    line-height: 34px;
    margin: 0 8px;
  }
}
.site-header .site-header-top {
  padding: 20px 0 20px 0;
  height: 100px;
}
@media (max-width: 991px) {
  .site-header .site-header-top {
    padding: 10px 0 4px 0;
    height: auto;
  }
}
@media (max-width: 767px) {
  .site-header .site-header-top {
    padding: 12px 0 20px 0;
  }
}
.site-header .site-header-top .site-header-top-left {
  float: left;
  margin-top: 8px;
}
@media (max-width: 1459px) {
  .site-header .site-header-top .site-header-top-left {
    float: left;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .site-header .site-header-top .site-header-top-left {
    float: left;
    margin-bottom: 8px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-top-left {
    float: none;
  }
}
.site-header .site-header-top .site-header-top-left p {
  margin: 0;
}
.site-header .site-header-top .site-header-top-right {
  float: right;
  font-size: 14px;
  margin-top: 1px;
}
@media (max-width: 1459px) {
  .site-header .site-header-top .site-header-top-right {
    float: right;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .site-header .site-header-top .site-header-top-right {
    float: right;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-top-right {
    float: none;
  }
}
.site-header .site-header-top .site-header-top-right .align-center-desktop {
  display: inline-block;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .site-header .site-header-top .site-header-top-right .align-center-desktop {
    display: block;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-top-right .align-center-desktop {
    display: block;
  }
}
.site-header .site-header-top .site-header-top-right .site-header-top-links, .site-header .site-header-top .site-header-top-right .site-header-woocommerce-links {
  float: left;
}
.site-header .site-header-top .site-header-top-right .site-header-top-links a, .site-header .site-header-top .site-header-top-right .site-header-woocommerce-links a {
  color: #0088c6;
  border-right: 1px solid #979797;
  padding-right: 15px;
  margin-right: 15px;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-top-right .site-header-top-links a, .site-header .site-header-top .site-header-top-right .site-header-woocommerce-links a {
    font-size: 0;
  }
  .site-header .site-header-top .site-header-top-right .site-header-top-links a i, .site-header .site-header-top .site-header-top-right .site-header-woocommerce-links a i {
    font-size: 16px;
  }
}
.site-header .site-header-top .site-header-top-right .site-header-top-links a i, .site-header .site-header-top .site-header-top-right .site-header-woocommerce-links a i {
  margin-right: 5px;
}
.site-header .site-header-top .site-header-top-right .site-header-top-links a.phone-link, .site-header .site-header-top .site-header-top-right .site-header-woocommerce-links a.phone-link {
  background: #ff3b69;
  border: 1px solid #ff3b69;
  color: #fff;
  padding: 15px 20px 15px 20px;
  color: #fff;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.site-header .site-header-top .site-header-top-right .site-header-top-links a.phone-link:hover, .site-header .site-header-top .site-header-top-right .site-header-woocommerce-links a.phone-link:hover {
  background: #fff;
  color: #0088c6;
}
.site-header .site-header-top .site-header-top-right .site-header-top-links .site-header-woocommerce-prijava, .site-header .site-header-top .site-header-top-right .site-header-woocommerce-links .site-header-woocommerce-prijava {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 1459px) {
  .site-header .site-header-top .site-header-top-right .site-header-top-links a.phone-link, .site-header .site-header-top .site-header-top-right .site-header-woocommerce-links a.phone-link {
    display: none;
  }
}
@media (max-width: 575px) {
  .site-header .site-header-top .site-header-top-right .site-header-top-links, .site-header .site-header-top .site-header-top-right .site-header-woocommerce-links {
    display: none;
  }
}
.site-header .site-header-top .site-header-woocommerce-links {
  float: left;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-woocommerce-links a:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    position: relative;
    top: 1px;
  }
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-woocommerce-links {
    display: none;
  }
}
.site-header .site-header-top .site-header-cart-wrap {
  float: left;
  position: relative;
  min-width: 120px;
  text-align: right;
  margin-top: 12px;
}
@media (max-width: 991px) {
  .site-header .site-header-top .site-header-cart-wrap {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-cart-wrap {
    float: right;
    min-width: inherit;
    margin-top: 0px;
  }
}
.site-header .site-header-top .site-header-cart-wrap .header-cart a {
  color: #0b242f;
  font-size: 14px;
  text-decoration: none;
  margin-top: 2px;
  display: block;
}
@media (max-width: 991px) {
  .site-header .site-header-top .site-header-cart-wrap .header-cart a {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-cart-wrap .header-cart a {
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-cart-wrap .header-cart a .cart-label {
    display: none;
  }
}
.site-header .site-header-top .site-header-cart-wrap .header-cart a .count {
  color: #0088c6;
  font-weight: 600;
}
.site-header .site-header-top .site-header-cart-wrap .header-cart a .number-of-items {
  color: #0088c6;
}
.site-header .site-header-top .site-header-cart-wrap .header-cart-dropdown {
  position: absolute;
  z-index: 100;
  position: absolute;
  visibility: hidden;
  z-index: 8999;
  width: 350px;
  right: 0;
  opacity: 0;
  -moz-transition: all 120ms ease-in-out;
  -o-transition: all 120ms ease-in-out;
  -webkit-transition: all 120ms ease-in-out;
  -ms-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  top: 130%;
}
.site-header .site-header-top .site-header-cart-wrap .header-cart-dropdown .header-cart-dropdown-inner {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  margin-top: 5px;
}
.site-header .site-header-top .site-header-cart-wrap .header-cart-dropdown .header-cart-dropdown-inner .cart_list {
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 0;
}
.site-header .site-header-top .site-header-cart-wrap .header-cart-dropdown .header-cart-dropdown-inner .cart_list .mini_cart_item {
  position: relative;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 30px;
}
.site-header .site-header-top .site-header-cart-wrap .header-cart-dropdown .header-cart-dropdown-inner .cart_list .mini_cart_item .remove_from_cart_button {
  position: absolute;
  left: 0;
  top: 4px;
  text-decoration: none;
}
.site-header .site-header-top .site-header-cart-wrap .header-cart-dropdown .header-cart-dropdown-inner .cart_list .mini_cart_item .remove_from_cart_button + a {
  font-weight: normal;
}
.site-header .site-header-top .site-header-cart-wrap .header-cart-dropdown .header-cart-dropdown-inner .cart_list .mini_cart_item .remove_from_cart_button + a img {
  float: right;
  width: 20%;
  margin-left: 10px;
}
.site-header .site-header-top .site-header-cart-wrap .header-cart-dropdown .header-cart-dropdown-inner .cart_list .mini_cart_item .quantity {
  display: block;
}
.site-header .site-header-top .site-header-cart-wrap .header-cart-dropdown .header-cart-dropdown-inner .buttons {
  margin: 0;
}
.site-header .site-header-top .site-header-cart-wrap .header-cart-dropdown .header-cart-dropdown-inner .buttons .button {
  display: block;
  text-align: center;
}
.site-header .site-header-top .site-header-cart-wrap .header-cart-dropdown .header-cart-dropdown-inner .buttons .button.checkout {
  margin-top: 15px;
}
.site-header .site-header-top .site-header-search {
  float: right;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-search {
    display: none;
  }
}
.site-header .site-header-top .site-header-search .search-form .search-form-inner {
  position: relative;
  overflow: hidden;
}
.site-header .site-header-top .site-header-search .search-form .search-form-inner .search-form-input {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-search .search-form .search-form-inner .search-form-input {
    padding-right: 0;
  }
}
.site-header .site-header-top .site-header-search .search-form .search-form-inner .search-form-input input {
  width: 150px;
  border: 1px solid #ddd;
  padding: 0 8px;
  height: 30px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .site-header .site-header-top .site-header-search .search-form .search-form-inner .search-form-input input {
    width: 100px;
  }
}
.site-header .site-header-top .site-header-search .search-form .search-form-inner .search-form-submit {
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-search .search-form .search-form-inner .search-form-submit {
    position: relative;
    width: 100%;
  }
}
.site-header .site-header-top .site-header-search .search-form .search-form-inner .search-form-submit button {
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  border: none;
  background: #0088c6;
  color: #fff;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 13px;
  line-height: 22px;
}
.site-header .site-header-top .site-header-search .search-form .search-form-inner .search-form-submit button:hover {
  background: #006c9d;
}
.site-header .site-header-top .site-header-search .search-form .search-form-inner .search-form-submit button .fa {
  position: relative;
  top: -1px;
}
@media (max-width: 991px) {
  .site-header .site-header-top .site-header-search .search-form .search-form-inner .search-form-submit button .fa {
    top: 0;
  }
}
.site-header .site-header-top .site-header-wpml-switcher {
  float: left;
}
.site-header .site-header-top .site-header-wpml-switcher .wpml-ls-legacy-dropdown-click > ul {
  position: relative;
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
  border: 1px solid #979797;
  width: 55px;
}
.site-header .site-header-top .site-header-wpml-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-item {
  padding: 1px 6px 3px 8px;
  margin: 0;
  list-style-type: none;
  display: block;
  font-size: 14px;
}
.site-header .site-header-top .site-header-wpml-switcher .wpml-ls-legacy-dropdown-click a {
  display: block;
  text-decoration: none;
  color: #0b242f;
}
.site-header .site-header-top .site-header-wpml-switcher .wpml-ls-legacy-dropdown-click a span {
  vertical-align: top;
}
.site-header .site-header-top .site-header-wpml-switcher .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  position: relative;
  padding-right: 20px;
  display: block;
}
.site-header .site-header-top .site-header-wpml-switcher .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  content: '\f107';
  display: block;
  position: absolute;
  right: 0;
  font-family: 'FontAwesome';
  color: #0b242f;
  font-size: 14px;
  top: 0;
  height: 6px;
}
.site-header .site-header-top .site-header-wpml-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: -1px;
  left: -1px;
  padding: 0;
  margin: 5px 0 0 0;
  list-style-type: none;
  z-index: 101;
  border: 1px solid #979797;
}
.site-header .site-header-top .site-header-wpml-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  display: block;
  width: 18px;
  height: auto;
}
.site-header-main {
  padding: 10px 0 0 0;
  background: #0088c6;
  background: linear-gradient(306deg, rgba(10, 84, 152, 1) 0%, rgba(13, 153, 217, 1) 100%);
}
@media screen and (max-width: 1459px) {
  .site-header-main {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .site-header-main {
    padding: 10px 0;
  }
}
.site-header-main .site-header-main-left {
  float: left;
}
@media (max-width: 1459px) {
  .site-header-main .site-header-main-left {
    float: none;
    text-align: center;
    margin-top: 8px;
  }
}
@media (max-width: 991px) {
  .site-header-main .site-header-main-left {
    float: left;
    text-align: left;
    margin-top: 0;
  }
}
@media (max-width: 1459px) {
  .site-header-main .site-header-main-left .logo {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .site-header-main .site-header-main-left .logo {
    display: block;
  }
}
@media (max-width: 991px) {
  .site-header-main .site-header-main-left .logo a img {
    height: 60px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .site-header-main .site-header-main-left .logo a img {
    height: 45px;
  }
}
.site-header-main .site-header-main-right {
  float: left;
}
@media (max-width: 1459px) {
  .site-header-main .site-header-main-right {
    float: none;
  }
}
@media screen and (max-width: 1459px) {
  .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu {
    display: none;
  }
}
.site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu {
  margin: 21px 0 0 0;
  padding: 0;
}
@media (max-width: 1459px) {
  .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu {
    text-align: left;
  }
}
.site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li {
  float: left;
  list-style: none;
  margin-right: 28px;
}
@media (max-width: 1459px) {
  .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li {
    float: none;
    display: inline-block;
    margin-right: 65px;
  }
}
.site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li:hover > a {
  color: #fff;
  border-color: #fff;
}
.site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin-bottom: 26px;
  border-bottom: 1px solid transparent;
  display: block;
}
@media (max-width: 1459px) {
}
.site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li:last-child {
  margin-right: 0;
}
.site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap {
  position: absolute;
  opacity: 0;
  z-index: 8999;
  pointer-events: none;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.sub-menu, .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.children {
  margin: 0;
  padding: 0;
  top: 30px;
  position: relative;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: #fff;
  border: 1px solid #bbb;
  padding: 5px 20px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.sub-menu li, .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.children li {
  float: none;
  margin-right: 0;
  border-bottom: 1px solid #bbb;
}
@media (max-width: 1459px) {
  .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.sub-menu li, .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.children li {
    display: block;
    text-align: left;
  }
}
.site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.sub-menu li a, .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.children li a {
  display: block;
  width: 220px;
  border: none;
  padding-bottom: 0;
  padding: 15px 0;
  font-size: 17px;
}
.site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.sub-menu li:last-child, .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.children li:last-child {
  border-bottom: none;
}
.site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.sub-menu li ul, .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.children li ul {
  top: 0;
  left: 100%;
}
.site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li:hover > .sub-menu-wrap {
  opacity: 1;
  pointer-events: auto;
}
.site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li:hover > .sub-menu-wrap ul.sub-menu, .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li:hover > .sub-menu-wrap ul.children {
  top: 15px;
}
.site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li.menu-item-has-children > a:after {
  display: inline-block;
  content: '\f078';
  font-family: 'FontAwesome';
  margin-left: 8px;
  line-height: 1;
  font-size: 11px;
  top: -3px;
  position: relative;
}
.site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li.current_page_parent a, .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li.current-cat-parent a, .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li.current-cat a, .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li.current-page-ancestor a, .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li.current-menu-item a, .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li.current_page_item a, .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li.current_page_ancestor a, .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li.current-product-parent a {
  border-color: #fff;
}
.site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu li.toggle-search-main-menu:hover, .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu li.toggle-search-main-menu:hover * {
  /* izjema za search ikono*/
  text-decoration: none !important;
  border: none !important;
  cursor: pointer;
}
.site-header-main .site-header-main-right .site-header-main-right-bottom .open-mobile-menu {
  display: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  color: #fff;
  right: 15px;
  font-size: 22px;
}
.site-header-main .site-header-main-right .site-header-main-right-bottom .open-mobile-menu:hover {
  cursor: pointer;
}
@media screen and (max-width: 1459px) {
  .site-header-main .site-header-main-right .site-header-main-right-bottom .open-mobile-menu {
    display: block;
    float: right;
  }
}
@media (max-width: 991px) {
  .site-header-main .site-header-main-right .site-header-main-right-bottom .open-mobile-menu {
    display: block;
    float: right;
  }
}
.site-header-main .site-header-main-right .site-header-main-right-bottom .mobile-search-form-button {
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 34px;
  right: 34px;
  font-size: 19px;
  color: #fff;
}
.site-header-main .site-header-main-right .site-header-main-right-bottom .mobile-search-form-button:hover {
  cursor: pointer;
}
@media screen and (max-width: 1459px) {
  .site-header-main .site-header-main-right .site-header-main-right-bottom .mobile-search-form-button {
    top: 50%;
    right: 60px;
  }
}
.header-search-mobile-wrap {
  background: #f0f0f0;
  height: 0;
  overflow: hidden;
  z-index: 200;
  position: relative;
}
.header-search-mobile-wrap .header-search-mobile {
  display: none;
  background: #fff;
  margin: 12px 0;
}
.header-search-mobile-wrap .header-search-mobile input {
  border: none;
  background: none;
  font-size: 14px;
  height: 38px;
  padding: 0 15px;
  display: block;
  float: left;
  width: 90%;
}
@media (max-width: 767px) {
  .header-search-mobile-wrap .header-search-mobile input {
    width: 80%;
  }
}
.header-search-mobile-wrap .header-search-mobile input:focus {
  outline: none !important;
  border: 1px solid #0088c6;
}
.header-search-mobile-wrap .header-search-mobile button {
  border: none;
  background: #0088c6;
  height: 38px;
  text-align: center;
  -moz-transition: all 120ms ease-in-out;
  -o-transition: all 120ms ease-in-out;
  -webkit-transition: all 120ms ease-in-out;
  -ms-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  display: block;
  float: left;
  color: #fff;
  width: 10%;
}
@media (max-width: 767px) {
  .header-search-mobile-wrap .header-search-mobile button {
    width: 20%;
  }
}
.breadcrumbs-wrap {
  padding: 15px 0;
  font-size: 13px;
  color: #ababab;
}
.breadcrumbs-wrap .breadcrumbs .separator {
  margin: 0 6px;
}
.breadcrumbs-wrap .breadcrumbs a {
  text-decoration: none;
  color: #ababab;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0088c6;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
#js-main-menu:not( .mm-menu) {
  display: none;
}
.mm-wrapper_opening [class*="mm-menu_pagedim"].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
}
.mm-wrapper__blocker.mm-slideout {
  overflow: hidden;
}
.mm-wrapper__blocker.mm-slideout a {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 37px;
  height: 37px;
  color: #0b242f;
  z-index: 2000;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  line-height: 37px;
  display: block;
  text-decoration: none;
}
.mm-wrapper__blocker.mm-slideout a:before {
  content: '\f00d';
  font-family: "FontAwesome";
}
.mm-wrapper__blocker.mm-slideout a span {
  display: none;
}
#js-page-wrapper {
  overflow: hidden;
}
#js-main-menu .mm-navbar__title {
  font-weight: 600;
}
#js-main-menu .main-menu li.current_page_parent > a, #js-main-menu .main-menu li.current-cat-parent > a, #js-main-menu .main-menu li.current-cat > a, #js-main-menu .main-menu li.current-page-ancestor > a, #js-main-menu .main-menu li.current-menu-item > a, #js-main-menu .main-menu li.current_page_item > a, #js-main-menu .main-menu li.current_page_ancestor > a {
  color: #0088c6;
  font-weight: 600;
}
.slajds {
  height: 514px;
}

@media screen and (max-width: 1460px) {
  .slajds {
    height: 330px;;
  }
}




@media (max-width: 990px) {
  .slajds {    
    height: 430px;    
  }

}

@media (max-width: 768px) {
  .slajds {    
    height: 340px;    
  }

}



.home .no-padding-right {
  padding-right: 0 !important;
}
.home .no-padding-left {
  padding-left: 0 !important;
}
.fpage-freeshipping-wrap {
  border: 1px solid #e1e1e1;
  background: url('../images/free-shipping-bg-sidebar.jpg') center center;
  height: 50%;
  transition: 0.5s;
}
.fpage-freeshipping-wrap img {
  margin: 23px auto;
}

.poslovalnice-fpage-wrap {
  background: url('../images/poslovalnice-sidebar.jpg') center -110px no-repeat;
  background-color: #da7f94;
  -webkit-transition: background-position 0.6s ease;
  -moz-transition: background-position 0.6s ease;
  -o-transition: background-position 0.6s ease;
  transition: background-position 0.6s ease;
  height: 50%;
  position: relative;
}


.fpage-freeshipping-wrap img {
  height: 80%;
}

@media (max-width: 991px) {
  .poslovalnice-fpage-wrap {
    background: url('../images/poslovalnice-sidebar.jpg') center center no-repeat;
    background-size: cover;
  }
}
.poslovalnice-fpage-wrap .poslovalnice-fpage-content {
  position: absolute;
  height: 90px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 200px;
  margin: auto;
}
.poslovalnice-fpage-wrap h2 {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
.poslovalnice-fpage-wrap a.button-fpage {
  padding: 10px;
  border: 2px solid #fff;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 200px;
  margin: 0 auto;
  text-transform: uppercase;
  transition: 0.4s;
}
.poslovalnice-fpage-wrap a.button-fpage:hover {
  background: #fff;
  color: #ff3b69;
  margin-top: 5px;
}
.poslovalnice-fpage-wrap:hover {
  background-position: center -100px;
}
@media (max-width: 991px) {
  .poslovalnice-fpage-wrap:hover {
    background-position: center center;
  }
}
@media (max-width: 990px) {
 
  .home .no-padding-right {
    padding-right: 15px !important;
  }
  .home .no-padding-left {
    padding-left: 15px !important;
  }
  .poslovalnice-fpage-wrap, .fpage-freeshipping-wrap {
    height: auto;
    position: static;
    width: 50%;
    float: left;
  }
  .poslovalnice-fpage-wrap .poslovalnice-fpage-content {
    position: static;
    height: auto;
    padding: 84px 0;
  }
}
@media (max-width: 768px) {
  .home .homebanner-wrap, .home .featured-banners-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .poslovalnice-fpage-wrap .poslovalnice-fpage-content {
    position: static;
    height: auto;
    padding: 53px 0 54px 0;
  }
  .fpage-freeshipping-wrap img {
    height: 198px;
    padding: 20px 0;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .poslovalnice-fpage-wrap, .fpage-freeshipping-wrap {
    height: auto;
    position: static;
    width: 100%;
    float: none;
  }
  .poslovalnice-fpage-wrap .poslovalnice-fpage-content {
    padding: 20px 0 10px 0;
  }
}
.panel.panel-default {
  background: #f0f0f0;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .panel.panel-default {
    margin-bottom: 40px;
  }
}
.panel.panel-default .panel-alpha {
  background: #ff3b69;
  width: 50%;
  float: left;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  padding: 40px 20px 25px 20px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media (max-width: 991px) {
  .panel.panel-default .panel-alpha {
    padding-top: 51px;
    padding-bottom: 31px;
  }
}
@media (max-width: 767px) {
  .panel.panel-default .panel-alpha {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .panel.panel-default .panel-alpha {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 18px;
  }
}
.panel.panel-default .panel-alpha:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #ff3b69;
}
@media (max-width: 767px) {
  .panel.panel-default .panel-alpha:after {
    bottom: -149px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #ff3b69 transparent transparent transparent;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .panel.panel-default .panel-alpha:after {
    display: none;
  }
}
.panel.panel-default .panel-beta {
  background: #f8f8f8;
  width: 50%;
  float: left;
  color: #fff;
  padding: 40px 20px 25px 20px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .panel.panel-default .panel-beta {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .panel.panel-default .panel-beta {
    font-size: 18px;
  }
}
.panel.panel-default .panel-beta a {
  color: #0b242f;
}
.panel.panel-default .panel-beta a i {
  margin-right: 10px;
  font-size: 21px;
}
.batn, body.woocommerce #respond input#submit, body.woocommerce a.button, body.woocommerce button.button, body.woocommerce input.button, body.woocommerce button.button.disabled, .cart-collaterals .wc-proceed-to-checkout .checkout-button.button, .woocommerce-checkout-payment #place_order, .archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button, .woocommerce .products li.product .product-item .product-item-text .product-link .button {
  display: inline-block;
  border: none;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
.batn:hover, body.woocommerce #respond input#submit:hover, body.woocommerce a.button:hover, body.woocommerce button.button:hover, body.woocommerce input.button:hover, body.woocommerce button.button.disabled:hover, .cart-collaterals .wc-proceed-to-checkout .checkout-button.button:hover, .woocommerce-checkout-payment #place_order:hover, .archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button:hover, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button:hover, .woocommerce .products li.product .product-item .product-item-text .product-link .button:hover {
  cursor: pointer;
  text-decoration: none;
}
.round-batn, body.woocommerce #respond input#submit, body.woocommerce a.button, body.woocommerce button.button, body.woocommerce input.button, body.woocommerce button.button.disabled, .cart-collaterals .wc-proceed-to-checkout .checkout-button.button, .woocommerce-checkout-payment #place_order, .archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button, .woocommerce .products li.product .product-item .product-item-text .product-link .button {
  padding: 10px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
}
.round-batn.green, body.woocommerce #respond input#submit.green, body.woocommerce a.button.green, body.woocommerce button.button.green, body.woocommerce input.button.green, body.woocommerce button.button.disabled.green, body.woocommerce #respond input#submit, body.woocommerce a.button, body.woocommerce button.button, body.woocommerce input.button, body.woocommerce button.button.disabled, .cart-collaterals .wc-proceed-to-checkout .checkout-button.button.green, .cart-collaterals .wc-proceed-to-checkout .checkout-button.button, .woocommerce-checkout-payment #place_order.green, .woocommerce-checkout-payment #place_order, .archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button.green, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button.green, .woocommerce .products li.product .product-item .product-item-text .product-link .button.green, .archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button, .woocommerce .products li.product .product-item .product-item-text .product-link .button {
  background: #0088c6;
  border-radius: 0;
  color: #fff !important;
}
.round-batn.green:hover, body.woocommerce #respond input#submit.green:hover, body.woocommerce a.button.green:hover, body.woocommerce button.button.green:hover, body.woocommerce input.button.green:hover, body.woocommerce button.button.disabled.green:hover, body.woocommerce #respond input#submit:hover, body.woocommerce a.button:hover, body.woocommerce button.button:hover, body.woocommerce input.button:hover, body.woocommerce button.button.disabled:hover, .cart-collaterals .wc-proceed-to-checkout .checkout-button.button.green:hover, .cart-collaterals .wc-proceed-to-checkout .checkout-button.button:hover, .woocommerce-checkout-payment #place_order.green:hover, .woocommerce-checkout-payment #place_order:hover, .archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button.green:hover, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button.green:hover, .woocommerce .products li.product .product-item .product-item-text .product-link .button.green:hover, .archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button:hover, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button:hover, .woocommerce .products li.product .product-item .product-item-text .product-link .button:hover {
  background: #006c9d;
}
.round-batn.white, body.woocommerce #respond input#submit.white, body.woocommerce a.button.white, body.woocommerce button.button.white, body.woocommerce input.button.white, body.woocommerce button.button.disabled.white, .cart-collaterals .wc-proceed-to-checkout .checkout-button.button.white, .woocommerce-checkout-payment #place_order.white, .archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button.white, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button.white, .woocommerce .products li.product .product-item .product-item-text .product-link .button.white {
  background: #fff;
  color: #0088c6 !important;
}
.round-batn.white:hover, body.woocommerce #respond input#submit.white:hover, body.woocommerce a.button.white:hover, body.woocommerce button.button.white:hover, body.woocommerce input.button.white:hover, body.woocommerce button.button.disabled.white:hover, .cart-collaterals .wc-proceed-to-checkout .checkout-button.button.white:hover, .woocommerce-checkout-payment #place_order.white:hover, .archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button.white:hover, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button.white:hover, .woocommerce .products li.product .product-item .product-item-text .product-link .button.white:hover {
  background: #0088c6;
  color: #fff !important;
}
/* 
 @@ vstopna stran
 */
.home .homebar-wrap {
  background: #f8f8f8;
  margin-bottom: 40px;
}
.home .homebanner .besedilo {
  position: absolute;
  bottom: 80px;
  left: 108px;
  color: #fff;
  width: 80%;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .7);
}
.home .homebanner .besedilo p {
  font-size: 21px;
}
@media (max-width: 767px) {
  .home .homebanner .besedilo p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home .homebanner .besedilo h3 {
    font-size: 21px;
  }
}
.home .homebanner .besedilo a {
  color: #fff;
}
.home .main-slider-swiper-pagination {
  position: absolute;
  bottom: 25px !important;
  z-index: 99999;
  left: 120px !important;
}
@media (max-width: 991px) {
  .home .main-slider-swiper-pagination {
    display: none;
  }
}
.home.main-slider-swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.home .main-slider-swiper-pagination .swiper-pagination-bullet-active {
  background: #0088c6;
}
.home.main-slider-swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}
@media (max-width: 990px) {
  .home .homebanner .besedilo {
    position: absolute;
    top: 130px;
    left: 40px;
    color: #fff;
  }
  .home .main-slider-swiper-pagination {
    left: 58px !important;
  }
  .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }
}
@media (max-width: 991px) {
  .home .homebanner .besedilo {
    top: auto;
    bottom: 20px;
    width: 90%;
    left: 15px;
  }
}
.home .teasers-wrap {
  background: #f8f8f8;
  padding: 68px 0 85px 0;
  margin: 20px 0;
}
.home .teasers-wrap h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.home .teasers-wrap .fancy-icon-bg {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 120px;
  float: none;
  transition: 0.4s;
  opacity: 1;
}
@media (max-width: 767px) {
  .home .teasers-wrap .fancy-icon-bg {
    width: 80px;
  }
}
.home .teasers-wrap p {
  text-align: center;
  color: #748187;
  font-size: 14px;
}
.highlight-block {
  padding: 20px 40px;
  color: #fff;
  margin-bottom: 40px;
}
.highlight_one {
  background: #0088c6;
}
.highlight_three {
  background: #ff3b69;
}
.zemljevid-wrap {
  height: 600px;
}
@media (max-width: 767px) {
  .zemljevid-wrap {
    height: 300px;
    overflow: hidden;
  }
}
/*single product*/
table.table1 th {
  font-size: 16px;
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  text-align: left;
  border-radius: 0 !important;
  background: #0188c6;
  color: #fff;
  border-color: #005e8a;
}
table.table1 tr {
  background-color: #f8f8f8 !important;
}
table.table1 td {
  font-size: 12px;
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #dce5ea;
}
table.table1 tr:hover {
  background-color: #fff;
}
.page-padding {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .page-padding {
    padding: 20px 0;
  }
}
article.page.type-page h2, article.page.type-page h3, article.page.type-page h4, article.page.type-page h5, article.page.type-page h6 {
  margin-top: 30px;
}
article.page.type-page h3 {
  font-size: 1.4rem;
}
article.page.type-page h4 {
  font-size: 1.25rem;
}
.page-title-section {
  padding: 65px 0;
  background: #f8f8f8;
}
@media (max-width: 991px) {
  .page-title-section {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .page-title-section {
    padding: 30px 0;
  }
}
.page-title-section .title {
  margin: 0;
}
@media (max-width: 767px) {
  .page-title-section .title {
    font-size: 24px;
  }
}
.green-title {
  font-size: 28px;
  font-weight: bold;
  color: #0088c6;
  line-height: 1.3;
}
.green-title a {
  color: #0088c6;
  text-decoration: none;
}
.page-title, .product.type-product .product-summary-wrap .summary h1.product_title, .product.type-product .related.products > h2, .product.type-product .best-sellers {
  line-height: 1.3;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #bfc4cd;
  padding-bottom: 18px;
  font-size: 25px;
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Chivo", Helvetica, Arial, sans-serif;
}
.tinymce-content {
  line-height: 2;
}
@media (max-width: 767px) {
  .tinymce-content {
    font-size: 15px;
  }
}
.tinymce-content h1, .tinymce-content h2, .tinymce-content h3, .tinymce-content h4, .tinymce-content h5, .tinymce-content h6 {
  font-weight: bold;
  line-height: 1.5;
  font-family: "Chivo", Helvetica, Arial, sans-serif;
}
.tinymce-content h2, .tinymce-content h3 {
  font-size: 24px;
}
.tinymce-content h3 {
  font-weight: 800;
}
.tinymce-content h4, .tinymce-content h5 {
  font-size: 21px;
  font-weight: 500;
}
.tinymce-content h5 {
  color: #125e1c;
}
.tinymce-content ul, .tinymce-content ol {
  padding-left: 15px;
}
.tinymce-content p a, .tinymce-content li a {
  color: #0088c6;
  text-decoration: none;
}
.tinymce-content img.alignnone {
  display: inline-block;
}
.tinymce-content img.alignleft {
  margin: 0 20px 20px 0;
  float: left;
  max-width: 45%;
}
@media (max-width: 991px) {
  .tinymce-content img.alignleft {
    max-width: 100%;
    float: none;
    margin: 20px 0;
  }
}
.tinymce-content img.alignright {
  margin: 0 0 20px 20px;
  float: right;
  max-width: 45%;
}
@media (max-width: 991px) {
  .tinymce-content img.alignright {
    max-width: 100%;
    float: none;
    margin: 20px 0;
  }
}
.tinymce-content img.aligncenter {
  margin: 20px auto;
}
.tinymce-content .responsive-table {
  margin: 20px 0;
}
.tinymce-content .responsive-table table {
  border: 1px solid #bfc4cd;
}
.tinymce-content .responsive-table table tr {
  padding: 0 25px;
}
.tinymce-content .responsive-table table tr:last-child {
  border-bottom: none;
}
.tinymce-content .responsive-table table tr:last-child td, .tinymce-content .responsive-table table tr:last-child th {
  border-bottom: none;
}
.tinymce-content .responsive-table table tr td, .tinymce-content .responsive-table table tr th {
  text-align: left;
  padding: 5px 8px;
  border-bottom: 1px solid #bfc4cd;
  line-height: 1.5;
  border-right: 1px solid #bfc4cd;
  font-size: 16px !important;
}
.tinymce-content .responsive-table table tr td *, .tinymce-content .responsive-table table tr th * {
  font-size: 15px !important;
}
.tinymce-content .responsive-table table tr td:last-child, .tinymce-content .responsive-table table tr th:last-child {
  border-right: none;
}
ul.menu {
  list-style: none;
  padding-left: 0;
}
ul.menu li a {
  color: #748187;
  color: #748187;
  padding: 5px 0;
  display: block;
}
ul.menu li.current-menu-item a, ul.menu li:hover a {
  color: #0088c6;
}
.sidebar-freeshipping-wrap {
  border: 1px solid #e1e1e1;
  background: url('../images/free-shipping-bg-sidebar.jpg') center center;
}
.sidebar-freeshipping-wrap img {
  margin: 40px auto;
}
.poslovalnice-sidebar-wrap {
  background: url('../images/poslovalnice-sidebar.jpg') center center no-repeat;
  background-color: #da7f94;
  background-size: cover;
  padding: 80px;
}
.poslovalnice-sidebar-wrap h2 {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
.poslovalnice-sidebar-wrap a.button-sidebar {
  padding: 10px;
  border: 2px solid #fff;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  text-transform: uppercase;
  transition: 0.3s;
}
.poslovalnice-sidebar-wrap a.button-sidebar:hover {
  background: #fff;
  color: #ff3b69;
}
.row.sidebar-right {
  flex-direction: row-reverse;
}
.widget-title, .widgettitle {
  font-size: 18px;
  border-bottom: 1px solid #bfc4cd;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 12px;
}
.widget-title.automatic-menu-widget-title, .widgettitle.automatic-menu-widget-title {
  display: none;
}
.widget {
  margin-bottom: 35px;
}
.widget .toggle-sidebar-nav-wrap {
  display: none;
  color: #0b242f;
  position: relative;
  padding: 10px 15px;
  margin-top: 15px;
  border: 1px solid #979797;
  color: #0088c6;
}
@media (max-width: 991px) {
  .widget .toggle-sidebar-nav-wrap {
    display: block;
  }
}
.widget .toggle-sidebar-nav-wrap i {
  position: absolute;
  right: 17px;
  top: 13px;
  font-size: 17px;
  color: #0088c6;
}
.widget .toggle-sidebar-nav-wrap i:hover {
  cursor: pointer;
}
.widget .sidebar-nav-wrap {
  display: block;
  overflow: hidden;
}
@media (max-width: 991px) {
  .widget .sidebar-nav-wrap {
    display: none;
  }
}
.widget .sidebar-menu {
  margin: 0;
  padding: 0;
}
.widget .sidebar-menu > li {
  border-bottom: 1px solid #c8c8c8;
  position: relative;
}
.widget .sidebar-menu > li.page_item_has_children > .children, .widget .sidebar-menu > li.menu-item-has-children > .children, .widget .sidebar-menu > li.page_item_has_children > .sub-menu-wrap, .widget .sidebar-menu > li.menu-item-has-children > .sub-menu-wrap {
  margin-left: 10px;
}
.widget .sidebar-menu li {
  list-style: none;
}
.widget .sidebar-menu li.current_page_item > a {
  color: #0088c6;
}
.widget .sidebar-menu li.page_item_has_children > a:after, .widget .sidebar-menu li.menu-item-has-children > a:after {
  content: '\f107';
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget .sidebar-menu li.page_item_has_children > .children, .widget .sidebar-menu li.menu-item-has-children > .children, .widget .sidebar-menu li.page_item_has_children > .sub-menu-wrap, .widget .sidebar-menu li.menu-item-has-children > .sub-menu-wrap {
  margin-bottom: 10px;
}
.widget .sidebar-menu li.page_item_has_children.current-cat > a, .widget .sidebar-menu li.menu-item-has-children.current-cat > a, .widget .sidebar-menu li.page_item_has_children.current_page_ancestor > a, .widget .sidebar-menu li.menu-item-has-children.current_page_ancestor > a, .widget .sidebar-menu li.page_item_has_children.current_page_item > a, .widget .sidebar-menu li.menu-item-has-children.current_page_item > a {
  color: #0088c6;
}
.widget .sidebar-menu li.page_item_has_children.current-cat > .children, .widget .sidebar-menu li.menu-item-has-children.current-cat > .children, .widget .sidebar-menu li.page_item_has_children.current_page_ancestor > .children, .widget .sidebar-menu li.menu-item-has-children.current_page_ancestor > .children, .widget .sidebar-menu li.page_item_has_children.current_page_item > .children, .widget .sidebar-menu li.menu-item-has-children.current_page_item > .children, .widget .sidebar-menu li.page_item_has_children.current-cat > .sub-menu-wrap, .widget .sidebar-menu li.menu-item-has-children.current-cat > .sub-menu-wrap, .widget .sidebar-menu li.page_item_has_children.current_page_ancestor > .sub-menu-wrap, .widget .sidebar-menu li.menu-item-has-children.current_page_ancestor > .sub-menu-wrap, .widget .sidebar-menu li.page_item_has_children.current_page_item > .sub-menu-wrap, .widget .sidebar-menu li.menu-item-has-children.current_page_item > .sub-menu-wrap {
  display: block;
}
.widget .sidebar-menu li a {
  color: #646464;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 15px 12px;
}
.widget .sidebar-menu li a:hover {
  color: #0088c6;
}
.widget .sidebar-menu li .children, .widget .sidebar-menu li .sub-menu-wrap {
  padding-left: 12px;
  margin: 0;
  display: none;
}
.widget .sidebar-menu li .children li, .widget .sidebar-menu li .sub-menu-wrap li {
  border-bottom: none;
  padding: 0;
  position: relative;
}
.widget .sidebar-menu li .children li a, .widget .sidebar-menu li .sub-menu-wrap li a {
  font-size: 14px;
  padding: 8px 0;
}
.widget .sidebar-menu li .children li a:hover, .widget .sidebar-menu li .sub-menu-wrap li a:hover {
  color: #0088c6;
}
.widget .sidebar-menu li .children li.current-cat > a, .widget .sidebar-menu li .sub-menu-wrap li.current-cat > a, .widget .sidebar-menu li .children li.current_page_item > a, .widget .sidebar-menu li .sub-menu-wrap li.current_page_item > a, .widget .sidebar-menu li .children li.current_page_ancestor > a, .widget .sidebar-menu li .sub-menu-wrap li.current_page_ancestor > a {
  color: #0088c6;
}
.widget.woocommerce form.woocommerce-product-search {
  position: relative;
}
.widget.woocommerce form.woocommerce-product-search .search-field {
  border: 1px solid #bfc4cd;
  padding: 0 65px 0 15px;
  background: #fafafa;
  width: 100%;
  height: 45px;
}
.widget.woocommerce form.woocommerce-product-search button[type="submit"] {
  font-size: 0;
  position: relative;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #bfc4cd;
  padding: 0;
  text-align: center;
  background: #e6e6e6;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.widget.woocommerce form.woocommerce-product-search button[type="submit"]:hover {
  background: #d4d4d4;
}
.widget.woocommerce form.woocommerce-product-search button[type="submit"]:before {
  content: '\f002';
  font-family: "FontAwesome";
  color: #0088c6;
  font-size: 20px;
}
.widget.woocommerce .product-categories {
  padding: 0;
}
.widget.woocommerce .product-categories li {
  list-style: none;
  margin-bottom: 8px;
}
.widget.woocommerce .product-categories li.current-cat a {
  color: #0088c6;
}
.widget.woocommerce .product-categories li a {
  text-decoration: none;
  color: #646464;
}
.widget.woocommerce .product-categories li a:hover {
  color: #0088c6;
}
.widget.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  list-style: none;
  margin-bottom: 8px;
}
.widget.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.woocommerce-widget-layered-nav-list__item--chosen a {
  color: #0088c6;
}
.widget.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.woocommerce-widget-layered-nav-list__item--chosen a::before {
  content: "\f00c";
  font-family: "FontAwesome";
  background: #f8f8f8;
}
.widget.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
  text-decoration: none;
  position: relative;
  padding-left: 32px;
  color: #646464;
}
.widget.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover {
  color: #0088c6;
}
.widget.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #bfc4cd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
}
.widget.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
  display: none;
}
.home-slider {
  border-bottom: 1px solid #0088c6;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}
.home-slider .swiper-wrapper .swiper-slide {
  height: 500px;
  position: relative;
  overflow: hidden;
}
.home-slider .swiper-wrapper .swiper-slide:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 100;
  display: none;
}
@media (max-width: 991px) {
  .home-slider .swiper-wrapper .swiper-slide:before {
    display: block;
  }
}
.home-slider .swiper-wrapper .swiper-slide .slide-background {
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  z-index: 100;
}
@media (max-width: 767px) {
  .home-slider .swiper-wrapper .swiper-slide {
    height: 350px;
  }
}
.home-slider .swiper-wrapper .swiper-slide .inner {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  z-index: 200;
}
.home-slider .swiper-wrapper .swiper-slide .inner .title {
  font-size: 50px;
  margin-bottom: 30px;
}
@media (max-width: 1459px) {
  .home-slider .swiper-wrapper .swiper-slide .inner .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .home-slider .swiper-wrapper .swiper-slide .inner .title {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.home-slider .swiper-wrapper .swiper-slide .inner .text {
  font-size: 18px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .home-slider .swiper-wrapper .swiper-slide .inner .text {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.home-slider .swiper-pagination {
  bottom: 20px;
}
@media (max-width: 767px) {
  .home-slider .swiper-pagination {
    bottom: 10px;
  }
}
.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0088c6;
}
.home-categories {
  background: url('../images/home-categories-background.jpg') bottom left no-repeat;
  background-size: cover;
  padding: 80px 0 55px 0;
}
@media (max-width: 991px) {
  .home-categories {
    padding: 45px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .home-categories {
    padding: 30px 0 15px 0;
  }
}
.home-categories .home-categories-slider {
  padding: 20px 0 45px 0;
  margin-bottom: 30px;
}
.home-categories .home-categories-slider .swiper-slide {
  height: auto;
}
.home-categories .home-categories-slider .swiper-slide .inner {
  border: 1px solid #0088c6;
  text-align: center;
  padding: 30px;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .home-categories .home-categories-slider .swiper-slide .inner {
    padding: 25px;
  }
}
.home-categories .home-categories-slider .swiper-slide .inner:hover .green-gradient {
  bottom: -40%;
  background: #0088c6;
  background: -webkit-linear-gradient(top, #0088c6, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #0088c6, rgba(255, 255, 255, 0));
}
.home-categories .home-categories-slider .swiper-slide .inner:hover .text-wrap .hidden-text {
  opacity: 1;
}
.home-categories .home-categories-slider .swiper-slide .inner .green-gradient {
  background: #0088c6;
  background: -webkit-linear-gradient(top, #0088c6, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #0088c6, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  bottom: 50%;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 991px) {
  .home-categories .home-categories-slider .swiper-slide .inner .green-gradient {
    bottom: -40%;
    background: #0088c6;
    background: -webkit-linear-gradient(top, #0088c6, rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, #0088c6, rgba(255, 255, 255, 0));
  }
}
.home-categories .home-categories-slider .swiper-slide .inner .text-wrap {
  position: relative;
  z-index: 200;
}
.home-categories .home-categories-slider .swiper-slide .inner .text-wrap .title {
  font-size: 27px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 35px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .home-categories .home-categories-slider .swiper-slide .inner .text-wrap .title {
    font-size: 23px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
}
.home-categories .home-categories-slider .swiper-slide .inner .text-wrap .hidden-text {
  opacity: 0;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
@media (max-width: 991px) {
  .home-categories .home-categories-slider .swiper-slide .inner .text-wrap .hidden-text {
    opacity: 1;
  }
}
.home-categories .home-categories-slider .swiper-slide .inner .text-wrap .hidden-text .text {
  color: #fff;
}
@media (max-width: 767px) {
  .home-categories .home-categories-slider .swiper-slide .inner .text-wrap .hidden-text .text {
    font-size: 15px;
  }
}
.home-categories .home-categories-slider .swiper-slide .inner .text-wrap .hidden-text .link {
  margin-bottom: 10px;
}
.home-categories .home-categories-slider .swiper-pagination {
  bottom: 0;
}
.home-categories .home-categories-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  border: 2px solid #0088c6;
}
.home-categories .home-categories-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0088c6;
}
.home-categories .home-povezave-wrap {
  padding: 25px 0 15px 0;
}
@media (max-width: 767px) {
  .home-categories .home-povezave-wrap {
    padding: 25px 0 0 0;
  }
}
.home-categories .home-povezave-wrap .home-povezave-item-wrap {
  margin-bottom: 35px;
}
.home-categories .home-povezave-wrap .home-povezave-item {
  background: #fff;
  border: 1px solid #d3e1d5;
  padding: 30px 45px;
  height: 100%;
}
@media (max-width: 767px) {
  .home-categories .home-povezave-wrap .home-povezave-item {
    padding: 25px;
  }
}
.home-categories .home-povezave-wrap .home-povezave-item .title {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home-categories .home-povezave-wrap .home-povezave-item .title {
    font-size: 24px;
  }
}
.home-categories .home-povezave-wrap .home-povezave-item .text {
  line-height: 1.7;
}
@media (max-width: 767px) {
  .home-categories .home-povezave-wrap .home-povezave-item .text {
    font-size: 15px;
  }
}
.home-predstavitev-podjetja {
  background: url('../images/flowers-pattern.jpg') top left repeat;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 991px) {
  .home-predstavitev-podjetja {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .home-predstavitev-podjetja {
    padding: 50px 0;
  }
}
.home-predstavitev-podjetja .row {
  position: relative;
}
.home-predstavitev-podjetja .text-border-wrap {
  position: absolute;
  left: 20%;
  right: 15px;
  top: 0;
  bottom: 0;
  border: 1px solid #0088c6;
}
@media (max-width: 991px) {
  .home-predstavitev-podjetja .text-border-wrap {
    display: none;
  }
}
.home-predstavitev-podjetja .image {
  margin: 50px 0;
}
@media (max-width: 991px) {
  .home-predstavitev-podjetja .image {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .home-predstavitev-podjetja .image {
    margin: 0 0 30px 0;
  }
}
.home-predstavitev-podjetja .image img {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.home-predstavitev-podjetja .text-wrap {
  padding: 50px 30px;
  max-width: 850px;
}
@media (max-width: 991px) {
  .home-predstavitev-podjetja .text-wrap {
    padding: 0;
    max-width: inherit;
  }
}
.home-predstavitev-podjetja .text-wrap .title {
  margin-bottom: 25px;
}
.home-predstavitev-podjetja .text-wrap .text {
  line-height: 1.8;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .home-predstavitev-podjetja .text-wrap .text {
    font-size: 15px;
  }
}
.home-izdelki {
  padding: 50px 0 50px 0;
}
.home-izdelki h2 {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .home-izdelki {
    padding: 15px 0 30px 0;
  }
}
.home-izdelki .title {
  text-align: center;
  margin: 0 0 35px 0;
}
@media (max-width: 767px) {
  .home-izdelki .title {
    font-size: 28px;
    margin: 0 0 25px 0;
  }
}
.home-izdelki .home-izdelki-slider-wrap .home-izdelki-slider .swiper-wrapper {
  padding-bottom: 50px;
}
.home-izdelki .home-izdelki-slider-wrap .home-izdelki-slider .swiper-pagination .swiper-pagination-bullet {
  background: #aaa;
  opacity: 1;
}
.home-izdelki .home-izdelki-slider-wrap .home-izdelki-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0088c6;
}
.pagination .page-numbers, .woocommerce nav.woocommerce-pagination .page-numbers {
  text-align: center;
  border: none;
}
.pagination .page-numbers li, .woocommerce nav.woocommerce-pagination .page-numbers li {
  display: inline-block;
  margin: 0 15px 15px 0;
  border: none;
}
.pagination .page-numbers li:last-child, .woocommerce nav.woocommerce-pagination .page-numbers li:last-child {
  margin-right: 0;
}
.pagination .page-numbers li .page-numbers, .woocommerce nav.woocommerce-pagination .page-numbers li .page-numbers {
  text-decoration: none;
  color: #888;
  border: 1px solid #979797;
  font-size: 15px;
  min-width: 30px;
}
.pagination .page-numbers li .page-numbers.current, .woocommerce nav.woocommerce-pagination .page-numbers li .page-numbers.current {
  color: #fff;
  background: #0088c6;
  border-color: #0088c6;
}
.search-page-form-wrap .search-form {
  background: #f8f8f8;
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.search-page-form-wrap .search-form .search-form-inner {
  position: relative;
  overflow: hidden;
}
.search-page-form-wrap .search-form .search-form-inner .search-form-input {
  margin-bottom: 15px;
  padding-right: 215px;
}
@media (max-width: 767px) {
  .search-page-form-wrap .search-form .search-form-inner .search-form-input {
    padding-right: 0;
  }
}
.search-page-form-wrap .search-form .search-form-inner .search-form-input input {
  width: 100%;
  border: 1px solid #979797;
  padding: 0 12px;
  height: 45px;
}
.search-page-form-wrap .search-form .search-form-inner .search-form-submit {
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .search-page-form-wrap .search-form .search-form-inner .search-form-submit {
    position: relative;
    width: 100%;
  }
}
.search-page-form-wrap .search-form .search-form-inner .search-form-submit button {
  display: block;
  text-align: center;
  width: 100%;
  height: 45px;
  padding: 0 10px;
  border: none;
  background: #0088c6;
  color: #fff;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.search-page-form-wrap .search-form .search-form-inner .search-form-submit button:hover {
  background: #006c9d;
}
.search-page-form-wrap .search-form .search-form-inner .search-form-submit button .fa {
  margin-right: 5px;
}
.no-results-message {
  min-height: 300px;
}
.message-404 {
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .message-404 {
    padding: 25px 0;
  }
}
.message-404 .message-404-number {
  font-size: 110px;
  margin-bottom: 25px;
  line-height: 1;
  font-family: "Chivo", Helvetica, Arial, sans-serif;
  color: #ff3b69;
}
@media (max-width: 767px) {
  .message-404 .message-404-number {
    font-size: 70px;
  }
}
.select-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-wrap select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  outline: 0;
  border: 0;
  border-radius: 0;
  border: 1px solid #979797;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  padding: 0 12px;
  height: 45px;
}
.select-wrap select:hover {
  color: #0b242f;
}
.select-wrap select:hover ~ .select__arrow {
  border-top-color: #0b242f;
}
.select-wrap select:focus {
  color: #0b242f;
}
.select-wrap select:focus ~ .select__arrow {
  border-top-color: #0b242f;
}
.select-wrap select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select-wrap select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}
.select-wrap select::-ms-expand {
  display: none;
}
.select-wrap.with-arrow .woocommerce-input-wrapper {
  position: relative;
}
.select-wrap.with-arrow .woocommerce-input-wrapper:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #0b242f transparent transparent transparent;
}
.select-wrap .select-arrow {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #0b242f transparent transparent transparent;
}
.generic-input-style, .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents #coupon_code, .woocommerce #customer_details .form-row input:not([type="checkbox"]), .woocommerce .woocommerce-MyAccount-content form .form-row input:not([type="checkbox"]), .woocommerce #customer_details .form-row input:not([type="radio"]), .woocommerce .woocommerce-MyAccount-content form .form-row input:not([type="radio"]), .woocommerce #customer_details .form-row input:not([type="submit"]), .woocommerce .woocommerce-MyAccount-content form .form-row input:not([type="submit"]), .woocommerce form.checkout_coupon input[type=text], .woocommerce form.login input[type=text], .woocommerce form.register input[type=text], .woocommerce-ResetPassword.lost_reset_password input[type=text], .woocommerce form.checkout_coupon input[type=password], .woocommerce form.login input[type=password], .woocommerce form.register input[type=password], .woocommerce-ResetPassword.lost_reset_password input[type=password], .woocommerce form.checkout_coupon input[type=email], .woocommerce form.login input[type=email], .woocommerce form.register input[type=email], .woocommerce-ResetPassword.lost_reset_password input[type=email] {
  width: 100%;
  border: 1px solid #979797;
  padding: 0 12px;
  height: 45px;
}
.generic-textarea-style, .woocommerce #customer_details .form-row textarea, .woocommerce .woocommerce-MyAccount-content form .form-row textarea {
  width: 100%;
  border: 1px solid #979797;
  padding: 8px 12px;
  height: 150px;
}
div.wpcf7-response-output {
  margin: 0;
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 15px;
  border: none;
}
div.wpcf7-validation-errors {
  color: red;
}
div.wpcf7-mail-sent-ok {
  color: olive;
}
span.wpcf7-not-valid-tip {
  font-size: 13px;
  color: red;
  margin-top: 4px;
}
.ajax-loader {
  display: none !important;
}
span.wpcf7-list-item {
  margin: 0 15px 0 0;
}
span.wpcf7-list-item input {
  vertical-align: middle;
  display: inline;
}
span.wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 5px;
  font-size: 15px;
  vertical-align: middle;
  display: inline;
}
.contact-form .input-row {
  margin-bottom: 25px;
}
.contact-form .input-row p {
  margin: 0;
  font-size: 18px;
}
.contact-form .input-row input[type=text], .contact-form .input-row input[type=email], .contact-form .input-row input[type=tel], .contact-form .input-row input[type=password] {
  width: 100%;
  border: 1px solid #bfc4cd;
  padding: 15px 18px;
  background: #fafafa;
}
.contact-form .input-row textarea {
  border: 1px solid #bfc4cd;
  padding: 15px 18px;
  height: 150px;
  resize: none;
  width: 100%;
  background: #fafafa;
}
.contact-form .input-row select {
  padding: 10px 8px;
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-size: 15px;
}
.contact-form .input-row label.input-label {
  display: block;
  color: #0b242f;
  margin-bottom: 6px;
}
.contact-form .input-row label.checkbox {
  color: #0b242f;
}
.contact-form .input-row label.checkbox input[type=checkbox] {
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.contact-form .input-row button[type=submit] {
  margin-right: 20px;
}
.contact-form .input-row .required-fields {
  font-size: 16px;
}
#jquery-cookie-law-script, #jquery-cookie-law-script * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#cookie-law-mobile {
  width: 50px;
  height: 50px;
  padding: 10px;
  display: none;
}
#cookie-law-mobile path {
  fill: #fff;
}
#jquery-cookie-law-script {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  border-color: #202226;
  border-style: solid;
  border-top-width: 1px;
  background: rgba(50, 58, 69, 0.5);
  color: #f1f1f3;
  font-size: 12px;
  max-width: 270px;
  font-size: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
#jquery-cookie-law-script.light {
  color: #1a1a1a;
  background: #fff;
  border-color: rgba(223, 223, 223, 0.85);
}
#jquery-cookie-law-script.top {
  top: 0;
  bottom: auto;
  border-top-width: 0px;
  border-bottom-width: 1px;
}
#jquery-cookie-law-script.absolute {
  position: absolute;
}
#jquery-cookie-law-script a {
  color: #3b89c7;
}
#cookie-law-action {
  padding-top: 10px;
}
#jquery-cookie-law-script #cookie-law-container-box {
  background: rgba(32, 34, 38, 0.8);
}
#jquery-cookie-law-script.light #cookie-law-container-box {
  background: #f9fafc;
}
#jquery-cookie-law-script #cookie-law-container {
  padding: 10px 20px;
}
#jquery-cookie-law-script #cookie-law-message {
  float: left;
  text-align: justify;
  line-height: 14px;
}
#jquery-cookie-law-script a.cookie-law-button {
  padding: 4px 8px;
  border-radius: 0px;
  background-color: #666;
  color: #fff;
  text-decoration: none;
  transition: 0.25s;
}
#jquery-cookie-law-script a.cookie-law-button:hover, #jquery-cookie-law-script a.cookie-law-button:focus {
  background-color: #595959;
  color: white;
  transition: 0.25s;
}
#jquery-cookie-law-script a#cookie-law-button-more {
  margin-left: 10px;
  background: #7b8a8b;
  display: none;
}
#jquery-cookie-law-script a#cookie-law-button-more:hover, #jquery-cookie-law-script a#cookie-law-button-more:focus {
  background: #697677;
}
#jquery-cookie-law-script #cookie-law-more-info {
  display: none;
  background: rgba(50, 58, 69, 0.8);
  text-align: justify;
}
#jquery-cookie-law-script.light #cookie-law-more-info {
  background: #eaedf1;
  border-top: 1px solid #f0f2f5;
}
#jquery-cookie-law-script #cookie-law-info-container {
  padding: 10px 20px;
}
#jquery-cookie-law-script #cookie-law-more-text {
  width: 85%;
}
#jquery-cookie-law-script #cookie-law-more-text-close {
  float: right;
  padding: 1px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}
#jquery-cookie-law-script.light #cookie-law-more-text-close {
  color: #3b89c7;
}
@media (max-width: 1091px) {
  #cookie-law-mobile {
    display: block;
  }
  #cookie-law-container {
    display: none;
  }
  #jquery-cookie-law-script.active {
    max-width: 230px;
  }
  #jquery-cookie-law-script.active #cookie-law-container {
    display: block;
  }
  #jquery-cookie-law-script {
    max-width: 50px;
  }
}
.product-item .product-price .cena {
  color: #748187;
  font-size: 14px;
  font-weight: normal;
}
.product-item .product-price ins {
  text-decoration: none;
  margin-right: 20px;
}
.product-item .product-price del {
  color: #748187 !important;
  font-weight: normal !important;
}
.product-item .product-price del span {
  color: #748187 !important;
  font-weight: normal !important;
}
.woocommerce .short-description p {
  color: #748187;
}
.woocommerce ul.products li.product .price del span {
  font-weight: normal !important;
  color: #748187 !important;
}
.woocommerce ul.products li.product .price ins {
  background: 0 0;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  margin-right: 20px;
}
.woocommerce span.onsale {
  background: #ff3b69;
  padding: 0 10px;
  top: 0;
  left: 15px;
  margin: 0;
  border-radius: 0;
  color: #fff;
  font-size: 0.857em;
  z-index: 9;
}
.woocommerce ul.products li.product .onsale {
  /* gumb akcija na kategoriji izdelkov */
  top: 7px;
  left: 0;
  right: auto;
  margin: -0.5em -0.5em 0 0;
}
.home li.product .onsale {
  /* gumb akcija na domači strani  */
  left: 0px;
}
ul.order_details {
  background-color: #1a88c1;
}
ul.order_details li {
  color: #fff;
  list-style-type: none !important;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
@media (max-width: 990px) {
  ul.order_details {
    padding: 10px;
  }
  .woocommerce ul.order_details li {
    border: none;
    border-bottom: 1px dashed #fff;
    padding: 12px 0 10px 0;
  }
  ul.order_details li {
    width: 100%;
  }
}
.back-to-cart-link {
  display: inline-block;
  margin-bottom: 20px;
  color: #0088c6;
}
.woocommerce-info a {
  color: #0088c6;
  text-decoration: none;
  font-weight: 700;
}
#customer_details .col-1, .woocommerce-Addresses .col-1, #customer_details .col-2, .woocommerce-Addresses .col-2 {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}
#mini-cart-popup {
  z-index: 1100 !important;
  margin: 2px auto;
}
#mini-cart-popup .cart_list {
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 0;
}
#mini-cart-popup .cart_list .mini_cart_item {
  position: relative;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 30px;
}
#mini-cart-popup .cart_list .mini_cart_item .remove_from_cart_button {
  position: absolute;
  left: 0;
  top: 4px;
  text-decoration: none;
}
#mini-cart-popup .cart_list .mini_cart_item .remove_from_cart_button + a {
  font-weight: normal;
}
#mini-cart-popup .cart_list .mini_cart_item .remove_from_cart_button + a img {
  float: right;
  width: 15%;
  margin-left: 10px;
}
#mini-cart-popup .cart_list .mini_cart_item a {
  color: #0088c6;
  text-decoration: none;
  font-weight: 500 !important;
}
#mini-cart-popup .cart_list .mini_cart_item .quantity {
  display: block;
}
#mini-cart-popup .total.total-no-tax {
  margin-top: 10px;
  margin-bottom: 10px;
}
#mini-cart-popup .buttons {
  margin: 0 -1% 5px -1%;
}
#mini-cart-popup .buttons:after {
  content: '';
  display: block;
  clear: both;
}
#mini-cart-popup .buttons .button {
  display: block;
  text-align: center;
  width: 48%;
  float: left;
  margin: 0 1%;
}
#mini-cart-popup .buttons .button:first-child {
  background: #ff3b69;
}
#mini-cart-popup .buttons .button:first-child:hover {
  background: #ff124a;
}
#mini-cart-popup .modal-footer {
  justify-content: center;
}
#mini-cart-popup .modal-footer .continue-shoping {
  color: #0088c6;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 1px;
}
.woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-name a {
  color: #0088c6;
  text-decoration: none;
  font-weight: 600;
}
.woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-quantity input {
  border: 1px solid #979797;
  background: #f8f8f8;
  font-size: 16px;
  padding: 11px 8px;
  min-width: inherit;
  min-width: 80px;
  margin-right: 5px;
}
.woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents #coupon_code {
  height: 41px;
  width: 140px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cart-collaterals .cart_totals {
    width: 100% !important;
  }
}
.cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination {
  display: none;
}
.cart-collaterals a {
  color: #0088c6;
  text-decoration: none;
}
.cart-collaterals .wc-proceed-to-checkout .checkout-button.button {
  display: block;
  padding: 20px;
}
#customer_details .col-1, #customer_details .col-2 {
  width: 100%;
  float: none;
}
#customer_details .col-2 {
  margin-top: 20px;
}
#customer_details .woocommerce-billing-fields > h3, #customer_details #ship-to-different-address {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
  float: left;
  width: 48%;
}
@media (max-width: 991px) {
  .woocommerce .col2-set, .woocommerce-page .col2-set {
    float: none;
    width: 100%;
  }
}
#order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review {
  float: right;
  width: 48%;
}
@media (max-width: 991px) {
  #order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review {
    float: none;
    width: 100%;
  }
}
.woocommerce-MyAccount-navigation ul {
  border-top: 1px solid #c8c8c8;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid #c8c8c8;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  color: #646464;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #646464;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 15px 12px;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #0088c6;
}
.woocommerce #customer_details .form-row, .woocommerce .woocommerce-MyAccount-content form .form-row {
  margin-bottom: 20px;
}
.woocommerce #customer_details .form-row label, .woocommerce .woocommerce-MyAccount-content form .form-row label {
  display: block;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 5px;
}
.woocommerce #customer_details .form-row .woocommerce-input-wrapper, .woocommerce .woocommerce-MyAccount-content form .form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.woocommerce #customer_details .form-row input:not([type="checkbox"]), .woocommerce .woocommerce-MyAccount-content form .form-row input:not([type="checkbox"]), .woocommerce #customer_details .form-row input:not([type="radio"]), .woocommerce .woocommerce-MyAccount-content form .form-row input:not([type="radio"]), .woocommerce #customer_details .form-row input:not([type="submit"]), .woocommerce .woocommerce-MyAccount-content form .form-row input:not([type="submit"]) {
  padding: 8px 12px;
}
form.checkout.woocommerce-checkout #order_review_heading {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  form.checkout.woocommerce-checkout #order_review_heading {
    margin-top: 20px;
  }
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li.wc_payment_method.payment_method_ppec_paypal label img, .woocommerce-checkout-payment .wc_payment_methods.payment_methods li.wc_payment_method.payment_method_paypal label img, .woocommerce-checkout-payment .wc_payment_methods.payment_methods li.wc_payment_method.payment_method_braintree_credit_card label img {
  display: inline-block;
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li.wc_payment_method.payment_method_paypal label a {
  display: inline-block;
  color: #0088c6;
  line-height: 1.5 !important;
  float: none !important;
  vertical-align: middle !important;
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li.wc_payment_method.payment_method_paypal label img {
  margin-right: 15px !important;
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li.wc_payment_method.payment_method_braintree_credit_card #wc-braintree-credit-card-credit-card-form .form-row label {
  display: block;
  width: 100%;
  font-weight: 700;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  display: block;
  width: 100%;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper a {
  color: #0088c6;
  text-decoration: none;
  font-weight: 700;
}
.woocommerce-checkout-payment .form-row.input-checkbox {
  text-align: left !important;
}
.woocommerce-checkout-payment .form-row.input-checkbox.prijava-e-novice-blagajna {
  margin-bottom: 20px;
}
.woocommerce-checkout-payment #place_order {
  display: block;
  padding: 18px 20px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}
#customer_login {
  float: none;
  width: 100%;
  margin-left: -1%;
}
#customer_login .col-1, #customer_login .col-2 {
  max-width: inherit;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce-ResetPassword.lost_reset_password {
  margin: 0;
  padding: 0;
  border: none;
}
.woocommerce form.checkout_coupon .woocommerce-Button, .woocommerce form.login .woocommerce-Button, .woocommerce form.register .woocommerce-Button, .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button {
  margin: 15px 0;
}
.woocommerce form.checkout_coupon .woocommerce-form__label.woocommerce-form__label-for-checkbox, .woocommerce form.login .woocommerce-form__label.woocommerce-form__label-for-checkbox, .woocommerce form.register .woocommerce-form__label.woocommerce-form__label-for-checkbox, .woocommerce-ResetPassword.lost_reset_password .woocommerce-form__label.woocommerce-form__label-for-checkbox {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}
.woocommerce form.checkout_coupon .woocommerce-LostPassword a, .woocommerce form.login .woocommerce-LostPassword a, .woocommerce form.register .woocommerce-LostPassword a, .woocommerce-ResetPassword.lost_reset_password .woocommerce-LostPassword a {
  color: #0088c6;
  text-decoration: none;
  font-size: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
  padding-left: 25px;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}
.woocommerce-account .woocommerce-MyAccount-content a {
  color: #0088c6;
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
  font-family: "Chivo", Helvetica, Arial, sans-serif;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
  width: 100%;
}
.woocommerce-result-count {
  font-size: 14px;
}
@media (max-width: 767px) {
  .woocommerce-result-count {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-ordering {
    float: none !important;
  }
}
.woocommerce-ordering select.orderby {
  border: 1px solid #979797;
  background: #f8f8f8;
  font-size: 14px;
  padding: 5px;
}
@media (max-width: 991px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }
}
@media (max-width: 991px) {
  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: right;
    clear: none !important;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 25px 0;
  }
}
@media (max-width: 575px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }
}
.archive.woocommerce-page .products li.product .product-item, .product-template-default.single.single-product .products li.product .product-item, .woocommerce .products li.product .product-item {
  border: 1px solid #dcdcdc;
}
.archive.woocommerce-page .products li.product .product-item .product-item-image, .product-template-default.single.single-product .products li.product .product-item .product-item-image, .woocommerce .products li.product .product-item .product-item-image {
  padding: 30px 30px 0 30px;
}
@media (max-width: 1459px) {
  .archive.woocommerce-page .products li.product .product-item .product-item-image, .product-template-default.single.single-product .products li.product .product-item .product-item-image, .woocommerce .products li.product .product-item .product-item-image {
    padding: 18px 18px 0 18px;
  }
}
.archive.woocommerce-page .products li.product .product-item .product-item-image .dummy, .product-template-default.single.single-product .products li.product .product-item .product-item-image .dummy, .woocommerce .products li.product .product-item .product-item-image .dummy {
  padding-top: 70%;
}
.archive.woocommerce-page .products li.product .product-item .product-item-image a img, .product-template-default.single.single-product .products li.product .product-item .product-item-image a img, .woocommerce .products li.product .product-item .product-item-image a img {
  margin: 0;
  display: inline-block;
  height: auto;
  width: auto;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text, .product-template-default.single.single-product .products li.product .product-item .product-item-text, .woocommerce .products li.product .product-item .product-item-text {
  padding: 25px 30px 30px 30px;
}
@media (max-width: 1459px) {
  .archive.woocommerce-page .products li.product .product-item .product-item-text, .product-template-default.single.single-product .products li.product .product-item .product-item-text, .woocommerce .products li.product .product-item .product-item-text {
    padding: 18px 18px 18px 18px;
  }
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-item-text-top, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-item-text-top, .woocommerce .products li.product .product-item .product-item-text .product-item-text-top {
  height: 100px;
  overflow: hidden;
  margin-bottom: 12px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .archive.woocommerce-page .products li.product .product-item .product-item-text .product-item-text-top, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-item-text-top, .woocommerce .products li.product .product-item .product-item-text .product-item-text-top {
    height: auto;
    overflow: visible;
  }
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-item-text-top h2, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-item-text-top h2, .woocommerce .products li.product .product-item .product-item-text .product-item-text-top h2 {
  font-size: 18px;
  color: #0088c6;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 1.3;
  padding: 0;
}
@media (max-width: 767px) {
  .archive.woocommerce-page .products li.product .product-item .product-item-text .product-item-text-top h2, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-item-text-top h2, .woocommerce .products li.product .product-item .product-item-text .product-item-text-top h2 {
    font-size: 17px;
  }
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-item-text-top h2 a, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-item-text-top h2 a, .woocommerce .products li.product .product-item .product-item-text .product-item-text-top h2 a {
  color: #0088c6;
  text-decoration: none;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-item-text-top .short-description, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-item-text-top .short-description, .woocommerce .products li.product .product-item .product-item-text .product-item-text-top .short-description {
  font-size: 15px;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .price-from-label, .product-template-default.single.single-product .products li.product .product-item .product-item-text .price-from-label, .woocommerce .products li.product .product-item .product-item-text .price-from-label {
  font-size: 14px;
  font-weight: normal;
  color: #748187;
  margin-bottom: 12px;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-price, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-price, .woocommerce .products li.product .product-item .product-item-text .product-price, .archive.woocommerce-page .products li.product .product-item .product-item-text .woocommerce-Price-amount.amount, .product-template-default.single.single-product .products li.product .product-item .product-item-text .woocommerce-Price-amount.amount, .woocommerce .products li.product .product-item .product-item-text .woocommerce-Price-amount.amount {
  min-height: 30px;
  font-size: 21px;
  font-weight: 900;
  color: #ff3b69;
  margin-bottom: 12px;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-price .price-label, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-price .price-label, .woocommerce .products li.product .product-item .product-item-text .product-price .price-label, .archive.woocommerce-page .products li.product .product-item .product-item-text .woocommerce-Price-amount.amount .price-label, .product-template-default.single.single-product .products li.product .product-item .product-item-text .woocommerce-Price-amount.amount .price-label, .woocommerce .products li.product .product-item .product-item-text .woocommerce-Price-amount.amount .price-label {
  display: none;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-price .no-tax-price, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-price .no-tax-price, .woocommerce .products li.product .product-item .product-item-text .product-price .no-tax-price, .archive.woocommerce-page .products li.product .product-item .product-item-text .woocommerce-Price-amount.amount .no-tax-price, .product-template-default.single.single-product .products li.product .product-item .product-item-text .woocommerce-Price-amount.amount .no-tax-price, .woocommerce .products li.product .product-item .product-item-text .woocommerce-Price-amount.amount .no-tax-price {
  display: none;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button, .woocommerce .products li.product .product-item .product-item-text .product-link .button {
  margin-top: 0 !important;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button.loading, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button.loading, .woocommerce .products li.product .product-item .product-item-text .product-link .button.loading {
  padding-right: 40px;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .added_to_cart, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .added_to_cart, .woocommerce .products li.product .product-item .product-item-text .product-link .added_to_cart {
  display: none !important;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .view-product-link, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .view-product-link, .woocommerce .products li.product .product-item .product-item-text .product-link .view-product-link {
  margin: 5px 0 0 0;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .view-product-link a, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .view-product-link a, .woocommerce .products li.product .product-item .product-item-text .product-link .view-product-link a {
  color: #0088c6;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .view-product-link a:hover, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .view-product-link a:hover, .woocommerce .products li.product .product-item .product-item-text .product-link .view-product-link a:hover {
  color: #5e1233;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .view-product-link a i, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .view-product-link a i, .woocommerce .products li.product .product-item .product-item-text .product-link .view-product-link a i {
  font-size: 12px;
  margin-left: 2px;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  opacity: 1 !important;
}
.product.type-product .single_add_to_cart_button, .product.type-product .single_add_to_cart_button.disabled {
  padding-left: 60px;
  font-size: 21px;
}
@media (max-width: 767px) {
  .product.type-product .single_add_to_cart_button, .product.type-product .single_add_to_cart_button.disabled {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .product.type-product .single_add_to_cart_button, .product.type-product .single_add_to_cart_button.disabled {
    margin-top: 10px;
  }
}
.product.type-product .single_add_to_cart_button:before {
  content: "\f291";
  /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: FontAwesome;
  left: 20px;
  position: absolute;
}
.product.type-product:not(.product-type-simple) .product-summary-wrap .product-long-description + .price {
  display: none;
}
.product.type-product:not(.product-type-simple) .product-summary-wrap .product-long-description + .price + .no-tax-price {
  display: none;
}
.product.type-product .product-images-wrap .product-main-image {
  margin-bottom: 25px;
  border: 1px solid #bfc4cd;
  padding: 25px;
}
@media (max-width: 991px) {
  .product.type-product .product-images-wrap .product-main-image {
    margin-bottom: 15px;
  }
}
.product.type-product .product-images-wrap .product-main-image .dummy {
  padding-top: 100%;
}
@media (max-width: 767px) {
  .product.type-product .product-images-wrap .product-main-image .dummy {
    padding-top: 80%;
  }
}
@media (max-width: 767px) {
  .product.type-product .product-images-wrap .product-image-thumbnails {
    margin-bottom: 15px;
  }
}
@media (max-width: 1459px) {
  .product.type-product .product-images-wrap .product-image-thumbnails .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 991px) {
  .product.type-product .product-images-wrap .product-image-thumbnails .row {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media (max-width: 1459px) {
  .product.type-product .product-images-wrap .product-image-thumbnails .row div[class*="col-lg-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .product.type-product .product-images-wrap .product-image-thumbnails .row div[class*="col-lg-"] {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.product.type-product .product-images-wrap .product-image-thumbnails .product-image-thumbnail {
  margin-bottom: 30px;
  border: 1px solid #bfc4cd;
  padding: 8px;
}
@media (max-width: 991px) {
  .product.type-product .product-images-wrap .product-image-thumbnails .product-image-thumbnail {
    padding: 4px;
    margin-bottom: 15px;
  }
}
.product.type-product .product-images-wrap .product-image-thumbnails .product-image-thumbnail a img {
  width: 100%;
  height: auto;
}
.product.type-product .product-summary-wrap .summary {
  width: 100%;
  float: none;
}
.product.type-product .product-summary-wrap .summary h1.product_title {
  font-size: 24px;
}
@media (max-width: 767px) {
  .product.type-product .product-summary-wrap .summary h1.product_title {
    font-size: 24px;
  }
}
.product.type-product .product-summary-wrap .summary .woocommerce-product-details__short-description {
  /* font-weight: 600; */
}
.product.type-product .product-summary-wrap .summary .product-long-description + .price {
  font-size: 30px;
  font-weight: 700;
  color: #ff3b69;
  font-weight: 900;
  margin-bottom: 20px;
  text-decoration: none;
}
.product.type-product .product-summary-wrap .summary .product-long-description + .price + .no-tax-price {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  margin-top: -15px;
}
.product.type-product .product-summary-wrap .summary .product-long-description + .price ins {
  font-weight: 900;
  text-decoration: none;
}
.product.type-product .product-summary-wrap .summary .product-long-description + .price del {
  margin-left: 20px;
  color: #666;
  font-weight: normal;
}
.product.type-product .product-summary-wrap .summary .logged-out-price {
  margin-bottom: 20px;
}
.product.type-product .product-summary-wrap .summary .logged-out-price * {
  font-size: 24px;
  font-weight: 700;
  color: #646464;
  display: inline;
}
.product.type-product .product-summary-wrap .summary .logged-out-price > span {
  margin-bottom: 15px;
}
.product.type-product .product-summary-wrap .summary form.cart {
  border-top: 1px solid #bfc4cd;
  margin: 25px 0 0 0;
  padding: 25px 0;
}
.product.type-product .product-summary-wrap .summary form.cart table.variations tbody tr td {
  display: block;
  line-height: 1.6;
}
.product.type-product .product-summary-wrap .summary form.cart table.variations tbody tr td.label label {
  font-weight: 600;
  margin: 0;
  font-size: 15px;
}
.product.type-product .product-summary-wrap .summary form.cart table.variations tbody tr td select {
  width: 100%;
  margin-right: 0;
  border: 1px solid #979797;
  background: #f8f8f8;
  font-size: 16px;
  padding: 10px 8px;
  max-width: 350px;
  min-width: inherit;
}
.product.type-product .product-summary-wrap .summary form.cart table.variations tbody tr td .reset_variations {
  color: red;
  font-weight: 600;
  text-decoration: none;
  margin: 8px 0 0 0;
  display: inline-block;
  background: #eee;
  padding: 5px 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  line-height: 1;
  font-size: 13px;
}
.product.type-product .product-summary-wrap .summary form.cart table.variations tbody tr td .reset_variations:hover {
  background: red;
  color: #fff;
}
.product.type-product .product-summary-wrap .summary form.cart table.variations tbody tr td .reset_variations:before {
  content: '\f00d';
  font-family: 'FontAwesome';
  margin-right: 4px;
}
.product.type-product .product-summary-wrap .summary form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled {
  margin-top: -20px;
  background: #fff;
  position: relative;
  z-index: 200;
}
.product.type-product .product-summary-wrap .summary form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled:after {
  content: '';
  display: block;
  clear: both;
}
.product.type-product .product-summary-wrap .summary form.cart .price {
  font-size: 30px;
  font-weight: 900;
  color: #ff3b69;
  margin-bottom: 15px;
  display: block;
}
.product.type-product .product-summary-wrap .summary form.cart .price ins {
  text-decoration: none;
}
.product.type-product .product-summary-wrap .summary form.cart .price del {
  margin-left: 20px;
  font-size: 30px;
  color: #666;
  font-weight: normal;
}
.product.type-product .product-summary-wrap .summary form.cart .price .no-tax-price {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  margin-top: 5px;
}
.product.type-product .product-summary-wrap .summary form.cart .woocommerce-variation-availability {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  margin-top: -10px;
}
.product.type-product .product-summary-wrap .summary form.cart .quantity input {
  border: 1px solid #979797;
  background: #f8f8f8;
  font-size: 20px;
  padding: 11px 8px;
  min-width: inherit;
  min-width: 80px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .product.type-product .product-summary-wrap .summary form.cart .quantity input {
    font-size: 16px;
  }
}
.product.type-product .product-summary-wrap .summary form.cart .added_to_cart {
  display: none !important;
}
.product.type-product .product-summary-wrap .summary .product_meta {
  font-size: 12px;
  color: #888;
  display: none;
}
.product.type-product .product-summary-wrap .summary .product_meta .sku_wrapper {
  display: block;
}
.product.type-product .product-summary-wrap .summary .product_meta .posted_in {
  display: block;
}
.product.type-product .product-summary-wrap .summary .product_meta .posted_in a {
  color: #0088c6;
  text-decoration: none;
}
.product.type-product .product-summary-wrap .summary .product-send-inqury {
  font-size: 16px;
}
.product.type-product .product-summary-wrap .summary .product-send-inqury a {
  font-weight: 700;
  text-decoration: underline;
}
.product.type-product .woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
}
.product.type-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
  padding: 0 0 0 5px;
  margin: 0;
  position: relative;
}
.product.type-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs:after {
  content: '';
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #bfc4cd;
  z-index: 100;
}
.product.type-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-color: #bfc4cd;
  background: #fafafa;
  padding: 0;
}
.product.type-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li:before, .product.type-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li:after {
  display: none;
}
.product.type-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li.active {
  border-bottom-color: #fff;
  background: #fff;
}
.product.type-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li.active a {
  color: #646464;
}
.product.type-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li a {
  font-family: "Chivo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #a0a0a0;
  font-size: 20px;
  padding: 20px 30px;
}
@media (max-width: 567px) {
  .product.type-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li {
    width: 90%;
  }
}
.product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel.wc-tab {
  padding: 30px;
  border: 1px solid #bfc4cd;
  border-top: none;
}
.product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel.wc-tab a {
  color: #0088c6;
}
@media (max-width: 767px) {
  .product.type-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li a {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.product.type-product .related.products {
  margin-top: 10px;
}
.footer {
  background: #f8fbf7;
  border-top: 1px solid #bfc4cd;
}
.footer .footer-newsletter-wrap {
  background: #e0ebf1;
  padding: 80px 0;
  text-align: center;
}
.footer .footer-newsletter-wrap h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 24px;
}
.footer .footer-newsletter-wrap p {
  color: #748187;
}
.footer .footer-newsletter-wrap a.button {
  background: #ff3b69;
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 40px;
  transition: 0.3s;
  border: 1px solid #ff3b69;
  font-weight: bold;
}
.footer .footer-newsletter-wrap a.button:hover {
  border: 1px solid #ff3b69;
  background: none;
  color: #0088c6 !important;
}
@media (max-width: 767px) {
  .footer .footer-newsletter-wrap a.button {
    margin: 0 30px;
  }
}
@media (max-width: 575px) {
  .footer .footer-newsletter-wrap a.button {
    margin: 0 15px;
  }
}
.footer .footer-top {
  padding: 40px 0 0 0;
  color: #000;
  background: #fff;
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 767px) {
  .footer .footer-top {
    padding: 45px 0 15px 0;
  }
}
.footer .footer-top .footer-title {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  min-height: 35px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .footer .footer-top .footer-title {
    min-height: inherit;
    padding-bottom: 10px;
  }
}
.footer .footer-top .footer-text a {
  text-decoration: underline;
  color: #0b242f;
}
.footer .footer-top .footer-text a:hover {
  color: #0088c6;
  text-decoration: underline;
}
.footer .footer-top .footer-links {
  padding: 0;
}
.footer .footer-top .footer-links li {
  position: relative;
  list-style: none;
}
.footer .footer-top .footer-links li a {
  text-decoration: none;
  color: #646464;
}
.footer .footer-top .footer-links li a:hover {
  color: #0088c6;
}
.footer .footer-top nav.footer-main-menu ul {
  list-style: none;
  padding-left: 0;
  column-count: 2;
}
.footer .footer-top nav.footer-main-menu a {
  color: #0b242f;
}
.footer .footer-top nav.footer-main-menu a:hover {
  color: #0088c6;
}
.footer .footer-top .footer-facebook {
  display: inline-block;
  vertical-align: middle;
  display: block;
  color: #646464;
  text-decoration: none;
  padding: 10px 0;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.footer .footer-top .footer-facebook:hover {
  background: #fff;
}
.footer .footer-top .footer-facebook span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  display: inline-block;
}
.footer .footer-top .footer-facebook img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.footer .footer-top .footer-saeka {
  border: 1px solid #0088c6;
  background: #0088c6;
  display: block;
  vertical-align: middle;
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 13px 20px 7px 20px;
  display: block;
  margin-top: 17px;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.footer .footer-top .footer-saeka:hover {
  background: #fff;
  color: #0088c6 !important;
  text-decoration: none !important;
}
.footer .footer-top .footer-saeka span {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
}
.footer .footer-top .footer-saeka img {
  display: inline-block;
  vertical-align: middle;
}
.footer a.footer-phone {
  border: 1px solid #ff3b69;
  background: #ff3b69;
  padding: 12px 20px 8px 20px;
  text-align: center;
  text-decoration: none !important;
  display: block;
  color: #fff !important;
  font-weight: 600;
  margin-top: 20px;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.footer a.footer-phone span {
  color: #0b242f;
}
.footer a.footer-phone:hover {
  background: #fff;
  color: #0088c6 !important;
  text-decoration: none !important;
}
.footer .footer-bottom {
  padding: 15px 0 0 0;
  color: #5d636e;
  font-size: 13px;
  background: #fff;
}
.footer .footer-bottom .border-top {
  border-top: 1px solid #bfc4cd;
  margin-bottom: 20px;
}
.footer .footer-bottom .left {
  margin-bottom: 20px;
}
.footer .footer-bottom .right {
  margin-bottom: 20px;
  text-align: right;
}
@media (max-width: 991px) {
  .footer .footer-bottom .right {
    text-align: left;
  }
}
.footer .footer-bottom .right a {
  text-decoration: none;
  color: #5d636e;
}
.footer .footer-bottom .right a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.woocommerce-cart .footer-newsletter-wrap, .woocommerce-cart .footer-top, .woocommerce-checkout .footer-newsletter-wrap, .woocommerce-checkout .footer-top {
  display: none;
}
.woocommerce-cart .footer, .woocommerce-checkout .footer {
  border: none;
  margin-top: 100px;
}
/*////////////
 @@ JQUERY MENU
 ////////////*/
.mm-panel, .mm-panels {
  background: #f8f8f8;
}
.mm-navbar {
  background: #f8f8f8;
  color: #0088c6;
}
.mm-page {
  position: static !important;
}
@media (max-width: 991px) {
  .mm-page {
    position: relative;
  }
}
#billing_napodjetje_field input {
  font-size: 12px !important;
  width: 16px !important;
  float: left;
  margin-top: -11px;
  margin-right: 8px;
}
#billing_napodjetje_field .woocommerce-input-wrapper label {
  padding-bottom: 10px;
}
#mailchimp_news_and_offers {
  padding: 0 !important;
}
/* new */
/* wishlist start */
.category-item-wishlist .yith-wcwl-add-to-wishlist {
  margin-top: unset;
}
.category-item-wishlist {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100;
}
.cart-action-wrap .category-item-wishlist {
  right: 24px;
  top: 10px;
}
.category-item-wishlist .yith-wcwl-add-to-wishlist .feedback, .category-item-wishlist .yith-wcwl-add-to-wishlist i {
  float: right;
  z-index: 10;
}
.category-item-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-icon {
  font-size: 22px;
  margin-right: unset;
}
.category-item-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-icon.fa-heart-o {
  color: #006c9d !important;
}
.category-item-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-icon.fa-heart {
  color: #ff3b69;
}
.category-item-wishlist .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
  font-size: 22px;
  margin-right: unset;
}
.category-item-wishlist .yith-wcwl-wishlistaddedbrowse, .category-item-wishlist .yith-wcwl-wishlistexistsbrowse {
  text-align: right;
}
.wishlist-title.wishlist-title-with-form {
  display: none;
}
table.wishlist_table thead th {
  border-top: none !important;
}
.product-item .add_to_wishlist span {
  display: none !important;
}
.product-item .yith-wcwl-wishlistaddedbrowse a, .product-item .yith-wcwl-wishlistexistsbrowse a {
  display: none !important;
}
.site-header-woocommerce-links .fa-heart {
  color: #ff3b69;
}
.wishlist_table thead, .wishlist_table tfoot, .widget_yith-wcwl-lists ul.dropdown li.current a, .widget_yith-wcwl-lists ul.dropdown li a:hover, .selectBox-dropdown-menu.selectBox-options li.selectBox-selected a, .selectBox-dropdown-menu.selectBox-options li.selectBox-hover a {
  background: #fff !important;
  background-color: #fff !important;
}
/* wishlist end */
/* yotpo*/
.wc-yotpo > h2 {
  line-height: 1.3;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #bfc4cd;
  padding-bottom: 18px;
  font-size: 25px;
  font-weight: bold;
}
.yotpo-footer .footer-actions, .yotpo-thankyou-content, .yotpo-thankyou-footer, .wc-yotpo .socialize, .wc-yotpo .connected, .wc-yotpo .yotpo-or, .yotpo .yotpo-label-container .yotpo-powered {
  display: none !important;
}
.yotpo .yotpo-label-container {
  border-top: none !important;
}
.yotpo .write-review .connect-wrapper {
  padding-left: unset !important;
}
.yotpo input, .yotpo .y-input {
  border: 1px solid #bfc4cd !important;
}
.yotpo .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-bottomline .yotpo-icon-empty-star, .yotpo .write-review .yotpo-header .yotpo-icon, .yotpo .yotpo-first-review .yotpo-first-review-stars .yotpo-icon-star, .yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon {
  color: #ff3b69 !important;
}
.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  text-transform: uppercase;
  color: #0088c6 !important;
}
.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span, .yotpo .star-clickable a, .yotpo .yotpo-logo-link-new > * {
  color: #0088c6 !important;
}
.wc-yotpo .yotpo .primary-color-btn, .wc-yotpo .yotpo input[type="button"].primary-color-btn {
  background-color: #0088c6 !important;
  border: none !important;
  font-weight: 600 !important;
  font-size: 14px;
  padding: 10px 25px !important;
  height: unset !important;
}
.wc-yotpo .yotpo .primary-color-btn:hover, .wc-yotpo .yotpo input[type="button"].primary-color-btn:hover {
  background-color: #006c9d !important;
}
.yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon {
  display: none;
}
.main-widget .write-question-review-buttons-container .write-question-review-button {
  background: #0088c6 !important;
  border-radius: 0 !important;
  border: none !important;
  padding: 10px 25px !important;
  height: unset !important;
}
.main-widget .write-question-review-buttons-container .write-question-review-button:hover {
  background: #006c9d !important;
}
.write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
  color: #fff !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.yotpo .yotpo-label-container {
  text-align: left !important;
}
.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
  border-color: #0088c6;
}
.yotpo.bottomLine {
  margin-bottom: 10px !important;
}
.yotpo.bottomLine .yotpo-stars {
  margin-right: 10px;
}
/* yotpo end*/
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.cart-collaterals .cart-action-wrap {
  width: 48%;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 3px;
  padding: 0 15px 30px;
  margin-bottom: 36px;
  align-self: flex-end;
  background-color: #f9fdff;
}
.cart-collaterals .cart-action-products-wrap {
  list-style: none;
  margin-top: 25px;
}
.cart-collaterals .cart-action-products-wrap .action-product-wrap {
  display: flex;
  align-items: flex-end;
}
.cart-collaterals .cart-action-products-wrap .action-product-wrap li {
  height: 100%;
}
.cart-collaterals .cart-action-wrap span.onsale {
  background: #0088c6;
}
.cart-collaterals .cart-action-products-wrap .product-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  height: 100%;
  background: white;
}
.cart-collaterals .cart-action-products-wrap .woocommerce-loop-product__title {
  font-size: 1.1rem;
  font-weight: 700;
}
.cart-collaterals .cart-action-products-wrap .product-item-text-top > h2 {
  padding: 0 5px;
}
.cart-collaterals .cart-action-products-wrap .product-item .product-link a {
  background: #ff3b69;
  border-radius: 0 0 3px 3px;
}
.cart-collaterals .product-item .product-price {
  margin-bottom: 8px;
}
.cart-collaterals .product-item .product-price ins {
  margin-right: 10px;
}
.cart-collaterals .product-item .product-price del {
  font-size: 1rem;
}
.cart-collaterals .product-item .product-price del span {
  font-size: 1rem;
}
.cart-collaterals .product-item .product-price .price {
  min-height: 30px;
  font-size: 18px;
  font-weight: 900;
  color: #748187;
  margin-bottom: 12px;
  padding-left: 5px;
}
.cart-collaterals .cart-action-products-wrap .short-description {
  display: none;
}
@media (max-width: 1459px) {
  .cart-collaterals .cart-action-products-wrap .action-product-wrap:nth-last-child( -n + 1) {
    display: none;
  }
}
@media (max-width: 991px) {
  .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    flex-direction: column-reverse;
  }
  .ns-header-hide-link {
    display: none;
  }
  .wishlist-items-wrapper .woocommerce table.shop_table td {
    padding: 8px;
  }
  .wishlist-items-wrapper .product-thumbnail {
    display: block !important;
  }
  .cart-collaterals .cart-action-wrap {
    width: 100%;
  }
  .cart-collaterals .cart-action-products-wrap .action-product-wrap {
    display: block;
  }
  .cart-collaterals .cart-action-products-wrap .product-item .product-link a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cart-collaterals .cart-action-products-wrap .action-product-wrap:nth-last-child( -n + 1) {
    display: none;
  }
  .cart-collaterals .cart-action-products-wrap .woocommerce-loop-product__title {
    font-size: 1rem;
  }
  .cart-collaterals h3 {
    margin-top: 20px;
  }
  .cart-collaterals .cart-action-products-wrap {
    margin-top: 15px;
  }
  .cart-collaterals .cart-action-products-wrap .action-product-wrap li {
    width: 100%;
  }
  .cart-collaterals .cart-action-products-wrap .product-item .product-link a {
    width: 100%;
  }
  .woocommerce table.shop_table.wishlist_table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .woocommerce .wishlist_table a.add_to_cart.button.alt {
    width: max-content;
  }
}
@media (max-width: 575px) {
  .cart-collaterals .cart-action-wrap span.onsale {
    min-height: 2.236em;
    min-width: 2.236em;
    line-height: 2.236;
  }
  .cart-collaterals .cart-action-wrap .product-item .product-price ins {
    margin-right: 15px;
  }
  .cart-collaterals .cart-action-products-wrap .action-product-wrap:nth-last-child( -n + 2) {
    display: none;
  }
  .cart-collaterals .cart-action-wrap .product-item .product-price ins {
    margin-right: 12px;
  }
  .cart-collaterals .product-item .product-price del span {
    font-size: 0.8rem;
  }
}

span.oznaka-novo {
  background: #ff3b69;
      border-radius: 4px;
      padding: 4px 10px;
      float: right;
      z-index: 9999;
      color: #fff;
      font-weight: bold;
      font-size: 0.757em;
      position: relative;
      right: 4px;
      top: 4px;
}

/*# sourceMappingURL=style.css.map */