.layout-collections {
  padding: 15px 0 30px; }
  @media (min-width: 992px) {
    .layout-collections {
      padding-top: 20px; } }
  @media (min-width: 992px) {
    .layout-collections .wrap-right-collection {
      flex: 0 0 80%;
      max-width: 80%; } }
  @media (min-width: 992px) {
    .layout-collections .wrap-left-collection {
      flex: 0 0 20%;
      max-width: 20%; } }
  .layout-collections .hrvtheme-item .hrvtheme-item__image {
    margin: 0;
    border: 1px solid #ececec; }
  .layout-collections .hrvtheme-item .hrvtheme-item__detail {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px; }
  .layout-collections .list-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .layout-collections .list-tabs {
        margin-bottom: 15px; } }
  @media (max-width: 992px) {
    .layout-collections .listProduct-row > [class*='col-'] {
      padding-left: 6px;
      padding-right: 6px; }
      .layout-collections .listProduct-row > [class*='col-']:nth-child(21) {
        display: none; } }

.wrapper-mainCollection h1 {
  margin: 15px 0;
  font-size: 42px;
  font-weight: 600; }
  @media (max-width: 992px) {
    .wrapper-mainCollection h1 {
      font-size: 28px;
      margin-bottom: 0; } }

.wrapper-collection-header .collection-heading {
  margin-bottom: 0; }

