@charset "UTF-8";
:root {
  --bg-topbar: #ff8084;
  --color-title-collection-banner: #ffffff;
  --bg-collection-flashsale: #fdd6ad;
  --bg-collection-banner-page: #ffffff;
  --text-collection-banner-page: #f68620; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  border: 0;
  background-color: #fff; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%; }

html {
  height: -webkit-fill-available; }

img {
  max-width: 100%; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes moveOverlay {
  0% {
    left: -100%; }
  50% {
    left: 100%; }
  100% {
    left: -100%; } }

.container {
  width: 100%;
  padding: 0 64px;
  max-width: 1920px; }
  @media (max-width: 991px) {
    .container {
      padding: 0 15px; } }
  .container.container-full {
    max-width: 100%; }
  .container.container-detail {
    max-width: 1230px;
    padding: 0 15px; }

@font-face {
  font-family: SVNMont;
  src: url(https://file.hstatic.net/1000290074/file/svn-mont-bold.woff2);
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: SVNMont;
  src: url(https://file.hstatic.net/1000290074/file/svn-mont-regular.woff2);
  font-display: swap; }

@font-face {
  font-family: SVNMont;
  src: url(https://file.hstatic.net/1000290074/file/svn-mont-regular.woff2);
  font-weight: 500;
  font-display: swap; }

@font-face {
  font-family: SVNMont;
  src: url(https://file.hstatic.net/1000290074/file/svn-mont-semibold.woff2);
  font-weight: 600;
  font-display: swap; }

@font-face {
  font-family: 'rabitica';
  src: url(https://file.hstatic.net/1000290074/file/rabitica-light.ttf);
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: 'rabitica';
  src: url(https://file.hstatic.net/1000290074/file/rabitica-medium-ver1.001.ttf);
  font-weight: 500;
  font-display: swap; }

@font-face {
  font-family: 'rabitica';
  src: url(https://file.hstatic.net/1000290074/file/rabitica-bold-ver1.001.ttf);
  font-weight: 700;
  font-display: swap; }

.overflow-all {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999; }
  .overflow-all.show {
    opacity: 1;
    visibility: visible; }

body {
  font-family: 'rabitica', SVNMont, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #222222;
  overflow-x: hidden;
  background: #ffffff;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2; }
  body.open-sidebar-search, body.opened-mb, body.opened-filter-mb, body.open-sidebar-cart, body.show-menu-mobile, body.show-all-filter {
    overflow: hidden; }
  body.open-search-mb {
    overflow: hidden; }
    body.open-search-mb .overflow-all {
      /*opacity: 1;
      visibility: visible;*/ }
  @media (max-width: 991px) {
    body.show-detail-filter::before {
      background-color: rgba(0, 0, 0, 0.8);
      content: '';
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 2; }
    body.show-detail-filter #topbar, body.show-detail-filter #header-main, body.show-detail-filter .category-menu, body.show-detail-filter .s-heading {
      z-index: 3;
      position: relative; } }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 13px 0;
  font-weight: bold;
  line-height: 1.2; }

img {
  max-width: 100%; }

a {
  color: #2e2e2e;
  text-decoration: none;
  outline: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none; }

a:hover, a:focus {
  color: #2e2e2e;
  text-decoration: none;
  outline: none; }

a:active {
  outline: none; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

textarea {
  resize: none; }

ul, ol {
  padding: 0;
  margin: 0;
  list-style-type: none; }

img.lazyload {
  opacity: 0; }

button, input, textarea {
  outline: none;
  box-shadow: none;
  border-radius: 0; }

input[type="checkbox"] {
  margin-top: 0;
  vertical-align: top;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin: 0 5px 0 0;
  cursor: pointer;
  outline: 0 !important; }
  @media (max-width: 1199.98px) {
    input[type="checkbox"] {
      background: none;
      border: none; } }
  input[type="checkbox"]:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #C6CBD0;
    cursor: pointer; }
  input[type="checkbox"]:before {
    -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);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 1px solid #fff;
    border-top-style: none;
    border-right-style: none; }
  input[type="checkbox"]:checked:after {
    background-color: #2E2E2E;
    border-color: transparent; }
  input[type="checkbox"]: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); }

.effect-loading {
  -webkit-animation: .45s linear infinite alternate skeletonAnimation;
  animation: .45s linear infinite alternate skeletonAnimation;
  will-change: opacity; }

@-webkit-keyframes skeletonAnimation {
  0% {
    opacity: .45; }
  100% {
    opacity: .9; } }

@keyframes skeletonAnimation {
  0% {
    opacity: .45; }
  100% {
    opacity: .9; } }

#topbar {
  background: var(--bg-topbar); }
  #topbar img {
    width: 100%; }

#header-main {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 9; }
  #header-main:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease; }
  #header-main.show-submenu:after {
    opacity: 1; }
  @media (max-width: 991px) {
    #header-main {
      padding: 10px 0; } }
  @media (min-width: 992px) {
    #header-main .container {
      position: relative;
      z-index: 9;
      background: #fff; } }
  .open-search-mb #header-main .container {
    position: relative; }
  .template-cart #header-main {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative; }
  #header-main .wrap-header {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    justify-content: space-between; }
    @media (max-width: 991px) {
      #header-main .wrap-header {
        gap: 0;
        position: initial; } }
  #header-main .icon-menu-mb {
    display: none; }
    @media (max-width: 1199px) {
      #header-main .icon-menu-mb {
        display: block; } }
    #header-main .icon-menu-mb .open-menu-mobile {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
      #header-main .icon-menu-mb .open-menu-mobile svg {
        width: 24px;
        height: 24px; }
        #header-main .icon-menu-mb .open-menu-mobile svg path {
          fill: #FEA13F; }
  #header-main .logo-header {
    width: 130px; }
    @media (max-width: 991px) {
      #header-main .logo-header {
        width: auto; } }
    #header-main .logo-header img {
      max-height: 50px; }
      @media (max-width: 991px) {
        #header-main .logo-header img {
          max-height: 40px; } }
  #header-main .search-header {
    width: 210px;
    position: relative; }
    @media (max-width: 991px) {
      #header-main .search-header {
        display: none;
        width: auto;
        position: inherit; }
        .open-search-mb #header-main .search-header {
          display: block;
          position: absolute;
          top: 124%;
          background: #fff;
          width: 100%;
          z-index: 9;
          left: 0;
          padding: 5px 15px 10px 15px; } }
    #header-main .search-header #smart-search {
      position: absolute;
      background: #fff;
      z-index: 9;
      width: 100%;
      width: 830px;
      border: 2px solid #d5d5d5;
      top: calc(100% + 5px);
      border-radius: 8px;
      display: none;
      right: 0; }
      #header-main .search-header #smart-search.opening {
        display: block; }
        @media (max-width: 991px) {
          #header-main .search-header #smart-search.opening {
            width: 100%;
            left: 0;
            top: 100%;
            border-radius: 0;
            border: none;
            height: 100vh; } }
      #header-main .search-header #smart-search .last-search {
        padding: 15px;
        border-bottom: 1px solid #d5d5d5; }
        @media (max-width: 991px) {
          #header-main .search-header #smart-search .last-search {
            padding: 0 15px 10px 15px; } }
        #header-main .search-header #smart-search .last-search .head-search {
          color: gray;
          margin: 0 0 15px; }
        #header-main .search-header #smart-search .last-search .list-key {
          display: flex;
          flex-wrap: wrap;
          gap: 15px; }
          #header-main .search-header #smart-search .last-search .list-key a {
            border: 1px solid #d6d6d6;
            padding: 4px 10px;
            border-radius: 4px; }
      #header-main .search-header #smart-search .result-serach {
        padding: 15px;
        display: flex;
        gap: 15px; }
        @media (max-width: 991px) {
          #header-main .search-header #smart-search .result-serach {
            flex-direction: column;
            max-height: 600px;
            overflow: auto; } }
        #header-main .search-header #smart-search .result-serach .key-suggest {
          width: 30%; }
          @media (max-width: 991px) {
            #header-main .search-header #smart-search .result-serach .key-suggest {
              width: 100%;
              order: 2; } }
          #header-main .search-header #smart-search .result-serach .key-suggest .head-title {
            color: gray;
            margin: 0 0 15px; }
          #header-main .search-header #smart-search .result-serach .key-suggest .render-key {
            display: flex;
            flex-direction: column;
            gap: 8px; }
            #header-main .search-header #smart-search .result-serach .key-suggest .render-key a:nth-child(1) {
              font-weight: bold;
              font-size: 16px; }
            #header-main .search-header #smart-search .result-serach .key-suggest .render-key a:not(:first-child):hover {
              text-decoration: underline; }
        #header-main .search-header #smart-search .result-serach .render-search {
          width: 70%;
          display: flex;
          flex-direction: column;
          max-height: 400px;
          overflow: auto; }
          @media (max-width: 991px) {
            #header-main .search-header #smart-search .result-serach .render-search {
              width: 100%;
              max-height: none;
              overflow: initial; } }
          #header-main .search-header #smart-search .result-serach .render-search::-webkit-scrollbar {
            display: none; }
          #header-main .search-header #smart-search .result-serach .render-search .loop-search {
            display: flex;
            gap: 15px;
            width: 100%; }
            #header-main .search-header #smart-search .result-serach .render-search .loop-search ~ .loop-search {
              border-top: 1px solid #d6d6d6;
              margin: 10px 0 0 0;
              padding: 10px 0 0 0; }
            #header-main .search-header #smart-search .result-serach .render-search .loop-search .box-img {
              width: 50px; }
            #header-main .search-header #smart-search .result-serach .render-search .loop-search .box-info {
              width: calc(100% - 150px); }
              #header-main .search-header #smart-search .result-serach .render-search .loop-search .box-info .box-title {
                margin: 0 0 10px 0; }
              #header-main .search-header #smart-search .result-serach .render-search .loop-search .box-info .box-price {
                display: flex;
                align-items: center;
                gap: 8px; }
                #header-main .search-header #smart-search .result-serach .render-search .loop-search .box-info .box-price span {
                  color: #f26522; }
            #header-main .search-header #smart-search .result-serach .render-search .loop-search .box-buy {
              width: 50px; }
              #header-main .search-header #smart-search .result-serach .render-search .loop-search .box-buy .buy-loop {
                background: transparent;
                border: 1px solid gray;
                border-radius: 4px;
                padding: 5px;
                width: 32px;
                height: 32px;
                cursor: pointer; }
              #header-main .search-header #smart-search .result-serach .render-search .loop-search .box-buy svg {
                width: 20px;
                height: 20px; }
      #header-main .search-header #smart-search .view-more-search {
        border-top: 1px solid #d5d5d5;
        padding: 15px; }
    #header-main .search-header #form-search {
      border-radius: 40px;
      border: 2px solid #d5d5d5;
      overflow: hidden;
      z-index: 1000;
      position: relative;
      z-index: 3; }
      #header-main .search-header #form-search input {
        border: none;
        padding: 9px 0px;
        width: 100%;
        text-indent: 10px;
        font-size: 13px;
        background: transparent;
        outline: none;
        height: 37px; }
      #header-main .search-header #form-search button {
        width: 50px;
        border: none;
        padding: 7px 0px 8px;
        color: #999;
        font-weight: bold;
        background: transparent;
        position: absolute;
        right: 0;
        top: 0; }
        #header-main .search-header #form-search button svg {
          width: 20px;
          height: 20px; }
  #header-main .right-header {
    display: flex;
    align-items: center;
    justify-content: end; }
    @media (max-width: 991px) {
      #header-main .right-header {
        width: auto;
        gap: 0;
        margin-left: auto; } }
  #header-main .store-header {
    display: none; }
    #header-main .store-header .inner-store {
      display: flex;
      text-decoration: none;
      background: #f26522;
      border-radius: 99px;
      border-style: solid;
      border-color: transparent;
      border-width: 1px;
      padding: 2px 5px 2px 5px;
      height: 40px;
      position: relative;
      float: left;
      align-items: center;
      color: #fff;
      gap: 5px;
      cursor: pointer;
      width: 100%; }
      #header-main .store-header .inner-store .box-icon svg path {
        stroke: #ffffff; }
      #header-main .store-header .inner-store .box-info {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center; }
        #header-main .store-header .inner-store .box-info .text-info-store {
          display: flex;
          flex-direction: column; }
          #header-main .store-header .inner-store .box-info .text-info-store span:nth-child(1) {
            font-size: 12px; }
          #header-main .store-header .inner-store .box-info .text-info-store span:nth-child(2) {
            font-weight: bold; }
        #header-main .store-header .inner-store .box-info .icon-info svg {
          width: 15px;
          height: 15px; }
          #header-main .store-header .inner-store .box-info .icon-info svg path {
            fill: #ffffff; }
  #header-main .store-headernew {
    padding: 14px 0; }
    @media (max-width: 991px) {
      #header-main .store-headernew {
        display: none; } }
    #header-main .store-headernew:hover .wrap-store {
      display: flex; }
    #header-main .store-headernew .box-svg {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
    #header-main .store-headernew svg {
      width: 24px;
      height: 24px; }
      #header-main .store-headernew svg path {
        fill: #FEA13F; }
    #header-main .store-headernew .wrap-store {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #fff;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      z-index: 99;
      min-width: 600px;
      width: 100%;
      padding: 30px 40px;
      gap: 15px; }
      #header-main .store-headernew .wrap-store a {
        width: 20%; }
        #header-main .store-headernew .wrap-store a img {
          border-radius: 12px; }
  #header-main .search-mb {
    display: none; }
    @media (max-width: 991px) {
      #header-main .search-mb {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center; } }
    #header-main .search-mb svg {
      width: 20px;
      height: 20px; }
      #header-main .search-mb svg path {
        fill: #FEA13F; }
  #header-main .wishlist-header {
    display: flex;
    gap: 4px;
    align-items: center; }
    #header-main .wishlist-header > a {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
    #header-main .wishlist-header svg {
      width: 25px;
      height: 25px; }
      #header-main .wishlist-header svg path {
        fill: #FEA13F; }
  #header-main .hotline-header {
    display: flex;
    gap: 4px;
    align-items: center;
    position: relative; }
    @media (min-width: 992px) {
      #header-main .hotline-header:hover .hotline-dropdown {
        display: flex; } }
    #header-main .hotline-header .hotline-button {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      #header-main .hotline-header .hotline-button svg {
        width: 30px;
        height: 30px; }
    #header-main .hotline-header .hotline-dropdown {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      /* background: white; */
      /* border: 1px solid #ccc; */
      /* border-radius: 8px; */
      /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
      padding: 10px;
      z-index: 9;
      flex-direction: column;
      gap: 4px; }
      @media (max-width: 991px) {
        #header-main .hotline-header .hotline-dropdown {
          top: 49px; } }
      #header-main .hotline-header .hotline-dropdown.show {
        display: flex; }
      #header-main .hotline-header .hotline-dropdown .hotline-item {
        display: flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        color: #333;
        font-size: 14px;
        background: white;
        border: 2px solid #f68620;
        border-radius: 40px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 12px;
        white-space: nowrap; }
        #header-main .hotline-header .hotline-dropdown .hotline-item img, #header-main .hotline-header .hotline-dropdown .hotline-item svg {
          width: 24px;
          height: 24px; }
        #header-main .hotline-header .hotline-dropdown .hotline-item.hotline-number path {
          fill: #f68620; }
  #header-main .account-header {
    display: flex;
    gap: 4px;
    align-items: center; }
    #header-main .account-header a {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
    @media (max-width: 991px) {
      #header-main .account-header .wrap-account {
        display: none; } }
    #header-main .account-header svg {
      width: 30px;
      height: 30px; }
    #header-main .account-header .head-account {
      font-size: 12px; }
    #header-main .account-header .content-account a {
      font-weight: bold; }
  #header-main .cart-header {
    position: relative; }
    #header-main .cart-header a {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
    #header-main .cart-header svg {
      width: 20px;
      height: 20px; }
    #header-main .cart-header .count-item {
      position: absolute;
      width: 13px;
      height: 13px;
      background: #f26522;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 8px;
      border-radius: 100%;
      color: #fff;
      top: 0;
      left: 9px; }
    #header-main .cart-header a {
      display: flex;
      gap: 5px;
      align-items: center; }
      @media (max-width: 991px) {
        #header-main .cart-header a .text-cart {
          display: none; } }
      #header-main .cart-header a .text-cart .head-cart {
        font-size: 12px; }
      #header-main .cart-header a .text-cart .total-cart {
        font-weight: bold;
        color: #f26522;
        font-size: 16px; }
  @media (max-width: 1199px) {
    #header-main .wrap-menu {
      display: none; } }
  #header-main #menu-main > ul.ul-lv1 {
    display: flex; }
    #header-main #menu-main > ul.ul-lv1 > li > a {
      display: block;
      padding: 26px 15px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 400;
      color: #333;
      text-decoration: none;
      cursor: pointer; }
      #header-main #menu-main > ul.ul-lv1 > li > a:hover {
        color: #ff6600; }
    #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.normal-sub {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 220px;
      background: #fff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      z-index: 99; }
      #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.normal-sub > li {
        position: relative; }
        #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.normal-sub > li > a {
          display: block;
          padding: 8px 15px;
          font-size: 14px;
          color: #333;
          white-space: nowrap;
          transition: background 0.3s ease;
          cursor: pointer; }
          #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.normal-sub > li > a:hover {
            color: #ff6600; }
        #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.normal-sub > li > ul.ul-lv3 {
          display: none;
          position: absolute;
          top: 0;
          left: 100%;
          background: #fff;
          min-width: 220px;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          padding: 10px 0; }
        #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.normal-sub > li:hover > ul.ul-lv3 {
          display: block; }
    #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.sub-lv2-mega {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #fff;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      z-index: 99;
      min-width: 600px;
      width: 100%; }
      #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.sub-lv2-mega .custom-banner {
        display: flex;
        gap: 20px; }
        #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.sub-lv2-mega .custom-banner a {
          width: 50%;
          padding: 30px 40px; }
          #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.sub-lv2-mega .custom-banner a:nth-child(2) {
            border-left: 1px solid #d8d8d8; }
      #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.sub-lv2-mega.style-1 .display-column {
        display: flex;
        gap: 20px;
        padding: 30px 40px;
        width: 70%; }
        #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.sub-lv2-mega.style-1 .display-column > li {
          width: 20%; }
          #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.sub-lv2-mega.style-1 .display-column > li > a {
            display: block;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #222;
            text-transform: uppercase;
            cursor: pointer; }
          #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.sub-lv2-mega.style-1 .display-column > li > ul.ul-lv3 {
            margin-top: 5px; }
            #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.sub-lv2-mega.style-1 .display-column > li > ul.ul-lv3 > li > a {
              display: block;
              font-size: 14px;
              font-weight: 400;
              padding: 4px 0;
              color: #333;
              text-transform: none;
              cursor: pointer; }
              #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.sub-lv2-mega.style-1 .display-column > li > ul.ul-lv3 > li > a:hover {
                color: #ff6600; }
      #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.sub-lv2-mega.style-1 .banner-right {
        width: 30%;
        padding: 30px 40px 30px 20px;
        border-left: 1px solid #d8d8d8;
        display: flex;
        flex-direction: column;
        gap: 15px; }
        #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.sub-lv2-mega.style-1 .banner-right a img {
          border-radius: 12px; }
      #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.sub-lv2-mega.style-2 .display-column {
        display: flex;
        gap: 12px;
        padding: 30px 40px;
        width: 35%;
        flex-direction: column; }
      #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.sub-lv2-mega.style-2 .banner-right {
        width: 65%;
        padding: 30px 40px 30px 20px;
        border-left: 1px solid #d8d8d8;
        display: flex;
        gap: 15px; }
        #header-main #menu-main > ul.ul-lv1 > li > .ul-lv2.sub-lv2-mega.style-2 .banner-right a img {
          border-radius: 12px; }
    #header-main #menu-main > ul.ul-lv1 > li.li-mega:hover > .ul-lv2 {
      display: flex; }
    #header-main #menu-main > ul.ul-lv1 > li.li-normal:hover > .ul-lv2 {
      display: block; }

.style-navigation-2 {
  position: relative; }
  .style-navigation-2 .btn-nav {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: gray;
    position: absolute;
    z-index: 1;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), inset 4px 4px 60px rgba(233, 233, 233, 0.2);
    opacity: 1; }
    @media (max-width: 991px) {
      .style-navigation-2 .btn-nav {
        width: 46px;
        height: 46px;
        background: rgba(255, 255, 255, 0.7); } }
    .style-navigation-2 .btn-nav:after {
      font-size: 20px; }

.style-navigation {
  position: relative; }
  .style-navigation .swiper-button-prev {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: gray; }
  .style-navigation .swiper-button-next {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: gray; }

#slider-homepage {
  position: relative;
  overflow: hidden; }
  #slider-homepage .swiper-slide a {
    display: block;
    position: relative;
    padding-top: calc(100% * 2500 / 6667);
    background: #f7f7f7;
    height: 100%; }
    @media (max-width: 991px) {
      #slider-homepage .swiper-slide a {
        padding-top: calc(100% * 2084 / 3751); } }
    #slider-homepage .swiper-slide a img {
      position: absolute;
      left: 0;
      top: 0;
      aspect-ratio: 6667 / 2500;
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media (max-width: 991px) {
        #slider-homepage .swiper-slide a img {
          aspect-ratio: 3751 / 2084; } }
      #slider-homepage .swiper-slide a img.lazyload {
        opacity: 0; }

#slider-collection {
  position: relative;
  overflow: hidden; }
  #slider-collection .swiper-slide a {
    /*
      display: block;
      position: relative;
      padding-top: calc(100% * 600 / 1920);
      background: #f7f7f7;
      height: 100%;
      img {
        position: absolute;
        left: 0;
        top: 0;
        aspect-ratio: 1920 / 600;
        width: 100%;
        height: 100%;
        object-fit: cover;
        &.lazyload {
          opacity: 0;
        }
      }
      */ }

#slider-aboutus {
  position: relative;
  overflow: hidden; }
  #slider-aboutus .swiper-slide a {
    display: block;
    position: relative;
    padding-top: calc(100% * 810 / 1440);
    background: #f7f7f7;
    height: 100%; }
    #slider-aboutus .swiper-slide a img {
      position: absolute;
      left: 0;
      top: 0;
      aspect-ratio: 1440 / 810;
      width: 100%;
      height: 100%;
      object-fit: cover; }
      #slider-aboutus .swiper-slide a img.lazyload {
        opacity: 0; }

#list-icon-home {
  padding: 50px 0; }
  @media (max-width: 991px) {
    #list-icon-home {
      padding: 30px 0; } }
  #list-icon-home .wrap-list {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 30px;
    max-height: 300px;
    overflow: auto;
    padding: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    #list-icon-home .wrap-list::-webkit-scrollbar {
      display: none; }
    #list-icon-home .wrap-list .item-icon {
      display: flex;
      flex-direction: column;
      gap: 10px;
      align-items: center; }
      @media (max-width: 991px) {
        #list-icon-home .wrap-list .item-icon {
          min-width: 80px; } }
      #list-icon-home .wrap-list .item-icon img {
        transition: 0.3s all; }
        #list-icon-home .wrap-list .item-icon img:hover {
          transform: scale(1.2); }

