
@charset "UTF-8";
table.pictures-widget {
  width: 100%;
  margin-top: 37px;
}

table.pictures-widget td {
  vertical-align: top;
}

table.pictures-widget td.filter-panel {
  width: 20%;
  font-family: 'Gilroy-Medium';
}

table.pictures-widget td.cards-panel {
  padding-left: 5%;
}

table.pictures-widget a {
  cursor: pointer;
  text-decoration: none;
  color: currentColor;
}

@media (max-width: 960px) {
  table.pictures-widget {
    display: block;
  }

  table.pictures-widget tr,
table.pictures-widget td,
table.pictures-widget tbody {
    display: block;
  }
}

@media (min-width: 960px) {
  .pictures-cards .list-view {
    display: grid;
    grid-template-columns: repeat(2, 400px);
    grid-auto-flow: dense;
    grid-gap: 0.8em;
  }
}

@media (max-width: 960px) {
  .pictures-cards .list-view {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
    grid-gap: 0.8em;
  }
}


.pictures-cards .list-view .item {
  vertical-align: top;
  break-inside: avoid-column;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  background-color: #fff;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/* .pictures-cards .list-view .item .card.loaded {
    width: 48%;
    transition: opacity 0.4s, transform 0.4s;
    opacity: 1;
}  */
.pictures-cards .list-view .item .card.loading {
  transform: scale(0.96);
  opacity: 0;
}

.pictures-cards .list-view .item .card_no-text {
  font-size: 0;
  border: none;
}

.pictures-cards .list-view .item .inner {
  width: 100%;
}

.pictures-cards .list-view .item .inner .picture-link {
  position: relative;
  display: inline-block;
  width: 100%;
}

.image_block {
  position: relative;
  overflow: hidden;
}

