/** Shopify CDN: Minification failed

Line 247:26 The "-" operator only works if there is whitespace on both sides
Line 1858:2 Expected identifier but found "*"
Line 1859:2 Expected identifier but found "*"

**/
/*------------------------------------------------------------------

[Table of contents]

1. Body
2. Header / #header
3. Navigation / #navbar
4. Content / #content
5. Left column / #leftcolumn
6. Right column / #rightcolumn
7. Sidebar / #sidebar
8. RSS / #rss
9. Search / #search
10. Boxes / .box
11. Sideblog / #sideblog
12. Advertisements / .ads
13. Footer / #footer

-------------------------------------------------------------------*/
* {
  outline: 0 !important;
  box-sizing: border-box; }

.nav > li > a:focus {
  background: transparent; }

a:hover {
  text-decoration: none !important; }

.clear-none {
  clear: none !important; }

.clear-space {
  padding: 0 !important; }

.clear-space-left {
  padding-left: 0; }

.clear-space-right {
  padding-right: 0; }

.red {
  color: red; }

.left {
  float: left; }

.right {
  float: right; }

.flex {
  display: flex; }

.inline-block {
  display: inline-block; }

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

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

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

.row.flex {
  display: flex;
  flex-direction: row; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.delay02 {
  transition: all .2s ease; }

.delay03 {
  transition: all .3s ease; }

.delay04 {
  transition: all .4s ease; }

.delay05 {
  transition: all .5s ease; }

.delay1 {
  transition: all 1s ease; }

.delay1_5 {
  transition: all 1.5s ease; }

.delay2 {
  transition: all 2s ease; }

.uppercase {
  text-transform: uppercase; }

.capital {
  text-transform: capitalize; }

.full-width {
  width: 100%; }

.column-10 {
  width: 10%; }

.column-3 {
  width: 33.33333%; }

.column-4 {
  width: 25%; }

.column-6 {
  width: 16.66667%; }

.column-20 {
  width: 20%; }

.column-30 {
  width: 30%; }

.column-40 {
  width: 40%; }

.column-50 {
  width: 50%; }

.column-60 {
  width: 60%; }

.column-70 {
  width: 70%; }

.column-80 {
  width: 80%; }

.column-90 {
  width: 90%; }

.dropdown-menu {
  transform: translateY(10px);
  transition: .3s; }

.dropdown-menu li a {
  font-size: 14px !important;
  line-height: 24px; }

.dropdown:hover .dropdown-menu,
.dropdown:focus .dropdown-menu {
  transform: none;
  transition: .3s; }

.mega-menu-main {
  padding-bottom: 30px;
  min-width: 550px;
  box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0; }

.menu-main li {
  list-style-type: none; }

.menu-main .lv1 li a {
  font-size: 16px; }

.btn-default {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: unset;
  background: #fff; }

.btn-default:hover {
  background: #fff; }

.btn-default:focus {
  background: #fff; }

.btn-default:focus:active {
  background: #fff; }

.btn-default:active {
  background: #fff;
  box-shadow: unset; }

.btn-default.active {
  background: #fff;
  border-color: #fff;
  box-shadow: unset; }

.btn-default.active:hover {
  background: #fff; }

.btn-default.active:focus {
  background: #fff !important; }

a:focus {
  text-decoration: none; }

.form-control:focus {
  border-color: #ddd;
  box-shadow: unset; }

.link-default {
  color: black;
  transition: all .3s ease; }

.link-default:hover {
  color: #ee9051; }

.circle {
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  transition: .3s; }
  .circle:hover {
    transform: scale(1.2);
    transition: .3s; }

.table > tbody > tr > td {
  vertical-align: middle; }

.input-number-group {
  display: flex; }

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
  appearance: none; }

.input-number-group .input-group-button {
  line-height: calc(80px/2-10px); }

.input-number-group .input-number {
  width: 40px;
  text-align: center;
  outline: none;
  display: block;
  margin: 0; }

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  user-select: none; }

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 30px;
  background: #fff;
  color: #909090;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-weight: 400; }

.input-number-group .input-number-decrement {
  margin-right: 0.3rem; }

.input-number-group .input-number-increment {
  margin-left: 0.3rem; }

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

li .link-menu {
  color: #323232; }

li .link-menu.white {
  color: #fff; }

li:hover .link-menu {
  color: #ee9051; }

.link-menu {
  color: #323232; }

.link-menu.white {
  color: #fff; }

.link-menu.white .st0 {
  stroke: #fff; }

.link-menu:hover i {
  color: #ee9051; }

.title-hover:hover {
  color: #ee9051 !important; }

.hover-zoom-out {
  overflow: hidden;
  transition: all .5s ease; }

.hover-zoom-out:hover {
  transform: scale(1.05); }

.over-hidden {
  overflow: hidden; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 30;
  background: rgba(29, 29, 31, 0.6);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease; }

.overlay.active {
  opacity: 1;
  visibility: visible; }

.overlay-mini {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all .3s ease;
  transform: scale(0);
  top: 0; }

.form-search {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  padding: 10% 0 0 0; }

.form-search h3 {
  font-size: 50px;
  padding-bottom: 55px;
  text-transform: capitalize;
  line-height: 60px; }

.form-search i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 50px;
  color: #333;
  transition: all .3s ease; }

.form-search i:hover {
  transform: rotate(90deg); }

.form-search form {
  justify-content: center;
  display: flex; }

.form-search form input {
  font-weight: 300;
  font-size: 40px;
  color: #000;
  height: 50px;
  width: 60%;
  border-radius: 0;
  border: 0;
  outline: 0;
  box-shadow: unset; }

.form-search form input::-webkit-input-placeholder {
  color: #000; }

.form-search form input::-moz-placeholder {
  color: #000; }

.form-search form button {
  margin-left: 15px;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  background: #000;
  color: #fff;
  padding: 5px 50px;
  text-transform: uppercase;
  transition: all .3s ease; }

.form-search form button:hover {
  background: #41cce5; }

.form-cart {
  position: fixed;
  overflow: hidden;
  right: -470px;
  height: 100%;
  width: 470px;
  top: 0;
  z-index: 100;
  background: #fff; }

.form-cart i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #333;
  transition: all .3s ease; }

.form-cart i:hover {
  transform: rotate(90deg); }

.form-cart h3 {
  font-size: 36px;
  text-align: left;
  padding-left: 30px;
  padding-top: 26px; }

.form-cart .empty-cart {
  padding-top: 50%; }

.form-cart .empty-cart p {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px; }

.form-cart .empty-cart a {
  width: 187px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #ee9051;
  color: #fff;
  font-size: 18px;
  margin-left: 30%; }

.form-cart .empty-cart a:hover {
  background: #f47d2e; }

@media (max-width: 480px) {
  .form-cart {
    width: 300px; }

  .form-cart .empty-cart a {
    margin-left: 20%; } }
.st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10; }

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.swatch .title_variant {
  color: #000000;
  margin: 0;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 600;
  min-width: 55px;
  border-bottom: 2px solid #000;
  margin-right: 27px; }

.swatch .title_variant.header:after {
  bottom: 10px; }

.swatch .link_color {
  display: inline-block;
  height: 20px !important;
  min-width: 20px !important;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: all .3s ease;
  position: relative; }
  .swatch .link_color:after {
    content: "";
    border: 1px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }
  .swatch .link_color:hover:after {
    content: "";
    width: 26px;
    height: 26px;
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; }
  @media (max-width: 576px) {
    .swatch .link_color:hover:after {
      content: "";
      border: 2px solid #b0b0b0;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 1; } }

.swatch input:checked + .border-color .link_color:after {
  content: "";
  border: 1px solid #b0b0b0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1; }
@media (max-width: 576px) {
  .swatch input:checked + .border-color .link_color:after {
    content: "";
    border: 2px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; } }

.swatch .variant_color.variant_quickview .link_color {
  margin-bottom: 0; }

.swatch .variant_color .link_color:hover {
  border: 1px solid #000; }

.swatch .variant_color .link_color .ciloe_filter_color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%; }

.swatch .variant_color {
  top: 5px; }

.swatch .variant_other {
  display: inline-block;
  min-width: unset !important;
  height: unset !important;
  line-height: unset;
  padding: 10px 15px;
  border: 1px solid #d7d7d7 !important;
  color: #979797;
  margin: 0 10px 10px 0 !important;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 600; }

.swatch .variant_other:hover,
.swatch .variant_other:focus,
.swatch input:checked + .variant_other {
  border: 1px solid #000 !important;
  color: #fff !important;
  background: black; }

@-webkit-keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

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

@keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

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

@-webkit-keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

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

@keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

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

@-webkit-keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

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

@keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

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

@-webkit-keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

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

@keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

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

.product-item-v9 .img-product.relative {
  width: 100%;
  height: 100%;
  padding-top: 100%; }

.product-item-v9 .img-product.relative img.img-responsive.lazyloaded {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.product-item-v9 img.img-responsive.absolute.img-product-hover.lazyloaded {
  display: none; }

.mb-0 {
  font-family: 'Jost'; }

li a {
  font-family: 'Jost' !important;
  font-weight: 400 !important; }

.count-down .text {
  text-align: left !important; }

.list-category.row .total_item {
  display: none; }

.img_collection img {
  position: absolute;
  top: 0px;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, 0px) !important; }

.img_collection {
  padding-top: 100%; }

.col-md-4.margin-bottom-30 {
  border: 1px solid lightgray;
  padding-bottom: 30px;
  margin-bottom: 0px; }

.list-category.row .info_col.text-center {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 30px;
  padding-left: 30px;
  padding-right: 30px; }

.img_collection {
  margin-bottom: 90px; }

.list-category .img_collection:before, .list-category .img_collection:after {
  display: none !important; }

.list-category .img_collection:hover:before {
  display: none !important; }

.info_col.text-center {
  background: white; }

#header .menu ul .nav-item .nav-link {
  font-size: 15px !important; }

.col-lg-2.col-6.col-md-3.minheight {
  margin-bottom: 5%; }

h2.block-title.title_heading {
  font-weight: 400; }

h3.block-title.title_heading {
  font-weight: 400; }

#shopify-section-list-collection .shop-button {
  height: 60px;
  min-width: 120px;
  line-height: 60px;
  background-color: #000;
  display: inline-flex;
  color: #fff;
  padding: 0 26px;
  margin-top: 20px;
  position: relative;
  transition: background-color .3s; }

#shopify-section-list-collection .shop-button:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg); }

.product-quickview .popup-quickview .detail-info {
  max-height: unset;
  overflow-x: hidden; }

.product-media.thumbnai-left .item {
  max-width: 100px; }

@media (min-width: 900px) {
  .engo-popup .content {
    min-width: 900px !important; } }
.shopify-payment-button {
  margin-top: 10px; }

@media (min-width: 768px) {
  .shopify-payment-button {
    max-width: 361px;
    margin-top: 10px; }

  .shopify-payment-button .shopify-payment-button__button--unbranded {
    width: 359px !important;
    margin-top: 15px; }

  .prod_sticky .content-page-detail .sticky_content .detail-info {
    padding-top: calc(20px + 2vh); }

  .col-lg-6.col-md-5.col-sm-12.col-12.sticky_content.js_sticky h2.product-title {
    font-size: 40px; }

  .popup .modal-window .window-window .window-content .left {
    width: 528px;
    float: left;
    padding-top: 114px !important; } }
span.steuerme {
  line-height: 2em;
  margin-left: 5px;
  color: black; }

.pd_summary p {
  color: black;
  font-size: 16px; }

.product-item-v9 div.steuerme {
  width: 100%;
  font-size: 0.9rem;
  text-align: center; }

.SoldoutLabel {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #a35905;
  padding: 10px;
  color: white;
  font-family: 'Jost';
  font-size: 0.9rem;
  z-index: 1;
  /* transform: translate(-50%, -50%); */ }

.soldoutov {
  width: 100%;
  height: 100%;
  background: #0000001c;
  z-index: 1;
  position: absolute; }

span.next {
  width: 100px !important; }

.desc.product-desc p {
  font-family: Jost !important;
  font-size: 16px !important; }

.col-lg-6.content1 p {
  font-family: Jost !important; }

.col-lg-6.content1 li {
  font-family: Jost !important; }

.col-lg-6.content2 p {
  font-family: Jost !important; }

.col-lg-6.content2 li {
  font-family: Jost !important; }

.text-center.bg_bread {
  background-color: #f5f5f5 !important; }

.overlayme {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: white;
  opacity: 0.8;
  z-index: 0 !important; }

div#shopify-section-16445754780b1050f1 {
  overflow: hidden;
  width: 100vw !important;
  height: 100vh;
  z-index: 1;
  margin-top: -115px; }

body {
  width: 100vw !important;
  overflow-x: hidden !important; }

.container.container-v2 {
  z-index: 2 !important;
  position: relative; }

header#header.header-v1-h1.js_height_hd.jsheader_sticky.d-none.d-xl-block {
  position: relative;
  background: transparent !important; }

header#header.header-v1-h1.js_height_hd.jsheader_sticky.d-none.d-xl-block.menu_scroll_v1 {
  position: fixed;
  background: white !important; }

h1.mb-0.title-slideshow {
  font-weight: 500 !important;
  letter-spacing: 0.2em; }

@media only screen and (min-width: 1200px) {
  .section-slideshow-v3 .itemv-slide-h3 .content .title-slideshow {
    font-size: 100px !important; }

  div#shopify-section-164459672782cab1e1 .container {
    padding-left: 0px;
    padding-right: 0px; } }
.section-slideshow-v3 .itemv-slide-h3 .content a {
  font-family: Jost !important;
  font-weight: 400 !important;
  letter-spacing: 2px;
  margin-top: -8px !important; }

.section-brand-v1 .item.slick-slide img {
  width: 100%;
  height: 140px;
  object-fit: contain; }

.section-banner-v4.mt-all .box-img:before {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: white;
  z-index: 1;
  opacity: 0.7; }

.section-banner-v4 .box-banner .info-banner {
  z-index: 2; }

.box-banner {
  overflow: hidden !important;
  border: 2px solid #C6A074; }

span.sub-title {
  font-family: Jost; }

.section-collection-v1 .col-lg-4.col-md-4.col-sm-6.col-12.col-item.slick-slide .item {
  border: 1px solid #f7f5f0; }

.section-collection-v1 .category-info {
  padding: 0px 20px 10px; }

.category-info {
  background: #f7f5f0; }

.section-collection-v1 .col-item {
  padding: 10px !important; }

div#shopify-section-162245210762e198df .info-bottom {
  text-align: center;
  margin-top: 50px; }

a.button-shop.button-shop-16445753999f24ef9a {
  padding: 15px 50px;
  border: 2px solid;
  /* margin-top: 20px !important; */
  font-family: Jost; }

.container.container-v2 {
  margin-top: 40px; }

p {
  font-family: Jost !important;
  font-weight: 400 !important; }

.figure-feature__corner {
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: #C6A074; }

.figure-feature__corner_bottom {
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-right-style: solid;
  right: 20px;
  bottom: 0; }

.figure-feature__corner_top {
  top: 0px;
  left: 20px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid; }

@media (min-width: 768px) {
  .section-service-v1 .itemtservice .box-service {
    padding: 70px 20px !important; }

  .section-banner-v5 .box-img1 .banner-content {
    max-width: 540px; } }
.section-cta__line {
  width: 1px;
  height: 80px;
  background-color: #C6A074;
  margin-left: auto;
  margin-right: auto; }

.section-div {
  width: 100%;
  margin-bottom: 50px; }

a.mt-3.button-shop-16445754780b1050f1-16445754780b1050f1-0 {
  border: 1px solid;
  padding: 10px 20px;
  margin-top: 50px !important;
  font-family: 'Jost';
  text-transform: uppercase;
  letter-spacing: 2px; }

a.button-shop.button-shop-16445753999f24ef9a {
  font-weight: 400 !important;
  font-size: 16px !important;
  padding: 20px 50px !important;
  border-color: black !important;
  color: black !Important; }

a.button-shop.button-shop-16445753999f24ef9a:hover {
  border-color: #C6A074 !important;
  color: #C6A074 !Important; }

.wrap-bread-crumb.breadcrumb_collection2:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: white;
  opacity: 0.8;
  z-index: 0; }

.bread-crumb {
  z-index: 2;
  position: relative; }

.section-brand-v1 img.img-fluid {
  /* height: 150px; */
  width: 100%;
  height: 150px;
  object-fit: contain; }

.aboutus-pages .about-introduce .intro_detail .info-intro .title_intro {
  font-weight: 400; }

.img-next {
  display: none !important; }

.img-prev {
  display: none !IMPORTANT; }

.page-wishlist {
  padding: 150px 0 !important; }

.content-pages.woocommerce {
  padding: 150px 0px; }

.wrap-bread-crumb.breadcrumb_collection2 .title-page {
  position: relative; }

.login-icon-popup-login {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px; }

.login-icon.register-icon {
  padding-bottom: 20px; }

.shopify-challenge__container {
  padding: 150px 0px; }

section.page-cart {
  position: relative; }

section.page-wishlist {
  position: relative; }

.filter_sidebar_general.sticky {
  top: 100px !important; }

.cart_totals {
  font-family: 'Jost' !important;
  /* font-weight: 400 !important; */ }

h2.cart-title {
  font-family: Jost !important; }

th.cart-label {
  font-family: Jost !important; }

.page-cart span.amount {
  font-family: 'Jost'; }

.page-cart td.product-name-thumb {
  FONT-FAMILY: 'Jost' !important;
  font-size: 16px !important; }

.cart_item .product-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: contain; }

.page-cart .content-cart-page .shop_table .cart_item .product-quantity .js-qty {
  border: 1px solid #000 !important; }

@media (min-width: 768px) {
  .gimmemobile {
    display: none; }

  .shopify-payment-button__button.shopify-payment-button__button--branded._2ogcW-Q9I-rgsSkNbRiJzA {
    max-width: 360px;
    margin-top: 10px; }

  button.shopify-payment-button__more-options._2ogcW-Q9I-rgsSkNbRiJzA {
    max-width: 360px !important;
    display: block !important;
    color: black;
    text-align: start !important; }

  .filter_sortby.d-none.d-lg-block {
    display: none !important; } }
@media (max-width: 768px) {
  .gimmebig {
    display: none; }

  .popup .modal-window .window-window .window-content .right {
    display: block !important;
    width: 100% !important; }

  .spr-summary.rte {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-around; }

  span.spr-summary-actions {
    margin-top: 33px; }

  .shopify-payment-button__button.shopify-payment-button__button--branded._2ogcW-Q9I-rgsSkNbRiJzA {
    max-width: 100%;
    margin-top: 10px; }

  button.shopify-payment-button__more-options._2ogcW-Q9I-rgsSkNbRiJzA {
    max-width: 100% !important;
    display: block !important;
    color: black;
    text-align: start; }

  button.shop-button.enj-add-to-cart-btn.engoj-btn-addtocart {
    max-width: 100% !important;
    width: 100% !important; }

  .detail-info h2.product-title {
    font-size: 8vw !important;
    margin-top: 20px; }

  .detail-info .btn-addwhlist {
    display: none; }

  .soldoutov {
    display: none; }

  .row.shop_control .col-md-6.col-6.filter1 {
    height: 42px; }

  .row.shop_control .col-md-6.col-6.filter2 {
    height: 42px; }

  .row.shop_control .change_prod {
    height: 42px !important; }

  .row.shop_control .style_layout_prod.justify-content-md-end.justify-content-center {
    height: 0px !important;
    padding: 0px; }

  .collection-page-fullwidth .shop_control .filter_sortby, .collection-page-sidebar .shop_control .filter_sortby {
    justify-content: start !important; }

  .collection-page-fullwidth .content-page .shop_control .change_prod, .collection-page-sidebar .content-page .shop_control .change_prod {
    justify-content: right !important; } }
@media (max-width: 480px) {
  .row.js_product_related.slick-initialized.slick-slider .slick-track {
    height: 125vw !important; } }
.bd-tab .container.container-v2 {
  margin-top: 0px; }

ul.product-meta-info {
  margin-top: 20px; }

h2.spr-header-title {
  font-size: 18px !important;
  font-family: Jost; }

span.spr-summary-actions-togglereviews {
  font-family: Jost;
  margin-left: 13px; }

span.spr-starrating.spr-summary-starrating i {
  font-size: 18px !important; }

a.spr-summary-actions-newreview {
  border: 1px solid lightgrey;
  padding: 15px 20px;
  margin-top: -32px;
  background: lightgray;
  color: black !important;
  font-family: Jost;
  letter-spacing: 1px; }

div#form_7171939401900 {
  font-family: Jost; }

h3.spr-review-header-title {
  font-size: 16px !important;
  font-family: Jost; }

p.spr-review-content-body {
  font-size: 15px; }

span.spr-summary-caption {
  font-family: Jost; }

.spr-summary-actions-newreview:before, .spr-summary-actions-newreview:after {
  display: none !important; }

form#new-review-form_7171996942508 {
  font-family: Jost !important; }

.maxus-productdetail__options {
  padding: 20px 0px; }

.prod_sticky .content-page-detail .detail-info .maxus-productdetail__options .title_variant {
  margin-bottom: 0px !important; }

span.text_color {
  font-size: 15px !important;
  font-family: 'Jost';
  font-weight: 400 !important;
  padding-right: 13px; }

p.text-uppercase.title_variant {
  font-size: 15px !important;
  font-weight: 600 !important; }

button.active svg.icon.icon-heart path {
  fill: red !important; }

svg.icon.icon-heart path {
  fill: white; }

.product-item-v9 .product-icon-action li button.heart svg {
  margin-bottom: 12px; }

.section-collection-sub1 .img_banner {
  border: 1px solid #ededed;
  margin-bottom: -18px; }

.section-collection-sub1 .banner_cate .img_banner:after {
  border-right: 1px solid #c69f73 !important;
  border-left: 1px solid #c69f73 !important; }

.section-collection-sub1 .banner_cate .img_banner:before {
  border-top: 1px solid #c69f73 !important;
  border-bottom: 1px solid #c69f73 !important; }

.section-collection-v2 .item .box-img {
  background: #ffffffe8; }

.section-collection-v2 .category-info {
  background: none; }

@media only screen and (min-width: 1200px) {
  .section-collection-v2 {
    padding-top: 120px !important;
    padding-bottom: 80px; } }
.btn.gradient-theme {
  background: #ffffff91 !important;
  border-radius: 0px !important;
  padding: 15px 30px !important;
  font-size: 1rem;
  font-family: 'Jost';
  letter-spacing: 1px;
  transform: translateY(0px);
  border: 2px solid black !important;
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) !important;
  margin-top: 15px; }

.btn.gradient-theme:hover {
  border: 2px solid #c69f73 !important;
  color: white !important; }

a.btn.gradient-theme:before {
  content: '';
  background: #c69f73;
  height: 100%;
  width: 0;
  position: absolute;
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 0;
  left: auto;
  right: 0;
  z-index: -1; }

a.btn.gradient-theme:before {
  left: auto;
  right: 0; }

a.btn.gradient-theme:hover:before {
  width: 100% !important;
  right: auto !important;
  left: 0 !important; }

.section-slideshow-v3 .itemv-slide-h3 .content a {
  font-size: 1rem;
  font-family: 'Jost';
  text-transform: normal !important;
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) !important; }

.wrap-bread-crumb.breadcrumb_collection:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: white;
  opacity: 0.8;
  z-index: 0; }

.section-collection-sub1 {
  margin-top: 120px; }

section.page_aboutus_v1.page_aboutus_v2 {
  position: relative; }

h3 {
  text-transform: none; }

.title-page {
  z-index: 2;
  position: relative; }

.action-checkout span {
  font-family: 'Jost';
  font-size: 0.7rem; }

.sub-total span {
  font-family: 'Jost'; }

div#tab_menu_mobile a {
  font-family: 'Jost';
  font-weight: 400 !important; }

h2.title_menu_mb.title_only_one {
  width: 100%; }

h2.title_menu_mb.title_only_one {
  width: 100%; }

form#customer_login {
  font-family: 'Jost'; }

.login_primary {
  font-family: 'Jost'; }

.close-menu-mobile.text-center.js-eveland-close {
  font-family: 'Jost'; }

.tab_content_menu_mobile span.title_resgister {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 8px;
  letter-spacing: .3em; }

.tab_content_menu_mobile .form_register {
  margin: -30px !important;
  margin-top: -20px !important; }

.login_regester .container.container-v2 {
  margin-top: -40px; }

.CustomerLoginForm {
  font-family: Jost !important; }

.CustomerLoginForm label.col-sm-3.col-form-label {
  font-family: 'Jost';
  font-weight: 400; }

.login_regester label.col-sm-3.col-form-label {
  font-family: 'Jost';
  font-weight: 400; }

form#create_customer {
  font-family: Jost !important; }

.forgot_pass.mt-4.text-center {
  font-family: Jost; }

h1.mb-0.title_login.text-center {
  padding-bottom: 0px; }

h3.drawer-search-title {
  font-weight: 400 !important; }

@media (max-width: 768px) {
  span.steuerme {
    line-height: 1.6em; }

  button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    margin-top: 15px !important;
    width: 100% !important;
    max-width: unset !important; }

  .shopify-payment-button__button--hidden {
    visibility: visible;
    font-family: Jost;
    font-weight: 400 !important;
    padding-bottom: 20px !important; }

  .shopify-payment-button__more-options {
    background: transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    font-size: 1em;
    margin-top: 1em;
    text-align: start;
    width: 100%;
    visibility: visible;
    font-family: Jost;
    font-weight: 400 !important;
    padding-bottom: 20px !important; }

  div#variant-inventory {
    text-align: start; }

  .section-slideshow-v3 .itemv-slide-h3 {
    padding-top: 50vh !important;
    height: calc(100vh + 105px);
    padding-bottom: 50vh !important; }

  div#shopify-section-16445754780b1050f1 {
    height: calc(100vh + 105px);
    margin-top: -105px; }

  .overlayme {
    position: absolute;
    width: 100vw;
    height: calc(100vh + 105px); }

  .section-slideshow-v3 .container.container-v2 {
    margin-top: 0px;
    height: 100px;
    transform: translatey(-50px); }

  .section-slideshow-v3 p.mb-0.sub-title-content {
    padding-top: 0px;
    margin-top: -20px; }

  .section-slideshow-v3 .itemv-slide-h3 .content .title-slideshow {
    font-size: 13vw !important; }

  .section-slideshow-v3 .itemv-slide-h3 .content a {
    transform: translateY(23px) !important; }

  div#shopify-section-1644594544b3bdfeef {
    margin-bottom: -100px; }

  div#shopify-section-164629802556c99303 {
    margin-bottom: -150px; }

  .section-banner-v5.padding_top_banner5 .banner-content {
    padding: 0px !important;
    padding-top: 50px !important; }

  div#shopify-section-164457543914b3128b {
    margin-top: -100px;
    margin-bottom: -100px; }

  div#shopify-section-1645192823db43fb5f {
    margin-top: -100px;
    margin-bottom: -100px; }

  div#shopify-section-162425115899130e9d {
    margin-bottom: -30px; }

  .section-blog-v2.mt-all .slick-arrow {
    margin-top: 33px; }

  .top-footer {
    padding-top: 50px; }

  .copyright {
    padding-bottom: 110px !important; }

  .page-cart .cart_totals .continue-shopping-1 a {
    max-width: unset !important;
    width: 100% !important;
    margin: 0px !important; }

  .continue-shopping-1 {
    max-width: unset;
    width: 100%; }

  .page-cart .cart-update input.button.bg-color {
    width: 100%; }

  .page-cart .cart-update {
    margin: 0px !important;
    width: 100% !important;
    max-width: unset !important;
    margin-bottom: 10px !important; }

  .page-cart a.checkout-button.button.alt.wc-forward.bg-color {
    width: 100%; }

  h2.cart-title {
    padding-top: 0px !important; }

  .mini-product-item.row {
    max-width: 90vw !important; }

  .product-popup.engo-popup.active .content {
    width: 80vw !important;
    max-width: 80vw !important;
    min-width: unset !important; }

  .engo-popup .content .more_info {
    border-left: 0px !important; }

  .col-md-6.col-sm-6.text-center.more_info {
    padding: 0px !important; }

  .fluid-container.gallery-section.row {
    padding: 0px; }

  div#gallery {
    margin: 0px; }

  .detail-share-social {
    display: none; } }
div#shopify-section-16466404104fe861f3 {
  max-width: 100vw;
  overflow-x: hidden; }

.filter_sortby.d-flex.d-lg-none p.mb-0 {
  font-size: 0.9rem !important;
  text-transform: unset !important; }

span.dropdown-label {
  font-family: Jost;
  font-weight: 400;
  letter-spacing: 1px; }

a.filter.d-inline-flex {
  height: 45px; }

.prod_sticky .bread-crumb {
  padding: 6px 0 0px 0; }

.shopify-payment-button__button--hidden {
  visibility: visible;
  font-family: Jost;
  font-weight: 400 !important;
  padding-bottom: 20px !important; }

.shopify-payment-button__more-options {
  font-family: Jost;
  font-weight: 400 !important;
  padding-bottom: 20px !important; }

div#variant-inventory {
  font-family: Jost;
  margin-bottom: -7px;
  padding-top: 13px; }

.single-post-thumb img {
  max-width: unset;
  width: 100%; }

.content-single-blog {
  margin-bottom: 120px; }

.engo-popup .success-message {
  color: green !important; }

.engo-popup .content .product-image img {
  max-width: 56% !important;
  border: 1px solid #efefef; }

.gallery-section {
  position: relative;
  padding: 50px 0; }
  .gallery-section.fluid-container {
    padding-left: 15px;
    padding-right: 15px; }
  .gallery-section .header .description {
    margin-bottom: 25px; }
  .gallery-section .content [class*=col-sm] {
    margin: 15px auto; }
    .gallery-section .content [class*=col-sm] .img-responsive {
      width: 100%;
      height: auto;
      -webkit-transition: transform 640ms ease-out;
      -moz-transition: transform 640ms ease-out;
      -ms-transform: transform 640ms ease-out;
      -o-transition: transform 640ms ease-out;
      transition: transform 640ms ease-out; }
      .gallery-section .content [class*=col-sm] .img-responsive:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        cursor: pointer; }

.rebox-button {
  font-family: arial;
  line-height: 44px; }
  .rebox-button.rebox-prev {
    line-height: inherit; }
  .rebox-button.rebox-next {
    line-height: inherit; }
  .rebox-button:hover {
    text-decoration: none; }

/*
 * jQuery Rebox [http://trentrichardson.com/examples/jQuery-Rebox]
 * By: Trent Richardson [http://trentrichardson.com]
 *
 * Copyright 2014 Trent Richardson
 * Dual licensed under the MIT license.
 * http://trentrichardson.com/Impromptu/MIT-LICENSE.txt
 */
.rebox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-filter: none !important;
  background: black;
  /* IE Fallback (Solid Colour) */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.7); }

