.template-index .mainHeader {
  background: transparent;
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  z-index: 99; }
  @media (max-width: 992px) {
    .template-index .mainHeader {
      background: white;
      position: relative;
      top: auto !important; } }

@media (min-width: 992px) {
  .template-index .mainHeader:not(.hSticky) .header-wrap-menu .menuList-main > li > a,
  .template-index .mainHeader.mainHeader_temp02:not(.hSticky) .header-wrap-logo h1,
  .template-index .mainHeader.mainHeader_temp02:not(.hSticky) .header-wrap-logo a {
    color: #fff !important; }
  .template-index .mainHeader.mainHeader_temp02:not(.hSticky) .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg,
  .template-index .mainHeader:not(.hSticky) .header-wrap-menu .menuList-main > li > a svg {
    fill: #fff !important; } }

.template-index .mainHeader.hSticky.hSticky-nav, .template-index .mainHeader.hSticky {
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease; }

#homepage-slider .slide--content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
  @media (max-width: 992px) {
    #homepage-slider .slide--content {
      width: 90%; } }

#homepage-slider .slide-title {
  font-size: 34px;
  color: white;
  margin-bottom: 10px;
  font-weight: 500; }
  @media (max-width: 992px) {
    #homepage-slider .slide-title {
      font-size: 16px; } }

#homepage-slider .slide-action a {
  font-size: 16px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 4px;
  background: #000; }
  @media (min-width: 992px) {
    #homepage-slider .slide-action a {
      color: white; } }

@media (min-width: 1200px) {
  .section-home-category .container {
    max-width: 1100px; } }

.section-home-category .item-category img {
  width: 100%; }

@media (min-width: 992px) {
  .section-home-category [class*='col-']:nth-child(n+4) {
    margin-top: 30px; } }

@media (max-width: 992px) {
  .section-home-category [class*='col-']:not(:last-child) {
    margin-bottom: 15px; } }

.section-home-banners .item-home-banner-inner {
  position: relative; }
  .section-home-banners .item-home-banner-inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1; }

.section-home-banners .info-home-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2; }
  @media (max-width: 992px) {
    .section-home-banners .info-home-banner {
      width: 98%; } }
  .section-home-banners .info-home-banner h4 a {
    font-size: 24x;
    color: white; }
    @media (max-width: 992px) {
      .section-home-banners .info-home-banner h4 a {
        font-size: 20px;
        margin-bottom: 10px; } }
  .section-home-banners .info-home-banner p {
    font-size: 15px;
    color: white; }
    @media (max-width: 992px) {
      .section-home-banners .info-home-banner p {
        font-size: 14px;
        margin-bottom: 7px; } }

.section-home-banners .btn-home-banner {
  color: white;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.65px;
  margin-top: 15px;
  padding: 3px 10px;
  border-radius: 4px;
  background: transparent;
  border: unset;
  transition: .3s all; }
  @media (max-width: 992px) {
    .section-home-banners .btn-home-banner {
      font-size: 14px;
      margin-top: 0; } }
  .section-home-banners .btn-home-banner:hover {
    background: #000;
    transition: .3s all; }

.section-home-question .sectionHeading {
  margin-bottom: 25px; }
  .section-home-question .sectionHeading h3 {
    font-size: 38px;
    font-weight: bold; }
    @media (max-width: 992px) {
      .section-home-question .sectionHeading h3 {
        font-size: 22px; } }

.section-home-question p {
  font-weight: 500;
  margin-bottom: 25px; }