.section-product-tab {
  padding: 0 0 56px 0; }
  @media (max-width: 991px) {
    .section-product-tab {
      padding: 0 0 30px 0; } }
  .section-product-tab .container {
    padding: 0; }
    @media (max-width: 991px) {
      .section-product-tab .container {
        padding: 0; } }
  .section-product-tab .section-title-tab {
    margin: 0 0 32px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .section-product-tab .section-title-tab {
        flex-direction: column;
        padding: 0 0 0 16px; } }
    .section-product-tab .section-title-tab .h4-title-tab {
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 28.8px;
      text-transform: uppercase;
      margin: 0; }
      @media (max-width: 991px) {
        .section-product-tab .section-title-tab .h4-title-tab {
          margin: 0 0 24px 0; } }
    .section-product-tab .section-title-tab .menu-tab-collection {
      border-bottom: 2px solid #F0F0F0;
      display: flex;
      align-items: center; }
      @media (max-width: 991px) {
        .section-product-tab .section-title-tab .menu-tab-collection {
          white-space: nowrap;
          grid-auto-flow: column;
          grid-auto-columns: auto;
          grid-auto-rows: 1fr;
          overflow-x: auto;
          overflow-y: hidden;
          grid-template-columns: unset;
          gap: 16px;
          display: grid;
          max-width: 100%;
          -ms-overflow-style: none;
          scrollbar-width: none; }
          .section-product-tab .section-title-tab .menu-tab-collection::-webkit-scrollbar {
            display: none; } }
      .section-product-tab .section-title-tab .menu-tab-collection .item-menu-tab {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20.8px;
        letter-spacing: 1px;
        text-transform: uppercase;
        border-bottom: 4px solid transparent;
        padding: 16px 10px;
        cursor: pointer;
        margin-bottom: -2px; }
        .section-product-tab .section-title-tab .menu-tab-collection .item-menu-tab.active {
          font-weight: 600;
          border-bottom: 4px solid #2E2E2E; }
  .section-product-tab .section-content .wrapper-section-content {
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 20px; }
    @media (max-width: 991px) {
      .section-product-tab .section-content .wrapper-section-content {
        flex-direction: column;
        gap: 32px; } }
    .section-product-tab .section-content .wrapper-section-content .box-img-tab {
      width: 37%;
      position: relative; }
      @media (max-width: 991px) {
        .section-product-tab .section-content .wrapper-section-content .box-img-tab {
          width: 100%; } }
      .section-product-tab .section-content .wrapper-section-content .box-img-tab .inner-box-img-tab {
        display: block;
        position: relative;
        padding-top: calc(100% * 852 / 700);
        background: #f7f7f7;
        height: 100%; }
        .section-product-tab .section-content .wrapper-section-content .box-img-tab .inner-box-img-tab img {
          position: absolute;
          left: 0;
          top: 0;
          aspect-ratio: 700 / 852;
          width: 100%;
          height: 100%;
          object-fit: cover; }
          .section-product-tab .section-content .wrapper-section-content .box-img-tab .inner-box-img-tab img.lazyload {
            opacity: 0; }
    .section-product-tab .section-content .wrapper-section-content .box-content-tab {
      width: 63%;
      padding: 16px 20px 16px 0; }
      @media (max-width: 991px) {
        .section-product-tab .section-content .wrapper-section-content .box-content-tab {
          width: 100%;
          padding: 0 15px 15px 15px; } }
      .section-product-tab .section-content .wrapper-section-content .box-content-tab .head-product-tab {
        margin: 0 0 24px 0; }
        @media (max-width: 991px) {
          .section-product-tab .section-content .wrapper-section-content .box-content-tab .head-product-tab {
            text-align: center;
            padding: 0 16px; } }
        .section-product-tab .section-content .wrapper-section-content .box-content-tab .head-product-tab .h5-head-product-tab {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 20.8px;
          letter-spacing: 1px;
          text-transform: uppercase;
          margin: 0;
          color: var(--color-title-collection-banner); }
          @media (max-width: 991px) {
            .section-product-tab .section-content .wrapper-section-content .box-content-tab .head-product-tab .h5-head-product-tab {
              font-size: 12px;
              font-weight: 500;
              line-height: 15.6px;
              letter-spacing: 1px;
              text-transform: uppercase;
              margin: 0 0 4px 0; } }
        .section-product-tab .section-content .wrapper-section-content .box-content-tab .head-product-tab .h4-head-product-tab {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          @media (max-width: 991px) {
            .section-product-tab .section-content .wrapper-section-content .box-content-tab .head-product-tab .h4-head-product-tab {
              flex-direction: column;
              gap: 5px; } }
          .section-product-tab .section-content .wrapper-section-content .box-content-tab .head-product-tab .h4-head-product-tab span {
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin: 0;
            color: var(--color-title-collection-banner); }
            @media (max-width: 991px) {
              .section-product-tab .section-content .wrapper-section-content .box-content-tab .head-product-tab .h4-head-product-tab span {
                font-size: 24px;
                font-weight: 700;
                line-height: 28.8px;
                overflow: hidden; } }
          .section-product-tab .section-content .wrapper-section-content .box-content-tab .head-product-tab .h4-head-product-tab a {
            color: var(--color-title-collection-banner); }
      .section-product-tab .section-content .wrapper-section-content .box-content-tab .collection-list {
        position: relative;
        overflow: hidden;
        padding: 1px; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.product-loop {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2px #cbcbcb;
  background: #fff; }
  .product-loop:not(.loop-wishlist):hover .box-info .box-action .custom-btn-loop {
    right: 15px; }
  .product-loop .box-image {
    position: relative;
    overflow: hidden; }
    .product-loop .box-image .label_full {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .product-loop .box-image .label_full img {
        width: 100%;
        height: 100%;
        position: relative;
        aspect-ratio: auto; }
    .product-loop .box-image .group-label {
      display: flex;
      flex-direction: column;
      gap: 5px;
      position: absolute;
      top: 12px;
      left: 12px;
      z-index: 1; }
    .product-loop .box-image .label-sale {
      font-size: 14px;
      border: .12rem solid #f68620;
      border-radius: 4px;
      padding: 2px 4px;
      display: block;
      line-height: 12px;
      font-weight: bold;
      background: #f68620;
      color: #fff; }
      .product-loop .box-image .label-sale small {
        font-size: 8px; }
    .product-loop .box-image .label-new {
      font-size: 14px;
      border: .12rem solid green;
      border-radius: 4px;
      padding: 2px 4px;
      display: block;
      line-height: 12px;
      font-weight: bold;
      background: green;
      color: #fff; }
    .product-loop .box-image a {
      position: relative;
      display: block;
      padding-bottom: calc(100% * 600 / 400);
      background: #f7f7f7; }
      .product-loop .box-image a img {
        position: absolute;
        left: 0;
        top: 0;
        aspect-ratio: 400 / 600;
        width: 100%;
        height: 100%; }
      .product-loop .box-image a picture {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        transition: all 0.6s ease-in-out 0s;
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        -ms-transition: all 0.6s ease-in-out 0s; }
        .product-loop .box-image a picture:nth-child(2) {
          opacity: 0;
          visibility: hidden; }
      @media (min-width: 1200px) {
        .product-loop .box-image a:hover picture:nth-child(1) {
          visibility: hidden;
          opacity: 0; }
        .product-loop .box-image a:hover picture:nth-child(2) {
          opacity: 1;
          visibility: visible; } }
  .product-loop .box-info {
    padding: 10px; }
    .product-loop .box-info h4 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      white-space: initial;
      overflow: hidden;
      margin: 0;
      font-size: 14px;
      font-weight: normal;
      line-height: 18px;
      min-height: 36px; }
    .product-loop .box-info .custom-rating {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 10px 0; }
      .product-loop .box-info .custom-rating .hrv-crv-container {
        display: flex;
        align-items: center; }
        .product-loop .box-info .custom-rating .hrv-crv-container .hrv-crv-star-groups {
          display: flex; }
        .product-loop .box-info .custom-rating .hrv-crv-container .hrv-crv-star-total {
          font-size: 12px; }
          @media (max-width: 991px) {
            .product-loop .box-info .custom-rating .hrv-crv-container .hrv-crv-star-total {
              display: none; } }
        .product-loop .box-info .custom-rating .hrv-crv-container .hrv-product-reviews-star {
          font-size: 12px; }
        .product-loop .box-info .custom-rating .hrv-crv-container p {
          margin: 0;
          font-size: 12px;
          display: none; }
      .product-loop .box-info .custom-rating .sole_quantity {
        font-size: 12px; }
    .product-loop .box-info .box-action {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .product-loop .box-info .box-action .box-price {
        display: flex;
        align-items: center;
        gap: 4px; }
        .product-loop .box-info .box-action .box-price.onsale span {
          color: #f68620; }
        .product-loop .box-info .box-action .box-price span {
          font-size: 18px;
          font-weight: bold; }
        .product-loop .box-info .box-action .box-price del {
          color: #666666; }
      .product-loop .box-info .box-action .custom-btn-loop {
        position: absolute;
        right: 15px;
        bottom: 15px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        transition: 0.2s all;
        right: -100%; }
        .product-loop .box-info .box-action .custom-btn-loop .size-list {
          position: absolute;
          bottom: 120%;
          right: 0;
          display: flex;
          flex-direction: column;
          gap: 4px;
          background: #ffffff;
          padding: 12px;
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          opacity: 0;
          pointer-events: none;
          transform: translateY(10px);
          transition: opacity 0.3s ease, transform 0.3s ease;
          z-index: 2;
          border-radius: 4px; }
          .product-loop .box-info .box-action .custom-btn-loop .size-list:before {
            background: transparent;
            content: "";
            position: absolute;
            height: 8px;
            left: 0;
            top: 100%;
            width: 100%; }
          .product-loop .box-info .box-action .custom-btn-loop .size-list:after {
            background: #ffffff;
            content: "";
            height: 10px;
            position: absolute;
            transform: rotate(45deg);
            width: 10px;
            right: 5px;
            bottom: -6px;
            border-width: 0 1px 1px 0px;
            border-style: solid;
            border-color: #ccc; }
          .product-loop .box-info .box-action .custom-btn-loop .size-list li.head-size-list {
            white-space: nowrap; }
          .product-loop .box-info .box-action .custom-btn-loop .size-list li:not(.head-size-list) {
            opacity: 0;
            transform: translateY(10px);
            animation: none;
            cursor: pointer;
            min-width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #f26522;
            padding: 5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #f26522;
            border-radius: 4px; }
            .product-loop .box-info .box-action .custom-btn-loop .size-list li:not(.head-size-list).disabled {
              cursor: none;
              pointer-events: none;
              position: relative;
              overflow: hidden;
              border-color: gray;
              color: gray; }
              .product-loop .box-info .box-action .custom-btn-loop .size-list li:not(.head-size-list).disabled:before {
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background: url(https://file.hstatic.net/1000290074/file/cancel.png);
                background-size: 100%;
                background-position: center; }
            .product-loop .box-info .box-action .custom-btn-loop .size-list li:not(.head-size-list):not(.disabled):hover {
              background: #f26522;
              color: #ffffff; }
          .product-loop .box-info .box-action .custom-btn-loop .size-list.show {
            opacity: 1;
            pointer-events: auto;
            transform: translateY(0); }
            .product-loop .box-info .box-action .custom-btn-loop .size-list.show li {
              animation: fadeInUp 0.3s ease forwards; }
              .product-loop .box-info .box-action .custom-btn-loop .size-list.show li.disabled {
                opacity: 0.2 !important; }
            .product-loop .box-info .box-action .custom-btn-loop .size-list.show li:nth-child(1) {
              animation-delay: 0s; }
            .product-loop .box-info .box-action .custom-btn-loop .size-list.show li:nth-child(2) {
              animation-delay: 0.1s; }
            .product-loop .box-info .box-action .custom-btn-loop .size-list.show li:nth-child(3) {
              animation-delay: 0.2s; }
            .product-loop .box-info .box-action .custom-btn-loop .size-list.show li:nth-child(4) {
              animation-delay: 0.3s; }
            .product-loop .box-info .box-action .custom-btn-loop .size-list.show li:nth-child(5) {
              animation-delay: 0.4s; }
            .product-loop .box-info .box-action .custom-btn-loop .size-list.show li:nth-child(6) {
              animation-delay: 0.5s; }
            .product-loop .box-info .box-action .custom-btn-loop .size-list.show li:nth-child(7) {
              animation-delay: 0.6s; }
            .product-loop .box-info .box-action .custom-btn-loop .size-list.show li:nth-child(8) {
              animation-delay: 0.7s; }
            .product-loop .box-info .box-action .custom-btn-loop .size-list.show li:nth-child(9) {
              animation-delay: 0.8s; }
            .product-loop .box-info .box-action .custom-btn-loop .size-list.show li:nth-child(10) {
              animation-delay: 0.9s; }
      .product-loop .box-info .box-action .box-btn button {
        background: #fff;
        border: none;
        border-radius: 100%;
        padding: 3px;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 0 1px black;
        transition: 0.2s all; }
        .product-loop .box-info .box-action .box-btn button:hover {
          background: #f26522;
          box-shadow: 0 0 0 1px #f26522; }
          .product-loop .box-info .box-action .box-btn button:hover svg path {
            fill: #ffffff; }
        .product-loop .box-info .box-action .box-btn button svg {
          width: 16px;
          height: 16px; }
          .product-loop .box-info .box-action .box-btn button svg path {
            fill: #000000;
            transition: 0.2s all; }
    .product-loop .box-info .list-variant {
      display: flex;
      margin: 5px 0 0 0; }
      .product-loop .box-info .list-variant .item-variant {
        position: relative;
        width: 24px;
        height: 24px;
        border-radius: 999px;
        box-shadow: 0 0 0 1px #eee;
        margin: 5px;
        cursor: pointer;
        transition: box-shadow .25s ease, transform .25s ease;
        display: flex;
        align-items: center;
        justify-content: center; }
        .product-loop .box-info .list-variant .item-variant img {
          width: 22px;
          height: 22px;
          border-radius: 100%; }
        .product-loop .box-info .list-variant .item-variant.selected {
          box-shadow: 0 0 0 1px #000, inset 0 0 0 4px #fff; }
        .product-loop .box-info .list-variant .item-variant .labe-color {
          width: 22px;
          height: 22px;
          border-radius: 100%; }
        .product-loop .box-info .list-variant .item-variant .color-name {
          opacity: 0;
          visibility: hidden;
          position: absolute;
          background: blue;
          bottom: 100%;
          background: #333;
          padding: 5px 8px;
          border-radius: 5px;
          color: #fff;
          font-size: 12px;
          left: 50%;
          transform: translateX(-50%);
          transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          white-space: nowrap; }
          .product-loop .box-info .list-variant .item-variant .color-name:before {
            background: transparent;
            content: "";
            position: absolute;
            height: 8px;
            left: 0;
            top: 100%;
            width: 100%; }
          .product-loop .box-info .list-variant .item-variant .color-name:after {
            background: #333333;
            content: "";
            height: 10px;
            position: absolute;
            transform: rotate(45deg);
            width: 10px;
            left: calc(50% - 5px);
            bottom: -5px; }
        .product-loop .box-info .list-variant .item-variant:hover .color-name {
          opacity: 1;
          visibility: visible;
          bottom: calc(100% + 8px); }
    .product-loop .box-info .box-action-wishlist {
      margin: 10px 0 0 0;
      display: flex;
      align-items: center;
      gap: 8px;
      justify-content: space-between; }
      .product-loop .box-info .box-action-wishlist button {
        background: #f68620;
        border: none;
        padding: 10px 5px;
        border-radius: 12px;
        color: #fff;
        border: 1px solid #f68620;
        width: 50%; }
        .product-loop .box-info .box-action-wishlist button.remove-wishlist {
          border-color: red;
          background: #ffefef;
          color: red; }
  .product-loop .box-review {
    padding: 10px; }
    .product-loop .box-review .title-review {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      white-space: initial;
      overflow: hidden;
      margin: 0 0 5px 0;
      font-size: 14px;
      font-weight: normal;
      line-height: 18px;
      min-height: 36px; }
    .product-loop .box-review .des-review {
      color: gray; }
    .product-loop .box-review .detail-review {
      border-top: 1px solid #efefef;
      margin: 10px 0 0 0;
      padding: 10px 0 0 0; }
      .product-loop .box-review .detail-review .detail-created {
        margin: 5px 0 0 0;
        display: flex;
        gap: 5px; }
        @media (max-width: 991px) {
          .product-loop .box-review .detail-review .detail-created {
            flex-direction: column; }
            .product-loop .box-review .detail-review .detail-created span:nth-child(2) {
              display: none; } }
      .product-loop .box-review .detail-review .star-custom svg path {
        fill: #000000; }
      .product-loop .box-review .detail-review .star-custom[data-rate="1"] svg:nth-child(-n+1) path {
        fill: #f68620; }
      .product-loop .box-review .detail-review .star-custom[data-rate="2"] svg:nth-child(-n+2) path {
        fill: #f68620; }
      .product-loop .box-review .detail-review .star-custom[data-rate="3"] svg:nth-child(-n+3) path {
        fill: #f68620; }
      .product-loop .box-review .detail-review .star-custom[data-rate="4"] svg:nth-child(-n+4) path {
        fill: #f68620; }
      .product-loop .box-review .detail-review .star-custom[data-rate="5"] svg:nth-child(-n+5) path {
        fill: #f68620; }

#flashsale-homepage .container {
  padding: 0; }
  @media (max-width: 991px) {
    #flashsale-homepage .container {
      padding: 0; } }

#flashsale-homepage .header-flashsale {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0; }
  @media (max-width: 991px) {
    #flashsale-homepage .header-flashsale {
      flex-direction: column;
      gap: 10px;
      margin: 0 0 10px 0; } }
  #flashsale-homepage .header-flashsale .box-countdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991px) {
      #flashsale-homepage .header-flashsale .box-countdown {
        width: 100%; } }
    #flashsale-homepage .header-flashsale .box-countdown .label-countdown {
      font-size: 16px;
      font-weight: 500;
      margin: 0 0 10px 0;
      width: 100%;
      color: #fff;
      display: none; }
      @media (max-width: 991px) {
        #flashsale-homepage .header-flashsale .box-countdown .label-countdown {
          text-align: center; } }
    #flashsale-homepage .header-flashsale .box-countdown .soon {
      margin: 0;
      padding: 0;
      text-align: left;
      font-weight: bold;
      display: inline-block;
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 991px) {
        #flashsale-homepage .header-flashsale .box-countdown .soon {
          width: calc(100% - 20px); }
          #flashsale-homepage .header-flashsale .box-countdown .soon > .soon-group {
            width: 100%; } }
      #flashsale-homepage .header-flashsale .box-countdown .soon[data-scale='s'] {
        font-size: 1.5rem; }
        @media (max-width: 991px) {
          #flashsale-homepage .header-flashsale .box-countdown .soon[data-scale='s'] {
            /*font-size: 1rem;*/ } }
      @media (max-width: 991px) {
        #flashsale-homepage .header-flashsale .box-countdown .soon .soon[data-layout*=group] .soon-group-sub > .soon-group-inner {
          margin: 0; } }
      #flashsale-homepage .header-flashsale .box-countdown .soon .soon-group {
        text-align: center; }
      #flashsale-homepage .header-flashsale .box-countdown .soon .soon-group-inner .soon-repeater.soon-value {
        background: #f68620;
        border-radius: 4px;
        margin: 0 0 5px 0; }
      #flashsale-homepage .header-flashsale .box-countdown .soon .soon-text.soon-label {
        margin: 0 !important;
        position: relative;
        color: black;
        font-weight: 500; }
      #flashsale-homepage .header-flashsale .box-countdown .soon .soon-separator {
        margin: 0 !important;
        font-weight: normal;
        font-size: 18px;
        height: 100%;
        display: flex;
        position: absolute;
        top: 10px; }
  #flashsale-homepage .header-flashsale .view-more {
    margin-top: auto;
    margin-left: auto; }
    @media (max-width: 991px) {
      #flashsale-homepage .header-flashsale .view-more {
        display: none; } }
    #flashsale-homepage .header-flashsale .view-more a {
      height: 58px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 500; }

#flashsale-homepage .view-more-mb {
  display: none;
  margin-top: 10px; }
  @media (max-width: 991px) {
    #flashsale-homepage .view-more-mb {
      display: block; } }
  #flashsale-homepage .view-more-mb a {
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), inset 4px 4px 60px rgba(233, 233, 233, 0.2);
    color: #ff3232;
    font-weight: bold;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center; }

#flashsale-homepage .product-slider-container {
  background-color: var(--bg-collection-flashsale);
  padding: 20px; }
  @media (max-width: 991px) {
    #flashsale-homepage .product-slider-container {
      padding: 15px; } }
  #flashsale-homepage .product-slider-container .content-slider {
    position: relative;
    overflow: hidden; }

#flashsale-homepage .product-loop {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: 10px; }
  #flashsale-homepage .product-loop .box-info {
    padding: 15px;
    margin: 0; }

#three-banner-center {
  margin: 56px 0 0 0; }
  @media (max-width: 991px) {
    #three-banner-center {
      margin: 30px 0 0 0; } }
  #three-banner-center .wrap-banner {
    display: flex;
    gap: 10px; }
    @media (max-width: 991px) {
      #three-banner-center .wrap-banner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none; } }
    @media (max-width: 991px) {
      #three-banner-center .wrap-banner .item-banner {
        min-width: 280px; } }
    #three-banner-center .wrap-banner .item-banner .box-info {
      display: none;
      margin: 10px 0 0 0; }
      #three-banner-center .wrap-banner .item-banner .box-info h4 {
        font-size: 16px;
        margin: 0 0 5px 0;
        font-weight: 500; }

.collection-tab {
  margin: 56px 0 0 0; }
  @media (max-width: 991px) {
    .collection-tab {
      margin: 30px 0 0 0; } }
  .collection-tab .main-heading {
    text-align: center;
    font-size: 24px;
    margin: 0 0 30px 0;
    font-weight: 500; }
    @media (max-width: 991px) {
      .collection-tab .main-heading {
        margin: 0 0 15px 0; } }
  .collection-tab .head-tab ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px 0;
    gap: 30px; }
    @media (max-width: 991px) {
      .collection-tab .head-tab ul {
        margin: 0 0 15px 0;
        display: flex;
        flex-direction: row;
        overflow: auto;
        margin: 0px 0px 15px;
        padding: 10px;
        align-items: start;
        justify-content: start;
        scrollbar-width: none; }
        .collection-tab .head-tab ul::-webkit-scrollbar {
          display: none; } }
    .collection-tab .head-tab ul li {
      font-size: 18px;
      color: gray;
      font-weight: 500;
      border-bottom: 1px solid transparent;
      cursor: pointer;
      padding: 5px; }
      @media (max-width: 991px) {
        .collection-tab .head-tab ul li {
          flex: 0 0 auto; } }
      .collection-tab .head-tab ul li.active {
        color: #000000;
        border-color: #000000; }
  .collection-tab .content-tab {
    position: relative;
    overflow: hidden;
    padding: 1px; }
  .collection-tab .view-more-loop {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0; }
    .collection-tab .view-more-loop a {
      background: #f68620;
      color: #ffffff;
      border-radius: 12px;
      padding: 14px 26px;
      font-weight: 700;
      border: 1px solid #f68620;
      transition: 0.3s all; }
      .collection-tab .view-more-loop a:hover {
        background: #fff;
        color: #f68620; }

.collection-loop {
  margin: 56px 0 0 0; }
  @media (max-width: 991px) {
    .collection-loop {
      margin: 30px 0 0 0; } }
  .collection-loop .main-heading {
    text-align: center;
    font-size: 24px;
    margin: 0 0 30px 0;
    font-weight: 500; }
    @media (max-width: 991px) {
      .collection-loop .main-heading {
        margin: 0 0 15px 0; } }
  .collection-loop .content-tab {
    position: relative;
    overflow: hidden;
    padding: 1px; }

#main-footer {
  background: #F7F7F7;
  padding: 45px 0 0 0;
  font-weight: 400; }
  .template-product #main-footer,
  .template-cart #main-footer {
    margin: 45px 0 0 0; }
  #main-footer .wrap-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    @media (max-width: 991px) {
      #main-footer .wrap-footer {
        flex-direction: column; } }
    #main-footer .wrap-footer .column-footer {
      width: calc(25% - 30px); }
      @media (max-width: 991px) {
        #main-footer .wrap-footer .column-footer {
          width: 100%; } }
      #main-footer .wrap-footer .column-footer .title-footer {
        font-size: 16px;
        margin-bottom: 16px;
        color: inherit;
        font-weight: bold;
        position: relative; }
        @media (max-width: 991px) {
          #main-footer .wrap-footer .column-footer .title-footer {
            margin-bottom: 0; }
            #main-footer .wrap-footer .column-footer .title-footer::before {
              content: "+";
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%);
              font-weight: bold;
              font-size: 16px;
              transition: all 0.3s ease; }
            #main-footer .wrap-footer .column-footer .title-footer.active::before {
              content: "-"; } }
      #main-footer .wrap-footer .column-footer .linklist-footer {
        display: flex;
        flex-direction: column;
        gap: 8px; }
      #main-footer .wrap-footer .column-footer .logo-footer {
        text-align: center;
        margin: 0 0 15px 0; }
        @media (max-width: 991px) {
          #main-footer .wrap-footer .column-footer .logo-footer {
            text-align: left; } }
        #main-footer .wrap-footer .column-footer .logo-footer img {
          width: 180px;
          display: inline-block; }
      #main-footer .wrap-footer .column-footer .content-intro {
        line-height: 23px;
        font-size: 15px; }
      #main-footer .wrap-footer .column-footer .address-footer {
        display: flex;
        flex-direction: column;
        gap: 15px; }
        #main-footer .wrap-footer .column-footer .address-footer li {
          display: flex;
          gap: 10px; }
          #main-footer .wrap-footer .column-footer .address-footer li .icon svg {
            width: 20px;
            height: 20px; }
          #main-footer .wrap-footer .column-footer .address-footer li .head-address .label-address {
            font-weight: 500; }
      @media (max-width: 991px) {
        #main-footer .wrap-footer .column-footer .content-newsletter {
          margin: 15px 0 0 0; } }
      #main-footer .wrap-footer .column-footer .content-newsletter form {
        position: relative;
        border: 1px solid black;
        padding: 8px;
        border-radius: 40px;
        background: #fff; }
        #main-footer .wrap-footer .column-footer .content-newsletter form input {
          height: 35px;
          border: none;
          outline: none;
          box-shadow: none;
          border-radius: 0;
          padding: 0 15px;
          width: 100%; }
        #main-footer .wrap-footer .column-footer .content-newsletter form button {
          height: 44px;
          background: #000;
          border: none;
          color: #fff;
          border-radius: 40px;
          padding: 0 27px;
          position: absolute;
          right: 4px;
          top: 4px; }
      #main-footer .wrap-footer .column-footer .content-newsletter .list-social {
        margin: 15px 0 0 0; }
        #main-footer .wrap-footer .column-footer .content-newsletter .list-social ul {
          display: flex;
          gap: 5px; }
          #main-footer .wrap-footer .column-footer .content-newsletter .list-social ul li svg {
            width: 30px;
            height: 30px; }
      @media (max-width: 991px) {
        #main-footer .wrap-footer .column-footer .sub-footer {
          display: none;
          margin: 10px 0 0 0; }
          #main-footer .wrap-footer .column-footer .sub-footer.ishow {
            display: flex;
            flex-direction: column; } }
  #main-footer .bottom-footer {
    padding: 45px 0 15px 0; }
    #main-footer .bottom-footer .wrap-footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 30px; }
      @media (max-width: 991px) {
        #main-footer .bottom-footer .wrap-footer-bottom {
          flex-direction: column; } }
      #main-footer .bottom-footer .wrap-footer-bottom .copy-right {
        width: 60%;
        font-size: 13px; }
        @media (max-width: 991px) {
          #main-footer .bottom-footer .wrap-footer-bottom .copy-right {
            width: 100%; } }
      #main-footer .bottom-footer .wrap-footer-bottom .bct-payment {
        display: flex;
        align-items: center;
        gap: 15px; }

@media (max-width: 991px) {
  .category-menu {
    background: #f1f1f1;
    padding: 15px 0;
    position: relative; }
    .category-menu:after {
      background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.8), #fff);
      content: '';
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      width: 55px; } }

.category-menu .wrap-list {
  display: flex;
  padding-top: 20px;
  gap: 10px 6px; }
  @media (max-width: 991px) {
    .category-menu .wrap-list {
      display: grid;
      grid-template-columns: repeat(8, 1fr);
      gap: 10px;
      overflow: auto;
      scrollbar-width: none;
      -ms-overflow-style: none;
      padding-top: 0; } }
  .category-menu .wrap-list a {
    cursor: pointer;
    width: 120px; }
    @media (max-width: 991px) {
      .category-menu .wrap-list a {
        width: 115px;
        background: #fff;
        display: flex;
        align-items: center;
        padding: 5px;
        border-radius: 4px;
        gap: 5px; } }
    .category-menu .wrap-list a img {
      align-items: center;
      background-color: #f4f4f4;
      border: 1px solid #f4f4f4;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      height: 60px;
      margin: 0 auto;
      width: 60px; }
    .category-menu .wrap-list a span {
      font-size: 13px;
      line-height: 17px;
      margin: 5px 0 0 0;
      color: #333;
      display: block;
      text-align: center; }
      @media (max-width: 991px) {
        .category-menu .wrap-list a span {
          font-size: 11px;
          margin: 0; } }

@media (max-width: 991px) {
  .filter-collection {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9; } }

@media (min-width: 992px) {
  .filter-collection .wrap-filter {
    position: relative; } }

