.clear {
  clear: both;
}
.jqc_error {
  display: block;
  padding: 10px 20px;
  background: #de0f12;
  color: #fff;
  border: 1px solid #a00a0d;
  border-radius: 3px;
}
#tip {
  display: none;
  position: absolute;
  z-index: 10000;
  max-width: 200px;
  width: auto;
  height: auto;
  padding: 8px;
  background: rgba(20, 20, 20, 0.85);
  color: #fff;
  font-size: 13px;
  line-height: 1.3em;
  text-align: center;
  border: 1px solid #000;
  border-radius: 4px;
}

#categories_block_left h4 {
  margin-top: 15px;
}
.keyword_links {
  clear: both;
  background: #f6f6f6;
  padding: 15px;
}

#fotolia_szukaj {
  float: right;
  padding: 15px 0 0;
}

div.foto_zoom {
  display: none;
  position: absolute;
  z-index: 100000;
  padding: 15px;
  background: #fff;
  color: #000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}
div.foto_zoom img {
  max-width: 600px;
  max-height: 600px;
  border: 1px solid #ccc;
}
div.foto_zoom .zoom_title {
  max-width: 600px;
  font-size: 12px;
}

.cart_property {
  display: inline-block;
  background: #dee3e3;
  border-radius: 2px;
  margin: 2px;
  padding: 1px 3px;
}
#cart_block .cart_property {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

div.opis_kategorii {}
img.category_image {
  max-width: 100%;
  min-width: 100%;
}

.photo_list .one_photo {
  position: relative;
  margin: 0 0 20px;
  padding: 0 10px;
}
.photo_list .one_photo .foto_fav .resfavorite-add span,
.photo_list .one_photo .foto_fav .resfavorite-del span {
  display: none;
}
.photo_list .one_photo .center_block {
  margin-bottom: 10px;
}
.photo_list .one_photo .title_block {
  padding: 5px;
  border-top: 1px solid #ddd;
  text-align: center;
  color: #555;
}
.photo_list .one_photo .foto_title {
  font-weight: 400;
  font-size: 14px;
  color: #1a1a1a;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.photo_list .one_photo .foto_title a {
  color: #000;
}
.photo_list .one_photo .product_img_link {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
.photo_list .one_photo .product_img_link img {
  vertical-align: middle;
  width: 100%;
  height: auto;
  aspect-ratio: 1.52;
  object-fit: cover;
}
.photo_list .one_photo .title {
  display: block;
  text-align: left;
  font-size: 13px;
}
.photo_list .one_photo .cena {
  display: block;
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-size: 17px;
  font-weight: normal;
  color: #555;
}
.photo_list .one_photo .ids .foto_fav {
  margin-top: 2px;
  margin-left: 20px;
}
.photo_list .one_photo .ids .foto_fav img + span {
  display: none;
}
.photo_list .one_photo .ids {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 0;
}

.flag-container {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
  flex-wrap: wrap;    flex-direction: column;
    align-items: flex-start;
  gap: 5px;
}
.flag-container > div {
  display: inline-block;
  text-tranaform: uppercase;
}
.flag-container .flag-zloty {
  background: #e9c471;
  color: #000;
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 5px 8px 4px;
  line-height: 1.2em;
  border: 1px solid #fac003d1;
  backdrop-filter: blur(4px);
}
.flag-container .flag-autorski {
  background: #ffffffd1;
  color: #000;
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 5px 8px 4px;
  line-height: 1.2em;
  border: 1px solid #d9d9d9;
  backdrop-filter: blur(4px);
}
.flag-container .flag-artystyczna {
  /* background: #6fc3baa3; */
  background: #a78367bf;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 6px 8px 3px;
  line-height: 1.2em;
  border: 0 none;
  backdrop-filter: blur(4px);
}

.szukaj_inactive {
  color: #ddd;
}

.pagination_area{padding:0;margin:15px 0;clear:both;width:100%}
.pagination_area .pagination-btn{background-color: #fff;border-radius: 0;padding:8px 10px;}
.pagination_area .pagination-current{border-radius:0;background-color: var(--primary-color);border-color: var(--primary-color);}
body .pagination-btn.previous-page,body  .pagination-btn.next-page{color:#000;border-color: #ccc;}
body .pagination-btn.previous-page:hover,body  .pagination-btn.next-page:hover { background-color: #000;}

.fotolia_photos_per_site {
  float: right;
  padding: 6px 10px 5px;
}
.fotolia_photos_per_site span {
  display: inline-block;
  position: relative;
  padding: 5px 2px 2px;
  margin: 0 3px;
  border: 1px solid #999;
  cursor: pointer;
}
.fotolia_photos_per_site span:before {
  position: absolute;
  top: -11px;
  right: -1px;
  width: 6px;
  height: 6px;
  content: url("images/page_corner.gif");
}
.fotolia_photos_per_site span.limit_selected {
  color: #55c65e;
  border-color: #444;
}

.fotolia_sort {
  float: right;
  padding: 7px 10px;
  margin: 0 10px 0 0;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#zakres {
  text-align: center;
  display: flex;
  padding: 8px 0;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#aktywnyZakres,
#zakres a {
  display: inline-block;
  text-align: center;
  padding: 10px 12px;
  font-size: 12px;
  border: 1px solid #ededed;
  margin: 0 1px;
  border-radius: 0;
  color: #000;
}
#zakres a:hover,
#zakres #aktywnyZakres {
  color: #fff;
  background: var(--primary-color);
}

#zakres a.poprzednia_strona_10,
#zakres a.poprzednia_strona,
#zakres a.nastepna_strona_10,
#zakres a.nastepna_strona {
}
#zakres a.nastepna_strona_10,
#zakres a.nastepna_strona {
}
#zakres a.poprzednia_strona_10,
#zakres a.poprzednia_strona {
}
#zakres a.poprzednia_strona_10:hover,
#zakres a.poprzednia_strona:hover,
#zakres a.nastepna_strona_10:hover,
#zakres a.nastepna_strona:hover {
}
#zakres input.fotolia_page_nb {
  padding: 2px;
  width: 40px;
  border: 1px solid #aaa;
  border-radius: 3px;
  text-align: center;
}

div#ile_wynikow {
  float: right;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* jQuery CREATOR ############################################################## */

