@charset "UTF-8";
#collection-category-template {
  padding: 30px 0 0; }
  #collection-category-template .col-category-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: block; }
  #collection-category-template .video-button {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    background-color: #fff;
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center; }
    #collection-category-template .video-button:hover {
      background-color: #4b5666; }
      #collection-category-template .video-button:hover .i-pwa-play-pause-button__background {
        fill: #4b5666; }
      #collection-category-template .video-button:hover .i-pwa-play-pause-button__icon {
        fill: #fff; }
    #collection-category-template .video-button svg {
      width: 30px;
      height: 30px; }
      #collection-category-template .video-button svg .i-pwa-play-pause-button__background {
        fill: #fff; }
      #collection-category-template .video-button svg .i-pwa-play-pause-button__icon {
        fill: #4b5666; }
    #collection-category-template .video-button:not(.playing) .i-pwa-play-pause-button__icon {
      display: none; }
    #collection-category-template .video-button:not(.playing)::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 10px;
      border-color: transparent transparent transparent #4b5666;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-40%, -50%); }
    #collection-category-template .video-button:not(.playing):hover::after {
      border-color: transparent transparent transparent #fff; }
  #collection-category-template .category-collection-title {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    text-align: center; }
    #collection-category-template .category-collection-title::before {
      content: "";
      border-top: 4px dotted #000;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0; }
    #collection-category-template .category-collection-title span {
      background-color: #fff;
      position: relative;
      z-index: 99;
      padding: 0 20px; }
  #collection-category-template .shop-sidebar .title {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #cccccc; }
  #collection-category-template .shop-sidebar #categories {
    padding-top: 15px;
    margin-bottom: 40px; }
    #collection-category-template .shop-sidebar #categories ul li a {
      font-size: 14px;
      display: inline-block;
      padding-bottom: 10px; }
      #collection-category-template .shop-sidebar #categories ul li a:hover {
        text-decoration: underline; }
    #collection-category-template .shop-sidebar #categories ul li:first-child a {
      text-decoration: underline;
      padding-bottom: 0; }
    #collection-category-template .shop-sidebar #categories ul li:first-child::after {
      margin-bottom: 10px;
      letter-spacing: .06rem;
      content: "—";
      display: block;
      padding-top: 15px;
      line-height: 0;
      color: #cccccc; }
  #collection-category-template .col-category-video-itemGift h3 {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: .06rem;
    text-transform: capitalize; }
  #collection-category-template .col-category-video-itemGift .col-category-video {
    position: relative; }
    #collection-category-template .col-category-video-itemGift .col-category-video video {
      margin-bottom: 20px; }
  #collection-category-template .col-category-video-itemGift .col-category-gift {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; }
    #collection-category-template .col-category-video-itemGift .col-category-gift .category-gift-item {
      flex: 1 1 auto;
      text-align: center;
      background-color: var(--bg-gift);
      padding: 18px 0; }
      #collection-category-template .col-category-video-itemGift .col-category-gift .category-gift-item a {
        font-size: 20px;
        color: var(--txt-gift); }
  #collection-category-template .col-category-collection {
    padding: 30px 0 0; }
    #collection-category-template .col-category-collection .category-collection-item .category-collection-img {
      display: block;
      margin-bottom: 20px; }
      #collection-category-template .col-category-collection .category-collection-item .category-collection-img img {
        aspect-ratio: 2/3;
        object-fit: cover; }
    #collection-category-template .col-category-collection .category-collection-item h4 {
      font-size: 22px;
      margin-bottom: 10px;
      font-weight: 500;
      text-align: center; }
    #collection-category-template .col-category-collection .category-collection-item .category-collection-btn {
      display: inline-block;
      text-decoration: underline;
      margin-bottom: 20px; }
      #collection-category-template .col-category-collection .category-collection-item .category-collection-btn:hover {
        text-decoration: none; }
    #collection-category-template .col-category-collection.col-category-collection-last .category-collection-img img {
      aspect-ratio: 1; }
  #collection-category-template .col-category-collection-video .category-collection-video {
    position: relative; }
    #collection-category-template .col-category-collection-video .category-collection-video video {
      margin-bottom: 20px; }
  #collection-category-template .col-category-collection-video .category-collection-video-btn {
    text-decoration: underline; }
    #collection-category-template .col-category-collection-video .category-collection-video-btn:hover {
      text-decoration: none; }
  #collection-category-template .col-category-desc {
    padding: 20px 0 30px; }