.filter-collection .wrap-filter .list-btn-filter {
  display: flex;
  gap: 8px; }
  @media (max-width: 991px) {
    .filter-collection .wrap-filter .list-btn-filter {
      align-items: center; } }
  .filter-collection .wrap-filter .list-btn-filter .list-btn-filter-inner {
    display: flex;
    gap: 8px; }
    @media (max-width: 991px) {
      .filter-collection .wrap-filter .list-btn-filter .list-btn-filter-inner {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 16px 0; } }
    @media (max-width: 991px) {
      .filter-collection .wrap-filter .list-btn-filter .list-btn-filter-inner button {
        min-width: 105px; } }
  .filter-collection .wrap-filter .list-btn-filter button {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    padding: 8px;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: relative;
    color: #000000; }
    @media (max-width: 991px) {
      .filter-collection .wrap-filter .list-btn-filter button {
        width: max-content; } }
    .filter-collection .wrap-filter .list-btn-filter button .count-filter {
      background: #f26522;
      border-radius: 50%;
      color: #fff;
      display: inline-block;
      font-size: 10px;
      height: 16px;
      line-height: 16px;
      position: absolute;
      top: -8px;
      text-align: center;
      right: 5px;
      width: 16px; }
    .filter-collection .wrap-filter .list-btn-filter button[data-open="all"] {
      z-index: 5; }
      .filter-collection .wrap-filter .list-btn-filter button[data-open="all"] svg {
        width: 14px;
        height: 15px; }
    .filter-collection .wrap-filter .list-btn-filter button svg {
      width: 9px;
      height: 9px; }
    .filter-collection .wrap-filter .list-btn-filter button.in-active {
      border: 1px solid #f26522;
      color: #f26522;
      position: relative;
      z-index: 3; }
    .filter-collection .wrap-filter .list-btn-filter button.active:not([data-open="all"]) {
      border: 1px solid #f26522;
      color: #f26522;
      position: relative;
      z-index: 3; }
      .filter-collection .wrap-filter .list-btn-filter button.active:not([data-open="all"]) svg {
        transform: rotate(180deg); }
        .filter-collection .wrap-filter .list-btn-filter button.active:not([data-open="all"]) svg path {
          fill: #f26522; }
    .filter-collection .wrap-filter .list-btn-filter button.active:before {
      content: '';
      left: 50%;
      position: absolute;
      transform: translateX(-50%);
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #ddd;
      bottom: -17px; }
    .filter-collection .wrap-filter .list-btn-filter button.active:after {
      content: '';
      left: 50%;
      position: absolute;
      transform: translateX(-50%);
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-bottom: 9px solid #fff;
      bottom: -17px; }

.filter-collection .wrap-filter .list-optional-filter .flt-fixbtn {
  color: #333;
  position: relative;
  border: 1px solid #dededc;
  border-radius: 8px;
  padding: 5px 8px 5px 10px;
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  z-index: 9; }

.filter-collection .wrap-filter .list-optional-filter .filter-picker {
  display: none; }

.filter-collection .wrap-filter .list-optional-filter .item-filter {
  display: none; }
  .filter-collection .wrap-filter .list-optional-filter .item-filter.detail-filter {
    background-color: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    left: 70px;
    position: absolute;
    padding: 15px 15px 10px 15px;
    top: 50px;
    white-space: normal;
    z-index: 2;
    width: 100%;
    max-width: 665px;
    display: block; }
    @media (max-width: 991px) {
      .filter-collection .wrap-filter .list-optional-filter .item-filter.detail-filter {
        top: 66px;
        left: 0;
        box-shadow: none;
        border-top: 1px solid #ddd;
        padding: 15px;
        border-radius: 0; } }
    .filter-collection .wrap-filter .list-optional-filter .item-filter.detail-filter[data-open="age"] {
      left: 140px; }
      @media (max-width: 991px) {
        .filter-collection .wrap-filter .list-optional-filter .item-filter.detail-filter[data-open="age"] {
          left: 0; } }
    .filter-collection .wrap-filter .list-optional-filter .item-filter.detail-filter[data-open="weight"] {
      left: 225px; }
      @media (max-width: 991px) {
        .filter-collection .wrap-filter .list-optional-filter .item-filter.detail-filter[data-open="weight"] {
          left: 0; } }
  .filter-collection .wrap-filter .list-optional-filter .item-filter .title-filter {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
    display: none; }
  .filter-collection .wrap-filter .list-optional-filter .item-filter .listing-item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
    @media (max-width: 991px) {
      .filter-collection .wrap-filter .list-optional-filter .item-filter .listing-item {
        gap: 5px; } }
    .filter-collection .wrap-filter .list-optional-filter .item-filter .listing-item li input {
      display: none; }
      .filter-collection .wrap-filter .list-optional-filter .item-filter .listing-item li input:checked ~ label {
        border: 1px solid #f26522;
        color: #222; }
        .filter-collection .wrap-filter .list-optional-filter .item-filter .listing-item li input:checked ~ label::before {
          background: #f26522 url(https://file.hstatic.net/1000290074/file/check.png);
          background-repeat: no-repeat;
          display: inline-block;
          content: '';
          line-height: 30px;
          vertical-align: middle;
          background-size: 73%;
          background-position: center;
          position: absolute;
          height: 18px;
          width: 18px;
          top: -1px;
          right: -1px;
          border-radius: 0 0 0 10px; }
    .filter-collection .wrap-filter .list-optional-filter .item-filter .listing-item li label {
      align-items: center;
      border: 1px solid #dfdfdf;
      border-radius: 8px;
      color: #555;
      display: flex;
      font-size: 14px;
      justify-content: center;
      line-height: 17px;
      padding: 9px 11px;
      height: 40px;
      min-width: 92px;
      position: relative;
      cursor: pointer;
      overflow: hidden; }
      @media (max-width: 991px) {
        .filter-collection .wrap-filter .list-optional-filter .item-filter .listing-item li label {
          padding: 8px; } }
    .filter-collection .wrap-filter .list-optional-filter .item-filter .listing-item li.li-color label {
      width: 38px;
      height: 38px;
      padding: 0;
      min-width: auto;
      border-radius: 100%; }
      .filter-collection .wrap-filter .list-optional-filter .item-filter .listing-item li.li-color label .label-color {
        width: 30px;
        height: 30px;
        border-radius: 100%; }
        .filter-collection .wrap-filter .list-optional-filter .item-filter .listing-item li.li-color label .label-color.name-color-trang {
          border: 1px solid #eaeaea; }
    .filter-collection .wrap-filter .list-optional-filter .item-filter .listing-item.filter-price {
      padding: 15px; }
      .filter-collection .wrap-filter .list-optional-filter .item-filter .listing-item.filter-price .text-filter-price {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 15px 0 0 0;
        width: 100%; }
      .filter-collection .wrap-filter .list-optional-filter .item-filter .listing-item.filter-price #slider-range {
        border: none;
        background: #c5c5c5;
        height: 2px;
        border-radius: 0;
        width: 100%; }
        .filter-collection .wrap-filter .list-optional-filter .item-filter .listing-item.filter-price #slider-range .ui-slider-range {
          height: 2px;
          background: #000000; }
        .filter-collection .wrap-filter .list-optional-filter .item-filter .listing-item.filter-price #slider-range .ui-slider-handle {
          width: 18px;
          height: 18px;
          background: #000000;
          border-radius: 100%;
          border: none;
          outline: none;
          box-shadow: none;
          top: -8px; }
  .filter-collection .wrap-filter .list-optional-filter .item-filter .filter-button {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.05);
    justify-content: center;
    text-align: center;
    margin: 20px -15px 0;
    padding: 10px 4px;
    /* display: none; */ }
    @media (max-width: 991px) {
      .filter-collection .wrap-filter .list-optional-filter .item-filter .filter-button {
        margin: 15px 0 0 0;
        padding: 0;
        box-shadow: none; } }
    .filter-collection .wrap-filter .list-optional-filter .item-filter .filter-button button {
      display: inline-block;
      font-size: 14px;
      line-height: 17px;
      text-align: center;
      width: auto;
      min-width: 130px;
      position: relative;
      height: 40px;
      border: none;
      outline: none;
      box-shadow: none; }
      .filter-collection .wrap-filter .list-optional-filter .item-filter .filter-button button.btn-filter-close {
        background: transparent; }
      .filter-collection .wrap-filter .list-optional-filter .item-filter .filter-button button.btn-filter-readmore {
        background-color: #FEA13F;
        border-radius: 8px;
        color: #fff; }

.filter-collection .wrap-filter .list-optional-filter.show-all {
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  left: 0;
  position: absolute;
  padding: 15px 15px 10px 15px;
  top: 50px;
  width: max-content;
  min-width: 400px;
  white-space: normal;
  z-index: 2;
  width: 970px;
  max-width: 970px;
  max-height: 460px;
  overflow-y: scroll;
  padding: 40px 20px 20px 20px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 30px; }
  @media (max-width: 991px) {
    .filter-collection .wrap-filter .list-optional-filter.show-all {
      min-width: auto;
      width: 100%;
      max-width: none;
      top: 0;
      position: fixed;
      height: 100vh;
      max-height: 100vh;
      overflow: auto;
      padding: 30px 15px 100px 15px;
      gap: 20px;
      border-radius: 0; } }
  .filter-collection .wrap-filter .list-optional-filter.show-all .item-filter {
    display: block; }
    .filter-collection .wrap-filter .list-optional-filter.show-all .item-filter .title-filter {
      display: block; }
    .filter-collection .wrap-filter .list-optional-filter.show-all .item-filter .filter-button {
      display: none; }
  .filter-collection .wrap-filter .list-optional-filter.show-all .filter-button-all {
    display: block; }
  @media (max-width: 991px) {
    .filter-collection .wrap-filter .list-optional-filter.show-all .flt-fixbtn {
      display: flex; } }

.filter-collection .wrap-filter .list-optional-filter .filter-button-all {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.05);
  justify-content: center;
  text-align: center;
  margin: 20px -15px 0;
  padding: 10px 4px;
  display: none; }
  @media (max-width: 991px) {
    .filter-collection .wrap-filter .list-optional-filter .filter-button-all {
      padding: 20px 0;
      margin: 0;
      position: sticky;
      bottom: 0;
      background: #fff;
      margin-top: auto;
      z-index: 9;
      left: 0; } }
  .filter-collection .wrap-filter .list-optional-filter .filter-button-all button {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    width: auto;
    min-width: 130px;
    position: relative;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: none; }
    .filter-collection .wrap-filter .list-optional-filter .filter-button-all button.btn-filter-close {
      background: transparent; }
    .filter-collection .wrap-filter .list-optional-filter .filter-button-all button.btn-filter-readmore {
      background-color: #FEA13F;
      border-radius: 8px;
      color: #fff; }

.bgFilter-total {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4; }
  .show-all-filter .bgFilter-total {
    display: block; }

.s-heading {
  padding: 30px 0 15px 0;
  background: #fff; }
  @media (max-width: 991px) {
    .s-heading {
      padding: 15px 0 0 0; } }
  .s-heading .wrap-heading h1 {
    font-size: 24px;
    line-height: 32px;
    margin-right: 12px;
    text-transform: uppercase;
    margin: 0; }

.collection-page .component-collection {
  margin: 15px 0 30px 0; }
  @media (max-width: 991px) {
    .collection-page .component-collection {
      margin: 0 0 30px 0; } }
  .collection-page .component-collection .wrap-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .collection-page .component-collection .wrap-content .wrap-catalog {
      display: flex;
      align-items: center;
      gap: 10px; }
      @media (max-width: 991px) {
        .collection-page .component-collection .wrap-content .wrap-catalog {
          flex-direction: column;
          align-items: start;
          width: 100%; } }
      .collection-page .component-collection .wrap-content .wrap-catalog ul {
        display: flex;
        align-items: center;
        gap: 10px 8px; }
        @media (max-width: 991px) {
          .collection-page .component-collection .wrap-content .wrap-catalog ul {
            flex-wrap: wrap; } }
        .collection-page .component-collection .wrap-content .wrap-catalog ul li {
          width: max-content; }
          .collection-page .component-collection .wrap-content .wrap-catalog ul li a {
            align-items: center;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            color: #333;
            display: flex;
            font-size: 14px;
            line-height: 13px;
            min-height: 36px;
            padding: 5px 8px;
            vertical-align: top;
            font-weight: 400; }
    .collection-page .component-collection .wrap-content .sort-collection {
      position: relative; }
      @media (max-width: 991px) {
        .collection-page .component-collection .wrap-content .sort-collection {
          margin: 10px 0 0 0;
          order: 3; } }
      .collection-page .component-collection .wrap-content .sort-collection .btn-sort {
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        cursor: pointer;
        color: #999;
        line-height: 17px;
        padding: 9px 10px;
        background: transparent; }
        .collection-page .component-collection .wrap-content .sort-collection .btn-sort .value-sort span {
          color: #222222; }
        .collection-page .component-collection .wrap-content .sort-collection .btn-sort .value-sort svg {
          width: 9px;
          height: 9px; }
        .collection-page .component-collection .wrap-content .sort-collection .btn-sort.opened .value-sort svg {
          transform: rotate(180deg); }
      .collection-page .component-collection .wrap-content .sort-collection ul {
        list-style: none;
        position: absolute;
        background: #fff;
        padding: 0;
        z-index: 9999;
        text-align: left;
        right: 0;
        top: 100%;
        margin: 0;
        display: none;
        border: none;
        width: 245px;
        box-shadow: 0 2px 4px rgba(142, 142, 142, 0.3); }
        .collection-page .component-collection .wrap-content .sort-collection ul li {
          cursor: pointer; }
          .collection-page .component-collection .wrap-content .sort-collection ul li span {
            display: block;
            padding: 0 20px;
            line-height: 40px; }
          .collection-page .component-collection .wrap-content .sort-collection ul li.active {
            background: #f6f6f6 url(https://file.hstatic.net/200000959085/file/checked.png);
            background-position: calc(100% - 16px) center;
            background-repeat: no-repeat;
            background-size: 16px auto; }
    .collection-page .component-collection .wrap-content .special-filter {
      width: 100%;
      margin: 15px 0 0 0; }
      @media (max-width: 991px) {
        .collection-page .component-collection .wrap-content .special-filter {
          width: auto;
          margin: 10px 0 0 0;
          display: flex;
          align-items: center;
          gap: 5px; } }

.collection-page .wrap-pro .render-product {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px; }
  @media (max-width: 991px) {
    .collection-page .wrap-pro .render-product {
      grid-template-columns: repeat(2, 1fr); } }

.pagi-ajax {
  margin: 40px 0 0 0; }
  .pagi-ajax .pagination-custom-ajax {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px; }
    @media (min-width: 992px) {
      .pagi-ajax .pagination-custom-ajax {
        justify-content: flex-end; } }
    .pagi-ajax .pagination-custom-ajax .titlePagi {
      margin-right: 16px;
      font-size: 14px;
      color: #555;
      white-space: nowrap; }
    .pagi-ajax .pagination-custom-ajax .pagi-item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border-radius: 4px;
      font-size: 14px;
      color: #333;
      background: #f2f2f2;
      cursor: pointer;
      transition: all 0.3s;
      position: relative;
      overflow: hidden; }
      .pagi-ajax .pagination-custom-ajax .pagi-item span {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
      .pagi-ajax .pagination-custom-ajax .pagi-item svg {
        display: block;
        width: 9px;
        height: 16px; }
      .pagi-ajax .pagination-custom-ajax .pagi-item:hover:not(.disabled) {
        background: #f5f5f5;
        border-color: #bbb; }
      .pagi-ajax .pagination-custom-ajax .pagi-item.disabled {
        cursor: not-allowed;
        background: #f9f9f9;
        border-color: #eee;
        color: #ccc; }
        .pagi-ajax .pagination-custom-ajax .pagi-item.disabled span {
          pointer-events: none; }
      .pagi-ajax .pagination-custom-ajax .pagi-item .active {
        background: #f68620;
        color: #fff;
        font-weight: bold;
        pointer-events: none; }
      .pagi-ajax .pagination-custom-ajax .pagi-item .prev-pagi,
      .pagi-ajax .pagination-custom-ajax .pagi-item .next-pagi {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%; }
      .pagi-ajax .pagination-custom-ajax .pagi-item .span-non {
        background: transparent;
        border: none;
        cursor: default;
        color: #bbb; }

@keyframes pulse-ring {
  0% {
    transform: scale(0.33); }
  80%, 100% {
    opacity: 0; } }

@keyframes pulse-dot {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.8); } }

.banner-group-coll {
  margin: 30px 0; }
  .banner-group-coll .bg-group {
    background-color: var(--bg-collection-banner-page);
    padding: 10px; }
    .banner-group-coll .bg-group .heading-g {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 991px) {
        .banner-group-coll .bg-group .heading-g {
          flex-direction: column;
          gap: 10px; } }
      .banner-group-coll .bg-group .heading-g .title-head {
        color: var(--text-collection-banner-page);
        font-size: 15px;
        font-weight: bold;
        position: relative;
        padding-left: 30px; }
        .banner-group-coll .bg-group .heading-g .title-head .promote-animation {
          height: 10px;
          left: 8px;
          position: absolute;
          top: 4px;
          width: 10px; }
          .banner-group-coll .bg-group .heading-g .title-head .promote-animation::before {
            content: "";
            position: relative;
            display: block;
            width: 300%;
            height: 300%;
            box-sizing: border-box;
            margin-left: -100%;
            margin-top: -100%;
            border-radius: 45px;
            background-color: var(--text-collection-banner-page);
            -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
            animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
          .banner-group-coll .bg-group .heading-g .title-head .promote-animation::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 100%;
            height: 100%;
            background-color: var(--text-collection-banner-page);
            border-radius: 15px;
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
            animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite; }
      .banner-group-coll .bg-group .heading-g .more-collect a {
        color: #fff;
        font-size: 12px;
        line-height: 15px;
        display: flex;
        align-items: center; }
        .banner-group-coll .bg-group .heading-g .more-collect a p {
          display: inline-block;
          margin-right: 5px;
          margin-bottom: 0; }
        .banner-group-coll .bg-group .heading-g .more-collect a span {
          border: 2px solid #fff;
          border-radius: 50%;
          height: 24px;
          display: inline-block;
          position: relative;
          width: 24px; }
          .banner-group-coll .bg-group .heading-g .more-collect a span:before, .banner-group-coll .bg-group .heading-g .more-collect a span:after {
            content: '';
            position: absolute; }
          .banner-group-coll .bg-group .heading-g .more-collect a span::before {
            background-color: #fff;
            height: 2px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 10px; }
          .banner-group-coll .bg-group .heading-g .more-collect a span::after {
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            border-radius: 2px;
            height: 6px;
            right: 5px;
            top: calc(50% - 3.5px);
            transform: rotate(45deg);
            width: 6px; }
    .banner-group-coll .bg-group .list-banner {
      display: flex;
      margin-top: 15px; }
      .banner-group-coll .bg-group .list-banner .inner-banner {
        column-gap: 8px;
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(6, minmax(0, 1fr));
        padding-left: 0;
        width: 100%; }
        @media (max-width: 991px) {
          .banner-group-coll .bg-group .list-banner .inner-banner {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 10px;
            overflow: auto;
            scrollbar-width: none;
            -ms-overflow-style: none;
            padding-top: 0; } }
        @media (max-width: 991px) {
          .banner-group-coll .bg-group .list-banner .inner-banner a {
            width: 150px; } }
        .banner-group-coll .bg-group .list-banner .inner-banner img {
          border-radius: 8px;
          display: block;
          max-width: 100%;
          width: 100%; }

.product-template {
  padding: 30px 0 60px 0; }
  @media (max-width: 991px) {
    .product-template {
      padding: 0; } }
  .product-template .wrap-content {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    /*gap: 60px;*/ }
    @media (max-width: 991px) {
      .product-template .wrap-content {
        flex-direction: column; } }
    .product-template .wrap-content .gallery-column {
      width: 60%;
      padding-right: 45px; }
      @media (max-width: 991px) {
        .product-template .wrap-content .gallery-column {
          padding-right: 0;
          margin-left: -15px;
          margin-right: -15px;
          width: calc(100% + 30px);
          position: relative; } }
      .product-template .wrap-content .gallery-column .slider-large:not(.swiper-initialized) .swiper-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr; }
        @media (max-width: 991px) {
          .product-template .wrap-content .gallery-column .slider-large:not(.swiper-initialized) .swiper-wrapper {
            grid-template-columns: 1fr; } }
        @media (max-width: 991px) {
          .product-template .wrap-content .gallery-column .slider-large:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+2) {
            display: none; } }
        .product-template .wrap-content .gallery-column .slider-large:not(.swiper-initialized) .swiper-wrapper .swiper-slide .box-image {
          position: relative;
          display: block;
          padding-bottom: calc(100% * 2048 / 1365);
          background: #c8c8c8; }
          .product-template .wrap-content .gallery-column .slider-large:not(.swiper-initialized) .swiper-wrapper .swiper-slide .box-image img {
            position: absolute;
            left: 0;
            top: 0;
            aspect-ratio: 1365 / 2048;
            width: 100%;
            height: 100%; }
      @media (max-width: 991px) {
        .product-template .wrap-content .gallery-column .slider-large .swiper-slide .box-image {
          position: relative;
          display: block;
          padding-bottom: calc(100% * 2048 / 1365);
          background: #c8c8c8; }
          .product-template .wrap-content .gallery-column .slider-large .swiper-slide .box-image img {
            position: absolute;
            left: 0;
            top: 0;
            aspect-ratio: 1365 / 2048;
            width: 100%;
            height: 100%; } }
      .product-template .wrap-content .gallery-column .slider-thumb {
        display: none; }
        @media (max-width: 991px) {
          .product-template .wrap-content .gallery-column .slider-thumb {
            padding: 0;
            display: block;
            position: absolute;
            top: 16px;
            left: 16px;
            width: 40px;
            height: 300px; } }
        .product-template .wrap-content .gallery-column .slider-thumb:not(.swiper-initialized) .swiper-wrapper {
          display: grid;
          grid-template-columns: repeat(5, 1fr);
          gap: 5px; }
          .product-template .wrap-content .gallery-column .slider-thumb:not(.swiper-initialized) .swiper-wrapper .swiper-slide .box-image {
            position: relative;
            display: block;
            padding-bottom: calc(100% * 2048 / 1365);
            background: #c8c8c8; }
            .product-template .wrap-content .gallery-column .slider-thumb:not(.swiper-initialized) .swiper-wrapper .swiper-slide .box-image img {
              position: absolute;
              left: 0;
              top: 0;
              aspect-ratio: 1365 / 2048;
              width: 100%;
              height: 100%; }
        @media (max-width: 991px) {
          .product-template .wrap-content .gallery-column .slider-thumb .swiper-slide {
            opacity: 0.5; }
            .product-template .wrap-content .gallery-column .slider-thumb .swiper-slide.swiper-slide-thumb-active {
              opacity: 1; }
          .product-template .wrap-content .gallery-column .slider-thumb .box-image {
            width: 40px;
            height: 40px;
            overflow: hidden;
            position: relative;
            border-radius: 4px; }
            .product-template .wrap-content .gallery-column .slider-thumb .box-image img {
              width: 100%; } }
    .product-template .wrap-content .info-column {
      width: 40%;
      position: sticky;
      top: 15px; }
      @media (max-width: 991px) {
        .product-template .wrap-content .info-column {
          width: 100%;
          margin: 20px 0 0 0;
          position: relative;
          top: 0; } }
      .product-template .wrap-content .info-column .breadcrumbs-detail {
        font-size: 12px;
        display: flex;
        align-items: center;
        margin: 0 0 10px 0; }
        @media (max-width: 991px) {
          .product-template .wrap-content .info-column .breadcrumbs-detail {
            display: none; } }
        .product-template .wrap-content .info-column .breadcrumbs-detail a {
          color: #797979; }
          .product-template .wrap-content .info-column .breadcrumbs-detail a:hover {
            font-weight: bold;
            text-decoration: underline; }
        .product-template .wrap-content .info-column .breadcrumbs-detail span {
          margin: 0px 4px;
          color: #797979;
          display: flex;
          align-items: center; }
      .product-template .wrap-content .info-column h1 {
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        margin: 0 0 15px 0; }
      .product-template .wrap-content .info-column .group-ability {
        display: flex;
        align-items: center;
        gap: 20px;
        margin: 0 0 10px 0; }
        @media (max-width: 991px) {
          .product-template .wrap-content .info-column .group-ability {
            flex-wrap: wrap;
            gap: 10px; } }
        .product-template .wrap-content .info-column .group-ability .item-ability {
          position: relative; }
          @media (max-width: 991px) {
            .product-template .wrap-content .info-column .group-ability .item-ability {
              width: 100%; } }
          .product-template .wrap-content .info-column .group-ability .item-ability:not(:first-child):before {
            width: 1px;
            background-color: rgba(0, 0, 0, 0.125);
            content: "";
            position: absolute;
            top: 0px;
            left: -10px;
            bottom: 0px; }
            @media (max-width: 991px) {
              .product-template .wrap-content .info-column .group-ability .item-ability:not(:first-child):before {
                display: none; } }
          .product-template .wrap-content .info-column .group-ability .item-ability .hrv-crv-star-container {
            display: flex;
            gap: 8px; }
            .product-template .wrap-content .info-column .group-ability .item-ability .hrv-crv-star-container .hrv-crv-star-groups svg {
              width: 16px; }
            .product-template .wrap-content .info-column .group-ability .item-ability .hrv-crv-star-container .hrv-crv-star-total.crv-detail {
              color: #000000;
              font-size: 12px; }
      .product-template .wrap-content .info-column .price-detail {
        display: flex;
        align-items: center;
        gap: 20px;
        margin: 0 0 10px 0; }
        .product-template .wrap-content .info-column .price-detail.hasSale span {
          color: #f68620; }
        .product-template .wrap-content .info-column .price-detail span {
          font-size: 22px;
          line-height: 35px;
          font-weight: 700; }
        .product-template .wrap-content .info-column .price-detail del {
          color: #d3d7d3;
          font-size: 16px;
          line-height: 25px; }
        .product-template .wrap-content .info-column .price-detail label {
          font-size: 14px;
          border: .12rem solid #f68620;
          border-radius: 4px;
          padding: 2px 4px;
          display: block;
          line-height: 12px;
          font-weight: bold;
          background: #f68620;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center; }
          .product-template .wrap-content .info-column .price-detail label small {
            font-size: 8px; }
      .product-template .wrap-content .info-column .swatch-detail {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin: 0 0 20px 0; }
        .product-template .wrap-content .info-column .swatch-detail .item-option .head-option {
          font-size: 16px;
          margin: 0 0 10px 0; }
          .product-template .wrap-content .info-column .swatch-detail .item-option .head-option.has-size {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .product-template .wrap-content .info-column .swatch-detail .item-option .head-option.has-size .open-sizeguide {
              text-decoration: underline;
              font-size: 14px;
              cursor: pointer; }
        .product-template .wrap-content .info-column .swatch-detail .item-option .list-option {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          gap: 10px; }
        .product-template .wrap-content .info-column .swatch-detail .item-option.normal-item .item-variant input {
          display: none; }
          .product-template .wrap-content .info-column .swatch-detail .item-option.normal-item .item-variant input:checked ~ label {
            box-shadow: 0 0 0 1.5px #000000; }
        .product-template .wrap-content .info-column .swatch-detail .item-option.normal-item .item-variant.sold_out {
          opacity: 0.5; }
          .product-template .wrap-content .info-column .swatch-detail .item-option.normal-item .item-variant.sold_out label:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: url(https://file.hstatic.net/1000290074/file/cancel.png);
            background-size: 100%;
            background-position: center; }
        .product-template .wrap-content .info-column .swatch-detail .item-option.normal-item .item-variant label {
          display: flex;
          align-items: center;
          min-width: 44px;
          padding: 0 10px;
          height: 44px;
          position: relative;
          overflow: hidden;
          box-shadow: 0 0 0px 1px #ababab;
          border-radius: 12px;
          cursor: pointer;
          justify-content: center;
          font-size: 14px; }
        .product-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant .in-color {
          position: relative;
          overflow: hidden;
          width: 36px;
          height: 36px;
          border-radius: 100%; }
          .product-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant .in-color img {
            transform: translateY(50px) scale(6.2); }
        .product-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant input {
          display: none; }
          .product-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant input:checked ~ label {
            box-shadow: 0 0 0 1.5px #000000; }
        .product-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant.sold_out {
          opacity: 0.5;
          /*pointer-events: none;*/
          /*cursor: none;*/ }
        .product-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant label {
          display: flex;
          width: 44px;
          height: 44px;
          position: relative;
          box-shadow: 0 0 0px 1px #ababab;
          padding: 4px;
          border-radius: 100%;
          cursor: pointer; }
          .product-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant label:hover .tooltip-color {
            opacity: 1;
            visibility: visible;
            pointer-events: all; }
          .product-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant label img {
            border-radius: 100%;
            width: 36px;
            height: 36px; }
          .product-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant label .label-color {
            border-radius: 100%;
            width: 36px;
            height: 36px; }
          .product-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant label .tooltip-color {
            position: absolute;
            z-index: 1;
            top: -47px;
            left: 50%;
            transition: all 0.25s ease-in-out 0s;
            -moz-transition: all 0.25s ease-in-out 0s;
            -o-transition: all 0.25s ease-in-out 0s;
            -webkit-transition: all 0.25s ease-in-out 0s;
            -ms-transition: all 0.25s ease-in-out 0s;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            filter: drop-shadow(0px 0px 10px rgba(46, 46, 46, 0.4));
            background: #2E2E2E;
            color: white;
            padding: 10px 12px;
            border-radius: 4px;
            min-width: max-content;
            font-size: 12px;
            text-align: center; }
            .product-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant label .tooltip-color:before {
              width: 0px;
              height: 0px;
              border-top: 10px solid transparent;
              border-bottom: 10px solid transparent;
              border-left: 10px solid #2e2e2e;
              content: "";
              position: absolute;
              left: 0;
              bottom: -10px; }
      .product-template .wrap-content .info-column .promotion-group {
        border: 1px solid #ffd6b1;
        border-radius: 4px;
        margin: 0 0 20px 0; }
        .product-template .wrap-content .info-column .promotion-group .head-pro {
          background: #ffd6b1;
          padding: 10px;
          border-radius: 4px 4px 0 0;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .product-template .wrap-content .info-column .promotion-group .head-pro.active ~ .content-pro {
            display: flex; }
          .product-template .wrap-content .info-column .promotion-group .head-pro.active svg {
            transform: rotate(180deg); }
          .product-template .wrap-content .info-column .promotion-group .head-pro svg {
            width: 20px;
            height: 20px; }
        .product-template .wrap-content .info-column .promotion-group .content-pro {
          padding: 20px 10px;
          display: none;
          flex-direction: column;
          gap: 15px; }
          .product-template .wrap-content .info-column .promotion-group .content-pro.active {
            display: flex; }
          .product-template .wrap-content .info-column .promotion-group .content-pro .item-pro {
            padding: 0 0 0 28px;
            background: url(https://file.hstatic.net/1000290074/file/checked.png);
            background-size: 20px;
            background-repeat: no-repeat; }
            .product-template .wrap-content .info-column .promotion-group .content-pro .item-pro a {
              color: #f26522;
              text-decoration: underline; }
      .product-template .wrap-content .info-column .chat-messenger-onl {
        margin: 0 0 20px 0;
        font-weight: 500; }
        .product-template .wrap-content .info-column .chat-messenger-onl a {
          display: flex;
          align-items: center;
          gap: 8px;
          color: #000000; }
        .product-template .wrap-content .info-column .chat-messenger-onl img {
          width: 30px;
          height: 30px; }
        .product-template .wrap-content .info-column .chat-messenger-onl span span {
          text-decoration: underline; }
      .product-template .wrap-content .info-column .policy-group {
        margin: 0 0 20px 0;
        background: #e8e8e8;
        padding: 10px;
        border-radius: 4px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 16px; }
        .product-template .wrap-content .info-column .policy-group .item-policy {
          display: flex;
          align-items: center;
          gap: 5px; }
          @media (max-width: 991px) {
            .product-template .wrap-content .info-column .policy-group .item-policy {
              flex: 0 0 auto; } }
          .product-template .wrap-content .info-column .policy-group .item-policy img {
            width: 35px; }
          .product-template .wrap-content .info-column .policy-group .item-policy span {
            width: calc(100% - 40px);
            font-weight: 500; }
      .product-template .wrap-content .info-column .clickandcollect {
        margin: 30px 0 0 0; }
        .product-template .wrap-content .info-column .clickandcollect .bottom-collect {
          display: flex;
          align-items: center;
          justify-content: space-between;
          cursor: pointer;
          transition: 0.3s all; }
          .product-template .wrap-content .info-column .clickandcollect .bottom-collect:hover {
            color: #f26522; }
            .product-template .wrap-content .info-column .clickandcollect .bottom-collect:hover svg path {
              fill: #f26522; }
          .product-template .wrap-content .info-column .clickandcollect .bottom-collect .left-bottom {
            display: flex;
            align-items: center;
            gap: 8px; }
            .product-template .wrap-content .info-column .clickandcollect .bottom-collect .left-bottom svg {
              width: 25px;
              height: 25px; }
              .product-template .wrap-content .info-column .clickandcollect .bottom-collect .left-bottom svg path {
                transition: 0.3s all; }
            .product-template .wrap-content .info-column .clickandcollect .bottom-collect .left-bottom .count-store span {
              font-weight: 700; }
          .product-template .wrap-content .info-column .clickandcollect .bottom-collect .right-bottom svg {
            width: 20px;
            height: 20px; }
      .product-template .wrap-content .info-column .group-action {
        display: flex;
        gap: 12px; }
        @media (max-width: 991px) {
          .product-template .wrap-content .info-column .group-action {
            flex-wrap: wrap;
            position: fixed;
            bottom: 0;
            background: #fff;
            padding: 15px;
            z-index: 99;
            left: 0;
            width: 100%; } }
        .product-template .wrap-content .info-column .group-action .quantity-wrap {
          border: 2px solid #efefef;
          height: 50px;
          border-radius: 38px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .product-template .wrap-content .info-column .group-action .quantity-wrap button {
            background: #fff; }
            .product-template .wrap-content .info-column .group-action .quantity-wrap button.btn-minus {
              width: 40px;
              height: 46px;
              border-radius: 38px 0px 0px 38px;
              border: none; }
            .product-template .wrap-content .info-column .group-action .quantity-wrap button.btn-plus {
              width: 40px;
              height: 46px;
              border-radius: 0 38px 38px 0;
              border: none; }
            .product-template .wrap-content .info-column .group-action .quantity-wrap button svg {
              width: 20px;
              height: 20px; }
          .product-template .wrap-content .info-column .group-action .quantity-wrap input {
            width: 40px;
            height: 46px;
            font-weight: 700;
            font-size: 18px;
            line-height: 26px;
            border: none;
            color: #000;
            text-align: center; }
        .product-template .wrap-content .info-column .group-action .action-buy {
          display: flex;
          gap: 8px;
          width: calc(100% - 124px);
          justify-content: space-between; }
          @media (max-width: 991px) {
            .product-template .wrap-content .info-column .group-action .action-buy {
              width: 100%; } }
          .product-template .wrap-content .info-column .group-action .action-buy button {
            height: 50px;
            border-radius: 40px;
            background: #FEA13F;
            border: 1px solid #FEA13F;
            color: #fff;
            outline: none;
            box-shadow: none;
            padding: 14px 15px;
            font-size: 16px;
            line-height: 25px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            position: relative;
            overflow: hidden; }
            @media (max-width: 991px) {
              .product-template .wrap-content .info-column .group-action .action-buy button {
                padding: 14px 10px; } }
            .product-template .wrap-content .info-column .group-action .action-buy button .loading-spinner {
              display: none;
              width: 16px;
              height: 16px;
              border: 2px solid #fff;
              border-top: 2px solid #000;
              border-radius: 50%;
              animation: spin 0.8s linear infinite;
              position: absolute;
              right: 20px; }
            .product-template .wrap-content .info-column .group-action .action-buy button.added {
              cursor: none;
              pointer-events: none; }
              .product-template .wrap-content .info-column .group-action .action-buy button.added .loading-spinner {
                display: inline-block; }
            .product-template .wrap-content .info-column .group-action .action-buy button.addtocart-detail {
              flex: 2; }
              .product-template .wrap-content .info-column .group-action .action-buy button.addtocart-detail svg {
                display: none; }
            .product-template .wrap-content .info-column .group-action .action-buy button.buynow-detail {
              flex: 1;
              background: #ffffff;
              color: #FEA13F; }
            .product-template .wrap-content .info-column .group-action .action-buy button.btn-wishlist {
              width: 50px;
              padding: 0;
              background: #f6f6f6;
              border-color: #f6f6f6; }
              .product-template .wrap-content .info-column .group-action .action-buy button.btn-wishlist svg path {
                fill: #000; }
              .product-template .wrap-content .info-column .group-action .action-buy button.btn-wishlist.in-wishlist {
                background: #FEA13F; }
                .product-template .wrap-content .info-column .group-action .action-buy button.btn-wishlist.in-wishlist svg path {
                  fill: #FFFFFF; }
            .product-template .wrap-content .info-column .group-action .action-buy button.disabled {
              cursor: none;
              pointer-events: none;
              background: gray;
              border-color: gray; }
            .product-template .wrap-content .info-column .group-action .action-buy button svg {
              width: 20px;
              height: 20px; }
              .product-template .wrap-content .info-column .group-action .action-buy button svg path {
                fill: #fff; }

.product-description {
  margin: 30px 0 0 0;
  width: 60%;
  padding-right: 45px; }
  @media (max-width: 991px) {
    .product-description {
      margin: 30px 0;
      width: 100%;
      padding-right: 0; } }
  .product-description .nav-tabs {
    border-bottom: 2px solid #dee2e6; }
    @media (max-width: 991px) {
      .product-description .nav-tabs {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: nowrap;
        overflow-y: hidden; } }
    .product-description .nav-tabs .nav-link {
      color: #333;
      border: none;
      background: none;
      padding: 10px 20px;
      margin-right: 5px;
      font-weight: 500;
      transition: all 0.3s ease;
      font-size: 16px;
      background: #dee2e6; }
      @media (max-width: 991px) {
        .product-description .nav-tabs .nav-link {
          flex: 0 0 auto; } }
      .product-description .nav-tabs .nav-link:hover {
        color: #f26522; }
      .product-description .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #f26522;
        border-radius: 4px 4px 0 0;
        font-weight: 700; }
  .product-description .tab-content {
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 20px;
    background: #fff; }

.label-color[data-color="Vàng"] {
  background: yellow; }

.flex-loop:not(.swiper-initialized)[data-item="3"] .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(100% / 3);
  overflow: hidden;
  width: 100%;
  gap: 10px; }
  .flex-loop:not(.swiper-initialized)[data-item="3"] .swiper-wrapper .swiper-slide:nth-child(4) ~ .swiper-slide {
    display: none; }

.flex-loop:not(.swiper-initialized)[data-item="3.5"] .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(100% / 3.5);
  overflow: hidden;
  width: 100%;
  gap: 10px; }
  .flex-loop:not(.swiper-initialized)[data-item="3.5"] .swiper-wrapper .swiper-slide:nth-child(4) ~ .swiper-slide {
    display: none; }

.flex-loop:not(.swiper-initialized)[data-item="4"] .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px; }
  .flex-loop:not(.swiper-initialized)[data-item="4"] .swiper-wrapper .swiper-slide:nth-child(4) ~ .swiper-slide {
    display: none; }

.flex-loop:not(.swiper-initialized)[data-item="5"] .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px; }
  .flex-loop:not(.swiper-initialized)[data-item="5"] .swiper-wrapper .swiper-slide:nth-child(5) ~ .swiper-slide {
    display: none; }

@media (max-width: 991px) {
  .flex-loop:not(.swiper-initialized)[data-item-mb="2"] .swiper-wrapper {
    display: grid;
    grid-auto-flow: column;
    gap: 10px;
    grid-auto-columns: calc((100% - 10px) / 2);
    overflow: hidden;
    width: 100%;
    grid-template-columns: inherit; }
    .flex-loop:not(.swiper-initialized)[data-item-mb="2"] .swiper-wrapper .swiper-slide:nth-child(3) ~ .swiper-slide {
      display: none; } }

#stock-popup {
  width: 600px;
  border-radius: 4px;
  padding: 20px 30px; }
  #stock-popup .head-popup {
    font-size: 22px;
    line-height: 35px;
    font-weight: 700;
    margin: 0 0 30px 0; }
  #stock-popup .info-product {
    display: flex;
    gap: 15px;
    margin: 0 0 30px 0; }
    #stock-popup .info-product .box-img {
      width: 50px; }
    #stock-popup .info-product .box-info {
      width: calc(100% - 65px); }
  #stock-popup .box-select {
    display: flex;
    gap: 15px;
    margin: 0 0 30px 0; }
    #stock-popup .box-select select {
      border: 1px solid #efefef;
      width: 100%;
      border-radius: 4px;
      height: 48px;
      padding: 0 10px;
      cursor: pointer;
      outline: none;
      box-shadow: none; }
  #stock-popup .ajax-stock {
    display: flex;
    flex-direction: column;
    gap: 15px; }
    #stock-popup .ajax-stock .item-ajax-stock {
      padding: 20px;
      border: 1px solid #efefef;
      border-radius: 4px; }
      #stock-popup .ajax-stock .item-ajax-stock .head-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 4px 0; }
        #stock-popup .ajax-stock .item-ajax-stock .head-item .stock-provin {
          text-transform: uppercase; }
        #stock-popup .ajax-stock .item-ajax-stock .head-item .stock-status {
          border-radius: 5px;
          padding: 3px 12px;
          color: #389e0d;
          background: #f6ffed;
          font-size: 12px; }
          #stock-popup .ajax-stock .item-ajax-stock .head-item .stock-status.out-stock {
            color: red;
            background: #fff6ed; }
      #stock-popup .ajax-stock .item-ajax-stock .content-item {
        line-height: 22px; }
        #stock-popup .ajax-stock .item-ajax-stock .content-item strong {
          font-weight: 700;
          text-transform: uppercase; }
        #stock-popup .ajax-stock .item-ajax-stock .content-item .stock-phone {
          text-decoration: underline;
          cursor: pointer; }
        #stock-popup .ajax-stock .item-ajax-stock .content-item .stock-time label {
          color: #00a72d;
          margin: 0 10px 0 0; }
        #stock-popup .ajax-stock .item-ajax-stock .content-item .stock-action {
          margin: 10px 0 0 0; }
          #stock-popup .ajax-stock .item-ajax-stock .content-item .stock-action a {
            text-decoration: underline; }

.cart-template {
  background: #f5f7fd;
  padding: 15px 0; }
  .cart-template .wrap-cart {
    display: flex;
    align-items: start;
    gap: 15px; }
    @media (max-width: 991px) {
      .cart-template .wrap-cart {
        flex-direction: column; } }
    .cart-template .wrap-cart .column-items {
      width: 70%; }
      @media (max-width: 991px) {
        .cart-template .wrap-cart .column-items {
          width: 100%; } }
      .cart-template .wrap-cart .column-items .wrap-column-items {
        padding: 0 0 24px 0;
        background: #fff;
        border-radius: 12px; }
        @media (max-width: 991px) {
          .cart-template .wrap-cart .column-items .wrap-column-items {
            width: 100%; } }
      .cart-template .wrap-cart .column-items .empty-cart {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .cart-template .wrap-cart .column-items .empty-cart img {
          max-width: 360px; }
      .cart-template .wrap-cart .column-items .noti-promotion {
        border-radius: 8px;
        background: linear-gradient(90deg, #ff7a00 0%, #ffa800 100%);
        padding: 10px 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff; }
        .cart-template .wrap-cart .column-items .noti-promotion .text-icon {
          display: flex; }
      .cart-template .wrap-cart .column-items .head-cart-page {
        display: flex;
        align-items: center;
        padding: 20px; }
        @media (max-width: 991px) {
          .cart-template .wrap-cart .column-items .head-cart-page {
            display: none; } }
        .cart-template .wrap-cart .column-items .head-cart-page .title-head {
          width: 50%;
          font-weight: bold;
          font-size: 20px;
          text-transform: capitalize; }
        .cart-template .wrap-cart .column-items .head-cart-page .content-head {
          display: flex;
          gap: 20px; }
          .cart-template .wrap-cart .column-items .head-cart-page .content-head .item-head {
            width: 90px;
            text-align: center; }
      .cart-template .wrap-cart .column-items .main-cart {
        display: flex;
        flex-direction: column; }
        .cart-template .wrap-cart .column-items .main-cart .item-cart {
          border-top: .5px solid #eaeaea;
          margin: 20px 0 0 0;
          padding: 20px 20px 0 20px;
          display: flex; }
          @media (max-width: 991px) {
            .cart-template .wrap-cart .column-items .main-cart .item-cart {
              gap: 10px; } }
          .cart-template .wrap-cart .column-items .main-cart .item-cart .box-product {
            width: 50%;
            display: flex;
            gap: 10px; }
            @media (max-width: 991px) {
              .cart-template .wrap-cart .column-items .main-cart .item-cart .box-product {
                width: 100px; } }
            .cart-template .wrap-cart .column-items .main-cart .item-cart .box-product .box-img {
              width: 100px;
              height: 100px; }
              .cart-template .wrap-cart .column-items .main-cart .item-cart .box-product .box-img a {
                display: flex;
                align-items: center;
                justify-content: center;
                border: 1px solid #f2f2f2;
                border-radius: 8px;
                position: relative;
                overflow: hidden;
                width: 100%;
                height: 100%; }
                .cart-template .wrap-cart .column-items .main-cart .item-cart .box-product .box-img a img {
                  border-radius: 8px;
                  width: 90px;
                  height: 90px; }
            .cart-template .wrap-cart .column-items .main-cart .item-cart .box-product .box-title {
              width: calc(100% - 110px); }
              @media (max-width: 991px) {
                .cart-template .wrap-cart .column-items .main-cart .item-cart .box-product .box-title {
                  display: none; } }
              .cart-template .wrap-cart .column-items .main-cart .item-cart .box-product .box-title .title-info a {
                -webkit-line-clamp: 2;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                margin: 0 0 10px 0; }
              .cart-template .wrap-cart .column-items .main-cart .item-cart .box-product .box-title .variant-title-info {
                font-size: 12px; }
          .cart-template .wrap-cart .column-items .main-cart .item-cart .box-info {
            width: 50%;
            display: flex;
            align-items: center;
            gap: 30px; }
            @media (max-width: 991px) {
              .cart-template .wrap-cart .column-items .main-cart .item-cart .box-info {
                width: calc(100% - 110px);
                flex-wrap: wrap;
                gap: 0;
                align-items: start; } }
            .cart-template .wrap-cart .column-items .main-cart .item-cart .box-info .title-info-mb {
              display: none; }
              @media (max-width: 991px) {
                .cart-template .wrap-cart .column-items .main-cart .item-cart .box-info .title-info-mb {
                  display: flex; } }
            .cart-template .wrap-cart .column-items .main-cart .item-cart .box-info .box-price {
              display: flex;
              flex-direction: column;
              gap: 3px;
              align-items: end; }
              @media (max-width: 991px) {
                .cart-template .wrap-cart .column-items .main-cart .item-cart .box-info .box-price {
                  flex-direction: initial;
                  gap: 8px;
                  align-items: center;
                  margin: 5px 0;
                  width: 100%; } }
              .cart-template .wrap-cart .column-items .main-cart .item-cart .box-info .box-price span {
                font-size: 18px;
                font-weight: 500; }
              .cart-template .wrap-cart .column-items .main-cart .item-cart .box-info .box-price del {
                font-size: 12px;
                color: #555; }
            .cart-template .wrap-cart .column-items .main-cart .item-cart .box-info .box-quantity .quantity-wrap button {
              width: 30px;
              height: 30px;
              padding: 0;
              line-height: 30px;
              border: 0;
              text-decoration: none;
              border-radius: 5px; }
              .cart-template .wrap-cart .column-items .main-cart .item-cart .box-info .box-quantity .quantity-wrap button svg {
                width: 16px;
                height: 16px; }
            .cart-template .wrap-cart .column-items .main-cart .item-cart .box-info .box-quantity .quantity-wrap input {
              width: 30px;
              height: 30px;
              padding: 0;
              line-height: 30px;
              border: 0;
              text-decoration: none;
              text-align: center;
              font-size: 16px;
              font-weight: 500; }
            .cart-template .wrap-cart .column-items .main-cart .item-cart .box-info .box-lineprice {
              font-size: 18px;
              font-weight: 500; }
              @media (max-width: 991px) {
                .cart-template .wrap-cart .column-items .main-cart .item-cart .box-info .box-lineprice {
                  display: none; } }
            .cart-template .wrap-cart .column-items .main-cart .item-cart .box-info .box-action {
              margin-left: auto;
              display: flex;
              align-items: center;
              gap: 8px; }
              .cart-template .wrap-cart .column-items .main-cart .item-cart .box-info .box-action button {
                border: none;
                background: none;
                outline: none;
                box-shadow: none; }
                .cart-template .wrap-cart .column-items .main-cart .item-cart .box-info .box-action button.in-wishlist path {
                  fill: #f26522; }
              .cart-template .wrap-cart .column-items .main-cart .item-cart .box-info .box-action svg {
                width: 20px;
                height: 20px; }
    .cart-template .wrap-cart .column-info {
      width: 30%; }
      @media (max-width: 991px) {
        .cart-template .wrap-cart .column-info {
          width: 100%; } }
      .cart-template .wrap-cart .column-info .box-coupon {
        padding: 24px 20px 24px 20px;
        background: #fff;
        border-radius: 12px; }
        .cart-template .wrap-cart .column-info .box-coupon .head-coupon {
          font-size: 20px;
          font-weight: 700;
          margin: 0 0 15px 0; }
        .cart-template .wrap-cart .column-info .box-coupon .show-coupon {
          border: 1px solid #f26522;
          background: #fff;
          color: #f26522;
          border-radius: 8px;
          height: 36px;
          padding: 0 7px;
          font-size: 13px;
          width: 100%;
          font-weight: 500;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 5px; }
          .cart-template .wrap-cart .column-info .box-coupon .show-coupon svg {
            width: 20px;
            height: 20px; }
            .cart-template .wrap-cart .column-info .box-coupon .show-coupon svg path {
              fill: #f26522; }
      .cart-template .wrap-cart .column-info .box-complete {
        padding: 24px 20px 24px 20px;
        background: #fff;
        border-radius: 12px;
        margin: 15px 0 0 0; }
        .cart-template .wrap-cart .column-info .box-complete .item-price-order {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin: 0 0 10px 0;
          color: #67686c; }
          .cart-template .wrap-cart .column-info .box-complete .item-price-order label {
            display: flex;
            gap: 4px;
            flex-direction: column; }
            .cart-template .wrap-cart .column-info .box-complete .item-price-order label span {
              border: 1px dashed #f26522;
              font-size: 12px;
              padding: 2px 4px;
              border-radius: 4px;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .cart-template .wrap-cart .column-info .box-complete .item-price-order label span .remove-code {
                margin: 0;
                cursor: pointer;
                width: 18px;
                height: 18px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #f26522;
                border-radius: 100%; }
                .cart-template .wrap-cart .column-info .box-complete .item-price-order label span .remove-code svg {
                  width: 10px;
                  height: 10px; }
                  .cart-template .wrap-cart .column-info .box-complete .item-price-order label span .remove-code svg path {
                    fill: #fff; }
          .cart-template .wrap-cart .column-info .box-complete .item-price-order.item-promotion {
            align-items: start; }
            .cart-template .wrap-cart .column-info .box-complete .item-price-order.item-promotion .price-promotion {
              color: #f26522; }
          .cart-template .wrap-cart .column-info .box-complete .item-price-order.item-totalprice {
            font-size: 16px;
            border-top: .5px solid #eaeaea;
            padding: 10px 0 0 0; }
            .cart-template .wrap-cart .column-info .box-complete .item-price-order.item-totalprice .price-totalprice {
              color: #000;
              display: flex;
              align-items: end;
              flex-direction: column; }
              .cart-template .wrap-cart .column-info .box-complete .item-price-order.item-totalprice .price-totalprice span {
                font-weight: 700; }
              .cart-template .wrap-cart .column-info .box-complete .item-price-order.item-totalprice .price-totalprice i {
                font-size: 14px; }
        .cart-template .wrap-cart .column-info .box-complete .item-action button {
          background: #f26522;
          height: 44px;
          width: 100%;
          border: none;
          outline: none;
          color: #fff;
          font-size: 16px;
          border-radius: 4px;
          margin: 15px 0 0 0;
          text-transform: uppercase; }
          .cart-template .wrap-cart .column-info .box-complete .item-action button.disabled {
            background: #B4B4B4;
            cursor: none;
            pointer-events: none; }
      .cart-template .wrap-cart .column-info .box-invoice {
        padding: 24px 20px 24px 20px;
        background: #fff;
        border-radius: 12px;
        margin: 15px 0 0 0; }
        .cart-template .wrap-cart .column-info .box-invoice .note-sidebar {
          display: flex;
          flex-direction: column;
          position: relative; }
          .cart-template .wrap-cart .column-info .box-invoice .note-sidebar label {
            font-weight: 600;
            text-transform: uppercase;
            margin: 0 0 8px 0; }
          .cart-template .wrap-cart .column-info .box-invoice .note-sidebar textarea {
            border: 1px solid #C6CBD0;
            padding: 15px 16px 40px 16px;
            border-radius: 4px;
            outline: none;
            box-shadow: none; }
          .cart-template .wrap-cart .column-info .box-invoice .note-sidebar span {
            color: #868D95;
            position: absolute;
            bottom: 16px;
            right: 20px; }
        .cart-template .wrap-cart .column-info .box-invoice .cart-invoice {
          margin: 16px 0 0 0; }
          .cart-template .wrap-cart .column-info .box-invoice .cart-invoice .invoice__show {
            display: flex;
            align-items: center;
            gap: 8px; }
            .cart-template .wrap-cart .column-info .box-invoice .cart-invoice .invoice__show label {
              cursor: pointer; }
          .cart-template .wrap-cart .column-info .box-invoice .cart-invoice .invoice__form {
            margin: 16px 0 0 0;
            display: flex;
            flex-direction: column;
            gap: 16px; }
            .cart-template .wrap-cart .column-info .box-invoice .cart-invoice .invoice__form .item-invoice label {
              color: #868D95;
              font-size: 12px;
              margin: 0 0 5px; }
            .cart-template .wrap-cart .column-info .box-invoice .cart-invoice .invoice__form .item-invoice input, .cart-template .wrap-cart .column-info .box-invoice .cart-invoice .invoice__form .item-invoice select {
              outline: none;
              border: 1px solid #C6CBD0;
              padding: 10px 16px;
              box-shadow: none;
              border-radius: 4px;
              font-size: 14px; }
            .cart-template .wrap-cart .column-info .box-invoice .cart-invoice .invoice__form .item-invoice select {
              -webkit-appearance: auto;
              -moz-appearance: auto;
              appearance: auto; }
            .cart-template .wrap-cart .column-info .box-invoice .cart-invoice .invoice__form .item-invoice button {
              width: 100%;
              text-align: center;
              background: #f26522;
              color: #FFFFFF;
              padding: 16px;
              letter-spacing: 1px;
              text-transform: uppercase;
              font-weight: 500;
              outline: none;
              border: none;
              box-shadow: none;
              color: #FFFFFF;
              border-radius: 4px; }

.toast {
  position: fixed;
  z-index: 999999999;
  text-align: center;
  top: 4%;
  border: 0;
  width: 382px;
  padding: 0;
  color: #fff;
  right: 7%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center; }
  .Page_product .toast {
    position: fixed;
    z-index: 999;
    text-align: center;
    top: 16%;
    border: 0;
    width: 27.5%;
    padding: 0;
    color: #fff;
    right: 5%; }
    @media (max-width: 991px) {
      .Page_product .toast {
        top: 1%;
        width: 94%;
        right: 3%; } }
  @media (max-width: 991px) {
    .toast {
      top: 1%;
      width: 94%;
      right: 3%; } }
  .toast .toast-close {
    position: absolute;
    top: 10px;
    right: 8px; }
  .toast, .toast > div {
    background-color: #2e2e2e; }
  .toast:not(.show) {
    pointer-events: none; }
  .toast .close {
    outline: none;
    border: 0;
    background-color: unset;
    position: absolute;
    right: 20px; }
  .toast .toast-body {
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    border-radius: 4px;
    padding: 15px 16px; }
    .toast .toast-body img.lazyload {
      opacity: 0; }

.loading-ovl {
  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-ovl.open {
    visibility: visible;
    opacity: 1; }
  .loading-ovl .load-3 .line:nth-last-child(1) {
    animation: loadingC .6s .1s linear infinite; }
  .loading-ovl .load-3 .line:nth-last-child(2) {
    animation: loadingC .6s .2s linear infinite; }
  .loading-ovl .load-3 .line:nth-last-child(3) {
    animation: loadingC .6s .3s linear infinite; }
  .loading-ovl .load-3 .line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #222; }

@keyframes loadingC {
  0 {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, 15px); }
  100% {
    transform: translate(0, 0); } }

#modal-promotion {
  width: 500px;
  border-radius: 8px;
  padding: 15px; }
  #modal-promotion .head-modal {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px 0; }
  #modal-promotion form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 20px 0; }
    #modal-promotion form input {
      background: #f2f2f2 url(https://file.hstatic.net/1000290074/file/voucher-disable.png) center left 15px no-repeat;
      background-size: 20px 20px;
      padding-left: 45px;
      height: 40px;
      border-radius: 8px;
      border: none;
      width: calc(100% - 140px); }
    #modal-promotion form button {
      width: 120px;
      border-radius: 20px;
      background: #b7b7b7;
      border: none;
      height: 40px;
      color: #fff;
      font-size: 16px;
      cursor: none;
      pointer-events: none; }
      #modal-promotion form button.actived {
        cursor: auto;
        pointer-events: all;
        background: #f26522; }
  #modal-promotion .render-ajax {
    border-top: 1.5px solid #f0f0f0;
    padding: 20px 0 0 0; }
    #modal-promotion .render-ajax .item-coupon {
      display: flex;
      cursor: pointer;
      transition: border-color 0.3s, box-shadow 0.3s;
      margin-bottom: 12px;
      background-color: #fff;
      position: relative; }
      #modal-promotion .render-ajax .item-coupon input[type="radio"] {
        position: absolute;
        top: 50%;
        right: 5%;
        transform: scale(1.2);
        cursor: pointer;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
      #modal-promotion .render-ajax .item-coupon .box-coupon {
        -webkit-mask-image: radial-gradient(circle at 5px, transparent 5px, red 5.5px);
        -webkit-mask-position: -5px;
        -webkit-mask-size: 106% 21px;
        background: linear-gradient(90deg, #ff7a00 0%, #ffa800 100%);
        mask-composite: subtract;
        min-width: 100px;
        min-height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: bold;
        font-size: 16px; }
      #modal-promotion .render-ajax .item-coupon .box-detail {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
        border: 1.5px solid #f0f0f0;
        padding: 20px 40px 20px 20px;
        border-left: none;
        border-radius: 0 8px 8px 0; }
        #modal-promotion .render-ajax .item-coupon .box-detail .title-coupon {
          font-size: 16px;
          font-weight: 600;
          margin-bottom: 4px;
          color: #333; }
        #modal-promotion .render-ajax .item-coupon .box-detail .des-coupon {
          font-size: 14px;
          color: #555;
          margin-bottom: 4px; }
        #modal-promotion .render-ajax .item-coupon .box-detail .condition-coupon {
          margin: 0 0 4px 0;
          font-size: 13px;
          padding: 10px 0; }
          #modal-promotion .render-ajax .item-coupon .box-detail .condition-coupon ul {
            list-style-type: inherit;
            padding: 0 0 0 15px;
            display: flex;
            flex-direction: column;
            gap: 4px; }
        #modal-promotion .render-ajax .item-coupon .box-detail .date-coupon {
          font-size: 12px;
          color: #999; }
  #modal-promotion .footer-modal {
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: end; }
    #modal-promotion .footer-modal button {
      background: #f26522;
      height: 44px;
      width: 100%;
      border: none;
      outline: none;
      color: #fff;
      font-size: 16px;
      border-radius: 4px;
      text-transform: uppercase; }
      #modal-promotion .footer-modal button.disabled {
        opacity: 0.5;
        cursor: none;
        pointer-events: none; }

/* Breadcrumb */
#breadcrumb {
  padding: 0 0 15px 0; }
  #breadcrumb .breadcrumb {
    margin-bottom: 0; }
  #breadcrumb .breadcrumb-item {
    color: #787878;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 18px; }
    #breadcrumb .breadcrumb-item a {
      color: #787878; }
    #breadcrumb .breadcrumb-item.active {
      color: #000000; }
      #breadcrumb .breadcrumb-item.active a {
        color: #000000; }
    #breadcrumb .breadcrumb-item:before {
      display: none; }
    #breadcrumb .breadcrumb-item:last-child svg {
      display: none; }
    #breadcrumb .breadcrumb-item svg {
      margin-left: 0.5rem; }

