:root {
  --cover-sideslide-active-transition-delay: .5s;
  --cover-sideslide-margin-size: 80px;
  --cover-sideslide-wrapper-left-margin: 23vw;
  --cover-sideslide-intro-transition-duration: 1.1s;
  --cover-sideslide-effect-transition-duration: .5s;
  --cover-sideslide-active-transition-delay: .5s;
  --easeOutCubic: cubic-bezier(0.125, 0.61, 0.3555, 1); }

.ldp-nav i {
  color: var(--mainColor); }

.ldp-nav .nav-item--title {
  font-size: 15px;
  position: relative;
  /*padding-bottom:5px;*/ }
  .ldp-nav .nav-item--title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: var(--mainColor);
    transition: all .3s; }
  .ldp-nav .nav-item--title.active:after {
    width: 90%; }

.collection .collection-wrap .collection-wrap-category .menuList-links {
  gap: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.25s ease 0s; }
  .collection .collection-wrap .collection-wrap-category .menuList-links::-webkit-scrollbar {
    display: none; }
  .collection .collection-wrap .collection-wrap-category .menuList-links li {
    align-items: stretch;
    display: flex; }
    .collection .collection-wrap .collection-wrap-category .menuList-links li a {
      position: relative;
      display: block;
      flex: 1 1 100%;
      text-align: center;
      margin-bottom: 5px;
      font-weight: 400;
      position: relative;
      color: var(--mainColor);
      padding: 0 0 6px;
      white-space: nowrap; }
      .collection .collection-wrap .collection-wrap-category .menuList-links li a .image--circle {
        position: relative;
        transition: all .2s ease;
        border-radius: 50%;
        overflow: hidden;
        width: 80px;
        height: 80px;
        margin: 10px auto; }
        .collection .collection-wrap .collection-wrap-category .menuList-links li a .image--circle:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 1;
          pointer-events: none;
          transition: all .2s ease;
          border-radius: 20px; }
        .collection .collection-wrap .collection-wrap-category .menuList-links li a .image--circle:hover {
          transform: translateY(-3px);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); }
        .collection .collection-wrap .collection-wrap-category .menuList-links li a .image--circle .image {
          background: #f2f2f2;
          overflow: hidden;
          position: static; }
        .collection .collection-wrap .collection-wrap-category .menuList-links li a .image--circle img {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          -o-object-fit: contain;
          object-fit: contain;
          padding: 0%;
          border-radius: 20px;
          display: block;
          -o-object-fit: cover;
          object-fit: cover; }
      .collection .collection-wrap .collection-wrap-category .menuList-links li a span {
        display: inline-block;
        position: relative; }
        .collection .collection-wrap .collection-wrap-category .menuList-links li a span:after {
          content: "";
          bottom: -10px;
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          width: 30px;
          height: 3px;
          background: transparent; }
      .collection .collection-wrap .collection-wrap-category .menuList-links li a span.text {
        white-space: nowrap; }
      .collection .collection-wrap .collection-wrap-category .menuList-links li a:after {
        content: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: var(--mainColor);
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
        -webkit-transform-origin: center left;
        transform-origin: center left;
        -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
        transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1); }
    .collection .collection-wrap .collection-wrap-category .menuList-links li.active a {
      font-weight: bold; }
    .collection .collection-wrap .collection-wrap-category .menuList-links li.active a span:after {
      background: #e3ccbd; }
    .collection .collection-wrap .collection-wrap-category .menuList-links li.active a:after {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }

@media (min-width: 992px) {
  .collection .collection-wrap .collection-wrap-category .menuList-links {
    margin-bottom: 20px;
    justify-content: center;
    gap: 20px; }
    .collection .collection-wrap .collection-wrap-category .menuList-links li {
      flex: 0 1 auto; }
      .collection .collection-wrap .collection-wrap-category .menuList-links li a {
        font-size: 18px;
        margin-bottom: 10px; }
      .collection .collection-wrap .collection-wrap-category .menuList-links li a .image--circle {
        width: 120px;
        height: 120px; }
      .collection .collection-wrap .collection-wrap-category .menuList-links li:hover a:after {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }

.collection .collection-wrap .collection-wrap-filter {
  margin: 10px 0; }
  .collection .collection-wrap .collection-wrap-filter .filter-header .section-title-all {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    text-align: left; }
    .collection .collection-wrap .collection-wrap-filter .filter-header .section-title-all h2 {
      position: relative;
      width: 100%; }
      .collection .collection-wrap .collection-wrap-filter .filter-header .section-title-all h2 i {
        float: right;
        font-size: 12px; }
        @media (min-width: 769px) {
          .collection .collection-wrap .collection-wrap-filter .filter-header .section-title-all h2 i {
            display: none; } }
  @media (max-width: 768px) {
    .collection .collection-wrap .collection-wrap-filter .filter-body {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #fff;
      z-index: 99;
      width: 90%;
      box-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.5);
      overflow-y: auto;
      height: 500px;
      visibility: hidden;
      opacity: 0;
      transition: all .4s;
      padding: 10px 20px; } }
  .collection .collection-wrap .collection-wrap-filter .filter-body .cFilter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    padding-top: 15px; }
    .collection .collection-wrap .collection-wrap-filter .filter-body .cFilter.price li {
      display: block !important; }
    .collection .collection-wrap .collection-wrap-filter .filter-body .cFilter h4 {
      width: 15%;
      font-weight: bold;
      font-size: 16px; }
      @media (max-width: 768px) {
        .collection .collection-wrap .collection-wrap-filter .filter-body .cFilter h4 {
          width: 100%; } }
      .collection .collection-wrap .collection-wrap-filter .filter-body .cFilter h4 i {
        font-size: 12px;
        float: right;
        display: none; }
        @media (min-width: 768px) {
          .collection .collection-wrap .collection-wrap-filter .filter-body .cFilter h4 i {
            display: none; } }
    .collection .collection-wrap .collection-wrap-filter .filter-body .cFilter .cFilter-list {
      width: 85%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      justify-content: flex-start; }
      @media (max-width: 768px) {
        .collection .collection-wrap .collection-wrap-filter .filter-body .cFilter .cFilter-list {
          width: 100%;
          margin-top: 10px; } }
      .collection .collection-wrap .collection-wrap-filter .filter-body .cFilter .cFilter-list li:nth-child(n+5) {
        display: none; }
      .collection .collection-wrap .collection-wrap-filter .filter-body .cFilter .cFilter-list li.cFilter-more {
        display: none; }
        .collection .collection-wrap .collection-wrap-filter .filter-body .cFilter .cFilter-list li.cFilter-more label {
          background-color: #ccc; }
      .collection .collection-wrap .collection-wrap-filter .filter-body .cFilter .cFilter-list li input {
        display: none; }
      .collection .collection-wrap .collection-wrap-filter .filter-body .cFilter .cFilter-list li input:checked + label {
        background-color: var(--brandColor);
        color: #fff;
        position: relative; }
        .collection .collection-wrap .collection-wrap-filter .filter-body .cFilter .cFilter-list li input:checked + label:after {
          content: 'x';
          position: absolute;
          top: -2.5px;
          right: -2.5px;
          z-index: 9;
          background: #fff;
          color: var(--mainColor);
          width: 15px;
          height: 15px;
          text-align: center;
          line-height: 14px;
          box-shadow: 0 0 0 1px rgba(40, 40, 40, 0.1); }
      .collection .collection-wrap .collection-wrap-filter .filter-body .cFilter .cFilter-list li label {
        background-color: #f1f0f1;
        margin-right: 15px;
        margin-bottom: 15px;
        padding: 5px 15px;
        border-radius: var(--s-radius);
        cursor: pointer; }
  .collection .collection-wrap .collection-wrap-filter .filter-body > button {
    display: none; }
    @media (max-width: 768px) {
      .collection .collection-wrap .collection-wrap-filter .filter-body > button {
        display: block;
        position: absolute;
        top: 5px;
        right: 10px;
        z-index: 9;
        cursor: pointer; } }

.collection .collection-wrap .collection-wrap-sort {
  margin: 10px 0;
  border-radius: var(--s-radius); }
  .collection .collection-wrap .collection-wrap-sort .sort-header {
    border-bottom: 1px solid #ccc; }
    .collection .collection-wrap .collection-wrap-sort .sort-header .section-title-all {
      padding: 15px 0;
      text-align: left; }
      .collection .collection-wrap .collection-wrap-sort .sort-header .section-title-all h2 {
        position: relative;
        width: 100%; }
        .collection .collection-wrap .collection-wrap-sort .sort-header .section-title-all h2 i {
          float: right;
          font-size: 12px;
          display: none; }
          @media (min-width: 768px) {
            .collection .collection-wrap .collection-wrap-sort .sort-header .section-title-all h2 i {
              display: none; } }
  .collection .collection-wrap .collection-wrap-sort .sort-body .cSort {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    padding-top: 15px; }
    .collection .collection-wrap .collection-wrap-sort .sort-body .cSort h4 {
      width: 15%;
      font-weight: bold;
      font-size: 16px; }
      @media (max-width: 767px) {
        .collection .collection-wrap .collection-wrap-sort .sort-body .cSort h4 {
          display: none; } }
    .collection .collection-wrap .collection-wrap-sort .sort-body .cSort .cSort-list {
      width: 85%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      justify-content: flex-start; }
      @media (max-width: 768px) {
        .collection .collection-wrap .collection-wrap-sort .sort-body .cSort .cSort-list {
          width: 100%;
          margin-top: 10px; } }
      .collection .collection-wrap .collection-wrap-sort .sort-body .cSort .cSort-list li input {
        display: none; }
      .collection .collection-wrap .collection-wrap-sort .sort-body .cSort .cSort-list li input:checked + label {
        background-color: var(--brandColor);
        color: #fff; }
      .collection .collection-wrap .collection-wrap-sort .sort-body .cSort .cSort-list li label {
        background-color: #f1f0f1;
        margin-right: 15px;
        margin-bottom: 15px;
        padding: 5px 15px;
        border-radius: var(--s-radius);
        cursor: pointer; }

.collection .collection-wrap .collection-wrap-product {
  margin: 10px 0 20px;
  border-radius: var(--s-radius); }
  .collection .collection-wrap .collection-wrap-product .collection-wrap-product-header .section-title-all {
    padding: 15px 0;
    border-bottom: 1px solid #ccc; }
    .collection .collection-wrap .collection-wrap-product .collection-wrap-product-header .section-title-all h2 {
      position: relative; }
  .collection .collection-wrap .collection-wrap-product .collection-wrap-product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    align-items: flex-start; }
    .collection .collection-wrap .collection-wrap-product .collection-wrap-product-list .pro-loop {
      width: 25%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .collection .collection-wrap .collection-wrap-product .collection-wrap-product-list .pro-loop {
          width: calc(100%/3); } }
      @media (max-width: 767px) {
        .collection .collection-wrap .collection-wrap-product .collection-wrap-product-list .pro-loop {
          width: calc(50% - 5px);
          margin-bottom: 0; } }
    .collection .collection-wrap .collection-wrap-product .collection-wrap-product-list .collection-wrap-product-list-paginate {
      width: 100%;
      padding: 15px 0; }
      .collection .collection-wrap .collection-wrap-product .collection-wrap-product-list .collection-wrap-product-list-paginate #pagination {
        text-align: center; }
    .collection .collection-wrap .collection-wrap-product .collection-wrap-product-list > p {
      width: 100%;
      text-align: center;
      margin: 0; }
    @media (max-width: 767px) {
      .collection .collection-wrap .collection-wrap-product .collection-wrap-product-list {
        gap: 10px; } }

.template-collection {
  padding-bottom: 60px; }
  .template-collection #collection-heading {
    padding: 0 !important; }
    .template-collection #collection-heading .collection-title-header h1 {
      font-size: 24px; }
  .template-collection #collection-heading .box-filter {
    display: none; }
  .template-collection .collection-filter-tags {
    margin: 0 -10px; }
    .template-collection .collection-filter-tags .layered_filter_tags .filter_tags {
      position: relative;
      border-radius: 12px;
      margin: 10px;
      background: #fff;
      border: 1px solid var(--mainColor);
      font-size: 13px;
      display: none;
      padding: 2px 32px 2px 10px; }
    .template-collection .collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all , .template-collection .collection-filter-tags .layered_filter_tags .filter_tags.filter_apply{
      cursor: pointer;
      border: 0;
      padding: 2px 10px; }
    .template-collection .collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all span,.template-collection .collection-filter-tags .layered_filter_tags .filter_tags.filter_apply span {
      border-bottom: 1px solid var(--mainColor); }
    .template-collection .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; }
    .template-collection .collection-filter-tags .layered_filter_tags .filter_tags.opened {
      display: inline-block; }
  .template-collection .collection_wrap_title {
    margin: 50px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .template-collection .collection_wrap_title h3 {
      font-size: 33px;
      font-weight: bold;
      line-height: 40px;
      color: #58595B; }
      @media (max-width: 991px) {
        .template-collection .collection_wrap_title h3 {
          font-size: 24px;
          line-height: 28px; } }
    .template-collection .collection_wrap_title p {
      margin-bottom: 0;
      margin-right: 20px; }
      .template-collection .collection_wrap_title p a {
        font-size: 24px;
        font-weight: 28px;
        color: #58595B;
        text-transform: uppercase; }
        @media (max-width: 991px) {
          .template-collection .collection_wrap_title p a {
            font-size: 16px;
            line-height: 20px; } }
        .template-collection .collection_wrap_title p a span {
          margin-left: 6px; }
        .template-collection .collection_wrap_title p a:hover {
          color: #e2cbbb; }
  @media (min-width: 992px) {
    .template-collection .layered_filter_parent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .template-collection .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--dropdown {
      position: absolute;
      top: 100%;
      display: none;
      z-index: 10; }
      .template-collection .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--dropdown ul {
        max-height: 55vh;
        overflow-y: scroll;
        padding-right: 10px; }
        .template-collection .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--dropdown ul::-webkit-scrollbar {
          width: 3px; }
        .template-collection .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--dropdown ul::-webkit-scrollbar-track {
          background: #fff; }
        .template-collection .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--dropdown ul::-webkit-scrollbar-thumb {
          background: #D0D0D0; }
    .template-collection .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content.show .collection--filter--dropdown {
      display: block; } }
  @media (max-width: 991px) {
    .template-collection #collection-heading .collection-title-header {
      padding: 15px 0; }
    .template-collection #collection-heading .heading-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
    .template-collection #collection-heading .box-filter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      padding: 5px 10px;
      border: 1px solid #ddd;
      border-radius: 8px; }
    .template-collection #collection-heading .box-filter svg {
      width: 14px;
      height: 14px; }
    .template-collection #collection-heading .box-filter span {
      font-size: 11px;
      font-weight: 500;
      padding-left: 5px; }
    .template-collection .layered_filter_parent {
      display: none;
      position: fixed;
      height: 100vh;
      bottom: 0 !important;
      left: 0;
      right: 0;
      z-index: 9991;
      overflow: hidden; }
      .template-collection .layered_filter_parent .overlays-rgba {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        z-index: 9993;
        background-color: rgba(0, 0, 0, 0.5); }
      .template-collection .layered_filter_parent.show-filter .overlays-rgba {
        pointer-events: auto; }
      .template-collection .layered_filter_parent.show-filter .collection--filter-content {
        pointer-events: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s; }
    .template-collection .collection--filter-product .collection--filter-content {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: auto;
      border-radius: 16px 16px 0 0;
      max-height: 100%;
      background: #ffffff;
      margin: 0;
      border: 0;
      overflow: hidden;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-transition: transform 0.4s ease;
      transition: transform 0.4s ease;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      z-index: 9995; }
    .template-collection .collection--filter-product .collection--filter-content .layered_filter_title {
      position: relative;
      width: 100%;
      display: block;
      max-width: 100%;
      padding: 12px 15px;
      background: var(--mainColor);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .template-collection .collection--filter-product .collection--filter-content .layered_filter_title .close_filter {
      display: block;
      border: 0;
      background: none; }
    .template-collection .collection--filter-product .collection--filter-content .layered_filter_title .close_filter svg {
      fill: #ffffff;
      width: 14px;
      height: 14px; }
    .template-collection .collection--filter-product .collection--filter-content .layered_filter_title .title_filter {
      font-size: 16px;
      color: #ffffff;
      margin: 0; }
    .template-collection .collection--filter-product .collection--filter-content .layered_filter_title .title_filter:after {
      display: none; }
    .template-collection .collection--filter-product .collection--filter-content .layered_filter_title .title_filter .icon-filter {
      width: 22px;
      height: 22px;
      margin-top: -6px; }
    .template-collection .collection--filter-product .collection--filter-content .layered_filter_title .title_filter .icon-filter svg {
      width: 22px;
      height: 100%;
      fill: #ffffff;
      stroke: #ffffff; }
    .template-collection .collection--filter-product .collection--filter-content .layered_filter_group {
      -ms-flex: 0 0 auto;
      flex: 1 1 auto;
      width: 100%;
      height: 100%;
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
      padding: 10px 15px 10px;
      border-top: 1px solid #e7e7e7;
      border-bottom: 1px solid #e7e7e7; }
    .template-collection .collection--filter-product .collection--filter-content .layered_filter_bottom {
      width: 100%;
      padding: 10px 5px 12px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .template-collection .collection--filter-product .collection--filter-content .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: 500;
      cursor: pointer;
      text-align: center;
      letter-spacing: 1px;
      outline: none;
      border-radius: 2px;
      text-transform: uppercase; }
    .template-collection .collection--filter-product .collection--filter-content .layered_filter_bottom .btn-filter-apply {
      color: #ffffff;
      background-color: var(--mainColor);
      border: 1px solid var(--mainColor); }
    .template-collection .collection--filter-product .collection--filter-content .layered_filter_bottom .btn-filter-clear {
      color: var(--mainColor);
      background-color: #f3f4f6;
      border: 1px solid #e5e7eb; }
    .template-collection .collection--filter-product .collection--filter-content .collection--filter-items + .collection--filter-items {
      border-top: 1px solid #e7e7e7; }
    .template-collection .collection--filter-product .collection--filter-content .filter_group.filter_sortby {
      display: block; }
    .template-collection .collection--filter-product .collection--filter-content .filter_group .filter_group-subtitle {
      border: 0;
      font-size: 14px; }
    .template-collection .collection--filter-product .collection--filter-content .filter_group .filter_group-subtitle, .template-collection .collection--filter-product .collection--filter-content .filter_group .filter_group-content {
      padding-left: 0;
      padding-right: 0; }
    .template-collection .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content {
      width: 100%; }
      .template-collection .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--dropdown {
        padding: 5px 0 10px;
        border: 0;
        width: 100%; }
        .template-collection .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--dropdown li label {
          background: none;
          padding: 0; }
      .template-collection .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content.filter-color ul, .template-collection .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content.filter-size ul {
        gap: 5px 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row; }
        .template-collection .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content.filter-color ul li, .template-collection .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content.filter-size ul li {
          width: calc(100%/2 - 10px); }
    .template-collection .collection--filter-product .collection--filter-content .collection--filter-items:nth-child(1) .collection--filter-items-content .collection--filter--dropdown {
      display: block; }
    .template-collection .collection--filter-product {
      margin: 0; }
    .template-collection .collection--sort-product {
      margin: 0 0 20px 0; } }

.collection--filter-product {
  margin: 10px 0 20px 0; }
  .collection--filter-product .collection--filter-desktop {
    margin-right: 55px; }
    @media (max-width: 991px) {
      .collection--filter-product .collection--filter-desktop {
        margin-right: 0;
        width: 100%;
        display: none; } }
    .collection--filter-product .collection--filter-desktop svg {
      width: 16px;
      height: 16px;
      margin: 0 10px 0 0; }
    .collection--filter-product .collection--filter-desktop span {
      font-size: 13px;
      font-weight: 600;
      line-height: 22px; }
  @media (min-width: 992px) {
    .collection--filter-product .collection--filter-content .layered_filter_title, .collection--filter-product .collection--filter-content .layered_filter_bottom {
      display: none; }
    .collection--filter-product .collection--filter-content .layered_filter_group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 991px) {
    .collection--filter-product .collection--filter-content {
      width: 100%;
      flex-wrap: wrap;
      margin-top: 8px;
      border-top: 1px solid rgba(0, 0, 0, 0.08); } }
  .collection--filter-product .collection--filter-content .collection--filter-items {
    margin-right: 55px; }
    @media (max-width: 991px) {
      .collection--filter-product .collection--filter-content .collection--filter-items {
        margin-right: 0;
        width: 100%; } }
    .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content {
      position: relative; }
      .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content button {
        position: relative;
        text-transform: uppercase;
        font-size: 13px;
        padding: 5px 20px 5px 10px;
        color: var(--mainColor);
        font-weight: 600;
        line-height: 25px;
        cursor: pointer;
        outline: none;
        border: none;
        background: transparent;
        box-shadow: none; }
        .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content button:after {
          content: " ";
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          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; }
        .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content button.action-group:after {
          transform: translateY(-50%) rotate(225deg);
          bottom: -10px; }
        @media (max-width: 991px) {
          .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content button {
            padding-left: 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%; }
            .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content button:after {
              margin-left: auto; } }
        .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content button span {
          border-color: #888 transparent transparent;
          border-style: solid;
          border-width: 5px 4px 0;
          height: 0;
          right: -15px;
          margin-top: -1px;
          position: absolute;
          top: 50%;
          width: 0;
          border-width: 4px 3px 0; }
      .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content.show button span {
        border-color: transparent transparent #888;
        border-width: 0 4px 5px; }
      .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--dropdown {
        border: 1px solid #dadada;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.17);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.17);
        background-color: #fff;
        border-radius: 3px;
        padding: 15px 15px 5px;
        min-width: 230px;
        z-index: 999;
        margin: 0; }
        @media (max-width: 991px) {
          .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--dropdown {
            position: relative !important;
            transform: inherit !important;
            /* border: none; */
            box-shadow: none; } }
        .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--dropdown li {
          -moz-display: flex;
          -webkit-display: flex;
          -o-display: flex;
          display: flex;
          align-items: center;
          margin: 0 0 10px 0; }
          .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--dropdown li input {
            margin: 0 10px 0 0;
            -webkit-appearance: checkbox;
            width: 20px;
            height: 20px;
            cursor: pointer; }
            .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--dropdown li input:checked ~ label {
              background: var(--mainColor);
              color: #fff; }
          .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--dropdown li label {
            font-size: 13px;
            color: var(--mainColor);
            font-weight: 400;
            line-height: 1.2;
            background: #E4E4E4;
            width: 100%;
            padding: 8px;
            border-radius: 3px;
            cursor: pointer;
            margin: 0; }
    .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul {
      display: flex;
      flex-direction: column; }
      .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li {
        order: 10; }
        .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="macdinh"] {
          order: 11; }
        .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="newborn"] {
          order: 0; }
        .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="0m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="1m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="2m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="3m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="4m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="5m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="6m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="7m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="8m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="9m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="10m"] {
          order: 1; }
        .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="11m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="12m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="13m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="14m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="15m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="16m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="17m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="18m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="19m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="20m"] {
          order: 2; }
        .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="21m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="22m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="23m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="24m"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="25m"] {
          order: 3; }
        .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="1y"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="2y"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="3y"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="4y"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="5y"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="6y"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="7y"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="8y"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="9y"], .collection--filter-product .collection--filter-content .collection--filter-items .filter-size ul li[data-size="10y"] {
          order: 4; }

.collection--sort-product {
  margin: 0 0 25px 0; }
  .collection--sort-product .collection--counter-product {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    text-transform: uppercase;
    margin-left: auto; }
    @media (min-width: 1025px) {
      .collection--sort-product .collection--counter-product {
        display: block;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-bottom: 0; } }
  .collection--sort-product .collection--inner-sort-product {
    position: relative; }
    @media (max-width: 991px) {
      .collection--sort-product .collection--inner-sort-product {
        flex: 0 0 auto; } }
    .collection--sort-product .collection--inner-sort-product .collection--sort-label {
      position: relative;
      margin: 0; }
      .collection--sort-product .collection--inner-sort-product .collection--sort-label span {
        font-size: 14px;
        pointer-events: none;
        position: relative;
        text-transform: uppercase;
        font-weight: 600; }
        .collection--sort-product .collection--inner-sort-product .collection--sort-label span:after {
          content: "";
          position: absolute;
          right: -20px;
          border: 4px solid transparent;
          border-top-color: rgba(0, 0, 0, 0.3);
          top: calc(50% - 2px); }
      .collection--sort-product .collection--inner-sort-product .collection--sort-label select {
        background-color: transparent;
        border: none;
        vertical-align: top;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        overflow: hidden;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        font-weight: 600;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 0;
        left: 0;
        cursor: pointer; }
      .collection--sort-product .collection--inner-sort-product .collection--sort-label:after {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        display: block;
        right: 0;
        bottom: 0;
        background: currentColor;
        -webkit-transition: width 0.4s var(--easeOutCubic), opacity 0.4s var(--easeOutCubic);
        transition: width 0.4s var(--easeOutCubic), opacity 0.4s var(--easeOutCubic); }
      .collection--sort-product .collection--inner-sort-product .collection--sort-label:hover:after {
        left: 0;
        width: 100%; }
  .collection--sort-product .box-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 8px; }
  .collection--sort-product .box-filter svg {
    width: 14px;
    height: 14px; }
  .collection--sort-product .box-filter span {
    font-size: 11px;
    font-weight: 500;
    padding-left: 5px; }
  @media (max-width: 991px) {
    .collection--sort-product {
      padding-top: 10px; } }