.section-home-question .action a {
  display: inline-block;
  color: white;
  font-size: 16px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 4px;
  background: #000; }

.box-client {
  text-align: center;
  cursor: pointer; }

.box-client img {
  padding: 0 15px; }

@media (min-width: 768px) {
  .box-client img {
    max-width: 300px;
    margin: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform .3s ease-in-out; } }

.section-home-review {
  padding-top: 60px; }
  @media (max-width: 992px) {
    .section-home-review {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .section-home-review .review-wrapper {
    max-width: 55%;
    margin: 0 auto; }
    @media (max-width: 992px) {
      .section-home-review .review-wrapper {
        max-width: 100%; } }
  .section-home-review .item-review {
    display: flex;
    align-items: center; }
    @media (max-width: 992px) {
      .section-home-review .item-review {
        display: block; } }
  .section-home-review .review--right {
    padding: 0 30px; }
    @media (max-width: 992px) {
      .section-home-review .review--right {
        padding: 0; } }
  .section-home-review .review--left {
    max-width: 300px; }
    @media (max-width: 992px) {
      .section-home-review .review--left {
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px; } }
  .section-home-review svg {
    width: 20px;
    height: 20px;
    fill: #f5cb23; }
  .section-home-review .review-title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px; }
    @media (max-width: 992px) {
      .section-home-review .review-title {
        font-size: 18px;
        margin-top: 12px; } }
  .section-home-review .review-desc {
    font-size: 15px;
    margin-top: 20px; }
    @media (max-width: 992px) {
      .section-home-review .review-desc {
        margin-top: 12px;
        font-size: 14px; } }
  .section-home-review .review-author {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px; }
    @media (max-width: 992px) {
      .section-home-review .review-author {
        margin-top: 12px;
        font-size: 18px; } }
  .section-home-review.owlCarousel-style .owl-dots .owl-dot.active {
    border: unset; }
  .section-home-review.owlCarousel-style .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 3px; }
  .section-home-review .owl-nav {
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 992px) {
      .section-home-review .owl-nav {
        display: none !important; } }
    .section-home-review .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 35px;
      height: 35px;
      border-radius: 100%;
      background: white !important;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
      outline: none; }
      .section-home-review .owl-nav button:hover, .section-home-review .owl-nav button:focus {
        outline: none !important;
        border: unset !important; }
      .section-home-review .owl-nav button svg {
        fill: #000; }
      .section-home-review .owl-nav button.owl-next {
        right: 0; }
      .section-home-review .owl-nav button.owl-prev {
        left: 0; }
  .section-home-review:hover .owl-nav {
    opacity: 1;
    visibility: visible;
    transition: .3s all; }

.bgColor {
  background-color: var(--bg-color); }

.section-home-collection .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: white !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  outline: none; }
  .section-home-collection .owl-nav button:hover, .section-home-collection .owl-nav button:focus {
    outline: none !important;
    border: unset !important; }
  .section-home-collection .owl-nav button svg {
    fill: #000;
    width: 20px;
    height: 20px; }
  .section-home-collection .owl-nav button.owl-next {
    right: 0; }
  .section-home-collection .owl-nav button.owl-prev {
    left: 0; }

.wrapper-breadcrumb {
  position: relative; }
  .wrapper-breadcrumb.banner-header {
    padding: 0; }
  .wrapper-breadcrumb:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.3); }
  .wrapper-breadcrumb .new-breadcrumb {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    width: 100%; }
    .wrapper-breadcrumb .new-breadcrumb h1 {
      color: white;
      font-size: 85px;
      margin-bottom: 5px;
      text-align: center; }
      @media (max-width: 1200px) {
        .wrapper-breadcrumb .new-breadcrumb h1 {
          padding-left: 20px;
          padding-right: 20px; } }
      @media (max-width: 992px) {
        .wrapper-breadcrumb .new-breadcrumb h1 {
          font-size: 28px !important;
          margin-bottom: 0;
          padding-left: 15px;
          padding-right: 15px; } }
    .wrapper-breadcrumb .new-breadcrumb .breadcrumb-shop {
      border-top: unset;
      border-bottom: unset;
      background: transparent;
      display: none; }
    .wrapper-breadcrumb .new-breadcrumb .breadcrumb-list .breadcrumb-arrows {
      justify-content: start;
      font-size: 16px;
      align-items: center; }
      @media (max-width: 992px) {
        .wrapper-breadcrumb .new-breadcrumb .breadcrumb-list .breadcrumb-arrows {
          padding: 5px 0; } }
      .wrapper-breadcrumb .new-breadcrumb .breadcrumb-list .breadcrumb-arrows span, .wrapper-breadcrumb .new-breadcrumb .breadcrumb-list .breadcrumb-arrows strong, .wrapper-breadcrumb .new-breadcrumb .breadcrumb-list .breadcrumb-arrows a {
        color: white; }
      .wrapper-breadcrumb .new-breadcrumb .breadcrumb-list .breadcrumb-arrows > li + li:before {
        content: '\f054';
        font-size: 14px;
        color: white;
        transform: translateY(0px);
        padding: 0 10px;
        display: inline-block; }
  .wrapper-breadcrumb .wrapper-banner, .wrapper-breadcrumb .wrapper-banner img {
    width: 100%; }

