#navigation-mobile .navigation .mn-item .submenu {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.icon-svg {
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  width: var(--width);
  height: var(--height);
  fill: var(--fillcolor); }

.js-between {
  justify-content: space-between; }

body {
  top: 0 !important; }

.container-full {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.dt-width-auto {
  width: auto !important;
  height: auto !important; }

.d-flex-center {
  align-items: center; }

.dt-width-auto {
  width: auto !important;
  height: auto !important; }

.js-end {
  justify-content: flex-end; }

#header-new {
  background: transparent;
  position: fixed;
  z-index: 10;
  width: 100%; }
  #header-new.other-template {
    position: sticky;
    top: 0; }
  #header-new.hSticky-nav, #header-new.other-template {
    background: #F9F5F0;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15) !important; }
    #header-new.hSticky-nav #site-header-top, #header-new.other-template #site-header-top {
      padding: 10px 0; }
    #header-new.hSticky-nav .icon-svg, #header-new.other-template .icon-svg {
      --fillcolor: #3f2b2e !important; }
    #header-new.hSticky-nav .logo-shop, #header-new.other-template .logo-shop {
      filter: brightness(0);
      -webkit-filter: brightness(0);
      max-width: 125px;
      width: 100%; }
    #header-new.hSticky-nav .wanda-mxm-search .search-focus, #header-new.other-template .wanda-mxm-search .search-focus {
      box-shadow: 0 0 0 0.1rem #3f2b2e inset;
      color: #3f2b2e; }
      #header-new.hSticky-nav .wanda-mxm-search .search-focus::placeholder, #header-new.other-template .wanda-mxm-search .search-focus::placeholder {
        color: #3f2b2e; }
  #header-new .header-top {
    padding: 15px 0; }
  #header-new .logo-shop {
    max-width: 170px;
    max-height: 40px;
    transition: all .3s;
    height: auto;
    width: 100%; }
  #header-new .list-inline-item .button-icon {
    border: none;
    background: none;
    position: relative;
    outline: none; }
    #header-new .list-inline-item .button-icon .number-cart {
      color: #3f2b2e;
      position: absolute;
      background: #ffc700;
      width: 16px;
      height: 16px;
      font-size: 10px;
      line-height: 16px;
      border-radius: 50%;
      text-align: center;
      right: -5px;
      top: -5px; }
    #header-new .list-inline-item .button-icon .icon-svg {
      top: 0; }

.group-icon-cart-account li {
  padding-left: 24px; }

.wanda-mxm-search {
  margin-left: 20px;
  position: relative;
  max-width: 272px;
  display: block;
  flex: 1; }
  .wanda-mxm-search .search-focus {
    height: 44px;
    box-shadow: 0 0 0 0.1rem #fbf9f6 inset;
    background: transparent;
    color: #fbf9f6;
    padding: 1.2rem 1.6rem;
    border-radius: 5px;
    border: none;
    outline: none;
    width: 100%; }
    .wanda-mxm-search .search-focus::placeholder {
      color: #fbf9f6; }
  .wanda-mxm-search .btn-search-focus {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    outline: none; }

/* search modal */
.wrapper-form-seach {
  visibility: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  background: #FFFEFA;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .wrapper-form-seach.open-modal-seach {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
    visibility: visible; }

.container-search .content-search {
  padding: 0 80px 40px 80px; }

.search-header {
  padding: 15px 80px; }

.search-header .button-back {
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
  left: 30px; }

.search-header .form-search-qr {
  flex: 1; }
  .search-header .form-search-qr .search-inner {
    position: relative; }
  .search-header .form-search-qr h4 {
    font-size: 14px;
    margin: 0; }
  .search-header .form-search-qr .search-key {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    margin-top: 15px;
    border: 1px solid #3f2b2e;
    padding: 10px 10px 10px 45px;
    color: #3f2b2e;
    outline: none;
    background: transparent; }
    .search-header .form-search-qr .search-key::placeholder {
      color: #3f2b2e;
      font-weight: 600; }
  .search-header .form-search-qr .btn-search-key {
    position: absolute;
    top: 15px;
    left: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    outline: none; }

body.open-modal-seach, body.active-menu {
  position: fixed !important;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: auto; }

.overlay-custom, .js-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  background-color: #000000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s; }

.active-menu .js-backdrop {
  visibility: visible;
  opacity: 1; }

.js-backdrop {
  backdrop-filter: blur(0.6rem);
  background: rgba(0, 0, 0, 0.4); }

.open-modal-seach .overlay-custom {
  opacity: .5;
  visibility: visible; }

.left-nav-search {
  flex: 1 25%;
  width: 25%; }

.right-content-search {
  width: 75%;
  flex: 1 75%;
  position: relative; }

.right-content-search.load-now:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  background: #fffefa;
  z-index: 9999; }