.layout-account {
  background: #F5F7FD;
  padding: 15px 0; }
  .layout-account .wrap-page {
    display: flex;
    gap: 15px; }
    @media (max-width: 991px) {
      .layout-account .wrap-page {
        flex-direction: column; } }
    .layout-account .wrap-page .column-left {
      width: 205px; }
      @media (max-width: 991px) {
        .layout-account .wrap-page .column-left {
          width: 100%;
          order: 2; } }
      .layout-account .wrap-page .column-left .avatar-customer {
        background: #fff;
        padding: 15px 10px;
        border-radius: 12px 12px 0 0;
        display: flex;
        align-items: center;
        gap: 10px;
        border-bottom: 0.5px solid #EAEAEA; }
        .layout-account .wrap-page .column-left .avatar-customer .img-avatar {
          width: 50px;
          height: 50px; }
        .layout-account .wrap-page .column-left .avatar-customer .name-customer {
          font-weight: bold;
          width: calc(100% - 60px); }
          .layout-account .wrap-page .column-left .avatar-customer .name-customer a {
            font-weight: 400;
            font-size: 12px;
            text-decoration: underline;
            width: 100%;
            display: block; }
      .layout-account .wrap-page .column-left .zone-link {
        background: #fff;
        padding: 3px 15px; }
        .layout-account .wrap-page .column-left .zone-link.style-zone1 {
          border-radius: 0 0 12px 12px; }
        .layout-account .wrap-page .column-left .zone-link.style-zone2 {
          border-radius: 12px;
          margin-top: 15px; }
        .layout-account .wrap-page .column-left .zone-link ul li ~ li a {
          border-top: 0.5px solid #EAEAEA; }
        .layout-account .wrap-page .column-left .zone-link ul li a {
          display: flex;
          padding: 12px 0;
          align-items: center;
          gap: 5px; }
        .layout-account .wrap-page .column-left .zone-link ul li img {
          width: 25px;
          height: 25px; }
        .layout-account .wrap-page .column-left .zone-link ul li span {
          width: calc(100% - 25px); }
    .layout-account .wrap-page .column-right {
      width: calc(100% - 205px);
      background: #fff;
      border-radius: 12px; }
      @media (max-width: 991px) {
        .layout-account .wrap-page .column-right {
          width: 100%; } }
  .layout-account .form-profile {
    padding: 24px 40px;
    max-width: 650px; }
    .layout-account .form-profile .des-note {
      margin: 0 0 20px 0; }
    .layout-account .form-profile #form-update-account {
      display: flex;
      flex-direction: column;
      gap: 15px; }
    .layout-account .form-profile .input-form-item input, .layout-account .form-profile .input-form-item select {
      height: 40px;
      vertical-align: middle;
      outline: none;
      box-shadow: none;
      border-radius: 8px;
      appearance: auto; }
    .layout-account .form-profile .input-form-item label {
      margin: 0 0 5px 0;
      font-size: 14px; }
    .layout-account .form-profile .input-form-item-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 15px 0 0 0; }
      .layout-account .form-profile .input-form-item-btn button {
        height: 50px;
        border-radius: 40px;
        background: #f26522;
        border: none;
        outline: none;
        box-shadow: none;
        padding: 14px 20px;
        color: #fff;
        font-size: 16px;
        line-height: 25px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        position: relative;
        overflow: hidden; }
  .layout-account .order-list .tab-listing {
    padding: 20px 40px 0 40px;
    border-bottom: .5px solid #eaeaea; }
    .layout-account .order-list .tab-listing ul {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .layout-account .order-list .tab-listing ul li {
        padding-bottom: 20px;
        cursor: pointer;
        position: relative; }
        .layout-account .order-list .tab-listing ul li.active {
          color: #f26522; }
          .layout-account .order-list .tab-listing ul li.active::after {
            position: absolute;
            bottom: 0;
            left: calc(50% - 20px);
            border-radius: 2px;
            border-bottom: 4px solid #f26522;
            content: "";
            width: 40px;
            height: auto; }
  .layout-account .order-list .content-tab .item-content {
    display: none; }
    .layout-account .order-list .content-tab .item-content.active {
      display: block; }
    .layout-account .order-list .content-tab .item-content .item-order {
      padding: 20px; }
      .layout-account .order-list .content-tab .item-content .item-order ~ .item-order {
        border-top: .5px solid #c0c0c0; }
      .layout-account .order-list .content-tab .item-content .item-order .head-order {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 20px 0; }
        .layout-account .order-list .content-tab .item-content .item-order .head-order .staus-order {
          font-size: 20px;
          font-weight: 700; }
        .layout-account .order-list .content-tab .item-content .item-order .head-order a svg {
          width: 12px;
          height: 12px; }
      .layout-account .order-list .content-tab .item-content .item-order .shipping-method {
        border-radius: 12px;
        background: linear-gradient(90deg, #E7FCFD 0%, #F7FFEE 100%);
        padding: 20px;
        margin: 0 0 20px 0;
        font-size: 14px;
        color: #f26522;
        font-weight: 700; }
      .layout-account .order-list .content-tab .item-content .item-order .listing-product {
        display: flex;
        flex-direction: column;
        gap: 15px; }
        .layout-account .order-list .content-tab .item-content .item-order .listing-product .item-product {
          display: flex;
          align-items: end;
          justify-content: space-between;
          gap: 15px; }
          .layout-account .order-list .content-tab .item-content .item-order .listing-product .item-product .left-column {
            display: flex;
            gap: 15px;
            width: 70%; }
            .layout-account .order-list .content-tab .item-content .item-order .listing-product .item-product .left-column .box-img {
              width: 100px;
              height: 100px;
              position: relative;
              overflow: hidden;
              border: 1px solid #dee2e6;
              border-radius: 12px; }
            .layout-account .order-list .content-tab .item-content .item-order .listing-product .item-product .left-column .box-title h4 {
              font-size: 16px;
              font-weight: 400;
              margin: 0 0 10px 0; }
            .layout-account .order-list .content-tab .item-content .item-order .listing-product .item-product .left-column .box-title p {
              margin: 0 0 5px 0; }
          .layout-account .order-list .content-tab .item-content .item-order .listing-product .item-product .right-column {
            width: 30%;
            display: flex;
            align-items: center;
            justify-content: end;
            gap: 50px; }
            .layout-account .order-list .content-tab .item-content .item-order .listing-product .item-product .right-column .quantity-item {
              font-size: 16px; }
            .layout-account .order-list .content-tab .item-content .item-order .listing-product .item-product .right-column .price-item {
              font-size: 16px; }
      .layout-account .order-list .content-tab .item-content .item-order .footer-total {
        border-top: .5px solid #eaeaea;
        margin: 20px 0 0 0;
        padding: 20px 0 0 0;
        display: flex;
        align-items: end;
        justify-content: space-between; }
        .layout-account .order-list .content-tab .item-content .item-order .footer-total .left-total .total-line {
          margin: 0 0 5px 0;
          font-size: 15px; }
        .layout-account .order-list .content-tab .item-content .item-order .footer-total .right-total .line-total label {
          font-size: 13px; }
        .layout-account .order-list .content-tab .item-content .item-order .footer-total .right-total .line-total span {
          font-size: 15px;
          font-weight: 700;
          margin: 0 0 0 5px; }
    .layout-account .order-list .content-tab .item-content .empty-main-sm {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-top: 98px;
      padding-bottom: 98px; }
      .layout-account .order-list .content-tab .item-content .empty-main-sm img {
        margin: 0 0 20px 0; }
    .layout-account .order-list .content-tab .item-content .empty-main {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-top: 52px;
      padding-bottom: 30px; }
      .layout-account .order-list .content-tab .item-content .empty-main p span {
        color: #f26522;
        font-weight: 700; }
      .layout-account .order-list .content-tab .item-content .empty-main .action-empty {
        display: flex;
        align-items: center;
        gap: 15px;
        text-align: center; }
        .layout-account .order-list .content-tab .item-content .empty-main .action-empty img {
          margin: 0 0 10px 0; }
        .layout-account .order-list .content-tab .item-content .empty-main .action-empty a {
          padding: 0px 14px;
          width: 200px;
          line-height: 40px;
          background: #FFFFFF;
          border: 2px solid #FF7D19;
          color: #FF7D19;
          min-height: 40px;
          display: inline-block;
          border-radius: 8px; }
          .layout-account .order-list .content-tab .item-content .empty-main .action-empty a ~ a {
            background: #FF7D19;
            color: #fff; }
  .layout-account .order-detail {
    padding: 24px 20px 24px 20px; }
    .layout-account .order-detail h1 {
      font-size: 20px;
      margin: 0 0 20px 0; }
    .layout-account .order-detail .shipping-method {
      border-radius: 12px;
      background: linear-gradient(90deg, #E7FCFD 0%, #F7FFEE 100%);
      padding: 20px;
      margin: 0 0 20px 0;
      font-size: 14px;
      color: #f26522;
      font-weight: 700; }
    .layout-account .order-detail .shipping-detail {
      border-top: .5px solid #eaeaea;
      padding: 20px 0 0 0; }
      .layout-account .order-detail .shipping-detail .head-shipping {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 20px 0; }
        .layout-account .order-detail .shipping-detail .head-shipping span {
          font-size: 20px;
          font-weight: 700;
          text-transform: capitalize; }
        .layout-account .order-detail .shipping-detail .head-shipping a svg {
          width: 15px;
          height: 15px; }
      .layout-account .order-detail .shipping-detail .info-shipping .info-1 {
        font-size: 15px;
        font-weight: 700;
        margin: 0 0 5px 0; }
        .layout-account .order-detail .shipping-detail .info-shipping .info-1 span {
          color: #1F4EA5;
          font-weight: 700; }
      .layout-account .order-detail .shipping-detail .info-shipping .info-2 {
        font-size: 13px; }
    .layout-account .order-detail .prod-listing {
      border-top: 1px #f2f2f2 solid;
      padding: 20px 0 0 0;
      margin: 20px 0 0 0;
      display: flex;
      flex-direction: column;
      gap: 15px; }
      .layout-account .order-detail .prod-listing .item-product {
        display: flex;
        gap: 15px; }
        .layout-account .order-detail .prod-listing .item-product .box-img {
          width: 95px;
          height: 95px;
          position: relative;
          overflow: hidden;
          border-radius: 12px; }
        .layout-account .order-detail .prod-listing .item-product .box-info {
          display: flex;
          flex-direction: column;
          width: calc(100% - 100px); }
          .layout-account .order-detail .prod-listing .item-product .box-info .title-prod {
            font-size: 15px;
            margin: 0 0 5px 0; }
          .layout-account .order-detail .prod-listing .item-product .box-info .wrap-price {
            display: flex;
            width: 100%;
            margin-top: auto;
            align-items: center;
            justify-content: space-between; }
            .layout-account .order-detail .prod-listing .item-product .box-info .wrap-price .price-prod-normal {
              display: flex;
              align-items: center;
              gap: 15px;
              min-width: 220px; }
              .layout-account .order-detail .prod-listing .item-product .box-info .wrap-price .price-prod-normal span {
                font-size: 18px;
                font-weight: 700; }
              .layout-account .order-detail .prod-listing .item-product .box-info .wrap-price .price-prod-normal del {
                font-size: 12px; }
            .layout-account .order-detail .prod-listing .item-product .box-info .wrap-price .qty-prod {
              font-size: 16px; }
            .layout-account .order-detail .prod-listing .item-product .box-info .wrap-price .price-prod {
              display: flex;
              align-items: center;
              gap: 15px;
              min-width: 220px;
              justify-content: end; }
              .layout-account .order-detail .prod-listing .item-product .box-info .wrap-price .price-prod span {
                font-size: 18px;
                font-weight: 700; }
              .layout-account .order-detail .prod-listing .item-product .box-info .wrap-price .price-prod del {
                font-size: 12px; }
    .layout-account .order-detail .method-payment {
      display: flex;
      flex-direction: column;
      border-top: 1px solid #f2f2f2;
      padding: 20px 0px 0px;
      margin: 20px 0px 0px;
      gap: 10px; }
      .layout-account .order-detail .method-payment .t-payment {
        color: #67686c;
        font-size: 20px;
        font-weight: 700;
        text-transform: capitalize; }
      .layout-account .order-detail .method-payment .info-payment {
        display: flex;
        align-items: center;
        gap: 15px; }
        .layout-account .order-detail .method-payment .info-payment .box-img {
          width: 45px;
          height: 45px; }
        .layout-account .order-detail .method-payment .info-payment .box-name {
          font-size: 15px;
          font-weight: 700; }
    .layout-account .order-detail .table-order {
      margin: 20px 0 0 0;
      padding: 20px 0 0 0; }
      .layout-account .order-detail .table-order .item-table {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .layout-account .order-detail .table-order .item-table:nth-child(1) {
          border-top: 1px dashed #eaeaea; }
          .layout-account .order-detail .table-order .item-table:nth-child(1) ~ .item-table {
            border-top: 1px dashed #eaeaea; }
        .layout-account .order-detail .table-order .item-table:last-child {
          border-bottom: 1px dashed #eaeaea; }
        .layout-account .order-detail .table-order .item-table .title-table {
          width: 100%;
          padding: 18px 0;
          border-right: 1px dashed #eaeaea;
          padding-right: 24px;
          text-align: right;
          width: 75%; }
          .layout-account .order-detail .table-order .item-table .title-table.bold1 {
            font-size: 15px;
            font-weight: 700; }
          .layout-account .order-detail .table-order .item-table .title-table.bold1 {
            font-size: 16px;
            font-weight: 700; }
        .layout-account .order-detail .table-order .item-table .value-table {
          text-align: right;
          width: 25%; }
          .layout-account .order-detail .table-order .item-table .value-table.value-bold {
            font-size: 15px;
            font-weight: 700; }
  .layout-account .address-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px; }
    @media (max-width: 991px) {
      .layout-account .address-layout {
        padding: 15px; } }
    .layout-account .address-layout .add-address-column,
    .layout-account .address-layout .address-list-column {
      background-color: #fff;
      border-radius: 12px;
      flex: 1 1 45%; }
      @media (max-width: 991px) {
        .layout-account .address-layout .add-address-column,
        .layout-account .address-layout .address-list-column {
          flex: 1 1 100%; } }
      .layout-account .address-layout .add-address-column h3,
      .layout-account .address-layout .address-list-column h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #333; }
      .layout-account .address-layout .add-address-column .note-ship,
      .layout-account .address-layout .address-list-column .note-ship {
        color: #67686c;
        margin: 0 0 10px 0; }
      .layout-account .address-layout .add-address-column .form-group,
      .layout-account .address-layout .address-list-column .form-group {
        margin-bottom: 16px; }
        .layout-account .address-layout .add-address-column .form-group input:not([type="checkbox"], [type="checkbox"]),
        .layout-account .address-layout .add-address-column .form-group select,
        .layout-account .address-layout .address-list-column .form-group input:not([type="checkbox"], [type="checkbox"]),
        .layout-account .address-layout .address-list-column .form-group select {
          width: 100%;
          padding: 10px 12px;
          font-size: 15px;
          border: 1px solid #ccc;
          border-radius: 8px;
          transition: border-color 0.3s;
          outline: none;
          box-shadow: none; }
      .layout-account .address-layout .add-address-column button.btn,
      .layout-account .address-layout .address-list-column button.btn {
        padding: 10px 20px;
        border-radius: 8px;
        font-weight: 500; }
      .layout-account .address-layout .add-address-column .btn-primary,
      .layout-account .address-layout .address-list-column .btn-primary {
        background-color: #f26522;
        border: none; }
        .layout-account .address-layout .add-address-column .btn-primary:hover,
        .layout-account .address-layout .address-list-column .btn-primary:hover {
          background-color: #c74d13; }
      .layout-account .address-layout .add-address-column .btn-success,
      .layout-account .address-layout .address-list-column .btn-success {
        background-color: #f26522;
        border: none; }
        .layout-account .address-layout .add-address-column .btn-success:hover,
        .layout-account .address-layout .address-list-column .btn-success:hover {
          background-color: #c74d13; }
      .layout-account .address-layout .add-address-column .btn-link,
      .layout-account .address-layout .address-list-column .btn-link {
        color: #6c757d;
        text-decoration: underline;
        padding-left: 10px; }
        .layout-account .address-layout .add-address-column .btn-link:hover,
        .layout-account .address-layout .address-list-column .btn-link:hover {
          color: #343a40; }
    .layout-account .address-layout .address-list-column {
      display: flex;
      flex-direction: column;
      gap: 15px; }
      .layout-account .address-layout .address-list-column .address-item {
        border: #eee solid 1px;
        border-radius: 10px;
        padding: 15px;
        background-color: #fff;
        position: relative;
        transition: box-shadow 0.3s;
        order: 2; }
        .layout-account .address-layout .address-list-column .address-item.address-item-default {
          order: 1;
          border-color: #f26522; }
        .layout-account .address-layout .address-list-column .address-item:hover {
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04); }
        .layout-account .address-layout .address-list-column .address-item .address-view .label-default {
          background: #ffe8dd;
          color: #f26522;
          display: block;
          width: fit-content;
          border-radius: 15px;
          padding: 4px 10px;
          font-size: 12px;
          font-style: italic;
          font-weight: 700; }
        .layout-account .address-layout .address-list-column .address-item .address-view p {
          margin: 0 0 6px;
          font-size: 15px;
          color: #444; }
          .layout-account .address-layout .address-list-column .address-item .address-view p strong {
            font-size: 16px;
            color: #222; }
        .layout-account .address-layout .address-list-column .address-item .address-view .address-actions {
          margin-top: 10px;
          display: flex;
          align-items: center;
          gap: 10px; }
          .layout-account .address-layout .address-list-column .address-item .address-view .address-actions a {
            color: #000000;
            font-size: 14px;
            display: inline-block; }
            .layout-account .address-layout .address-list-column .address-item .address-view .address-actions a svg {
              width: 15px;
              height: 15px; }
            .layout-account .address-layout .address-list-column .address-item .address-view .address-actions a:hover {
              color: #000000;
              text-decoration: underline; }
        .layout-account .address-layout .address-list-column .address-item .address-edit-form {
          margin-top: 15px;
          background-color: #f1f4f9;
          padding: 15px;
          border-radius: 8px;
          border: 1px solid #d3dae3; }
          .layout-account .address-layout .address-list-column .address-item .address-edit-form .form-control {
            margin-bottom: 12px;
            outline: none;
            box-shadow: none; }
          .layout-account .address-layout .address-list-column .address-item .address-edit-form .btn {
            margin-right: 10px; }
  .layout-account .voucher-container h1 {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 700;
    padding: 20px 20px 0 20px; }
  .layout-account .voucher-container .voucher-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px; }
  .layout-account .voucher-container .voucher-card {
    display: flex;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05); }
  .layout-account .voucher-container .voucher-icon {
    width: 150px;
    text-align: center;
    padding: 6px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold; }
    .layout-account .voucher-container .voucher-icon strong {
      font-size: 16px; }
    .layout-account .voucher-container .voucher-icon span {
      font-size: 13px;
      font-weight: 400; }
    .layout-account .voucher-container .voucher-icon.bg-yellow {
      background: #fcb900; }
    .layout-account .voucher-container .voucher-icon.bg-blue {
      background: #007bff; }
    .layout-account .voucher-container .voucher-icon.bg-purple {
      background: #9b59b6; }
    .layout-account .voucher-container .voucher-icon.bg-green {
      background: #2ecc71; }
  .layout-account .voucher-container .voucher-info {
    flex: 1;
    padding: 16px; }
    .layout-account .voucher-container .voucher-info h4 {
      margin: 0 0 6px;
      font-size: 16px;
      font-weight: 600; }
    .layout-account .voucher-container .voucher-info p {
      font-size: 14px;
      margin: 0 0 8px;
      color: #555; }
    .layout-account .voucher-container .voucher-info ul {
      font-size: 13px;
      color: #777;
      padding-left: 16px;
      margin-bottom: 10px; }
      .layout-account .voucher-container .voucher-info ul li {
        list-style: disc; }
    .layout-account .voucher-container .voucher-info .voucher-actions {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .layout-account .voucher-container .voucher-info .voucher-actions a {
        font-size: 13px;
        color: #007bff;
        text-decoration: underline;
        cursor: pointer; }
      .layout-account .voucher-container .voucher-info .voucher-actions button {
        background-color: #ff4d4f;
        color: white;
        border: none;
        padding: 8px 14px;
        border-radius: 5px;
        cursor: pointer; }
        .layout-account .voucher-container .voucher-info .voucher-actions button.outline {
          background-color: white;
          color: #ff4d4f;
          border: 1px solid #ff4d4f; }
  .layout-account .review-section {
    padding: 20px; }
    .layout-account .review-section h2 {
      font-size: 22px;
      margin-bottom: 30px;
      font-weight: 700; }
    .layout-account .review-section .review-item {
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
      padding: 20px;
      border-radius: 12px; }
      .layout-account .review-section .review-item ~ .review-item {
        margin-top: 20px; }
      .layout-account .review-section .review-item .product-info {
        display: flex;
        align-items: center;
        margin-bottom: 12px; }
        .layout-account .review-section .review-item .product-info .product-thumb {
          width: 60px;
          height: 60px;
          background: #ccc;
          border-radius: 8px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: white;
          font-weight: bold;
          margin-right: 16px; }
          .layout-account .review-section .review-item .product-info .product-thumb.bg-green {
            background: #a0e8c0; }
          .layout-account .review-section .review-item .product-info .product-thumb.bg-blue {
            background: #b2d5ff; }
          .layout-account .review-section .review-item .product-info .product-thumb.bg-pink {
            background: #ffd2e1; }
        .layout-account .review-section .review-item .product-info .product-meta h3 {
          font-size: 16px;
          font-weight: 600;
          margin: 0 0 6px; }
        .layout-account .review-section .review-item .product-info .product-meta p {
          font-size: 13px;
          color: #555;
          margin: 0; }
      .layout-account .review-section .review-item .rating {
        font-size: 18px;
        color: #f5a623;
        margin-bottom: 8px; }
        .layout-account .review-section .review-item .rating span {
          font-size: 14px;
          color: #333;
          margin-left: 6px; }
      .layout-account .review-section .review-item .review-content {
        font-style: italic;
        background: #f9f9f9;
        padding: 12px 16px;
        border-left: 3px solid #eee;
        border-radius: 6px;
        margin-bottom: 12px; }
      .layout-account .review-section .review-item .review-date {
        font-size: 12px;
        color: #888;
        margin-bottom: 12px; }
      .layout-account .review-section .review-item .reply-box {
        background: #f0f5ff;
        padding: 14px 16px;
        border-left: 4px solid #3366ff;
        border-radius: 8px;
        font-size: 14px; }
        .layout-account .review-section .review-item .reply-box strong {
          display: block;
          margin-bottom: 6px;
          color: #3366ff; }
        .layout-account .review-section .review-item .reply-box p {
          margin: 0 0 6px;
          color: #333; }
        .layout-account .review-section .review-item .reply-box .reply-date {
          font-size: 12px;
          color: #666;
          text-align: right;
          display: block; }
  .layout-account .page-preview {
    padding: 20px; }
    .layout-account .page-preview h1 {
      font-size: 22px;
      font-weight: 700;
      margin: 0 0 5px 0; }
    .layout-account .page-preview .des-preview {
      margin: 0 0 30px 0;
      color: #666; }
    .layout-account .page-preview .wrap-listing-product {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px; }
      @media (max-width: 991px) {
        .layout-account .page-preview .wrap-listing-product {
          grid-template-columns: repeat(2, 1fr);
          gap: 10px; } }
  .layout-account .page-wishlist {
    padding: 20px; }
    .layout-account .page-wishlist h1 {
      font-size: 22px;
      font-weight: 700;
      margin: 0 0 5px 0; }
    .layout-account .page-wishlist .des-wishlist {
      margin: 0 0 30px 0;
      color: #666; }
    .layout-account .page-wishlist .wrap-listing-product #wishlist-container {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px; }
      @media (max-width: 991px) {
        .layout-account .page-wishlist .wrap-listing-product #wishlist-container {
          grid-template-columns: repeat(2, 1fr);
          gap: 10px; } }
  .layout-account #wishlist-pagination.pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 40px;
    width: 100%; }
    .layout-account #wishlist-pagination.pagination .page-btn {
      border: 1px solid #f2f2f2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border-radius: 4px;
      font-size: 14px;
      color: #333;
      background: #f2f2f2;
      cursor: pointer;
      transition: all 0.3s;
      position: relative;
      overflow: hidden; }
      .layout-account #wishlist-pagination.pagination .page-btn:hover {
        background-color: #f68620;
        color: #fff;
        border-color: #f68620;
        font-weight: bold; }
      .layout-account #wishlist-pagination.pagination .page-btn.active {
        background-color: #f68620;
        color: #fff;
        border-color: #f68620;
        font-weight: bold; }

/* menu mobile */
#menu-mobile {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: -100%;
  background: #FFFFFF;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden; }
  .show-menu-mobile #menu-mobile {
    left: 0;
    opacity: 1;
    visibility: visible; }
  #menu-mobile .menu-mobile-inner {
    max-height: calc(100% - 20px);
    overflow: auto; }
    #menu-mobile .menu-mobile-inner .close-menu {
      padding: 19px 20px;
      position: sticky;
      top: 0;
      z-index: 9;
      background: #FFF; }
    #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner {
      height: 75%;
      overflow-y: auto; }
      #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner h4 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        font-weight: normal;
        margin: 0; }
      #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .arrow-sub img {
        width: 21px;
        height: 21px; }
        #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .arrow-sub img:nth-child(2) {
          display: none; }
      #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .sub1-menu-mb {
        padding: 0 20px; }
        #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .sub1-menu-mb > li {
          margin-bottom: 10px;
          position: relative; }
          #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .sub1-menu-mb > li.active > h4 > .arrow-sub img:nth-child(1) {
            display: none; }
          #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .sub1-menu-mb > li.active > h4 > .arrow-sub img:nth-child(2) {
            display: block; }
          #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .sub1-menu-mb > li.active .sub2-menu-mb {
            display: block; }
          #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .sub1-menu-mb > li .arrow-sub {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center; }
          #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .sub1-menu-mb > li > h4 > a, #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .sub1-menu-mb > li > a {
            width: 100%;
            padding: 10px 0;
            display: block; }
            #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .sub1-menu-mb > li > h4 > a[data-title="BLACKFIVEDAYS|BLACKFIVEDAYS"], #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .sub1-menu-mb > li > a[data-title="BLACKFIVEDAYS|BLACKFIVEDAYS"] {
              animation: bling 2s linear infinite;
              text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
            #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .sub1-menu-mb > li > h4 > a[data-title="GIẢM GIÁ|SALE"], #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .sub1-menu-mb > li > a[data-title="GIẢM GIÁ|SALE"] {
              /*animation: bling 2s linear infinite;
								text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*/
              color: red; }
      #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .sub2-menu-mb {
        display: none;
        position: relative;
        padding: 15px 0 15px 15px;
        margin-top: 15px;
        margin-left: 15px;
        border-left: 1px solid #F6F7F8; }
        #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .sub2-menu-mb > li.active > h4 > .arrow-sub img:nth-child(1) {
          display: none; }
        #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .sub2-menu-mb > li.active > h4 > .arrow-sub img:nth-child(2) {
          display: block; }
        #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .sub2-menu-mb > li.active .sub3-menu-mb {
          display: block; }
        #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .sub2-menu-mb > li > h4 > a, #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .sub2-menu-mb > li > a {
          width: 100%;
          padding: 10px 0;
          display: block; }
      #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .sub3-menu-mb {
        display: none;
        position: relative;
        padding: 15px 0 15px 15px;
        margin-top: 15px;
        margin-left: 15px;
        border-left: 1px solid #F6F7F8; }
        #menu-mobile .menu-mobile-inner .wrapper-menu-mobile .wrapper-menu-inner .sub3-menu-mb li a {
          width: 100%;
          padding: 10px 0;
          display: block; }

.customer-actions {
  background-color: #ffa13c;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 15px 0; }
  .customer-actions .reset-password {
    padding: 20px; }
  .customer-actions .container {
    max-width: 1340px; }
  .customer-actions .banner-left-account {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    .customer-actions .banner-left-account img {
      max-height: 510px; }
  .customer-actions #customer_login,
  .customer-actions #create_customer {
    padding-bottom: 16px;
    border-bottom: 1px solid #F0F0F0; }
  .customer-actions .login-phone {
    padding-bottom: 16px;
    border-bottom: 1px solid #F0F0F0; }
  .customer-actions .wrapper-left-account {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .customer-actions__wrapper {
    background-color: #fff;
    padding: 0;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 991px) {
      .customer-actions__wrapper {
        padding: 16px;
        margin-top: 16px; } }
  .customer-actions__greeting h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    margin: 64px 0 0 0; }
    .customer-actions__greeting h1 span {
      display: block; }
  .customer-actions__greeting img {
    width: 140px; }
  @media (max-width: 991px) {
    .customer-actions__greeting {
      text-align: center; }
      .customer-actions__greeting img {
        width: 70px;
        height: auto; }
      .customer-actions__greeting h1 {
        margin: 24px 0;
        line-height: unset;
        font-size: 24px;
        line-height: 28.8px; }
        .customer-actions__greeting h1 span {
          display: initial; } }
  .customer-actions__forms {
    position: relative;
    overflow: hidden; }
    .customer-actions__forms form > div {
      position: relative; }
    .customer-actions__forms .tab-header, .customer-actions__forms .nav-tabs, .customer-actions__forms .nav-link {
      border: 0; }
    .customer-actions__forms .tab-content {
      padding: 0 32px 32px 32px; }
      @media (max-width: 991px) {
        .customer-actions__forms .tab-content {
          padding: 0; } }
    .customer-actions__forms .tab-header {
      margin-bottom: 32px; }
    .customer-actions__forms .nav-tabs .nav-item {
      width: 50%; }
    .customer-actions__forms .nav-link {
      width: 100%;
      font-size: 16px;
      line-height: 20.8px;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 16px;
      border-bottom: 2px solid #F0F0F0; }
      .customer-actions__forms .nav-link.active {
        font-weight: bold;
        border-color: #f26522;
        color: #f26522; }
    .customer-actions__forms .error-status {
      line-height: 15.6px;
      color: #EB5757;
      margin: 0 0 16px 0;
      line-height: 18.2px;
      background: url(https://file.hstatic.net/1000284478/file/x-circle_5a09cb6a5a5f42deb7fece091c21f300.svg);
      padding-left: 28px;
      min-height: 20px;
      margin-top: 16px;
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: left center; }
    .customer-actions__forms .success-status {
      line-height: 15.6px;
      color: #2E2E2E;
      margin: 0 0 16px 0;
      line-height: 18.2px;
      background: url(https://file.hstatic.net/1000284478/file/check-circle-broken_8e0b7fc6a36842aca5539e885bc69560.svg);
      padding-left: 28px;
      min-height: 20px;
      margin-top: 16px;
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: left center; }
    .customer-actions__forms .item-input-form {
      position: relative; }
      .customer-actions__forms .item-input-form ~ .item-input-form {
        margin: 16px 0 0 0; }
      .customer-actions__forms .item-input-form .text-error {
        font-size: 12px;
        line-height: 15.6px;
        color: #EB5757;
        margin: 4px 0 0 0;
        display: none; }
      .customer-actions__forms .item-input-form.error .text-error {
        display: block; }
      .customer-actions__forms .item-input-form.error .form-control {
        border-color: #EB5757; }
      .customer-actions__forms .item-input-form button {
        background: #f26522;
        color: #fff; }
    .customer-actions__forms .form-label {
      font-size: 12px;
      font-weight: 500;
      line-height: 15.6px;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: 0 0 8px 0;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; }
      .customer-actions__forms .form-label #change_login-phone, .customer-actions__forms .form-label #change_login-email {
        background: transparent;
        border: none;
        outline: none;
        box-shadow: none;
        font-size: 12px;
        font-weight: 500;
        line-height: 15.6px;
        letter-spacing: 1px;
        text-transform: uppercase; }
      .customer-actions__forms .form-label.error + input {
        border: 1px solid #f00; }
      .customer-actions__forms .form-label.error:after {
        content: attr(data-error);
        color: #f00;
        font-weight: 700; }
    .customer-actions__forms .form-control {
      font-size: 14px;
      height: 44px;
      padding: 12px 16px;
      border-color: #868D95;
      outline: none;
      box-shadow: none; }
      .customer-actions__forms .form-control::placeholder {
        font-size: 14px;
        color: #C6CBD0; }
      .customer-actions__forms .form-control.error {
        border-color: #E24C4C; }
        .customer-actions__forms .form-control.error + .form-error {
          display: block; }
      .customer-actions__forms .form-control:-webkit-autofill {
        background-color: white; }
    .customer-actions__forms .form-error {
      position: absolute;
      right: 0;
      display: none;
      margin-top: 5px;
      font-size: 12px;
      color: #E24C4C; }
    .customer-actions__forms .redirect-form:not(.nav-link) {
      margin-top: 12px;
      text-align: right; }
      .customer-actions__forms .redirect-form:not(.nav-link).text-left {
        text-align: left; }
      .customer-actions__forms .redirect-form:not(.nav-link) svg {
        margin-right: 8px; }
    .customer-actions__forms .form-title, .customer-actions__forms .form-desc {
      margin-bottom: 25px;
      text-align: center; }
      .customer-actions__forms .form-title__link, .customer-actions__forms .form-desc__link {
        text-decoration: underline;
        display: block; }
    .customer-actions__forms .form-title {
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase; }
    .customer-actions__forms .form-desc {
      font-size: 12px;
      margin-bottom: 16px; }
    .customer-actions__forms .register-now {
      text-align: center; }
      .customer-actions__forms .register-now a {
        font-weight: bold;
        text-transform: uppercase;
        margin-left: 15px;
        color: #2C82F5; }
    .customer-actions__forms input[type="submit"] {
      letter-spacing: 2px; }
    .customer-actions__forms input[name="customer[gender]"] + label {
      font-size: 16px; }
    .customer-actions__forms .verify-input-element {
      position: absolute;
      right: 16px;
      top: 38px;
      color: #50555B;
      text-decoration: underline;
      cursor: pointer; }
      .customer-actions__forms .verify-input-element.disabled {
        cursor: none;
        pointer-events: none;
        opacity: 0.5; }
  .customer-actions .login-n-sigup {
    transform: translateX(-590px); }
    .customer-actions .login-n-sigup__socials {
      padding-top: 16px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px; }
      .customer-actions .login-n-sigup__socials .head-text {
        text-align: center;
        margin: 0 0 10px 0;
        width: 100%; }
      .customer-actions .login-n-sigup__socials .google-login, .customer-actions .login-n-sigup__socials .facebook-login {
        position: relative;
        color: #fff;
        border-radius: 0;
        padding: 6px 10px;
        text-align: left;
        letter-spacing: 0.14px;
        font-weight: 500;
        width: calc(50% - 5px);
        border-radius: 12px;
        text-align: center; }
        .customer-actions .login-n-sigup__socials .google-login img, .customer-actions .login-n-sigup__socials .facebook-login img {
          margin-right: 12px;
          height: 40px;
          width: 40px; }
      .customer-actions .login-n-sigup__socials .google-login {
        color: #000;
        border: 1px solid #000000; }
      .customer-actions .login-n-sigup__socials .facebook-login {
        background-color: #1877F2; }
  .customer-actions .forgotten-password {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 510px;
    transform: translateX(590px);
    padding: 32px; }
    @media (max-width: 991px) {
      .customer-actions .forgotten-password {
        padding: 16px 0; } }
  .customer-actions .login-n-sigup,
  .customer-actions .forgotten-password {
    transition: all 1s;
    position: absolute;
    top: 0;
    width: 100%; }
    .customer-actions .login-n-sigup.show,
    .customer-actions .forgotten-password.show {
      transform: translateX(0); }
  .customer-actions button[type="submit"],
  .customer-actions button[type="button"] {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 16px 32px;
    height: 55px;
    border-radius: 0; }
  @media (max-width: 991px) {
    .customer-actions {
      padding: 8px 0;
      min-height: auto; } }

.eyes-password {
  position: absolute;
  top: 34px;
  right: 16px;
  cursor: pointer;
  pointer-events: none; }
  .eyes-password svg path {
    stroke: #C6CBD0; }

.input-password.error ~ .eyes-password, .input-password.hasValue ~ .eyes-password {
  pointer-events: all; }
  .input-password.error ~ .eyes-password svg path, .input-password.hasValue ~ .eyes-password svg path {
    stroke: black; }

.input-password[type="password"] + .eyes-password svg:nth-child(2) {
  display: none; }

.input-password[type="password"] + span + .eyes-password svg:nth-child(2) {
  display: none; }

.input-password[type="text"] + .eyes-password svg:nth-child(1) {
  display: none; }

.input-password[type="text"] + span + .eyes-password svg:nth-child(1) {
  display: none; }

.page-wrapper {
  padding: 40px 0;
  background-color: #f9f9f9; }
  .page-wrapper .page-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }
    .page-wrapper .page-container .page-header {
      border-bottom: 1px solid #e0e0e0;
      padding: 20px 0; }
      .page-wrapper .page-container .page-header .page-title {
        font-size: 28px;
        font-weight: 600;
        margin: 0;
        color: #333; }
    .page-wrapper .page-container .page-content {
      padding: 30px 0;
      font-size: 16px;
      line-height: 1.7;
      color: #444; }
      .page-wrapper .page-container .page-content h2, .page-wrapper .page-container .page-content h3, .page-wrapper .page-container .page-content h4 {
        margin-top: 1.5em;
        margin-bottom: 0.5em;
        color: #222; }
      .page-wrapper .page-container .page-content p {
        margin-bottom: 1em; }
      .page-wrapper .page-container .page-content a {
        color: #007acc;
        text-decoration: underline; }
        .page-wrapper .page-container .page-content a:hover {
          color: #005f99; }
  .page-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px; }
    .page-wrapper table th, .page-wrapper table td {
      border: 1px solid #ddd;
      padding: 12px 15px;
      text-align: left; }
    .page-wrapper table th {
      background-color: #f3f3f3;
      font-weight: 600; }
    .page-wrapper table tr:nth-child(even) {
      background-color: #fafafa; }
  @media (max-width: 991px) {
    .page-wrapper {
      padding: 20px 0; }
      .page-wrapper .page-container {
        padding: 0 15px; }
        .page-wrapper .page-container .page-header {
          padding: 15px 0; }
          .page-wrapper .page-container .page-header .page-title {
            font-size: 22px; }
        .page-wrapper .page-container .page-content {
          padding: 20px 0;
          font-size: 15px; }
          .page-wrapper .page-container .page-content h2 {
            font-size: 20px; }
          .page-wrapper .page-container .page-content h3 {
            font-size: 18px; }
          .page-wrapper .page-container .page-content h4 {
            font-size: 16px; } }

.template-blog .blog-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; }

.template-blog .blog-layout {
  display: flex;
  gap: 30px;
  margin: 30px 0; }
  @media (max-width: 991px) {
    .template-blog .blog-layout {
      flex-direction: column; } }
  .template-blog .blog-layout .col-main {
    flex: 0 0 70%;
    max-width: 70%; }
    @media (max-width: 991px) {
      .template-blog .blog-layout .col-main {
        max-width: 100%; } }
    .template-blog .blog-layout .col-main .blog-article-row {
      display: flex;
      gap: 20px;
      margin-bottom: 40px;
      align-items: flex-start;
      background-color: #fffaf5;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 10px rgba(255, 209, 220, 0.15);
      transition: transform 0.2s ease; }
      .template-blog .blog-layout .col-main .blog-article-row:hover {
        transform: translateY(-4px); }
      @media (max-width: 768px) {
        .template-blog .blog-layout .col-main .blog-article-row {
          flex-direction: column; } }
      .template-blog .blog-layout .col-main .blog-article-row .article-thumbnail {
        flex: 0 0 33%;
        max-width: 33%; }
        .template-blog .blog-layout .col-main .blog-article-row .article-thumbnail img {
          width: 100%;
          height: auto;
          border-radius: 12px;
          object-fit: cover; }
        @media (max-width: 768px) {
          .template-blog .blog-layout .col-main .blog-article-row .article-thumbnail {
            max-width: 100%; } }
      .template-blog .blog-layout .col-main .blog-article-row .article-info {
        flex: 1; }
        .template-blog .blog-layout .col-main .blog-article-row .article-info .article-title {
          font-size: 22px;
          color: #f47c7c;
          font-weight: 600;
          margin-bottom: 10px; }
          .template-blog .blog-layout .col-main .blog-article-row .article-info .article-title a {
            text-decoration: none;
            color: inherit; }
            .template-blog .blog-layout .col-main .blog-article-row .article-info .article-title a:hover {
              text-decoration: underline; }
        .template-blog .blog-layout .col-main .blog-article-row .article-info .article-meta {
          font-size: 14px;
          color: #aaa;
          margin-bottom: 10px; }
        .template-blog .blog-layout .col-main .blog-article-row .article-info .article-excerpt {
          font-size: 16px;
          color: #555;
          line-height: 1.6;
          margin-bottom: 15px; }
        .template-blog .blog-layout .col-main .blog-article-row .article-info .read-more {
          display: inline-block;
          padding: 8px 16px;
          background-color: #ffe3e3;
          color: #f47c7c;
          border-radius: 20px;
          font-weight: 600;
          font-size: 14px;
          text-decoration: none; }
          .template-blog .blog-layout .col-main .blog-article-row .article-info .read-more:hover {
            background-color: #fddcdc; }
    .template-blog .blog-layout .col-main .pagination {
      margin-top: 40px;
      text-align: center; }
      .template-blog .blog-layout .col-main .pagination .pagination-nav {
        display: inline-flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center; }
        .template-blog .blog-layout .col-main .pagination .pagination-nav a,
        .template-blog .blog-layout .col-main .pagination .pagination-nav span {
          display: inline-block;
          padding: 10px 16px;
          min-width: 40px;
          font-size: 15px;
          font-weight: 500;
          color: #f47c7c;
          background-color: #fff0f0;
          border-radius: 10px;
          text-decoration: none;
          transition: all 0.2s ease; }
        .template-blog .blog-layout .col-main .pagination .pagination-nav a:hover {
          background-color: #ffd9dd;
          color: #d94f5c; }
        .template-blog .blog-layout .col-main .pagination .pagination-nav .current {
          background-color: #f47c7c;
          color: #fff;
          font-weight: 600;
          pointer-events: none; }
        .template-blog .blog-layout .col-main .pagination .pagination-nav .prev,
        .template-blog .blog-layout .col-main .pagination .pagination-nav .next {
          font-weight: 600;
          background-color: #eaf6ff;
          color: #3085c3; }
          .template-blog .blog-layout .col-main .pagination .pagination-nav .prev:hover,
          .template-blog .blog-layout .col-main .pagination .pagination-nav .next:hover {
            background-color: #d0ecff;
            color: #1868a1; }
  .template-blog .blog-layout .col-sidebar {
    flex: 0 0 30%;
    max-width: 30%; }
    @media (max-width: 991px) {
      .template-blog .blog-layout .col-sidebar {
        max-width: 100%; } }
    .template-blog .blog-layout .col-sidebar .sidebar-highlight {
      background-color: #fff0f5;
      padding: 24px;
      border-radius: 16px;
      box-shadow: 0 4px 12px rgba(255, 182, 193, 0.2); }
      .template-blog .blog-layout .col-sidebar .sidebar-highlight .sidebar-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #f47c7c;
        text-align: center;
        position: relative; }
        .template-blog .blog-layout .col-sidebar .sidebar-highlight .sidebar-title::after {
          content: "";
          display: block;
          width: 40px;
          height: 3px;
          background: #fdb5c9;
          margin: 10px auto 0;
          border-radius: 4px; }
      .template-blog .blog-layout .col-sidebar .sidebar-highlight .recommended-posts {
        list-style: none;
        padding: 0;
        margin: 0; }
        .template-blog .blog-layout .col-sidebar .sidebar-highlight .recommended-posts li {
          margin-bottom: 12px; }
          .template-blog .blog-layout .col-sidebar .sidebar-highlight .recommended-posts li a {
            display: block;
            padding: 10px 15px;
            background-color: #ffeef2;
            color: #d65a7b;
            text-decoration: none;
            border-radius: 12px;
            transition: all 0.2s ease;
            font-size: 15px;
            font-weight: 500; }
            .template-blog .blog-layout .col-sidebar .sidebar-highlight .recommended-posts li a:hover {
              background-color: #ffdce5;
              transform: translateX(4px); }

.article-wrapper {
  padding: 40px 0;
  background-color: #fff9f9; }
  .article-wrapper .article-container {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(255, 195, 206, 0.15);
    padding: 30px; }
    .article-wrapper .article-container .article-header {
      text-align: center;
      margin-bottom: 30px; }
      .article-wrapper .article-container .article-header .article-title {
        font-size: 30px;
        font-weight: 700;
        color: #f47c7c;
        margin-bottom: 10px; }
      .article-wrapper .article-container .article-header .article-meta {
        font-size: 14px;
        color: #aaa; }
        .article-wrapper .article-container .article-header .article-meta .article-author {
          color: #999; }
    .article-wrapper .article-container .article-image {
      margin-bottom: 30px;
      border-radius: 12px;
      overflow: hidden; }
      .article-wrapper .article-container .article-image img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 12px; }
    .article-wrapper .article-container .article-content {
      font-size: 16px;
      line-height: 1.8;
      color: #444; }
      .article-wrapper .article-container .article-content h2, .article-wrapper .article-container .article-content h3, .article-wrapper .article-container .article-content h4 {
        color: #222;
        margin-top: 2em;
        margin-bottom: 0.6em; }
      .article-wrapper .article-container .article-content p {
        margin-bottom: 1em; }
      .article-wrapper .article-container .article-content a {
        color: #f47c7c;
        text-decoration: underline; }
        .article-wrapper .article-container .article-content a:hover {
          color: #d94f5c; }
      .article-wrapper .article-container .article-content img {
        max-width: 100%;
        height: auto;
        border-radius: 8px; }
    .article-wrapper .article-container .article-tags {
      margin-top: 30px; }
      .article-wrapper .article-container .article-tags .tag {
        display: inline-block;
        margin: 0 6px 10px 0;
        padding: 6px 12px;
        font-size: 14px;
        background-color: #ffe9ec;
        color: #d65a7b;
        border-radius: 20px;
        text-decoration: none;
        transition: 0.2s; }
        .article-wrapper .article-container .article-tags .tag:hover {
          background-color: #ffcdd6; }
    .article-wrapper .article-container .article-back {
      text-align: center;
      margin-top: 40px; }
      .article-wrapper .article-container .article-back .back-link {
        display: inline-block;
        padding: 10px 20px;
        background: #fff0f3;
        color: #f47c7c;
        font-weight: 600;
        border-radius: 8px;
        text-decoration: none;
        transition: all 0.2s; }
        .article-wrapper .article-container .article-back .back-link:hover {
          background: #ffd9e2; }
  @media (max-width: 768px) {
    .article-wrapper .article-container {
      padding: 20px; }
      .article-wrapper .article-container .article-title {
        font-size: 24px; }
      .article-wrapper .article-container .article-content {
        font-size: 15px; } }
  .article-wrapper .article-comments {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #f3d6dc;
    color: #444; }
    .article-wrapper .article-comments .comments-title,
    .article-wrapper .article-comments .comments-list-title {
      text-align: center;
      margin-bottom: 30px; }
      .article-wrapper .article-comments .comments-title h2,
      .article-wrapper .article-comments .comments-list-title h2 {
        font-size: 26px;
        font-weight: 700;
        color: #f47c7c; }
        .article-wrapper .article-comments .comments-title h2 a,
        .article-wrapper .article-comments .comments-list-title h2 a {
          color: inherit;
          text-decoration: none;
          cursor: pointer;
          border-bottom: 2px solid transparent;
          transition: border-color 0.3s ease; }
          .article-wrapper .article-comments .comments-title h2 a:hover, .article-wrapper .article-comments .comments-title h2 a:focus,
          .article-wrapper .article-comments .comments-list-title h2 a:hover,
          .article-wrapper .article-comments .comments-list-title h2 a:focus {
            border-color: #f47c7c; }
    .article-wrapper .article-comments .comment-form-wrapper {
      max-width: 700px;
      margin: 0 auto 40px auto;
      background: #fff0f3;
      padding: 25px 30px;
      border-radius: 15px;
      box-shadow: 0 5px 15px rgba(244, 124, 124, 0.2); }
      .article-wrapper .article-comments .comment-form-wrapper .form-message {
        text-align: center;
        margin-bottom: 15px;
        font-weight: 600;
        border-radius: 8px;
        padding: 10px; }
        .article-wrapper .article-comments .comment-form-wrapper .form-message.success {
          color: #2a7a2a;
          background-color: #d2f4d2;
          border: 1px solid #3dad3a; }
        .article-wrapper .article-comments .comment-form-wrapper .form-message.error {
          color: #a94442;
          background-color: #f8d7da;
          border: 1px solid #f5c6cb; }
      .article-wrapper .article-comments .comment-form-wrapper .form-row {
        display: flex;
        gap: 20px;
        margin-bottom: 20px; }
        .article-wrapper .article-comments .comment-form-wrapper .form-row input {
          flex: 1;
          padding: 12px 15px;
          border-radius: 10px;
          border: 1px solid #f4c2c9;
          font-size: 15px;
          color: #555; }
          .article-wrapper .article-comments .comment-form-wrapper .form-row input:focus {
            border-color: #f47c7c;
            outline: none;
            box-shadow: 0 0 8px #fdb5c9; }
      .article-wrapper .article-comments .comment-form-wrapper textarea {
        width: 100%;
        padding: 14px 15px;
        border-radius: 10px;
        border: 1px solid #f4c2c9;
        font-size: 15px;
        resize: vertical;
        color: #555;
        margin-bottom: 20px; }
        .article-wrapper .article-comments .comment-form-wrapper textarea:focus {
          border-color: #f47c7c;
          outline: none;
          box-shadow: 0 0 8px #fdb5c9; }
      .article-wrapper .article-comments .comment-form-wrapper .captcha-notice {
        font-size: 12px;
        color: #999;
        margin-bottom: 15px; }
        .article-wrapper .article-comments .comment-form-wrapper .captcha-notice a {
          color: #f47c7c;
          text-decoration: underline; }
          .article-wrapper .article-comments .comment-form-wrapper .captcha-notice a:hover {
            color: #d94f5c; }
      .article-wrapper .article-comments .comment-form-wrapper .moderation-notice {
        font-size: 13px;
        color: #d94f5c;
        font-weight: 600;
        margin-bottom: 15px;
        text-align: center; }
      .article-wrapper .article-comments .comment-form-wrapper .btn-submit {
        display: block;
        width: 100%;
        padding: 14px 0;
        background-color: #f47c7c;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        border: none;
        border-radius: 25px;
        cursor: pointer;
        transition: background-color 0.3s ease; }
        .article-wrapper .article-comments .comment-form-wrapper .btn-submit:hover, .article-wrapper .article-comments .comment-form-wrapper .btn-submit:focus {
          background-color: #d94f5c; }
    .article-wrapper .article-comments #comments-list {
      max-width: 700px;
      margin: 0 auto; }
      .article-wrapper .article-comments #comments-list .comment-item {
        background: #fff0f3;
        padding: 18px 25px;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(244, 124, 124, 0.15);
        margin-bottom: 20px; }
        .article-wrapper .article-comments #comments-list .comment-item header {
          display: flex;
          justify-content: space-between;
          margin-bottom: 10px; }
          .article-wrapper .article-comments #comments-list .comment-item header .comment-author {
            font-weight: 700;
            color: #d65a7b;
            font-size: 16px; }
          .article-wrapper .article-comments #comments-list .comment-item header time {
            font-size: 13px;
            color: #999; }
        .article-wrapper .article-comments #comments-list .comment-item .comment-content {
          font-size: 15px;
          line-height: 1.6;
          color: #555;
          white-space: pre-line; }
    @media (max-width: 768px) {
      .article-wrapper .article-comments .comment-form-wrapper,
      .article-wrapper .article-comments #comments-list {
        padding: 0 15px;
        width: 100%; }
      .article-wrapper .article-comments .comment-form-wrapper .form-row {
        flex-direction: column; }
        .article-wrapper .article-comments .comment-form-wrapper .form-row input {
          width: 100%; } }

#quickview-template {
  padding: 20px;
  width: 100%;
  max-width: 1000px; }
  @media (max-width: 991px) {
    #quickview-template {
      padding: 0; } }
  #quickview-template .fancybox-button.fancybox-close-small {
    background: #fff;
    border: 1px solid #dddddd;
    right: 5px;
    top: 5px;
    padding: 5px;
    width: 40px;
    height: 40px; }
  #quickview-template .wrap-content {
    display: flex;
    /*gap: 60px;*/ }
    @media (max-width: 991px) {
      #quickview-template .wrap-content {
        flex-direction: column; } }
    #quickview-template .wrap-content .gallery-column {
      width: 50%;
      padding-right: 30px; }
      @media (max-width: 991px) {
        #quickview-template .wrap-content .gallery-column {
          padding-right: 0;
          width: 100%; } }
      #quickview-template .wrap-content .gallery-column .slider-large .swiper-slide .box-image {
        position: relative;
        display: block;
        padding-bottom: calc(100% * 2048 / 1365);
        background: #c8c8c8; }
        #quickview-template .wrap-content .gallery-column .slider-large .swiper-slide .box-image img {
          position: absolute;
          left: 0;
          top: 0;
          aspect-ratio: 1365 / 2048;
          width: 100%;
          height: 100%; }
    #quickview-template .wrap-content .info-column {
      width: 50%; }
      @media (max-width: 991px) {
        #quickview-template .wrap-content .info-column {
          width: 100%;
          margin: 20px 0 0 0;
          padding: 0 15px 35px 15px; } }
      #quickview-template .wrap-content .info-column h2 {
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        margin: 0 0 15px 0;
        padding-right: 30px; }
        @media (max-width: 991px) {
          #quickview-template .wrap-content .info-column h2 {
            padding-right: 0; } }
      #quickview-template .wrap-content .info-column .group-ability {
        display: flex;
        align-items: center;
        gap: 20px;
        margin: 0 0 10px 0; }
        @media (max-width: 991px) {
          #quickview-template .wrap-content .info-column .group-ability {
            flex-wrap: wrap;
            gap: 10px; } }
        #quickview-template .wrap-content .info-column .group-ability .item-ability {
          position: relative; }
          @media (max-width: 991px) {
            #quickview-template .wrap-content .info-column .group-ability .item-ability {
              width: 100%; } }
          #quickview-template .wrap-content .info-column .group-ability .item-ability:not(:first-child):before {
            width: 1px;
            background-color: rgba(0, 0, 0, 0.125);
            content: "";
            position: absolute;
            top: 0px;
            left: -10px;
            bottom: 0px; }
            @media (max-width: 991px) {
              #quickview-template .wrap-content .info-column .group-ability .item-ability:not(:first-child):before {
                display: none; } }
          #quickview-template .wrap-content .info-column .group-ability .item-ability .hrv-crv-star-container {
            display: flex;
            gap: 8px; }
            #quickview-template .wrap-content .info-column .group-ability .item-ability .hrv-crv-star-container .hrv-crv-star-groups svg {
              width: 16px; }
            #quickview-template .wrap-content .info-column .group-ability .item-ability .hrv-crv-star-container .hrv-crv-star-total.crv-detail {
              color: #000000;
              font-size: 12px; }
      #quickview-template .wrap-content .info-column .price-detail {
        display: flex;
        align-items: center;
        gap: 20px;
        margin: 0 0 10px 0; }
        #quickview-template .wrap-content .info-column .price-detail.hasSale span {
          color: #f68620; }
        #quickview-template .wrap-content .info-column .price-detail span {
          font-size: 22px;
          line-height: 35px;
          font-weight: 700; }
        #quickview-template .wrap-content .info-column .price-detail del {
          color: #d3d7d3;
          font-size: 16px;
          line-height: 25px; }
        #quickview-template .wrap-content .info-column .price-detail label {
          height: 20px;
          width: 30px;
          position: relative;
          margin-left: 16px;
          border-radius: 4px;
          display: flex;
          -webkit-box-align: center;
          align-items: center;
          font-weight: bold;
          background-color: #f26522;
          color: white;
          font-size: 11px;
          text-align: center; }
          #quickview-template .wrap-content .info-column .price-detail label::before {
            left: -18px;
            border-style: solid;
            border-top-color: transparent;
            border-bottom-color: transparent;
            border-left-color: transparent;
            border-image: initial;
            content: "";
            height: 0px;
            width: 0px;
            position: absolute;
            border-width: 10px;
            border-right-color: #f26522; }
      #quickview-template .wrap-content .info-column .swatch-detail {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin: 0 0 20px 0; }
        #quickview-template .wrap-content .info-column .swatch-detail .item-option .head-option {
          font-size: 16px;
          margin: 0 0 10px 0; }
        #quickview-template .wrap-content .info-column .swatch-detail .item-option .list-option {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          gap: 10px; }
        #quickview-template .wrap-content .info-column .swatch-detail .item-option.normal-item .item-variant input {
          display: none; }
          #quickview-template .wrap-content .info-column .swatch-detail .item-option.normal-item .item-variant input:checked ~ label {
            box-shadow: 0 0 0 1.5px #000000; }
        #quickview-template .wrap-content .info-column .swatch-detail .item-option.normal-item .item-variant.sold_out {
          opacity: 0.5; }
          #quickview-template .wrap-content .info-column .swatch-detail .item-option.normal-item .item-variant.sold_out label:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: url(https://file.hstatic.net/1000290074/file/cancel.png);
            background-size: 100%;
            background-position: center; }
        #quickview-template .wrap-content .info-column .swatch-detail .item-option.normal-item .item-variant label {
          display: flex;
          align-items: center;
          min-width: 44px;
          padding: 0 10px;
          height: 44px;
          position: relative;
          overflow: hidden;
          box-shadow: 0 0 0px 1px #ababab;
          border-radius: 12px;
          cursor: pointer;
          justify-content: center;
          font-size: 14px; }
        #quickview-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant .in-color {
          position: relative;
          overflow: hidden;
          width: 36px;
          height: 36px;
          border-radius: 100%; }
          #quickview-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant .in-color img {
            transform: translateY(50px) scale(6.2); }
        #quickview-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant input {
          display: none; }
          #quickview-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant input:checked ~ label {
            box-shadow: 0 0 0 1.5px #000000; }
        #quickview-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant.sold_out {
          opacity: 0.5;
          /*pointer-events: none;*/
          /*cursor: none;*/ }
        #quickview-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant label {
          display: flex;
          width: 44px;
          height: 44px;
          position: relative;
          box-shadow: 0 0 0px 1px #ababab;
          padding: 4px;
          border-radius: 100%;
          cursor: pointer; }
          #quickview-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant label:hover .tooltip-color {
            opacity: 1;
            visibility: visible;
            pointer-events: all; }
          #quickview-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant label img {
            border-radius: 100%;
            width: 36px;
            height: 36px; }
          #quickview-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant label .label-color {
            border-radius: 100%;
            width: 36px;
            height: 36px; }
          #quickview-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant label .tooltip-color {
            position: absolute;
            z-index: 1;
            top: -47px;
            left: 50%;
            transition: all 0.25s ease-in-out 0s;
            -moz-transition: all 0.25s ease-in-out 0s;
            -o-transition: all 0.25s ease-in-out 0s;
            -webkit-transition: all 0.25s ease-in-out 0s;
            -ms-transition: all 0.25s ease-in-out 0s;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            filter: drop-shadow(0px 0px 10px rgba(46, 46, 46, 0.4));
            background: #2E2E2E;
            color: white;
            padding: 10px 12px;
            border-radius: 4px;
            min-width: max-content;
            font-size: 12px;
            text-align: center; }
            #quickview-template .wrap-content .info-column .swatch-detail .item-option.item-option-color .item-variant label .tooltip-color:before {
              width: 0px;
              height: 0px;
              border-top: 10px solid transparent;
              border-bottom: 10px solid transparent;
              border-left: 10px solid #2e2e2e;
              content: "";
              position: absolute;
              left: 0;
              bottom: -10px; }
      #quickview-template .wrap-content .info-column .promotion-group {
        border: 1px solid #ffd6b1;
        border-radius: 4px;
        margin: 0 0 20px 0; }
        #quickview-template .wrap-content .info-column .promotion-group .head-pro {
          background: #ffd6b1;
          padding: 10px;
          border-radius: 4px 4px 0 0;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          #quickview-template .wrap-content .info-column .promotion-group .head-pro.active ~ .content-pro {
            display: flex; }
          #quickview-template .wrap-content .info-column .promotion-group .head-pro.active svg {
            transform: rotate(180deg); }
          #quickview-template .wrap-content .info-column .promotion-group .head-pro svg {
            width: 20px;
            height: 20px; }
        #quickview-template .wrap-content .info-column .promotion-group .content-pro {
          padding: 20px 10px;
          display: none;
          flex-direction: column;
          gap: 15px; }
          #quickview-template .wrap-content .info-column .promotion-group .content-pro.active {
            display: flex; }
          #quickview-template .wrap-content .info-column .promotion-group .content-pro .item-pro {
            padding: 0 0 0 28px;
            background: url(https://file.hstatic.net/1000290074/file/checked.png);
            background-size: 20px;
            background-repeat: no-repeat; }
            #quickview-template .wrap-content .info-column .promotion-group .content-pro .item-pro a {
              color: #f26522;
              text-decoration: underline; }
      #quickview-template .wrap-content .info-column .group-action {
        display: flex;
        gap: 12px;
        flex-wrap: wrap; }
        #quickview-template .wrap-content .info-column .group-action .quantity-wrap {
          border: 2px solid #efefef;
          height: 50px;
          border-radius: 38px;
          display: flex;
          align-items: center;
          justify-content: center; }
          #quickview-template .wrap-content .info-column .group-action .quantity-wrap button {
            background: #fff; }
            #quickview-template .wrap-content .info-column .group-action .quantity-wrap button.btn-minus {
              width: 40px;
              height: 46px;
              border-radius: 38px 0px 0px 38px;
              border: none; }
            #quickview-template .wrap-content .info-column .group-action .quantity-wrap button.btn-plus {
              width: 40px;
              height: 46px;
              border-radius: 0 38px 38px 0;
              border: none; }
            #quickview-template .wrap-content .info-column .group-action .quantity-wrap button svg {
              width: 20px;
              height: 20px; }
          #quickview-template .wrap-content .info-column .group-action .quantity-wrap input {
            width: 40px;
            height: 46px;
            font-weight: 700;
            font-size: 18px;
            line-height: 26px;
            border: none;
            color: #000;
            text-align: center; }
        #quickview-template .wrap-content .info-column .group-action .action-buy {
          display: flex;
          gap: 8px;
          width: 100%;
          justify-content: space-between; }
          #quickview-template .wrap-content .info-column .group-action .action-buy button {
            height: 50px;
            border-radius: 40px;
            background: #FEA13F;
            border: 1px solid #FEA13F;
            outline: none;
            box-shadow: none;
            padding: 14px 20px;
            color: #fff;
            font-size: 16px;
            line-height: 25px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            position: relative;
            overflow: hidden; }
            @media (max-width: 991px) {
              #quickview-template .wrap-content .info-column .group-action .action-buy button {
                padding: 14px 10px; } }
            #quickview-template .wrap-content .info-column .group-action .action-buy button .loading-spinner {
              display: none;
              width: 16px;
              height: 16px;
              border: 2px solid #fff;
              border-top: 2px solid #000;
              border-radius: 50%;
              animation: spin 0.8s linear infinite;
              position: absolute;
              right: 20px; }
            #quickview-template .wrap-content .info-column .group-action .action-buy button.added {
              cursor: none;
              pointer-events: none; }
              #quickview-template .wrap-content .info-column .group-action .action-buy button.added .loading-spinner {
                display: inline-block; }
            #quickview-template .wrap-content .info-column .group-action .action-buy button.addtocart-detail-qv {
              background: #FEA13F;
              flex: 2; }
              #quickview-template .wrap-content .info-column .group-action .action-buy button.addtocart-detail-qv svg {
                display: none; }
            #quickview-template .wrap-content .info-column .group-action .action-buy button.buynow-detail-qv {
              flex: 1;
              background: #ffffff;
              color: #FEA13F; }
            #quickview-template .wrap-content .info-column .group-action .action-buy button.btn-wishlist-qv {
              width: 50px;
              padding: 0;
              background: #f6f6f6;
              border-color: #f6f6f6; }
              #quickview-template .wrap-content .info-column .group-action .action-buy button.btn-wishlist-qv svg path {
                fill: #000; }
              #quickview-template .wrap-content .info-column .group-action .action-buy button.btn-wishlist-qv.in-wishlist {
                background: #FEA13F; }
                #quickview-template .wrap-content .info-column .group-action .action-buy button.btn-wishlist-qv.in-wishlist svg path {
                  fill: #FFFFFF; }
            #quickview-template .wrap-content .info-column .group-action .action-buy button.disabled {
              cursor: none;
              pointer-events: none;
              background: gray;
              border-color: gray; }
            #quickview-template .wrap-content .info-column .group-action .action-buy button svg {
              width: 20px;
              height: 20px; }
              #quickview-template .wrap-content .info-column .group-action .action-buy button svg path {
                fill: #fff; }

