<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* for cart style only right now */
body {
  background: #f2f2f2; }

.content-wrap {
  position: relative;
  background: #fff;
  clear: both; }

.content-wrap:after {
  content: "";
  display: table;
  clear: both; }

.shop-item-wrapper {
  padding: 25px 30px 30px;
  margin-top: 25px;
  content: "";
  display: table;
  clear: both; }

.shop-item-left-column {
  float: left;
  width: 58.2%;
  position: relative; }

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

.shop-iteam-breadcrumb {
  color: #555;
  font: 400 14px "Open Sans", sans-serif;
  padding-bottom: 25px; }
  .shop-iteam-breadcrumb a:hover {
    color: #ff5500; }

.shop-item-author {
  background: #000;
  clear: both;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  min-height: 0;
  overflow: hidden;
  position: relative; }
  .shop-item-author .shop-item-author-icon {
    float: left; }
  .shop-item-author .shop-item-author-label {
    display: block;
    font-size: 12px;
    font-weight: 100;
    padding-top: 20px;
    margin-left: 90px;
    color: #fff; }
  .shop-item-author .shop-item-author-name {
    display: block;
    padding-bottom: 20px;
    padding-left: 90px; }

/* item images */
.image-wrapper {
  position: relative;
  background: #ddd;
  text-align: center; }
  .image-wrapper .images-wrapper {
    width: 100%;
    height: 420px;
    margin: 0 auto; }
    .image-wrapper .images-wrapper .item-prints-wrapper {
      width: 100%;
      height: 420px;
      display: none; }
  .image-wrapper .images .item-image {
    height: 420px;
    width: auto; }

.item-side-wrapper {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 5;
  padding-top: 20px; }
  .item-side-wrapper span {
    width: 60px;
    text-align: center;
    border: solid 1px #fff;
    cursor: pointer; }
    .item-side-wrapper span:hover {
      opacity: 0.8;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
  .item-side-wrapper .selected {
    border: 1px solid #888; }
  .item-side-wrapper .item-image-side {
    height: 65px; }

.item-print {
  max-width: 500px; }

.item-details-header {
  background: #4d4d4d;
  clear: both;
  font-family: "Open Sans", sans-serif;
  min-height: 0;
  overflow: hidden;
  padding-left: 20px;
  position: relative; }
  .item-details-header .item-details-header-name {
    max-width: 220px;
    padding-right: 120px; }
    .item-details-header .item-details-header-name .item-details-header-text {
      color: #fff;
      display: block;
      font-size: 16px;
      font-weight: 400;
      padding-top: 15px; }
    .item-details-header .item-details-header-name .item-details-header-number {
      color: #aaa;
      display: block;
      font-size: 12px;
      font-weight: 300;
      padding-bottom: 15px; }
  .item-details-header .item-details-header-price {
    background: #333;
    bottom: -1px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 44px;
    max-width: 85px;
    padding: 10px 18px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0; }
    .item-details-header .item-details-header-price.promo {
      line-height: 100%; }
      .item-details-header .item-details-header-price.promo .item-details-header-price-number {
        font-size: 13px;
        float: none;
        height: auto;
        color: #888;
        line-height: 100%;
        text-decoration: line-through; }
      .item-details-header .item-details-header-price.promo .item-details-price-promo {
        font-size: 18px;
        line-height: 100%;
        color: #ff5500; }
    .item-details-header .item-details-header-price .item-details-header-price-number {
      max-width: 85px;
      float: left;
      overflow: hidden;
      height: 33px; }

.shop-item-promo {
  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;
  right: 10px;
  top: 10px; }

.shop-item-color {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 16px;
  padding: 20px 0 0 20px;
  width: 223px; }
  .shop-item-color .color,
  .shop-item-color .chosen,
  .shop-item-color .shop-item-color-change {
    border-radius: 4px;
    border: solid 1px #eee;
    cursor: pointer;
    height: 26px;
    margin: 5px 5px 0 0;
    width: 46px; }
    .shop-item-color .color:hover, .shop-item-color .color.selected,
    .shop-item-color .chosen:hover,
    .shop-item-color .chosen.selected,
    .shop-item-color .shop-item-color-change:hover,
    .shop-item-color .shop-item-color-change.selected {
      border-color: #ff5500;
      -webkit-transition: border-color  0.5s;
      -moz-transition: border-color  0.5s;
      -o-transition: border-color  0.5s;
      transition: border-color  0.5s; }
  .shop-item-color .shop-item-color-change {
    background: url(/img/default/layout/p_color_arrow.png) no-repeat center;
    border: none;
    cursor: pointer; }
  .shop-item-color .shop-item-color-list {
    position: absolute;
    background: #fff;
    padding-right: 32px;
    padding-bottom: 20px;
    display: none; }

.product-change-generator {
  width: 100px;
  display: inline-block;
  padding: 20px 0 0 20px; }
  .product-change-generator a {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    display: block; }
    .product-change-generator a .ico {
      width: 49px;
      height: 28px;
      background: url(/img/default/layout/product_change_ico.png) -21px -29px no-repeat;
      display: inline-block;
      margin-top: 5px; }
    .product-change-generator a:hover .ico {
      background-position: -21px 0; }

.shop-item-size {
  padding: 20px 0 10px 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 16px; }
  .shop-item-size .highlight {
    color: #ff5500;
    -webkit-transition: color  1s;
    -moz-transition: color  1s;
    -o-transition: color  1s;
    transition: color  1s; }
  .shop-item-size .size {
    width: 45px;
    height: 43px;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    border: solid 1px #eee;
    margin: 6px 6px 0 0; }
    .shop-item-size .size:hover, .shop-item-size .size.selected {
      cursor: pointer;
      color: #ff5500;
      border-color: #ff5500;
      -webkit-transition: border-color  0.5s;
      -moz-transition: border-color  0.5s;
      -o-transition: border-color  0.5s;
      transition: border-color  0.5s; }

.item-cart-button-wrapper {
  padding: 15px 0 15px 20px; }

.item-cart-button {
  background: #ff5500;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  line-height: 60px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100%; }
  .item-cart-button:hover {
    cursor: pointer;
    opacity: 0.8;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .item-cart-button .item-cart-button-ico {
    background-image: url(/img/default/layout/product-sprite.png);
    background-position: 0 -48px;
    float: left;
    height: 30px;
    margin-right: -20px;
    margin: 16px 20px;
    width: 33px; }
    .item-cart-button .item-cart-button-ico:after {
      border-right: 1px solid white;
      content: "";
      display: block;
      height: 72px;
      margin-left: 50px;
      margin-top: -20px; }

.shop-item-pattern-description h2,
.shop-item-pattern-realphoto h2,
.shop-item-description h2 {
  color: #333;
  font-family: "nerisblack", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px; }

.shop-item-pattern-description,
.shop-item-description {
  padding-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  padding-bottom: 20px; }

.shop-item-pattern-description div,
.shop-item-pattern-description img {
  margin-bottom: 20px; }

.shop-item-pattern-description img {
  max-width: 100%; }

.shop-item-pattern-realphoto img {
  width: 100%;
  max-width: 500px;
  height: auto; }

.shop-item-shipping-time {
  color: #888;
  font: 14px/14px "Open Sans", sans-serif;
  padding-left: 20px; }
  .shop-item-shipping-time .shipping-time-ico {
    background-image: url(/img/default/layout/product-sprite.png);
    background-position: 31px -49px;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
    width: 27px; }

.ship-text {
  width: 80%; }

.shop-info-section {
  margin: 20px;
  padding: 15px;
  background: #eee;
  position: relative; }

.info-shop .info-shop-name,
.info-shop .info-shop-description {
  margin-bottom: 10px; }
.info-shop .info-message-owner-icon {
  background-image: url(/img/default/layout/product-sprite.png);
  background-position: -28px 12px;
  height: 12px;
  margin-right: 10px;
  vertical-align: bottom;
  width: 21px; }
.info-shop a {
  color: #444; }
  .info-shop a:hover {
    color: #ff5500; }

.phone-small-icon,
.mail-small-icon {
  background-image: url(/img/default/layout/product-sprite.png);
  background-position: 28px 30px;
  float: left;
  height: 30px;
  margin-right: 20px;
  vertical-align: middle;
  width: 31px; }

.mail-small-icon {
  background-position: 0 25px;
  height: 25px; }

.info-help .info-help-description {
  margin-bottom: 10px; }
.info-help .info-help-list-item {
  position: relative;
  padding: 5px 0 10px 0; }
  .info-help .info-help-list-item .info-help-phone {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px; }
  .info-help .info-help-list-item .info-help-mail {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px; }

.info-delivery,
.info-help,
.info-shop {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
  color: #666; }

.info-delivery li {
  position: relative;
  padding: 10px 75px 10px 0; }

.info-delivery-item-price {
  width: 55px;
  font-weight: 600;
  font-size: 12px;
  background: #ccc;
  text-align: right;
  padding: 10px;
  border-top: solid 2px #eee;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }

.info-delivery .info-header,
.info-payments h3,
.info-help h3,
.info-shop h3 {
  color: #666;
  font-family: "nerisblack", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 6px #ccc; }

.info-payments {
  text-align: center; }
  .info-payments .info-header {
    text-align: left; }
  .info-payments .info-payments-content {
    max-width: 295px;
    width: 100%; }

.shop-item-social-icons {
  position: relative;
  margin-top: 15px; }

.narusz {
  float: right;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #aaa; }

.narusz:hover {
  color: #ff5500; }

.fav-ico {
  background: url(/img/default/layout/product-sprite.png) 0 -24px;
  cursor: pointer;
  height: 24px;
  vertical-align: middle;
  width: 25px; }
  .fav-ico:hover, .fav-ico.active {
    background-position: 0 0; }

.fb-ico {
  width: 25px;
  height: 24px;
  background: url(/img/default/layout/product-sprite.png) -24px -24px;
  vertical-align: middle;
  cursor: pointer; }
  .fb-ico:hover {
    background-position: -24px 0; }

.pin-ico {
  width: 25px;
  height: 24px;
  background: url(/img/default/layout/product-sprite.png) -48px -24px;
  vertical-align: middle;
  cursor: pointer; }
  .pin-ico :hover {
    background-position: -48px 0; }

.shop-item-social-count {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #333;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 8%;
  padding: 0 15px;
  line-height: 25px;
  border-radius: 2px;
  background: #eee; }

@media only screen and (max-width: 480px) {
  .shop-item-left-column {
    width: 100%; }

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

  .shop-item-wrapper {
    padding-left: 0;
    padding-right: 0; }

  .shop-item-social-icons,
  .narusz,
  .shop-item-pattern-description,
  .shop-item-description {
    margin-left: 20px;
    margin-right: 20px; }

  .shop-item-social-icons .shop-item-social-count {
    margin-right: 8px; }

  .images-wrapper img {
    max-width: 320px; } }
@media only screen and (min-width: 960px) {
  .image-wrapper .high-preview .item-image {
    height: 650px; }
  .image-wrapper .images-wrapper {
    width: 100%;
    height: 420px;
    margin: 0 auto; }
    .image-wrapper .images-wrapper.high-preview {
      height: 650px; }
    .image-wrapper .images-wrapper .item-prints-wrapper.high-preview {
      height: 650px; } }
div#countdown {
  margin: -10px 0 10px -40px; }

div#CDT {
  margin-right: -40px; }

div#catalog-modal.dialog.simplemodal-data {
  background: #fff;
  padding: 22px;
  border: solid #aaa 5px; }

div#catalog-modal.dialog.simplemodal-dat dt#file_product-label {
  width: 100%;
  text-align: left;
  margin-top: 10px; }

.print-change {
  margin-left: 5px;
  color: #f50; }
  .print-change:hover {
    color: #000; }

.remove-that-product {
  color: #aaa; }
  .remove-that-product:hover {
    color: #000; }

.print-change-dialog {
  background: #fff;
  border: solid #ddd 5px;
  padding: 10px;
  position: relative; }
  .print-change-dialog .print-change-form .button {
    background: #f50;
    border: none;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    font-family: "nerisblack", sans-serif;
    height: 25px;
    left: 10px;
    position: absolute;
    text-transform: uppercase;
    width: 45%; }
    .print-change-dialog .print-change-form .button.cancel {
      background: #444;
      left: auto;
      right: 10px; }
  .print-change-dialog .header-label {
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .print-change-dialog #file_product-label {
    width: 100%;
    text-align: left;
    margin-top: 10px; }
  .print-change-dialog #side-label,
  .print-change-dialog #colors-label,
  .print-change-dialog #file_product-label,
  .print-change-dialog #file_print-label {
    width: 55%;
    text-align: left;
    margin-bottom: 5px; }
  .print-change-dialog #colors-label {
    width: 100%; }
  .print-change-dialog #side {
    vertical-align: sub;
    width: 45%; }

/*# sourceMappingURL=item.css.map */
</pre></body></html>