.jqc_button {
  display: inline-block;
  min-width: 25px;
  padding: 3px 10px;
  margin: 0 5px;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.jqc_button.resupload_change {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.jqc_button:hover {
  border-color: var(--primary-color);
  color: #fff;
}
.jqc_button.warning {
  background: #d81717;
  border-color: #d81717;
}
.jqc_button.warning:hover {
  border-color: #f75a5a;
}
.jqc_button.success {
  background: #62d83b;
  border-color: #62d83b;
}
.jqc_button.success:hover {
  border-color: #b4fc81;
}
.jqc_button.blue {
  background: #3998fc;
  border-color: #3998fc;
}
.jqc_button.blue:hover {
  border-color: #6ae0ff;
}

.jqcreator h1 {
  font-weight: 700;
  font-size: 27px;
  margin: 0;
  line-height: 1.2em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  color: #1a1a1a;
}
.jqcreator .copy-data {
  font-weight: 400;
  font-size: 12px;
  color: #888;
  margin: 0;
  line-height: 1.2em;
  margin: 8px 0 10px 0;
}
@media (min-width: 650px) {
  .jqcreator .left_side {
    position: sticky;
    top: 150px;
  }
}

.jqcreator .image_area {
  position: relative;
  height: 400px;
  overflow: hidden;
  padding: 0;
  background: #fff;
}
.jqcreator #the_image {
  visibility: hidden;
}
.jqcreator #image_loader {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
}
.jqcreator #image_loader .image_loader_bg {
  width: 100%;
  height: 100%;
  background: transparent url("images/alfa_bg_white.png") repeat;
}
.jqcreator #image_loader .image_loader_anim {
  width: 100%;
  height: 100%;
  background: transparent url("images/loader.gif") no-repeat center center;
}
.jqcreator #image_loader .image_loader_info {
  position: absolute;
  top: 220px;
  width: 100%;
  text-align: center;
  color: #555;
  text-align: center;
  font-size: 9px;
  text-transform: uppercase;
}
.jqcreator .image_center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.jqcreator .jcrop-holder {
  margin: auto;
}
.jqcreator .jcrop-vline,
.jqcreator .jcrop-hline {
  background: none;
  opacity: 1 !important;
}
.jqcreator .jcrop-handle {
  width: 10px;
  height: 10px;
}
.jqcreator .jcrop-handle.ord-n,
.jqcreator .jcrop-handle.ord-s,
.jqcreator .jcrop-handle.ord-e,
.jqcreator .jcrop-handle.ord-w {
  display: none;
}

.jqcreator .crop_info {
  height: 70px;
  margin-top: 5px;
  padding: 5px 80px 5px 10px;
  background: #444444 url("images/crop_info.png") no-repeat 340px 7px;
  border: 1px solid #333333;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
}

.jqcreator .image_container {
  border: 1px solid #e8e8e8;
}
.jqcreator #crop_info,
.jqcreator #show_current_dpi,
.jqcreator .mask_opacity_btn {
  float: right;
  width: 15px;
  height: 15px;
  margin: 0 0 0 5px;
  line-height: 11px;
  text-align: center;
  font-size: 9px;
  cursor: default;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 10px 10px;
  text-align: center;
}
.jqcreator .mask_opacity_btn#mask_opacity_down {
  margin-right: 10px;
}
.jqcreator #crop_info,
.jqcreator #show_current_dpi {
  width: auto;
  padding: 0 4px;
}

.jqcreator .after_imege_area {
  margin: 5px 0 5px;
  padding: 0px 0;
  display: flex;
  align-items: center;    position: relative;
  justify-content: center;
  width: 100%;
  gap: 8px;
}
.jqcreator .after_imege_area .jqc_button,
.jqcreator .after_imege_area .resfavorite-ico {
  background: transparent;
  border: 0 none;
  margin: 0;
  padding: 6px;
}
.jqcreator .after_imege_area img {
}
.jqcreator .after_imege_area span {
  font-size: 12px;
}
.jqcreator .after_imege_area .jqc_button:hover,
.jqcreator .after_imege_area .resfavorite-ico:hover {
  color: var(--primary-color) !important;
}

.jqcreator .after_image {
  border: 1px solid #e8e8e8;
  margin: 10px 0;
  padding: 15px 10px;
  float: left;
  width: 100%;
}
.jqcreator .button_more {
  margin: 20px 0 0;
}
@media (min-width: 769px) {
  .after_image .button_more ~ * {
    display: none;
  }
  .after_image .button_more ~ .expanded-option {
    display: block;
  }
  .button_more_mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .button_more_mobile .btn-primary {
    text-align: left;
    display: block;
    padding: 8px 10px;
    color: #505050;
    text-transform: none;
    width: 100%;
    background: #dcf6ed;
    letter-spacing: normal;
  }
  .button_more_mobile .btn-primary i {
    float: right;
    margin-top: -3px;
    margin-right: 0;
  }
  .after_image .button_more,
  .after_image > *:not(.slide_next) {
    display: none;
  }
}

.jqcreator .form_area {
  position: relative;
}
.jqcreator .form_area_loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
}
.jqcreator .ui-widget input {
  border: none;
  background: transparent;
}
.jqcreator select {
  display: inline-block;
  width: 100%;
  padding: 10px 8px;
  margin: 0;
  vertical-align: middle;
  font-weight: 400;
  font-size: 12px;
  color: #242424;
}
.jqcreator select.info {
  width: 100%;
}
.jqcreator select:disabled {
  opacity: 0.5;
}
.jqcreator select,
.jqcreator .ui-widget-content {
  border: 1px solid #e8e8e8;
}
.jqcreator .label {
  display: block;
  padding: 5px 0;
  color: #000;
  text-align: left;
  font-weight: 700;
  font-size: 13px;
}
.jqcreator .label_inline {
  display: inline-block;
  padding: 0 0 5px 0;
  color: #000;
  font-weight: bold;
}
.jqcreator .alert {
  display: none;
  padding: 10px 5px;
  margin: 5px 0;
      background: var(--primary-color);
    color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  border-radius: 0;
  cursor: default;
}
.jqcreator .field {
  position: relative;
  padding: 5px 0 0;
  margin-top: 0;
  clear: both;
  text-align: left;
}
.jqcreator .after_image .field {
  float: left;
  width: 100%;
}
.jqcreator .field:has(> .flip_btn),
.jqcreator .field:has(> .rotate_btn) {
  width: auto;
  float: left;
  clear: none;
  margin-right: 30px;
}
.jqcreator .field.with_button {
  width: calc(100% - 35px);
}
.jqcreator #jqc_mask_category {
  margin-bottom: 5px;
}
.jqcreator #medium,
.jqcreator #laminate,
.jqcreator #mask_btns_contener,
.jqcreator #mask {
  display: none;
}