.search-page-wrapper {
  padding: 40px 0; }
  .search-page-wrapper .search-header {
    text-align: center;
    margin-bottom: 30px; }
    .search-page-wrapper .search-header h1 {
      font-size: 28px;
      font-weight: 700;
      color: #222; }
  .search-page-wrapper .search-message {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03); }
    .search-page-wrapper .search-message h2 {
      font-size: 20px;
      font-weight: 600;
      color: #c00;
      margin-bottom: 10px; }
    .search-page-wrapper .search-message .search-subtext,
    .search-page-wrapper .search-message p {
      font-size: 15px;
      color: #555;
      margin-bottom: 20px; }
      .search-page-wrapper .search-message .search-subtext strong,
      .search-page-wrapper .search-message p strong {
        color: #333; }
  .search-page-wrapper .search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: 0 auto; }
    .search-page-wrapper .search-form .form-group {
      display: flex;
      width: 100%;
      position: relative; }
    .search-page-wrapper .search-form .form-control {
      flex: 1;
      padding: 12px 15px;
      font-size: 15px;
      border: 1px solid #ccc;
      border-radius: 8px 0 0 8px;
      outline: none;
      transition: border-color 0.3s;
      box-shadow: none; }
      .search-page-wrapper .search-form .form-control:focus {
        border-color: #007bff; }
    .search-page-wrapper .search-form .btn-search {
      background-color: #f26522;
      color: #fff;
      border: none;
      padding: 0 20px;
      font-size: 16px;
      border-radius: 0 8px 8px 0;
      cursor: pointer;
      transition: background-color 0.3s; }
      .search-page-wrapper .search-form .btn-search svg {
        pointer-events: none;
        width: 30px;
        height: 30px; }
        .search-page-wrapper .search-form .btn-search svg path {
          fill: #ffffff; }
      .search-page-wrapper .search-form .btn-search:hover {
        background-color: #b84a16; }

.section-policy-homepage {
  margin: 50px 0; }
  @media (max-width: 991px) {
    .section-policy-homepage {
      margin: 30px 0; } }
  .section-policy-homepage .wrap-policy {
    margin: auto;
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-between;
    gap: 15px;
    overflow: auto; }
    @media (max-width: 991px) {
      .section-policy-homepage .wrap-policy {
        flex-wrap: wrap;
        row-gap: 20px; } }
    .section-policy-homepage .wrap-policy .policies-item {
      font-size: 14px;
      flex: 0 0 calc(25% - 15px);
      padding: 10px;
      display: grid;
      grid-template-columns: 40px 1fr;
      grid-gap: 15px; }
      @media (max-width: 991px) {
        .section-policy-homepage .wrap-policy .policies-item {
          grid-template-columns: 1fr;
          grid-gap: 10px;
          text-align: center;
          padding: 0;
          flex-basis: 47%; } }
      .section-policy-homepage .wrap-policy .policies-item .policies-title {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 5px; }
        @media (max-width: 991px) {
          .section-policy-homepage .wrap-policy .policies-item .policies-title {
            font-size: 14px;
            line-height: 1.2;
            margin-bottom: 0; } }
      .section-policy-homepage .wrap-policy .policies-item .policies-desc {
        opacity: 0.75; }
        @media (max-width: 991px) {
          .section-policy-homepage .wrap-policy .policies-item .policies-desc {
            font-size: 12px; } }

.blog-homepage .swiper-blog-homepage {
  position: relative;
  overflow: hidden; }
  .blog-homepage .swiper-blog-homepage .article-loop .box-img {
    max-height: 215px;
    overflow: hidden; }
  .blog-homepage .swiper-blog-homepage .article-loop .box-info h4 {
    margin: 10px 0;
    font-size: 18px; }
    @media (max-width: 991px) {
      .blog-homepage .swiper-blog-homepage .article-loop .box-info h4 {
        font-size: 16px; } }
  .blog-homepage .swiper-blog-homepage .article-loop .box-info .view-more a {
    border: 1px solid black;
    border-radius: 4px;
    padding: 8px 16px;
    font-weight: bold;
    display: inline-block;
    transition: 0.3s all; }
    .blog-homepage .swiper-blog-homepage .article-loop .box-info .view-more a:hover {
      background: #f26522;
      color: #ffffff;
      border-color: #f26522; }

.brand-homepage {
  padding: 50px 0; }
  .brand-homepage .head-brand {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 20px 0; }
  .brand-homepage .swiper-brand-homepage {
    position: relative;
    overflow: hidden; }
  .brand-homepage .box-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px; }

.two-banner-homepage {
  margin: 50px 0; }
  .two-banner-homepage .wrap-two-banner {
    display: flex;
    gap: 15px; }
    @media (max-width: 991px) {
      .two-banner-homepage .wrap-two-banner {
        flex-direction: column; } }
    .two-banner-homepage .wrap-two-banner .item-banner {
      position: relative;
      overflow: hidden;
      border-radius: 12px; }
      .two-banner-homepage .wrap-two-banner .item-banner img {
        transition: 0.6s all; }
      .two-banner-homepage .wrap-two-banner .item-banner:hover img {
        transform: scale(1.2); }
      .two-banner-homepage .wrap-two-banner .item-banner .over-text {
        display: none;
        flex-flow: column;
        height: 100%;
        justify-content: flex-end;
        left: 2.5rem;
        position: absolute;
        top: -10%; }
        .two-banner-homepage .wrap-two-banner .item-banner .over-text h4 {
          font-size: 36px;
          line-height: 40px;
          color: #ffffff;
          margin: 0; }
          @media (max-width: 991px) {
            .two-banner-homepage .wrap-two-banner .item-banner .over-text h4 {
              font-size: 26px;
              line-height: 30px; } }
        .two-banner-homepage .wrap-two-banner .item-banner .over-text h5 {
          color: #ffffff;
          font-size: 14px;
          font-weight: 500;
          margin: 15px 0; }
        .two-banner-homepage .wrap-two-banner .item-banner .over-text a {
          font-size: 16px;
          line-height: 24px;
          background: #ffffff;
          padding-bottom: 1rem;
          padding-top: 1rem;
          display: inline-block;
          border-radius: 40px;
          max-width: 220px;
          text-align: center;
          text-transform: uppercase;
          font-weight: 500; }
          @media (max-width: 991px) {
            .two-banner-homepage .wrap-two-banner .item-banner .over-text a {
              padding-bottom: 0.6rem;
              padding-top: 0.6rem;
              max-width: 160px; } }

.section-banner-full.section-banner-full-margin {
  margin: 50px 0 0 0; }
  @media (max-width: 991px) {
    .section-banner-full.section-banner-full-margin {
      margin: 30px 0 0 0; } }

.video-homepage {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }
  .video-homepage::before {
    content: "";
    display: block;
    padding-bottom: 56.25%; }
  .video-homepage iframe, .video-homepage video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

.wrap-description.more-content {
  max-height: 300px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.4s ease; }
  .wrap-description.more-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    pointer-events: none;
    transition: opacity 0.3s ease; }
  .wrap-description.more-content.expanded {
    max-height: none; }
    .wrap-description.more-content.expanded::after {
      opacity: 0; }

.toggle-description-btn {
  display: block;
  margin: 12px auto;
  padding: 10px 18px;
  background-color: #f26522;
  color: white;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease; }
  .toggle-description-btn:hover {
    background-color: #f26522; }

.page-about-us .section-intro {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 100px 0; }
  @media (max-width: 991px) {
    .page-about-us .section-intro {
      padding: 30px 0 0 0; } }
  .page-about-us .section-intro .wrap-intro {
    display: flex;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .page-about-us .section-intro .wrap-intro {
        flex-direction: column; } }
  .page-about-us .section-intro .left-intro {
    width: 50%;
    padding: 0 60px;
    max-width: 650px; }
    @media (max-width: 991px) {
      .page-about-us .section-intro .left-intro {
        width: 100%;
        padding: 0;
        max-width: 100%; } }
    .page-about-us .section-intro .left-intro h2 {
      font-weight: 700;
      font-size: 30px;
      line-height: 40px;
      color: #F9A040;
      margin: 0 0 30px 0; }
    .page-about-us .section-intro .left-intro p {
      font-size: 16px;
      line-height: 30px;
      text-align: justify;
      margin: 0 0 30px 0; }
  .page-about-us .section-intro .right-intro {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 1;
    width: 50%;
    bottom: 0;
    display: flex;
    align-items: end;
    justify-content: end; }
    @media (max-width: 991px) {
      .page-about-us .section-intro .right-intro {
        position: relative;
        width: auto;
        margin-right: -15px; } }

.page-about-us .section-three-icon {
  padding: 100px 0;
  background: #FCF9F2; }
  @media (max-width: 991px) {
    .page-about-us .section-three-icon {
      padding: 30px 0; } }
  .page-about-us .section-three-icon .wrap-icon {
    display: flex;
    justify-content: space-between;
    gap: 30px; }
    @media (max-width: 991px) {
      .page-about-us .section-three-icon .wrap-icon {
        flex-direction: column; } }
    .page-about-us .section-three-icon .wrap-icon .item-icon {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 30%; }
      @media (max-width: 991px) {
        .page-about-us .section-three-icon .wrap-icon .item-icon {
          width: 100%; } }
      .page-about-us .section-three-icon .wrap-icon .item-icon img {
        height: 135px; }
      .page-about-us .section-three-icon .wrap-icon .item-icon h4 {
        font-weight: 700;
        font-size: 32px;
        text-align: center;
        margin: 20px 0;
        color: #F9A040; }
      .page-about-us .section-three-icon .wrap-icon .item-icon p {
        color: #F9A040;
        font-size: 16px;
        text-align: center;
        line-height: 1.6; }

.page-about-us .section-partner h4 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #F9A040;
  margin: 0;
  padding: 30px 0; }
  @media (max-width: 991px) {
    .page-about-us .section-partner h4 {
      font-size: 20px; } }

.page-about-us .section-partner .wrap-partner {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 991px) {
    .page-about-us .section-partner .wrap-partner {
      grid-template-columns: repeat(1, 1fr); } }
  .page-about-us .section-partner .wrap-partner .item-partner {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF8A80; }
    @media (max-width: 991px) {
      .page-about-us .section-partner .wrap-partner .item-partner {
        aspect-ratio: initial;
        padding: 40px 0; } }
    .page-about-us .section-partner .wrap-partner .item-partner:nth-child(2) {
      background-color: #4DA6FF; }
    .page-about-us .section-partner .wrap-partner .item-partner:nth-child(3) {
      background-color: #FFB74D; }
    .page-about-us .section-partner .wrap-partner .item-partner a {
      width: 100%;
      height: 100%;
      display: block;
      position: relative; }
    .page-about-us .section-partner .wrap-partner .item-partner .flip-container {
      perspective: 1000px;
      width: 100%;
      height: 100%;
      position: relative; }
    .page-about-us .section-partner .wrap-partner .item-partner .flipper {
      position: relative;
      width: 100%;
      height: 100%;
      transition: transform 0.6s;
      transform-style: preserve-3d; }
    .page-about-us .section-partner .wrap-partner .item-partner .flip-container:hover .flipper {
      transform: rotateY(180deg); }
    .page-about-us .section-partner .wrap-partner .item-partner img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      backface-visibility: hidden; }
    .page-about-us .section-partner .wrap-partner .item-partner .front {
      z-index: 2;
      transform: translate(-50%, -50%) rotateY(0deg);
      max-width: 80%;
      max-height: 80%; }
    .page-about-us .section-partner .wrap-partner .item-partner .back {
      transform: translate(-50%, -50%) rotateY(180deg);
      width: 100%;
      height: 100%; }

.page-about-us .section-detail-company {
  padding: 100px 0; }
  @media (max-width: 991px) {
    .page-about-us .section-detail-company {
      padding: 30px 0; } }
  .page-about-us .section-detail-company .wrap-info {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    padding: 20px; }
    .page-about-us .section-detail-company .wrap-info .item-icon {
      flex: 1 1 calc(50% - 12px);
      border-radius: 12px;
      padding: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
      @media (max-width: 991px) {
        .page-about-us .section-detail-company .wrap-info .item-icon {
          flex: 0 0 100%; } }
      .page-about-us .section-detail-company .wrap-info .item-icon img {
        width: 265px;
        margin-bottom: 16px; }
      .page-about-us .section-detail-company .wrap-info .item-icon h4 {
        font-weight: 700;
        font-size: 32px;
        text-align: center;
        color: #F9A040;
        margin: 15px 0; }
        .page-about-us .section-detail-company .wrap-info .item-icon h4 span {
          display: block; }
      .page-about-us .section-detail-company .wrap-info .item-icon p {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
        max-width: 350px;
        margin: 0; }

.page-about-us .section-thankyou {
  background: #F9A040;
  padding: 100px 0; }
  @media (max-width: 991px) {
    .page-about-us .section-thankyou {
      padding: 30px 0; } }
  .page-about-us .section-thankyou .wrap-thankyou {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .page-about-us .section-thankyou .wrap-thankyou .wrap-content {
      font-weight: 300;
      font-size: 16px;
      text-align: center;
      color: #fff;
      line-height: 1.6; }
    .page-about-us .section-thankyou .wrap-thankyou .info-content {
      display: flex;
      flex-direction: column;
      gap: 10px;
      align-items: center; }
      .page-about-us .section-thankyou .wrap-thankyou .info-content .name-info {
        font-weight: 700;
        font-size: 24px;
        text-align: center;
        color: #fff; }
      .page-about-us .section-thankyou .wrap-thankyou .info-content .job-info {
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        color: #fff; }

#account-buyer-form {
  width: 100%;
  max-width: 560px;
  padding: 0;
  border-radius: 16px;
  overflow: visible; }
  #account-buyer-form .error-status {
    color: red;
    margin: 0 0 10px 0; }
  #account-buyer-form .success-status {
    color: green;
    margin: 0 0 10px 0; }
  #account-buyer-form .fancybox-button.fancybox-close-small {
    align-items: center;
    background-color: #000;
    border: 1.125px solid #fff;
    border-radius: 100vmax;
    box-shadow: 0 4.5px 5px rgba(0, 0, 0, 0.251);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1.5rem;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: -25px;
    top: -25px;
    width: 50px;
    opacity: 1; }
  #account-buyer-form .auth-banner img {
    width: 100%;
    border-radius: 16px 16px 0 0; }
  #account-buyer-form .fancybox-auth-modal {
    padding: 20px 2rem 2rem 2rem; }
    #account-buyer-form .fancybox-auth-modal .auth-forms .social-login {
      display: flex;
      gap: 10px;
      align-items: center;
      justify-content: start;
      margin-bottom: 16px;
      font-weight: 500; }
      #account-buyer-form .fancybox-auth-modal .auth-forms .social-login button {
        align-items: center;
        box-sizing: border-box;
        cursor: pointer;
        display: flex;
        height: 50px;
        justify-content: center;
        text-align: center;
        width: 50px;
        border: 1px solid gray;
        background: #fff;
        border-radius: 14px;
        padding: 5px; }
        #account-buyer-form .fancybox-auth-modal .auth-forms .social-login button svg {
          height: 30px; }
    #account-buyer-form .fancybox-auth-modal .auth-forms .auth-form {
      display: none; }
      #account-buyer-form .fancybox-auth-modal .auth-forms .auth-form.active {
        display: block; }
      #account-buyer-form .fancybox-auth-modal .auth-forms .auth-form .auth-title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center; }
      #account-buyer-form .fancybox-auth-modal .auth-forms .auth-form .auth-title-sub {
        margin: 0 0 16px 0; }
      #account-buyer-form .fancybox-auth-modal .auth-forms .auth-form .wrap-form-group {
        display: flex;
        gap: 16px; }
      #account-buyer-form .fancybox-auth-modal .auth-forms .auth-form .form-group {
        position: relative;
        margin-bottom: 16px;
        width: 100%; }
        #account-buyer-form .fancybox-auth-modal .auth-forms .auth-form .form-group .text-error {
          display: none;
          color: red;
          font-size: 12px; }
        #account-buyer-form .fancybox-auth-modal .auth-forms .auth-form .form-group.error input {
          border-color: red; }
        #account-buyer-form .fancybox-auth-modal .auth-forms .auth-form .form-group.error .text-error {
          display: block;
          margin: 5px 0px 0; }
        #account-buyer-form .fancybox-auth-modal .auth-forms .auth-form .form-group input {
          width: 100%;
          padding: 10px 14px;
          border: 1px solid #ccc;
          font-size: 14px;
          height: 50px;
          border-radius: 40px; }
        #account-buyer-form .fancybox-auth-modal .auth-forms .auth-form .form-group .eyes-password {
          position: absolute;
          right: 12px;
          top: 13px;
          cursor: pointer;
          font-size: 14px; }
      #account-buyer-form .fancybox-auth-modal .auth-forms .auth-form .btn-submit {
        width: 100%;
        background: #f68620;
        color: #fff;
        padding: 12px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        border-radius: 40px;
        height: 50px; }
      #account-buyer-form .fancybox-auth-modal .auth-forms .auth-form .form-actions {
        text-align: center;
        margin-top: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #account-buyer-form .fancybox-auth-modal .auth-forms .auth-form .form-actions .btn-link {
          background: none;
          border: none;
          color: #007bff;
          cursor: pointer;
          margin: 0 6px;
          font-size: 14px;
          text-decoration: none; }
          #account-buyer-form .fancybox-auth-modal .auth-forms .auth-form .form-actions .btn-link:hover {
            text-decoration: underline; }

