.has-banner .breadcrumb-shop {
  background: transparent;
  border: none;
  position: relative; }
  .has-banner .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
    display: flex;
    justify-content: start;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px; }
    .has-banner .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows span {
      font-weight: 600; }
    .has-banner .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows a {
      color: #fff; }
      .has-banner .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows a:hover {
        color: var(--shop-color-main); }
    .has-banner .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows > li + li:before {
      color: #fff;
      margin-left: 10px; }
  @media (max-width: 767px) {
    .has-banner .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
      font-size: 12px; } }

.section-breadcrumb {
  position: relative;
  background-image: var(--bg-img);
  background-size: cover;
  background-position: center;
  padding: 150px 0; }
  .section-breadcrumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
  .section-breadcrumb .breadcrumb-content {
    position: relative;
    color: #fff; }
    .section-breadcrumb .breadcrumb-content h1 {
      font-size: 60px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-breadcrumb {
      padding: 80px 0; }
      .section-breadcrumb .breadcrumb-content h1 {
        font-size: 40px; } }
  @media (max-width: 991px) {
    .section-breadcrumb {
      padding: 60px 0; }
      .section-breadcrumb .breadcrumb-content h1 {
        font-size: 30px; } }
  @media (max-width: 767px) {
    .section-breadcrumb .breadcrumb-content h1 {
      font-size: 24px;
      margin-bottom: 0; } }

/*===== COLLECTION ========================================*/
.layout-collections .breadcrumb-shop {
  margin-bottom: 0; }

.collection-alert-no {
  font-size: 14px;
  padding: 10px 0; }

.collection-alert-no p {
  margin: 0; }

.collection-heading__content h1 {
  margin: 0;
  font-size: 24px; }

@media (max-width: 991px) {
  .collection-heading__content .heading-box {
    width: 50%; }
    .collection-heading__content .heading-box .filter-box:not(.noBorder) {
      position: relative;
      height: 38px;
      line-height: 36px;
      width: 100%;
      font-size: 13px;
      font-weight: 600;
      padding: 0px 40px 0px 10px;
      cursor: pointer;
      border: 1px solid var(--shop-color-border);
      border-radius: 0; } }

.collection-heading__content .heading-box .title-filter {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer; }

.collection-heading__content .heading-box svg {
  width: 16px;
  height: 16px;
  stroke: var(--shop-color-text);
  margin-left: 5px; }

@media (max-width: 991px) {
  .collection-heading__content .heading-sortbyfilter {
    width: 50%; } }

.collection-heading__content .collection-filter-tags {
  margin: 20px 0 40px 0; }
  @media (max-width: 991px) {
    .collection-heading__content .collection-filter-tags {
      margin: 20px 0 30px 0; } }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags {
    position: relative;
    border-radius: 12px;
    margin: 10px 0;
    color: #5d5d5d;
    background: #fff;
    border: 1px solid #dadada;
    font-size: 13px;
    display: none;
    padding: 2px 32px 2px 10px; }
    .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.opened ~ .filter_tags {
      margin-left: 10px; }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all {
    cursor: pointer;
    border: 0;
    padding: 2px 10px; }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all span {
    color: var(--shop-color-main);
    border-bottom: 1px solid var(--shop-color-main); }
  .collection-heading__content .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-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.opened {
    display: inline-block; }

.wrapper-collection-header {
  background: #f8f8f8;
  padding: 50px 0; }
  .wrapper-collection-header .collection-banner img:not(.lazyloaded) {
    min-height: 220px; }
  .wrapper-collection-header .collection-banner img {
    display: block;
    margin: auto; }
  .wrapper-collection-header .collection-heading h1 {
    font-size: 42px;
    font-weight: 500;
    color: var(--shop-color-title);
    margin: 0 0 0; }
  .wrapper-collection-header .collection-desc {
    position: relative;
    padding-bottom: 30px;
    margin-top: 12px; }
    .wrapper-collection-header .collection-desc__view {
      font-weight: 500;
      margin: 12px 0 0;
      display: none;
      padding: 30px 0 0;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2), #f8f8f8); }
      .wrapper-collection-header .collection-desc__view span {
        display: inline-block;
        padding: 5px 0;
        text-decoration: underline;
        cursor: pointer; }
    .wrapper-collection-header .collection-desc.is-expandable .collection-desc__view {
      display: block; }
    .wrapper-collection-header .collection-desc.is-expandable .collection-desc__info {
      height: 100px;
      overflow: hidden; }
  .wrapper-collection-header.banner-header {
    padding: 0; }
  @media (min-width: 992px) {
    .wrapper-collection-header.banner-header .collection-heading {
      align-self: center;
      padding: 20px 35px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .wrapper-collection-header .collection-heading h1 {
      font-size: 26px; }
    .wrapper-collection-header.banner-header .collection-heading {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media (max-width: 767px) {
    .wrapper-collection-header {
      padding: 30px 0; }
    .wrapper-collection-header .collection-heading h1 {
      font-size: 24px; }
    .wrapper-collection-header.banner-header .collection-heading {
      padding-top: 30px;
      padding-bottom: 30px; } }

.collection-heading .collection-heading__content .line-collection-content {
  border-bottom: 1px solid #dfe2e6;
  padding-top: 20px;
  padding-bottom: 20px; }

.wrapper-mainCollection .collection-sortbyfilter-container {
  position: relative;
  min-width: 220px; }
  @media (max-width: 991px) {
    .wrapper-mainCollection .collection-sortbyfilter-container {
      min-width: auto; } }
  .wrapper-mainCollection .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; }
    @media (max-width: 991px) {
      .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
        position: absolute;
        z-index: 9;
        width: 100%; } }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by {
      margin: 0;
      padding: 5px 10px; }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li {
      position: relative;
      cursor: pointer;
      padding: 4px 10px 4px 25px; }
    .wrapper-mainCollection .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(--shop-color-main);
      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); }
    .wrapper-mainCollection .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); }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:hover {
      color: var(--shop-color-main); }
  @media (min-width: 992px) {
    .wrapper-mainCollection .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; }
    .wrapper-mainCollection .collection-sortbyfilter-container:hover .collection-sortby-option {
      pointer-events: auto;
      visibility: visible;
      top: 100%;
      opacity: 1; }
    .wrapper-mainCollection .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) {
    .wrapper-mainCollection .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; }
      .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option.isShow {
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        opacity: 1; }
      .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li {
        padding-left: 10px;
        padding-right: 25px; }
      .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:before {
        left: initial;
        right: 5px; } }