.product-nav {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px; }

.product-nav .product-category, .product-nav .product-category nav {
  display: flex; }

.product-nav .product-category nav.category {
  flex-grow: 1;
  flex-basis: 1; }

.product-nav .product-category nav.sort {
  flex: 0 0 auto;
  width: 240px;
  max-width: 100%; }

.product-nav .product-category nav.sort .nav-item {
  border-right: 1px solid #e0e0e0; }

.product-nav .product-category nav .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 16px;
  white-space: nowrap;
  cursor: pointer;
  border-left: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between; }

.product-nav .product-category nav .nav-item:last-child {
  border-right: 1px solid #e0e0e0; }

.product-nav .product-category nav .nav-item span {
  color: #999; }

.product-nav .product-category nav .nav-item > a, .product-nav .product-category nav .nav-item > span {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 60px; }

.product-nav .product-category nav .nav-item .lnr {
  margin-left: auto;
  font-size: 12px;
  transition: all .3s ease-out;
  display: flex;
  align-items: center; }

.customer-support .zone-1 a:hover, .customer-support .zone-2 a:hover, .product-nav .product-category nav .nav-item.active span {
  color: #6a4b2d; }

.product-nav .product-category nav .nav-item.active .lnr {
  transform: rotateX(180deg); }

.product-nav .product-category nav .nav-item .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 15px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  z-index: 9990;
  padding: 5px 20px;
  width: 290px; }

.product-nav .product-category nav .nav-item .dropdown:before {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  bottom: 100%;
  left: 50px;
  overflow: hidden; }

.product-nav .product-category nav .nav-item .dropdown .list, .product-nav .product-category nav .nav-item .dropdown .viewall {
  display: flex;
  flex-wrap: wrap; }

.product-nav .product-category nav .nav-item .dropdown .list a {
  color: #999; }

.product-nav .product-category nav .nav-item .dropdown .list a, .product-nav .product-category nav .nav-item .dropdown .viewall a {
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 45px; }

.product-nav .product-category nav .nav-item .dropdown .list a:hover {
  font-weight: 500; }

.product-nav .product-category nav .nav-item .dropdown .viewall a:hover {
  font-weight: 500;
  color: #545454; }

.product-nav .product-category nav .nav-item .dropdown .viewall {
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0; }

.product-nav .product-category nav .nav-item .dropdown .viewall a, .product-wrapper .product-info .product-tab table {
  color: #333; }

@media (max-width: 992px) {
  .product-nav .product-category nav.category {
    margin-top: 20px;
    flex-wrap: wrap;
    border: 1px solid #e0e0e0;
    padding-top: 7px;
    padding-bottom: 7px; }
  .product-nav .product-category nav .nav-item .dropdown {
    position: relative;
    width: 100%;
    margin-top: 0px;
    top: unset;
    left: unset;
    margin-bottom: 15px; }
  .product-nav .product-category .nav-item {
    border: unset !important; }
  .product-nav {
    border: unset;
    margin: 0; }
  .product-nav .product-category nav .nav-item {
    flex-wrap: wrap;
    flex-basis: 100%; }
  .product-nav .product-category nav .nav-item:not(:last-child) {
    border-bottom: 1px solid #e0e0e0 !important; }
  .product-nav .product-category nav .nav-item > a, .product-nav .product-category nav .nav-item > span {
    line-height: 35px; }
  .product-nav .product-category nav .nav-item .dropdown .viewall {
    padding-bottom: 0; }
  .product-nav .product-category nav .nav-item .dropdown .list a, .product-nav .product-category nav .nav-item .dropdown .viewall a {
    line-height: 30px; }
  .product-nav .container {
    padding-left: 2px;
    padding-right: 2px; }
  .wrapper_layered_filter .layered_filter_title .title_filter {
    font-size: 18px; } }

.view-buttons {
  display: flex;
  background: #f3f3f3;
  border-radius: 8px;
  border: 1px solid #ccc;
  overflow: hidden;
  margin-right: 9px; }

.view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #f3f3f3;
  border: unset !important;
  outline: unset !important;
  cursor: pointer;
  transition: background-color 0.2s; }

.view-btn:first-child {
  border-right: 1px solid #ccc !important; }

.view-btn:hover {
  background-color: #e0e0e0; }

.view-btn svg {
  width: 20px;
  height: 20px;
  fill: #333; }

.view-btn.active {
  background: #e0e0e0; }

.product-loop:hover .proloop-actions {
  opacity: 1;
  visibility: visible;
  transition: .3s all; }

.product-loop .proloop-actions {
  position: absolute;
  z-index: 999;
  bottom: 8px;
  left: 10px;
  opacity: 0;
  visibility: hidden;
  transition: .3s all;
  /*&.action-count {
		.actions-primary {opacity: 0;}
		.actions-boxqty {opacity: 1;visibility: visible;}
	}*/ }
  .product-loop .proloop-actions__inner {
    position: relative; }
    .product-loop .proloop-actions__inner .btn-proloop {
      background: #ffffff;
      font-weight: 600;
      border: 1px solid #e9eaec;
      padding: 7px 10px;
      text-align: center;
      border-radius: 30px;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .product-loop .proloop-actions__inner .btn-proloop-contact {
      width: 100%;
      color: var(--shop-color-text);
      border: 1px solid #e9eaec; }
    .product-loop .proloop-actions__inner .btn-proloop-gift {
      width: 100%;
      color: #c4c4c4;
      border: 1px solid #e9eaec; }
    .product-loop .proloop-actions__inner .btnico {
      display: block;
      width: 32px;
      height: 32px;
      outline: none;
      border: 0;
      background: #151517;
      border-radius: 50%;
      transition: all 0.5s;
      cursor: pointer; }
      .product-loop .proloop-actions__inner .btnico svg {
        width: 16px;
        height: 100%;
        display: block;
        margin: auto;
        fill: #ffffff; }
    .product-loop .proloop-actions__inner .actions-primary .btn-proloop-cart {
      display: inline-block;
      background: #fff;
      color: var(--shop-color-text);
      border: 1px solid transparent;
      border-radius: 16px;
      position: relative;
      max-width: 100%;
      width: 32px;
      height: 32px;
      line-height: 30px;
      letter-spacing: -0.2px;
      outline: none;
      font-size: 11.5px;
      font-weight: 600;
      text-transform: uppercase;
      max-width: 100%;
      transition: border 0.5s ease;
      -o-transition: border 0.5s ease;
      -moz-transition: border 0.5s ease;
      -webkit-transition: border 0.5s ease; }
      .product-loop .proloop-actions__inner .actions-primary .btn-proloop-cart .btnadd {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .product-loop .proloop-actions__inner .actions-primary .btn-proloop-cart .btnico {
        position: absolute;
        right: -1px;
        top: -1px; }
    .product-loop .proloop-actions__inner .actions-primary .btn-proloop-cart.disabled {
      color: #c4c4c4;
      pointer-events: none; }
    .product-loop .proloop-actions__inner .actions-primary .btn-proloop-cart.disabled .btnico {
      background: #eaeaea; }
    .product-loop .proloop-actions__inner .actions-primary .btnsold {
      height: 32px;
      font-size: 12px;
      display: flex;
      align-items: center;
      text-transform: uppercase;
      justify-content: center;
      font-weight: 600;
      color: #c4c4c4; }
    .product-loop .proloop-actions__inner .actions-boxqty {
      justify-content: end;
      -ms-justify-content: end;
      position: absolute;
      opacity: 0;
      visibility: hidden;
      top: 0;
      left: 0;
      right: 0; }
      .product-loop .proloop-actions__inner .actions-boxqty .actions-wrapqty {
        border: 1px solid #e9eaec;
        border-radius: 15px;
        overflow: hidden;
        margin-right: 6px; }
      .product-loop .proloop-actions__inner .actions-boxqty .actions-icon {
        height: 32px;
        line-height: 30px; }
      .product-loop .proloop-actions__inner .actions-boxqty .qty-btn {
        height: 30px;
        width: 30px;
        background: #ffffff;
        color: var(--shop-color-text);
        opacity: 0.75;
        border: 0;
        outline: none;
        padding: 0 5px; }
        .product-loop .proloop-actions__inner .actions-boxqty .qty-btn svg {
          width: 13px;
          height: 100%; }
      .product-loop .proloop-actions__inner .actions-boxqty .proloop-value {
        width: 40px;
        height: 30px;
        padding: 0;
        float: left;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        background: #fff;
        color: #9c9c9c;
        border: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none; }

.listProduct-filter.grid-column .product-loop {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  .listProduct-filter.grid-column .product-loop:not(:last-child) .product-inner {
    border-bottom: 1px solid #ccc; }
  .listProduct-filter.grid-column .product-loop .product-inner {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: row;
    align-items: center; }
    .listProduct-filter.grid-column .product-loop .product-inner .proloop-image {
      flex: 150px;
      max-width: 150px; }
  .listProduct-filter.grid-column .product-loop .proloop-detail .wrapper-action-loop {
    flex-direction: column;
    align-items: start;
    margin-top: unset; }
    .listProduct-filter.grid-column .product-loop .proloop-detail .wrapper-action-loop .btn-proloop-cart {
      padding-left: 0;
      margin-top: 5px; }
    .listProduct-filter.grid-column .product-loop .proloop-detail .wrapper-action-loop .proloop-actions {
      width: auto; }

#fb-root img {
  bottom: 26px !important;
  right: 11px !important; }
  @media (max-width: 992px) {
    #fb-root img {
      bottom: 115px !important; } }

.heading-sortbyfilter {
  display: flex; }

.layered_filter_container .layered_filter_title {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .layered_filter_container .layered_filter_title {
      padding: 15px 2px; } }
  .layered_filter_container .layered_filter_title i {
    font-size: 24px; }
    @media (min-width: 992px) {
      .layered_filter_container .layered_filter_title i {
        display: none; } }

@media (max-width: 992px) {
  .layered_filter_container .layered_filter_mobileContent {
    display: none; } }

.wrapper_layered_filter .filter_group:last-child .filter_group_block {
  border: unset !important; }

@media (min-width: 1000px) {
  .section-home-question .sectionHeading h3 {
    font-size: 45px;
    font-weight: 400; }
  .section-home-banners .info-home-banner h4 a {
    color: white;
    font-size: 45px;
    font-weight: 400;
    margin: 0 0 13px 0;
    line-height: 1.2; }
  a.btn-home-banner.btn-collection.button.btnwhite.dark.questionq {
    font-weight: 500; } }

.section-home-banners .btn-home-banner:hover {
  background: #482e17; }

.questionq svg {
  height: 16px;
  width: 20px;
  margin-left: 2px;
  fill: currentColor;
  overflow: hidden;
  margin-bottom: 1px; }

.btn-collection.button.btnwhite.dark.questionq {
  padding: 10px 30px;
  font-size: 15px;
  border-radius: 4px;
  color: currentColor; }

.btn-collection.button.btnwhite.dark.questionq:hover {
  color: #fff; }

.section-home-banners .info-home-banner p {
  font-size: 14px; }

@media (min-width: 1024px) {
  #homepage-slider .slide-action a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 4px;
    background: #000; }
    #homepage-slider .slide-action a:hover {
      color: #fff;
      border-color: var(--shop-color-hover);
      background-color: var(--shop-color-hover); } }

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

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

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

.collection-heading__content .heading-box .title-filter {
  margin-bottom: 0;
  gap: 5px;
  margin-right: 30px; }

.template-collection .wrapper-banner img {
  max-height: 275px;
  object-fit: cover; }

.template-collection .wrapper-breadcrumb .new-breadcrumb h1 {
  font-size: 65px; }

@media (min-width: 992px) {
  .productDetail--main {
    padding-left: 5%;
    padding-right: 5%; }
  .section-about01_introduce .wrap-content,
  .section-about01_introduce .wrap-info {
    line-height: 1.5; }
  .section-about01_introduce .wrapflex-introduce:first-child .intro-left {
    padding-left: 10%; }
  .section-about01_introduce .wrapflex-introduce:first-child .intro-right {
    padding-right: 7%; }
  .section-about01_introduce .wrapflex-introduce:not(:first-child) .intro-left {
    padding-right: 10%; }
  .section-about01_introduce .wrapflex-introduce:not(:first-child) .intro-right {
    padding-left: 5.5%; } }

.section-about01_introduce .wrap-heading .line {
  position: relative;
  text-transform: uppercase;
  font-size: 45px;
  letter-spacing: 5px;
  font-weight: bold;
  margin-bottom: 13px;
  line-height: 1.2; }
  @media (max-width: 992px) {
    .section-about01_introduce .wrap-heading .line {
      font-size: 25px; } }

.wrapper-breadcrumb .new-breadcrumb {
  z-index: 5; }