.jqcreator .dimansions_area,
.jqcreator .dimansions_area .label {
}
.jqcreator .x_sign,
.jqcreator .preserve_full_crop,
.jqcreator #width,
.jqcreator #height,
.jqcreator #lodowka_heights {
  display: inline-block;
  vertical-align: middle;
}
.jqcreator .x_sign {
  display: none;
}
.jqcreator #dimensions_switch {
  margin-top: 0;
  font-size: 15px;
  display: none;
}
.jqcreator #defined_sizes #dimensions_switch {
  margin-top: 0;
}
.jqcreator .max_size,
.jqcreator .max_size * {
  font-size: 9px;
  color: #999;
}
.jqcreator .preserve_full_crop {
  display: none !important;
}
.jqcreator .preserve_full_crop * {
  vertical-align: middle;
}
.jqcreator .preserve_full_crop input {
  margin: 2px 5px 0 0;
}
.jqcreator .preserve_full_crop label {
  margin: 0;
}
.jqcreator #repeat_photo {
  text-align: center;
}

.jqcreator .plus_button {
  width: 21px;
  height: 21px;
  padding: 3px;
  font-size: 18px;
  text-align: center;
  border-radius: 20px;
}
.jqcreator #jqc_width,
.jqcreator #jqc_height,
.jqcreator #jqc_quantity,
.jqcreator #jqc_multicrop_length,
.jqcreator input#jqc_repeat_photo,
.jqcreator .multicrop_input {
  width: 100%;
  font-size: 22px;
  color: #000;
  text-align: center;
  border-radius: 0px;
  font-family: var(--font-1);
}
.jqcreator #jqc_width,
.jqcreator #jqc_height,
.jqcreator #jqc_lodowka_height_1,
.jqcreator #jqc_lodowka_height_2 {
  width: 100%;
  margin: 0;
  padding: 10px 4px;
  font-weight: 600;
  font-size: 22px;
}
.jqcreator #jqc_width_input,
.jqcreator #jqc_height_input {
  font-size: 25px;
  background: var(--secondary-color) !important;
  font-family: var(--font-1);
  width: calc(100% - 15px) !important;
  height: 100% !important;
  padding-right: 0;
  margin: 0 !important;
}
.jqcreator #jqc_quantity,
.jqcreator #jqc_multicrop_length {
  width: 40px;
  margin: 0 10px 0 0;
}
.jqcreator #width .label:before {
  content: url(/themes/picturewall/assets/img/width.svg);
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px -4px 0;
}
.jqcreator #height .label:before {
  content: url(/themes/picturewall/assets/img/height.svg);
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px -4px 0;
}

.jqcreator select,
.jqcreator .ui-widget-content {
  border: 1px solid #e8e8e8;
  border-radius: 0px;
  padding: 10px 10px;
  font-size: 12px;
  color: #242424;
}
.jqcreator .dimansions_area .ui-widget-content {
  padding: 0px 10px;
  width: 100%;
}
.jqcreator .dimansions_area .field {
  width: 50%;
  display: inline-block;
}
.jqcreator .dimansions_area .field#height {
  padding-left: 10px;
}
#quantity .ui-widget {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  padding: 7px 10px 0;
  font-size: 12px;
  color: #242424;
  height: 56px;
  line-height: 37px;
}

.jqcreator #multicrop {
}
.jqcreator #multicrop * {
  vertical-align: middle;
}
.jqcreator #multicrop_header {
  text-align: left;
}
.jqcreator #multicrop_container {
  text-align: left;
}
.jqcreator #multicrop_container .label {
  text-align: left;
}
.jqcreator #multicrop label {
  padding: 0 10px 0 5px;
  color: #000;
  font-size: 12px;
  margin-bottom: 0;
}
.jqcreator #multicrop .ui-spinner {
  margin: 0;
}
.jqcreator #multicrop .ui-spinner-disabled.ui-state-disabled {
  display: none;
}
.jqcreator .multicrop_input_contener {
  display: inline-block;
  position: relative;
  margin: 0 1px 1px 0;
}
.jqcreator .multicrop_input {
  width: 35px;
}
.jqcreator .multicrop_input_number {
  background: none repeat scroll 0 0 #ffc683;
  color: #ffffff;
  font-size: 9px;
  padding: 0 2px;
  position: absolute;
  z-index: 100;
  border-radius: 2px;
  top: 10px;
  left: -4px;
}
.jqcreator .multicrop_input_number.enabled {
  background: #ff8a00;
}

.jqcreator #tiles input[type="text"] {
  width: 50px;
  font-size: 18px;
  color: #000;
  text-align: center;
  border-radius: 4px;
}
.jqcreator #tiles label {
  padding: 0 10px 0 5px;
  color: #000;
}
.jqcreator #tiles .field {
  display: inline-block;
  margin-right: 20px;
  padding: 0;
}
.jqcreator #tiles .label {
  float: none;
  width: 65px;
  font-size: 14px;
}

.jqcreator #lodowka {
  display: none;
}
.jqcreator #lodowka label {
  margin: 0 0 0 5px;
}
.jqcreator #lodowka_heights {
  width: 50%;
}

.jqcreator #blinds {
}

.frame {
  position: absolute;
  overflow: hidden;
}
.frame img {
  position: absolute;
  top: 0;
  left: 0;
}

.total_dim_x,
.total_dim_y {
  position: absolute;
  z-index: 10000;
  background: var(--primary-color);
  color: #fff;
  width: 80px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  border-radius: 0;
}
.total_dim_x {
  left: 50%;
  margin: -30px 0 0 -40px;
}
.total_dim_y {
  top: 50%;
  margin: -20px 0 0 -54px;
  transform: rotate(270deg);
}

.frame .frame_dimension {
  position: absolute;
}
.frame .dim_x {
  top: 7px;
  left: 0;
  width: 100%;
}
.frame .dim_y {
  top: 0;
  left: 1px;
  height: 100%;
}
.frame .dim_x_inner,
.frame .dim_y_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 11px;
  line-height: 11px;
  margin: auto;
  background: rgba(40, 47, 56, 0.5);
  color: #fff;
  padding: 0 3px;
  font-size: 9px;
  text-align: center;
  font-family: tahoma;
}
.frame .dim_y_inner {
  left: -15px;
  transform: rotate(270deg);
}

.frame .frame_number {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  padding: 0;
  text-align: center;
  background: rgba(40, 47, 56, 0.5);
  color: #fff;
  font-size: 11px;
}

.frame .bt,
.frame .br,
.frame .bb,
.frame .bl,
.frame .v_grid,
.frame .h_grid {
  position: absolute;
  width: 1px;
  height: 1px;
  background: url("images/Jcrop.gif") repeat #fff;
}
.frame .bt,
.frame .h_grid {
  top: 0;
  left: 0;
  width: 100%;
}
.frame .br {
  top: 0;
  right: 0;
  height: 100%;
}
.frame .bb {
  bottom: 0;
  left: 0;
  width: 100%;
}
.frame .bl,
.frame .v_grid {
  top: 0;
  left: 0;
  height: 100%;
}
.frame .v_grid,
.frame .h_grid {
  background: #000;
  opacity: 0.4;
}