.modal-productApp {
  text-align: center;
  padding: 0 !important;
  font-size: 0;
  background: rgba(3, 17, 27, 0.7);
  transition: opacity 0.35s linear;
  z-index: 9999; }
  .modal-productApp:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  .modal-productApp .modal-dialog-centered {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-size: 14px; }
    .modal-productApp .modal-dialog-centered .modal-content {
      width: 100%; }
  .modal-productApp.fade .modal-dialog {
    transform: translate(0, 0);
    display: inline-flex; }
  .modal-productApp.fade .modal-dialog-centered {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.2s; }
  .modal-productApp.fade.show .modal-dialog-centered {
    opacity: 1;
    transform: scale(1); }
  .modal-productApp .modal-footer {
    padding: 15px;
    text-align: center;
    flex-wrap: wrap; }
    .modal-productApp .modal-footer .button {
      margin: 0 5px;
      font-weight: 600;
      outline: none; }
      .modal-productApp .modal-footer .button:first-child:not(:hover) {
        color: var(--shop-color-button); }
        .modal-productApp .modal-footer .button:first-child:not(:hover):before {
          background: #ffffff; }
  .modal-productApp .modal-header {
    padding: 15px 20px; }
    .modal-productApp .modal-header .name-combo,
    .modal-productApp .modal-header .modal-title {
      margin: 0;
      font-weight: bold;
      font-size: 22px;
      padding: 0 30px 0 0; }
    .modal-productApp .modal-header .combo-title {
      margin: 10px 0 0;
      font-size: 14px;
      font-weight: bold; }
    .modal-productApp .modal-header .close-modal-app {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      background-color: #ffffff;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #333;
      right: 13px;
      top: 9px;
      z-index: 9;
      opacity: 1;
      margin: 0; }
      .modal-productApp .modal-header .close-modal-app svg {
        display: inline-block;
        fill: currentColor;
        width: 12px;
        height: 28px; }

#combo-program {
  max-height: 400px;
  overflow: auto; }
  #combo-program .combo-title b {
    color: #ff0707; }
  #combo-program .combo-w {
    border: 0;
    margin-bottom: 0;
    padding: 0 10px 0 40px;
    position: relative; }
    #combo-program .combo-w:after {
      content: "\2714\fe0e";
      font-size: 16px;
      position: absolute;
      top: calc(50% - 11px);
      left: 11px;
      color: var(--shop-color-main);
      opacity: 0; }
    #combo-program .combo-w:before {
      content: "";
      width: 20px;
      height: 20px;
      border: 1px solid #e1e1e1;
      border-radius: 3px;
      position: absolute;
      top: calc(50% - 10px);
      left: 7px; }
    #combo-program .combo-w.checked:after {
      opacity: 1; }
    #combo-program .combo-w.checked:before {
      border: 1px solid var(--shop-color-main); }
  #combo-program table tr {
    margin-bottom: 3px; }
    #combo-program table tr:first-child td {
      border-top: 0; }
  #combo-program table label {
    font-weight: normal;
    font-size: 13px;
    display: block;
    padding: 2px 5px;
    cursor: pointer; }
    #combo-program table label:after {
      content: "";
      display: table;
      clear: both; }
    #combo-program table label img {
      display: inline-block;
      width: 85px;
      float: left; }
    #combo-program table label p {
      display: inline-block;
      width: calc(100% - 85px);
      float: left;
      margin-bottom: 0;
      padding-left: 15px; }
    #combo-program table label .discount-promotion-price b {
      color: #fa0303; }
    #combo-program table label .discount-promotion-price del {
      margin-left: 5px; }
  #combo-program table input {
    display: none; }
    #combo-program table input:checked + label {
      color: #000;
      background: #fff8f8; }

