@charset "UTF-8";
/*------------------------------------------------------------------------------*/
/* COLLECTION PAGE  */
/*------------------------------------------------------------------------------*/
.product-loop {
  position: relative; }
  .product-loop:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: 1px 0 var(--border-color), 0 1px var(--border-color);
    z-index: 2;
    pointer-events: none; }
  .product-loop .box-info {
    margin-top: 0;
    padding: 12px; }
  .product-loop .box-info .price-product {
    margin-bottom: 0; }

.collection-page {
  margin-bottom: 30px; }
  .collection-page .row .col-desk-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  @media (min-width: 1170px) {
    .collection-page .row .col-desk-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .collection-page .row .col-desk-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; } }
  .collection-page .collection--banner {
    position: relative;
    overflow: hidden; }
    .collection-page .collection--banner .banner-effect {
      position: relative;
      overflow: hidden; }
    .collection-page .collection--banner .banner-slider:not(.slick-initialized) {
      height: 100px; }
    .collection-page .collection--banner .banner-slider.slick-initialized .slick-slide img {
      width: inherit; }
    .collection-page .collection--banner .banner-slider .aspect-ratio {
      position: relative;
      overflow: hidden;
      padding-bottom: 23%; }
      .collection-page .collection--banner .banner-slider .aspect-ratio picture {
        position: absolute;
        left: 0%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .collection-page .collection--banner .banner-slider .slick-arrow {
      display: none !important;
      width: 30px;
      height: 30px;
      color: #ffffff;
      background-color: transparent;
      text-align: center;
      font-size: 0;
      position: absolute;
      z-index: 1;
      cursor: pointer;
      top: 50%;
      border-radius: 0;
      outline: none;
      border: none; }
      .collection-page .collection--banner .banner-slider .slick-arrow.slick-prev {
        left: 30px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        transform: translateY(-50%) rotate(-45deg); }
      .collection-page .collection--banner .banner-slider .slick-arrow.slick-next {
        right: 30px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: translateY(-50%) rotate(-45deg); }
    .collection-page .collection--banner .banner-slider .slick-dots {
      position: absolute;
      bottom: 20px;
      text-align: center;
      width: 100%; }
      .collection-page .collection--banner .banner-slider .slick-dots li {
        display: inline-block; }
        .collection-page .collection--banner .banner-slider .slick-dots li button {
          position: relative;
          display: inline-block;
          outline: none;
          font-size: 0;
          width: 20px;
          height: 4px;
          margin: 0 4px;
          border-radius: 0;
          border: none;
          cursor: pointer;
          background: rgba(0, 0, 0, 0.3);
          -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
          transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
        .collection-page .collection--banner .banner-slider .slick-dots li.slick-active button {
          background: var(--maincolor); }
    @media (min-width: 992px) {
      .collection-page .collection--banner .banner-slider:not(.slick-initialized) {
        height: 300px; } }
    .collection-page .collection--banner img {
      width: 100%; }
  .collection-page .collection-cate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 12px 0; }
    .collection-page .collection-cate .collection-head {
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%;
      display: inline-flex;
      align-items: center; }
      .collection-page .collection-cate .collection-head h1 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        color: #071d5c;
        text-transform: uppercase; }
      .collection-page .collection-cate .collection-head span {
        display: inline-block;
        margin-left: 5px; }
      @media (max-width: 991px) {
        .collection-page .collection-cate .collection-head h1 {
          font-size: 16px; } }
    .collection-page .collection-cate .btn-filter-mobile {
      border: 1px solid #e2e2e2;
      padding: 5px 10px;
      margin: 0;
      background: #fff;
      font-size: 13px;
      background: #F4F4F4;
      border-radius: 5px; }
      .collection-page .collection-cate .btn-filter-mobile i {
        margin-left: 5px; }
    @media (min-width: 992px) {
      .collection-page .collection-cate .btn-filter-mobile {
        display: none; } }
    @media (max-width: 991px) {
      .collection-page .collection-cate .collection-count h2 {
        margin: 0;
        font-size: 14px;
        line-height: 22px; } }
  .collection-page .collection--filter {
    /*
		@media(min-width: 1024px){
		position: relative;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		.filter-box-scroll {
		max-height: calc(100vh - 50px);
		overflow-y: auto;
		padding-right: 5px;
		&::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		background-color: #F5F5F5; 
	}
		&::-webkit-scrollbar {
		width: 0;
		height: 0;
		background-color: #F5F5F5; 
	}
		&::-webkit-scrollbar-thumb {
		background-color: #000000;
		border: 2px solid #555555; 
	}
	}
	}
		*/ }
    .collection-page .collection--filter h3 {
      font-size: 16px;
      font-weight: 600;
      color: #071d5c;
      text-transform: uppercase;
      margin: 0;
      padding: 24px 0; }
      .collection-page .collection--filter h3 button {
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        outline: none;
        width: 45px;
        height: 45px;
        border: none;
        border-radius: 0;
        background: #f3f3f3;
        display: none; }
        .collection-page .collection--filter h3 button svg {
          height: 14px;
          width: 14px;
          vertical-align: 2px; }
    .collection-page .collection--filter .layered_filter_group {
      display: -webkit-flex;
      display: flex;
      flex-direction: column; }
      .collection-page .collection--filter .layered_filter_group .order_1 {
        order: 1; }
      .collection-page .collection--filter .layered_filter_group .order_2 {
        order: 2; }
      .collection-page .collection--filter .layered_filter_group .order_3 {
        order: 3; }
      .collection-page .collection--filter .layered_filter_group .order_4 {
        order: 4; }
      .collection-page .collection--filter .layered_filter_group .order_5 {
        order: 5; }
      .collection-page .collection--filter .layered_filter_group .order_6 {
        order: 6; }
      .collection-page .collection--filter .layered_filter_group .order_7 {
        order: 7; }
      .collection-page .collection--filter .layered_filter_group .order_8 {
        order: 8; }
    .collection-page .collection--filter .checkbox-list {
      padding-right: 5px;
      margin: 0;
      padding: 0;
      list-style-type: none;
      /*
				max-height: 250px;
				overflow-y: auto;
				&::-webkit-scrollbar {width: 2px;height: 2px; }
				&::-webkit-scrollbar-track {
					-webkit-border-radius: 10px;
					border-radius: 10px; 
					-webkit-box-shadow: inset 0 0 6px transparent;
				}
				&::-webkit-scrollbar-thumb {
					-webkit-border-radius: 10px;
					border-radius: 10px;
					background: rgba(105, 105, 105, 0.8);
					-webkit-box-shadow: inset 0 0 6px #D0D0D0; 
				}
				&::-webkit-scrollbar-thumb:window-inactive {
					background: rgba(105, 105, 105, 0.8); 
				}
			*/ }
      .collection-page .collection--filter .checkbox-list li {
        position: relative;
        margin: 0 0 4px;
        padding-left: 30px; }
        .collection-page .collection--filter .checkbox-list li:last-child {
          margin-bottom: 0; }
        .collection-page .collection--filter .checkbox-list li input[type='checkbox'], .collection-page .collection--filter .checkbox-list li input[type='radio'] {
          position: absolute;
          top: 5px;
          left: 0;
          margin-top: 0;
          vertical-align: top;
          width: 16px;
          height: 16px;
          outline: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          background-color: transparent;
          border: 1px solid #eaebeb;
          border-radius: 2px;
          overflow: hidden; }
          .collection-page .collection--filter .checkbox-list li input[type='checkbox']:after, .collection-page .collection--filter .checkbox-list li input[type='radio']:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0px;
            bottom: 0;
            margin: auto;
            width: 12px;
            height: 12px;
            background-color: transparent;
            border: 1px solid transparent;
            border-radius: 1px;
            cursor: pointer;
            transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out; }
          .collection-page .collection--filter .checkbox-list li input[type='checkbox']:before, .collection-page .collection--filter .checkbox-list li input[type='radio']:before {
            content: "";
            position: absolute;
            left: 3px;
            top: 4px;
            margin: auto;
            z-index: 1;
            width: 8px;
            height: 4px;
            border: 1.5px solid #fff;
            border-top-style: none;
            border-right-style: none;
            -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            -webkit-transform: rotate(-45deg) scale(0, 0);
            -moz-transform: rotate(-45deg) scale(0, 0);
            -ms-transform: rotate(-45deg) scale(0, 0);
            -o-transform: rotate(-45deg) scale(0, 0);
            transform: rotate(-45deg) scale(0, 0); }
          .collection-page .collection--filter .checkbox-list li input[type='checkbox']:checked:before, .collection-page .collection--filter .checkbox-list li 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); }
          .collection-page .collection--filter .checkbox-list li input[type='checkbox']:checked:after, .collection-page .collection--filter .checkbox-list li input[type='radio']:checked:after {
            background: #414141;
            border: 1px solid #414141; }
        .collection-page .collection--filter .checkbox-list li label {
          cursor: pointer;
          position: relative;
          margin: 0;
          font-size: 14px;
          font-weight: 400;
          width: 100%;
          padding: 4px 0px 4px;
          color: #071d5c; }
          .collection-page .collection--filter .checkbox-list li label img {
            width: 30px; }
        .collection-page .collection--filter .checkbox-list li.active input,
        .collection-page .collection--filter .checkbox-list li:hover input {
          border: 1px solid #414141; }
        @media (max-width: 991px) {
          .collection-page .collection--filter .checkbox-list li label {
            font-size: 12px; }
          .collection-page .collection--filter .checkbox-list li input[type='checkbox'], .collection-page .collection--filter .checkbox-list li input[type='radio'] {
            top: 6px; } }
        .collection-page .collection--filter .checkbox-list li.loading_filter {
          display: -webkit-flex;
          display: flex;
          align-items: center;
          padding: 0 !important; }
          .collection-page .collection--filter .checkbox-list li.loading_filter span.loading_input {
            border: 1px solid #000;
            width: 20px;
            height: 20px;
            display: inline-block;
            margin-right: 10px; }
          .collection-page .collection--filter .checkbox-list li.loading_filter span.loading_icon {
            width: 28px;
            height: 28px;
            margin-right: 10px;
            display: inline-block;
            animation-duration: 1.25s;
            animation-fill-mode: forwards;
            animation-iteration-count: infinite;
            animation-name: placeHolderShimmer;
            animation-timing-function: linear;
            background: #F6F6F6;
            background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
            background-size: 800px 104px; }
            .collection-page .collection--filter .checkbox-list li.loading_filter span.loading_icon + span.loading_text {
              width: calc(100% - 68px); }
          .collection-page .collection--filter .checkbox-list li.loading_filter span.loading_text {
            display: inline-block;
            animation-duration: 1.25s;
            animation-fill-mode: forwards;
            animation-iteration-count: infinite;
            animation-name: placeHolderShimmer;
            animation-timing-function: linear;
            background: #F6F6F6;
            background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
            background-size: 800px 104px;
            width: calc(100% - 30px);
            height: 28px; }
    .collection-page .collection--filter .filter-color .checkbox-list li {
      position: relative;
      margin: 0 0 4px;
      padding-left: 30px; }
      .collection-page .collection--filter .filter-color .checkbox-list li:last-child {
        margin-bottom: 0; }
      .collection-page .collection--filter .filter-color .checkbox-list li input[type='checkbox']:after, .collection-page .collection--filter .filter-color .checkbox-list li input[type='radio']:after {
        width: 16px;
        height: 16px;
        background-color: transparent;
        border: 1px solid transparent; }
      .collection-page .collection--filter .filter-color .checkbox-list li input[type='checkbox']:checked:after, .collection-page .collection--filter .filter-color .checkbox-list li input[type='radio']:checked:after {
        background: unset !important; }
      .collection-page .collection--filter .filter-color .checkbox-list li input[type="checkbox"] {
        border: 1px solid #f4f4f4; }
        .collection-page .collection--filter .filter-color .checkbox-list li input[type="checkbox"]:checked:after {
          background: unset !important; }
        .collection-page .collection--filter .filter-color .checkbox-list li input[type="checkbox"][value="Màu da"]:checked:before, .collection-page .collection--filter .filter-color .checkbox-list li input[type="checkbox"][value="Màu hồng"]:checked:before, .collection-page .collection--filter .filter-color .checkbox-list li input[type="checkbox"][value="Màu trắng"]:checked:before, .collection-page .collection--filter .filter-color .checkbox-list li input[type="checkbox"][value="Màu vàng"]:checked:before {
          border-color: #000 !important; }
      .collection-page .collection--filter .filter-color .checkbox-list li.active input,
      .collection-page .collection--filter .filter-color .checkbox-list li:hover input {
        border: 1px solid #414141; }
    .collection-page .collection--filter .filter-brand .field-search {
      margin-bottom: 15px; }
      .collection-page .collection--filter .filter-brand .field-search input {
        width: 100%;
        font-size: 12px;
        padding: 4px 10px;
        border-radius: 4px;
        border: 1px solid #040707;
        height: 36px; }
    @media (max-width: 991px) {
      .collection-page .collection--filter .filter-brand .checkbox-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    .collection-page .collection--filter .filter-tag1 li input[type='checkbox'] {
      top: 10px; }
    .collection-page .collection--filter .sidebar_box_block {
      position: relative;
      margin-bottom: 16px;
      border-top: 1px solid var(--border-color); }
      .collection-page .collection--filter .sidebar_box_block .sidebar_box-subtitle {
        position: relative;
        font-size: 14px;
        font-weight: 600;
        padding: 16px 0;
        cursor: pointer;
        color: #071d5c; }
        .collection-page .collection--filter .sidebar_box_block .sidebar_box-subtitle span.icon-control {
          width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 5px;
          margin: auto;
          font-size: 10px;
          vertical-align: 1px;
          display: inline-block;
          -webkit-transition: transform .3s;
          -moz-transition: transform .3s;
          -o-transition: transform .3s;
          transition: transform .3s; }
          .collection-page .collection--filter .sidebar_box_block .sidebar_box-subtitle span.icon-control:after, .collection-page .collection--filter .sidebar_box_block .sidebar_box-subtitle span.icon-control:before {
            background: #071d5c;
            content: '';
            display: block;
            position: absolute;
            margin-right: 7px;
            top: 50%;
            right: 0;
            -moz-transition: all .25s linear;
            -o-transition: all .25s linear;
            -webkit-transition: all .25s linear;
            transition: all .25s linear; }
          .collection-page .collection--filter .sidebar_box_block .sidebar_box-subtitle span.icon-control:before {
            width: 9px;
            height: 1px;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
          .collection-page .collection--filter .sidebar_box_block .sidebar_box-subtitle span.icon-control:after {
            width: 1px;
            height: 9px;
            right: 4px;
            transform-origin: center;
            -moz-transform: translateY(-50%) scale(1, 1);
            -ms-transform: translateY(-50%) scale(1, 1);
            -webkit-transform: translateY(-50%) scale(1, 1);
            transform: translateY(-50%) scale(1, 1); }
        .collection-page .collection--filter .sidebar_box_block .sidebar_box-subtitle[aria-expanded="true"] span.icon-control:after {
          -moz-transform: translateY(-50%) scale(1, 0);
          -ms-transform: translateY(-50%) scale(1, 0);
          -webkit-transform: translateY(-50%) scale(1, 0);
          transform: translateY(-50%) scale(1, 0); }
        .collection-page .collection--filter .sidebar_box_block .sidebar_box-subtitle[aria-expanded="true"]:after {
          width: 40px; }
      .collection-page .collection--filter .sidebar_box_block .sidebar_box-content {
        padding: 0;
        position: relative;
        width: 100%;
        z-index: 2;
        border-top: 0;
        margin: 0;
        transform: none !important; }
        .collection-page .collection--filter .sidebar_box_block .sidebar_box-content.filter-cate ul li a {
          display: block;
          color: inherit;
          padding: 5px 20px;
          cursor: pointer;
          transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
          background: #f7f7f7; }
          .collection-page .collection--filter .sidebar_box_block .sidebar_box-content.filter-cate ul li a.active, .collection-page .collection--filter .sidebar_box_block .sidebar_box-content.filter-cate ul li a:hover {
            background: rgba(0, 186, 219, 0.08);
            color: #aac735; }
        .collection-page .collection--filter .sidebar_box_block .sidebar_box-content.filter-cate ul li:not(:last-child) {
          margin-bottom: 10px; }
        .collection-page .collection--filter .sidebar_box_block .sidebar_box-content:not(.filter-price) ul li:not(:nth-child(-n + 4)) {
          display: none; }
        .collection-page .collection--filter .sidebar_box_block .sidebar_box-content .btnmore-list {
          padding: 0;
          color: #787579;
          background: none;
          border-radius: 0;
          border: none;
          font-size: 12px;
          display: block;
          margin-top: 8px; }
        .collection-page .collection--filter .sidebar_box_block .sidebar_box-content.full ul li:not(:nth-child(-n + 4)) {
          display: block; }
      @media (max-width: 991px) {
        .collection-page .collection--filter .sidebar_box_block {
          overflow: hidden;
          margin-bottom: 0px;
          border-top: none; }
          .collection-page .collection--filter .sidebar_box_block .sidebar_box-subtitle {
            padding: 10px 15px;
            background: #F4F4F4;
            font-size: 12px; }
            .collection-page .collection--filter .sidebar_box_block .sidebar_box-subtitle:after {
              left: 15px; }
          .collection-page .collection--filter .sidebar_box_block .sidebar_box-content {
            border: none;
            margin-bottom: 0;
            padding: 6px 15px 10px; } }
    @media (max-width: 991px) {
      .collection-page .collection--filter {
        margin-top: 0px;
        position: fixed;
        right: 0;
        top: 0;
        width: 90%;
        height: 100%;
        padding-top: 46px;
        background: #f3f3f3;
        z-index: 9999;
        -webkit-transform: translate3d(100%, 0px, 0px);
        -moz-transform: translate3d(100%, 0px, 0px);
        -ms-transform: translate3d(100%, 0px, 0px);
        -o-transform: translate3d(100%, 0px, 0px);
        transform: translate3d(100%, 0px, 0px);
        -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
        -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
        transition: transform 0.3s, box-shadow 0.3s; }
        .collection-page .collection--filter h3 {
          position: absolute;
          z-index: 3;
          width: 100%;
          top: 0;
          left: 0;
          padding: 11px 0px;
          height: 46px;
          margin-bottom: 0;
          background-color: #fff;
          font-size: 14px;
          text-align: center;
          border-bottom: 1px solid #e2e2e2; }
          .collection-page .collection--filter h3 svg {
            height: 13px;
            width: 13px;
            margin-right: 4px; }
        .collection-page .collection--filter h3 button {
          display: block; }
        .collection-page .collection--filter .filter-box-scroll {
          overflow: auto;
          height: 100%;
          background: #ffffff;
          /*
				&:before {
					content: none;
					position: absolute;
					top: 0;
					right: 0;
					left: -15%;
					bottom: 0;
					background: rgba(0,0,0,0.4);
					width: 115%;
					z-index: -1;
				}
				*/ }
          .collection-page .collection--filter .filter-box-scroll .layered_filter_group {
            padding: 0; }
        .collection-page .collection--filter.filter-visible {
          -webkit-transform: translate3d(0px, 0px, 0px);
          -moz-transform: translate3d(0px, 0px, 0px);
          -ms-transform: translate3d(0px, 0px, 0px);
          -o-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
          z-index: 99999; }
          .collection-page .collection--filter.filter-visible #layer_filter_close {
            content: none;
            position: absolute;
            top: 0;
            right: 0;
            left: -15%;
            bottom: 0;
            background: rgba(0, 0, 0, 0.4);
            width: 115%;
            z-index: -1; }
          .collection-page .collection--filter.filter-visible .filter-box-scroll:before {
            content: ""; } }
  .collection-page .collection-sortbyfilter {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    align-items: center; }
    .collection-page .collection-sortbyfilter .title-sort-filter {
      font-size: 14px;
      line-height: 17px;
      display: inline-block;
      margin: 0 10px 0 0;
      white-space: nowrap; }
      .collection-page .collection-sortbyfilter .title-sort-filter svg {
        margin-right: 5px; }
    .collection-page .collection-sortbyfilter .box-sort-filter {
      background: #F4F4F4;
      border: 1px solid #F4F4F4;
      border-radius: 5px;
      width: 100%; }
    .collection-page .collection-sortbyfilter .layered_filter_title {
      position: relative;
      height: 40px;
      line-height: 40px;
      width: 100%;
      font-size: 12px;
      font-weight: 500;
      padding: 0px 40px 0px 15px;
      cursor: pointer;
      border-radius: 5px 5px 0 0; }
      .collection-page .collection-sortbyfilter .layered_filter_title.dropdown-toggle:after {
        display: none; }
      .collection-page .collection-sortbyfilter .layered_filter_title .title_sortby {
        margin: 0;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        color: #071d5c; }
        .collection-page .collection-sortbyfilter .layered_filter_title .title_sortby .icon-control {
          width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 5px;
          margin: auto;
          font-size: 10px;
          vertical-align: 1px;
          display: inline-block;
          -webkit-transition: transform .3s;
          -moz-transition: transform .3s;
          -o-transition: transform .3s;
          transition: transform .3s; }
    .collection-page .collection-sortbyfilter .sortby-option {
      position: absolute;
      font-size: 12px;
      left: 0;
      right: 0;
      margin: 0;
      top: 0;
      z-index: 3;
      border-radius: 5px;
      top: 134% !important;
      transform: none !important;
      background: #FFFFFF;
      border: 1px solid #ECECEC;
      box-shadow: 0px 2px 6px rgba(193, 193, 193, 0.25); }
      .collection-page .collection-sortbyfilter .sortby-option:before {
        content: "";
        position: absolute;
        z-index: 1;
        top: -9px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon--nav-triangle' viewBox='0 0 20 9' role='presentation'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M.47108938 9c.2694725-.26871321.57077721-.56867841.90388257-.89986354C3.12384116 6.36134886 5.74788116 3.76338565 9.2467995.30653888c.4145057-.4095171 1.0844277-.40860098 1.4977971.00205122L19.4935156 9H.47108938z' fill='%23ffffff'%3E%3C/path%3E%3Cpath d='M-.00922471 9C1.38887087 7.61849126 4.26661926 4.80337304 8.62402045.5546454c.75993175-.7409708 1.98812015-.7393145 2.74596565.0037073L19.9800494 9h-1.3748787l-7.9226239-7.7676545c-.3789219-.3715101-.9930172-.3723389-1.3729808-.0018557-3.20734177 3.1273507-5.6127118 5.4776841-7.21584193 7.05073579C1.82769633 8.54226204 1.58379521 8.7818599 1.36203986 9H-.00922471z' fill='%23ececec'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 20px;
        height: 10px; }
      .collection-page .collection-sortbyfilter .sortby-option ul {
        margin: 0;
        padding: 5px 10px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        list-style: none; }
        .collection-page .collection-sortbyfilter .sortby-option ul li {
          width: 100%;
          position: relative;
          cursor: pointer;
          padding: 8px 5px 8px 5px;
          /*input[type="radio"] {display: none;}*/ }
          .collection-page .collection-sortbyfilter .sortby-option ul li:last-child {
            margin-bottom: 0; }
          .collection-page .collection-sortbyfilter .sortby-option ul li label {
            margin-bottom: 0;
            display: block;
            cursor: pointer; }
          .collection-page .collection-sortbyfilter .sortby-option ul li input {
            position: absolute;
            top: 6px;
            left: 0;
            margin-top: 0;
            vertical-align: top;
            width: 16px;
            height: 16px;
            opacity: 0;
            visibility: hidden;
            outline: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            .collection-page .collection-sortbyfilter .sortby-option ul li input:before {
              content: "";
              position: absolute;
              left: 3px;
              top: 4px;
              margin: auto;
              z-index: 1;
              width: 10px;
              height: 5px;
              border: 1.5px solid #222;
              border-top-style: none;
              border-right-style: none;
              -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
              -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
              transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
              -webkit-transform: rotate(-45deg) scale(0, 0);
              -moz-transform: rotate(-45deg) scale(0, 0);
              -ms-transform: rotate(-45deg) scale(0, 0);
              -o-transform: rotate(-45deg) scale(0, 0);
              transform: rotate(-45deg) scale(0, 0); }
            .collection-page .collection-sortbyfilter .sortby-option ul li input:after {
              content: "";
              position: absolute;
              left: 0;
              top: 0px;
              width: 16px;
              height: 16px;
              background-color: transparent;
              border: 1px solid rgba(0, 0, 0, 0.4);
              cursor: pointer;
              transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out;
              border-radius: 50%; }
          .collection-page .collection-sortbyfilter .sortby-option ul li.active label, .collection-page .collection-sortbyfilter .sortby-option ul li:hover label {
            color: var(--maincolor); }
          .collection-page .collection-sortbyfilter .sortby-option ul li.active input:before {
            border-color: #fff;
            -webkit-transform: rotate(-45deg) scale(1, 1);
            -moz-transform: rotate(-45deg) scale(1, 1);
            -ms-transform: rotate(-45deg) scale(1, 1);
            -o-transform: rotate(-45deg) scale(1, 1);
            transform: rotate(-45deg) scale(1, 1); }
          .collection-page .collection-sortbyfilter .sortby-option ul li.active input:after {
            border: 1px solid black;
            background-color: black; }
    @media (max-width: 991px) {
      .collection-page .collection-sortbyfilter {
        display: none; }
        .collection-page .collection-sortbyfilter .sortby-option ul {
          text-align: right; }
          .collection-page .collection-sortbyfilter .sortby-option ul li {
            padding-left: 10px;
            padding-right: 25px; }
            .collection-page .collection-sortbyfilter .sortby-option ul li:before {
              left: initial;
              right: 5px; } }
  .collection-page .collection-main .collection--list {
    display: grid;
    gap: var(--gap);
    grid-template-columns: repeat(var(--nb-col), minmax(0, 1fr));
    /*border-top: 1px solid var(--border-color);*/
    border-left: 1px solid var(--border-color); }
    .collection-page .collection-main .collection--list .product-loop:nth-child(n+1):nth-child(-n+4) {
      border-top: 1px solid var(--border-color); }
  .collection-page .results.collection--list {
    display: grid;
    gap: var(--gap);
    grid-template-columns: repeat(var(--nb-col-search), minmax(0, 1fr));
    border-top: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    margin-top: 30px; }
  .collection-page .wrapper_layered_filter .layered_filter_title {
    text-transform: uppercase; }
    .collection-page .wrapper_layered_filter .layered_filter_title .title_filter {
      margin: 0;
      font-size: 14px; }
      .collection-page .wrapper_layered_filter .layered_filter_title .title_filter:after {
        content: "";
        width: 1px;
        height: 20px;
        background: var(--bordercolor);
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px; }
      .collection-page .wrapper_layered_filter .layered_filter_title .title_filter .icon-filter {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
        .collection-page .wrapper_layered_filter .layered_filter_title .title_filter .icon-filter svg {
          width: 20px;
          height: 30px;
          fill: #909097;
          stroke: #909097;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
  .collection-page .wrapper_layered_filter .layered_filter_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    .collection-page .wrapper_layered_filter .layered_filter_tags .filter_tags {
      display: none;
      line-height: 22px;
      margin: 0 10px 15px 0;
      padding: 7px 15px 7px 15px;
      background: #F4F4F4;
      border-radius: 5px;
      font-size: 14px;
      flex-wrap: wrap;
      align-items: center;
      column-gap: 4px; }
      .collection-page .wrapper_layered_filter .layered_filter_tags .filter_tags b {
        font-weight: normal;
        display: inline-block; }
      .collection-page .wrapper_layered_filter .layered_filter_tags .filter_tags span.filter_tags_remove {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 10px;
        cursor: pointer;
        text-align: center; }
        .collection-page .wrapper_layered_filter .layered_filter_tags .filter_tags span.filter_tags_remove svg {
          vertical-align: 0; }
      .collection-page .wrapper_layered_filter .layered_filter_tags .filter_tags:before {
        content: attr(data-note);
        margin-right: 5px;
        display: inline-block; }
      .collection-page .wrapper_layered_filter .layered_filter_tags .filter_tags.opened {
        display: inline-flex; }
      .collection-page .wrapper_layered_filter .layered_filter_tags .filter_tags.filter_tags_remove_all {
        cursor: pointer; }
  .collection-page .has-pagi + .home-three-banner-bottom {
    margin-top: 0; }
  .collection-page.collection-recommend-page .collection-cate {
    display: block;
    margin: 30px 0; }
    .collection-page.collection-recommend-page .collection-cate .collection-head {
      display: block;
      max-width: unset; }
      .collection-page.collection-recommend-page .collection-cate .collection-head p {
        font-size: 25px;
        text-transform: uppercase; }
      .collection-page.collection-recommend-page .collection-cate .collection-head h1 {
        font-size: 35px; }
  .collection-page.collection-recommend-page .collection-main .collection--list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-left: none;
    gap: 15px;
    /* grid-template-columns: repeat(var(--nb-col-recommend), minmax(0, 1fr)); */ }
    .collection-page.collection-recommend-page .collection-main .collection--list .product-loop {
      flex: 0 0 auto;
      width: calc((100% - 60px) / var(--nb-col-recommend));
      border-left: 1px solid var(--border-color); }
  .collection-page.collection-recommend-page .other-head {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin: 30px 0; }
    .collection-page.collection-recommend-page .other-head h2 {
      margin-bottom: 0; }
    .collection-page.collection-recommend-page .other-head ul {
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 15px; }
      .collection-page.collection-recommend-page .other-head ul li {
        cursor: pointer;
        font-size: 18px;
        width: calc((75% - 45px)/3);
        text-align: center;
        border: 1px solid var(--border-color);
        padding: 8px 10px; }
        .collection-page.collection-recommend-page .other-head ul li.active {
          background: #FFCD00;
          color: #011e60;
          border-color: #ffcd00;
          font-weight: 700; }
  .collection-page.collection-recommend-page .other_body__content {
    display: none; }
    .collection-page.collection-recommend-page .other_body__content.active {
      display: block; }
  @media (max-width: 767px) {
    .collection-page.collection-recommend-page .collection-cate .collection-head p {
      font-size: 20px; }
    .collection-page.collection-recommend-page .collection-cate .collection-head h1 {
      font-size: 25px; }
    .collection-page.collection-recommend-page .collection-main .collection--list .product-loop {
      width: calc(50% - 7.5px); }
    .collection-page.collection-recommend-page .other-head ul {
      flex-wrap: nowrap;
      overflow: hidden;
      overflow-x: auto;
      width: 100%;
      justify-content: flex-start; }
      .collection-page.collection-recommend-page .other-head ul li {
        width: calc(100% - 65px);
        flex: 0 0 auto; } }

.header-search {
  margin-top: 30px; }

/* . - Menu sidebar */
.menuList-links {
  margin: 0;
  /*
		@media(max-width: 991px){
			& > li > a { font-size: 12px; }
		}
	*/ }
  .menuList-links li {
    position: relative; }
  .menuList-links li a {
    position: relative;
    font-size: 13px;
    display: block; }
  .menuList-links > li {
    border-bottom: 1px dashed #f4f5f7; }
  .menuList-links > li:last-child {
    border-bottom: none; }
  .menuList-links > li > a {
    color: #000;
    padding: 8px 0;
    font-weight: 400;
    font-size: 14px; }
  .menuList-links > li.has-submenu > a {
    padding-right: 30px; }
  .menuList-links > li.has-submenu span.icon-plus-submenu {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid transparent; }
  .menuList-links .icon-plus-submenu:after,
  .menuList-links .icon-plus-submenu:before {
    background: rgba(9, 9, 9, 0.6);
    content: '';
    display: block;
    position: absolute;
    margin-right: 7px;
    top: 50%;
    right: 0;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear; }
  .menuList-links .icon-plus-submenu:before {
    width: 9px;
    height: 1px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .menuList-links .icon-plus-submenu:after {
    width: 1px;
    height: 9px;
    right: 4px;
    transform-origin: center;
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1); }
  .menuList-links li.has-submenu.opened > a .icon-plus-submenu:after {
    -moz-transform: translateY(-50%) scale(1, 0);
    -ms-transform: translateY(-50%) scale(1, 0);
    -webkit-transform: translateY(-50%) scale(1, 0);
    transform: translateY(-50%) scale(1, 0); }
  .menuList-links > li.has-submenu .icon-plus-submenu:hover {
    border: 1px solid #f4f5f7; }
  .menuList-links li ul.submenu-links {
    display: none; }
  .menuList-links ul.submenu-links li a {
    padding: 8px 0 8px 0px; }
  .menuList-links li.has-submenu.level0 > ul.submenu-links {
    border-top: 1px dashed #f4f5f7; }
  .menuList-links li.has-submenu.level0 > ul.submenu-links li a {
    padding-left: 12px; }
  .menuList-links li.has-submenu.level1 > ul.submenu-links li a {
    padding-left: 25px; }

.loading-pr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0; }
  .loading-pr.open {
    visibility: visible;
    opacity: 1; }

/* Collection brand */
section.collection-brand--header {
  margin-bottom: 30px; }

.collection-brand--header_avatar {
  text-align: center; }
  .collection-brand--header_avatar h1 {
    text-align: center;
    min-width: 123px;
    min-height: 123px;
    line-height: 123px;
    background-color: var(--bg-coll-head);
    color: var(--color-coll-head);
    display: inline-flex;
    border-radius: 15px;
    padding: 0 15px;
    position: relative;
    margin-top: -15%;
    font-weight: 500;
    font-size: 22px;
    justify-content: center;
    letter-spacing: 1px; }

.collection_description {
  position: relative;
  padding-bottom: 30px; }
  .collection_description h2 {
    font-size: 22px; }
  .collection_description ul {
    gap: 30px; }
  .collection_description__content {
    margin: 15px 0 70px;
    max-height: 330px;
    overflow: hidden; }
    .collection_description__content:not(.open):after {
      content: '';
      background: linear-gradient(transparent, white);
      position: absolute;
      width: 100%;
      height: 100px;
      left: 0;
      bottom: 70px; }
    .collection_description__content.open {
      max-height: max-content;
      overflow: unset;
      padding-bottom: 15px;
      margin-bottom: 30px; }
      .collection_description__content.open #open_content {
        bottom: 40px; }
    .collection_description__content #open_content {
      position: absolute;
      bottom: 40px;
      left: calc((100% - 200px) / 2);
      min-width: 200px;
      padding: 8px 20px;
      z-index: 2;
      text-transform: uppercase;
      font-weight: 700;
      cursor: pointer;
      display: inline-block;
      outline: none;
      border: 1px solid #e5e7e7;
      border-radius: 4px;
      background: #fbfbfb;
      box-shadow: 0px 3px 7.28px 0.72px rgba(0, 0, 0, 0.05); }

.collection-brand--content .container {
  position: relative; }
  @media (max-width: 767px) {
    .collection-brand--content .container {
      padding: 0; } }

.collection-brand--content_main {
  text-align: justify;
  position: relative;
  /*
		@media (min-width: 1199px){
			background-size: 100% 100% !important;
		}
		@media (max-width: 767px){
			background: none !important;
		}
		*/ }
  .collection-brand--content_main > div {
    padding: 5%;
    font-size: 16px;
    line-height: 24px;
    width: 45%; }
    .collection-brand--content_main > div img {
      max-width: 40%;
      height: auto; }
      .collection-brand--content_main > div img + br {
        display: none; }
    .collection-brand--content_main > div:not(.second_mb) {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2; }
      .collection-brand--content_main > div:not(.second_mb) .second_img {
        text-align: center;
        margin-bottom: 45px; }
    .collection-brand--content_main > div.second_mb {
      width: 100%;
      padding: 0;
      padding-top: calc(100% * 523 / 882);
      position: relative; }
      .collection-brand--content_main > div.second_mb img {
        max-width: 100%;
        aspect-ratio: 882 / 523;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1; }
    @media (max-width: 1399px) {
      .collection-brand--content_main > div {
        font-size: 16px;
        width: 50%; } }
    @media (max-width: 1199px) {
      .collection-brand--content_main > div {
        font-size: 14px;
        width: 70%; } }
    @media (max-width: 767px) {
      .collection-brand--content_main > div {
        width: 100%; }
        .collection-brand--content_main > div:not(.second_mb) {
          position: absolute;
          left: 0;
          top: 8%;
          z-index: 2;
          transform: unset; }
          .collection-brand--content_main > div:not(.second_mb) img {
            max-width: 50%; }
        .collection-brand--content_main > div.second_mb {
          position: relative;
          padding-top: calc(100% * 7 /3);
          background: #e9e9e9; }
          .collection-brand--content_main > div.second_mb img {
            position: absolute;
            left: 0;
            top: unset;
            bottom: 0;
            width: 100%;
            height: auto;
            max-width: unset;
            aspect-ratio: auto; } }
  .collection-brand--content_main #to_products {
    text-transform: uppercase;
    background: #d9d9d9;
    padding: 8px 15px;
    width: 50%;
    display: block;
    margin: 30px auto;
    /*position: absolute;
			left: 50%;
			transform: translateX(-50%);
			bottom: 12%;*/
    font-weight: 500; }

.collection-brand--story {
  margin: 30px 0; }
  .collection-brand--story .seperate {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    position: relative; }
    .collection-brand--story .seperate:before {
      content: "";
      width: calc(100% - 30px);
      height: 3px;
      background: #000;
      position: absolute;
      left: 15px;
      top: calc((100% - 3px)/2); }
    .collection-brand--story .seperate span {
      display: inline-block;
      padding: 8px 30px;
      background: #fff;
      position: relative; }

.story-content--logo {
  width: 50%;
  text-align: center; }
  .story-content--logo img {
    max-width: 200px;
    height: auto; }
  @media (max-width: 767px) {
    .story-content--logo {
      width: 100%;
      margin-top: 50px; } }

.story-content--text {
  width: 50%;
  padding: 57px 0 0;
  font-size: 18px;
  line-height: 25px; }
  .story-content--text .story-content--body {
    max-height: 320px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 15px; }
    .story-content--text .story-content--body.open {
      max-height: unset;
      overflow: auto; }
    .story-content--text .story-content--body em {
      font-size: 18px;
      line-height: 28px;
      font-weight: 600;
      margin-bottom: 15px;
      display: block;
      text-align: center; }
      .story-content--text .story-content--body em br {
        display: none; }
    .story-content--text .story-content--body ol {
      list-style: decimal;
      font-weight: bold;
      font-size: 16px;
      list-style-position: inside;
      margin-bottom: 15px; }
    .story-content--text .story-content--body ul {
      padding-left: 2rem;
      list-style-type: unset !important; }
  .story-content--text .story-content--expand {
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 20px;
    border: 1px solid;
    margin: 0 calc((100% - 245px)/2) 50px;
    width: 245px;
    font-size: 15px; }
  @media (max-width: 767px) {
    .story-content--text {
      width: 100%; }
      .story-content--text .story-content--body {
        max-height: 328px; }
      .story-content--text .story-content--expand {
        margin: 20px calc((100% - 245px)/2); } }

.collection-brand--footer {
  margin: 30px 0; }
  .collection-brand--footer a.collection_banners {
    flex: 0 0 auto;
    width: calc((100% - 30px)/3);
    position: relative; }
    .collection-brand--footer a.collection_banners h3 {
      text-align: center;
      text-transform: uppercase;
      position: absolute;
      left: 15%;
      bottom: 0;
      width: 70%;
      text-shadow: 3px 0px 7px #fff, -3px 0px 7px #fff, 0px 4px 7px #fff;
      font-size: 35px; }
  @media (max-width: 767px) {
    .collection-brand--footer .col-12 {
      display: -webkit-flex;
      display: flex;
      width: 100%;
      gap: 15px;
      overflow: hidden;
      overflow-x: auto; }
      .collection-brand--footer .col-12 a.collection_banners {
        flex: 0 0 auto;
        width: calc((100% - 100px));
        margin-bottom: 15px; }
        .collection-brand--footer .col-12 a.collection_banners h3 {
          font-size: 20px;
          left: 10%;
          width: 80%; } }

.collection-recommend {
  display: -webkit-flex;
  display: flex;
  background: #011e60; }
  .collection-recommend--left {
    width: 25%; }
    .collection-recommend--left img {
      height: 100%; }
  .collection-recommend--right {
    width: 75%;
    padding: 10px; }
    .collection-recommend--right:not(.success) {
      display: -webkit-flex;
      display: flex;
      gap: 10px;
      overflow: hidden; }
      .collection-recommend--right:not(.success) .product-loop--load {
        width: calc((100% - 10px) / 2);
        flex: 0 0 auto; }
    .collection-recommend--right .collection--list:not(.slick-slider) {
      display: -webkit-flex;
      display: flex;
      width: 100%;
      overflow: hidden;
      gap: 10px;
      grid-template: unset !important;
      border: none; }
      .collection-recommend--right .collection--list:not(.slick-slider) .product-loop {
        width: calc((100% - 30px) / 3);
        flex: 0 0 auto;
        border: none; }
        .collection-recommend--right .collection--list:not(.slick-slider) .product-loop:after {
          box-shadow: none !important; }
    .collection-recommend--right .collection--list.slider-slick-margin .product-loop {
      padding: 0 5px; }
      .collection-recommend--right .collection--list.slider-slick-margin .product-loop:after {
        display: none; }
    .collection-recommend--right .collection--list.style-default-arrow .slick-btn.slick-prev {
      left: 0px; }
    .collection-recommend--right .collection--list.style-default-arrow .slick-btn.slick-next {
      right: 0px; }
  @media (max-width: 767px) {
    .collection-recommend {
      flex-wrap: wrap; }
      .collection-recommend--left {
        width: 100%; }
      .collection-recommend--right {
        width: 100%; } }

.collection-brand--info {
  display: none; }

#explore_content {
  background: none;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 30px;
  position: relative;
  min-height: 50px; }
  #explore_content.open:after {
    content: 'Thu gọn';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    font-size: 20px;
    line-height: 45px; }

.product-loop--load {
  width: calc(100% / 3); }
  .product-loop--load_img {
    padding-top: 100%;
    background: #dfdfdf;
    margin-bottom: 10px; }
  .product-loop--load_title {
    background: #dfdfdf;
    height: 50px;
    margin-bottom: 10px; }
  .product-loop--load_price {
    background: #dfdfdf;
    height: 25px; }