.frame_off {
}
.frame_off .bt,
.frame_off .br,
.frame_off .bb,
.frame_off .bl {
  background: #fff;
  opacity: 0.5;
}

.description_area {
  margin: 20px 0;
}
.description_area h2,
.description_area h3 {
  margin: 10px 0;
  padding: 10px 0;
}
.visualisation-container img.cover_image {
  max-width: 100%;width: 100%;
  height: auto;
  float: right;
}
img.podklad_prev {
  float: left;
  max-height: 320px;
  max-width: 320px;
  margin: 0 10px 10px 0;
}

/* BTNS #################################################################### */

.btnset {
  display: inline-block;
  position: relative;
  width: 42px;
  height: 42px;
  margin: 0 10px 10px 0;
  border: 1px solid #e8e8e8;
  cursor: default;
  vertical-align: middle;
  text-align: center;
  color: #000;
}
.btnset:hover {
  border-color: var(--primary-color);
  outline: 2px solid var(--primary-color);
  outline-offset: -2px;
}
.btnset.selected {
  border-color: var(--primary-color);
  background: var(--secondary-color);
  font-weight: 700;
  outline: 2px solid var(--primary-color);
  outline-offset: -2px;
}
.btnset.selected:hover {
  border-color: #000;
}
.btnset.disabled {
  opacity: 0.3;
}

.options_btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.options_btns .option_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;font-size: 13px;
  height: 50px;
  padding: 12px;
  margin: 0;
  box-sizing: border-box;
  overflow: visible;
  cursor: pointer;
  user-select: none;
}

.options_btns_toggle_row .options_btns .option_btn {
  gap: 8px;
}

.options_btns .option_btn img {
  width: auto;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
  object-fit: contain;
  display: block;
  padding: 12px;
  padding-left: 0;
  padding-right: 0;
}

.options_btns .option_btn .title {
  display: none;
}
.options_btns_toggle_row .options_btns .option_btn .title {
  display: block;
}

.options_btns .btnset.option_btn.selected::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: var(--primary-color)
    url("/themes/picturewall/assets/img/check-white.svg") no-repeat 50% 50%;
  position: absolute;
  right: -5px;
  top: -5px;
  transition: all 0.3s;
  border-radius: 4px;
  z-index: 1;
}

#product {
  .product_btns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
  }
  .btnset {
    width: auto;
    height: auto;
    margin: 0;
    padding: 8px 8px 5px 8px;
    position: relative;
    text-align: left;
    flex-grow: 1;
  }
  .btnset.selected:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: var(--primary-color)
      url("/themes/picturewall/assets/img/check-white.svg") no-repeat 50% 50%;
    position: absolute;
    right: -5px;
    top: -5px;
    transition: all 0.3s;
    border-radius: 4px;
  }
  .btnset img {
    margin-right: 10px;
    vertical-align: middle;
    mix-blend-mode: darken;
  }
  .btnset a {
    color: #000;
    display: flex;
    align-items: center;
    line-height: 1.4em;
    font-size: 12px;
  }
}

#product,
#effects_btns {
  .btnset.selected:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: var(--primary-color)
      url("/themes/picturewall/assets/img/check-white.svg") no-repeat 50% 50%;
    position: absolute;
    right: -5px;
    top: -5px;
    transition: all 0.3s;
    border-radius: 4px;
  }
}

.material_list .item.selected:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: var(--primary-color)
    url("/themes/picturewall/assets/img/check-white.svg") no-repeat 50% 50%;
  position: absolute;
  right: 0px;
  top: -5px;
  transition: all 0.3s;
  border-radius: 4px;
}

#mask_btns_contener,
#repeat_btns,
#effects_btns {
  text-align: center;
}

/* #effects_btns .btnset{background: #fff url('images/creator_ico.png') no-repeat;} */
#effects_btns [id^="effects_btn_"] {
  background-image: none;
  display: inline-block;
  margin: 0px 5px 5px 0px;
  border: 1px solid #e8e8e8;
  cursor: default;
  vertical-align: middle;
  color: #000;
  width: auto;
  height: auto;
  padding: 10px 10px;
  position: relative;
  text-align: left;
  flex-grow: 1;
}
#effects_btns [id^="effects_btn_"] .title::before {
  content: attr(data-title);
  font-size: 12px;
}
#effects_btns .btnset img {
}

#effects_btns #effects_btn_none {
  background-position: -2px -2px;
}
#effects_btns #effects_btn_bw {
  background-position: -80px -2px;
}
#effects_btns #effects_btn_sepia {
  background-position: -155px -2px;
}
#effects_btns #effects_btn_cold {
  background-position: -231px -2px;
}

#effects_btns [id^="flip_btn_"],
#effects_btns [id^="rotate_btn_"],
#effects_btns [id^="stretch_btn_"] {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#effects_btns #flip_btn_h {
  background-image: url("/themes/picturewall/assets/img/flip_h.svg");
}
#effects_btns #flip_btn_vh {
  background-image: url("/themes/picturewall/assets/img/flip_vh.svg");
}
#effects_btns #flip_btn_v {
  background-image: url("/themes/picturewall/assets/img/flip_v.svg");
}
#effects_btns #rotate_btn_ccw {
  background-image: url("/themes/picturewall/assets/img/rotate_left.svg");
}
#effects_btns #rotate_btn_270 {
  background-image: url("/themes/picturewall/assets/img/rotate_270.svg");
}
#effects_btns #rotate_btn_cw {
  background-image: url("/themes/picturewall/assets/img/rotate_right.svg");
}

#effects_btns .stretch_area {
  position: relative;
  margin: 0 auto;
}
#effects_btns .stretch_btns {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
#effects_btns .stretch_btns .label img {
  margin-right: 10px;
}
#effects_btns .stretch_info {
  position: relative;
}
#effects_btns .stretch_btn {
  position: relative;
  margin-bottom: 0;
}
#effects_btns #stretch_btn_sv_minus,
#effects_btns #stretch_btn_sh_minus {
  background-image: url("/themes/picturewall/assets/img/minus.svg");
}
#effects_btns #stretch_btn_sv_plus,
#effects_btns #stretch_btn_sh_plus {
  background-image: url("/themes/picturewall/assets/img/plus.svg");
}
#effects_btns [id^="stretch_btn_"] {
  height: 32px !important;
}
/* #effects_btns #stretch_btn_sv_plus,
#effects_btns #stretch_btn_sv_minus,
#effects_btns #stretch_btn_sh_plus,
#effects_btns #stretch_btn_sh_minus, */
/* /* #effects_btns #stretch_btn_s_cancel{width: 13px; height: 13px; border-radius: 0; border: none; background-color: #000;} */
/* #effects_btns #stretch_btn_sv_plus{position: absolute; top: 0px; left: 20px; background-position: -29px -161px;}
#effects_btns #stretch_btn_sv_minus{position: absolute; top: 40px; left: 20px; background-position: -49px -161px;}
#effects_btns #stretch_btn_sh_plus{position: absolute; top: 20px; left: 40px; background-position: -29px -161px;}
#effects_btns #stretch_btn_sh_minus{position: absolute; top: 20px; left: 0px; background-position: -49px -161px;}
#effects_btns #stretch_btn_s_cancel{position: absolute; top: 20px; left: 20px; background-position: -70px -161px;} */
*/ #repeat_btns .repeat_btn {
  background: transparent url("images/repreat_ico.png") repeat;
}
#repeat_btns .repeat_btn#repeat_btn_1 {
  background-size: 100%;
}
#repeat_btns .repeat_btn#repeat_btn_2 {
  background-size: 50%;
}
#repeat_btns .repeat_btn#repeat_btn_3 {
  background-size: 33%;
}
#repeat_btns .repeat_btn#repeat_btn_4 {
  background-size: 25%;
}
#repeat_btns .repeat_btn#repeat_btn_5 {
  background-size: 20%;
}

