/*===== COLLECTION ========================================*/
.section-home-slider {
  padding-top: 0;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0; }
  .section-home-slider .slider-item {
    position: relative; }
    .section-home-slider .slider-item a {
      transition: 0s; }
    .section-home-slider .slider-item .owl-lazy {
      transition: opacity 0.3s ease; }
    .section-home-slider .slider-item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
      z-index: 9; }
    .section-home-slider .slider-item .slide--content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      z-index: 10; }
      .section-home-slider .slider-item .slide--content .content-detail {
        padding: 32px 24px;
        max-width: 650px;
        margin: 0 auto;
        text-align: center; }
      .section-home-slider .slider-item .slide--content .slide--logo {
        color: #C11818;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: -0.7px;
        margin-bottom: 4px;
        line-height: 48px; }
      .section-home-slider .slider-item .slide--content .slide--des {
        color: #FFF;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: -0.5px;
        line-height: 40px; }
      .section-home-slider .slider-item .slide--content .title1 {
        color: #FFF;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: -0.5px;
        margin-top: 16px;
        margin-bottom: 0;
        line-height: 40px; }
      .section-home-slider .slider-item .slide--content .title2 {
        color: #FFF;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: -0.7px;
        margin-bottom: 4px;
        line-height: 48px; }
      .section-home-slider .slider-item .slide--content .btn-more .button {
        border-radius: 6px;
        display: inline-flex;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        /* 142.857% */
        letter-spacing: -0.1px; }
  .section-home-slider .slider-item.item-video .slide--frame {
    opacity: 0;
    transition: opacity 0.3s ease 0.15s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .section-home-slider .slider-item.item-video .slide--frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none; }
  .section-home-slider .slider-item.item-video .slide--mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    background: rgba(0, 0, 0, 0.01); }
  .section-home-slider .slider-item.item-video .slide--yticon {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(255, 255, 255, 0);
    width: 50px;
    height: 42px;
    border: 0;
    outline: none; }
    .section-home-slider .slider-item.item-video .slide--yticon svg {
      fill: #ffffff;
      width: 32px;
      height: 100%; }
  .section-home-slider .slider-item.item-video .slide--frame iframe + .slide--yticon {
    opacity: 1; }
  .section-home-slider .owl-item.active .slider-item.item-video .slide--frame {
    opacity: 1; }
  .section-home-slider .owl-carousel:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    overflow: hidden; }
    .section-home-slider .owl-carousel:not(.owl-loaded) .slider-item {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%; }
  .section-home-slider .owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    padding: 0;
    opacity: 0;
    height: 28px;
    width: 28px;
    padding: 8px;
    border-radius: 4px;
    background-color: #fff;
    outline: none;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section-home-slider .owl-carousel .owl-nav button.owl-prev {
      left: 30px; }
    .section-home-slider .owl-carousel .owl-nav button.owl-next {
      right: 30px; }
    .section-home-slider .owl-carousel .owl-nav button svg {
      width: 20px;
      height: 20px; }
  .section-home-slider .owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 15px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .section-home-slider .owl-carousel .owl-dots .owl-dot {
      margin: 0 4px;
      outline: 0; }
      .section-home-slider .owl-carousel .owl-dots .owl-dot span {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #d9d9d9; }
      .section-home-slider .owl-carousel .owl-dots .owl-dot.active {
        border-radius: 50%; }
      .section-home-slider .owl-carousel .owl-dots .owl-dot.active span {
        background: var(--shop-color-main); }
  .section-home-slider:hover .owl-nav button {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  @media (max-width: 767px) {
    .section-home-slider .owl-carousel .owl-dots {
      bottom: 5px; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot {
      margin: 0 2px; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot span {
      width: 4px;
      height: 4px;
      margin: 4px; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot.active {
      border: 1px solid #000000; }
    .section-home-slider .slider-item .slide--content .slide--logo {
      font-size: 24px; }
    .section-home-slider .slider-item .slide--content .slide--des {
      font-size: 16px; }
    .section-home-slider .slider-item .slide--content .title1 {
      font-size: 18px; }
    .section-home-slider .slider-item .slide--content .title2 {
      font-size: 24px; }
    .section-home-slider .slider-item .slide--content .btn-more .button {
      padding: 8px 16px; } }

.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 0 30px 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: 36px;
      line-height: 36px;
      width: 100%;
      font-size: 13px;
      font-weight: 600;
      padding: 0px;
      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;
  margin: 0;
  padding: 8px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.2px; }
  @media (max-width: 991.98px) {
    .collection-heading__content .heading-box .title-filter {
      background: #fff;
      padding: 0;
      border: 0;
      height: 34px; } }

.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 50px; }
  @media (max-width: 991px) {
    .collection-heading__content .collection-filter-tags {
      margin: 20px 0 30px; } }
  .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; }

.collection-heading .collection-heading__content .line-collection-content {
  padding-top: 64px;
  padding-bottom: 64px; }
  @media (max-width: 991.98px) {
    .collection-heading .collection-heading__content .line-collection-content {
      padding-top: 32px;
      padding-bottom: 32px; } }

.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: 36px;
    line-height: 36px;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    padding: 0 40px 0 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: 0;
    height: 0;
    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: 32px; }
  .wrapper-mainCollection .collection-listproduct .animated.fadeIn {
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none; }

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

.wrapper-filter {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 25%;
  -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;
  right: -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;
    right: 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: 50%;
  left: 0;
  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;
  transform: translateY(-50%); }

.checkbox-list input[type='checkbox']:after,
.checkbox-list input[type='radio']:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  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: 0;
  font-weight: normal;
  cursor: pointer;
  color: var(--shop-color-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.1px; }

.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 {
  position: sticky;
  padding: 8px 16px;
  top: 0;
  z-index: 9;
  width: 100%;
  background: #C11818; }

.wrapper_layered_filter .layered_filter_title .title_filter {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.2px;
  color: #fff; }

.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: #fff;
    stroke: #fff;
    -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: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px; }

.wrapper_layered_filter .filter_group .filter_group-subtitle {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer; }
  .wrapper_layered_filter .filter_group .filter_group-subtitle svg {
    transform: rotate(180deg);
    transition: 0.25s ease; }

.wrapper_layered_filter .filter_group .filter_group_block .filter_group-content {
  display: none; }

.wrapper_layered_filter .filter_group .filter_group_block.open .filter_group-subtitle svg {
  transform: rotate(0deg);
  transition: 0.25s ease; }

.wrapper_layered_filter .filter_group .filter_count_list ul.hasfilter {
  display: flex;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  padding: 8px;
  flex-wrap: wrap;
  border: 1px solid #333; }
  .wrapper_layered_filter .filter_group .filter_count_list ul.hasfilter li {
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    display: inline-flex;
    align-items: center;
    gap: 8px; }
    .wrapper_layered_filter .filter_group .filter_count_list ul.hasfilter li span {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      /* 142.857% */
      letter-spacing: -0.1px; }

.wrapper_layered_filter .layered_filter_bottom {
  position: sticky;
  padding: 16px;
  top: 0;
  z-index: 9;
  width: 100%;
  background: #fff; }
  .wrapper_layered_filter .layered_filter_bottom .btn-filter {
    background: #C11818;
    color: #fff;
    width: 100%;
    border: 0;
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: -0.1px; }

.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;
  fill: #fff; }

.filter_sortby_pc {
  margin-top: 24px; }
  .filter_sortby_pc .filter_group_block {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center; }

.filter_sortby_pc_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.2px; }

.checkbox-sortby {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center; }
  .checkbox-sortby li {
    position: relative;
    color: #808080;
    cursor: pointer;
    font-weight: 600;
    /*&:after {
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			width: 16px;
			height: 16px;
			background: #fff;
			border: 1px solid #cedadd;
			border-radius: 2px;
			cursor: pointer;
		}
		&: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);
		}
		&.active:after {
			background: var(--shop-color-main);
		}
		&.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);
		}*/ }
    .checkbox-sortby li.active, .checkbox-sortby li:hover {
      color: var(--shop-color-main); }

.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;
    overflow: hidden; }
  .collection-heading__content .filter-box-pc {
    max-width: 100px;
    flex: 0 0 100px; }
  .collection-heading__content .filter-brands {
    max-width: calc(100% - 124px);
    flex: 0 0 calc(100% - 124px);
    margin-left: 24px;
    display: flex;
    gap: 24px;
    white-space: nowrap;
    overflow-x: scroll; }
    .collection-heading__content .filter-brands .filter-item {
      display: inline-flex;
      height: 40px;
      padding: 0 16px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 8px;
      border: 1px solid #D9D9D9;
      background: #fff;
      overflow: hidden;
      min-width: 135px;
      cursor: pointer; }
      .collection-heading__content .filter-brands .filter-item img {
        width: 101px;
        height: 28px;
        aspect-ratio: 101/28;
        object-fit: contain; }
      .collection-heading__content .filter-brands .filter-item.active {
        border-color: var(--shop-color-main); } }

@media (max-width: 991.98px) {
  .collection-listproduct {
    overflow: hidden; }
  .collection-content {
    padding-left: 2px;
    padding-right: 2px; }
  .collection-heading__content .dFlex-row {
    margin: 0; }
  .collection-heading__content .filter-brands {
    display: none; } }

/* SIDEBAR COLLECTION */
.sidebar-page .group-menu {
  margin: 0 0 30px;
  position: relative;
  padding: 20px;
  border: 1px solid #e3e5ec; }

.sidebar-page .page_menu_title h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  text-align: center; }

.tree-menu li a {
  padding: 5px 5px 5px 0;
  color: #666;
  line-height: 26px;
  font-size: 12px; }

.tree-menu > li > a {
  color: #363636;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px; }

.tree-menu li.has-child ul {
  display: none; }

.tree-menu li.has-child:first-child ul {
  display: block; }

.tree-menu li.has-child > ul {
  padding-left: 15px; }

.tree-menu li a .icon-control {
  font-size: 8px;
  position: relative;
  top: -2px; }

/* Collection description */
.collection-description {
  padding: 64px 0; }
  .collection-description .collection-description-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 32px; }
    .collection-description .collection-description-wrap .collection-description-menu {
      flex: 0 0 20%;
      max-width: 20%;
      position: relative; }
      .collection-description .collection-description-wrap .collection-description-menu .collection-description-menu-wrap {
        top: 80px;
        position: -webkit-sticky;
        position: sticky;
        -webkit-transition: top 400ms ease;
        -moz-transition: top 400ms ease;
        transition: top 400ms ease;
        border-radius: 8px;
        overflow: hidden; }
      .collection-description .collection-description-wrap .collection-description-menu h2 {
        padding: 8px 16px;
        background: #C11818;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        /* 150% */
        letter-spacing: -0.2px;
        color: #fff; }
      .collection-description .collection-description-wrap .collection-description-menu .menu-wrap {
        background: #fff; }
        .collection-description .collection-description-wrap .collection-description-menu .menu-wrap > ul > li {
          padding: 16px; }
          .collection-description .collection-description-wrap .collection-description-menu .menu-wrap > ul > li > a {
            font-weight: 600;
            line-height: 24px;
            /* 150% */
            letter-spacing: -0.2px;
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: auto;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font; }
        .collection-description .collection-description-wrap .collection-description-menu .menu-wrap > ul ul {
          display: flex;
          flex-direction: column;
          gap: 8px;
          margin-top: 8px; }
          .collection-description .collection-description-wrap .collection-description-menu .menu-wrap > ul ul li a {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            /* 150% */
            letter-spacing: -0.2px; }
    .collection-description .collection-description-wrap .collection-description-content {
      max-width: calc(100% - 20% - 32px);
      flex: 0 0 calc(100% - 20% -32px); }
      .collection-description .collection-description-wrap .collection-description-content:not(.opened) .expandable-content_toggle {
        margin-top: 30px;
        border: 0; }
      .collection-description .collection-description-wrap .collection-description-content .description-btn {
        position: relative;
        padding-bottom: 24px;
        padding-top: 24px; }
      .collection-description .collection-description-wrap .collection-description-content .description-btn:before {
        content: "";
        position: absolute;
        bottom: 0%;
        left: 0;
        width: 100%;
        height: 150px;
        pointer-events: none;
        background: linear-gradient(180deg, rgba(249, 246, 246, 0) 0%, #F9F6F6 100%); }
      .collection-description .collection-description-wrap .collection-description-content .expandable-content_toggle {
        outline: none;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        border: 1px solid var(--shop-color-main);
        padding: 7px 15px;
        color: var(--shop-color-main);
        position: relative;
        margin: 0 auto;
        border-radius: 4px;
        text-align: center;
        font-weight: 500;
        background: #fff;
        z-index: 99;
        outline: none;
        transition: all 0.3s ease; }
      .collection-description .collection-description-wrap .collection-description-content .expandable-content_toggle:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(193, 24, 24, 0.3); }
      .collection-description .collection-description-wrap .collection-description-content .expandable-content_toggle-icon {
        position: relative;
        margin-right: 15px;
        width: 10px;
        height: 10px;
        -webkit-transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out; }
      .collection-description .collection-description-wrap .collection-description-content .expandable-content_toggle-icon:before, .collection-description .collection-description-wrap .collection-description-content .expandable-content_toggle-icon:after {
        content: "";
        position: absolute;
        background: var(--shop-color-main);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        top: 50%;
        left: 50%; }
      .collection-description .collection-description-wrap .collection-description-content .expandable-content_toggle-icon:before {
        width: 2px;
        height: 10px; }
      .collection-description .collection-description-wrap .collection-description-content .expandable-content_toggle-icon:after {
        width: 10px;
        height: 2px; }
  @media (max-width: 991.98px) {
    .collection-description {
      padding: 32px 0; }
      .collection-description .collection-description-wrap .collection-description-menu {
        display: none; }
      .collection-description .collection-description-wrap .collection-description-content {
        flex: 0 0 100%;
        max-width: 100%; } }

#filter-price .price-slider {
  width: 100%;
  position: relative;
  height: 20px;
  margin: 8px auto; }

#filter-price .slider {
  width: 100%;
  appearance: none;
  height: 2px;
  background: #333;
  outline: none;
  border-radius: 2px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%); }

#filter-price .slider::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  background: #333;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  border: 2px solid #fff;
  box-shadow: 0 0 2px #aaa; }

#filter-price .slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #333;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  border: 2px solid #fff;
  box-shadow: 0 0 2px #aaa; }

#filter-price .slider::-ms-thumb {
  width: 18px;
  height: 18px;
  background: #333;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  border: 2px solid #fff;
  box-shadow: 0 0 2px #aaa; }

#filter-price .price-inputs {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  width: 100%;
  align-items: center; }

#filter-price .price-input {
  flex: 0 0 calc((100% - 45px)/2);
  max-width: calc((100% - 45px)/2); }

#filter-price .price-input.label {
  padding: 2px 4px;
  flex: 0 0 45px;
  max-width: 45px;
  font-size: 14px; }

#filter-price .price-input input {
  border: 1px solid #d9d9d9;
  padding: 8px;
  font-size: 12px;
  text-align: center;
  background: #fff;
  width: 100%; }