.image_block .picture {
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.image_block:hover .picture {
  transform: scale(1.03);
}

.image_block a .heart_icon {
  margin-top: 130px;
}

.tag_line {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-family: "Gilroy-SemiBold", "Open Sans", sans-serif;
  background: black;
  color: white;
}

.like_icon {
  position: absolute;
  top: -7rem;
  right: 1rem;
  display: none;
}

.image_block:hover .like_icon,
.like_icon:has(img[src*="heart_fill"]) {
  display: block;
}

.pictures-cards .list-view .item .inner .picture {
  display: block;
  max-width: 100%;
  width: 100%;
}

.pictures-cards .list-view .item .inner .desc {
  width: 100%;
  padding: 18px 0;
  font-family: 'Gilroy-Medium', "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.05em;
  color: black;
}

.pictures-cards .list-view .item .inner .desc .author {
  font-family: 'Gilroy-Bold', "Open Sans", sans-serif;
  max-width: fit-content;
}

.pictures-cards .list-view .item .inner .desc .name {
  padding-bottom: 1rem;
  font-family: "TTDrugs-Regular", "Open Sans", sans-serif;
  max-width: fit-content;
}

.pictures-cards .list-view .item .inner .desc .size {
  font-family: "TTDrugs-Regular", "Open Sans", sans-serif;
}

.pictures-cards .list-view .item .inner .desc .material {
  font-family: "TTDrugs-Regular", "Open Sans", sans-serif;
}

.pictures-cards .list-view .item .inner .desc .row {
  display: table;
  min-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.cost-column-left {
  float: none;
  display: table-cell;
  vertical-align: top;
  height: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
}

.cost-column-right{
  float: none;
  display: table-cell;
  vertical-align: bottom;
  height: 100%;
  text-align: right;
  margin: 0;
  padding: 0;
}

.pictures-cards .list-view .item .inner .desc .cost {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-family: "Gilroy-SemiBold", "Open Sans", sans-serif;
  white-space: nowrap;
}


.pictures-cards .list-view .item .inner .desc .sale {
  color: #FF0505;
  white-space: nowrap;
}

.pictures-cards .list-view .item .inner .desc .crossed-text {
  text-decoration: line-through;
  padding-left: 7px;
}

.pictures-cards .list-view .item .inner .desc .cost_special {
  padding: 3px 13px;
  min-width: 115px;
  box-sizing: border-box;
  text-align: center;
  right: -10px;
  color: #000;
  background-color: #e1d66a;
}

.pictures-cards .list-view .item .inner .desc .cost-sub {
  position: absolute;
  bottom: -11px;
  right: -5px;
  font-size: 12px;
  color: #000;
}

.pictures-cards .list-view .item .inner .desc .fav-star {
  font-size: 25px;
  position: absolute;
  right: 3px;
  top: 0;
}

.btn-more {
  display: block;
  box-sizing: border-box;
  width: 264px;
  height: 75px;
  margin: 10px auto 65px;
  padding-top: 8px;
  transform: translateX(10px);
  text-align: center;
  border: solid 20px white;
  background-color: #ded25a;
}

@media (max-width: 500px) {
  .btn-more {
    transform: none;
  }
}
.btn-more a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.btn-more i {
  font-size: 0.8em;
  margin-left: 3px;
}

.empty {
  text-align: center;
}

.pictures-filter-form {
  position: sticky;
  top: 90px;
  overflow-y: auto;
  max-height: calc(100vh - 90px);
  background-color: #fff;
  padding-bottom: 2rem;
}

@media (max-width: 800px) {
  .pictures-filter-form {
    padding: 0;
    max-height: auto;
  }
}
/* DESKTOP */
@media (max-width: 1024px) {
  table.pictures-widget td.cards-panel {
    padding-left: 0;
  }

  .pictures-cards .list-view .item .inner .desc .cost {
    flex-direction: column;
  }
}
/* Phones */
@media (max-width: 640px) {
  .like_icon {
    display: block;
  }
}
/* FILTER FORM */
.filer_dropdown_mobile {
  display: none;
}

.pictures-filter-form::-webkit-scrollbar {
  display: none;
}

.pictures-filter-form {
  scrollbar-width: none;
}

.pictures-filter-form .filters .form-group {
  display: inline-block;
  margin-bottom: 0;
}

.pictures-filter-form.block:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.pictures-filter-form .title_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.125rem;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #000000;
}

.pictures-filter-form .title_block:not(:first-child) {
  padding-top: 1rem;
}

.pictures-filter-form h5 {
  margin-top: 0;
  font-family: 'Gilroy-Bold', "Open Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
  text-transform: uppercase;
}

.pictures-filter-form .display_block {
  width: 1.5rem;
  height: 1rem;
  background-image: url("/images/icons/display_block.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.pictures-filter-form .display_block {
  transition: transform 0.3s ease;
}

.pictures-filter-form .close_block {
  transform: rotate(180deg);
}

.pictures-filter-form label {
  font-size: 15px;
  font-family: "Gilroy-SemiBold", "Open Sans", sans-serif;
  line-height: 1.125rem;
  color: #000000;
  text-transform: uppercase;
}

.checkbox_item span:hover {
  color: #2F14D1;
}

/* CHECKBOX ITEMS */
.checkbox_item {
  display: block;
  margin-bottom: 15px;
  user-select: none;
  position: relative;
}

.checkbox_item input[type=checkbox],
.checkbox_item input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
}

.checkbox_item span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.5rem;
  font-family: "Gilroy-SemiBold", "Open Sans", sans-serif;
  line-height: 1.125rem;
  cursor: pointer;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
}

.checkbox_item span:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 0.3s ease;
  background: url("/images/icons/checkbox.svg") 0 0 no-repeat;
}

.checkbox_item input[type=checkbox]:checked + span:before,
.checkbox_item input[type=radio]:checked + span:before {
  background-image: url("/images/icons/checkbox_checked.svg");
  /* Checked */
}

.radiobutton input[type=checkbox]:checked + span:before,
.radiobutton input[type=radio]:checked + span:before {
  background-image: url("/images/icons/radiobutton_checked.svg");
  /* Checked */
}