.collection-sortbyfilter-container {
  position: relative;
  min-width: 180px; }
  @media (max-width: 991px) {
    .collection-sortbyfilter-container {
      min-width: auto; } }
  .collection-sortbyfilter-container .collection-sortby-option {
    background: #fff;
    border: 1px solid var(--shop-color-border);
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: -10px !important;
    padding-top: 10px !important; }
    @media (max-width: 991px) {
      .collection-sortbyfilter-container .collection-sortby-option {
        position: absolute;
        z-index: 9;
        width: 100%; } }
    .collection-sortbyfilter-container .collection-sortby-option ul.sort-by {
      margin: 0;
      padding: 5px 10px;
      border-top: unset;
      margin-top: -10px;
      padding-top: 15px; }
      @media (max-width: 991px) {
        .collection-sortbyfilter-container .collection-sortby-option ul.sort-by {
          border: 1px solid rgba(0, 0, 0, 0.6); } }
    .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li {
      position: relative;
      cursor: pointer;
      padding: 4px 10px 4px 25px; }
    .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:before {
      content: "";
      position: absolute;
      left: 5px;
      top: 10px;
      margin: auto;
      z-index: 1;
      width: 12px;
      height: 6px;
      border: 1.5px solid var(--primary-color);
      border-top-style: none;
      border-right-style: none;
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -webkit-transform: rotate(-45deg) scale(0, 0);
      -moz-transform: rotate(-45deg) scale(0, 0);
      -ms-transform: rotate(-45deg) scale(0, 0);
      -o-transform: rotate(-45deg) scale(0, 0);
      transform: rotate(-45deg) scale(0, 0); }
    .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li.active:before {
      -webkit-transform: rotate(-45deg) scale(1, 1);
      -moz-transform: rotate(-45deg) scale(1, 1);
      -ms-transform: rotate(-45deg) scale(1, 1);
      -o-transform: rotate(-45deg) scale(1, 1);
      transform: rotate(-45deg) scale(1, 1); }
    .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:hover {
      color: var(--primary-color); }
  @media (min-width: 992px) {
    .collection-sortbyfilter-container .collection-sortby-option {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0;
      top: calc(100% + 10px);
      z-index: 9;
      pointer-events: none;
      visibility: hidden;
      opacity: 0;
      border: 1px solid rgba(0, 0, 0, 0.5); }
    .collection-sortbyfilter-container:hover .collection-sortby-option {
      pointer-events: auto;
      visibility: visible;
      top: 100%;
      opacity: 1; }
    .collection-sortbyfilter-container:hover .collection-sortby-opticccon {
      color: #666;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); } }
  @media (max-width: 991px) {
    .collection-sortbyfilter-container .collection-sortby-option {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0;
      top: calc(100% + 10px);
      z-index: 999;
      pointer-events: none;
      visibility: hidden;
      opacity: 0; }
      .collection-sortbyfilter-container .collection-sortby-option.isShow {
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        opacity: 1; }
      .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li {
        padding-left: 10px;
        padding-right: 25px; }
      .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:before {
        left: initial;
        right: 5px; } }

.collection-sortby-filter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: relative;
  z-index: 999; }
  .collection-sortby-filter .collection-sortby, .collection-sortby-filter .collection-filterby {
    -webkit-flex: 1 1;
    flex: 1 1;
    width: 50%; }
  .collection-sortby-filter .collection-filterby {
    display: none; }
  .collection-sortby-filter .collection-sortby .boxstyle-mb,
  .collection-sortby-filter .collection-filterby .boxstyle-mb {
    position: relative;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    width: 100%;
    font-size: 13px;
    padding: 0px 40px 0px 10px;
    cursor: pointer;
    border: 1px solid var(--shop-color-border);
    border-right: 0;
    border-radius: 0; }
  .collection-sortby-filter > div:last-child .boxstyle-mb {
    border: 1px solid rgba(0, 0, 0, 0.6);
    background: #fff;
    border-radius: 12px; }
  .collection-sortby-filter .layered_filter_title .title_filter {
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
    @media (max-width: 991px) {
      .collection-sortby-filter .layered_filter_title .title_filter {
        text-align: left; } }
  .collection-sortby-filter .layered_filter_title .title_filter:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    width: 1px;
    height: 53%;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translateY(-50%); }
  .collection-sortby-filter .layered_filter_title .title_filter:after {
    content: "";
    display: block;
    position: absolute;
    top: 42%;
    right: 10px;
    width: 0px;
    height: 0px;
    margin: 0;
    background: transparent;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent; }
  .collection-sortby-filter .layered_filter_title .title_filter .icon-filter {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    vertical-align: top;
    color: #333;
    margin-right: 6px; }
  .collection-sortby-filter .layered_filter_title .title_filter .icon-filter svg {
    width: 20px;
    height: 36px;
    line-height: 36px;
    fill: #333;
    stroke: #333; }
  .collection-sortby-filter .layered_filter_title .title_filter .icon-filter .fa {
    line-height: 36px;
    font-size: 17px;
    color: #333; }
  .collection-sortby-filter .layered_filter_title .title_filter .icon-close {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
    width: 18px;
    height: 18px;
    line-height: 18px; }
    .collection-sortby-filter .layered_filter_title .title_filter .icon-close svg {
      width: 18px;
      height: 18px;
      fill: var(--primary-color); }

.collection-listproduct {
  margin-bottom: 25px; }
  .collection-listproduct .animated.fadeIn {
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none; }

.layered_filter_bottom {
  display: none; }

.wrapper-collection-header .collection-heading {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .wrapper-collection-header .collection-heading {
      display: block;
      justify-content: center;
      margin-bottom: 0;
      width: 100%;
      margin: auto;
      max-width: calc(100% - 30px);
      margin-top: 15px; } }

/*  FILTER */
body.open-filter {
  overflow: hidden; }

@media (max-width: 992px) {
  .wrapper-filter {
    width: 100%;
    margin-top: 10px;
    padding: 0; }
    .wrapper-filter .pd-mb {
      padding-left: 25px;
      padding-right: 25px; } }

.wrapper-filter .wrapper_layered_filter {
  z-index: 2;
  position: relative;
  top: 0;
  height: 100%; }
  .wrapper-filter .wrapper_layered_filter .filter_group:last-child .filter_group_block {
    border-bottom: unset; }

.filter_group.filter_sortby {
  display: none; }

.btn-collection.btn_clear_filter {
  display: none; }

.btn-collection {
  display: inline-block;
  text-transform: initial;
  font-size: 14px;
  margin-top: 15px;
  padding: 10px 25px;
  border-radius: 4px;
  background: transparent;
  border: 1px solid var(--text-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  letter-spacing: 2px; }
  .btn-collection:focus {
    outline: none;
    color: var(--text-color); }
  .btn-collection:hover {
    color: var(--shop-color-hover);
    border-color: var(--shop-color-hover); }

.checkbox-list li {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 0 25px;
  line-height: 1.3; }

.checkbox-list input[type='checkbox'],
.checkbox-list input[type='radio'] {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 0;
  vertical-align: top;
  width: 16px;
  height: 16px;
  cursor: pointer;
  outline: none;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.checkbox-list input[type='checkbox']:after,
.checkbox-list input[type='radio']:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #d6d3d1;
  cursor: pointer;
  border-radius: 2px; }

.checkbox-list input[type='checkbox']:before,
.checkbox-list input[type='radio']:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  margin: auto;
  z-index: 1;
  width: 10px;
  height: 5px;
  border: 2px solid #ffffff;
  border-top-style: none;
  border-right-style: none;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  -moz-transform: rotate(-45deg) scale(0, 0);
  -ms-transform: rotate(-45deg) scale(0, 0);
  -o-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0); }

.checkbox-list input[type='checkbox']:checked:after,
.checkbox-list input[type='radio']:checked:after {
  background: var(--primary-color); }

.checkbox-list input[type='checkbox']:checked:before,
.checkbox-list input[type='radio']:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -o-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1); }

