@charset "UTF-8";
/* fonts */
/* transitions */
/* fonts */
/* transitions */
.main-header {
  background: #C4A584;
}

.main-header .top {
  background: #BB9D7D;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 10px 0px 11px 0px;
}

.main-header .top a {
  color: inherit;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main-header .top a:last-of-type {
  margin-right: 0px;
}

.main-header .top .star {
  display: block;
  width: 9px;
  height: 9px;
  margin: 0px 15px 0px 15px;
  }

.main-header .middle {
  padding: 20px 0px 22px 0px;
}

.main-header .middle .content-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.main-header .middle .logo {
  width: 177px;
}

.main-header .middle .logo .mobile {
  display: none;
}

.main-header .mobile-menu-btn {
  display: none;
}

.main-header .middle .search-outer, .main-header .fix-content .search-outer {
  width: 450px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  border: 1px solid #EAE3DA;
  padding: 0;
}

.main-header .middle .search-outer form, .main-header .fix-content .search-outer form {
  display: flex;
  align-items: center;
}

.main-header .middle .search-outer ::-webkit-input-placeholder, .main-header .fix-content .search-outer ::-webkit-input-placeholder {
  opacity: 1;
  background: #C4A584;
  color: #EAE3DA;
}

.main-header .middle .search-outer :-moz-placeholder, .main-header .fix-content .search-outer :-moz-placeholder {
  opacity: 1;
  background: #C4A584;
  color: #EAE3DA;
}

.main-header .middle .search-outer ::-moz-placeholder, .main-header .fix-content .search-outer ::-moz-placeholder {
  opacity: 1;
  background: #C4A584;
  color: #EAE3DA;
}

.main-header .middle .search-outer :-ms-input-placeholder, .main-header .fix-content .search-outer :-ms-input-placeholder {
  opacity: 1;
  background: #C4A584;
  color: #EAE3DA;
}

.main-header .middle .search-outer .field, .main-header .fix-content .search-outer .field {
  border: none;
  height: 16px;
  width: calc(100% - 74px);
  padding-left: 25px;
  background: url("../img/svg/search.svg") no-repeat #C4A584 left 5px top 0px/17px 17px;
  color: #FCF9F6;
}

.main-header .middle .search-outer .button, .main-header .fix-content .search-outer .button {
  border-radius: 4px;
  background: #A8885F;
  border-color: #A8885F;
  padding-left: 10px;
  padding-right: 10px;
  width: 74px;
  color: #EAE3DA;
}

.main-header .middle .search-outer .button .text, .main-header .fix-content .search-outer .button .text {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.6px;
}

.main-header .middle .search-outer .button .icon, .main-header .fix-content .search-outer .button .icon {
  display: none;
}

.main-header .middle .profil-outer, .main-header .fix-content .profil-outer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.main-header .middle .profil-outer .item, .main-header .fix-content .profil-outer .item {
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  border: 1px solid #EAE3DA;
  border-radius: 20px;
  height: 40px;
  padding: 9px 13px 9px 13px;
  margin-right: 10px;
  transition: border-color 0.25s ease;
  text-decoration: none;
  color: #EAE3DA;
}

.main-header .middle .profil-outer .item.cart-item, .main-header .fix-content .profil-outer .item.cart-item {
  margin-right: 0px;
}

.main-header .middle .profil-outer .item .arrow-down, .main-header .fix-content .profil-outer .item .arrow-down {
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.main-header .middle .profil-outer .item .counter, .main-header .fix-content .profil-outer .item .counter {
  display: none;
}

.main-header .middle .profil-outer .item .text, .main-header .fix-content .profil-outer .item .text {
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px 8px 0px 8px;
}

.main-header .middle .profil-outer .item .submenu, .main-header .fix-content .profil-outer .item .submenu {
  display: none;
}

.main-header .middle .profil-outer .item.has-submenu, .main-header .fix-content .profil-outer .item.has-submenu {
  position: relative;
}

.main-header .middle .profil-outer .item.has-submenu .submenu, .main-header .fix-content .profil-outer .item.has-submenu .submenu {
  position: absolute;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  left: 50%;
  width: 100%;
  top: calc(100% - 5px);
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.15);
  padding: 15px 20px 15px 20px;
  width: 160px;
  z-index: 4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-header .middle .profil-outer .item.has-submenu .submenu a, .main-header .fix-content .profil-outer .item.has-submenu .submenu a {
  color: #583D26;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: padding 0.25s ease, color 0.25s ease;
}

.main-header .middle .profil-outer .profil-item.is-logged-in, .main-header .fix-content .profil-outer .profil-item.is-logged-in {
  position: relative;
}

.main-header .middle .profil-outer .profil-item.is-logged-in:before, .main-header .fix-content .profil-outer .profil-item.is-logged-in:before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  border-radius: 50%;
  background: #61BE27;
  top: 7px;
  left: 23px;
}

.main-header .middle .profil-outer .cart-item, .main-header .fix-content .profil-outer .cart-item {
  position: relative;
}

.main-header .middle .profil-outer .cart-item .counter, .main-header .fix-content .profil-outer .cart-item .counter {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  background: #583D26;
  color: #ffffff;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.3px;
  position: absolute;
  top: 0px;
  left: 26px;
  width: 18px;
  height: 18px;
}

.main-header .fix-content {
  display: block;
  position: fixed;
  z-index: 20;
  background: #C4A584;
  top: 0px;
  left: 0px;
  right: 0px;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translateY(calc(-100% - 15px));
  transform: translateY(calc(-100% - 15px));
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.14);
}

.main-header .fix-content > .inner {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: auto;
  position: relative;
  background: #C4A584;
  display: flex;
  z-index: 20;
  justify-content: space-between;
  align-items: center;
}

.main-header .fix-content > .inner .header-submenu {
  border-top: none;
}

.main-header .fix-content > .inner > .left-content {
  display: flex;
  align-items: center;
  padding: 25px 0px 19px 0px;
}

.main-header .fix-content > .inner > .left-content .menu-icon-outer {
  margin-right: 20px;
}

.main-header .fix-content .menu-icon-outer {
  font-size: 0px;
  line-height: 0px;
  display: block;
}

.main-header .fix-content .menu-icon-outer .icon {
  width: 18px;
  height: 18px;
  position: relative;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.main-header .fix-content .menu-icon-outer .icon .line {
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  background: #EAE3DA;
  width: 25px;
  height: 3px;
  transition: opacity 0.25s ease;
  opacity: 1;
}

.main-header .fix-content .menu-icon-outer .icon .line:before, .main-header .fix-content .menu-icon-outer .icon .line:after {
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 3px;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  background: #EAE3DA;
  left: 0px;
  top: -7px;
}

.main-header .fix-content .menu-icon-outer .icon .line:after {
  top: 7px;
}

.main-header .bottom nav {
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
  padding: 5px 0 15px;
}

.main-header .bottom nav > ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-star†;
}

.main-header .bottom nav > ul > li {
  padding: 0px 10px 3px 10px;
  margin-right: 20px;
}

.main-header .bottom nav > ul > li:first-of-type {
  padding-left: 0px;
}

.main-header .bottom nav > ul > li > a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #EAE3DA;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.main-header .bottom nav > ul > li > a .icon {
  margin-right: 8px;
}

.main-header .bottom nav > ul > li > a .text {
  position: relative;
}

.main-header .bottom nav > ul > li > a .text:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #ffffff;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -3px;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 6;
}

.main-header.opened-fix-menu .fix-content {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.header-submenu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease;
  transition-delay: 20ms;
}

.header-submenu > .decoration {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  width: 100%;
  z-index: 1;
  width: calc(100% - 261px);
}

.header-submenu .submenu-inner {
  padding: 32px 34px 37px 48px;
  position: relative;
  z-index: 2;
}

.header-submenu .submenu-inner > ul {
  font-size: 0px;
  line-height: 0px;
  width: 213px;
  border-right: 1px solid #D8D8D8;
  min-height: 250px;
}

.header-submenu .submenu-inner > ul > li {
  margin-bottom: 8px;
}

.header-submenu .submenu-inner > ul > li > a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #583D26;
  position: relative;
  display: block;
  transition: padding 0.25s ease, color 0.25s ease;
}

.header-submenu .submenu-inner > ul > li > a.has-children:after {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background: #C4A584;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
  transition-delay: 20ms;
  z-index: 3;
}

.header-submenu .submenu-inner > ul > li .children-outer {
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 0px;
  width: calc(100% - 261px);
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
  transition-delay: 20ms;
  padding: 32px 34px 37px 0px;
  background: #ffffff;
}

.header-submenu .submenu-inner > ul > li .children-outer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 50px;
  height: 100%;
}

.header-submenu .submenu-inner > ul > li .children-outer .left-content {
  width: 240px;
  height: 100%;
}

.header-submenu .submenu-inner > ul > li .children-outer .left-content.wide-content {
  width: 100%;
}

.header-submenu .submenu-inner > ul > li .children-outer .left-content.wide-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.header-submenu .submenu-inner > ul > li .children-outer .left-content.wide-content ul li {
  width: 33.33%;
  padding-right: 20px;
}

.header-submenu .submenu-inner > ul > li .children-outer .left-content ul {
  height: auto;
  padding-bottom: 4px;
  max-height: calc(100% - 68px);
  overflow-y: auto;
}

.header-submenu .submenu-inner > ul > li .children-outer .left-content ul li {
  margin-bottom: 10px;
}

.header-submenu .submenu-inner > ul > li .children-outer .left-content ul li:last-of-type {
  margin-bottom: 0px;
}

.header-submenu .submenu-inner > ul > li .children-outer .left-content ul li a {
  color: #89939A;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #6A737E;
}

.header-submenu .submenu-inner > ul > li .children-outer .left-content .product-labels {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid #D8D8D8;
  margin-top: 21px;
  height: 47px;
}

.header-submenu .submenu-inner > ul > li .children-outer .left-content .product-labels .label {
  margin-right: 10px;
}

.header-submenu .submenu-inner > ul > li .children-outer .right-content {
  height: 100%;
}

.header-submenu .submenu-inner > ul > li .children-outer .right-content img {
  max-height: 100%;
  margin: auto 0px auto auto;
}

.search-outer .autocomplete-suggestions {
  position: absolute;
  display: none;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  width: 100% !important;
  top: calc(100% + 10px) !important;
  left: 0px !important;
  z-index: 50;
  padding: 30px 40px 30px 40px;
}

.search-outer .autocomplete-suggestions .autocomplete-suggestion {
  color: #583D26;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}

.search-outer .autocomplete-suggestions .autocomplete-suggestion.submit-row {
  color: #C4A584;
  margin-top: 20px;
}

.search-outer .autocomplete-suggestions .autocomplete-suggestion:last-of-type {
  margin-bottom: 0px;
}

.search-outer .autocomplete-suggestions .autocomplete-suggestion a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}

.search-outer .autocomplete-suggestions .autocomplete-suggestion a .searched {
  font-weight: 700;
}

.search-outer .autocomplete-suggestions .autocomplete-suggestion.selected {
  text-decoration: underline;
}

