@charset "UTF-8";
/*!
Theme Name: ShopEye
Theme URI: http://underscores.me/
Template: s
Author: CreativeAgency, JF
Author URI: https://creativeagency.am/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shopeye
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ShopEye is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.accent-1 {
  position: absolute;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
}

@media only screen and (max-width: 768px) {
  .accent-1 {
    display: none;
  }
}

.accent-2 {
  position: absolute;
  right: 50px;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}

@media only screen and (max-width: 768px) {
  .accent-2 {
    display: none;
  }
}

.accent-3 {
  position: absolute;
  margin-top: -110px;
}

@media only screen and (max-width: 768px) {
  .accent-3 {
    display: none;
  }
}

.accent-4 {
  position: absolute;
  -webkit-transform: rotate(-33deg);
          transform: rotate(-33deg);
  margin-top: -110px;
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .accent-4 {
    display: none;
  }
}

.accent-5 {
  position: absolute;
  right: 100px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .accent-5 {
    display: none;
  }
}

.p-vine {
  padding: 120px 0;
}

.section {
  margin: 120px auto !important;
}

.dozivetja-menu {
  max-width: 50% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dozivetja-menu p:hover {
  text-decoration: underline;
  cursor: pointer;
}

.dozivetja-menu .active-item {
  font-weight: bold;
  text-decoration: underline;
}

body:not(.home) .postloop--card {
  position: relative;
  cursor: auto;
}

body:not(.home) .postloop--card:hover .postloop--card-overlay {
  opacity: 0.8;
}

body:not(.home) .postloop--card:hover .postloop--card-text {
  opacity: 0;
}

body:not(.home) .postloop--card-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0 40px;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  place-content: center;
  background-color: #000;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

body:not(.home) .postloop--card-overlay h2 {
  color: #fff;
  text-align: center;
}

body:not(.home) .postloop--card-overlay p {
  color: #fff;
}

body:not(.home) .postloop--card-overlay a {
  text-decoration: none;
}

body:not(.home) .postloop--card-overlay .postloop--button {
  background-color: #000;
  border-radius: 0 !important;
  padding: 15px 50px;
  border-color: #fff;
}

body:not(.home) .postloop--card-overlay .postloop--button:hover {
  background-color: #fff;
  color: #000 !important;
  border-color: #000;
}

body:not(.home) .postloop--card .postloop--card-text {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.home .postloop--card {
  position: relative;
  cursor: pointer;
}

.home .postloop--card:hover .postloop--card-overlay {
  opacity: 0;
}

.home .postloop--card .postloop--card-overlay {
  display: none;
}

.se-menu {
  min-width: 40%;
  margin-left: 0 !important;
}

.se-secondary-menu {
  min-width: 40%;
}

.se-secondary-menu .search {
  margin-left: auto;
}

.se-secondary-menu .user-icon {
  margin-left: auto;
}

.footer {
  background-size: cover;
}

.footer .footer-content {
  padding: 190px 0 85px 0 !important;
}

.footer .info-lane {
  padding-bottom: 128px;
}

.showcoupon {
  color: #fff !important;
}

.section {
  margin: 120px auto !important;
}

.se-header .mobile-menu-wrap {
  background-color: white;
}

.nav_open .site-header {
  background-color: white;
}

.se-secondary-menu .search {
  display: none;
}

.woocommerce-cart .cart_totals {
  margin-bottom: 40px;
}

.info-lane {
  margin-bottom: 40px;
}

.contact-form input {
  max-width: 100%;
}

@media (max-width: 992px) {
  .contact--company-details .has-text-align-right {
    text-align: center;
  }
}

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

.sps {
  width: 85%;
  margin: auto;
}

.mgrt {
  width: 85%;
  margin: auto;
}

.eu {
  width: 85%;
  margin: auto;
}

@-webkit-keyframes wiggle1 {
  0% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
    -webkit-transform: translatey(10px);
            transform: translatey(10px);
  }
  100% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

@keyframes wiggle1 {
  0% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
    -webkit-transform: translatey(10px);
            transform: translatey(10px);
  }
  100% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

.accent-1,
.accent-5 {
  -webkit-animation: wiggle1 4s infinite;
          animation: wiggle1 4s infinite;
}

@-webkit-keyframes wiggle2 {
  0% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
  }
  50% {
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    -webkit-transform: translatex(-300px);
            transform: translatex(-300px);
  }
  100% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
  }
}

@keyframes wiggle2 {
  0% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
  }
  50% {
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    -webkit-transform: translatex(-300px);
            transform: translatex(-300px);
  }
  100% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
  }
}

.accent-2 {
  -webkit-animation: wiggle2 15s infinite;
          animation: wiggle2 15s infinite;
}

@-webkit-keyframes wiggle3 {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
    -webkit-transform: translatey(10px);
            transform: translatey(10px);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}

@keyframes wiggle3 {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
    -webkit-transform: translatey(10px);
            transform: translatey(10px);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}

.accent-3 {
  -webkit-animation: wiggle3 10s infinite;
          animation: wiggle3 10s infinite;
}

@-webkit-keyframes wiggle4 {
  0% {
    -webkit-transform: rotate(-48deg);
            transform: rotate(-48deg);
  }
  50% {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    -webkit-transform: translatey(10px);
            transform: translatey(10px);
  }
  100% {
    -webkit-transform: rotate(-48deg);
            transform: rotate(-48deg);
  }
}

@keyframes wiggle4 {
  0% {
    -webkit-transform: rotate(-48deg);
            transform: rotate(-48deg);
  }
  50% {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    -webkit-transform: translatey(10px);
            transform: translatey(10px);
  }
  100% {
    -webkit-transform: rotate(-48deg);
            transform: rotate(-48deg);
  }
}

.accent-4 {
  -webkit-animation: wiggle4 8s infinite;
          animation: wiggle4 8s infinite;
}

/* Cookie compliance */
#wt-cli-privacy-save-btn {
  background-color: #c48429;
}

.cli-switch input:checked + .cli-slider {
  background-color: #c48429;
}

.cli-switch input:checked + .cli-slider:after {
  content: "Omogočeno";
}

.cli-switch .cli-slider:after {
  content: "Onemogočeno";
  position: absolute;
  right: 50px;
  color: #000;
  font-size: 12px;
  text-align: right;
  min-width: 80px;
}
/*# sourceMappingURL=style.css.map */