.checkbox-list li label {
  margin: 0px;
  font-weight: normal;
  cursor: pointer;
  color: var(--text-color);
  font-size: 15px; }

.checkbox-list li:hover {
  color: var(--primary-color); }

.checkbox-list li:hover input[type='checkbox']:after {
  border-color: var(--primary-color); }

.wrapper_layered_filter .layered_filter_title {
  padding: 0px 0 7.5px;
  top: 0;
  z-index: 9;
  border-bottom: 1px solid #dfe2e6;
  width: 100%; }
  .wrapper_layered_filter .layered_filter_title span {
    display: none; }
    .wrapper_layered_filter .layered_filter_title span i {
      color: white; }

.wrapper_layered_filter .layered_filter_title .title_filter {
  margin: 0;
  font-weight: bold;
  font-size: 28px; }

.wrapper_layered_filter .layered_filter_title .title_filter .icon-filter {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }
  .wrapper_layered_filter .layered_filter_title .title_filter .icon-filter svg {
    width: 20px;
    height: 30px;
    fill: #909097;
    stroke: #909097;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

.wrapper_layered_filter .layered_filter_container {
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: wrap; }
  @media (max-width: 992px) {
    .wrapper_layered_filter .layered_filter_container {
      margin-bottom: 0; } }

.wrapper_layered_filter .layered_filter_container .layered_filter_group {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%; }

.wrapper_layered_filter .filter_group + .filter_group {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 20px; }

.wrapper_layered_filter .filter_group .filter_group_block {
  position: relative;
  padding: 7.5px 0; }

.wrapper_layered_filter .filter_group .filter_group-subtitle {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between; }
  .wrapper_layered_filter .filter_group .filter_group-subtitle .icon-svg {
    transition: .3s all ease-in-out;
    transform: rotate(180deg);
    --icon-width: 24px;
    --icon-height: 24px; }
  .wrapper_layered_filter .filter_group .filter_group-subtitle.action-group .icon-svg {
    transform: rotate(0deg);
    transition: .3s all ease-in-out; }

.wrapper_layered_filter .filter_group .filter_group-subtitle:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  height: 8px;
  width: 8px;
  border-color: #666;
  border-style: solid;
  border-width: 0 1px 1px 0;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .2s ease;
  display: none; }

.wrapper_layered_filter .filter_group .filter_group-subtitle.action-group:after {
  transform: translateY(-50%) rotate(225deg);
  bottom: -10px; }

.wrapper_layered_filter .filter_group .filter_group-content {
  margin-top: 10px; }
  .wrapper_layered_filter .filter_group .filter_group-content .checkbox-list > li:last-child {
    margin-bottom: 0; }

.wrapper_layered_filter .layered_filter_tags .filter_tags {
  position: relative;
  margin: 15px 10px 0px 0;
  color: #5d5d5d;
  background: #fff;
  font-size: 13px;
  height: 0;
  transition: .3s all; }
  .wrapper_layered_filter .layered_filter_tags .filter_tags .filter_tags-item {
    position: relative;
    border-radius: 12px;
    font-size: 13px;
    background: #fff;
    padding: 2px 32px 2px 10px;
    color: #5d5d5d;
    font-size: 13px;
    border: 1px solid #dadada;
    display: inline-block; }
  .wrapper_layered_filter .layered_filter_tags .filter_tags span.filter_tags_remove {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    cursor: pointer; }
    .wrapper_layered_filter .layered_filter_tags .filter_tags span.filter_tags_remove svg {
      width: 16px;
      height: 16px;
      vertical-align: inherit; }
    .wrapper_layered_filter .layered_filter_tags .filter_tags span.filter_tags_remove:hover {
      cursor: pointer; }
  .wrapper_layered_filter .layered_filter_tags .filter_tags.opened {
    height: auto; }
  .wrapper_layered_filter .layered_filter_tags .filter_tags.filter_tags_remove_all {
    cursor: pointer;
    border: 0;
    padding: 2px 10px; }
    .wrapper_layered_filter .layered_filter_tags .filter_tags.filter_tags_remove_all span {
      color: var(--primary-color);
      border-bottom: 1px solid var(--primary-color); }

.wrapper_layered_filter .layered_filter_title .close_filter {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: calc(50% - 15px);
  z-index: 5;
  border: 0;
  background: transparent;
  text-align: center;
  outline: none; }

