<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 6th color is rgba from 5th color */
/* color not overwriten by themes */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

/* for cart style only right now */
@font-face {
  font-family: 'League Spartan';
  src: url("fonts/leaguespartan-bold.eot?#iefix") format("embedded-opentype"), url("fonts/leaguespartan-bold.woff2") format("woff2"), url("fonts/leaguespartan-bold.woff") format("woff"), url("fonts/leaguespartan-bold.ttf") format("truetype"), url("fonts/leaguespartan-bold.svg#league_spartanbold") format("svg");
  font-weight: normal;
  font-style: normal; }
.top-black {
  border-bottom: 0;
  position: relative;
  z-index: 8; }
  .top-black .top-black-nav {
    box-sizing: border-box;
    padding-right: 10px;
    width: 100%; }

.layout-wrap {
  padding: 0 15px; }
  .layout-wrap .layout-content-wrap {
    border: 1px solid #ddd;
    background-color: #fff; }

@media (max-width: 1024px) {
  .layout-wrap {
    padding: 0 7px; } }
@media (max-width: 1024px) {
  .layout-wrap {
    padding: 0 4px; } }
.content-wrap {
  background-color: transparent;
  box-sizing: border-box;
  margin-bottom: 25px;
  margin-top: 25px;
  max-width: 1372px;
  padding-left: 10%;
  width: 100%; }

@media (max-width: 1024px) {
  .content-wrap {
    padding-left: 98px;
    margin-top: 9px;
    margin-bottom: 9px; } }
.shop-nav {
  background-color: #fff;
  color: #000;
  box-sizing: content-box;
  font-size: 18px;
  height: 35px;
  padding-left: 10%;
  padding-top: 17px;
  position: relative;
  text-transform: uppercase;
  width: 90%;
  z-index: 2; }
  .shop-nav .tabs-wrap {
    text-align: center; }
    .shop-nav .tabs-wrap .tab {
      font-family: "League Spartan";
      padding: 0 62px;
      -webkit-transition: opacity 500ms;
      -moz-transition: opacity 500ms;
      transition: opacity 500ms; }
      @media (min-width: 480px) {
        .shop-nav .tabs-wrap .tab:hover {
          opacity: 0.7; } }

@media (max-width: 1024px) {
  .shop-nav {
    padding-left: 98px;
    padding-top: 16px;
    font-size: 16px;
    height: 34px; }
    .shop-nav .tabs-wrap .tab {
      padding: 0 53px; } }
@media (max-width: 480px) {
  .shop-nav {
    padding-top: 20px;
    padding-left: 0;
    width: 100%;
    padding-bottom: 7px;
    font-size: 26px;
    height: auto; }
    .shop-nav .tabs-wrap .tab {
      padding: 0 12px;
      margin-bottom: 20px; } }
.aside-shop-nav {
  background-color: #333;
  float: left;
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 10%;
  min-width: 98px;
  z-index: 6; }
  .aside-shop-nav .fake-content {
    height: 1px; }
  .aside-shop-nav .aside-shop-wrap {
    background-color: #333;
    box-sizing: content-box;
    height: 100%;
    margin-top: 0;
    padding-top: 51px;
    position: fixed;
    width: 10%;
    min-width: 98px; }

@media (max-width: 1024px) {
  .aside-shop-nav {
    width: 98px;
    min-width: 0; }
    .aside-shop-nav .aside-shop-wrap {
      width: 98px;
      min-width: 0;
      padding-top: 49px; } }
@media (max-width: 480px) {
  .aside-shop-nav {
    left: -91px;
    top: -1px;
    position: absolute;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 91px; }
    .aside-shop-nav.active {
      left: 0; }
    .aside-shop-nav .aside-shop-wrap {
      padding-top: 15px;
      width: 91px; } }
.shop-info .shop-details {
  height: 100%;
  box-sizing: border-box;
  display: block;
  opacity: 0;
  top: 0;
  left: -200%;
  padding: 10px;
  position: absolute;
  width: 100%;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  transition: all 600ms;
  z-index: -1; }

.shop-info {
  box-sizing: content-box;
  color: #fff;
  cursor: pointer;
  float: left;
  width: 100%;
  position: relative;
  z-index: 6; }
  .shop-info:hover .shop-logo-wrapper {
    background-color: #000; }
  .shop-info:hover .shop-details {
    background-color: #000;
    opacity: 1;
    left: 100%; }
  .shop-info .shop-logo-wrapper {
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-transition: background-color 500ms;
    -moz-transition: background-color 500ms;
    transition: background-color 500ms; }
  .shop-info .shop-logo {
    border-radius: 100%;
    height: 80%;
    margin: 5px 10% 5px 10%;
    width: 80%; }
  .shop-info .shop-details {
    min-width: 400px; }
  .shop-info .shop-owner {
    line-height: 140%; }
    .shop-info .shop-owner .shop-owner-name {
      text-align: right;
      width: 100%; }

.social-rating {
  position: absolute;
  bottom: 10px; }
  .social-rating .rating {
    width: 100%; }
    .social-rating .rating .icon-star:before {
      margin-left: 0;
      margin-right: 0; }
  .social-rating .rating-text {
    white-space: nowrap; }
  .social-rating .fb-like {
    display: block;
    margin-top: 8px; }

@media (max-width: 1024px) {
  .shop-info .shop-logo {
    width: 90%;
    height: 90%;
    margin-left: 5%;
    margin-right: 5%; } }
@media (max-width: 480px) {
  .social-rating {
    position: static;
    bottom: auto; }

  .shop-info:hover .shop-logo-wrapper {
    background-color: #333; }
  .shop-info .shop-details {
    display: none; } }
.shop-menu {
  bottom: 0;
  position: absolute;
  width: 100%; }
  .shop-menu .shop-menu-wrap {
    text-align: center;
    background-color: #333;
    padding-bottom: 210px;
    padding-top: 1000px; }
  .shop-menu .menu-item {
    color: #fff;
    cursor: pointer;
    padding: 20px 0;
    position: relative; }
    @media (min-width: 480px) {
      .shop-menu .menu-item:hover .item-text {
        background-color: #000;
        left: 85%;
        opacity: 1;
        visibility: visible; } }
    .shop-menu .menu-item.active {
      background-color: #000; }
      .shop-menu .menu-item.active .cart-widget-menu,
      .shop-menu .menu-item.active .login-menu,
      .shop-menu .menu-item.active .login-widget-menu {
        left: 100%; }
      .shop-menu .menu-item.active .item-text {
        display: none; }
    .shop-menu .menu-item .icon,
    .shop-menu .menu-item .icon-koszyk {
      font-size: 45px; }
    .shop-menu .menu-item .item-text {
      visibility: hidden;
      background-color: #000;
      border: 1px solid #fff;
      display: inline-block;
      font-family: "League Spartan";
      left: 67%;
      opacity: 0;
      padding: 18px 21px 12px;
      position: absolute;
      text-transform: uppercase;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      transition: all 500ms ease;
      white-space: nowrap;
      z-index: 7; }
      .shop-menu .menu-item .item-text:after {
        background-color: #000;
        border-left: 1px solid #CAD5E0;
        border-top: 1px solid #CAD5E0;
        box-sizing: content-box;
        content: '';
        display: block;
        height: 10px;
        left: -6px;
        position: absolute;
        top: 17px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 10px; }
    .shop-menu .menu-item .clicker {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }

@media (max-width: 1024px) {
  .shop-menu .menu-item .item-text {
    left: 90px; } }
@media (max-width: 480px) {
  .shop-menu {
    bottom: auto;
    top: 190px; }
    .shop-menu .shop-menu-wrap {
      padding-top: 0;
      padding-bottom: 0; }
    .shop-menu .menu-item .item-text {
      left: 78px; } }
.cart-widget-menu {
  background-color: #000;
  border: 0;
  bottom: -50px;
  left: -150%;
  right: auto;
  top: auto;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1; }
  .cart-widget-menu.active {
    display: block; }
  .cart-widget-menu .cart-widget-header {
    box-sizing: border-box;
    color: #fff;
    font: 16px "League Spartan";
    padding: 18px 0 0 0;
    text-transform: uppercase;
    width: auto; }
  .cart-widget-menu .cart-widget-button-item {
    margin: 18px 0; }
    .cart-widget-menu .cart-widget-button-item .cart-widget-button {
      background-color: #333;
      color: #fff;
      font: 16px "League Spartan";
      padding: 15px 15px 10px; }

.cart-widget-item {
  box-sizing: content-box;
  height: 70px;
  padding: 0 0 0 24px;
  position: relative;
  text-align: left;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  transition: opacity 500ms; }
  @media (min-width: 480px) {
    .cart-widget-item:hover {
      background: transparent;
      opacity: 0.7; } }
  .cart-widget-item .cart-widget-item-thumb {
    margin-right: 11px;
    width: 70px; }
  .cart-widget-item .cart-widget-item-name, .cart-widget-item .cart-widget-item-price {
    color: #fff;
    margin-left: 0; }
  .cart-widget-item .cart-widget-item-name {
    display: block;
    margin-top: 9px; }
  .cart-widget-item .cart-widget-item-price {
    bottom: 9px;
    left: 105px;
    position: absolute; }

.item-content.login-menu {
  background-color: #000;
  bottom: -30px;
  box-sizing: border-box;
  display: block;
  left: -150%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 18px 23px;
  position: absolute;
  right: auto;
  top: auto;
  width: 245px;
  z-index: -1; }
  .item-content.login-menu .msg-count {
    display: none; }
  .item-content.login-menu .login-widget-header {
    box-sizing: border-box;
    color: #fff;
    font: 18px "League Spartan";
    margin-bottom: 13px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%; }

@media (max-width: 480px) {
  .item-content.login-menu, .item-content .cart-widget-menu {
    left: 91px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto; }

  .item-content.login-menu {
    padding: 33px 15px 0; }
    .item-content.login-menu .login-widget-header {
      display: block;
      font-size: 20px; }
    .item-content.login-menu .icon-log {
      display: none; }
  .item-content .cart-widget-menu .cart-widget-header {
    padding-top: 33px; }

  .menu-item.active .cart-widget-menu,
  .menu-item.active .login-menu,
  .menu-item.active .login-widget-menu {
    z-index: auto;
    left: 91px !important; }

  .cart-widget-item {
    box-sizing: border-box;
    width: 100%; } }
.login-widget-menu.not-logged-in .fblogin, .login-widget-menu .login-widget-bottom .login-widget-bottom-item.logout, .login-widget-menu .submit {
  background-color: #333;
  color: #fff;
  font: 12px "League Spartan"; }

.login-widget-menu {
  background-color: #000;
  border: 0;
  box-sizing: border-box;
  position: static;
  width: auto;
  display: block; }
  .login-widget-menu.not-logged-in {
    box-sizing: border-box;
    width: auto;
    padding: 0; }
    .login-widget-menu.not-logged-in input {
      background-color: #000;
      border: 1px solid #333;
      box-sizing: border-box;
      color: #fff;
      width: 100%; }
      .login-widget-menu.not-logged-in input::-webkit-input-placeholder {
        color: #fff; }
      .login-widget-menu.not-logged-in input::-moz-placeholder {
        color: #fff; }
      .login-widget-menu.not-logged-in input:-moz-placeholder {
        color: #fff; }
      .login-widget-menu.not-logged-in input:-ms-input-placeholder {
        color: #fff; }
    .login-widget-menu.not-logged-in .info {
      color: #fff; }
  .login-widget-menu .login-widget-top {
    border-bottom: 0;
    margin-bottom: 13px;
    padding: 0;
    text-align: left; }
    .login-widget-menu .login-widget-top .login-widget-name {
      color: #fff; }
  .login-widget-menu .login-widget-list {
    border-bottom: 0;
    color: #fff;
    padding: 0;
    text-align: left; }
    .login-widget-menu .login-widget-list .login-widget-list-item {
      font-size: 16px;
      line-height: 140%; }
      .login-widget-menu .login-widget-list .login-widget-list-item.active, .login-widget-menu .login-widget-list .login-widget-list-item:hover {
        color: #aaa; }
  .login-widget-menu .login-widget-bottom {
    padding: 0; }
    .login-widget-menu .login-widget-bottom .login-widget-bottom-item.flash {
      box-sizing: border-box;
      color: #fff;
      font: 18px "League Spartan";
      padding: 10px 0;
      margin: 10px 0;
      width: auto; }
    .login-widget-menu .login-widget-bottom .login-widget-bottom-item.logout {
      display: block;
      font: 18px "League Spartan";
      padding: 10px; }

@media (max-width: 480px) {
  .login-widget-menu.not-logged-in input {
    padding: 15px;
    margin-bottom: 15px; }
  .login-widget-menu.not-logged-in .fblogin {
    padding: 15px;
    margin-bottom: 15px; }
  .login-widget-menu.not-logged-in .submit {
    padding: 15px;
    margin-bottom: 15px; }
  .login-widget-menu .login-widget-top {
    line-height: 160%; }
  .login-widget-menu .login-widget-list .login-widget-list-item {
    line-height: 200%; }
  .login-widget-menu .login-widget-bottom .login-widget-bottom-item.logout {
    padding: 15px 10px; } }
.template-wrapper {
  border-bottom: 1px solid #333;
  float: none;
  overflow: hidden;
  width: auto; }

.footer-shop {
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
  font: 13px/100% "Open Sans", sans-serif;
  padding: 24px 20px;
  position: relative;
  width: 90%;
  margin-left: 10%;
  z-index: 4; }
  .footer-shop a {
    color: #fff;
    margin: 0 11px;
    font: 300 13px "Open Sans", sans-serif;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    transition: opacity 500ms; }
    .footer-shop a:first-child {
      margin-left: 0; }
    @media (min-width: 480px) {
      .footer-shop a:hover {
        opacity: 0.7;
        color: #fff; } }
  .footer-shop span a,
  .footer-shop span a:first-child {
    margin-left: 0;
    margin-right: 0; }

@media (max-width: 1024px) {
  .footer-shop {
    padding: 18px 20px 20px 118px;
    line-height: 1;
    text-align: center;
    width: 90%;
    margin-left: 10%; }
    .footer-shop a {
      font-size: 13px;
      display: inline-block;
      margin: 0 20px 18px 0; }
      .footer-shop a:first-child {
        margin-left: 0; }
    .footer-shop .footer-regulations {
      color: #fff;
      float: none;
      font: 300 13px "Open Sans", sans-serif;
      margin-left: 0;
      width: 100%; }
      .footer-shop .footer-regulations a {
        margin-bottom: 0; } }
@media (max-width: 480px) {
  .footer-shop {
    margin-left: 0;
    padding: 25px 0 27px 3px;
    text-align: center;
    width: 100%; }
    .footer-shop a {
      font-size: 15px;
      margin-bottom: 13px; }
    .footer-shop .footer-regulations {
      font-size: 12px; }
      .footer-shop .footer-regulations a {
        font-size: inherit; } }
.m-menu-button {
  display: none;
  -webkit-border-radius: 0 80px 80px 0;
  -moz-border-radius: 0 80px 80px 0;
  -ms-border-radius: 0 80px 80px 0;
  -o-border-radius: 0 80px 80px 0;
  border-radius: 0 80px 80px 0;
  background-color: #333;
  height: 88px;
  left: 91px;
  line-height: 92px;
  position: absolute;
  text-align: center;
  top: 110px;
  width: 40px; }
  .m-menu-button .m-menu-icon {
    cursor: pointer;
    color: #fff;
    margin-left: -6.4px;
    font-size: 26.66667px; }

@media (max-width: 480px) {
  .m-menu-button {
    display: block; } }
@media (max-width: 480px) {
  .item-content.login-menu, .item-content .cart-widget-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-top: 1000px;
    display: block; }

  .menu-item.active .cart-widget-menu,
  .menu-item.active .login-menu,
  .menu-item.active .login-widget-menu {
    max-height: 1000px;
    margin-top: 0; } }
.index_index {
  background-color: #000; }
  .index_index .shop-nav {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding-left: 0;
    width: 100%; }
  .index_index .flash_message {
    top: 0; }

.slider-wrap {
  max-height: 620px;
  margin-top: -52px;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .slider-wrap .owl-item img {
    width: 100%; }

.slider-shop-name {
  padding: 50px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 1; }
  .slider-shop-name h1 {
    color: #fff;
    font: 86px "League Spartan"; }

@media (max-width: 1024px) {
  .slider-wrap {
    margin-top: -50px; }

  .slider-shop-name h1 {
    font-size: 46px; } }
@media (max-width: 480px) {
  .template-wrapper .shop-nav {
    /* position: absolute; */ }

  .slider-wrap {
    margin-top: 0;
    width: 100%; }

  .slider-shop-name h1 {
    font-size: 26px;
    line-height: 135%; } }
.sort-wrap, .shop-cat-wrap {
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
  padding: 14px 22px;
  width: 100%; }
  .sort-wrap strong, .shop-cat-wrap strong {
    color: #fff;
    font: 16px "League Spartan";
    margin-right: 15px;
    text-transform: uppercase; }

.sort-wrap .name {
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  margin: 0 15px;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  transition: opacity 500ms; }
  @media (min-width: 480px) {
    .sort-wrap .name:hover {
      opacity: 0.7; } }
  .sort-wrap .name.active {
    font-weight: bold; }
.sort-wrap .arrow-sort {
  display: none; }

.shop-cat-wrap {
  border-top: 1px solid #333; }
  .shop-cat-wrap strong {
    margin-right: 30px; }
  .shop-cat-wrap .category-name {
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    transition: opacity 500ms;
    font-size: 14px;
    margin-right: 10px; }
    @media (min-width: 480px) {
      .shop-cat-wrap .category-name:hover {
        opacity: 0.7; } }
    .shop-cat-wrap .category-name.separator:before {
      content: '|';
      display: inline;
      padding: 0px 12px 0 0; }

@media (max-width: 1024px) {
  .sort-wrap,
  .shop-cat-wrap {
    padding: 14px 0 4px 16px; }
    .sort-wrap .name,
    .shop-cat-wrap .name {
      font-size: 14px;
      margin: 0 30px 10px 0; }
    .sort-wrap strong,
    .shop-cat-wrap strong {
      font-size: 16px;
      margin-right: 41px; }

  .shop-cat-wrap .category-name {
    font-size: 14px; } }
@media (max-width: 480px) {
  .sort-wrap,
  .shop-cat-wrap {
    padding: 24px 0 9px 22px; }
    .sort-wrap strong,
    .shop-cat-wrap strong {
      margin-right: 20px; }
    .sort-wrap .name,
    .sort-wrap .category-name,
    .shop-cat-wrap .name,
    .shop-cat-wrap .category-name {
      font-size: 16px;
      margin: 0 25px 15px 0; }

  .shop-cat-wrap .category-name {
    margin-right: 5px;
    margin-bottom: 12px; } }
.shop-items-wrapper {
  background-color: #ddd;
  width: 100%;
  margin-bottom: -1px;
  display: flex;
  flex-wrap: wrap;
  height: auto; }
  .shop-items-wrapper .element {
    float: left;
    width: 33.33%;
    overflow: hidden;
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    box-sizing: border-box; }
    .shop-items-wrapper .element.item-wrap {
      position: relative; }
      .shop-items-wrapper .element.item-wrap .item-promo-wrap {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        position: absolute;
        background: #ff5500;
        z-index: 1;
        text-align: center;
        line-height: 49px;
        font-size: 16px;
        font-weight: 800;
        color: #fff;
        left: 10px;
        top: 10px; }
      @media (min-width: 480px) {
        .shop-items-wrapper .element.item-wrap:hover .item-zoom {
          display: block; }
        .shop-items-wrapper .element.item-wrap:hover .item-info {
          background-color: transparent; }
          .shop-items-wrapper .element.item-wrap:hover .item-info .item-name,
          .shop-items-wrapper .element.item-wrap:hover .item-info .item-price,
          .shop-items-wrapper .element.item-wrap:hover .item-info .item-price-promo-wrapper {
            display: none; }
        .shop-items-wrapper .element.item-wrap:hover .item-buy-form {
          display: block; } }
    .shop-items-wrapper .element.widget {
      position: relative;
      text-align: center;
      background-color: #f2f2f2; }
      .shop-items-wrapper .element.widget .type-text {
        background-color: #f2f2f2;
        font-size: 23px;
        box-sizing: border-box;
        width: 100% !important;
        height: auto !important;
        position: absolute;
        bottom: 6%; }
        .shop-items-wrapper .element.widget .type-text p {
          background-color: rgba(255, 255, 255, 0.65);
          font: 16px/130% "Open Sans", sans-serif;
          padding: 20px 15px 15px;
          width: 80% !important;
          margin: 0 auto; }
      .shop-items-wrapper .element.widget .type-facebook {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -140px;
        margin-left: -95px; }
      .shop-items-wrapper .element.widget .type-youtube {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0; }
      .shop-items-wrapper .element.widget .type-banner {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        display: block; }
  .shop-items-wrapper .image-wrap {
    /* height: 580px; */
    text-align: center; }
  .shop-items-wrapper .item-side {
    border-spacing: 3px 0;
    display: table;
    position: absolute;
    right: 18px;
    top: 18px; }
    .shop-items-wrapper .item-side .side {
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px;
      background-color: #fff;
      border: 4px solid #aaa;
      box-sizing: content-box;
      color: #aaa;
      display: table-cell;
      font: 14px "Open Sans", sans-serif;
      height: 22px;
      vertical-align: middle;
      width: 22px; }
      .shop-items-wrapper .item-side .side.active {
        border-color: #000;
        color: #000; }
  .shop-items-wrapper .item-zoom {
    display: none;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%; }
    .shop-items-wrapper .item-zoom .item-zoom-helper {
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .shop-items-wrapper .item-zoom .item-zoom-image {
      vertical-align: middle;
      max-width: 95%;
      max-height: 100%; }
  .shop-items-wrapper .item-thumb {
    background-color: #ddd;
    width: 100%;
    font-size: 0; }
    .shop-items-wrapper .item-thumb .mask-container {
      width: 100%; }
      .shop-items-wrapper .item-thumb .mask-container .image-mask {
        left: 50%;
        margin-left: -34%; }
    .shop-items-wrapper .item-thumb img {
      max-width: 68%;
      width: 100%; }
  .shop-items-wrapper .item-info-wrapper {
    bottom: 6%;
    position: absolute;
    text-align: center;
    width: 100%; }
  .shop-items-wrapper .item-info {
    background-color: rgba(255, 255, 255, 0.65);
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    max-width: 90%;
    min-width: 70%;
    padding: 20px 15px 15px;
    text-align: center; }
    .shop-items-wrapper .item-info .item-name {
      font-weight: 700;
      line-height: 125%;
      text-transform: uppercase; }
    .shop-items-wrapper .item-info .item-price {
      display: block;
      font-weight: 300;
      margin-top: 10px; }
    .shop-items-wrapper .item-info .item-price-promo-wrapper {
      display: block;
      margin-top: 10px; }
      .shop-items-wrapper .item-info .item-price-promo-wrapper .item-price {
        display: inline;
        font-weight: 300;
        font-size: 15px;
        text-decoration: line-through;
        color: #999; }
      .shop-items-wrapper .item-info .item-price-promo-wrapper .item-price-promo {
        color: #ff5500; }
    .shop-items-wrapper .item-info .item-buy-form {
      display: none; }
  .shop-items-wrapper .item-buy {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-family: "League Spartan";
    font-size: 20px;
    padding: 11px 14px 5px;
    text-transform: uppercase; }

@media (max-width: 1024px) {
  .shop-items-wrapper .element {
    width: 50%;
    box-sizing: border-box; }
  .shop-items-wrapper .item-thumb .mask-container .image-layer {
    width: 100%; } }
@media (max-width: 480px) {
  .shop-items-wrapper .element {
    width: 100%;
    border: 0; }
  .shop-items-wrapper .item-thumb img {
    width: 100%; }
  .shop-items-wrapper .item-info {
    width: 92%;
    max-width: none; } }
.shop-items-loading {
  background-color: #000;
  display: none;
  height: 100%;
  opacity: .6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3; }

.load-more-items {
  font-size: 0;
  background-color: #000;
  border-bottom: 16px solid #000;
  clear: both;
  padding-top: 17px;
  text-align: center; }
  .load-more-items .load-more-button {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "League Spartan";
    font-size: 20px;
    padding: 17px 27px 10px;
    text-transform: uppercase;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    transition: opacity 500ms; }
    @media (min-width: 480px) {
      .load-more-items .load-more-button:hover {
        opacity: 0.7; } }
    .load-more-items .load-more-button:first-of-type {
      margin-right: 16px; }

@media (max-width: 1024px) {
  .load-more-items {
    border-bottom: 21px solid #000;
    padding-top: 22px; }
    .load-more-items .load-more-button {
      font-size: 16px;
      padding: 16px 24px 8px; }
      .load-more-items .load-more-button:first-of-type {
        margin-right: 21px; } }
@media (max-width: 480px) {
  .load-more-items .load-more-button {
    box-sizing: border-box;
    font-size: 20px;
    margin-top: 21px;
    margin-right: 0;
    line-height: 25px;
    width: 92%; }
    .load-more-items .load-more-button:first-of-type {
      margin-right: 0;
      margin-top: 0; } }
.owl-controls {
  display: none !important; }

.shop-info-section .info-header, .shop-item-description .shop-item-header,
.shop-item-pattern-description .shop-item-header,
.shop-item-pattern-realphoto .shop-item-header {
  color: #000;
  font: 700 20px "Open Sans", sans-serif;
  margin-bottom: 15px; }

@media (max-width: 480px) {
  .shop-item_index .content-wrap {
    margin-top: 0; } }
.shop-item-wrapper {
  padding: 0 15px;
  margin: 0; }

@media (max-width: 1024px) {
  .shop-item-wrapper {
    padding: 0 7px; } }
@media (max-width: 480px) {
  .content-wrap {
    padding-left: 0; }
    .content-wrap .shop-item-wrapper {
      padding: 0;
      position: relative;
      display: block; }
      .content-wrap .shop-item-wrapper .shop-item-mobile-column {
        padding-left: 4px;
        padding-right: 4px; } }
.item-section {
  background-color: #fff;
  border: 1px solid #dedede;
  box-sizing: border-box; }
  .item-section.shop-item-description-section {
    padding: 15px 23px 23px; }

@media (max-width: 480px) {
  .item-section.shop-item-description-section {
    padding: 15px 12px 12px;
    margin-bottom: 7px; } }
.item-details-section {
  margin-bottom: 22px;
  margin-top: -1px;
  min-height: 628px;
  padding: 15px 23px 23px;
  position: relative;
  display: flex;
  flex-flow: column; }
  .item-details-section &gt; * {
    flex: 0 0 auto; }
  .item-details-section .item-details-empty {
    width: 100%;
    flex: 1 1 0px; }

.image-wrapper {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent; }

@mobile {
  .image-wrapper {
    border-left: 0;
    border-right: 0; } }
@media (max-width: 1024px) {
  .item-details-section {
    min-height: 619px;
    margin-bottom: 9px; }

  .image-wrapper {
    overflow: hidden; }
    .image-wrapper .high-preview .item-image {
      height: 628px; }
    .image-wrapper .images-wrapper.high-preview {
      height: 628px; }
    .image-wrapper .images-wrapper .item-prints-wrapper.high-preview {
      height: 628px; } }
@media (min-width: 481px) and (max-width: 860px) {
  .item-image {
    margin-left: -45px; } }
@media (max-width: 480px) {
  .image-wrapper .images .item-image {
    max-width: 100vw; }

  .image-wrapper .high-preview .item-image {
    height: 505px; }
  .image-wrapper .images-wrapper.high-preview {
    height: 505px; }
  .image-wrapper .images-wrapper .item-prints-wrapper.high-preview {
    height: 505px; }

  .item-details-section {
    padding: 15px 12px 12px;
    margin-bottom: 7px;
    min-height: 0; }
    .item-details-section .item-details-empty {
      display: none; } }
.item-prints-section .shop-item-social-icons {
  display: none; }

.shop-item-left-column {
  width: 61%;
  margin-right: 2%;
  position: relative; }

.shop-item-right-column {
  width: 37%; }

@media (max-width: 1024px) {
  .shop-item-left-column {
    width: 53%;
    margin-right: 1%; }

  .shop-item-right-column {
    width: 46%; } }
@media (max-width: 480px) {
  .shop-item-left-column,
  .shop-item-right-column {
    width: 100%;
    margin-right: 0;
    position: static; } }
.item-details-header {
  background-color: transparent;
  padding-left: 0; }
  .item-details-header .item-details-header-name {
    box-sizing: border-box;
    max-width: none;
    padding-right: 0;
    width: 100%; }
    .item-details-header .item-details-header-name .item-details-header-text {
      color: #000;
      font: 700 20px/22px "Open Sans", sans-serif;
      padding-bottom: 5px;
      padding-top: 0; }
    .item-details-header .item-details-header-name .item-details-header-number {
      color: #999;
      font: 300 16px "Open Sans", sans-serif; }
  .item-details-header .item-details-header-price {
    background-color: transparent;
    box-sizing: border-box;
    max-width: none;
    padding: 0;
    position: static;
    width: 100%; }
    .item-details-header .item-details-header-price.promo {
      line-height: 44px; }
      .item-details-header .item-details-header-price.promo .item-details-header-price-number {
        color: #999;
        font-size: 24px; }
      .item-details-header .item-details-header-price.promo .item-details-price-promo {
        float: left;
        margin-right: 10px;
        font: 600 28px "Open Sans", sans-serif;
        line-height: 120%; }
    .item-details-header .item-details-header-price .item-details-header-price-number {
      color: #000;
      font: 600 28px "Open Sans", sans-serif;
      height: auto;
      letter-spacing: 2px;
      max-width: none;
      text-transform: uppercase; }

.shop-item-shipping-time {
  color: #999;
  font: 300 13px/120% "Open Sans", sans-serif;
  padding: 0; }
  .shop-item-shipping-time .shipping-time-ico {
    display: none; }

.shop-item-color {
  margin-top: 32px;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  width: 50%; }
  .shop-item-color .header-label {
    font: 600 16px "Open Sans", sans-serif;
    margin-bottom: 8px;
    color: #000; }
  .shop-item-color .chosen {
    border-radius: 100%;
    border: 4px solid #000;
    box-sizing: content-box;
    height: 67px;
    width: 67px;
    margin: 0; }
  .shop-item-color .shop-item-color-change, .shop-item-color .shop-item-color-list .color {
    border-radius: 100%;
    border: 4px solid #000;
    box-sizing: content-box;
    height: 26px;
    width: 26px;
    margin-top: 0; }
  .shop-item-color .shop-item-color-change {
    vertical-align: top; }
  .shop-item-color .shop-item-color-list {
    box-sizing: border-box;
    top: 30px;
    left: 78px;
    padding: 0;
    width: 159%;
    min-height: 80px; }

@media (max-width: 1024px) {
  .shop-item-color {
    margin-top: 25px; } }
@media (max-width: 480px) {
  .shop-item-color {
    margin-top: 20px; } }
.product-change-generator {
  margin-top: 32px;
  box-sizing: border-box;
  padding: 0;
  width: auto;
  vertical-align: top; }
  .product-change-generator .change-product-button {
    font: 600 16px "Open Sans", sans-serif; }
    .product-change-generator .change-product-button .text {
      color: #000;
      display: block;
      margin-bottom: 8px; }
    .product-change-generator .change-product-button .ico-wrapper {
      border-radius: 100%;
      border: 4px solid #000;
      box-sizing: content-box;
      height: 67px;
      line-height: 80px;
      text-align: center;
      width: 67px; }
    .product-change-generator .change-product-button .ico {
      margin-top: 0; }

@media (max-width: 1024px) {
  .product-change-generator {
    margin-top: 25px; } }
@media (max-width: 480px) {
  .product-change-generator {
    margin-top: 20px; } }
.item-details-group {
  margin-top: 32px; }

@media (max-width: 480px) {
  .item-details-group {
    margin-top: 20px; } }
.shop-item-size {
  padding: 0; }
  .shop-item-size .header-label {
    color: #000;
    font: 600 16px "Open Sans", sans-serif;
    margin-bottom: 2px; }
  .shop-item-size .shop-item-size-list {
    display: flex;
    flex-wrap: wrap; }
    .shop-item-size .shop-item-size-list.hidden {
      display: none; }
  .shop-item-size .size {
    align-items: center;
    border-radius: 0;
    border: 4px solid #000;
    box-sizing: content-box;
    color: #000;
    display: flex;
    font: 700 18px "Open Sans", sans-serif;
    height: 56px;
    justify-content: center;
    margin: 6px 6px 0 0;
    min-width: 56px;
    vertical-align: middle;
    width: 56px; }
    .shop-item-size .size:last-of-type {
      margin-right: 0; }
    .shop-item-size .size:hover, .shop-item-size .size.selected {
      background-color: #000;
      border-color: #000;
      color: #fff; }

@media (max-width: 480px) {
  .shop-item-size {
    margin-top: 20px; } }
.item-cart-button-wrapper {
  padding: 0;
  margin-top: 32px; }
  .item-cart-button-wrapper .item-cart-button-ico {
    display: none; }
  .item-cart-button-wrapper .item-cart-button {
    background-color: transparent;
    border: 4px solid #000;
    box-sizing: border-box;
    color: #000;
    font: 700 20px/62px "Open Sans", sans-serif; }
    .item-cart-button-wrapper .item-cart-button:hover {
      background-color: #000;
      color: #fff;
      opacity: 1; }

@media (max-width: 480px) {
  .item-cart-button-wrapper {
    margin-top: 20px; } }
.shop-item-social-icons {
  position: absolute;
  width: 100%;
  margin-top: -50px; }
  .shop-item-social-icons::after {
    clear: both;
    content: "";
    display: table; }
  .shop-item-social-icons .narusz {
    bottom: -17px;
    position: absolute;
    right: 5px; }
  .shop-item-social-icons .shop-item-social-icons-section {
    float: right; }
  .shop-item-social-icons .shop-item-social-count {
    margin: 0;
    background-color: #fff;
    color: #000;
    border: 1px solid #dedede; }

@media (max-width: 480px) {
  .shop-item-social-icons {
    margin-top: 0;
    bottom: 4px;
    right: 4px;
    width: auto; } }
.shop-info-section {
  background-color: transparent;
  padding: 0;
  margin: 0; }
  .shop-info-section .info-header {
    border-bottom: 0;
    padding-bottom: 0; }
  .shop-info-section .item-section {
    padding: 15px 23px 23px;
    margin-top: 5.4%; }
    .shop-info-section .item-section:first-of-type {
      margin-top: 0; }

@media (max-width: 1024px) {
  .shop-info-section .item-section {
    margin-top: 9px;
    padding: 15px 12px 12px; } }
.info-delivery .info-delivery-item {
  color: #999;
  font: 300 14px "Open Sans", sans-serif;
  padding: 8px 75px 8px 0; }
  .info-delivery .info-delivery-item .info-delivery-item-price {
    border: 4px solid #000;
    border-bottom: 0;
    background-color: transparent;
    box-sizing: content-box;
    color: #000;
    font: 700 16px "Open Sans", sans-serif;
    text-transform: uppercase;
    padding: 4px 5px;
    width: 78px; }
  .info-delivery .info-delivery-item:last-of-type .info-delivery-item-price {
    border-bottom: 4px solid #000; }

.info-shop {
  color: #999;
  font: 300 14px "Open Sans", sans-serif; }
  .info-shop .info-message-owner-icon {
    display: none; }
  .info-shop .info-message-owner {
    color: #999;
    display: inline-block;
    font: 300 14px "Open Sans", sans-serif;
    text-align: right;
    width: 100%; }

.info-help {
  color: #999;
  font: 300 14px "Open Sans", sans-serif; }
  .info-help .info-help-description {
    margin-bottom: 0; }
  .info-help .info-help-list-item .info-help-phone,
  .info-help .info-help-list-item .info-help-mail {
    font: 300 14px "Open Sans", sans-serif; }

.shop-item-description,
.shop-item-pattern-description,
.shop-item-pattern-realphoto {
  color: #999;
  font: 300 14px "Open Sans", sans-serif; }

.shop-item-description,
.shop-item-pattern-description {
  padding-top: 0; }

@media (max-width: 480px) {
  .shop-item-social-icons,
  .shop-item-pattern-description,
  .shop-item-description {
    margin-left: 0;
    margin-right: 0; } }
.item-side-wrapper {
  padding-top: 0;
  z-index: 5; }

@media (max-width: 480px) {
  .shop-item-social-icons {
    display: none; }

  .item-side-wrapper span {
    display: block; }
    .item-side-wrapper span:first-of-type {
      margin-bottom: 6px; }

  .item-prints-section {
    position: relative; }
    .item-prints-section .shop-item-social-icons {
      display: block; } }
.cart-header.items-header {
  color: #000; }

.cart-item {
  border-color: #ddd; }

.cart-items-total .items-total {
  border-color: #ddd;
  color: #000; }
.cart-items-total .cart-free-shipping {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,&lt;svg version='1.1' xmlns='http://www.w3.org/2000/s….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /&gt;&lt;/filter&gt;&lt;/svg&gt;#greyscale"); }
  .cart-items-total .cart-free-shipping span,
  .cart-items-total .cart-free-shipping strong {
    color: #aaa; }
.cart-items-total .free-shipping-missing {
  color: #000; }
  .cart-items-total .free-shipping-missing span {
    /* need important because this have inline style from database translate */
    color: #000 !important; }
    .cart-items-total .free-shipping-missing span:first-of-type {
      color: #aaa !important; }

.cart-header {
  color: #000; }

.method-option .option-radio,
.method-option .option-name,
.method-option .option-price {
  border-color: #ddd;
  color: #000;
  outline-color: #ddd; }
.method-option .option-price {
  background: #ddd; }
.method-option.active .option-radio,
.method-option.active .option-name,
.method-option.active .option-price {
  border-color: #000;
  color: #000;
  outline-color: #000; }
.method-option.active .option-price {
  color: #fff;
  background: #000; }

.cart-to-pay .cart-amount {
  color: #000; }
  .cart-to-pay .cart-amount .cart-total-price {
    background-color: #000; }

.next-step .cart-button {
  background-color: #000; }
  .next-step .cart-button.dark {
    background-color: transparent;
    border: 4px solid #ddd;
    color: #000;
    line-height: 48px; }

.discount-code-active .discount-button {
  background-color: #000;
  color: #fff; }

.order-col-8 {
  box-sizing: border-box;
  width: 65%; }

body.fix-order-summary .order_summary,
body.absolute-order-summary .order_summary {
  position: static;
  top: auto;
  width: auto;
  padding-right: 0; }

.order-col-4 {
  box-sizing: border-box;
  width: 35%; }

.tab-content {
  background-color: #fff;
  min-height: 500px;
  line-height: 140%;
  padding: 20px 30px;
  font-size: 14px; }
  .tab-content img {
    max-width: 100%; }

.user-opinion {
  background-color: #fff; }

.user-opinion-add {
  text-align: center;
  padding: 30px 0 20px 0; }
  .user-opinion-add .option-header {
    font: 700 18px "Open Sans", sans-serif; }

.index_generator .aside-shop-nav {
  z-index: 10000; }
.index_generator .top-black {
  z-index: 100001; }

.static-page-wrapper {
  margin-top: 0; }

.generator-wrap .layout-wrap {
  padding: 0; }

/* generator page */
.content-wrap.generator-wrap {
  max-width: none;
  box-sizing: content-box;
  width: 1180px; }

.generator-wrap .generator-need-help,
.generator-wrap .generator-close-need-help {
  display: none; }

@media (max-width: 1400px) {
  .content-wrap.generator-wrap {
    width: 960px; } }
@media (min-width: 480px) and (max-width: 960px) {
  .content-wrap.generator-wrap {
    width: 770px; }
  .content-wrap .layout-wrap .layout-content-wrap {
    border: 0; } }
@media (max-width: 480px) {
  .content-wrap.generator-wrap {
    width: 100%; } }
/* generator &amp; cart menu like mobile */
@media (min-width: 480px) and (max-width: 1120px) {
  .index_generator .content-wrap,
  .order_index .content-wrap {
    padding-left: 0; }
  .index_generator .shop-nav,
  .order_index .shop-nav {
    padding-left: 0;
    width: 100%; }
  .index_generator .footer-shop,
  .order_index .footer-shop {
    margin-left: 0;
    width: 100%; }
  .index_generator .aside-shop-nav,
  .order_index .aside-shop-nav {
    left: -98px;
    position: absolute;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 98px; }
    .index_generator .aside-shop-nav.active,
    .order_index .aside-shop-nav.active {
      left: 0; }
    .index_generator .aside-shop-nav .aside-shop-wrap,
    .order_index .aside-shop-nav .aside-shop-wrap {
      padding-top: 15px;
      margin-top: 0;
      width: 98px; }
  .index_generator .m-menu-button,
  .order_index .m-menu-button {
    display: block; } }
/*@include laptop{
    .index_generator{
        .content-wrap{
            width: 960px;
            box-sizing: content-box;
        }
    }
}
@media (max-width: 960px) and (min-width: 480px){
    .index_generator{
        .content-wrap {
            width: 770px;
        }
    }
}
@include mobile{
    .index_generator{
        .content-wrap {
            width: 100%;
        }
    }
}*/
#chooseSizeDialog.dialog.simplemodal-data,
#simplemodal-data.choose_size_dialog.dialog.simplemodal-data,
#shoppingOption.dialog.simplemodal-data {
  border-color: #000; }
  #chooseSizeDialog.dialog.simplemodal-data h4,
  #simplemodal-data.choose_size_dialog.dialog.simplemodal-data h4,
  #shoppingOption.dialog.simplemodal-data h4 {
    font-size: 18px;
    color: #000; }
  #chooseSizeDialog.dialog.simplemodal-data p,
  #simplemodal-data.choose_size_dialog.dialog.simplemodal-data p,
  #shoppingOption.dialog.simplemodal-data p {
    font-size: 15px; }
  #chooseSizeDialog.dialog.simplemodal-data .sizeSelector,
  #simplemodal-data.choose_size_dialog.dialog.simplemodal-data .sizeSelector,
  #shoppingOption.dialog.simplemodal-data .sizeSelector {
    display: flex;
    width: 100%; }
    #chooseSizeDialog.dialog.simplemodal-data .sizeSelector li,
    #simplemodal-data.choose_size_dialog.dialog.simplemodal-data .sizeSelector li,
    #shoppingOption.dialog.simplemodal-data .sizeSelector li {
      align-items: center;
      border-radius: 0;
      border: 4px solid #000;
      box-sizing: content-box;
      color: #000;
      display: flex;
      font: 700 18px "Open Sans", sans-serif;
      height: 46px;
      justify-content: center;
      margin: 6px 6px 0 0;
      min-width: 46px;
      width: 46px; }
      #chooseSizeDialog.dialog.simplemodal-data .sizeSelector li.label,
      #simplemodal-data.choose_size_dialog.dialog.simplemodal-data .sizeSelector li.label,
      #shoppingOption.dialog.simplemodal-data .sizeSelector li.label {
        display: none; }
      #chooseSizeDialog.dialog.simplemodal-data .sizeSelector li:hover, #chooseSizeDialog.dialog.simplemodal-data .sizeSelector li.selected,
      #simplemodal-data.choose_size_dialog.dialog.simplemodal-data .sizeSelector li:hover,
      #simplemodal-data.choose_size_dialog.dialog.simplemodal-data .sizeSelector li.selected,
      #shoppingOption.dialog.simplemodal-data .sizeSelector li:hover,
      #shoppingOption.dialog.simplemodal-data .sizeSelector li.selected {
        color: #fff;
        background-color: #000; }
  #chooseSizeDialog.dialog.simplemodal-data .button,
  #simplemodal-data.choose_size_dialog.dialog.simplemodal-data .button,
  #shoppingOption.dialog.simplemodal-data .button {
    padding: 10px 5px !important;
    box-sizing: border-box;
    min-width: 170px !important;
    width: 48% !important;
    white-space: nowrap; }
    #chooseSizeDialog.dialog.simplemodal-data .button.ok,
    #simplemodal-data.choose_size_dialog.dialog.simplemodal-data .button.ok,
    #shoppingOption.dialog.simplemodal-data .button.ok {
      background-color: #000 !important;
      color: #fff;
      border: 4px solid #000; }
    #chooseSizeDialog.dialog.simplemodal-data .button.cancel,
    #simplemodal-data.choose_size_dialog.dialog.simplemodal-data .button.cancel,
    #shoppingOption.dialog.simplemodal-data .button.cancel {
      background-color: #fff !important;
      color: #000;
      border: 4px solid #000; }

@media (max-width: 480px) {
  div#simplemodal-container.simplemodal-container {
    width: 100vw !important;
    height: auto !important;
    left: 0 !important;
    margin-left: 0;
    box-sizing: border-box;
    padding: 0 5px;
    top: 15% !important;
    position: fixed !important; }
    div#simplemodal-container.simplemodal-container .sizeSelector {
      flex-wrap: wrap; }
    div#simplemodal-container.simplemodal-container .simplemodal-close {
      right: 0; } }

/*# sourceMappingURL=theme-a.css.map */
</pre></body></html>