/* COLLECTION GIFT */
.collection-gift-page .collection-top-bar .collection-title {
  width: auto;
  gap: 10px;
  align-items: center; }
  .collection-gift-page .collection-top-bar .collection-title .title-count {
    color: #5c5c5f;
    font-size: 15px; }

.collection-gift-page .product-block .product-img > a:before {
  padding-bottom: 150%; }

@media (min-width: 992px) {
  .collection-gift-page .filter-col--wrap {
    border-top: 1px solid #e5e2de;
    margin-top: 15px;
    justify-content: start; } }

.collection-gift-page .content-product-list {
  margin-top: 10px; }
  .collection-gift-page .content-product-list .pd-right-0 {
    padding-left: 15px; }

/*RESPONSIVE*/
@media (max-width: 991px) {
  #collection-category-template .shop-sidebar {
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    padding: 10px 20px; }
    #collection-category-template .shop-sidebar .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer; }
      #collection-category-template .shop-sidebar .title::after {
        content: "\f107";
        font-family: 'FontAwesome' !important;
        font-size: 20px;
        font: normal normal normal 14px / 1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block; }
      #collection-category-template .shop-sidebar .title.minus::after {
        content: "\f106"; }
    #collection-category-template .shop-sidebar #categories {
      display: none; }
  #collection-category-template .col-category-video-itemGift .col-category-video video {
    aspect-ratio: 1124 / 1698;
    object-fit: cover; }
  #collection-category-template .col-category-video-itemGift .col-category-gift {
    gap: 10px; }
  #collection-category-template .col-category-video-itemGift .col-category-gift .category-gift-item {
    padding: 12px 0;
    flex: 0 0 calc(50% - 5px); }
    #collection-category-template .col-category-video-itemGift .col-category-gift .category-gift-item a {
      font-size: 14px; }
  #collection-category-template .category-collection-title {
    font-size: 20px;
    padding-top: 20px; }
    #collection-category-template .category-collection-title::before {
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      right: auto;
      width: 50%;
      border-width: 2px; }
    #collection-category-template .category-collection-title span {
      padding: 0;
      background-color: transparent; }
  #collection-category-template .col-category-collection:not(.col-category-collection-last) .row-left-list {
    flex-wrap: nowrap;
    overflow: auto hidden; }
    #collection-category-template .col-category-collection:not(.col-category-collection-last) .row-left-list .col-xs-6 {
      flex: 0 0 70%;
      width: 70%; }
  #collection-category-template .col-category-collection .category-collection-item .category-collection-img {
    margin-bottom: 10px; }
  #collection-category-template .col-category-collection .category-collection-item h4 {
    font-size: 18px; }
  #collection-category-template .col-category-collection .category-collection-item .category-collection-btn {
    margin-bottom: 0; }
  #collection-category-template .col-category-collection-video {
    padding: 30px 0 0; }
    #collection-category-template .col-category-collection-video .category-collection-video video {
      aspect-ratio: 750 / 460;
      object-fit: cover; }
  /* COLLECTION GIFT */
  .collection-gift-page .collection-top-bar .collection-title {
    margin-bottom: 0; }
  .collection-gift-page .collection-top-bar .product-short {
    display: none !important; } }

.wrap-filter .box_sidebar .scrollbar li.active .cust-check:after, .filter-price input[type="checkbox"]:checked + .cust-check:after {
  content: "\2713";
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  left: 2px;
  top: -1px;
  font-weight: 700;
  position: absolute;
  font-size: 14px;
  color: #212020; }

@media (min-width: 992px) {
  .wrap-filter .box_sidebar .scrollbar li:hover .cust-check:after {
    content: "\2713";
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    left: 2px;
    top: -1px;
    font-weight: 700;
    position: absolute;
    font-size: 14px;
    color: #212020; } }

.d-none {
  display: none !important; }

#filter-color-menu .ui-menu-item {
  padding: 5px; }

#filter-color-menu .ui-menu-item-wrapper {
  color: transparent;
  border: 1px solid #efefef; }

#filter-color-button.active .ui-selectmenu-text {
  color: transparent; }

.filter-col--wrap {
  flex-wrap: wrap;
  display: flex;
  gap: 15px;
  justify-content: center;
  padding: 15px 0; }

#collection-template {
  padding-top: 30px; }