#buyxgety-program {
  position: relative;
  min-height: 100px;
  z-index: 0;
  margin: 0 0 20px 0; }
  #buyxgety-program .buyxgety-heading {
    padding: 5px 60px 5px 0;
    position: relative;
    display: none; }
    #buyxgety-program .buyxgety-heading h3 {
      font-size: 16px;
      font-weight: 600;
      margin: 0 0 4px; }
    #buyxgety-program .buyxgety-heading p {
      font-size: 12px; }
    #buyxgety-program .buyxgety-heading:after {
      content: "";
      position: absolute;
      width: 35px;
      height: 35px;
      right: 10px;
      top: 6px;
      background: url("https://file.hstatic.net/1000308580/file/icon-gifbox_21127e78739a40a28f058e5e123d41b1.png") no-repeat;
      background-size: contain;
      display: none; }
  #buyxgety-program .modal-body {
    padding: 15px 30px; }
  #buyxgety-program .buyxgety_lists {
    display: flex;
    flex-direction: column;
    gap: 10px; }

.buyxgety_item {
  display: flex;
  align-items: center;
  padding: 5px 10px 10px; }
  .buyxgety_item .buyxgety_checkbox {
    width: 30px; }
    .buyxgety_item .buyxgety_checkbox input[type="radio"] {
      cursor: pointer;
      width: 15px;
      height: 15px; }
  .buyxgety_item .buyxgety_image {
    width: 70px;
    text-align: center; }
    .buyxgety_item .buyxgety_image img {
      padding: 3px;
      border: 1px solid #eee; }
  .buyxgety_item .buyxgety_item_title {
    width: calc(100% - 70px);
    padding-left: 10px; }
    .buyxgety_item .buyxgety_item_title .bxy__tt1 {
      margin: 0; }
      .buyxgety_item .buyxgety_item_title .bxy__tt1 span {
        margin-bottom: 2px;
        font-weight: 500;
        font-size: 10px;
        padding: 1px 6px;
        border: 1px solid #ffe1db;
        background: #fef4f4;
        color: #ff0000;
        border-radius: 3px;
        display: inline-block; }
      .buyxgety_item .buyxgety_item_title .bxy__tt1 a {
        color: #315399; }
    .buyxgety_item .buyxgety_item_title .bxy__tt2 strong {
      color: #ff0000; }
    .buyxgety_item .buyxgety_item_title .bxy__tt2 span {
      color: #315399; }
  .buyxgety_item .bxy__variant_title {
    margin: 5px 0;
    font-size: 14px; }
  .buyxgety_item .buyxgety_list_variant select {
    font-size: 94%;
    font-style: italic;
    min-width: 110px;
    outline: none;
    padding: 1px 15px 2px;
    margin: 2px 0 5px; }
  .buyxgety_item .price-main {
    display: flex;
    gap: 5px; }
    .buyxgety_item .price-main .price-sell {
      color: red;
      font-weight: bold; }
    .buyxgety_item .price-main .label-sale {
      background: red;
      color: #fff;
      border-radius: 4px;
      padding: 2px 5px;
      font-size: 11px;
      font-weight: bold; }

table.table-cart tr td.item .ico-gift {
  display: inline-block;
  width: 16px;
  vertical-align: text-bottom;
  margin-left: 10px; }

@media (max-width: 767px) {
  .buyxgety_item {
    padding: 5px 0 10px; }
  .modal-productApp .modal-dialog-centered {
    margin: 30px 10px 50px; }
  .modal-productApp .modal-header {
    padding-left: 15px; }
    .modal-productApp .modal-header .name-combo,
    .modal-productApp .modal-header .modal-title {
      font-size: 18px; }
  .modal-productApp .modal-footer .button {
    width: 100%;
    margin: 0; }
    .modal-productApp .modal-footer .button + .button {
      margin-top: 10px; } }

.list-buyxselecty {
  border: 1px solid #FEA13F;
  border-radius: 12px;
  position: relative;
  overflow: hidden; }
  .list-buyxselecty .buy-xy-loop {
    transition: all 0.3s ease;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 46px;
    font-size: 16px;
    line-height: 34px;
    padding: 5px 10px;
    width: 100%;
    background: #FEA13F;
    color: #fff;
    border-radius: 40px;
    border: none; }
  .list-buyxselecty .itemsHeadBuyXSelectY {
    display: none; }
  .list-buyxselecty .condition-title {
    background: #FEA13F;
    color: #fff;
    padding: 10px;
    font-weight: bold; }
  .list-buyxselecty .wrapper-condition-inner {
    padding: 10px; }
  .list-buyxselecty .wrapper-list-promotion {
    display: flex;
    align-items: center;
    padding: 10px 0; }
    .list-buyxselecty .wrapper-list-promotion ~ .wrapper-list-promotion {
      border-top: 1px dotted gray; }
  .list-buyxselecty .wrap-new-item {
    display: flex;
    flex-direction: column; }
    .list-buyxselecty .wrap-new-item .item-xy-new {
      display: flex;
      gap: 20px;
      padding: 15px;
      border-radius: 12px;
      background: #fff; }
      .list-buyxselecty .wrap-new-item .item-xy-new .box-img {
        width: 120px;
        display: flex;
        align-items: flex-start;
        position: relative;
        padding-left: 15px; }
        .list-buyxselecty .wrap-new-item .item-xy-new .box-img input[type="radio"] {
          position: absolute;
          top: 50%;
          left: -10px;
          cursor: pointer;
          z-index: 2;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          width: 18px;
          height: 18px;
          appearance: none;
          -webkit-appearance: none;
          background-color: #fff;
          border: 2px solid #FEA13F;
          border-radius: 50%;
          cursor: pointer;
          transition: all 0.2s ease; }
          .list-buyxselecty .wrap-new-item .item-xy-new .box-img input[type="radio"]:checked::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 10px;
            height: 10px;
            background-color: #FEA13F;
            border-radius: 50%;
            transform: translate(-50%, -50%); }
        .list-buyxselecty .wrap-new-item .item-xy-new .box-img img {
          width: 100%;
          height: auto;
          border-radius: 8px;
          object-fit: cover;
          z-index: 1;
          position: relative; }
      .list-buyxselecty .wrap-new-item .item-xy-new .box-info {
        flex: 1; }
        .list-buyxselecty .wrap-new-item .item-xy-new .box-info h4 {
          font-size: 16px;
          font-weight: 500;
          color: #333;
          margin: 0 0 10px 0;
          line-height: 1.4; }
        .list-buyxselecty .wrap-new-item .item-xy-new .box-info select {
          height: 38px;
          border-radius: 25px;
          border: 1px solid #ccc;
          padding: 0 15px;
          background: #f9f9f9;
          font-size: 14px;
          color: #333;
          cursor: pointer;
          outline: none;
          box-shadow: none; }
          .list-buyxselecty .wrap-new-item .item-xy-new .box-info select:hover {
            border-color: #aaa; }
        .list-buyxselecty .wrap-new-item .item-xy-new .box-info .price-new {
          display: flex;
          align-items: center;
          gap: 12px;
          margin-top: 15px; }
          .list-buyxselecty .wrap-new-item .item-xy-new .box-info .price-new .price-sell {
            font-size: 18px;
            font-weight: 600;
            color: #e53935; }
          .list-buyxselecty .wrap-new-item .item-xy-new .box-info .price-new .price-original {
            font-size: 14px;
            color: #999;
            text-decoration: line-through; }
  .list-buyxselecty .buyxselecty-content--detail {
    display: none; }
  .list-buyxselecty .buyxselecty-content--total {
    display: none; }

#modal-size {
  width: 100%;
  max-width: 1000px;
  padding: 20px;
  border-radius: 12px; }

.promo-zone {
  background-color: #fff7ef;
  padding: 15px;
  border-radius: 12px;
  margin: 0 0 20px 0; }
  @media (max-width: 991px) {
    .promo-zone {
      position: relative;
      overflow: hidden; } }
  .promo-zone h2 {
    font-size: 16px;
    color: #111;
    margin-bottom: 20px; }
  .promo-zone .promo-progress-bar .progress-track {
    position: relative;
    background-color: #e9eef1;
    border-radius: 20px;
    height: 32px;
    position: relative; }
    .promo-zone .promo-progress-bar .progress-track .progress-fill {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 10%;
      background-color: #26a541;
      border-radius: 20px;
      z-index: 1;
      transition: width 0.3s ease; }
    .promo-zone .promo-progress-bar .progress-track .progress-marker {
      position: absolute;
      top: 6px;
      transform: translateX(-100%);
      text-align: center;
      z-index: 2;
      cursor: pointer;
      font-size: 14px;
      color: #333;
      font-weight: 500; }
      .promo-zone .promo-progress-bar .progress-track .progress-marker::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background-color: #ff6633;
        border-radius: 50%;
        box-shadow: 0 0 0 3px #fff;
        margin: 0 auto 16px; }
      .promo-zone .promo-progress-bar .progress-track .progress-marker .tooltip {
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: #111;
        color: #fff;
        padding: 6px 10px;
        border-radius: 6px;
        font-size: 13px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease;
        pointer-events: none;
        margin-bottom: 8px; }
        @media (max-width: 991px) {
          .promo-zone .promo-progress-bar .progress-track .progress-marker .tooltip {
            width: 280px;
            white-space: break-spaces; } }
        .promo-zone .promo-progress-bar .progress-track .progress-marker .tooltip::after {
          content: "";
          position: absolute;
          top: 100%;
          left: 50%;
          transform: translateX(-50%);
          border-width: 6px;
          border-style: solid;
          border-color: #111 transparent transparent transparent; }
      .promo-zone .promo-progress-bar .progress-track .progress-marker:last-child .tooltip {
        left: auto;
        right: 0;
        transform: none; }
        .promo-zone .promo-progress-bar .progress-track .progress-marker:last-child .tooltip:after {
          left: 90%; }
      .promo-zone .promo-progress-bar .progress-track .progress-marker:hover .tooltip {
        opacity: 1;
        visibility: visible; }
  .promo-zone .promo-message {
    text-align: center;
    margin-top: 52px;
    font-size: 14px;
    color: #067b6b; }
    .promo-zone .promo-message .remaining-amount {
      font-weight: 600;
      color: #009e6d; }

.block-five-banner {
  margin: 30px 0; }
  .block-five-banner .wrap-five {
    column-gap: 8px;
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding-left: 0;
    width: 100%; }
    @media (max-width: 991px) {
      .block-five-banner .wrap-five {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-top: 0; } }

#voucher-detail {
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
  padding: 20px; }
  #voucher-detail .voucher-modal {
    color: #333; }
    #voucher-detail .voucher-modal h3 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 16px;
      border-bottom: 1px solid #d2d2d2;
      padding-bottom: 16px; }
    #voucher-detail .voucher-modal .voucher-info {
      list-style: none;
      padding: 0;
      margin: 0 0 20px; }
      #voucher-detail .voucher-modal .voucher-info li {
        margin-bottom: 16px;
        font-size: 14px; }
        #voucher-detail .voucher-modal .voucher-info li strong {
          display: inline-block;
          min-width: 150px;
          color: #000; }
    #voucher-detail .voucher-modal .voucher-actions {
      text-align: right;
      padding-top: 16px;
      border-top: 1px solid #d2d2d2; }
      #voucher-detail .voucher-modal .voucher-actions .btn-apply {
        background-color: #ff4d4f;
        color: white;
        border: none;
        padding: 10px 18px;
        border-radius: 6px;
        cursor: pointer;
        font-weight: 500; }
        #voucher-detail .voucher-modal .voucher-actions .btn-apply:hover {
          background-color: #e53935; }

#wrap-custom-xy {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin: 0 0 15px 0; }
  #wrap-custom-xy .item-code-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px; }
    #wrap-custom-xy .item-code-wrap .item-custom {
      display: flex;
      gap: 20px;
      border-radius: 12px;
      background: #fff; }
      #wrap-custom-xy .item-code-wrap .item-custom .box-img {
        width: 120px;
        display: flex;
        align-items: flex-start;
        position: relative; }
      #wrap-custom-xy .item-code-wrap .item-custom .box-info {
        flex: 1; }
        #wrap-custom-xy .item-code-wrap .item-custom .box-info h4 {
          font-size: 14px;
          font-weight: normal;
          color: #333;
          margin: 0 0 10px 0;
          line-height: 1.4; }
        #wrap-custom-xy .item-code-wrap .item-custom .box-info .custom-variant select {
          height: 38px;
          border-radius: 25px;
          border: 1px solid #ccc;
          padding: 0 15px;
          background: #f9f9f9;
          font-size: 14px;
          color: #333;
          cursor: pointer;
          outline: none;
          box-shadow: none; }
        #wrap-custom-xy .item-code-wrap .item-custom .box-info .action button {
          background: #f68620;
          color: #ffffff;
          border-radius: 12px;
          padding: 8px 16px;
          font-weight: 700;
          border: 1px solid #f68620;
          transition: 0.3s all;
          margin: 12px 0 0 0; }