.content-search {
  margin-top: 30px;
  max-height: calc(100vh - 172px);
  overflow-y: auto;
  overflow-x: hidden; }

.content-search h4 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 2rem; }

.right-content-search .product-loop {
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%; }

ul.popular-nav li {
  margin-bottom: 20px; }

.custom-nav .owl-nav button {
  top: 50%;
  position: absolute;
  transform: translatey(-50%);
  outline: none;
  border: none; }
  .custom-nav .owl-nav button.owl-prev {
    left: -30px; }
  .custom-nav .owl-nav button.owl-next {
    right: -30px; }
    .custom-nav .owl-nav button.owl-next svg {
      transform: rotate(180deg); }

.product-loop .proloop-detail h3 a {
  height: 39px;
  text-align: left; }

.list-product-suggest[aria-hidden="true"], #result-product-search[aria-hidden="true"] {
  display: none; }

.uppercase-text {
  text-transform: uppercase;
  font-weight: 600; }
  .uppercase-text a {
    text-decoration: underline; }

ul.list-article li {
  margin-bottom: 20px; }

.open-nav-child {
  right: 20px;
  top: 20px;
  position: absolute;
  top: 0;
  height: 48px;
  width: 40px;
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none !important;
  z-index: 3; }

.open-nav-child svg {
  transform: rotate(180deg); }

/* menu */
.close-nav-mb {
  background: none;
  border: none;
  position: relative;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  align-items: center;
  left: 30px;
  outline: none !important; }

.navigation-mobile {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  box-shadow: 0 0 3px 0px #929292;
  padding: 5px 10px;
  z-index: 11111; }
  .navigation-mobile > ul > .item {
    flex: 1; }
    .navigation-mobile > ul > .item.cart-mobile .number-cart {
      position: absolute;
      background: var(--bg_button);
      color: #fff;
      width: 16px;
      height: 16px;
      font-size: 10px;
      text-align: center;
      line-height: 16px;
      border-radius: 50%;
      top: -33px;
      right: 0px; }
    .navigation-mobile > ul > .item > .style-item-nav {
      flex-direction: column;
      align-items: center;
      border: none;
      background: transparent;
      width: 100%; }
      .navigation-mobile > ul > .item > .style-item-nav span {
        font-size: 11px;
        margin-top: 3px;
        font-weight: 600;
        color: #808A94;
        position: relative; }
      .navigation-mobile > ul > .item > .style-item-nav.active > span {
        color: var(--colorshophover); }
      .navigation-mobile > ul > .item > .style-item-nav.active svg {
        --fillcolor: var(--colorshophover) !important; }

.btn-back-menu {
  font-size: 20px;
  display: flex;
  align-items: center;
  outline: none !important;
  padding: 0;
  background: transparent;
  border: none; }