.checkbox_item input[type=checkbox]:disabled + span,
.checkbox_item input[type=radio]:disabled + span {
  color: gray;
  cursor: auto;
  /* Disabled */
}

.checkbox_item input[type=checkbox]:disabled + span:hover:before,
.checkbox_item input[type=checkbox]:disabled + span:active:before,
.checkbox_item input[type=radio]:disabled + span:hover:before,
.checkbox_item input[type=radio]:disabled + span:active:before {
  cursor: auto;
  filter: brightness(100%);
  /* Disabled */
}

.checkbox_item span:hover:before {
  filter: brightness(110%);
  /* Hover */
}

.checkbox_item span:active:before {
  filter: brightness(80%);
  /* Active */
}

/* COLORS CHECKBOX */
.pictures-filter-form .colors {
  display: flex;
  flex-wrap: wrap;
  width: 15rem;
}

.colors .form-group {
  margin: 0 !important;
}

.color_checkbox {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
}

.color_checkbox input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.color_checkbox span {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}

.non_color span {
  margin-top: 7px;
}

.color_checkbox input[type=checkbox]:checked + span {
  box-shadow: 0 0 0 2px #FFF, 0 0 0 3px #000;
  -moz-box-shadow: 0 0 0 2px #FFF, 0 0 0 3px #000;
  -webkit-shadow: 0 0 0 2px #FFF, 0 0 0 3px #000;
  /* Checked */
}

.non_color span:before {
  position: absolute;
  left: 0.375rem;
  top: 0.325rem;
  content: "╳";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}

.filters_block,
.genre_block,
.style_block,
.cost_block,
.size_block,
.orientation_block,
.color_block {
  max-height: 800px;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 1;
}

.pictures-filter-form .hide_block {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.hide {
  display: none;
}

/* TABLETS */
@media (max-width: 960px) {
  table.pictures-widget td.filter-panel {
    width: 100%;
    padding-right: 10px;
    font-family: 'Gilroy-Medium';
  }

  .filer_dropdown_mobile {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
  }

  .filer_dropdown-left {
    display: flex;
    align-items: center;
    font-family: "Gilroy-SemiBold", "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .filer_dropdown-left > img,
.filer_dropdown-left > div {
    padding-left: 10px;
  }

  .hide_mobile {
    display: none;
  }
}

@media (max-width: 960px) {
  .image_block {
    min-width: 163px;
  }

  .image_block a .picture {
    max-height: 600px;
  }
}

.pictures-cards {
  width: 100%;
}

.list-view {
  width: 100%;
}

@media (min-width: 400px) {
  .less-than-400px .cost-column-right {
    display: none;
  }
}

@media (max-width: 400px) {
  .cost-column-right{
    display: none;
  }
  .less-than-400px .cost-column-right {
    display: block;
  }
  .cost-column-left {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .pictures-cards .list-view .item .inner .picture {
    max-width: 100%;
  }
}

.pictures-cards .list-view .item .inner .desc .row {
  display: flex;
}

.pictures-cards .list-view .item .inner .desc .col {
  width: 70%;
}

.pictures-cards .list-view .item .inner .desc .col-right {
  width: 30%;
  position: relative;
  text-align: right;
}

.pictures-cards .list-view .item .inner .desc .cost {
  position: absolute;
  flex-wrap: wrap;
  bottom: 0;
  right: 0;
  font-weight: bold;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .pictures-cards .list-view .item .inner .desc .row {
    display: unset;
  }

  .pictures-cards .list-view .item .inner .desc .cost {
    position: relative;
    flex-wrap: wrap;
    font-weight: bold;
    white-space: nowrap;
  }

  .pictures-cards .list-view .item .inner .desc .col {
    width: 100%;
  }

  .pictures-cards .list-view .item .inner .desc .col-right {
    width: 100%;
  }
}