.collection-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .collection-top-bar .product-short {
    display: flex;
    align-items: center; }
    .collection-top-bar .product-short label {
      margin-bottom: 0;
      font-weight: 600;
      margin-right: 15px; }
      @media (max-width: 360px) {
        .collection-top-bar .product-short label {
          display: none; } }
    .collection-top-bar .product-short select {
      padding: 0 15px;
      font-size: 15px;
      height: 36px;
      line-height: 36px;
      font-weight: 400;
      min-width: 175px;
      outline: none;
      background-image: var(--imgsort); }
      .collection-top-bar .product-short select option {
        color: #000;
        background-color: #fff; }
  .collection-top-bar .collection-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .collection-top-bar .collection-title h1 {
      font-size: 23px;
      margin: 0;
      font-weight: 600; }
  @media (max-width: 767px) {
    .collection-top-bar {
      justify-content: center;
      text-align: center; }
      .collection-top-bar > div {
        flex: 0 0 100%;
        justify-content: center; }
        .collection-top-bar > div.collection-title {
          margin-bottom: 15px; } }

.content-product-list {
  margin-top: 30px;
  position: relative; }

.banner-collection-header {
  margin-bottom: 25px; }

.collection-description {
  overflow: hidden;
  height: 350px; }
  @media (max-width: 767px) {
    .collection-description {
      height: 280px; } }

.wrap-filter {
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #fff;
  overflow: hidden;
  position: sticky;
  top: calc(var(--height-head) + 10px); }
  @media (max-width: 991px) {
    .wrap-filter {
      top: 0; } }
  .wrap-filter .box_sidebar {
    padding: 15px; }
    @media (max-width: 991px) {
      .wrap-filter .box_sidebar {
        padding: 20px 15px; } }
    .wrap-filter .box_sidebar .shop-sidebar {
      padding-bottom: 15px; }
      .wrap-filter .box_sidebar .shop-sidebar:last-child {
        padding: 0; }
      .wrap-filter .box_sidebar .shop-sidebar .title {
        font-size: 16px;
        font-weight: 700;
        position: relative;
        margin-bottom: 0;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer; }
        .wrap-filter .box_sidebar .shop-sidebar .title:after {
          content: "+";
          font-weight: bold;
          font-size: 20px; }
        .wrap-filter .box_sidebar .shop-sidebar .title.minus:after {
          content: "–"; }
    .wrap-filter .box_sidebar .scrollbar {
      max-height: 255px;
      overflow-y: auto; }
      .wrap-filter .box_sidebar .scrollbar::-webkit-scrollbar {
        width: 5px;
        background-color: #8b8b8b; }
      .wrap-filter .box_sidebar .scrollbar::-webkit-scrollbar-thumb {
        background-color: #000000;
        border: none; }
      .wrap-filter .box_sidebar .scrollbar li {
        display: block;
        margin: 12px 0; }
        .wrap-filter .box_sidebar .scrollbar li a, .wrap-filter .box_sidebar .scrollbar li label {
          position: relative;
          font-size: 13px;
          padding-left: 25px;
          margin-bottom: 0;
          cursor: pointer;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          display: flex;
          align-items: center;
          justify-content: space-between;
          text-transform: capitalize; }
          .wrap-filter .box_sidebar .scrollbar li a .count-check, .wrap-filter .box_sidebar .scrollbar li label .count-check {
            margin-right: 10px; }
          .wrap-filter .box_sidebar .scrollbar li a .cust-check, .wrap-filter .box_sidebar .scrollbar li label .cust-check {
            top: 0;
            position: absolute;
            left: 0;
            width: 16px;
            height: 16px;
            border-radius: 3px;
            text-align: center;
            margin-right: 12px;
            border: 1px solid #cacaca;
            background-color: #fff;
            top: 0px; }
        .wrap-filter .box_sidebar .scrollbar li input {
          display: none; }
    .wrap-filter .box_sidebar .filter-color > ul:not(.result-filter-mb) {
      display: flex;
      flex-wrap: wrap; }
      .wrap-filter .box_sidebar .filter-color > ul:not(.result-filter-mb) li {
        display: block;
        margin: 12px 10px 5px 0px; }
        .wrap-filter .box_sidebar .filter-color > ul:not(.result-filter-mb) li label {
          border: 1px solid #eaeaea;
          width: 25px;
          height: 25px;
          border-radius: 0;
          float: left;
          position: relative;
          background-size: contain;
          font-size: 0; }
        .wrap-filter .box_sidebar .filter-color > ul:not(.result-filter-mb) li.active label {
          background-image: url(//cdn.hstatic.net/themes/200000846175/1001403720/14/select-pro.png?v=302);
          background-size: 14px;
          background-position: bottom right;
          background-repeat: no-repeat; }
        @media (min-width: 992px) {
          .wrap-filter .box_sidebar .filter-color > ul:not(.result-filter-mb) li:hover label {
            background-image: url(//cdn.hstatic.net/themes/200000846175/1001403720/14/select-pro.png?v=302);
            background-size: 14px;
            background-position: bottom right;
            background-repeat: no-repeat; } }
    .wrap-filter .box_sidebar .close-filter {
      display: none; }
      @media (max-width: 991px) {
        .wrap-filter .box_sidebar .close-filter {
          position: absolute;
          top: -8px;
          right: 5px;
          background: none;
          border: none;
          font-size: 20px;
          width: 30px;
          height: 30px;
          display: block; } }
    .wrap-filter .box_sidebar .filter-tag ul:not(.result-filter-mb) {
      display: flex;
      flex-wrap: wrap; }
      .wrap-filter .box_sidebar .filter-tag ul:not(.result-filter-mb) li {
        margin: 12px 10px 10px 0px !important; }
        .wrap-filter .box_sidebar .filter-tag ul:not(.result-filter-mb) li label {
          border: 1px solid #eee;
          border-radius: 3px;
          padding: 5px 10px !important;
          font-size: 13px;
          font-weight: 400;
          color: #000;
          text-transform: capitalize; }
        .wrap-filter .box_sidebar .filter-tag ul:not(.result-filter-mb) li.active label {
          color: #fff;
          background: #000; }
        @media (min-width: 992px) {
          .wrap-filter .box_sidebar .filter-tag ul:not(.result-filter-mb) li:hover label {
            color: #fff;
            background: #000; } }

.btn-filter-mob {
  display: none;
  text-align: left; }

.filter-price input[type="checkbox"]:checked + .cust-check:after {
  color: #57a41f; }

@media (max-width: 991px) {
  .sidebar-colection {
    width: 320px;
    position: fixed;
    height: 100vh;
    left: 0;
    right: auto;
    top: 0;
    background: #fff;
    z-index: 999999;
    overflow-y: auto;
    -ms-transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 15px 0; }
    .sidebar-colection .wrap-filter {
      border: none;
      padding-bottom: 40px; }
  #wandave-theme.filter-active .sidebar-colection {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  #wandave-theme.filter-active #site-overlay {
    opacity: 1;
    visibility: visible; }
  .btn-filter-mob {
    min-width: 175px;
    padding: 0 15px;
    height: 36px;
    background: none;
    border: 1px solid #333;
    font-size: 15px;
    line-height: 30px;
    margin-right: 10px;
    display: block;
    background-image: var(--bg-filter);
    background-repeat: no-repeat;
    background-position: right 10px center; }
  .d-none-992-w {
    display: none; } }

@media (max-width: 767px) {
  .collection-top-bar > .collection-title button {
    display: none; }
  .collection-top-bar .product-short {
    justify-content: space-between; }
    .collection-top-bar .product-short label {
      display: none; }
    .collection-top-bar .product-short button {
      width: 50%; }
    .collection-top-bar .product-short .wrap-box-sort {
      width: 50%; }
      .collection-top-bar .product-short .wrap-box-sort select {
        width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .collection-top-bar .product-short label {
    display: none; } }

@media (max-width: 330px) {
  .collection-top-bar .product-short button, .collection-top-bar .product-short select {
    min-width: 145px; } }

.loading-filter:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  left: 0;
  top: 0; }

.loading-filter:after {
  content: "";
  background-image: url(//cdn.hstatic.net/themes/200000846175/1001403720/14/loading-black-small.svg?v=302);
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3333;
  left: 50%;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100%; }

.see-more {
  position: relative;
  text-align: center;
  margin-bottom: 15px; }
  .see-more a {
    display: inline-block;
    padding: .375rem .75rem;
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid #000000;
    color: #000000;
    font-weight: 600;
    background: transparent; }
    .see-more a:hover {
      background: #000000;
      color: #fff; }
  .see-more:not(.no-before):before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 17%, #FFFFFF 93.12%); }

.opacity-none {
  opacity: 0.1; }

.result-filter-mb li, .result-filter-full li {
  padding: 5px 7px;
  list-style: none;
  background: #000000;
  border-radius: 5px;
  color: #fff;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 5px;
  cursor: pointer; }

.filter-color .result-filter-mb, .result-filter-full {
  margin-top: 10px; }

.content-product-list .pd-right-0 {
  padding-left: 0;
  border-right: 1px solid #fff; }

.main-colection {
  padding-right: 0; }

@media (min-width: 992px) {
  .col-lg-cus-2 {
    width: 16%; }
  .col-lg-cus-10 {
    width: 84%; } }