.collection-banner {
  margin: 20px 0 0 0; }

@media (min-width: 992px) {
  .collection-wrapper-main-item-header--filter-mobile {
    display: none; } }

@media (max-width: 991px) {
  .collection-wrapper-main-item--filter-mobile {
    display: block; }
    .collection-wrapper-main-item--filter-mobile h4 {
      padding: 7.5px;
      font-size: 15px;
      font-weight: 300;
      cursor: pointer;
      text-align: left;
      background: #feeded;
      border-radius: 3px; }
      .collection-wrapper-main-item--filter-mobile h4 svg {
        width: 15px;
        height: 15px;
        margin-top: -2.5px;
        margin-right: 10px; }
      .collection-wrapper-main-item--filter-mobile h4 i {
        float: right; }
  .collection-wrapper-main-item-filter {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    background: #fff;
    z-index: 99;
    box-shadow: 0px 3px 10px #000;
    padding: 20px;
    display: none; } }

.new-filter {
  justify-content: space-between;
  align-items: center;
  gap: 8px; }
  .new-filter .btn-filter {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 20px 5px 10px;
    color: var(--mainColor);
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    outline: none;
    border: none;
    background: transparent;
    box-shadow: none; }
    .new-filter .btn-filter:after {
      content: " ";
      display: inline-block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      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; }