#mask_btns .btnset {
  position: relative;
}
#mask_btns .btnset .html_btn_title {
  opacity: 0;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 55px;
  height: 55px;
  background: #000;
  color: #fff;
  border-radius: 3px;
}
#mask_btns .btnset {
  transition: all 0.3s;
}
#mask_btns .btnset .html_btn_title {
  transition: all 0.3s;
}
#mask_btns .btnset:hover .html_btn_title {
  opacity: 0.8;
}

#mask_category_btns .btnset {
  width: auto;
  height: 20px;
  padding: 0 10px;
  background: #aaa;
  color: #fff;
  border: medium none;
}
#mask_category_btns .btnset.selected,
#mask_category_btns .btnset:hover {
  background: #f85d00;
}

/* KATEGORIE START  ############################################################## */

.fas_subcategories,
.fas_sibling_categories {
  padding: 10px 0;
}

#product_list,
ul.photo_category.row {
  margin-right: -10px;
  margin-left: -10px;
}
ul.photo_category li {
  position: relative;
  padding: 0 10px 20px;
}
ul.photo_category li.swiper-slide {
  padding: 0;
  margin-right: 15px !important;
}
ul.photo_category.swiper .swiper-button-next,
ul.photo_category.swiper .swiper-button-prev {
  top: calc(50% - 25px);
}
ul.photo_category li * {
  transition: all 0.5s ease;
}
ul.photo_category li.cat_header {
  clear: both;
  padding: 30px 0 0;
}
ul.photo_category li.cat_header h2 {
  margin: 0;
}
ul.photo_category li a {
  text-decoration: none;
}
ul.photo_category li a img {
  height: auto;
  width: 100%;
  aspect-ratio: 1.47;
  object-fit: cover;
}
ul.photo_category li .inside_block {
  position: relative;
}
ul.photo_category li a.name {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  padding: 5px 12px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
ul.photo_category li a.name:first-letter {
  text-transform: uppercase;
}
.fas_sibling_category {
  display: inline-block;
  margin: 2px;
  padding: 5px 10px;
  background: #000;
  text-transform: uppercase;
  color: #fff;
}
.fas_sibling_category:hover {
  background: #000;
  color: #fff;
}

.photo_category {
  overflow: hidden;
}
.photo_category:not(.slider-ready) .swiper-wrapper {
  display: flex;
  gap: 10px;
}
.photo_category:not(.slider-ready) .swiper-slide {
  flex: 0 0 calc((100% - 5px) / 1.5);
  min-width: 0;
}
.photo_category .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 500px) {
  .photo_category:not(.slider-ready) .swiper-slide {
    flex-basis: calc((100% - 15px) / 2.5);
  }
}
@media (min-width: 768px) {
  .photo_category:not(.slider-ready) .swiper-wrapper {
    gap: 20px;
  }
  .photo_category:not(.slider-ready) .swiper-slide {
    flex-basis: calc((100% - 70px) / 4.5);
  }
}

/* JEDEN PRODUKT ############################################################## */

div.fototapeta {
  position: relative;
  margin-bottom: 50px;
}

div.fototapety_mod .inne_prod {
  text-align: center;
}

.wersje {
  margin: 5px 0;
  text-align: center;
}
.wersje li {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px;
  background: #ccc;
  border: 1px solid #999;
  border-radius: 5px;
}
.wersje li a {
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
.wersje li.selected,
.wersje li:hover {
  background: #1856ad;
  border-color: #1856ad;
}
.wersje li.selected a,
.wersje li:hover a {
  color: #fff;
}

/* KOSZYK ################################################ */

div.fototapeta_koszyk {
  padding: 0;
  margin: 20px 0;
  box-sizing: border-box;
  transition:
    position 0.2s ease,
    box-shadow 0.2s ease;
}
.fototapeta_koszyk.is-fixed {
  background: #fff;
  position: fixed !important;
  bottom: 0 !important;
  margin: 0 !important; /* reset marginesów motywu */
  z-index: 99;
}
.info-cart {
  background: #dcf6ed;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 10px 0;
  padding: 8px 15px;
  text-align: left;
  gap: 10px;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .fototapeta_koszyk.is-fixed .info-cart {display:none }
  .fototapeta_koszyk.is-fixed .koszyk_buy {margin-top:10px}
  body #fotolia_add_to_cart{font-size: 15px;}
}
div.fototapeta_koszyk * {
  vertical-align: middle;
}
div.fototapeta_koszyk .label {
  display: inline-block;
}
div.fototapeta_koszyk .field {
  margin: 0;
  padding: 0;
}
div.fototapeta_koszyk input.exclusive {
  display: inline-block;
  background: none repeat scroll 0 0 #f85d00;
  color: #fff;
  text-align: center;
  font-size: 19px !important;
  border: none;
  border-radius: 5px;
  margin-left: 30px;
  padding: 10px;
}
div.fototapeta_koszyk #razem_txt,
div.fototapeta_koszyk #ile_txt,
div.fototapeta_koszyk #razem_txt_old,
div.fototapeta_koszyk #price_discount_txt,
div.fototapeta_koszyk #ile_txt_old,
div.fototapeta_koszyk #suma_txt_old {
  font-weight: 400;
  color: #000;
}
div.fototapeta_koszyk .cena_duza {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: -0.04em;
  color: #000;
}
div.fototapeta_koszyk .old_price {
  position: absolute;
  top: -10px;
  font-size: 13px;
  font-weight: normal;
  text-decoration: line-through;
}
div.fototapeta_koszyk #buy_block {
  display: inline-block;
}
div.fototapeta_koszyk #buy_block .bootstrap-touchspin {
  display: none;
}
#price_contener {
  display: flex;
  text-align: left;
  background: #f2f2f2;
  font-size: 12px;
  padding: 15px;
  flex-wrap: wrap;
  gap: 2px 10px;
  align-items: center;
}
#price_detais {
  display: inline-block;
  margin: 0 20px 0 0;
}
#price_detais,
#price_detais * {
  font-size: 9px;
}
#price_total,
#price_total_old,
#price_discount {
  padding: 0;
}
#price_total #razem_txt,
#price_discount #price_discount_txt {
  display: none;
}
#price_total_old,
#price_discount {
  display: none;
  line-height: 10px;
}
#price_total {
  width: 100%;
}
#price_discount {
  background: #f6dcdc;
}
#price_discount_price:before {
  content: "-";
}
#tekst_cena_old_txt,
#price_discount_price {
  font-size: 14px;
  font-weight: normal;
}
#tekst_cena_old_txt {
  text-decoration: line-through;
  font-weight: 700;
  vertical-align: -1px;
}
#price_discount_price {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  padding: 3px 8px !important;
  text-align: right;
  color: #d01d1d;
}
#tekst_cena_txt {
}
#price_quantity {
  display: inline-block;
}
#quantity_wanted {
  width: 20px;
  padding: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
}
.cena_foto {
  font-size: 40px;
  font-weight: bold;
  color: #f85d00;
}
.ile_sztuk {
  color: #000;
  font-weight: bold;
}
.ilosc_prod {
  width: 20px;
  font: normal 12px tahoma;
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
}
#fotolia_add_to_cart {
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 15px;
  border: 0 none;
  cursor: pointer;
  background: #000;
  border-radius: 0;
  margin: 0 0 0 10px;
}
#res-product-sample-btn i{display:none}
#res-product-sample-btn {
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    text-align: center;
    padding: 15px 7px;
    border: 1px solid #ebebeb;
    cursor: pointer;
    border-radius: 0;
    margin: 0 0 0 10px;
    background: #fff;
    height: 100%;
}
#fotolia_add_to_cart:hover {
  background: var(--primary-color);
}
#res-product-sample-btn:hover {
  background: var(--secondary-color);
  color: #000;
}
.koszyk_buy {
  display: flex;
}
.koszyk_buy #price_quantity .label {
  display: none;
}
.koszyk_buy .jqc_button {
  flex-grow: 1;
}