#navigation-mobile {
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  -moz-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  padding: 0;
  position: fixed;
  left: -100%;
  background: #FFFEFA;
  z-index: 9999;
  max-width: 416px;
  top: 0;
  width: 100%;
  transform: translatex(-100%);
  height: 100%;
  border-radius: 0;
  padding: 30px 0; }
  #navigation-mobile a {
    color: var(--shop-color-text); }
  #navigation-mobile.active-menu {
    left: 0;
    transform: translatex(0); }
  #navigation-mobile .navigation {
    border: none;
    background: none;
    border-radius: 0; }
    #navigation-mobile .navigation .mn-item a:hover {
      text-decoration: underline;
      text-underline-offset: .4rem; }
    #navigation-mobile .navigation .mn-item.active-nav > a {
      background: #FCF9F6; }
    #navigation-mobile .navigation .mn-item.active-nav .submenu {
      transform: translateX(0px); }
    #navigation-mobile .navigation .mn-item > a {
      font-size: 14px;
      position: relative;
      width: 100%;
      flex: 0 0 100%;
      align-items: center;
      justify-content: flex-start;
      display: block;
      padding: 14px 40px; }
    #navigation-mobile .navigation .mn-item.has-child:hover > a {
      background: #FCF9F6; }
    #navigation-mobile .navigation .mn-item.has-child:hover .submenu {
      display: block; }
    #navigation-mobile .navigation .mn-item .submenu {
      width: max-content;
      left: auto;
      right: 0;
      background: #FCF9F6;
      box-shadow: none;
      padding: 40px;
      transform: translateX(100%);
      display: none;
      border-radius: 0;
      position: absolute;
      top: 0;
      height: 100vh;
      max-width: 584px;
      min-width: 100%; }
      #navigation-mobile .navigation .mn-item .submenu .view-all {
        text-align: right;
        margin-bottom: 30px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px; }
        #navigation-mobile .navigation .mn-item .submenu .view-all > a {
          font-size: 14px;
          color: var(--colorshophover); }
      #navigation-mobile .navigation .mn-item .submenu .submenu__list {
        display: flex;
        flex-wrap: wrap; }
        #navigation-mobile .navigation .mn-item .submenu .submenu__list .item-lv1 {
          flex: 0 0 100%;
          margin-bottom: 30px; }
          #navigation-mobile .navigation .mn-item .submenu .submenu__list .item-lv1 .subnav {
            display: flex;
            flex-wrap: wrap;
            margin-top: 10px; }
          #navigation-mobile .navigation .mn-item .submenu .submenu__list .item-lv1 > a {
            font-size: 14px;
            text-transform: capitalize; }
        #navigation-mobile .navigation .mn-item .submenu .submenu__list .item-lv2 {
          flex: 0 0 50%;
          margin-bottom: 5px;
          padding-right: 10px; }
          #navigation-mobile .navigation .mn-item .submenu .submenu__list .item-lv2 > a {
            font-size: 14px;
            text-transform: capitalize; }

.box-toggle-search {
  padding: 15px 40px; }
  .box-toggle-search .search-focus-nav {
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    height: 40px;
    border-bottom: 1px solid #ddd;
    color: var(--shop-color-text);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    outline: none; }

.starbap-widget .starbap-submit-question, .starbap-widget .starbap-submit-rev {
  background: var(--shop-color-text) !important;
  color: #fff !important; }

.starbap-rev-widg .rating-stars ul > li.star > i.fa {
  color: #c7c3c3; }

.starbap-all-reviews__summary .starbap-rev-total-point, .starbap-rev-widg__summary .starbap-rev-total-point, .rating-stars ul > li.star.selected > i.fa {
  color: var(--shop-color-text) !important; }

/* responsive*/
#startbap_product_reviews .starbap-rev__pic-link {
  height: 160px;
  width: 160px; }
  #startbap_product_reviews .starbap-rev__pic-link .starbap-rev__pic-img {
    object-fit: contain; }

#navigation-mobile.block-scroll {
  overflow-y: hidden; }

.home-collection .product-loop {
  padding: 0; }

.logocer-ti {
  width: 8%;
  padding: 15px 15px 0 15px;
  text-align: right; }

.logocer-ti img {
  max-height: 80px;
  max-width: 48px;
  margin-left: auto;
  display: block; }

section#section-policy {
  padding-top: 40px; }

