@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%;
}

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;
  }
}

.pictures-cards .list-view {
  position: relative;
}

@media (max-width: 960px) {
  .pictures-cards .list-view {
    column-count: 2;
    column-gap: 16px;
  }
}

@media (min-width: 960px) {
  .pictures-cards .list-view {
    column-count: 4;
    column-gap: 21px;
  }
}

.pictures-cards .list-view .item {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}

.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;
  max-width: fit-content;
}

.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: 1rem;
  right: 0.75rem;
  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;
  width: 100%;
}

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

.pictures-cards .list-view .item .inner .desc .author {
  font-family: "Gilroy-SemiBold", "Open Sans", sans-serif;
}

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

.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 .cost {
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Gilroy-SemiBold", "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.row {
  margin-left: 0.2rem;
}

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

.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 .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: relative;
  position: sticky;
  top: 0;
  overflow-y: scroll;
  max-height: 100vh;
  background-color: #fff;
}

@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;
  }

  .pictures-cards .list-view .item .inner .desc {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
  }
}

/* Phones */
@media (max-width: 640px) {
  .like_icon {
    display: block;
  }
}
/* FILTER FORM */
.filer_dropdown_mobile {
  display: none;
}

.pictures-filter-form::-webkit-scrollbar {
  width: 1px;
}

.pictures-filter-form::-webkit-scrollbar-track {
  background: transparent;
}

.pictures-filter-form::-webkit-scrollbar-thumb {
  background: transparent;
}

.pictures-filter-form::-webkit-scrollbar-thumb:window-inactive {
  background: transparent;
}

.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;
}

.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;
  font-style: normal;
  line-height: 1.875rem;
  letter-spacing: 0.1em;
  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 .close_block {
  transform: rotate(180deg);
}

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

/* 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;
  font-style: normal;
  font-size: 15px;
  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;
}

.pictures-filter-form .hide_block {
  display: none;
}

.hide {
  display: none;
}

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

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

  .filer_dropdown-left {
    display: flex;
    align-items: center;
    font-family: "Gilroy-Bold", "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;
  }

  .filter_name {
    font-family: "Gilroy-Bold", "Open Sans", sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    color: #000000;
  }

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

  .hide_mobile {
    display: none;
  }
}

@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%;
  }  
}