.wrapper_layered_filter .layered_filter_title .close_filter svg {
  width: 16px;
  height: 30px; }

.checkbox-sortby li {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 25px; }
  .checkbox-sortby li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cedadd;
    border-radius: 2px;
    cursor: pointer; }
  .checkbox-sortby li:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #ffffff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0); }
  .checkbox-sortby li.active:after {
    background: var(--primary-color); }
  .checkbox-sortby li.active:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }

.filter-color .checkbox-list li {
  margin: 0 14px 15px 0;
  line-height: normal;
  float: left;
  padding: 0; }

.filter-color .checkbox-list li label {
  border: 1px solid #eaeaea;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  float: left;
  position: relative;
  font-size: 0;
  margin-left: 0;
  margin-bottom: 0; }

.filter-color .checkbox-list input[type="checkbox"] {
  display: none; }

.filter-color .checkbox-list input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 6px;
  height: 6px;
  width: 12px;
  z-index: 99;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.filter-color .checkbox-list input[type="checkbox"]:checked + label {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px var(--shop-color-border); }

@media (min-width: 992px) {
  .wrapper_layered_filter .layered_filter_parent.layered_filter_sortby {
    display: none; }
  .wrapper_layered_filter {
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; }
  .collection-filter.checkFilter {
    display: none; }
  .collection-heading__content .dFlex-row {
    justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -ms-align-items: center; }
  .collection-heading__content .heading-box {
    display: -webit-flex;
    display: -ms-flex;
    display: flex;
    height: 100%;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; } }