.wrapper-mainCollection .collection-sortby-filter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .wrapper-mainCollection .collection-sortby-filter .collection-sortby, .wrapper-mainCollection .collection-sortby-filter .collection-filterby {
    -webkit-flex: 1 1;
    flex: 1 1;
    width: 50%; }
  .wrapper-mainCollection .collection-sortby-filter .collection-filterby {
    display: none; }
  .wrapper-mainCollection .collection-sortby-filter .collection-sortby .boxstyle-mb,
  .wrapper-mainCollection .collection-sortby-filter .collection-filterby .boxstyle-mb {
    position: relative;
    height: 38px;
    line-height: 36px;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    padding: 0px 40px 0px 10px;
    cursor: pointer;
    border: 1px solid var(--shop-color-border);
    border-right: 0;
    border-radius: 0; }
  .wrapper-mainCollection .collection-sortby-filter > div:last-child .boxstyle-mb {
    border-right: 1px solid var(--shop-color-border);
    background: #fff; }
  .wrapper-mainCollection .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) {
      .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter {
        text-align: center; } }
  .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter:after {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: 10px;
    width: 0px;
    height: 0px;
    margin: 0;
    background: transparent;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #bababa transparent transparent transparent; }
  .wrapper-mainCollection .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; }
  .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter svg {
    width: 20px;
    height: 36px;
    line-height: 36px;
    fill: #333;
    stroke: #333; }
  .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter .fa {
    line-height: 36px;
    font-size: 17px;
    color: #333; }
  .wrapper-mainCollection .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; }
    .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-close svg {
      width: 18px;
      height: 18px;
      fill: var(--shop-color-main); }

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

.wrapper-mainCollection .layered_filter_bottom {
  display: none; }

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

.wrapper-filter {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 500px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 0;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  left: -100%;
  height: 100vh;
  overflow-y: auto;
  z-index: 9999;
  background: #fff; }
  @media (max-width: 992px) {
    .wrapper-filter {
      width: 100%; } }
  .wrapper-filter .overlay-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    z-index: 1; }
    .open-filter .wrapper-filter .overlay-filter {
      opacity: 1;
      visibility: visible; }
  .open-filter .wrapper-filter {
    opacity: 1;
    visibility: inherit;
    left: 0; }
  .wrapper-filter .wrapper_layered_filter {
    z-index: 2;
    background: #fff;
    position: relative;
    top: 0;
    height: 100%; }

.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(--shop-color-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  letter-spacing: 2px; }
  .btn-collection:focus {
    outline: none;
    color: var(--shop-color-text); }
  .btn-collection:hover {
    color: var(--shop-color-hover);
    border-color: var(--shop-color-hover); }

.checkbox-list li {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 25px; }

.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;
  background: #fff;
  border: 1px solid #cedadd;
  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(--shop-color-main); }

.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(--shop-color-text); }

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

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

.wrapper_layered_filter .layered_filter_title {
  text-transform: uppercase;
  position: sticky;
  padding: 20px;
  top: 0;
  z-index: 9;
  background: #fff;
  border-bottom: 1px solid #dfe2e6;
  width: 100%; }

.wrapper_layered_filter .layered_filter_title .title_filter {
  margin: 0;
  font-weight: 500;
  font-size: 20px; }

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

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

.wrapper_layered_filter .filter_group .filter_group_block {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #dfe2e6; }

.wrapper_layered_filter .filter_group .filter_group-subtitle {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px; }

.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 .layered_filter_tags .filter_tags {
  position: relative;
  border-radius: 12px;
  margin: 15px 10px 0px 0;
  color: #5d5d5d;
  background: #fff;
  border: 1px solid #dadada;
  font-size: 13px;
  display: none;
  padding: 2px 32px 3px 10px; }
  .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.opened {
    display: inline-block; }
  .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(--shop-color-main);
      border-bottom: 1px solid var(--shop-color-main); }

.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(--shop-color-main); }
  .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; } }

.collection-content .listProduct-row {
  display: flex;
  flex-flow: wrap;
  margin: 0;
  gap: 20px; }
  .collection-content .listProduct-row .product-loop {
    -ms-flex: 0 0 calc(33.33% - 15px);
    flex: 0 0 calc(33.33% - 15px);
    max-width: calc(33.33% - 15px); }

@media (max-width: 991px) {
  .collection-content .listProduct-row {
    padding: 0 15px; }
    .collection-content .listProduct-row .product-loop {
      -ms-flex: 0 0 calc(50% - 10px);
      flex: 0 0 calc(50% - 10px);
      max-width: calc(50% - 10px); } }