.rebox * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.rebox-contents {
  position: absolute;
  top: 5%;
  left: 5%;
  text-align: center;
  width: 90%;
  height: 90%; }

.rebox-contents .rebox-content {
  cursor: pointer;
  border: 5px solid #fff;
  background-color: #fff;
  box-shadow: 0 0 20px #000;
  border-radius: 1px;
  max-width: 100%;
  max-height: 80%;
  margin: auto;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0; }

.rebox-loading {
  width: 31px;
  height: 31px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 48%;
  left: 50%; }

.rebox-caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  background: #000;
  background: rgba(0, 0, 0, 0.7); }

.rebox-caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px; }

.rebox-button {
  position: absolute;
  z-index: 9999;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  background: black;
  opacity: 0.4;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }

.rebox-button:hover,
.rebox-button:focus {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4); }

.rebox-close {
  right: 10px;
  top: 10px; }

.rebox-next {
  right: 10px;
  top: 48%; }

.rebox-prev {
  left: 10px;
  top: 48%; }

.rebox-loading {
  left: 50%;
  top: 48%;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); }

  to {
    -ms-transform: rotate(360deg); } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

.aboutus-pages .about-introduce .intro_detail .info-intro .title_intro {
  font-weight: 400 !important; }

div#shopify-section-image-gallery {
  max-width: 100vw !important;
  overflow-x: hidden !important; }