@media (max-width: 991px) {
  .collection-listproduct {
    overflow: hidden; }
  .collection-content {
    padding-left: 2px;
    padding-right: 2px; }
  .collection-heading__content .dFlex-row {
    margin: 0; }
  .wrapper_layered_filter {
    margin: 0; }
  .wrapper_layered_filter .layered_filter_parent.show-filter .overlays-rgba {
    pointer-events: auto; }
  .wrapper_layered_filter .layered_filter_parent.show-filter .layered_filter_container {
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .wrapper_layered_filter .layered_filter_parent.layered_filter_sortby .layered_filter_container {
    height: auto;
    border-radius: 16px 16px 0 0; }
  .wrapper_layered_filter .layered_filter_parent.layered_filter_sortby .filter_sortby .filter_group-subtitle {
    display: none; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_title {
    position: relative;
    width: 100%;
    display: block;
    max-width: 100%;
    padding: 12px 15px 12px 15px;
    background: var(--shop-color-button);
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .wrapper_layered_filter .layered_filter_container .layered_filter_title span {
      display: block; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_title .close_filter {
    display: block; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_title .close_filter svg {
    fill: #ffffff; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_title .title_filter {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_title .title_filter:after {
    display: none; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_title .title_filter .icon-filter {
    width: 22px;
    height: 22px;
    margin-top: -6px; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_title .title_filter .icon-filter svg {
    width: 22px;
    height: 100%;
    fill: #ffffff;
    stroke: #ffffff; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_title.open-filter i {
    transition: .2s all; }
    .wrapper_layered_filter .layered_filter_container .layered_filter_title.open-filter i:before {
      content: '\f068'; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_title.open-filter .layered_filter_group {
    display: block; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_group {
    -ms-flex: 0 0 auto;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    padding: 10px 15px 10px; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_bottom {
    width: 100%;
    padding: 10px 5px 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_bottom .btn-filter {
    margin: 0 6px;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    outline: none;
    border-radius: 2px;
    text-transform: uppercase; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_bottom .btn-filter-apply {
    color: #ffffff;
    background-color: var(--shop-color-button);
    border: 1px solid var(--shop-color-button); }
  .wrapper_layered_filter .layered_filter_container .layered_filter_bottom .btn-filter-clear {
    color: #000000;
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb; }
  .wrapper_layered_filter .layered_filter_container .filter_group + .filter_group .filter_group_block {
    border-top: 1px solid var(--shop-color-border); }
  .wrapper_layered_filter .layered_filter_container .filter_group.filter_sortby {
    display: block; }
  .wrapper_layered_filter .layered_filter_container .filter_group .filter_group-subtitle {
    border: 0;
    font-size: 14px; }
  .wrapper_layered_filter .layered_filter_container .filter_group .filter_group-subtitle, .wrapper_layered_filter .layered_filter_container .filter_group .filter_group-content {
    padding-left: 0;
    padding-right: 0; }
  .wrapper_layered_filter .layered_filter_tags {
    display: none; } }

.collection-filter-tags {
  margin: 0; }
  .collection-filter-tags .layered_filter_tags .filter_tags {
    position: relative;
    margin: 10px 0;
    color: #5d5d5d;
    background: #fff;
    font-size: 13px;
    display: none; }
    .collection-filter-tags .layered_filter_tags .filter_tags b {
      font-weight: 700; }
    .collection-filter-tags .layered_filter_tags .filter_tags .filter_tags-item {
      position: relative;
      border-radius: 12px;
      font-size: 13px;
      background: #fff;
      padding: 2px 32px 2px 10px;
      color: #5d5d5d;
      font-size: 13px;
      border: 1px solid #dadada;
      display: inline-block;
      margin-left: 10px; }
    .collection-filter-tags .layered_filter_tags .filter_tags.opened ~ .filter_tags {
      margin-left: 10px; }
  .collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all {
    cursor: pointer;
    border: 0;
    padding: 2px 10px; }
  .collection-filter-tags .layered_filter_tags .filter_tags span.filter_tags_remove {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: flex;
    display: -ms-flex; }
    .collection-filter-tags .layered_filter_tags .filter_tags span.filter_tags_remove:hover {
      cursor: pointer; }
  .collection-filter-tags .layered_filter_tags .filter_tags.opened {
    display: inline-block; }

.wrapper-filter {
  padding-top: 15px;
  /*.btn-filter-mobile {
    @media (min-width: 992px) {display: none;}
    width: 100%;
    border-radius: var(--border-md);
    background: var(--heading-color);
    color: white;
    font-size: 16px;
    padding: 8px 12px;
  }*/ }
  @media (max-width: 992px) {
    .wrapper-filter {
      padding-top: 0px; } }

@media (max-width: 992px) {
  .wrapper-collection-header,
  .wrapper_layered_filter {
    display: none; } }

.wrapper_layered_filter-overlay {
  z-index: 1; }
  .wrapper_layered_filter-overlay:before {
    content: '';
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6); }

.filter-mobile-wrapper .wrapper-collection-header,
.filter-mobile-wrapper .wrapper_layered_filter {
  display: block; }

@media (max-width: 992px) {
  .filter-mobile-wrapper {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    top: 23%;
    position: fixed;
    z-index: 9999;
    height: 100%;
    left: 0;
    right: 0;
    border-top: 1px solid #ddd;
    background-color: white;
    transition: .4s all ease-in-out; }
    .filter-mobile-wrapper .wrapper_layered_filter {
      height: 100%;
      overflow-y: auto; } }

.filter-mobile-wrapper.showed {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: .4s all ease-in-out; }
  .filter-mobile-wrapper.showed + .wrapper_layered_filter-overlay:before {
    opacity: 1;
    visibility: visible; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  gap: 8px; }
  .pagination .page-node {
    --background-color: rgba(18, 18, 18, 0.025);
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 8px;
    background-color: transparent;
    position: relative;
    transition: .3s all ease-in-out;
    font-weight: 500; }
    .pagination .page-node a, .pagination .page-node span {
      color: currentcolor; }
    .pagination .page-node:before {
      content: '';
      opacity: 0.5;
      position: absolute;
      width: 100%;
      height: 100%; }
    .pagination .page-node.current {
      color: white;
      background-color: var(--primary-color); }
    .pagination .page-node:not(.prev):not(.next):not(.current):hover {
      background-color: rgba(0, 0, 0, 0.05);
      transition: .3s all ease-in-out; }
  .pagination li.prev .page-node, .pagination li.next .page-node {
    background-color: rgba(0, 0, 0, 0.05); }
  .pagination li.prev.disabled, .pagination li.next.disabled {
    opacity: 0.65; }

@media (max-width: 992px) {
  .text-not-found {
    font-size: 18px; } }

.text-not-found + p {
  font-size: 14px;
  line-height: 1.4; }

@media (max-width: 992px) {
  .section-themes-details__heading .list-tabs .navtab-link.block-title {
    font-size: 22px; }
  .wrap-left-collection .wrapper-filter {
    display: none; }
  .listProduct-row .hrvtheme-item {
    margin-top: 12px; }
    .listProduct-row .hrvtheme-item .hrvtheme-item__image {
      padding-top: 172%; }
  .template-search .section-themes-details__heading .list-tabs .navtab-link.block-title {
    font-size: 16px;
    padding-bottom: 5px; }
  .section-themes-details__heading .list-tabs .navtab-link.block-title {
    font-size: 18px; }
  .section-themes-details__heading .list-tabs .btn {
    padding: 4px 18px;
    font-size: 14px; }
  .template-search .section-themes-details__heading .list-tabs li:first-child {
    flex: 2; } }