/* LINK DO KOMPOZYCJI ############################################################## */

#product_crop_link_contener {
  text-align: left;
}
#product_crop_link_open {
}
#product_crop_link_holder {
  display: none;position: absolute;
    z-index: 9;
    left: 0;width: 100%;
    top: 100%;
}
#product_crop_link {
    width: 100%;
    height: 100px;
    padding: 5px;
    font-size: 12px;
    margin: 5px 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #000;
    color: #fff;
    line-height: 140%;
}
#product_crop_link.short_link {
  height: 30px;
  font-size: 16px;
}

div.inne_foto h3 {
  clear: both;
  padding: 25px 0 5px;
  font-size: 13px;
  font-weight: bold;
}
div.inne_foto h3 a {
  color: #333;
  text-decoration: none;
}
div.inne_foto h3 a:hover {
  color: #cd5f06;
}

div.inne_fototapety {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 6px;
  border: solid 1px #d0d3d8;
}
.inne_fototapety a {
  display: table-cell;
  width: 120px;
  height: 120px;
  text-align: center;
  vertical-align: middle;
}

.wizualizacje {
  background: #f4f4f4;
}
#wizualizacje_list {
  height: 160px;
}
.wizualizacje .wizualka {
  list-style: none;
  float: left;
}
.wizualizacje img {
  margin: 5px;
  border: solid 1px #d0d3d8;
}

/* KATEGORIE lista ############################################################## */

.lista_kategorii ul {
  margin-left: 0;
  list-style: none;
}
.lista_kategorii li {
  margin-top: 30px;
}
.lista_kategorii li a {
  display: inline-block;
  width: 50%;
  padding: 4px 8px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #000;
}
.lista_kategorii li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.lista_kategorii li a:hover {
  background: #195884;
}

.lista_kategorii li ul {
  margin-top: 10px;
}
.lista_kategorii li li {
  display: inline-block;
  clear: none;
  width: 220px;
  padding: 0 0 0 20px;
  margin-top: 0;
  background: transparent url("images/dot.gif") no-repeat 5px 8px;
}
.lista_kategorii li li a {
  width: auto;
  padding: 2px 6px;
  background: #fff;
  font-size: 13px;
  font-weight: normal;
  color: #000;
}
.lista_kategorii li li a:hover {
  color: #fff;
  background: #195884;
}

/* TABS ############################################################## */

.tabs_tabs {
  clear: both;
  height: 40px;
  margin: 0;
  background: #ebebeb;
}
div.tabs_tab_label {
  float: left;
  padding: 4px 5px 6px;
  font-weight: bold;
  color: #fff;
}
.tabs_tab {
  float: left;
  height: 20px;
  margin: 0;
  padding: 10px;
  background: #ebebeb;
  font-family: "TitilliumText25L400wt";
  font-size: 18px;
  color: #282f39;
  text-align: center;
  cursor: default;
}
.tabs_tab:hover,
.tabs_tab_active {
  color: #d40078;
}

.tabs_fields {
  background: transparent url("images/tabs_bg.png") repeat-x 0 -45px;
  padding: 10px 0;
  color: #ccc;
}
.tabs_fields {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.tabs_field {
  display: none;
}
.tabs_field_active {
  display: block;
}
.tabs_field p,
.tabs_field ul {
  color: #ccc;
}

/* FOTOUPLOAD ############################################################## */

#fotoupload_link_top {
  position: absolute;
  bottom: 10px;
  right: 0;
}
#fotoupload_link_top a {
  display: block;
  width: 173px;
  height: 26px;
  padding: 2px 5px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em;
  text-decoration: none;
  background: #f4f4f4;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}
#fotoupload_link_top a:hover {
  background: #80ba27;
  border-color: #80ba27;
  color: #fff;
}

/* PUPUPS ############################################################## */

/* TYPE 1 */

.pop_up_element {
  position: relative;
  min-height: 150px;
  padding: 10px;
  background: #f4f4f4;
  margin: 5px;
  text-align: left;
}
.pop_up_element img {
  float: left;
  max-width: 230px;
  max-height: 230px;
  margin: 0 15px 5px 0;
}
.pop_up_element .tekst {
  padding-left: 250px;
}
.pop_up_element .title {
  padding: 0 0 20px;
  font-weight: bold;
  font-size: 14px;
}
.pop_up_element .opis {
  text-align: justify;
}
.pop_up_element .select_item {
  float: right;
  padding: 10px 60px;
  font-size: 20px;
}