.absolute-filter {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 97;
  background: #fff;
  left: 0;
  right: 0;
  padding: 15px;
  transition: .5s all;
  opacity: 0;
  /*box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;*/
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; }
  .absolute-filter.active {
    opacity: 1;
    display: flex;
    flex-wrap: wrap; }
  .absolute-filter--item {
    margin: 10px 0;
    order: 10; }
    .absolute-filter--item[data-size="macdinh"] {
      order: 11; }
    .absolute-filter--item[data-size="newborn"] {
      order: 0; }
    .absolute-filter--item[data-size="0m"], .absolute-filter--item[data-size="1m"], .absolute-filter--item[data-size="2m"], .absolute-filter--item[data-size="3m"], .absolute-filter--item[data-size="4m"], .absolute-filter--item[data-size="5m"], .absolute-filter--item[data-size="6m"], .absolute-filter--item[data-size="7m"], .absolute-filter--item[data-size="8m"], .absolute-filter--item[data-size="9m"], .absolute-filter--item[data-size="10m"] {
      order: 1; }
    .absolute-filter--item[data-size="11m"], .absolute-filter--item[data-size="12m"], .absolute-filter--item[data-size="13m"], .absolute-filter--item[data-size="14m"], .absolute-filter--item[data-size="15m"], .absolute-filter--item[data-size="16m"], .absolute-filter--item[data-size="17m"], .absolute-filter--item[data-size="18m"], .absolute-filter--item[data-size="19m"], .absolute-filter--item[data-size="20m"] {
      order: 2; }
    .absolute-filter--item[data-size="21m"], .absolute-filter--item[data-size="22m"], .absolute-filter--item[data-size="23m"], .absolute-filter--item[data-size="24m"], .absolute-filter--item[data-size="25m"] {
      order: 3; }
    .absolute-filter--item[data-size="1y"], .absolute-filter--item[data-size="2y"], .absolute-filter--item[data-size="3y"], .absolute-filter--item[data-size="4y"], .absolute-filter--item[data-size="5y"], .absolute-filter--item[data-size="6y"], .absolute-filter--item[data-size="7y"], .absolute-filter--item[data-size="8y"], .absolute-filter--item[data-size="9y"], .absolute-filter--item[data-size="10y"] {
      order: 4; }
  .absolute-filter--btn {
    width: 100%;
    padding: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    order: 99; }
    .absolute-filter--btn .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: 5px 10px;
      font-size: 13px;
      font-weight: 500;
      cursor: pointer;
      text-align: center;
      letter-spacing: 1px;
      outline: none;
      border-radius: 2px;
      text-transform: uppercase; }
      .absolute-filter--btn .btn-filter.btn-filter-clear {
        color: var(--mainColor);
        background-color: #f3f4f6;
        border: 1px solid #e5e7eb; }
      .absolute-filter--btn .btn-filter.btn-filter-apply {
        color: #ffffff;
        background-color: var(--mainColor);
        border: 1px solid var(--mainColor); }
  .absolute-filter#new-sort--list .absolute-filter--item {
    width: calc(100% / 2); }
    .absolute-filter#new-sort--list .absolute-filter--item label {
      position: relative;
      padding-left: 28px;
      cursor: pointer;
      line-height: 20px;
      display: inline-block;
      color: var(--mainColor);
      font-size: 12px; }
      .absolute-filter#new-sort--list .absolute-filter--item label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #ddd;
        border-radius: 100%;
        background: #fff; }
      .absolute-filter#new-sort--list .absolute-filter--item label:after {
        content: '';
        width: 12px;
        height: 12px;
        background: var(--brandColor);
        position: absolute;
        top: 4px;
        left: 4px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
    .absolute-filter#new-sort--list .absolute-filter--item [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0); }
  .absolute-filter#new-color--list .absolute-filter--item, .absolute-filter#new-size--list .absolute-filter--item {
    position: relative;
    display: inline-block;
    width: calc(100% / 3); }
    .absolute-filter#new-color--list .absolute-filter--item input[type="checkbox"], .absolute-filter#new-size--list .absolute-filter--item input[type="checkbox"] {
      display: none; }
    .absolute-filter#new-color--list .absolute-filter--item input[type="checkbox"]:checked ~ .square:before, .absolute-filter#new-size--list .absolute-filter--item input[type="checkbox"]:checked ~ .square:before {
      width: 7px;
      transition-delay: 0ms; }
    .absolute-filter#new-color--list .absolute-filter--item input[type="checkbox"]:checked ~ .square:after, .absolute-filter#new-size--list .absolute-filter--item input[type="checkbox"]:checked ~ .square:after {
      width: 13px;
      transition-delay: 150ms; }
    .absolute-filter#new-color--list .absolute-filter--item input[type="checkbox"]:checked ~ .wrapper, .absolute-filter#new-size--list .absolute-filter--item input[type="checkbox"]:checked ~ .wrapper {
      transition: all 450ms; }
    .absolute-filter#new-color--list .absolute-filter--item label, .absolute-filter#new-size--list .absolute-filter--item label {
      font-size: 12px; }
      .absolute-filter#new-color--list .absolute-filter--item label.wrapper, .absolute-filter#new-size--list .absolute-filter--item label.wrapper {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        position: relative;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        padding: 10px 10px 10px 44px;
        font-weight: 500;
        cursor: pointer; }
      .absolute-filter#new-color--list .absolute-filter--item label.square, .absolute-filter#new-size--list .absolute-filter--item label.square {
        display: inline-block;
        width: 25px;
        height: 25px;
        padding: 5px;
        background: #fff;
        position: absolute;
        z-index: 9;
        left: 8px;
        top: 7px;
        border: 1px solid var(--mainColor); }
        .absolute-filter#new-color--list .absolute-filter--item label.square:before, .absolute-filter#new-size--list .absolute-filter--item label.square:before {
          content: "";
          position: absolute;
          width: 0px;
          height: 3px;
          background: var(--brandColor);
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          transform: translate(1px, 6px) rotate(45deg);
          transform-origin: left;
          transition: all 150ms;
          transition-delay: 150ms; }
        .absolute-filter#new-color--list .absolute-filter--item label.square:after, .absolute-filter#new-size--list .absolute-filter--item label.square:after {
          content: "";
          position: absolute;
          width: 0px;
          height: 3px;
          background: var(--brandColor);
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          transform: translate(4px, 11px) rotate(-45deg);
          transform-origin: left;
          transition: all 150ms;
          transition-delay: 0ms; }

.overlay-new--filter {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer; }