#gift-app-container {
  position: relative;
  min-height: 100px;
  z-index: 0;
  margin: 0 0 20px 0; }
  #gift-app-container .gift_app_pe-wrapper {
    border: 1px solid #FEA13F;
    border-radius: 12px;
    position: relative;
    overflow: hidden; }
    #gift-app-container .gift_app_pe-wrapper .gift_app_pe-title {
      background: #FEA13F;
      color: #fff;
      padding: 10px;
      font-weight: bold; }
    #gift-app-container .gift_app_pe-wrapper .gift_app_pe-condition .gift_app_pe-condition-title {
      display: none; }
    #gift-app-container .gift_app_pe-wrapper .gift_app_pe-condition .gift_app_pe-condition-inner {
      padding: 10px; }
      #gift-app-container .gift_app_pe-wrapper .gift_app_pe-condition .gift_app_pe-condition-inner .gift_app_pe-gift-item {
        display: flex;
        gap: 20px;
        padding: 15px;
        border-radius: 12px;
        background: #fff; }
        #gift-app-container .gift_app_pe-wrapper .gift_app_pe-condition .gift_app_pe-condition-inner .gift_app_pe-gift-item .gift_app_pe-img {
          width: 120px;
          display: flex;
          align-items: flex-start;
          position: relative;
          padding-left: 15px; }
          #gift-app-container .gift_app_pe-wrapper .gift_app_pe-condition .gift_app_pe-condition-inner .gift_app_pe-gift-item .gift_app_pe-img input {
            display: none; }
          #gift-app-container .gift_app_pe-wrapper .gift_app_pe-condition .gift_app_pe-condition-inner .gift_app_pe-gift-item .gift_app_pe-img img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            object-fit: cover;
            z-index: 1;
            position: relative; }
        #gift-app-container .gift_app_pe-wrapper .gift_app_pe-condition .gift_app_pe-condition-inner .gift_app_pe-gift-item .gift_app_pe-info {
          flex: 1; }
          #gift-app-container .gift_app_pe-wrapper .gift_app_pe-condition .gift_app_pe-condition-inner .gift_app_pe-gift-item .gift_app_pe-info h4 {
            font-size: 16px;
            font-weight: 500;
            color: #333;
            margin: 0 0 10px 0;
            line-height: 1.4; }
          #gift-app-container .gift_app_pe-wrapper .gift_app_pe-condition .gift_app_pe-condition-inner .gift_app_pe-gift-item .gift_app_pe-info .gift_app_pe-variant {
            height: 38px;
            border-radius: 25px;
            border: 1px solid #ccc;
            padding: 0 15px;
            background: #f9f9f9;
            font-size: 14px;
            color: #333;
            outline: none;
            box-shadow: none;
            display: flex;
            align-items: center;
            justify-content: center;
            width: max-content; }
          #gift-app-container .gift_app_pe-wrapper .gift_app_pe-condition .gift_app_pe-condition-inner .gift_app_pe-gift-item .gift_app_pe-info .gift_app_pe-price {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-top: 15px; }
            #gift-app-container .gift_app_pe-wrapper .gift_app_pe-condition .gift_app_pe-condition-inner .gift_app_pe-gift-item .gift_app_pe-info .gift_app_pe-price .gift_app_pe-price-sell {
              font-size: 18px;
              font-weight: 600;
              color: #e53935; }

#menu-mb-new {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: -100%;
  background: #f2f2f2;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden; }
  .show-menu-mobile #menu-mb-new {
    left: 0;
    opacity: 1;
    visibility: visible; }
  #menu-mb-new .mobile-menu {
    background: #f2f2f2;
    width: 100%;
    padding: 16px;
    max-height: 100%;
    overflow: auto; }
    #menu-mb-new .mobile-menu .menu-header {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #menu-mb-new .mobile-menu .menu-header img {
        height: 40px; }
      #menu-mb-new .mobile-menu .menu-header .close-btn {
        font-size: 24px;
        background: none;
        border: none; }
    #menu-mb-new .mobile-menu .tab-header {
      display: flex;
      justify-content: space-around;
      margin: 0 0 16px 0; }
      #menu-mb-new .mobile-menu .tab-header .tab {
        flex: 1;
        padding: 12px 0;
        border: none;
        border-bottom: 3px solid #e5e5e5;
        font-weight: bold;
        background: none;
        text-transform: uppercase; }
        #menu-mb-new .mobile-menu .tab-header .tab.active {
          border-color: black; }
    #menu-mb-new .mobile-menu .tab-content {
      display: none; }
      #menu-mb-new .mobile-menu .tab-content.active {
        display: block; }
    #menu-mb-new .mobile-menu .carousel {
      position: relative; }
      #menu-mb-new .mobile-menu .carousel .carousel-image {
        position: relative; }
        #menu-mb-new .mobile-menu .carousel .carousel-image img {
          width: 100%;
          border-radius: 8px; }
      #menu-mb-new .mobile-menu .carousel .carousel-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: white;
        border: none;
        font-size: 18px;
        width: 30px;
        height: 30px;
        border-radius: 50%; }
        #menu-mb-new .mobile-menu .carousel .carousel-btn.prev {
          left: 8px; }
        #menu-mb-new .mobile-menu .carousel .carousel-btn.next {
          right: 8px; }
    #menu-mb-new .mobile-menu .accordion .accordion-item {
      border: none; }
      #menu-mb-new .mobile-menu .accordion .accordion-item .title {
        padding: 16px 0;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #menu-mb-new .mobile-menu .accordion .accordion-item .title .arrow-open {
          transition: 0.2s all; }
          #menu-mb-new .mobile-menu .accordion .accordion-item .title .arrow-open.active svg {
            transform: rotate(180deg); }
      #menu-mb-new .mobile-menu .accordion .accordion-item ul {
        display: none; }
        #menu-mb-new .mobile-menu .accordion .accordion-item ul li a {
          padding: 8px 0;
          display: block; }
    #menu-mb-new .mobile-menu .care-share {
      margin-top: 16px;
      background: #ffffff;
      padding: 12px;
      border-radius: 8px;
      display: flex;
      flex-direction: column; }
      #menu-mb-new .mobile-menu .care-share .title {
        padding: 16px 0;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        text-transform: uppercase; }
        #menu-mb-new .mobile-menu .care-share .title .arrow-open {
          transition: 0.2s all; }
          #menu-mb-new .mobile-menu .care-share .title .arrow-open.active svg {
            transform: rotate(180deg); }
      #menu-mb-new .mobile-menu .care-share ul {
        display: none; }
        #menu-mb-new .mobile-menu .care-share ul .custom-banner a ~ a {
          margin-top: 10px; }
        #menu-mb-new .mobile-menu .care-share ul .wrap-store-mb a {
          display: block; }
          #menu-mb-new .mobile-menu .care-share ul .wrap-store-mb a ~ a {
            margin-top: 10px; }
        #menu-mb-new .mobile-menu .care-share ul li a {
          padding: 8px 0;
          display: block; }
    #menu-mb-new .mobile-menu .footer-links {
      margin-top: 20px; }
      #menu-mb-new .mobile-menu .footer-links a {
        display: block;
        padding: 6px 0;
        color: #333;
        text-decoration: none; }
        #menu-mb-new .mobile-menu .footer-links a.coolclub {
          color: #0a3cff;
          font-weight: bold; }
          #menu-mb-new .mobile-menu .footer-links a.coolclub .star {
            color: #0a3cff; }
    #menu-mb-new .mobile-menu .wrap-content-header {
      background: #fff;
      padding: 8px 22px 22px 22px;
      border-radius: 16px;
      margin: 12px 0 0 0; }

.cart-popup {
  max-width: 360px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  padding: 20px;
  position: fixed;
  z-index: 99;
  top: 13%;
  right: 4%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s all; }
  .cart-popup.isShow {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .cart-popup__title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 16px; }
  .cart-popup__body {
    display: flex;
    border-top: 1px solid #e5e5e5;
    padding-top: 16px;
    margin-bottom: 16px; }
  .cart-popup__image {
    width: 64px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
    margin-right: 12px; }
  .cart-popup__details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .cart-popup__details > * {
      margin-bottom: 4px; }
    .cart-popup__details .cart-popup__name {
      font-weight: 600;
      font-size: 15px;
      line-height: 1.2; }
    .cart-popup__details .cart-popup__variant {
      color: #444;
      font-size: 14px; }
    .cart-popup__details .cart-popup__price {
      font-size: 14px;
      font-weight: 500; }
  .cart-popup__button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #f26522;
    border-radius: 999px;
    background: white;
    cursor: pointer;
    transition: background 0.2s;
    display: block;
    text-align: center; }
    .cart-popup__button:hover {
      background: #f26522;
      color: #fff; }