/* TYPE 2 */

#pop_podklady {
  float: left;
  height: 100%;
  width: 30%;
}
.col_title {
  font-size: 20px;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 700;
  color: #000;
}
.pop_podklad {
  min-height: 20px;
  padding: 6px 0;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  color: #000;
}
.pop_podklad:hover {
  background: #eee;
}
.pop_podklad.active {
  color: var(--primary-color);
  color: var(--primary-color);
  text-decoration: underline;
  font-weight: 700;
}

#pop_podklady_opisy {
  position: relative;
  height: auto;
  margin-left: 31%;
  border-bottom: 1px solid #b5b5b5;
}
.pop_podklady_opis {
  display: none;
  font-size: 15px;
  text-align: left;
}
.pop_podklady_opis img {
  float: right;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  border-radius: 4px;
}
.pop_podklady_opis .opis {
  min-height: 200px;
  text-align: justify;
}
.pop_podklady_opis .opis * {
  font-weight: 400;
  font-size: 13px;
  color: #313131;
}
.pop_podklady_opis .opis p {
  margin-bottom: 4px;
}
.pop_podklady_opis .price {
  float: left;
  font-size: 20px;
  color: #333;
}
.pop_podklady_opis.active {
  display: block;
}

#pop_podklady_opisy #pop_podklady_price {
  position: absolute;
  bottom: -51px;
  right: 160px;
  font-size: 15px;
  color: #000;
  line-height: 28px;
  vertical-align: middle;
}
#pop_podklady_opisy #pop_podklady_price .price {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}
#pop_podklady_opisy .select_item {
  position: absolute;
  bottom: -52px;
  right: 0;
  padding: 10px 30px;
  font-size: 14px;
  border: 0 none;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#pop_podklady_opisy .select_item:hover {
}

/* EFFECTS */

.pu_effects_list {
  padding: 15px 5px;
  text-align: center;
}
.pu_effect {
  position: relative;
  display: inline-block;
  padding: 3px;
  margin: 2px;
  border: 2px solid #ccc;
}
.pu_effect.selected {
  border-color: #f85d00;
}
.pu_effect_image {
  max-width: 300px;
  max-height: 300px;
}
.pu_effect_title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#pu_set_effect {
  margin: auto;
  background: #f85d00 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  cursor: default;
  display: block;
  width: 200px;
  height: 30px;
  line-height: 30px;
  padding: 1px 10px;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
}

/* OPTIONS ADDITIONAL */

.pu_options_list {
}
.pu_option {
  position: relative;
  min-height: 150px;
  padding: 10px;
  background: #fff;
  border-bottom: 2px solid #aaa;
  margin: 5px;
  text-align: left;
}
.pu_option.selected {
  background: #eee;
}
.pu_option_image {
  float: left;
  max-width: 230px;
  max-height: 150px;
  margin: 0;
}
.pu_option_title {
  padding: 0 0 20px 0;
  font-weight: bold;
  font-size: 14px;
}
.pu_option_description {
  padding-left: 0;
}
.pu_option_with_image .pu_option_title,
.pu_option_with_image .pu_option_description {
  padding-left: 240px;
}
.pu_option_set,
#pu_set_option {
  background: #f85d00 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  cursor: default;
  display: block;
  width: 200px;
  height: 30px;
  line-height: 30px;
  padding: 1px 10px;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
}
.pu_option_set {
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 150px;
}
#pu_set_option {
  margin: auto;
}

.jqc_select_over {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: transparent;
}
#medium .jqc_select_over {
  position: absolute;
  top: 5px;
  left: auto;
  right: 0;
  width: 145px;
  height: 30px;
  z-index: 99;
}
#medium .label {
  padding-right: 150px;
}
.jqc_popup_button {
  position: absolute;
  bottom: 0;
  right: -35px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.jqc_option_disabled_info {
  float: right;
  padding: 0 10px;
  background-color: #c33;
  color: #fff;
  text-align: right;
  font-size: 80%;
  border-radius: 4px;
}
#info_medium {
  position: absolute;
  right: -5px;
  top: 7px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  height: 26px;
  width: 140px;
  text-align: center;
  padding: 2px 0;
}
.material_list {
  margin: 0px -6px;
  padding: 5px 0;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  height: 200px;
  overflow: hidden;
  transition: height 0.5s ease;
}
.material_list:has(> .col-xs-6:nth-child(3)) {
  height: 300px;
}
.material_list.active {
  height: auto;
}
.material_list.active + .more_container .btn:first-letter {
  text-transform: uppercase;
}
.material_list.active + .more_container .btn span {
  display: none;
}
.material_list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 17.5%, #fff 100%);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.material_list.active::after {
  opacity: 0;
}
.material_list .col-xs-6 {
  padding: 0 6px;
  margin-bottom: 10px;
}
.material_list .item {
  border: 1px solid #e8e8e8;
  padding: 6px;
}
.material_list .item.selected {
  outline: 2px solid var(--primary-color);
  outline-offset: -2px;
  background-color: var(--secondary-color);
}
.material_list .item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  aspect-ratio: 1.6;
}
.material_list .item .title {
  display: block;
  font-weight: 600;
  margin-top: 6px;
  font-size: 12px;
}
.material_list .col-xs-6 .popup_open {
  position: absolute;
  left: 6px;
  top: 0;
  background: #000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
}
.material_list .col-xs-6:hover .popup_open {
  transition: opacity 0.3s ease;
  opacity: 1;
  z-index: 4;
}
.material_list .col-xs-6 .popup_open img {
  width: 27px;
  filter: invert();
  border-radius: 0;
  aspect-ratio: auto;
}
.more_container {
  text-align: center;
}
#jqc_medium {
  display: none;
}

/* RWD ############################################################## */

.jqcreator.rwdcreator .left_side {
  float: none;
  margin: 0 auto;
}
.jqcreator.rwdcreator .form_area {
  margin: 0 auto;
  width: 400px;
}
.jqcreator.rwdcreator #effects_btns {
  margin: 0 auto;
  width: 400px;
}

@media (max-width: 400px) {
  .photo_list .one_photo {
  }
  .photo_list .one_photo .product_img_link {
  }

  .jqcreator.rwdcreator .left_side {
    width: 100%;
  }
  .jqcreator.rwdcreator .image_area {
  }
  .jqcreator.rwdcreator #the_image {
    max-width: 100%;
  }
  .jqcreator.rwdcreator .form_area {
    width: 100%;
  }
  .jqcreator.rwdcreator #effects_btns {
    width: 100%;
  }
  .jqcreator .jcrop-handle {
    width: 20px;
    height: 20px;
  }
  .jqcreator #crop_info,
  .jqcreator .mask_opacity_btn {
    display: none;
  }
  .jqcreator #jqc_width,
  .jqcreator #jqc_height {
    width: 60px;
    font-size: 20px;
  }
  .jqcreator #dimensions_switch {
    padding: 0 5px;
  }
  #product_crop_link_contener {
    text-align: center;
  }

  div.fototapeta_koszyk {
    text-align: center;
  }

  .pop_up_element img {
    float: none;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: none;
    max-height: none;
  }
  .pop_up_element .tekst {
    padding-left: 0;
  }
  .pop_up_element .title {
    padding: 10px 0;
  }
  .pop_up_element .opis {
    padding: 0 0 20px;
  }
  .pop_up_element .select_item {
    display: block;
    float: none;
  }
}

