@charset "UTF-8";
/* Fonts */
/* Links */
/*
-webkit-animation: $slide_animation_in_left .6s linear 0s 1 normal both;
animation: $slide_animation_in_left .6s linear 0s 1 normal both;
*/
body {
  /*                        navpična črta v sredini */
}

.otgs-development-site-front-end {
  display: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 99;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preloader .preloader_logo {
  display: block !important;
  width: 170px;
}
@media only screen and (min-width: 768px) {
  .preloader .preloader_logo {
    width: 240px;
  }
}
.preloader .preloader_logo img, .preloader .preloader_logo svg {
  width: 100%;
  height: auto;
}
.preloader.hide {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.preloader.hide .preloader_logo {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.preloader .loader {
  width: 30px;
  height: 30px;
  border-top: 1px #fff solid;
  border-radius: 50%;
  -webkit-animation: load3 0.7s infinite linear;
          animation: load3 0.7s infinite linear;
}

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

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateThisBack {
  from, to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
@keyframes rotateThisBack {
  from, to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
.wrap {
  position: relative;
  margin: 0 auto;
  height: inherit;
  width: 100%;
  max-width: 1660px;
  padding: 0 20px;
}
@media only screen and (min-width: 1700px) {
  .wrap {
    padding: 0;
  }
}

.l-page.home,
.l-archive.home {
  padding-bottom: 0;
}

header li, header ol,
footer li,
footer ol {
  list-style-type: none;
}

a {
  color: #bc57a1;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:active, a:hover {
  color: #2a368d;
  outline: 0;
}

a.anim {
  position: relative;
  padding-bottom: 5px;
  display: block;
}
a.anim::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px #fff solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
}
a.anim:hover::before {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

::-webkit-scrollbar {
  width: 10px;
  background: #eaebec;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}

progress {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
}

progress::-webkit-progress-bar {
  background-color: transparent;
}

progress.single::-webkit-progress-value {
  /*   background-color: $color_yellow;
   */
}

progress.single::-moz-progress-bar {
  /*   background-color: $color_yellow;
   */
}

.progress-container {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  display: block;
}

.progress-bar {
  /*   background-color: $color_yellow;
   */
  width: 50%;
  display: block;
  height: inherit;
}

/* Fonts */
/* Links */
/*
-webkit-animation: $slide_animation_in_left .6s linear 0s 1 normal both;
animation: $slide_animation_in_left .6s linear 0s 1 normal both;
*/
.l-social a,
.l-social span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-social a:before,
.l-social span:before {
  display: block;
  font-family: "FontAwesome" !important;
  color: inherit;
}
.l-social a.fbook:before,
.l-social span.fbook:before {
  content: "\f09a";
}
.l-social a.insta:before,
.l-social span.insta:before {
  content: "\f16d";
}
.l-social a.pint:before,
.l-social span.pint:before {
  content: "\f231";
}
.l-social a.twitt:before,
.l-social span.twitt:before {
  content: "\f099";
}
.l-social a.trip:before,
.l-social span.trip:before {
  content: "\f262";
}
.l-social a.ytube:before,
.l-social span.ytube:before {
  content: "\f16a";
}
.l-social a.linkd:before,
.l-social span.linkd:before {
  content: "\f0e1";
}
.l-social a.phone:before,
.l-social span.phone:before {
  content: "\f095";
}
.l-social a.email:before,
.l-social span.email:before {
  content: "\f0e0";
}
.l-social a.web:before,
.l-social span.web:before {
  content: "\f108";
}
.l-social a.address:before,
.l-social span.address:before {
  content: "\f015";
}
.l-social a.location:before,
.l-social span.location:before {
  content: "\f041";
}
.l-social a.opening:before,
.l-social span.opening:before {
  content: "\f017";
}
.l-social a.news:before,
.l-social span.news:before {
  content: "\f1ea";
}
.l-social a.store:before,
.l-social span.store:before {
  content: "\f07a";
}
.l-social a.gift:before,
.l-social span.gift:before {
  content: "\f06b";
}
.l-social a.search:before,
.l-social span.search:before {
  content: "\f002";
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 18px 0;
  background-color: #fdfdfd;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.21);
}
@media only screen and (min-width: 1200px) {
  .header {
    padding: 0;
  }
}
.header.small nav.main_menu li a, .header.full nav.main_menu li a {
  padding: 15px 20px;
}
@media only screen and (min-width: 1200px) {
  .header.small nav.main_menu li a, .header.full nav.main_menu li a {
    padding: 22px 20px;
  }
}
.header.small nav.main_menu li:first-of-type a, .header.full nav.main_menu li:first-of-type a {
  padding: 15px 20px;
}
@media only screen and (min-width: 1200px) {
  .header.small nav.main_menu li:first-of-type a, .header.full nav.main_menu li:first-of-type a {
    padding: 22px 20px 22px 0;
  }
}
.header.small .logo_wrap:after, .header.full .logo_wrap:after {
  display: none;
}
.header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo_wrap {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: none;
          transform: none;
  width: 135px;
  height: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .logo_wrap {
    width: 189px;
  }
}
.logo_wrap img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (min-width: 1200px) {
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
nav.main_menu {
  position: absolute;
  top: 100%;
  right: 0;
  height: calc(100vh - 76px);
  overflow-y: auto;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  padding: 1px 0 65%;
  -webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  margin-top: 45px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) {
  nav.main_menu {
    padding: 0;
    position: static;
    top: 0;
    right: 0;
    height: auto;
    overflow-y: inherit;
    width: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: inherit;
    background-color: inherit;
  }
}
nav.main_menu.activ {
  margin-top: 17px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) {
  nav.main_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
nav.main_menu li {
  text-align: left;
  list-style: none;
}
@media only screen and (min-width: 1200px) {
  nav.main_menu li {
    text-align: center;
    border-bottom: none;
  }
}
nav.main_menu li.only_mobile {
  display: block;
}
@media only screen and (min-width: 1200px) {
  nav.main_menu li.only_mobile {
    display: none;
  }
}
nav.main_menu li.only_mobile a span {
  text-transform: none;
}
nav.main_menu li.btn {
  margin: 15px 20px;
  padding: 9.5px 16px;
}
@media only screen and (min-width: 768px) {
  nav.main_menu li.btn {
    margin: 0 0 0 10px;
  }
}
@media only screen and (min-width: 1440px) {
  nav.main_menu li.btn {
    padding: 9.5px 34px;
  }
}
@media only screen and (min-width: 1500px) {
  nav.main_menu li.btn {
    margin: 0 0 0 17px;
  }
}
nav.main_menu li.btn a {
  padding: 0;
}
nav.main_menu li.btn a span {
  color: #fff;
}
nav.main_menu li.btn:hover a span {
  color: #fff;
}
nav.main_menu li.menu-item-has-children {
  cursor: pointer;
}
nav.main_menu li.menu-item-has-children > a {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  nav.main_menu li.menu-item-has-children > a {
    padding: 33px 35px 33px 20px;
  }
}
nav.main_menu li.menu-item-has-children > a:after {
  content: "+";
  font-size: 26px;
  position: absolute;
  top: 11px;
  right: 20px;
  color: #000;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  nav.main_menu li.menu-item-has-children > a:after {
    display: none;
  }
}
nav.main_menu li.menu-item-has-children > a span:not(.click) {
  position: relative;
  z-index: 1;
}
nav.main_menu li.menu-item-has-children > a .click {
  display: block;
  height: 63px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  nav.main_menu li.menu-item-has-children > a .click {
    display: none;
  }
}
nav.main_menu li.menu-item-has-children.active > a:after {
  content: "";
  background-color: #000;
  width: 15px;
  height: 2px;
  top: 29px;
}
nav.main_menu li.menu-item-has-children.active ul {
  max-height: none;
  opacity: 1;
  visibility: visible;
}
nav.main_menu li.menu-item-has-children.active ul li ul {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
@media only screen and (min-width: 1200px) {
  nav.main_menu li.menu-item-has-children.active ul li ul {
    opacity: 1;
    visibility: visible;
    max-height: none;
  }
}
nav.main_menu li.menu-item-has-children.active ul li.active ul {
  max-height: none;
  opacity: 1;
  visibility: visible;
}
nav.main_menu li.menu-item-has-children a {
  position: relative;
}
nav.main_menu li ul {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  min-width: 100%;
  width: auto;
  background: #fff;
  margin-top: 0px;
  padding: 0px;
  background-color: #fff;
  z-index: 0;
  border-bottom: none;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  border-top: 1px solid #cccccc;
}
@media only screen and (min-width: 1200px) {
  nav.main_menu li ul {
    position: absolute;
    top: 100%;
    max-height: none;
    padding: 20px;
    border-bottom: 1px solid #000;
    border-top: none;
    z-index: -1;
  }
}
nav.main_menu li ul:before {
  content: "";
  width: 1px;
  background-color: #fff;
  left: 10px;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 768px) {
  nav.main_menu li ul:before {
    top: 40px;
    bottom: 50px;
    left: 0;
    display: block;
  }
}
nav.main_menu li ul li {
  margin: 0 0 20px 34px;
  text-align: left;
}
nav.main_menu li ul li a {
  padding: 0 0 0 100px !important;
  min-height: auto;
}
@media only screen and (min-width: 768px) {
  nav.main_menu li ul li a {
    padding: 0 !important;
  }
}
nav.main_menu li ul li a span {
  white-space: nowrap;
  color: #000 !important;
}
nav.main_menu li ul li a:after {
  display: none;
}
nav.main_menu li ul li:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
nav.main_menu li ul li:last-of-type a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
nav.main_menu li ul li:hover a span {
  color: #ff4444 !important;
}
nav.main_menu li a {
  position: relative;
  padding: 15px 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 !important;
  display: block !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1200px) {
  nav.main_menu li a {
    padding: 37px 20px;
  }
}
nav.main_menu li a span {
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  color: #000;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
  font-family: "Nunito Sans", sans-serif;
}
nav.main_menu li:first-of-type a {
  padding: 15px 20px;
}
@media only screen and (min-width: 1200px) {
  nav.main_menu li:first-of-type a {
    padding: 37px 20px 37px 0;
  }
}
nav.main_menu li:hover a span {
  color: #a01010;
}
@media only screen and (min-width: 1200px) {
  nav.main_menu li:hover ul, nav.main_menu li.active ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    border-top: 1px solid #000;
  }
}

.hamby_wrap {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .hamby_wrap {
    display: none;
  }
}
.l-hamby {
  position: relative;
  width: 35px;
  height: 24px;
  padding: 0px;
  margin: 0px auto;
  border: none;
}
.l-hamby:focus {
  outline: none;
}
.l-hamby span {
  position: absolute;
  top: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  height: 4px;
  width: 100%;
  -webkit-transition: all 0.4s 0.4s;
  transition: all 0.4s 0.4s;
  background-color: #a01010;
}
.l-hamby:before, .l-hamby:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 100%;
  height: 4px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -webkit-transition: top 0.4s 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, top 0.4s 0.4s;
  transition: transform 0.4s, top 0.4s 0.4s, -webkit-transform 0.4s;
  background-color: #d32a2a;
}
.l-hamby:before {
  top: 0px;
}
.l-hamby:after {
  top: calc(100% - 3px);
}
.l-hamby.activ span {
  width: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-hamby.activ:before, .l-hamby.activ:after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: top 0.4s, -webkit-transform 0.4s 0.4s;
  transition: top 0.4s, -webkit-transform 0.4s 0.4s;
  transition: top 0.4s, transform 0.4s 0.4s;
  transition: top 0.4s, transform 0.4s 0.4s, -webkit-transform 0.4s 0.4s;
}
.l-hamby.activ:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.search_popup .close,
.minicart_popup .close,
.notifications_popup .close {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  border-radius: 100%;
  background: #eeeeee;
  text-align: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.search_popup .close:after,
.minicart_popup .close:after,
.notifications_popup .close:after {
  color: #000000;
  content: "+";
  font-size: 20px;
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_popup .close:hover,
.minicart_popup .close:hover,
.notifications_popup .close:hover {
  background: #000;
}
.search_popup .close:hover:after,
.minicart_popup .close:hover:after,
.notifications_popup .close:hover:after {
  color: #fff;
}

.notifications_popup {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  right: 25px;
  top: 100px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  overflow: hidden;
  height: 0;
  background-color: #fff;
  width: calc(100% - 50px);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: top;
          transform-origin: top;
  z-index: 8;
}
@media only screen and (min-width: 500px) {
  .notifications_popup {
    width: 360px;
  }
}
.notifications_popup.header_notice {
  top: 139px;
}
.notifications_popup.active {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  overflow: visible;
  height: auto;
}
.notifications_popup .close {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 20px;
  width: 20px;
  background: #ffffff;
  overflow: hidden;
  right: -10px;
  top: -10px;
  text-align: center;
  border: 1px solid #cccccc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 100%;
}
.notifications_popup .notifications_content .bottom a {
  padding: 20px;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.notifications_popup .notifications_content .bottom a .img_wrap {
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  margin: 0 20px 0 0;
}
.notifications_popup .notifications_content .bottom a .img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notifications_popup .notifications_content .bottom a:last-of-type {
  border-bottom: none;
}
.notifications_popup .notifications_content .bottom a:hover {
  background-color: #eeeeee;
}

.search_popup {
  position: fixed;
  top: 81px;
  right: 0;
  height: calc(100vh - 81px);
  width: 100%;
  overflow-y: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media only screen and (min-width: 500px) {
  .search_popup {
    width: 400px;
  }
}
.search_popup.header_notice {
  top: 120px;
}
.search_popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.search_popup .search_popup_content {
  padding: 20px;
}
.search_popup .search_popup_content .search_title {
  letter-spacing: -1px;
  font-size: 24px;
  margin: 0 0 20px;
}
.search_popup .search_popup_content input {
  display: block;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #666;
  font-size: 14px;
  line-height: 40px;
  outline: none;
  border-radius: 0;
}
.search_popup .search_popup_content .popular_searches_wrap {
  margin: 0 0 20px;
}
.search_popup .search_popup_content .popular_searches_wrap p {
  font-size: 12px;
  text-transform: uppercase;
}
.search_popup .search_popup_content .popular_searches_wrap .popular_searches_content span {
  color: #666;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  display: block;
}
.search_popup .search_popup_content .instant-ajax-result .pop_product {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}
.search_popup .search_popup_content .instant-ajax-result .pop_product img {
  width: 100px;
  height: 100px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.search_popup .search_popup_content .instant-ajax-result .pop_product svg {
  width: 50px;
  margin: 0 25px;
  display: block;
  height: auto;
}
.search_popup .search_popup_content .instant-ajax-result .pop_product .product_title {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  padding: 0 20px;
}
.search_popup .search_popup_content .instant-ajax-result .pop_product .product_price {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  text-align: right;
}
.search_popup .search_popup_content .instant-ajax-result .pop_product .product_price del {
  font-size: 12px;
  color: #666;
}
.search_popup .search_popup_content .instant-ajax-result .pop_product .product_price ins {
  text-decoration: none;
}
.search_popup .search_popup_content .instant-ajax-result .pop_product.hide {
  display: none;
}
.search_popup .search_popup_content .result_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}
.search_popup .search_popup_content .result_tabs span {
  color: #999;
  font-size: 12px;
  border-right: 1px solid #999;
  width: 25%;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 1;
}
.search_popup .search_popup_content .result_tabs span:last-of-type {
  border-right: none;
}

.minicart_popup {
  position: fixed;
  top: 81px;
  right: 0;
  height: calc(100vh - 81px);
  width: 100%;
  overflow-y: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .minicart_popup {
    width: 600px;
  }
}
.minicart_popup.header_notice {
  top: 120px;
}
.minicart_popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.minicart_popup .minicart_upsell {
  border-right: 1px solid #000000;
  background-color: #f1f1f1;
  width: 200px;
  padding: 20px;
  display: none;
}
@media only screen and (min-width: 600px) {
  .minicart_popup .minicart_upsell {
    display: block;
  }
}
.minicart_popup .minicart_upsell .upsell_title {
  font-size: 14px;
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 1.4;
}
.minicart_popup .minicart_upsell .default_products .products .product {
  width: 100% !important;
  float: none;
  margin: 0;
}
.minicart_popup .minicart_upsell .default_products .products .product a img {
  margin: 0 0 5px;
}
.minicart_popup .minicart_upsell .default_products .products .product .woocommerce-loop-product__title {
  padding: 0;
  font-size: 14px;
  margin: 0 0 10px;
  display: block;
}
.minicart_popup .minicart_upsell .default_products .products .product .woocommerce-loop-product__title span {
  padding-left: 0;
}
.minicart_popup .minicart_upsell .default_products .products .product .button {
  margin-top: 0;
  border: 1px solid #000 !important;
  border-radius: 0;
  background-color: #fff;
  display: block !important;
  padding: 10px;
}
.minicart_popup .minicart_upsell .default_products .products .product .button .text {
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #000;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: block;
}
.minicart_popup .minicart_upsell .default_products .products .product .button .price_wrap {
  color: #000;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.minicart_popup .minicart_upsell .default_products .products .product .button .price_wrap del {
  font-size: 12px;
  color: #666;
}
.minicart_popup .minicart_upsell .default_products .products .product .button .price_wrap ins {
  text-decoration: none;
}
.minicart_popup .minicart_upsell .default_products .products .product .product_color_border,
.minicart_popup .minicart_upsell .default_products .products .product .product_color_name {
  display: none;
}
.minicart_popup .content_minicart {
  width: 400px;
  padding: 20px;
}
.minicart_popup .content_minicart .minicart_title {
  letter-spacing: -1px;
  font-size: 24px;
  margin: 0 0 20px;
}
.minicart_popup .content_minicart .woocommerce-mini-cart .woocommerce-mini-cart-item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #aaa;
}
.minicart_popup .content_minicart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type {
  margin: 0;
  border-bottom: none;
}
.minicart_popup .content_minicart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.minicart_popup .content_minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.minicart_popup .content_minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .content_mid {
  margin: 0 20px;
}
.minicart_popup .content_minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .content_mid .product_title {
  line-height: normal;
}
.minicart_popup .content_minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
  position: absolute;
  top: 0;
  right: 0;
  height: 14px;
  width: 10px;
  cursor: pointer;
}
.minicart_popup .content_minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove .head {
  height: 5px;
  width: 6px;
  border: 2px solid #aaaaaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  position: absolute;
  margin: 0 auto;
  margin-bottom: -2px;
  left: 50%;
  margin-left: -3px;
  top: -3px;
  display: block;
}
.minicart_popup .content_minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove .head:after {
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #aaaaaa;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  display: block;
  bottom: -2px;
}
.minicart_popup .content_minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove .core {
  height: 10px;
  margin: 0 auto;
  width: 8px;
  border: 2px solid #aaaaaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-top: none;
  display: block;
}
.minicart_popup .content_minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover .head {
  border: 2px solid #000;
  top: -6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.minicart_popup .content_minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover .head:after {
  background: #000;
}
.minicart_popup .content_minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover .core {
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #000;
  border-top: none;
}
.minicart_popup .content_minicart .cart_bottom {
  text-align: center;
}
.minicart_popup .content_minicart .cart_bottom .total_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 10px;
}
.minicart_popup .content_minicart .cart_bottom .total_wrap .total {
  border: 1px solid #aaa;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.minicart_popup .content_minicart .cart_bottom .total_wrap .total .text {
  padding: 10px 20px;
  border-right: 1px solid #000;
}
.minicart_popup .content_minicart .cart_bottom .total_wrap .total .amount {
  padding: 10px 20px;
}
.minicart_popup .content_minicart .cart_bottom .total_wrap .total:hover {
  border-color: #000;
}
.minicart_popup .content_minicart .continue {
  font-size: 12px;
  display: block;
  color: #666;
  text-decoration: underline;
  cursor: pointer;
}

.grecaptcha-badge {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.gdpr_check_wrap input {
  display: block !important;
}
/*# sourceMappingURL=above_the_fold.css.map */