.tab-pd-details .product-desc {
  padding-top: 0px !important; }

.tab-pd-details .product-desc p {
  line-height: 18px !important;
  margin-bottom: 0px !important; }

.tab-pd-details {
  padding-bottom: 40px !important; }

.box-video i {
  display: none; }

.metafield {
  text-align: center;
  font-family: Jost;
  /* position: absolute; */
  width: 170px;
  height: 35px;
  background: #EBE6DD;
  padding-top: 7px;
  /* left: 50%; */
  /* top: 73%; */
  /* transform: translate(-50%, 0px); */
  font-size: 0.9rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -35px;
  z-index: 0;
  position: relative; }

.metafieldproductpage {
  font-family: 'Jost';
  font-size: 0.9rem;
  margin-bottom: 13px;
  color: #c69f73; }

.section-brand-v1 img.img-fluid {
  filter: grayscale(1); }

.prod_sticky .content-page-detail .detail-info .product-meta-info .product-sku label {
  text-transform: none !important; }

.prod_sticky .content-page-detail .detail-info .product-meta-info .product-sku span {
  color: #000000 !important; }

.prod_sticky .detail-share-social .share-product-title {
  padding: 13px 14px 10px !important; }

.title-page h1 {
  text-transform: none !important; }

.popup div#mc_embed_signup {
  display: none; }

h2 {
  text-transform: none; }