/* ADMIN MODE ############################################################## */

.res_btn {
  display: inline-block;
  padding: 0 3px;
  margin: 0 2px;
  background: #e3640a;
  color: #fff;
  font-size: 10px;
  text-align: center;
  border-radius: 3px;
  cursor: default;
}
.res_btn .material-icons {
  font-size: 160%;
}
.res_btn.res_btn_warning {
  background: #e3640a;
}

.mark_as_local,
.mark_as_search,
.mark_as_selected {
  display: inline-block;
  padding: 0 3px;
  margin: 0 2px;
  background: #e3640a;
  color: #fff;
  font-size: 10px;
  text-align: center;
  border-radius: 3px;
  cursor: default;
}
.mark_as_search {
  background: #08e355;
}
.mark_as_selected {
  background: #0886e3;
}

.collect_id {
  display: inline-block;
  width: 20px;
  margin: 0 2px;
  background: green;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  opacity: 0.7;
}
.collect_id::before {
  content: "+";
}
.collect_id.collected {
  background: red;
}
.collect_id.collected::before {
  content: "-";
}
.collect_id:hover,
.collect_id.collected:hover {
  opacity: 1;
}
.collect_id_toolbar {
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
  z-index: 10001;
  padding: 2px;
  background: #111;
  color: #999;
  text-align: right;
  cursor: default;
  font-size: 11px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.collect_id_textarea {
  width: 100%;
  height: 40px;
  border: none;
  background: #333;
  color: yellowgreen;
}
.collect_id_thumbs {
  display: none;
  text-align: left;
}
.collect_id_thumb {
  position: relative;
  display: inline-block;
  margin: 2px;
  padding: 0;
  height: 60px;
  border: 1px solid transparent;
}
.collect_id_thumb.hover {
}
.collect_id_thumb img {
  height: 100%;
}
.collect_id_thumb_del {
  display: none;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 15px;
  height: 15px;
  line-height: 10px;
  text-align: center;
  background: rgba(255, 0, 0, 0.5);
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
}
.collect_id_thumb_del:hover {
  background: rgba(255, 0, 0, 1);
}
.collect_id_thumb_prev,
.collect_id_thumb_next,
.collect_id_thumb_move {
  display: none;
  position: absolute;
  top: 0px;
  width: 30%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.collect_id_thumb_prev:hover,
.collect_id_thumb_next:hover,
.collect_id_thumb_move:hover {
  background: rgba(0, 0, 0, 0.8);
}
.collect_id_thumb.hover .collect_id_thumb_del,
.collect_id_thumb.hover .collect_id_thumb_move,
.collect_id_thumb.hover .collect_id_thumb_prev,
.collect_id_thumb.hover .collect_id_thumb_next {
  display: block;
}
.collect_id_thumb_prev {
  left: 0;
}
.collect_id_thumb_next {
  right: 0;
}
.collect_id_thumb_move {
  right: 30%;
  width: 40%;
}
.collect_id_add_toggle,
.collect_id_add,
.collect_id_add_panel_close,
.collect_id_replace,
.collect_id_reset,
.collect_id_toggle {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 4px;
  background: yellowgreen;
  color: #333;
  cursor: default;
}
.collect_id_reset {
  background: #c33;
  color: #fff;
}
.collect_id_add_panel {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  padding: 2px;
  background: #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.collect_id_add_textarea {
  width: 400px;
  height: 60px;
  border: 1px solid #000;
}
.collect_id_loader {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.collect_id_loader i {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}

.admin_mode_tollbox {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  background: #444;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.admin_mode_creator {
}
.admin_mode_listing {
}
.admin_mode_thumb {
  position: absolute;
  top: 0;
  left: 0;
}
.admin_mode_thumb * {
  vertical-align: middle;
}

.res_debug {
  margin: 20px 0;
  font-size: 80%;
}

#price_logger {
  position: fixed;
  z-index: 10000;
  top: 0px;
  right: 0;
  padding: 10px;
  background: #222;
  color: yellowgreen;
  font-size: 12px;
  text-align: right;
  border: 1px solid #777;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.price_logger_header {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #777;
  margin: 0 0 5px;
  padding: 0 0 5px;
}
.price_logger_value {
  display: inline-block;
  width: 60px;
  color: orange;
}

.tone_sliders_area {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-bottom: 12px;
  margin-top: 32px;
}

.tone_sliders_area .tone_slider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 0;
}

.tone_sliders_area .tone_slider .label {
  flex: 0 0 auto;
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  color: #2f2f2f;
  white-space: nowrap;
}

.tone_sliders_area .range_slider_wrap {
  flex: 1 1 auto;
  min-width: 0;
  padding: 8px 0;
}

.jqc_range_slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  border: none;
  outline: none;
  cursor: pointer;
  background: linear-gradient(to right, #eef2f2 50%, #b7c9c6 50%);
}

.jqc_range_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent url("/themes/picturewall/assets/img/slide.svg")
    no-repeat center center;
  background-size: contain;
  cursor: grab;
}

.jqc_range_slider:active::-webkit-slider-thumb {
  cursor: grabbing;
}

.jqc_range_slider::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border: none;
  background: transparent url("/themes/picturewall/assets/img/slide.svg")
    no-repeat center center;
  background-size: contain;
  cursor: grab;
}

.jqc_range_slider::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: #b7c9c6;
}

.jqc_range_slider:focus {
  outline: none;
}

.jqc_range_slider:focus-visible::-webkit-slider-thumb,
.jqc_range_slider:focus-visible::-moz-range-thumb {
  outline: 2px solid #2aa79a;
  outline-offset: 2px;
}

@media (max-width: 991px) {
  .tone_sliders_area{flex-direction:column;gap:16px}

}
@media (max-width: 550px) {
  #effects_btns .stretch_btns {
    margin-bottom: 10px;
  }
}

.options_btns_toggle_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px;
}

.options_btns_toggle_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.options_btns_toggle_label_hidden {
  display: none !important;
}

.options_btns_toggle_section_label {
  /* dopasuj do stylu innych .label-container */
}

.options_btns_toggle_row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 12px;
}