.section-news-wd {
  border-top: 2px solid #3F2B2E;
  padding-top: 60px;
  background: #FCF9F6; }
  .section-news-wd .list-item {
    display: flex;
    flex-wrap: wrap;
    gap: 24px; }
    .section-news-wd .list-item.show-more li {
      display: block !important; }
    @media (max-width: 480px) {
      .section-news-wd .list-item {
        gap: 12px; } }
    .section-news-wd .list-item li {
      flex: 0 0 calc((100% / 3) - 16px); }
      @media (min-width: 768px) and (max-width: 991px) {
        .section-news-wd .list-item li {
          flex: 0 0 calc((100% / 2) - 16px); } }
      @media (max-width: 480px) {
        .section-news-wd .list-item li {
          flex: 0 0 100%; }
          .section-news-wd .list-item li:nth-child(n+4) {
            display: none; } }
      .section-news-wd .list-item li a {
        display: flex;
        background: #fff;
        flex-wrap: wrap;
        padding: 4px;
        border-radius: 3px; }
        .section-news-wd .list-item li a .img {
          margin-right: 15px;
          width: 90px;
          flex: 0 0 90px;
          height: auto; }
          .section-news-wd .list-item li a .img img {
            width: 88px;
            height: 88px;
            display: block; }
        .section-news-wd .list-item li a .ct {
          flex: 1;
          display: flex;
          flex-direction: column;
          align-self: center;
          gap: 0.8rem; }
          .section-news-wd .list-item li a .ct h5 {
            font-size: 12px;
            text-transform: uppercase;
            color: #6b6161;
            margin: 0; }
          .section-news-wd .list-item li a .ct p {
            margin: 0; }

@media (max-width: 480px) {
  .d-none-xs {
    display: none; }
  .group-icon-cart-account li {
    padding-left: 6px; }
  .search-nav-mobile {
    width: 100%;
    padding-top: 10px;
    padding: 15px 15px 0 15px; }
    .search-nav-mobile .wanda-mxm-search {
      margin: 0;
      max-width: 100%; }
  .left-nav-search, .right-content-search {
    width: 100%;
    flex: 1 100%; }
  .search-header {
    padding: 15px 40px; }
    .search-header .button-back {
      left: 40px; }
  .search-header .form-search-qr h4 {
    font-size: 16px;
    margin-left: 35px; }
  .search-header .button-back .icon-svg {
    --width: 20px !important;
    --height: 20px !important; }
  .container-search .content-search {
    padding: 0 40px 40px 40px;
    flex-wrap: wrap; }
  .product-loop .proloop-detail h3 a {
    height: 33px; }
  #navigation-mobile {
    width: 84%;
    padding: 0; }
    #navigation-mobile .scroll-nav {
      height: 100%;
      overflow-y: scroll; }
  #navigation-mobile .navigation .mn-item .submenu {
    width: 100%;
    left: auto;
    right: 0;
    transform: translateX(-100%);
    display: block;
    z-index: 88;
    padding: 0 25px;
    overflow-y: auto; }
  .btn-back-menu {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    font-size: 18px; }
  #navigation-mobile .navigation .mn-item .submenu .view-all {
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    padding-bottom: 15px;
    padding-top: 25px;
    background: #fbf9f6;
    position: sticky;
    top: 0; }
    #navigation-mobile .navigation .mn-item .submenu .view-all a, #navigation-mobile .navigation .mn-item .submenu .view-all button {
      flex: 0 0 100%; } }

img.lg-ft {
  width: 174px;
  margin-bottom: 15px;
  height: 37px;
  object-fit: contain; }

.view-more-news {
  text-align: center;
  margin-top: 15px; }

.view-more-news button {
  outline: none !important;
  border: none !important;
  background: transparent; }

.btn-toggle-news-item svg {
  transform: rotate(180deg); }

.btn-toggle-news-item.open svg {
  transform: rotate(0); }

/*
@media (min-width: 1400px) {
.container-custom{
            max-width: 1400px;
}
}*/
@media (min-width: 992px) {
  .container-custom .widget-footer {
    flex: 0 0 23%;
    width: 23%; } }

@media (max-width: 991px) {
  section#section-home-collection-1 {
    margin-top: 30px; }
  .home-category2 {
    margin-top: 60px; }
    .home-category2 .sectionContent {
      margin-top: 25px; } }