.search-outer .autocomplete-suggestions .autocomplete-suggestion.selected a {
  text-decoration: underline;
}

@media all and (min--moz-device-pixel-ratio: 0) {
  .main-header .middle .profil-outer .item:hover, .main-header .fix-content .profil-outer .item:hover {
    border-color: #EAE3DA;
  }
  .main-header .middle .profil-outer .item.has-submenu:hover .arrow-down, .main-header .fix-content .profil-outer .item.has-submenu:hover .arrow-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-header .middle .profil-outer .item.has-submenu:hover .submenu, .main-header .fix-content .profil-outer .item.has-submenu:hover .submenu {
    display: block;
  }
  .main-header .middle .profil-outer .item .submenu a:hover, .main-header .fix-content .profil-outer .item .submenu a:hover {
    color: #C4A584;
    padding-left: 10px;
  }
  .main-header .bottom nav > ul > li:hover > a {
    color: #ffffff;
  }
  .main-header .bottom nav > ul > li:hover > a .text:after {
    opacity: 1;
  }
  .main-header .bottom nav > ul > li:hover > a .text:before {
    content: '';
    left: 0px;
    right: 0px;
    top: 112px;
    margin: auto;
    display: block;
    position: fixed;
    background: #C4A584;
    height: 18px;
    width: 100%;
    z-index: 6;
  }
  .main-header .bottom nav > ul > li:hover.has-submenu > .submenu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover .children-outer {
    visibility: visible;
    opacity: 1;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover .children-outer .left-content ul li a:hover {
    color: #C4A584;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover > a {
    color: #C4A584;
    padding-left: 16px;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover > a.has-children:after {
    visibility: visible;
    opacity: 1;
  }
  .main-header .fix-content > .inner > .left-content:hover .menu-icon-outer .icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main-header .fix-content > .inner > .left-content:hover .menu-icon-outer .icon .line:before {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main-header .fix-content > .inner > .left-content:hover .menu-icon-outer .icon .line:after {
    -webkit-transform: rotate(90deg) translate3d(-7px, 0px, 0px);
    transform: rotate(90deg) translate3d(-7px, 0px, 0px);
  }
  .main-header .fix-content > .inner > .left-content:hover:before {
    content: '';
    left: 0px;
    right: 0px;
    top: 58px;
    margin: auto;
    display: block;
    position: fixed;
    background: #C4A584;
    height: 17px;
    width: 100%;
    z-index: 6;
  }
  .main-header .fix-content > .inner > .left-content:hover:after {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.14);
    content: '';
    left: 0px;
    right: 0px;
    margin: auto;
    top: 64px;
    width: calc(100% - 40px);
    max-width: 1100px;
    height: 11px;
    display: block;
    position: fixed;
    background: #ffffff;
    z-index: 5;
  }
  .main-header .fix-content > .inner > .left-content:hover .header-submenu {
    visibility: visible;
    opacity: 1;
  }
  .main-header .fix-content > .inner > .left-content:hover .header-submenu:before {
    content: '';
    height: 24px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 100%;
    z-index: 10;
  }
  .product-fig {
    width: 50%;
  }
}

@media (hover: hover) {
  .main-header .middle .profil-outer .item:hover, .main-header .fix-content .profil-outer .item:hover {
    border-color: #EAE3DA;
  }
  .main-header .middle .profil-outer .item.has-submenu:hover .arrow-down, .main-header .fix-content .profil-outer .item.has-submenu:hover .arrow-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-header .middle .profil-outer .item.has-submenu:hover .submenu, .main-header .fix-content .profil-outer .item.has-submenu:hover .submenu {
    display: block;
  }
  .main-header .middle .profil-outer .item .submenu a:hover, .main-header .fix-content .profil-outer .item .submenu a:hover {
    color: #C4A584;
    padding-left: 10px;
  }
  .main-header .bottom nav > ul > li:hover > a {
    color: #ffffff;
  }
  .main-header .bottom nav > ul > li:hover > a .text:after {
    opacity: 1;
  }
  .main-header .bottom nav > ul > li:hover > a .text:before {
    content: '';
    left: 0px;
    right: 0px;
    top: 112px;
    margin: auto;
    display: block;
    position: fixed;
    background: #C4A584;
    height: 18px;
    width: 100%;
    z-index: 6;
  }
  .main-header .bottom nav > ul > li:hover.has-submenu > .submenu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover .children-outer {
    visibility: visible;
    opacity: 1;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover .children-outer .left-content ul li a:hover {
    color: #C4A584;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover > a {
    color: #C4A584;
    padding-left: 16px;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover > a.has-children:after {
    visibility: visible;
    opacity: 1;
  }
  .main-header .fix-content > .inner > .left-content:hover .menu-icon-outer .icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main-header .fix-content > .inner > .left-content:hover .menu-icon-outer .icon .line:before {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main-header .fix-content > .inner > .left-content:hover .menu-icon-outer .icon .line:after {
    -webkit-transform: rotate(90deg) translate3d(-7px, 0px, 0px);
    transform: rotate(90deg) translate3d(-7px, 0px, 0px);
  }
  .main-header .fix-content > .inner > .left-content:hover:before {
    content: '';
    left: 0px;
    right: 0px;
    top: 58px;
    margin: auto;
    display: block;
    position: fixed;
    background: #C4A584;
    height: 17px;
    width: 100%;
    z-index: 6;
  }
  .main-header .fix-content > .inner > .left-content:hover:after {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.14);
    content: '';
    left: 0px;
    right: 0px;
    margin: auto;
    top: 64px;
    width: calc(100% - 40px);
    max-width: 1100px;
    height: 11px;
    display: block;
    position: fixed;
    background: #ffffff;
    z-index: 5;
  }
  .main-header .fix-content > .inner > .left-content:hover .header-submenu {
    visibility: visible;
    opacity: 1;
  }
  .main-header .fix-content > .inner > .left-content:hover .header-submenu:before {
    content: '';
    height: 24px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 100%;
    z-index: 10;
  }
  .product-fig {
    width: 50%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-header .middle .profil-outer .item:hover, .main-header .fix-content .profil-outer .item:hover {
    border-color: #EAE3DA;
  }
  .main-header .middle .profil-outer .item.has-submenu:hover .arrow-down, .main-header .fix-content .profil-outer .item.has-submenu:hover .arrow-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-header .middle .profil-outer .item.has-submenu:hover .submenu, .main-header .fix-content .profil-outer .item.has-submenu:hover .submenu {
    display: block;
  }
  .main-header .middle .profil-outer .item .submenu a:hover, .main-header .fix-content .profil-outer .item .submenu a:hover {
    color: #C4A584;
    padding-left: 10px;
  }
  .main-header .bottom nav > ul > li:hover > a {
    color: #ffffff;
  }
  .main-header .bottom nav > ul > li:hover > a .text:after {
    opacity: 1;
  }
  .main-header .bottom nav > ul > li:hover > a .text:before {
    content: '';
    left: 0px;
    right: 0px;
    top: 112px;
    margin: auto;
    display: block;
    position: fixed;
    background: #C4A584;
    height: 18px;
    width: 100%;
    z-index: 6;
  }
  .main-header .bottom nav > ul > li:hover.has-submenu > .submenu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover .children-outer {
    visibility: visible;
    opacity: 1;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover .children-outer .left-content ul li a:hover {
    color: #C4A584;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover > a {
    color: #C4A584;
    padding-left: 16px;
  }
  .main-header .header-submenu .submenu-inner > ul > li:hover > a.has-children:after {
    visibility: visible;
    opacity: 1;
  }
  .main-header .fix-content > .inner > .left-content:hover .menu-icon-outer .icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main-header .fix-content > .inner > .left-content:hover .menu-icon-outer .icon .line:before {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main-header .fix-content > .inner > .left-content:hover .menu-icon-outer .icon .line:after {
    -webkit-transform: rotate(90deg) translate3d(-7px, 0px, 0px);
    transform: rotate(90deg) translate3d(-7px, 0px, 0px);
  }
  .main-header .fix-content > .inner > .left-content:hover:before {
    content: '';
    left: 0px;
    right: 0px;
    top: 58px;
    margin: auto;
    display: block;
    position: fixed;
    background: #C4A584;
    height: 17px;
    width: 100%;
    z-index: 6;
  }
  .main-header .fix-content > .inner > .left-content:hover:after {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.14);
    content: '';
    left: 0px;
    right: 0px;
    margin: auto;
    top: 64px;
    width: calc(100% - 40px);
    max-width: 1100px;
    height: 11px;
    display: block;
    position: fixed;
    background: #ffffff;
    z-index: 5;
  }
  .main-header .fix-content > .inner > .left-content:hover .header-submenu {
    visibility: visible;
    opacity: 1;
  }
  .main-header .fix-content > .inner > .left-content:hover .header-submenu:before {
    content: '';
    height: 24px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 100%;
    z-index: 10;
  }
  .product-fig {
    width: 50%;
  }
}

@media (pointer: coarse) {
  .main-header .mobile-menu-btn {
    display: block;
    width: 23px;
    height: 18px;
    color: #FCF9F6;
  }
  .main-header .middle .logo-outer {
    display: flex;
    align-items: center;
  }
  .main-header .middle .logo-outer .mobile-menu-btn {
    margin-right: 20px;
  }
  .main-header .middle .logo-outer .logo .desktop {
    display: none;
  }
  .main-header .middle .logo-outer .logo .mobile {
    display: block;
  }
  .main-header .middle .search-outer, .main-header .fix-content .search-outer {
    width: calc(100% - 20px);
    max-width: 340px;
    padding: 0;
  }
  .main-header .middle .search-outer form > .icon, .main-header .fix-content .search-outer form > .icon {
    display: none;
  }
  .main-header .middle .search-outer .field, .main-header .fix-content .search-outer .field {
    width: calc(100% - 30px);
    padding-left: 10px;
    background: #C4A584;
  }
  .main-header .middle .search-outer .button, .main-header .fix-content .search-outer .button {
    padding: 6px 5px 6px 5px;
    width: 38px;
    height: 38px;
    font-size: 0px;
    line-height: 0px;
    letter-spacing: 0px;
    display: flex;
  }
  .main-header .middle .search-outer .button .text, .main-header .fix-content .search-outer .button .text {
    display: none;
  }
  .main-header .middle .search-outer .button .icon, .main-header .fix-content .search-outer .button .icon {
    display: block;
  }
  .main-header .middle .profil-outer .profil-item.is-logged-in:before, .main-header .fix-content .profil-outer .profil-item.is-logged-in:before {
    left: 13px;
  }
  .main-header .bottom {
    display: none;
  }
  .main-header .fix-content .menu-icon-outer {
    display: none;
  }
  .main-header .fix-content .mobile-menu-btn {
    margin-right: 20px;
  }
  .main-header .fix-content .header-submenu {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .main-header .mobile-menu-btn {
    display: block;
    width: 23px;
    height: 18px;
    color: #FCF9F6;
  }
  .main-header .middle .logo-outer {
    display: flex;
    align-items: center;
  }
  .main-header .middle .logo-outer .mobile-menu-btn {
    margin-right: 20px;
  }
  .main-header .middle .logo-outer .logo .desktop {
    display: none;
  }
  .main-header .middle .logo-outer .logo .mobile {
    display: block;
  }
  .main-header .middle .search-outer, .main-header .fix-content .search-outer {
    width: calc(100% - 20px);
    max-width: 340px;
    padding: 0;
  }
  .main-header .middle .search-outer form > .icon, .main-header .fix-content .search-outer form > .icon {
    display: none;
  }
  .main-header .middle .search-outer .field, .main-header .fix-content .search-outer .field {
    width: calc(100% - 30px);
    padding-left: 10px;
    background: #C4A584;
  }
  .main-header .middle .search-outer .button, .main-header .fix-content .search-outer .button {
    padding: 6px 5px 6px 5px;
    width: 38px;
    height: 38px;
    font-size: 0px;
    line-height: 0px;
    letter-spacing: 0px;
    display: flex;
  }
  .main-header .middle .search-outer .button .text, .main-header .fix-content .search-outer .button .text {
    display: none;
  }
  .main-header .middle .search-outer .button .icon, .main-header .fix-content .search-outer .button .icon {
    display: block;
  }
  .main-header .middle .profil-outer .profil-item.is-logged-in:before, .main-header .fix-content .profil-outer .profil-item.is-logged-in:before {
    left: 13px;
  }
  .main-header .bottom {
    display: none;
  }
  .main-header .fix-content .menu-icon-outer {
    display: none;
  }
  .main-header .fix-content .mobile-menu-btn {
    margin-right: 20px;
  }
  .main-header .fix-content .header-submenu {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .main-header .middle .profil-outer .item, .main-header .fix-content .profil-outer .item {
    padding: 0px;
    border: none;
    border-radius: 0px;
    margin-right: 15px;
    position: relative;
  }
  .main-header .middle .profil-outer .item .text, .main-header .middle .profil-outer .item .arrow-down, .main-header .fix-content .profil-outer .item .text, .main-header .fix-content .profil-outer .item .arrow-down {
    display: none;
  }
  .main-header .middle .profil-outer .item .counter, .main-header .fix-content .profil-outer .item .counter {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background: #583D26;
    color: #ffffff;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.3px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 18px;
    height: 18px;
  }
  .main-header .middle .profil-outer .item.cart-item, .main-header .fix-content .profil-outer .item.cart-item {
    padding-right: 5px;
  }
  .main-header .middle .profil-outer .item.cart-item .cart-icon, .main-header .fix-content .profil-outer .item.cart-item .cart-icon {
    width: 29px;
    height: 25px;
  }
  .main-header .middle .profil-outer .item .profile-icon, .main-header .fix-content .profil-outer .item .profile-icon {
    width: 21px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .main-header .middle .content-width {
    flex-wrap: wrap;
  }
  .main-header .middle .search-outer {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-top: 16px;
  }
  .main-header .fix-content {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .main-header > .top {
    padding: 9px 0px 9px 0px;
    text-align: center;
  }
  .main-header > .top a {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.7px;
  }
  .main-header > .top .star {
    margin: 0px 11px 0px 11px;
  }
  .main-header .middle {
    margin: 0px 0px 0px 0px;
  }
  .main-header .middle .search-outer {
    margin-top: 8px;
  }
  .product-fig {
    width: 100%;
  }
}

/* fonts */
/* transitions */
footer .top {
  background: #583D26;
  padding: 50px 0px 39px 0px;
  color: #FCF9F6;
}

footer .top .newsletter-box {
  padding: 35px 0 30px 0;
  display: flex;
  align-items: center;
}

footer .top .newsletter-box .item {
  width: 45%;
}

footer .top .newsletter-box .button-news {
  text-align: center;
}

footer .top .newsletter-box .title {
  font-size: 16px;
  margin-bottom: 6px;
}

footer .top .newsletter-box .lead {
  line-height: 18px;
  margin-bottom: 19px;
}

footer > .middle {
  padding: 50px 0px 39px 0px;
  background: #281905 url("../img/svg/santai-logo-f.svg") left -120px top 135px no-repeat;
  font-size: 12px;
  line-height: 20px;
  color: #FCF9F6;
  position: relative;
  min-height: 544px;
  overflow: hidden;
}

footer > .middle:after {
  position: absolute;
  content: url("../img/svg/santai-home-and-living-logo.svg");
  bottom: 35px;
  right: 25%;
}

footer > .middle .title {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

footer > .middle .title .icon {
  display: none;
}

footer > .middle a:not(.button) {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}

footer > .middle nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: left;
  width: 525px;
}

footer > .middle nav .nav-box {
  width: 230px;
  margin-bottom: 20px;
}

footer > .middle nav .nav-box:last-of-type {
  margin-bottom: 0px;
}

footer > .middle nav .nav-box ul li {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

footer > .middle nav .nav-box ul li:last-of-type {
  margin-bottom: 0px;
}

footer > .middle .contact-box {
  float: left;
}

footer > .middle .contact-box .text-box .name {
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 8px;
}

footer > .middle .contact-box .contacts {
  margin-top: 18px;
}

footer > .middle .contact-box .contacts .row {
  font-size: 0px;
  line-height: 0px;
  margin-bottom: 8px;
}

footer > .middle .contact-box .contacts .row:last-of-type {
  margin-bottom: 0px;
}

footer > .middle .contact-box .contacts .row a {
  display: inline-flex;
  align-items: center;
}

footer > .middle .contact-box .contacts .row a .icon {
  margin-right: 8px;
}

footer > .middle .contact-box .contacts .row a .text {
  font-size: 12px;
  line-height: 20px;
}

footer .bottom {
  padding: 12px 0px 12px 0px;
}

footer .bottom .content-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .bottom .content-width .copyright {
  font-size: 11px;
  line-height: 16px;
}

footer .bottom .content-width .payments {
  width: 368px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .bottom .content-width .qualifications {
  width: 136px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media all and (min--moz-device-pixel-ratio: 0) {
  footer a:not(.button):hover {
    color: #C4A584;
  }
  footer .bottom .content-width .pw-content a:hover {
    color: #C4A584;
  }
}

@media (hover: hover) {
  footer a:not(.button):hover {
    color: #C4A584;
  }
  footer .bottom .content-width .pw-content a:hover {
    color: #C4A584;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer a:not(.button):hover {
    color: #C4A584;
  }
  footer .bottom .content-width .pw-content a:hover {
    color: #C4A584;
  }
}

@media screen and (max-width: 1100px) {
  footer > .middle nav {
    width: 430px;
  }
  footer > .middle nav .right-content .nav-box {
    width: 180px;
  }
}

@media screen and (max-width: 1023px) {
  footer > .middle .newsletter-box {
    float: none;
    margin: 0px auto 40px auto;
    max-width: 80%;
  }
  footer .bottom {
    padding-top: 25px;
  }
  footer .bottom .content-width {
    flex-wrap: wrap;
  }
  footer .bottom .content-width .copyright {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  footer .top {
    padding: 50px 0px 39px 0px;
  }
  footer .top .newsletter-box {
    padding: 20px 0 20px 0;
    display: block;
    text-align: center;
  }
  footer .top .newsletter-box .item {
    width: 100%;
  }
  footer .top .newsletter-box .button-news {
    padding: 15px 0 0;
  }
  footer > .middle nav {
    float: none;
    display: block;
    width: 100%;
  }
  footer > .middle nav .nav-box {
    font-size: 0px;
    line-height: 0px;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 15px;
  }
  footer > .middle nav .nav-box ul {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  footer > .middle nav .nav-box ul li {
    margin-bottom: 15px;
  }
  footer > .middle nav .nav-box .title {
    padding-top: 17px;
    margin-bottom: 0px;
    line-height: 16px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer > .middle nav .nav-box .title .icon {
    display: block;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  footer > .middle nav .nav-box.active .title .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  footer > .middle nav .right-content .nav-box {
    width: 100%;
  }
  footer > .middle .contact-box {
    float: none;
    display: block;
    margin-top: 11px;
    width: 100%;
  }
  footer .bottom .content-width {
    justify-content: center;
  }
  footer .bottom .content-width .copyright {
    text-align: center;
  }
  footer .bottom .content-width .payments {
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
  }
  footer .bottom .content-width .payments .paypal-logo {
    margin-right: 6px;
  }
}

@media screen and (max-width: 600px) {
  footer > .middle {
    padding: 30px 0px 25px 0px;
  }
  footer > .middle .newsletter-box {
    margin-bottom: 25px;
  }
}

/* fonts */
/* transitions */
.icon {
  font-size: 0px;
  line-height: 0px;
  letter-spacing: 0px;
  display: block;
}

.star-icon {
  width: 9px;
  height: 9px;
}

.profile-icon {
  width: 17px;
  height: 20px;
  display: block;
}

.unnepekaruhaza-letter-logo {
  width: 133px;
  height: 31px;
}

.cart-icon {
  width: 22px;
  height: 18px;
}

.trash-icon {
  width: 13px;
  height: 14px;
}

.footer-phone-icon {
  width: 23px;
  height: 22px;
}

.footer-mail-icon {
  width: 23px;
  height: 22px;
}

.footer-fb-icon {
  width: 23px;
  height: 22px;
}

.arrow-down {
  width: 10px;
  height: 6px;
}

.mobile-menu-icon {
  width: 30px;
  height: 14px;
}

.pwstudio-logo {
  width: 23px;
  height: 26px;
}

.quotation-mark-icon {
  width: 45px;
  height: 35px;
}

.mini-arrow {
  width: 18px;
  height: 10px;
}

.home-money-back-icon {
  width: 130px;
  height: 118px;
}

.home-fast-delivery-icon {
  width: 144px;
  height: 124px;
}

.home-storage-icon {
  width: 130px;
  height: 101px;
}

.home-manufacturers-icon {
  width: 130px;
  height: 102px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.home-takeover-icon {
  width: 130px;
  height: 120px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.slider-arrow-icon {
  width: 45px;
  height: 45px;
}

.search-icon {
  width: 15px;
  height: 14px;
}

.breadcrumb-separator {
  width: 4px;
  height: 4px;
}

.close-icon {
  width: 12px;
  height: 12px;
}

.arrow-right {
  width: 8px;
  height: 14px;
}

.arrow-right.prev-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-icon {
  width: 15px;
  height: 14px;
}

.product-delivery-icon {
  width: 29px;
  height: 29px;
}

.helium-icon {
  width: 25px;
  height: 29px;
}

.gift-icon {
  width: 20px;
  height: 22px;
}

.facebook-share-icon,
.twitter-share-icon,
.pinterest-share-icon,
.mail-share-icon {
  width: 30px;
  height: 30px;
}

.fb-button-icon {
  width: 9px;
  height: 18px;
}

.google-button-icon {
  width: 16px;
  height: 14px;
}

.store-icon {
  width: 33px;
  height: 30px;
}

.bankcard-payment-icon {
  width: 37px;
  height: 28px;
}

.transfer-payment-icon {
  width: 42px;
  height: 30px;
}

.cod-payment-icon {
  width: 96px;
  height: 32px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .image-icon {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;
  }
  .image-icon img {
    opacity: 0;
  }
  .image-icon.paypal-logo {
    background-image: url("../img/payments/paypal-logo-2x.png");
  }
  .image-icon.simple {
    background-image: url("../img/payments/simple-2x.jpg");
  }
  .image-icon.bisnode {
    background-image: url("../img/qualifications/bisnode-aaa-2x.png");
  }
  .image-icon.balloon {
    background-image: url("../img/qualifications/balloon-a-2x.png");
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
  .image-icon {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;
  }
  .image-icon img {
    opacity: 0;
  }
  .image-icon.paypal-logo {
    background-image: url("../img/payments/paypal-logo-3x.png");
  }
  .image-icon.simple {
    background-image: url("../img/payments/simple-3x.jpg");
  }
  .image-icon.bisnode {
    background-image: url("../img/qualifications/bisnode-aaa-3x.png");
  }
  .image-icon.balloon {
    background-image: url("../img/qualifications/balloon-a-3x.png");
  }
}

/* fonts */
/* transitions */
@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    bottom: -15px;
    max-height: 0;
    max-width: 0;
    margin-top: 0;
  }
  30% {
    opacity: 0.8;
    bottom: -3px;
  }
  100% {
    opacity: 1;
    bottom: 0;
    max-height: 200px;
    margin-top: 12px;
    max-width: 400px;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    bottom: -15px;
    max-height: 0;
    max-width: 0;
    margin-top: 0;
  }
  30% {
    opacity: 0.8;
    bottom: -3px;
  }
  100% {
    opacity: 1;
    bottom: 0;
    max-height: 200px;
    margin-top: 12px;
    max-width: 400px;
  }
}

@-webkit-keyframes fadeoutdown {
  0% {
    opacity: 1;
    bottom: 0;
  }
  30% {
    opacity: 0.2;
    bottom: -3px;
  }
  100% {
    opacity: 0;
    bottom: -15px;
  }
}

@keyframes fadeoutdown {
  0% {
    opacity: 1;
    bottom: 0;
  }
  30% {
    opacity: 0.2;
    bottom: -3px;
  }
  100% {
    opacity: 0;
    bottom: -15px;
  }
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.6;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.6;
  }
}

@-webkit-keyframes disappear {
  0% {
    opacity: 0.6;
  }
  30% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes disappear {
  0% {
    opacity: 0.6;
  }
  30% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}

.notyf__icon--alert, .notyf__icon--confirm {
  height: 21px;
  width: 21px;
  background: white;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.notyf__icon--alert:after, .notyf__icon--alert:before {
  content: "";
  background: #EC4654;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
  left: 9px;
}

.notyf__icon--alert:after {
  height: 3px;
  top: 14px;
}

.notyf__icon--alert:before {
  height: 8px;
  top: 4px;
}

.notyf__icon--confirm:after, .notyf__icon--confirm:before {
  content: "";
  background: #61BE27;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
}

.notyf__icon--confirm:after {
  height: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 9px;
  left: 6px;
}

.notyf__icon--confirm:before {
  height: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
  left: 10px;
}

.notyf__toast {
  display: block;
  overflow: hidden;
  -webkit-animation: fadeinup 0.3s forwards;
          animation: fadeinup 0.3s forwards;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.45);
  position: relative;
  padding-right: 13px;
}

.notyf__toast.notyf--alert {
  background: #EC4654;
}

.notyf__toast.notyf--confirm {
  background: #C4A584;
}

.notyf__toast.notyf--disappear {
  -webkit-animation: fadeoutdown 0.3s 1 forwards;
          animation: fadeoutdown 0.3s 1 forwards;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.notyf__toast.notyf--disappear .notyf__message {
  opacity: 1;
  -webkit-animation: fadeoutdown 0.3s 1 forwards;
          animation: fadeoutdown 0.3s 1 forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.notyf__toast.notyf--disappear .notyf__icon {
  opacity: 1;
  -webkit-animation: disappear 0.3s 1 forwards;
          animation: disappear 0.3s 1 forwards;
}

.notyf__wrapper {
  display: table;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  border-radius: 3px;
}

.notyf__icon {
  display: table-cell;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 1.3em;
  opacity: 0;
  -webkit-animation: appear 0.5s forwards;
          animation: appear 0.5s forwards;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.notyf__message {
  display: table-cell;
  width: 80%;
  vertical-align: middle;
  position: relative;
  opacity: 0;
  -webkit-animation: fadeinup 0.3s forwards;
          animation: fadeinup 0.3s forwards;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  font-size: 14px;
  line-height: 22px;
}

.notyf {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 20%;
  color: white;
  z-index: 9999;
}

/* Small screens */
@media only screen and (max-width: 736px) {
  .notyf__container {
    width: 90%;
    margin: 0 auto;
    display: block;
    right: 0;
    left: 0;
  }
  .notyf {
    width: 30%;
  }
}

@media screen and (max-width: 600px) {
  .notyf__wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .notyf__message {
    font-size: 13px;
    line-height: 18px;
  }
  .notyf {
    width: 100%;
    right: 0px;
    bottom: 0px;
  }
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9997;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal, .remodal-wrapper::after {
  vertical-align: middle;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

body {
  overflow-x: hidden;
}

.ie8 body {
  overflow: visible;
}

.site {
  float: left;
  clear: left;
  width: 100%;
  overflow: hidden;
}

.ie8 .site {
  overflow: visible;
}

.site-outer {
  float: left;
  clear: left;
  width: 100%;
  position: relative;
  left: 0;
  height: 100%;
  transition: all 0.3s;
}

.site-outer.mp-pushed:after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s;
}

.site-wrapper {
  overflow: visible;
  height: auto;
  float: left;
  clear: left;
  width: 100%;
}

.site-container {
  position: relative;
}

.menu-trigger {
  position: relative;
  padding-left: 60px;
  font-size: 0.9em;
}

.menu-trigger:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 40px;
  height: 6px;
  background: #fff;
  box-shadow: 0 6px #34495e, 0 12px #fff, 0 18px #34495e, 0 24px #fff;
  content: '';
}

.mp-menu {
  position: absolute;
  /* we can't use fixed here :( */
  top: 0;
  left: 0;
  z-index: 1;
  width: 300px;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lte9 .mp-menu {
  left: -300px;
}

.mp-pushed .mp-menu {
  height: 100%;
}

.mp-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lte9 .mp-level {
  left: -300px;
}

.mp-level li:before {
  content: none;
}

/* overlays for pusher and for level that gets covered */
.site-outer:after,
.mp-level::after,
.mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0;
}

.site-outer:after,
.mp-level::after {
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  z-index: 10000;
}

.mp-level::after {
  z-index: -1;
}

.site-outer.mp-pushed:after,
.mp-level.mp-level-overlay::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
  cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1;
}

.site-outer,
.mp-level {
  transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

.lte9 .mp-overlap .mp-level.mp-level-open {
  left: -40px\9;
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lte9 .mp-menu > .mp-level, .lte9
.mp-menu > .mp-level.mp-level-open, .lte9
.mp-menu.mp-overlap > .mp-level, .lte9
.mp-menu.mp-overlap > .mp-level.mp-level-open {
  left: 0px;
}

/* cover */
.mp-cover .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lte9 .mp-cover .mp-level.mp-level-open {
  left: 0px;
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lte9 .mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
  left: -300px;
}

/* content style */
.mp-level {
  background-color: #FFFFFF;
}

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

.mp-menu ul li {
  position: static;
}

.mp-menu ul li > a {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 29px;
  display: block;
  border-bottom: 1px solid #e0dfdd;
  padding: 0px 10px;
}

.mp-menu ul li strong {
  font-size: 14px;
  line-height: 29px;
  font-weight: 700;
  color: #000000;
  text-transform: none;
  display: block;
  border-bottom: 1px solid #000;
  padding: 0px 10px;
}

.mp-menu ul li a.mp-back {
  background-color: #333;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 29px;
  text-align: right;
  display: block;
  padding: 0px 10px;
}

.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
  /*box-shadow: inset 0 -1px rgba(0,0,0,0), inset 0 1px rgba(0,0,0,0);*/
}

/* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */
* {
  box-sizing: border-box;
}

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

body {
  padding: 0px;
  margin: 0px;
  display: block;
  color: #583D26;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins", Arial, "sans-serif";
  letter-spacing: 0.6px;
  background: #FCF9F6;
  -webkit-overflow-scrolling: touch;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: auto;
  overflow-x: hidden;
}

body.opened-menu, body.opened-filter {
  overflow: hidden;
  touch-action: none;
}

img {
  display: block;
  margin: 0px;
  max-width: 100%;
}

.content-width {
  width: 100%;
  max-width: 1280px;
  padding: 0px 20px 0px 20px;
  margin: auto;
}

.content-width.thin-content {
  max-width: 800px;
}

.content-width.wide-content {
  max-width: 1280px;
}

p {
  margin: 0px 0px 15px 0px;
}

.hidden {
  display: none;
}

h1, .like-h1,
h2, .like-h2,
h3, .like-h3,
h4, .like-h4 {
  font-family: "Abhaya Libre", Arial, "sans-serif";
  margin: 0px;
  font-weight: 400;
}

h4, .like-h4 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 1px;
}

h3, .like-h3 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 1px;
}

h2, .like-h2 {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 1px;
}

h1, .like-h1 {
  font-size: 56px;
  line-height: 58px;
}

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

.clear {
  float: none;
  width: 0px;
  height: 0px;
  clear: both;
  display: block;
}

.button {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  outline: none;
  font-family: "Poppins", Arial, "sans-serif";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  height: 30px;
  padding: 18px 25px;
  background: #281905;
  border: 1px solid #281905;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease,   color 0.25s ease;
  text-transform: uppercase;
  text-decoration: none;
}

.button.big {
  height: 40px;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 16px;
}

.button.light {
  border: 1px solid #281905;
  background: transparent;
  color: #281905;
}

.button.white {
  color: #ffffff;
  border: 1px #ffffff solid;
  background: transparent;
}

.button.red {
  background: #EC4654;
  border-color: #EC4654;
}

.button.clml {
  font-size: 13px;
  padding: 15px 5px;
  background: #31b9b9;
  border: 1px solid #31b9b9;
}

.button.empty-button {
  background: transparent;
  color: #C4A584;
  border: 1px solid;
}

.button.empty-button.white {
  color: #ffffff;
  border-color: #ffffff;
}

.button.social-button {
  font-size: 0px;
  line-height: 0px;
  letter-spacing: 1px;
}

.button.social-button.fb-button {
  color: #3B579D;
  border-color: #3B579D;
}

.button.social-button.google-button {
  color: #DB4937;
  border-color: #DB4937;
}

.button.social-button .text-content {
  font-size: 16px;
  line-height: 16px;
  margin-left: 11px;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.button.social-button .text-content:before {
  content: '';
  width: 1px;
  height: 16px;
  background: currentColor;
  margin-right: 11px;
  display: block;
}

main {
  min-height: calc(100vh - 665px);
}

.field {
  font-family: "Poppins", Arial, "sans-serif";
  color: #583D26;
  font-size: 12px;
  line-height: 16px;
  height: 40px;
  width: 100%;
  display: block;
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  margin: 0px;
  padding: 0px 14px 0px 14px;
  border: 1px solid #D8D8D8;
  background: #ffffff;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.field.has-error {
  border-color: #EC4654;
}

.custom-select {
  width: 245px;
  height: 50px;
  font-size: 14px;
  line-height: 28px;
  position: relative;
}

.custom-select .selected-item {
  border: 1px solid #E3E3E3;
  padding: 10px 30px 10px 15px;
  position: relative;
  z-index: 4;
}

.custom-select .icon {
  width: 14px;
  height: 8px;
  display: block;
  color: #C4A584;
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 0px;
  margin: auto;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.custom-select.opened .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-select .select-items-container {
  position: absolute;
  z-index: 5;
  background: #ffffff;
  width: 100%;
  top: 100%;
  left: 0px;
  border: 1px solid #E3E3E3;
  border-top: none;
  padding: 0px 15px 0px 15px;
  overflow: hidden;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.custom-select .select-items-container.initialized {
  transition: height 0.4s ease;
}

.custom-select .select-items-container .select-item {
  padding: 6px 0px 6px 0px;
  height: 40px;
}

.custom-select .select-items-container .select-item:first-of-type {
  padding-top: 0px;
}

.custom-select .select-items-container .select-item.selected {
  display: none;
}

input[type="checkbox"] {
  display: none;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

input[type="checkbox"] + label {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding-left: 30px;
}

input[type="checkbox"] + label:before {
  content: '';
  width: 18px;
  height: 18px;
  top: 0px;
  left: 0px;
  border: 2px solid #E3E3E3;
  position: absolute;
  display: block;
}

input[type="checkbox"] + label:after {
  content: '';
  display: block;
  opacity: 0;
  left: 5px;
  top: 3px;
  width: 9px;
  height: 11px;
  position: absolute;
  transition: opacity 0.25s ease;
  background: url("../img/svg/tick.svg") no-repeat center center/100%;
}

input[type="checkbox"] + label.color-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

input[type="checkbox"] + label.color-checkbox .text {
  width: calc(100% - 20px);
}

input[type="checkbox"] + label.color-checkbox .sample {
  width: 14px;
  height: 14px;
  font-size: 0px;
  line-height: 0px;
  border-radius: 50%;
}

input[type="checkbox"] + label.color-checkbox .sample.green {
  background: #64E900;
}

input[type="checkbox"] + label.color-checkbox .sample.yellow {
  background: #FAF029;
}

input[type="checkbox"] + label.color-checkbox .sample.orange {
  background: #FFB800;
}

input[type="checkbox"] + label.color-checkbox .sample.pink {
  background: #FF9DD5;
}

input[type="checkbox"] + label.color-checkbox .sample.red {
  background: #FF0000;
}

input[type="checkbox"] + label.color-checkbox .sample.purple {
  background: #912FB2;
}

input[type="checkbox"] + label.color-checkbox .sample.blue {
  background: #0026FF;
}

input[type="checkbox"] + label.color-checkbox .sample.white {
  border: 1px solid #583D26;
  background: #ffffff;
}

input[type="checkbox"] + label.color-checkbox .sample.black {
  background: #000000;
}

input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

table {
  border-collapse: collapse;
}

input[type="radio"] {
  display: none;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

input[type="radio"] + label {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding-left: 30px;
}

input[type="radio"] + label:before {
  width: 18px;
  height: 18px;
  content: '';
  border-radius: 50%;
  border: 2px solid #E3E3E3;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}

input[type="radio"] + label:after {
  width: 8px;
  height: 8px;
  background: #C4A584;
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  opacity: 0;
  transition: opacity 0.25s ease;
}

input[type="radio"]:checked + label:after {
  opacity: 1;
}

input[type="radio"].button-radio + label {
  padding: 11px 15px 11px 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

input[type="radio"].button-radio + label:before {
  border-radius: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #E3E3E3;
  transition: border 0.25s ease;
}

input[type="radio"].button-radio + label:after {
  display: none;
}

input[type="radio"].button-radio + label.color-radio .sample {
  width: 14px;
  height: 14px;
  font-size: 0px;
  line-height: 0px;
  border-radius: 50%;
  margin-left: 5px;
}

input[type="radio"].button-radio + label.color-radio .sample.green {
  background: #64E900;
}

input[type="radio"].button-radio + label.color-radio .sample.yellow {
  background: #FAF029;
}

input[type="radio"].button-radio + label.color-radio .sample.orange {
  background: #FFB800;
}

input[type="radio"].button-radio + label.color-radio .sample.pink {
  background: #FF9DD5;
}

input[type="radio"].button-radio + label.color-radio .sample.red {
  background: #FF0000;
}

input[type="radio"].button-radio + label.color-radio .sample.purple {
  background: #912FB2;
}

input[type="radio"].button-radio + label.color-radio .sample.blue {
  background: #0026FF;
}

input[type="radio"].button-radio + label.color-radio .sample.white {
  border: 1px solid #583D26;
  background: #ffffff;
}

input[type="radio"].button-radio + label.color-radio .sample.black {
  background: #000000;
}

input[type="radio"].button-radio:disabled + label {
  color: rgba(51, 56, 59, 0.5);
}

input[type="radio"].button-radio:checked + label:before {
  border: 2px solid #C4A584;
}

::-webkit-input-placeholder {
  color: #583D26;
  opacity: 0.5;
}

:-moz-placeholder {
  color: #583D26;
  opacity: 0.5;
}

::-moz-placeholder {
  color: #583D26;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: #583D26;
  opacity: 0.5;
}

a {
  transition: color 0.25s ease;
  color: #C4A584;
  font-weight: 600;
}

.blog-box {
  display: flex;
  font-size: 0px;
  line-height: 0px;
  text-decoration: none;
}

.blog-box .image-outer {
  /*width:140px;
    height:140px;*/
  overflow: hidden;
}

.blog-box .image-outer img {
  max-width: 100%;
  margin: auto;
}

.blog-box .text-content {
  width: calc(100% - 140px);
  padding-left: 15px;
  position: relative;
}

.blog-box .text-content > span {
  display: block;
}

.blog-box .text-content .date-row {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #89939A;
}

.blog-box .text-content .title {
  /* margin-top:8px;*/
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #583D26;
}

.blog-box .text-content .link {
  color: #C4A584;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 19px;
}

.blog-box.small-box .text-content {
  padding-bottom: 20px;
}

.blog-box.small-box .text-content .link {
  position: absolute;
  margin: 0px;
  left: 15px;
  bottom: 0px;
}

.blog-box.big-box {
  align-items: flex-start;
}

.blog-box.big-box .text-content {
  padding-left: 30px;
}

.tab-header {
  border-bottom: 1px solid #E3E3E3;
  position: relative;
  min-width: 100%;
  height: 32px;
  display: flex;
  align-items: flex-end;
}

.tab-header .tab-item {
  position: relative;
  color: #583D26;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 50px;
  padding-bottom: 6px;
  transition: padding-bottom 0.25s ease, color 0.25s ease;
  white-space: nowrap;
}

.tab-header .tab-item:before {
  content: '';
  display: block;
  position: absolute;
  height: 0px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: #C4A584;
  transition: height 0.25s ease;
}

.tab-header .tab-item:last-of-type {
  margin-right: 0px;
}

.tab-header .tab-item.selected {
  color: #C4A584;
  padding-bottom: 11px;
}

.tab-header .tab-item.selected:before {
  height: 4px;
}

/** Termék kártya alap css*/
.product-card {
  width: 250px;
  display: block;
  font-size: 0px;
  line-height: 0px;
  text-decoration: none;
  text-align: center;
}

.product-card > span {
  display: block;
}

.product-card .image-content {
  position: relative;
}

.product-card .image-content .labels {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
}

.product-card .image-content .labels .label {
  margin-bottom: 10px;
}

.product-card .image-content img {
  position: relative;
  z-index: 1;
  display: block;
  margin: auto;
}

.product-card .text-content > span {
  display: block;
}

.product-card .name {
  margin: 20px 0px 10px 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  height: 44px;
  overflow: hidden;
  color: #583D26;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-card .price-row {
  display: inline-flex;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #583D26;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.product-card .price-row .original-price {
  color: #F62135;
  font-weight: 600;
  text-decoration: line-through;
  margin-left: 8px;
}

/** Termék címkék*/
.product-labels {
  font-size: 0px;
  line-height: 0px;
}

.product-labels .label {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0px;
  padding: 6px 10px 6px 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.product-labels .label.newness {
  background: #F6B919;
}

.product-labels .label.action {
  background: #EC4654;
}

.product-labels .label.last {
  background: #61BE27;
}

/** Webmorzsa */
.breadcrumb {
  margin: 22px 0px 35px 0px;
  font-size: 0px;
  line-height: 0px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  height: 16px;
}

.breadcrumb .separator {
  width: 4px;
  height: 4px;
  display: inline-block;
  margin: 0px 10px 0px 10px;
  color: #C4A584;
}

.breadcrumb .separator .icon {
  line-height: 0px;
  width: 5px;
  height: 5px;
}

.breadcrumb span {
  display: inline-flex;
  align-items: center;
  height: 16px;
}

.breadcrumb a {
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.breadcrumb a span {
  text-decoration: none;
}

.breadcrumb a.last-breadcrumb-item span {
  color: #C4A584;
  font-weight: 400;
  text-decoration: none;
}

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

.page-header .lead {
  font-size: 16px;
  line-height: 24px;
  margin: 12px auto 0px auto;
}

.page-header .lead.big {
  font-size: 20px;
  line-height: 32px;
}

/** Mobile menu design*/
.mobile-menu-outer {
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  z-index: 100;
  left: 0px;
  top: 0px;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translateX(-105vw);
  transform: translateX(-105vw);
  background: rgba(51, 56, 59, 0.8);
}

.mobile-menu-outer .mobile-menu {
  background: #ffffff;
  width: 320px;
}

.mobile-menu-outer .mobile-menu .profil-content {
  display: block;
  padding: 17px 0px 17px 0px;
  height: 70px;
  border-bottom: 1px solid #D8D8D8;
  width: calc(100% - 40px);
  margin: auto;
  position: relative;
}

.mobile-menu-outer .mobile-menu .profil-content .close-menu-btn {
  position: absolute;
  right: 0px;
  top: 28px;
  color: #583D26;
  font-size: 0px;
  line-height: 0px;
}

.mobile-menu-outer .mobile-menu .profil-content .inner-content {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mobile-menu-outer .mobile-menu .profil-content .inner-content .login {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0px;
  line-height: 0px;
}

.mobile-menu-outer .mobile-menu .profil-content .inner-content .login .icon {
  margin-right: 10px;
}

.mobile-menu-outer .mobile-menu .profil-content .inner-content .login .text {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}

.mobile-menu-outer .mobile-menu .profil-content .inner-content .logout-outer {
  display: block;
  margin-left: 14px;
  font-size: 0px;
  line-height: 0px;
}

.mobile-menu-outer .mobile-menu .profil-content .inner-content .logout-outer > a {
  display: block;
}

.mobile-menu-outer .mobile-menu .profil-content .inner-content .logout-outer .profile {
  color: #583D26;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.6px;
  font-weight: 600;
  text-decoration: none;
}

.mobile-menu-outer .mobile-menu .profil-content .inner-content .logout-outer .logout {
  margin-top: 1px;
}

.mobile-menu-outer .mobile-menu .profil-content .inner-content .logout-outer .logout .text {
  font-size: 12px;
  line-height: 18px;
}

.mobile-menu-outer .mobile-menu .mobile-menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu-outer .mobile-menu .mobile-menu-item .arrow {
  padding-right: 5px;
}

.mobile-menu-outer .mobile-menu .mobile-menu-item .arrow .icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mobile-menu-outer .mobile-menu > .mp-level {
  top: 70px;
  height: calc(100% - 70px);
}

.mobile-menu-outer .mobile-menu > .mp-level > ul > li {
  font-size: 0px;
  line-height: 0px;
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #D8D8D8;
}

.mobile-menu-outer .mobile-menu > .mp-level > ul > li > a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
}

.mobile-menu-outer .mobile-menu > .mp-level > ul > li > a .arrow {
  padding-right: 5px;
}

.mobile-menu-outer .mobile-menu > .mp-level ul li a {
  text-decoration: none;
  padding: 0px;
}

.mobile-menu-outer .mobile-menu > .mp-level .mp-level {
  padding-top: 15px;
}

.mobile-menu-outer .mobile-menu > .mp-level .mp-level ul li {
  margin-bottom: 10px;
}

.mobile-menu-outer .mobile-menu > .mp-level .mp-level ul li a {
  border: none;
}

.mobile-menu-outer .mobile-menu > .mp-level .mp-level a.mp-back {
  text-align: left;
  background: #ffffff;
  font-weight: 400;
  font-size: 0px;
  line-height: 0px;
  display: inline-flex;
  align-items: center;
  color: #583D26;
  margin-bottom: 5px;
}

.mobile-menu-outer .mobile-menu > .mp-level .mp-level a.mp-back .icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu-outer .mobile-menu > .mp-level .mp-level a.mp-back .text {
  font-size: 12px;
  line-height: 24px;
  margin-left: 10px;
}

.mobile-menu-outer .mobile-menu > .mp-level .mp-level .second-level > li > a:not(.mp-back) {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mobile-menu-outer .mobile-menu .mp-level {
  height: calc(100vh - 70px);
}

.mobile-menu-outer .mobile-menu .mp-level > .inner {
  overflow: auto;
  height: 100%;
  background: #ffffff;
}

.mobile-menu-outer .mobile-menu .mp-level.mp-level-open {
  z-index: 2;
}

.mobile-menu-outer .mobile-menu .mp-level ul {
  margin: 0px 20px 0px 20px;
}

.mobile-menu-outer .mobile-menu .contact-box {
  padding: 25px 20px 25px 20px;
}

.mobile-menu-outer .mobile-menu .contact-box .row {
  font-size: 0px;
  line-height: 0px;
  margin-bottom: 12px;
}

.mobile-menu-outer .mobile-menu .contact-box .row:last-of-type {
  margin-bottom: 0px;
}

.mobile-menu-outer .mobile-menu .contact-box .row a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.mobile-menu-outer .mobile-menu .contact-box .row a .icon {
  color: #C4A584;
}

.mobile-menu-outer .mobile-menu .contact-box .row a .text {
  color: #583D26;
  font-size: 12px;
  line-height: 16px;
  margin-left: 10px;
  text-decoration: none;
  font-weight: 400;
}

/** Lenyitható szöveges boxok design (max-height érték beállítása a használt helyen, esetleg transition-duration módosítása) */
.closable-content .closable-text {
  overflow: hidden;
  transition: max-height 0.4s ease;
  text-align: left;
}

.closable-content .closable-text h2, .closable-content .closable-text h3 {
  color: #C4A584;
  margin: 25px 0 3px;
}

.closable-content .opener-item {
  width: 14px;
  height: 8px;
  margin: 10px auto 0px auto;
  display: block;
}

.closable-content .opener-item .icon {
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.closable-content.opened .opener-item .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/** Lapozó design */
.pager-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.pager-content .prev-button {
  margin-right: 20px;
}

.pager-content .next-button {
  margin-left: 20px;
}

.pager-content .pager-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #583D26;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  min-width: 36px;
  padding: 0px 3px 0px 3px;
  margin: 0px 5px 0px 5px;
  height: 36px;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.pager-content .pager-link.current-page {
  background: #C4A584;
  color: #ffffff;
}

.pager-content .dots {
  margin: 0px 14px 0px 14px;
}

/** Mennyiség választó design */
.quantity-control-panel {
  position: relative;
  display: inline-flex;
  border: 1px solid #E3E3E3;
  color: #583D26;
  height: 48px;
  /*width:100px;*/
}

.quantity-control-panel .field {
  width: 46px;
  height: 46px;
  text-align: center;
  padding: 0px;
  border: 0px;
  color: #583D26;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.quantity-control-panel .quantity-control-button {
  width: 46px;
  height: 46px;
  font-size: 23px;
  line-height: 46px;
  font-weight: 600;
  text-decoration: none;
  color: #583D26;
  text-align: center;
}

.quantity-control-panel .quantity-control-button.inactive {
  color: #D8D8D8;
}

.quantity-control-panel .quantity-control-button.minus-button {
  border-right: 1px solid #E3E3E3;
}

.quantity-control-panel .quantity-control-button.plus-button {
  border-left: 1px solid #E3E3E3;
}

/** Social megosztás */
.social-share-row {
  margin: 60px 0px 39px 0px;
  padding-top: 20px;
  border-top: 1px solid #E3E3E3;
  display: flex;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: 0px;
}

.social-share-row .share-item {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  color: #C4A584;
}

.social-share-row .share-item:last-of-type {
  margin-right: 0px;
}

/** Általános termék/ajándék slider */
.product-slider-section {
  overflow: hidden;
}

.product-slider-section .product-slider-outer {
  max-width: 1100px;
  margin: 48px auto 0px auto;
  position: relative;
}

.product-slider-section .product-slider-outer .pager {
  z-index: 4;
  position: absolute;
  height: 100%;
  width: calc((100vw - 1100px) / 2);
  display: none;
  top: 0px;
  left: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.product-slider-section .product-slider-outer .pager.active {
  display: block;
}

.product-slider-section .product-slider-outer .pager .icon {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 43px;
  margin: auto;
}

.product-slider-section .product-slider-outer .pager.prev-pager {
  left: auto;
  right: 100%;
}

.product-slider-section .product-slider-outer .pager.prev-pager .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  right: 43px;
}

.product-slider-section .product-slider-outer .slider-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.product-slider-section .product-slider-outer .slider-container .product-card, .product-slider-section .product-slider-outer .slider-container .gift-box {
  min-width: 250px;
  margin-right: 50px;
  padding-bottom: 30px;
}

.product-slider-section .product-slider-outer .slider-container .product-card:last-of-type, .product-slider-section .product-slider-outer .slider-container .gift-box:last-of-type {
  margin-right: 0px;
}

.product-slider-section .product-slider-outer .slider-container .first-element {
  margin-right: 40px;
  width: 340px;
}

.product-slider-section .product-slider-outer .slider-container .first-element .heading {
  margin-bottom: 22px;
  color: #C4A584;
  font-size: 12px;
  line-height: 16px;
}

.product-slider-section .product-slider-outer .slider-container .first-element .button-row {
  margin: 20px 0;
}

.product-slider-section .product-slider-outer .slider-container .first-element .button-row a {
  color: #fff;
  text-decoration: none;
}

/* Remodal overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.remodal {
  background: #ffffff;
  position: relative;
  padding: 40px 65px 40px 65px;
  text-align: left;
  box-sizing: border-box;
  max-width: 490px;
}

.remodal .remodal-close-outer {
  position: absolute;
  right: 30px;
  top: 30px;
  display: block;
  width: 12px;
  height: 12px;
  color: #583D26;
}

.remodal .title {
  margin-bottom: 34px;
}

.remodal .form-content .row {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.remodal .form-content .row.last-row {
  margin-bottom: 10px;
}

.remodal .form-content input[type="checkbox"] + label {
  font-size: 12px;
  line-height: 18px;
}

.remodal .button-row {
  text-align: center;
  margin-top: 30px;
}

.remodal .button-row .button {
  font-size: 14px;
}

.helium-remodal {
  max-width: 490px;
  width: 100%;
}

.helium-remodal .form-inner {
  text-align: center;
}

.helium-remodal .form-inner .button {
  margin-bottom: 13px;
}

.helium-remodal .form-inner .button-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  line-height: 20px;
}

.helium-remodal .form-inner .helium-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0px 15px 0px;
}

.helium-remodal .form-inner .helium-row .quantity-control-panel {
  margin-left: 12px;
}

.land-logo {
  height: 100px;
  margin: auto;
}

@media all and (min--moz-device-pixel-ratio: 0) {
  .pager-content .pager-link:hover {
    color: #C4A584;
  }
  .button:hover.empty-button {
    color: #ffffff;
    background: #C4A584;
  }
  .button:hover.empty-button.fb-button {
    background: #3B579D;
  }
  .button:hover.empty-button.google-button {
    background: #DB4937;
  }
  .social-share-row .share-item:hover.facebook {
    color: #344C8A;
  }
  .social-share-row .share-item:hover.twitter {
    color: #469AE9;
  }
  .social-share-row .share-item:hover.pinterest {
    color: #BC001C;
  }
  .social-share-row .share-item:hover.mail {
    color: #61BE27;
  }
}

@media (hover: hover) {
  .pager-content .pager-link:hover {
    color: #C4A584;
  }
  .button:hover.empty-button {
    color: #ffffff;
    background: #C4A584;
  }
  .button:hover.empty-button.fb-button {
    background: #3B579D;
  }
  .button:hover.empty-button.google-button {
    background: #DB4937;
  }
  .social-share-row .share-item:hover.facebook {
    color: #344C8A;
  }
  .social-share-row .share-item:hover.twitter {
    color: #469AE9;
  }
  .social-share-row .share-item:hover.pinterest {
    color: #BC001C;
  }
  .social-share-row .share-item:hover.mail {
    color: #61BE27;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pager-content .pager-link:hover {
    color: #C4A584;
  }
  .button:hover.empty-button {
    color: #ffffff;
    background: #C4A584;
  }
  .button:hover.empty-button.fb-button {
    background: #3B579D;
  }
  .button:hover.empty-button.google-button {
    background: #DB4937;
  }
  .social-share-row .share-item:hover.facebook {
    color: #344C8A;
  }
  .social-share-row .share-item:hover.twitter {
    color: #469AE9;
  }
  .social-share-row .share-item:hover.pinterest {
    color: #BC001C;
  }
  .social-share-row .share-item:hover.mail {
    color: #61BE27;
  }
}

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

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

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

.text-center img {
  margin: auto;
}

.flex-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flex-content .col-sm-4 {
  width: 30%;
  margin: 5px 15px;
}

.flex-content .col-sm-6 {
  width: 45%;
  margin: 5px 15px;
}

.flex-content .col-sm-6 .button-row {
  text-align: center;
  margin-top: 25px;
}

.pdtb20 {
  padding: 25px 0;
}

.xxlarge {
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 2px;
}

.xlarge {
  font-size: 56px;
  line-height: 58px;
  font-weight: 400;
}

.large {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 1px;
}

.medium {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.03em;
}

.small {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}

.heading {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  /*padding-bottom: 20px;*/
}

.subheading {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.light-beige {
  color: #C4A584;
}

.zoom {
  transition: transform .5s, -webkit-transform .5s;
}

.zoom:hover {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.hua {
  display: inline-block;
  position: relative;
}

.hua:after {
  content: '';
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 1px;
  bottom: 0px;
  left: 0;
  background-color: #ffffff;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.hua:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

@media screen and (max-width: 1310px) {
  .product-slider-section .product-slider-outer .pager .icon {
    left: 10px;
  }
  .product-slider-section .product-slider-outer .pager.prev-pager .icon {
    left: auto;
    right: 10px;
  }
}

@media screen and (max-width: 1240px) {
  .product-slider-section .product-slider-outer:not(.special-slider-outer) {
    width: calc(100% - 140px);
  }
  .product-slider-section .product-slider-outer:not(.special-slider-outer) .pager {
    width: 70px;
  }
}

@media screen and (max-width: 1023px) {
  .product-slider-section .product-slider-outer {
    width: 100%;
    overflow-y: none;
    overflow-x: auto;
  }
  .product-slider-section .product-slider-outer .pager-outer {
    display: none;
  }
  .product-slider-section .product-slider-outer .slider-container:after {
    content: ' ';
    height: 100px;
    width: 20px;
    display: inline-block;
  }
  .product-slider-section .product-slider-outer .slider-container .product-card:first-of-type {
    margin-left: 20px;
  }
  .product-slider-section .product-slider-outer .slider-container .product-card:last-of-type {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .flex-content .col-sm-4 {
    width: calc(50% - 82px);
    margin: 5px 30px;
  }
  .flex-content .col-sm-6 {
    width: calc(100% - 50px);
    margin: 5px 15px;
  }
  .slider-container .first-element {
    margin-left: 20px;
  }
  .pdtb20 {
    padding: 0;
  }
  .xxlarge {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: 2px;
  }
  .xlarge {
    font-size: 44px;
    line-height: 48px;
  }
  .large {
    font-size: 30px;
    line-height: 32px;
  }
  .medium {
    font-size: 24px;
    line-height: 32px;
  }
  .small {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
  }
  .heading {
    font-size: 14px;
    line-height: 24px;
  }
  .subheading {
    font-size: 12px;
    line-height: 20px;
  }
  .control-panel .field {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
  .content-width {
    padding-left: 10px;
    padding-right: 10px;
  }
  h3, .like-h3 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.6px;
  }
  h2, .like-h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
  }
  h1, .like-h1 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.62px;
  }
  p {
    margin-bottom: 10px;
  }
  input[type="radio"].button-radio + label {
    font-size: 12px;
    padding: 11px 11px 11px 11px;
  }
  .tab-header .tab-item {
    margin-right: 20px;
  }
  .page-header .lead {
    font-size: 14px;
    line-height: 20px;
  }
  .pager-content {
    margin-top: 50px;
  }
  .pager-content .pager-link {
    margin: 0px 2px 0px 2px;
  }
  .pager-content .dots {
    margin: 0px 7px 0px 7px;
  }
  .pager-content .prev-button {
    margin-right: 10px;
  }
  .pager-content .next-button {
    margin-left: 10px;
  }
  .button.big {
    font-size: 14px;
  }
  .button.social-button .text-content {
    font-size: 14px;
  }
  .breadcrumb {
    margin: 10px 0px 15px 0px;
  }
  .breadcrumb a, .breadcrumb .separator {
    font-size: 10px;
  }
  .breadcrumb a:not(.last-but-one), .breadcrumb .separator:not(.last-but-one) {
    display: none;
  }
  .breadcrumb a.last-breadcrumb-item, .breadcrumb .separator.last-breadcrumb-item {
    display: block;
  }
  .custom-select {
    height: 40px;
  }
  .custom-select .selected-item {
    padding: 5px 30px 5px 15px;
  }
  .product-labels .label {
    padding: 7px 8px 5px 8px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
  }
  .product-slider-section .product-slider-outer {
    margin-top: 14px;
  }
  .product-slider-section .product-slider-outer .slider-container:after {
    display: none;
  }
  .product-slider-section .product-slider-outer .slider-container .product-card:first-of-type {
    margin-left: 10px;
  }
  .product-slider-section .product-slider-outer .slider-container .product-card:last-of-type {
    margin-right: 10px;
  }
  .remodal {
    padding: 20px 20px 20px 20px;
    height: 100%;
  }
  .remodal .remodal-close-outer {
    right: 20px;
    top: 20px;
  }
  .remodal .title {
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .remodal .form-content .row {
    margin-bottom: 10px;
  }
  .remodal .button {
    width: 100%;
  }
  .flex-content .col-sm-6 {
    width: 100%;
  }
  .flex-content .col-sm-4 {
    width: calc(100% - 20px);
    margin: 15px 30px;
  }
  .xxlarge {
    font-size: 44px;
    line-height: 48px;
    letter-spacing: 1px;
  }
  .xlarge {
    font-size: 38px;
    line-height: 42px;
  }
  .medium {
    font-size: 24px;
    line-height: 32px;
  }
  .small {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
  }
  .heading {
    font-size: 14px;
    line-height: 18px;
  }
  .subheading {
    font-size: 14px;
    line-height: 20px;
  }
}

#lastn {
  position: absolute;
  left: -5000px;
}

.error-field {
  color: #b02020;
  font-size: 13px;
}

.formErrorContent {
  font-size: 12px;
  line-height: 150%;
  color: #b02020;
  font-weight: 600;
}

.error-msg {
  font-size: 14px;
  color: #B02020;
  font-weight: 600;
}

.category-description > .line {
  height: 1px;
  background: #E3E3E3;
  margin: 70px 0px 50px 0px;
}

.mt20 {
  margin-top: 20px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

figure {
  margin: 10px 0px 20px 0px;
}

figure img {
  max-width: 100%;
  margin: 0px 0px 5px 0px;
}

figure figcaption {
  text-align: center;
  padding: 10px;
  font-size: 93%;
  font-style: italic;
}

.responsive-embed-youtube, .responsive-embed-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  padding-top: 0px;
}

.responsive-embed-youtube iframe {
  position: absolute;
  width: 90% !important;
  height: 90% !important;
  margin: 5%;
  border: medium none;
}

.responsive-embed-video iframe {
  border: medium none;
  height: 100% !important;
  position: absolute;
  width: 99% !important;
}

.cat-resp {
  text-align: left;
  padding: 0 15%;
}

@media screen and (max-width: 600px) {
  .cat-resp {
    padding: 0 3%;
  }
}

@media screen and (max-width: 350px) {
  .cat-resp {
    padding: 0;
  }
}

.g-recaptcha div {
  margin: 10px auto;
}

blockquote {
  border-left: 7px solid #04AAD9;
  padding: 0 17px;
  margin: 40px 40px 50px;
  line-height: 160%;
}

blockquote .signing {
  text-align: right;
  font-style: italic;
}

#cookie_policy {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  z-index: 555;
}

.cookie_policy_in {
  border-radius: 4px 4px 0 0;
  color: #fff;
  margin: auto;
  padding: 12px;
  width: 75%;
  font-size: 13px;
  line-height: 150%;
}

.cookie-btn {
  margin-top: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mbt20 {
  margin: 20px 0;
}

.mb30 {
  margin-bottom: 30px;
}

.mbt30 {
  margin: 30px 0;
}

.mb40 {
  margin-bottom: 40px;
}

.mbt40 {
  margin: 40px 0;
}

.mb50 {
  margin-bottom: 50px;
}

.mbt50 {
  margin: 50px 0;
}

.nowrap {
  white-space: nowrap;
}

.divider {
  margin: 50px auto;
}

.blog_fig {
  margin: 35px auto;
}

#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}

.loading-text {
  width: 282px;
  position: absolute;
  top: calc(50% + 40px);
  left: calc(50% - 133px);
  text-align: left;
  color: #fff;
}

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

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

#cover-spin::after {
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 68px);
  top: 40%;
  width: 110px;
  height: 110px;
  border-style: solid;
  border-color: #fff;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}

/* fonts */
/* transitions */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #281905;
  border-radius: 0px;
  background: #281905;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 14px;
  font-size: 14px;
  line-height: 38px;
  color: #ffffff;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.selectric .arrow-down {
  width: 14px;
  height: 8px;
  display: block;
  color: #C4A584;
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 0px;
  margin: auto;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #281905;
  color: #583D26;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #583D26;
  border-bottom: none;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #D8D8D8;
  border-bottom-color: #ffffff;
}

.selectric-open .selectric .arrow-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  border-top: none;
  z-index: 1;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px 14px 10px 14px;
  color: #583D26;
  cursor: pointer;
}

.selectric-items li.selected {
  color: #C4A584;
  display: none;
}

.selectric-items li.highlighted {
  background: #ffffff;
  color: #583D26;
}

.selectric-items li:hover {
  background: #ffffff;
  color: #C4A584;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.product-page {
  padding-bottom: 95px;
}

.product-page .product-top-content {
  display: flex;
}

.product-page .product-top-content .gallery-content {
  width: 550px;
  position: relative;
}

.product-page .product-top-content .gallery-content .product-labels {
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 2;
}

.product-page .product-top-content .gallery-content .product-labels .label {
  margin-bottom: 10px;
}

.product-page .product-top-content .gallery-content .preview-outer {
  position: relative;
}

.product-page .product-top-content .gallery-content .preview-outer img {
  margin: auto;
}

.product-page .product-top-content .gallery-content .thumbnail-content {
  margin-top: 10px;
}

.product-page .product-top-content .gallery-content .thumbnail-content .thumbnail-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}

.product-page .product-top-content .gallery-content .thumbnail-content .thumbnail-list .thumbnail-item {
  width: 78px;
  height: 78px;
  margin: 0px 10px 10px 0px;
}

.product-page .product-top-content .gallery-content .thumbnail-content .thumbnail-list .thumbnail-item:nth-of-type(5n + 5) {
  margin-right: 0px;
}

.product-page .product-top-content .gallery-content .thumbnail-content .thumbnail-list .thumbnail-item .slider-background {
  display: none;
}

.product-page .product-top-content .right-content {
  width: calc(100% - 430px);
  padding-left: 50px;
}

.product-page .product-top-content .right-content .top-row {
  padding-bottom: 18px;
  border-bottom: 1px solid #E3E3E3;
  margin: 32px 0px 32px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-page .product-top-content .right-content .top-row .price-content .original-price {
  color: #F62135;
  font-weight: 600;
  font-size: 36px;
  line-height: 26px;
  letter-spacing: 0px;
  text-decoration: line-through;
  margin-bottom: 8px;
}

.product-page .product-top-content .right-content .top-row .price-content .price-outer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.product-page .product-top-content .right-content .top-row .price-content .price-outer .price {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-right: 17px;
  color: #583D26;
}

.product-page .product-top-content .right-content .top-row .price-content .price-outer .unit-price {
  font-size: 14px;
  line-height: 14px;
  color: #8B979D;
}

.product-page .product-top-content .right-content .top-row .form-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.product-page .product-top-content .right-content .top-row .form-content .quantity-control-panel {
  margin-right: 20px;
}

.product-page .product-top-content .right-content .top-row .form-content .button {
  height: 48px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
}

.product-page .product-top-content .right-content .middle-row .stock-info {
  font-weight: 400;
  margin-bottom: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-page .product-top-content .right-content .middle-row .stock-info.in-stock {
  color: #583D26;
}

.product-page .product-top-content .right-content .middle-row .description {
  line-height: 24px;
}

.product-page .product-top-content .right-content .middle-row .variation-content {
  margin-top: 28px;
}

.product-page .product-top-content .right-content .middle-row .variation-content .variation-box {
  margin-bottom: 10px;
}

.product-page .product-top-content .right-content .middle-row .variation-content .variation-box:last-of-type {
  margin-bottom: 0px;
}

.product-page .product-top-content .right-content .middle-row .variation-content .variation-box .title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.product-page .product-top-content .right-content .middle-row .variation-content .variation-box .options {
  font-size: 0px;
  line-height: 0px;
}

.product-page .product-top-content .right-content .middle-row .variation-content .variation-box .options label {
  margin-right: 10px;
  margin-bottom: 10px;
}

.product-page .product-top-content .right-content .middle-row .variation-content .variation-box .options label:last-of-type {
  margin-right: 0px;
}

.product-page .product-top-content .right-content .middle-row .variation-content .variation-box .options label a {
  text-decoration: none;
}

.product-page .product-top-content .right-content > .bottom-row {
  margin-top: 10px;
  border-top: 1px solid #E3E3E3;
}

.product-page .product-top-content .right-content > .bottom-row .row {
  border-bottom: 1px solid #E3E3E3;
  display: flex;
}

.product-page .product-top-content .right-content > .bottom-row .row .icon-outer {
  background: #F7F3F1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
}

.product-page .product-top-content .right-content > .bottom-row .row .text-content {
  width: calc(100% - 75px);
  padding: 20px 15px 20px 15px;
  font-size: 14px;
  line-height: 22px;
}

.product-page .product-top-content .right-content > .bottom-row .row.helium-row .text-content {
  min-height: 80px;
  display: flex;
  align-items: center;
}

.product-page .product-top-content .right-content > .bottom-row .row.helium-row .text-content .quantity-outer {
  margin-left: 15px;
  display: none;
}

.product-page .product-top-content .right-content .gift-button-content {
  margin-top: 20px;
}

.product-page .product-top-content .right-content .gift-button-content .button {
  text-transform: none;
}

.product-page .product-top-content .right-content .gift-button-content .button .text {
  line-height: 20px;
}

.product-page .product-top-content .right-content .gift-button-content .button .icon {
  margin-right: 10px;
}

.product-page .product-middle-content {
  margin-top: 50px;
}

.product-page .product-middle-content .tab-contents-outer {
  padding: 30px 0px 0px 0px;
}

.product-page .product-middle-content .tab-contents-outer .tab-content {
  line-height: 24px;
}

.product-page .product-middle-content .tab-contents-outer .tab-content:not(.selected) {
  display: none;
}

.product-page .product-middle-content .tab-contents-outer .tab-content table {
  margin: 50px 0px 50px 0px;
}

.product-page .product-middle-content .tab-contents-outer .tab-content table tr td {
  padding: 10px 40px 10px 40px;
  font-size: 16px;
  line-height: 28px;
  border-bottom: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
}

.product-page .product-middle-content .tab-contents-outer .tab-content table tr td:first-of-type {
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 25px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

.product-page .product-middle-content .tab-contents-outer .tab-content table tr td:last-of-type {
  border-right: 0px;
}

.product-page .product-middle-content .tab-contents-outer .tab-content table tr td .free {
  font-weight: 600;
}

.product-page .product-middle-content .tab-contents-outer .tab-content table tr:last-of-type td {
  border-bottom: none;
}

.product-page .special-section {
  margin: 50px 0 100px 0;
}

.product-page .special-section .special-content {
  display: flex;
  max-width: 1000px;
  justify-content: space-around;
  margin: auto;
}

.product-page .special-section .special-content .spec-item {
  display: flex;
  flex-direction: column;
  /*width: 30%;*/
  padding: 0 25px;
  text-align: center;
  color: #583D26;
}

.product-page .special-section .special-content .spec-item .icon {
  height: 124px;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  align-items: flex-end;
  width: 100%;
}

.gift-popup, .notification-popup, .quantity-popup {
  max-width: 490px;
}

.gift-popup h2, .notification-popup h2, .quantity-popup h2 {
  margin-bottom: 18px;
}

.gift-popup .info, .notification-popup .info, .quantity-popup .info {
  margin-bottom: 30px;
}

.quantity-popup .buttons-row {
  display: flex;
}

.quantity-popup .buttons-row .confirm-button {
  margin-right: 10px;
}

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

.product-text h2, .product-text h3 {
  color: #C4A584;
  margin: 20px 0 10px;
}

@media screen and (max-width: 1280px) {
  .product-page .product-top-content .right-content {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .product-page .product-top-content .gallery-content {
    width: 45%;
  }
  .product-page .product-top-content .gallery-content .thumbnail-content .thumbnail-list .thumbnail-item:nth-of-type(5n + 5) {
    margin-right: 10px;
  }
  .product-page .product-top-content .right-content {
    width: 55%;
    padding-left: 25px;
  }
  .product-page .product-top-content .right-content .top-row {
    flex-wrap: wrap;
  }
  .product-page .product-top-content .right-content .top-row .form-content {
    width: 100%;
    position: relative;
    padding-top: 20px;
  }
  .product-page .product-top-content .right-content .top-row .form-content .quantity-control-panel {
    position: absolute;
    right: 0px;
    bottom: 100%;
    margin-right: 0px;
  }
  .product-page .product-top-content .right-content .top-row .form-content .button {
    width: 100%;
  }
  .product-page .product-slider-section {
    margin-bottom: 100px;
  }
  .product-page .product-slider-section .product-slider-outer {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .product-page .product-top-content {
    flex-wrap: wrap;
  }
  .product-page .product-top-content .gallery-content {
    width: 100%;
  }

    .product-page .product-top-content .gallery-content .preview-outer {
    display: none;
  }

  
  .product-page .product-top-content .gallery-content .thumbnail-content {
    margin: 0px;
  }
  .product-page .product-top-content .gallery-content .thumbnail-content .thumbnail-list {
    width: 100%;
    display: block;
  }
  .product-page .product-top-content .gallery-content .thumbnail-content .thumbnail-list .thumbnail-item {
    width: 100%;
    height: 100%;
    margin: 0px;
    height: calc(100vw - 40px);
  }
  .product-page .product-top-content .gallery-content .thumbnail-content .thumbnail-list .thumbnail-item img {
    display: none;
  }
  .product-page .product-top-content .gallery-content .thumbnail-content .thumbnail-list .thumbnail-item .slider-background {
    display: block !important;
    width: 100%;
    height: calc(100vw - 40px);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .product-page .product-top-content .gallery-content .thumbnail-content .bx-controls {
    margin-top: 20px;
  }
  .product-page .product-top-content .gallery-content .thumbnail-content .bx-pager {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0px;
    line-height: 0px;
    text-decoration: none;
  }
  .product-page .product-top-content .gallery-content .thumbnail-content .bx-pager .bx-pager-item {
    margin: 0px 4px 0px 4px;
  }
  .product-page .product-top-content .gallery-content .thumbnail-content .bx-pager .bx-pager-item .bx-pager-link {
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    border: 1px solid #A7A7A7;
    background: #ffffff;
    transition: background-color 0.25s ease;
  }
  .product-page .product-top-content .gallery-content .thumbnail-content .bx-pager .bx-pager-item .bx-pager-link.active {
    background: #A7A7A7;
  }
  .product-page .product-top-content .right-content {
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }
  .product-page .product-top-content .right-content .top-row {
    border-bottom: none;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 600px) {
  .product-page {
    padding-bottom: 50px;
  }
  .product-page > .content-width {
    padding: 0px;
  }
  .product-page .breadcrumb, .product-page h1,
  .product-page .top-row, .product-page .middle-row,
  .product-page .gift-button-content,
  .product-page .tab-content, .product-page .tab-item,
  .product-page .social-share-row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-page .social-share-row {
    border: none;
    margin: 35px auto 50px auto;
    padding-top: 0px;
  }
  .product-page .gift-button-content .button {
    width: 100%;
  }
  .product-page .product-top-content .gallery-content {
    width: calc(100% - 20px);
    margin: auto;
  }
  .product-page .product-top-content .gallery-content .thumbnail-content .thumbnail-list .thumbnail-item {
    height: calc(100vw - 20px);
  }
  .product-page .product-top-content .gallery-content .thumbnail-content .bx-controls {
    margin-top: 11px;
  }
  .product-page .product-top-content .right-content {
    margin-top: 11px;
  }
  .product-page .product-top-content .right-content .top-row {
    margin-bottom: 21px;
  }
  .product-page .product-top-content .right-content .middle-row .stock-info {
    margin-bottom: 9px;
  }
  .product-page .product-top-content .right-content .middle-row .variation-content {
    margin-top: 20px;
  }
  .product-page .product-top-content .right-content > .bottom-row .row .icon-outer {
    width: 60px;
  }
  .product-page .product-top-content .right-content > .bottom-row .row .text-content {
    padding-right: 10px;
    width: calc(100% - 60px);
  }
  .product-page .product-top-content .right-content > .bottom-row .row .text-content input[type="checkbox"] + label {
    padding-left: 23px;
  }
  .product-page .product-middle-content {
    margin-top: 40px;
  }
  .product-page .product-middle-content .tab-contents-outer {
    padding-top: 20px;
  }
  .product-page .product-middle-content .tab-contents-outer .tab-content table {
    width: 100%;
    margin: 34px 0px 30px 0px;
  }
  .product-page .product-middle-content .tab-contents-outer .tab-content table tr td:first-of-type {
    padding-right: 23px;
  }
  .product-page .product-middle-content .tab-contents-outer .tab-content table tr td:last-of-type {
    padding-right: 0px;
    padding-left: 23px;
    text-align: right;
    vertical-align: bottom;
    font-size: 14px;
  }
  .product-page .special-section .special-content {
    display: block;
  }
  .product-page .special-section .special-content .spec-item {
    padding: 20px 50px;
    width: 100%;
  }
  .gift-popup h2, .notification-popup h2, .quantity-popup h2 {
    text-align: center;
    margin-bottom: 14px;
  }
  .gift-popup .info, .notification-popup .info, .quantity-popup .info {
    margin-bottom: 27px;
  }
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.swipebox {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

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