@charset "UTF-8";
/*---------------------------------------*/
/*----- OLD -----*/
/*---------------------------------------*/
#auth-form {
  padding-top: 70px;
  padding-bottom: 50px; }
  #auth-form.login-layout .recover-form-heading, #auth-form.login-layout .recover-form-body {
    display: none; }
  #auth-form.recover-layout .login-form-heading, #auth-form.recover-layout .login-form-body {
    display: none; }
  #auth-form .auth-heading {
    display: flex;
    flex-direction: column;
    align-items: center; }
    #auth-form .auth-heading > i {
      font-size: 32px; }
    #auth-form .auth-heading h1 {
      font-size: 20px;
      text-transform: uppercase;
      margin-top: 10px;
      margin-bottom: 20px;
      color: #333; }
  #auth-form .auth-recover-btn {
    margin-bottom: 15px;
    text-align: right; }
    #auth-form .auth-recover-btn a {
      color: #333;
      text-decoration: underline; }
  #auth-form .auth-back-btn {
    margin-top: 30px;
    padding-top: 15px;
    position: relative; }
    #auth-form .auth-back-btn:before {
      content: '';
      left: 0;
      right: 0;
      top: 0px;
      position: absolute;
      border-top: 1px solid #d1d1d1;
      display: block; }
    #auth-form .auth-back-btn:after {
      content: 'Hoặc';
      position: absolute;
      top: -10px;
      background: transparent;
      padding-left: 8px;
      background: #fff;
      padding-right: 8px;
      left: 50%;
      font-size: 1rem;
      display: inline-block;
      transform: translateX(-50%); }
    #auth-form .auth-back-btn a {
      display: block;
      width: 100%;
      text-align: center;
      color: #333;
      border: 1px solid #333;
      padding: 10px;
      margin-top: 15px;
      text-decoration: none;
      text-transform: uppercase; }
      #auth-form .auth-back-btn a:hover {
        transition: all .3s;
        background: #333;
        color: #fff; }
  #auth-form .auth-form-body .errors ul {
    padding-left: 18px;
    color: #ff5a5a; }
  #auth-form .auth-form-body .form-control {
    border-radius: 0;
    font-size: 1rem;
    padding-left: 1.2em;
    padding-right: 1.2em;
    height: 42px;
    line-height: 42px; }
  #auth-form .auth-form-body label {
    color: #333; }
  #auth-form .auth-form-body input:placeholder {
    color: #333; }
  #auth-form .auth-form-body .btn {
    background: #333;
    border-radius: 0;
    width: 100%;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff; }
  #auth-form .auth-form-body #wrap-social-login-plus {
    margin-top: 32px; }
    #auth-form .auth-form-body #wrap-social-login-plus .btn-login-plus {
      width: 100% !important; }

@media (max-width: 768px) {
  #account-page .container {
    padding-left: 0;
    padding-right: 0; } }

#account-page .account-page-wrap {
  display: flex;
  flex-wrap: wrap;
  aligns-item: strech;
  margin-top: 2rem; }
  #account-page .account-page-wrap .account-page-sidebar {
    width: calc(25% - 2rem);
    margin-right: 2rem;
    position: relative; }
    @media (max-width: 1199px) {
      #account-page .account-page-wrap .account-page-sidebar {
        width: calc(100% - 2rem); } }
    #account-page .account-page-wrap .account-page-sidebar .account-sidebar-header {
      text-align: center; }
      #account-page .account-page-wrap .account-page-sidebar .account-sidebar-header > h3 {
        font-size: 1.1rem;
        font-weight: normal;
        margin-top: 0.5rem; }
      #account-page .account-page-wrap .account-page-sidebar .account-sidebar-header .account-sidevar-avatar i {
        font-size: 2rem;
        display: inline-block;
        padding: 10px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.03); }
    #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu {
      margin-top: 1.5rem; }
      #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu ul a {
          display: block;
          padding: 0.5rem 1rem;
          color: #4c4c4c;
          text-decoration: none; }
          #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu ul a:hover, #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu ul a.active {
            background: rgba(0, 0, 0, 0.03); }
  #account-page .account-page-wrap .account-page-content {
    width: 75%;
    position: relative; }
    @media (max-width: 1199px) {
      #account-page .account-page-wrap .account-page-content {
        width: 70%; } }
    @media (max-width: 991px) {
      #account-page .account-page-wrap .account-page-content {
        width: 100%; } }
    #account-page .account-page-wrap .account-page-content > h1 {
      margin-top: 0;
      font-size: 1.2rem;
      margin-bottom: 2rem; }
      #account-page .account-page-wrap .account-page-content > h1 > span {
        position: relative; }
        #account-page .account-page-wrap .account-page-content > h1 > span:before {
          content: '';
          position: absolute;
          left: 0;
          width: 75%;
          top: 140%;
          border-top: 1px solid #777; }
    #account-page .account-page-wrap .account-page-content .account-page-detail .table {
      margin: 0; }
    #account-page .account-page-wrap .account-page-content .account-page-detail .table-responsive {
      border: none; }
      #account-page .account-page-wrap .account-page-content .account-page-detail .table-responsive::-webkit-scrollbar {
        height: 6px; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-info td {
      border: none; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-info td:first-child {
        padding-left: 0; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order-list th {
      border-bottom: none;
      font-weight: normal; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order-list a {
      color: inherit;
      text-decoration: none; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order-list td {
      padding: 16px 8px; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order-list td:nth-child(2) a {
      font-weight: 600; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header {
      display: flex;
      flex-wrap: wrap;
      margin-left: -8px;
      margin-right: -8px;
      align-items: stretch; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header p {
        margin: 0 0 5px; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header .apoh-block {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 1rem; }
        @media (max-width: 768px) {
          #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header .apoh-block {
            width: 100%; } }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header .apoh-block > h3 {
          font-weight: normal;
          text-transform: uppercase;
          font-size: 1rem;
          padding: 0;
          margin: 0 0 8px 0; }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header .apoh-block .apoh-detail {
          background: #fff;
          border-radius: 4px;
          height: calc(100% - 23px);
          padding: .85rem; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-products > h2 {
      font-size: 1rem;
      font-weight: normal;
      text-transform: uppercase; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-products .account-page-order-products-list {
      background: #fff;
      padding: 1.5rem; }
      @media (max-width: 768px) {
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-products .account-page-order-products-list {
          padding: 0; } }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-products .account-page-order-products-list th {
        font-weight: 600; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables > h2 {
      text-transform: uppercase;
      font-size: 0.95rem;
      font-weight: 400;
      margin-top: 0; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item {
      border-radius: 4px;
      padding: 1rem;
      margin-bottom: 1.5rem; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item .view-address .row {
        margin-bottom: 0.8rem; }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item .view-address .row a {
          text-decoration: none;
          color: #4c4c4c;
          padding-left: 5px; }
          #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item .view-address .row a i {
            font-size: 18px; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item .view-address .address-name {
        font-weight: 600;
        font-size: 1.1rem; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .edit-address button {
      background: #333;
      color: #333;
      border: none; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .edit-address button:hover {
        opacity: .85; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address {
      padding: 1rem; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address button {
        background: #333;
        color: #fff;
        border: none; }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address button:hover {
          opacity: .85; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address-btn {
      margin-bottom: 10px;
      text-align: right; }
      @media (max-width: 991px) {
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address-btn {
          text-align: left; } }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address-btn a {
        color: #4c4c4c;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.95rem; }

#page-404 {
  padding-bottom: 70px;
  padding-top: 15px;
  color: #fff; }
  #page-404 h1 {
    font-size: 96px;
    font-weight: bold;
    color: #fff; }
    @media (max-width: 768px) {
      #page-404 h1 {
        font-size: 72px; } }
  #page-404 h3 {
    font-size: 28px; }
    @media (max-width: 768px) {
      #page-404 h3 {
        font-size: 22px; } }
  #page-404 p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.5; }
  #page-404 .search-form {
    margin-top: 15px; }
    #page-404 .search-form .form-group {
      position: relative; }
    #page-404 .search-form input {
      box-shadow: none;
      border-radius: 2px; }
      #page-404 .search-form input:focus, #page-404 .search-form input:active {
        border-color: #333; }
      @media (min-width: 768px) {
        #page-404 .search-form input {
          width: 100%; } }
    #page-404 .search-form button {
      background: #052C4A;
      color: #333;
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 5px;
      padding-bottom: 0;
      font-size: 1.4rem;
      height: 100%;
      line-height: 20px;
      color: #fff; }
      #page-404 .search-form button:hover {
        opacity: 0.85rem; }
      #page-404 .search-form button i {
        margin-bottom: 5px; }
  #page-404 .btn-404 {
    border: 1px solid #fff;
    color: #fff; }
    #page-404 .btn-404:hover {
      border: 1px solid #052C4A;
      color: #333;
      background: #052C4A; }

#pageDefault .page-layout {
  position: relative; }

.page-about-new .page-about-new-main {
  text-align: center;
  position: relative; }
  .page-about-new .page-about-new-main .page-about-new-main-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0px; }
    .page-about-new .page-about-new-main .page-about-new-main-item .page-about-new-main-item-left {
      width: 50%; }
      @media (max-width: 991px) {
        .page-about-new .page-about-new-main .page-about-new-main-item .page-about-new-main-item-left {
          width: 100%;
          margin: 20px 0px; } }
    .page-about-new .page-about-new-main .page-about-new-main-item .page-about-new-main-item-right {
      padding: 0px 50px;
      width: 50%; }
      @media (max-width: 991px) {
        .page-about-new .page-about-new-main .page-about-new-main-item .page-about-new-main-item-right {
          width: 100%;
          padding: 0; } }
      .page-about-new .page-about-new-main .page-about-new-main-item .page-about-new-main-item-right h2 {
        border-bottom: 1px solid #e8e8e8;
        padding: 10px 0 10px;
        margin: 0 0 10px;
        color: #000; }
    @media (min-width: 992px) {
      .page-about-new .page-about-new-main .page-about-new-main-item:nth-child(2n+1) .page-about-new-main-item-left {
        order: 2; } }
  .page-about-new .page-about-new-main .page-about-new-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 50px; }
    .page-about-new .page-about-new-main .page-about-new-contact form {
      width: 50%; }
      @media (max-width: 768px) {
        .page-about-new .page-about-new-main .page-about-new-contact form {
          width: 100%; } }
      .page-about-new .page-about-new-main .page-about-new-contact form input {
        margin-bottom: 15px; }
      .page-about-new .page-about-new-main .page-about-new-contact form button {
        float: right;
        border: 1px solid #052C4A;
        margin-top: 10px;
        background: #052C4A;
        color: #fff; }
    .page-about-new .page-about-new-main .page-about-new-contact .page-about-new-contact-map {
      width: 50%;
      padding-left: 20px; }
      @media (max-width: 768px) {
        .page-about-new .page-about-new-main .page-about-new-contact .page-about-new-contact-map {
          width: 100%;
          padding: 10px 0px; } }

.priceRangeBox {
  padding-left: 10px;
  padding-right: 10px; }
  .priceRangeBox .priceRange {
    background: rgba(255, 255, 255, 0.8);
    width: 500px;
    padding: 40px;
    height: 220px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  .priceRangeBox h2 {
    color: #ff0006;
    margin-bottom: 30px; }
  .priceRangeBox span {
    font-size: 20px;
    margin-right: 10px; }
  .priceRangeBox .noUi-target {
    height: 5px;
    border: none;
    margin: 20px 0 0 0; }
  @media screen and (max-width: 768px) {
    .priceRangeBox .noUi-target {
      margin: 30px 0 10px 0; } }
  .priceRangeBox .noUi-target .noUi-base {
    background: #ccc;
    border: none;
    border-radius: 15px;
    cursor: pointer; }
  .priceRangeBox .noUi-connects {
    background: #e1e1e1; }
  .priceRangeBox .noUi-target .noUi-base .noUi-connect {
    background: #a9a9a9; }
  .priceRangeBox .noUi-target .noUi-base .noUi-tooltip {
    bottom: -35px;
    color: #333;
    border: none;
    outline: none;
    font-weight: bold; }
  .priceRangeBox .noUi-handle.noUi-handle-lower,
  .priceRangeBox .noUi-handle.noUi-handle-upper {
    background: #052C4A;
    border-radius: 20px;
    width: 15px;
    height: 15px;
    outline: none;
    right: -10px;
    cursor: pointer;
    top: -5px;
    box-shadow: 0 2px 4px rgba(40, 40, 40, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .priceRangeBox .noUi-handle.noUi-handle-upper {
    right: 0; }
  .priceRangeBox .noUi-handle.noUi-handle-lower.noUi-active,
  .priceRangeBox .noUi-handle.noUi-handle-upper.noUi-active {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .priceRangeBox .noUi-handle.noUi-handle-lower::before,
  .priceRangeBox .noUi-handle.noUi-handle-lower::after,
  .priceRangeBox .noUi-handle.noUi-handle-upper::before,
  .priceRangeBox .noUi-handle.noUi-handle-upper::after {
    display: none; }
  .priceRangeBox .noUi-handle.noUi-handle-lower .noUi-touch-area,
  .priceRangeBox .noUi-handle.noUi-handle-upper .noUi-touch-area {
    width: 15px;
    height: 15px; }
  .priceRangeBox .priceRangeValueBox span {
    font-size: 16px; }
    .priceRangeBox .priceRangeValueBox span:first-child {
      font-weight: bold; }

#searchPage .searchPageWrap {
  position: relative; }
  #searchPage .searchPageWrap .searchPageHeader {
    text-align: center; }
  #searchPage .searchPageWrap .searchPageBody .searchField {
    margin: 25px 0px; }
    #searchPage .searchPageWrap .searchPageBody .searchField .searchForm {
      width: 50%;
      margin: 0 auto;
      position: relative; }
      @media (max-width: 768px) {
        #searchPage .searchPageWrap .searchPageBody .searchField .searchForm {
          width: 90%; } }
      #searchPage .searchPageWrap .searchPageBody .searchField .searchForm input.search-box {
        width: 100%;
        padding: 7.5px 15px;
        border-radius: 30px;
        border: 1px solid #e1e1e1; }
      #searchPage .searchPageWrap .searchPageBody .searchField .searchForm button {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        background: transparent;
        border: none;
        outline: none;
        font-weight: 700; }
  #searchPage .searchPageWrap .noMessageContent {
    margin-top: 25px;
    text-align: center; }
  #searchPage .searchPageWrap .noMessage, #searchPage .searchPageWrap .searchResult {
    text-align: center;
    margin-bottom: 25px; }
  #searchPage .searchPageWrap .searchResultList {
    gap: 16px;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      #searchPage .searchPageWrap .searchResultList .product-loop {
        width: calc((100% - (16px*3))/4); } }
    @media (max-width: 991px) {
      #searchPage .searchPageWrap .searchResultList .product-loop {
        width: calc((100% - (16px*2))/3); } }
    @media (max-width: 768px) {
      #searchPage .searchPageWrap .searchResultList .product-loop {
        width: calc((100% - (16px*1))/2); } }

@media (min-width: 992px) {
  .collection-wrapper-main-item-header--filter-mobile {
    display: none; } }

@media (max-width: 991px) {
  .collection-wrapper-main-item--filter-mobile {
    display: block; }
    .collection-wrapper-main-item--filter-mobile h4 {
      padding: 7.5px;
      font-size: 15px;
      font-weight: 300;
      cursor: pointer;
      text-align: left;
      background: #feeded;
      border-radius: 3px; }
      .collection-wrapper-main-item--filter-mobile h4 svg {
        width: 15px;
        height: 15px;
        margin-top: -2.5px;
        margin-right: 10px; }
      .collection-wrapper-main-item--filter-mobile h4 i {
        float: right; }
  .collection-wrapper-main-item-filter {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    background: #fff;
    z-index: 99;
    box-shadow: 0px 3px 10px #000;
    padding: 20px;
    display: none; } }

#pageCompare .content-page {
  position: relative; }
  #pageCompare .content-page table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%; }
    #pageCompare .content-page table tr h2 a {
      font-size: 20px;
      font-weight: bold; }
    #pageCompare .content-page table tr td {
      border: 1px solid #dddddd;
      text-align: left;
      padding: 10px;
      width: calc(80% / 3);
      min-width: 200px; }
      #pageCompare .content-page table tr td * {
        font-weight: 300;
        font-size: 15px; }
    #pageCompare .content-page table tr td:first-child {
      width: 20% !important;
      font-weight: 700; }
    #pageCompare .content-page table tr.price td:not(:first-child) {
      color: #f2114a; }
    #pageCompare .content-page table tr.variant strong {
      font-weight: 700;
      font-size: 17px; }

.conent-manin-new {
  text-align: justify; }

.sw-color-hong-label span,
.haveColor-hong,
.sw-color-hongQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.hong label:before {
  background-color: #ee8aa1 !important; }

.sw-color-den-label span,
.haveColor-den,
.sw-color-denQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.den label:before {
  background-color: #000000 !important; }

.sw-color-trang-label span,
.haveColor-trang,
.sw-color-trangQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.trang label:before {
  background-color: #ffffff !important; }

.sw-color-xanh-label span,
.haveColor-xanh,
.sw-color-xanhQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xanh label:before {
  background-color: #0be881 !important; }

.sw-color-xanhreu-label span,
.haveColor-xanhreu,
.sw-color-xanhreuQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xanhreu label:before {
  background-color: #24541A !important; }

.sw-color-xanhbien-label span,
.haveColor-xanhbien,
.sw-color-xanhbienQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xanhbien label:before {
  background-color: #0fbcf9 !important; }

.sw-color-den-label span,
.haveColor-den,
.sw-color-denQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.den label:before {
  background-color: #000000 !important; }

.sw-color-trang-label span,
.haveColor-trang,
.sw-color-trangQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.trang label:before {
  background-color: #ffffff !important; }

.sw-color-do-label span,
.haveColor-do,
.sw-color-doQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.do label:before {
  background-color: #ff3f34 !important; }

.sw-color-tim-label span,
.haveColor-tim,
.sw-color-timQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.tim label:before {
  background-color: #a55eea !important; }

.sw-color-xanhla-label span,
.haveColor-xanhla,
.sw-color-xanhlaQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xanhla label:before {
  background-color: #6ab04c !important; }

.sw-color-cam-label span,
.haveColor-cam,
.sw-color-camQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.cam label:before {
  background-color: #fa8231 !important; }

.sw-color-nau-label span,
.haveColor-nau,
.sw-color-nauQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.nau label:before {
  background-color: #d35400 !important; }

.sw-color-vang-label span,
.haveColor-vang,
.sw-color-vangQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.vang label:before {
  background-color: #fafd00 !important; }

.sw-color-da-label span,
.haveColor-da,
.sw-color-daQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.da label:before {
  background-color: #fac5a7 !important; }

.description-content.opened .description-collectiondetail {
  max-height: 230px;
  overflow: hidden; }

.description-content.collection-desc {
  margin-bottom: 30px;
  margin-top: 10px; }

.description-content:not(.opened) .expandable-content_toggle {
  margin-top: 20px; }

.description-content .expandable-content_toggle {
  outline: none; }

.description-content .description-btn {
  position: relative; }

.description-content .description-btn:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, #fff); }

.expandable-content_toggle {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #171718;
  padding: 7px 15px;
  color: #171718;
  position: relative;
  margin: 0 auto;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  background: #fff;
  z-index: 99;
  outline: none; }

.expandable-content_toggle-icon {
  position: relative;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }

.expandable-content_toggle-icon:before, .expandable-content_toggle-icon:after {
  content: "";
  position: absolute;
  background: #171718;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  top: 50%;
  left: 50%; }

.expandable-content_toggle-icon:before {
  width: 2px;
  height: 10px; }

.expandable-content_toggle-icon:after {
  width: 10px;
  height: 2px; }

.expandable-content_toggle.btn-closemore .expandable-content_toggle-icon:before {
  content: none; }

/*---------------------------------------*/
/*----- BLOGS, ARTICLE -----*/
/*---------------------------------------*/
.blogMain .blogListArticle {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 8px; }
  .blogMain .blogListArticle .article-loop {
    -webkit-flex: 0 0 calc((100% - 8px) /2);
    flex: 0 0 calc((100% - 8px) /2);
    max-width: calc((100% - 8px) /2); }
  @media (min-width: 992px) {
    .blogMain .blogListArticle {
      gap: 32px 16px; }
      .blogMain .blogListArticle .article-loop {
        -webkit-flex: 0 0 calc((100% - (16px*2)) /3);
        flex: 0 0 calc((100% - (16px*2)) /3);
        max-width: calc((100% - (16px*2)) /3); } }

.articleLayout .wrapbox-content {
  display: flex;
  gap: 24px 16px;
  flex-direction: column;
  margin-bottom: 32px; }

.articleLayout .wrapbox-banner {
  margin-bottom: 28px; }

.articleLayout .wrapbox-left, .articleLayout .wrapbox-right {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.articleLayout .articleMain .articleName {
  color: #282828;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px; }

.articleLayout .articleMain .articleInfo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #616161;
  margin-bottom: 16px; }
  .articleLayout .articleMain .articleInfo > span {
    display: inline-flex;
    align-items: center;
    gap: 4px; }

.articleLayout .articleMain .articleImage {
  margin-bottom: 20px; }
  .articleLayout .articleMain .articleImage img {
    width: 100%; }

.articleLayout .articleMain .articleDescription {
  margin-top: 24px; }

.articleLayout .articleMain .articleTool {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 16px;
  font-weight: 500; }

@media (min-width: 992px) {
  .articleLayout .wrapbox-content {
    flex-direction: row;
    margin-bottom: 50px; }
  .articleLayout .wrapbox-right {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .articleLayout .wrapbox-left {
    -ms-flex: 0 0 calc(70% - 16px);
    flex: 0 0 calc(70% - 16px);
    max-width: calc(70% - 16px); }
  .articleLayout .articleMain .articleName {
    font-size: 28px; }
  .articleLayout .articleMain .articleInfo {
    font-size: 16px;
    gap: 17px;
    letter-spacing: -0.258px; } }

/* Table of Contents Article */
.table-of-contents {
  display: block;
  padding: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  width: 100%;
  display: table;
  border-radius: 8px;
  border: 1px solid #FFD4D4;
  background: #FFFAFA; }
  .table-of-contents .table-title {
    font-weight: 700;
    font-size: 16px;
    margin: 0; }
    .table-of-contents .table-title .toc-toggle {
      font-size: 12px;
      display: inline-block;
      vertical-align: 1px;
      margin-left: 6px; }
    .table-of-contents .table-title .toc-toggle a {
      color: #006FEE;
      padding: 0 1px; }
  .table-of-contents ul {
    font-size: 14px;
    padding-left: 12px;
    list-style: none;
    counter-reset: item;
    margin: 0;
    margin-top: 6px; }
    .table-of-contents ul li {
      list-style-position: outside;
      margin: 6px 0;
      list-style: none; }
    .table-of-contents ul li::marker {
      color: #0f2c48; }
    .table-of-contents ul li a {
      text-decoration: none;
      color: black; }
    .table-of-contents ul li a:hover, .table-of-contents ul li a:focus {
      color: #0f2c48; }
  .table-of-contents > ul {
    counter-reset: listStyle;
    padding-bottom: 10px; }
    .table-of-contents > ul ul ul {
      display: none; }
    .table-of-contents > ul > li {
      counter-increment: listStyle; }
    .table-of-contents > ul > li li {
      counter-increment: nav1;
      counter-reset: nav2; }
    .table-of-contents > ul > li li li {
      counter-increment: nav2;
      counter-reset: nav3; }
    .table-of-contents > ul > li li li li {
      counter-increment: nav3;
      counter-reset: nav4; }
    .table-of-contents > ul > li li li li li {
      counter-increment: nav4;
      counter-reset: nav5; }
    .table-of-contents > ul > li li li li li li {
      counter-increment: nav5;
      counter-reset: nav6; }
    .table-of-contents > ul > li::before {
      content: counter(listStyle) ". ";
      text-transform: uppercase; }
    .table-of-contents > ul > li li::before {
      content: counter(listStyle) "." counter(nav1) " - "; }
    .table-of-contents > ul > li li li::before {
      content: counter(listStyle) "." counter(nav1) "." counter(nav2) " - "; }
    .table-of-contents > ul > li li li li::before {
      content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) " - "; }
    .table-of-contents > ul > li li li li li::before {
      content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) " - "; }
    .table-of-contents > ul > li li li li li li::before {
      content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) "." counter(nav5) " - "; }
    .table-of-contents > ul > li li li li li li li::before {
      content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) "." counter(nav5) "." counter(nav6) " - "; }

.table-content-button {
  width: 35px;
  height: 35px;
  display: block;
  position: fixed;
  left: 10px;
  z-index: 10;
  opacity: 0;
  top: 45%;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .table-content-button .btn-icolist {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    outline: none;
    float: left;
    background: #fcfcfc;
    border: 1px solid #eeeeee;
    border-radius: 4px; }
  .table-content-button .btn-icolist svg {
    width: 20px;
    height: 35px;
    vertical-align: initial; }
  .table-content-button.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }

.table-content-fixed {
  position: fixed;
  left: 10px;
  z-index: 999;
  max-width: 280px;
  top: 45%;
  background: #FFD4D4;
  border: 1px solid #FFD4D4;
  border-radius: 8px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  -webkit-transform-origin: 0 top;
  transform-origin: 0 top;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .table-content-fixed .table-of-header {
    position: relative;
    padding-right: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 12px; }
    .table-content-fixed .table-of-header .hTitle {
      max-width: calc(100% - 50px);
      margin-left: 0;
      font-weight: 600;
      font-size: 14px; }
    .table-content-fixed .table-of-header .hClose {
      position: absolute;
      right: 5px;
      top: 4px;
      cursor: pointer;
      width: 32px;
      height: 32px;
      text-align: center; }
    .table-content-fixed .table-of-header .hClose svg {
      width: 32px;
      height: 32px;
      width: 14px; }
  .table-content-fixed .table-of-contents {
    border-radius: 0 0 8px 8px;
    border: 0;
    margin: 0;
    padding: 5px 12px;
    box-shadow: none;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    max-height: 70vh;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none; }
    .table-content-fixed .table-of-contents .table-title {
      display: none; }
    .table-content-fixed .table-of-contents ul {
      font-size: 13px;
      margin-left: 0; }
  .table-content-fixed.active {
    transform: scale(1) translateY(-45%);
    -webkit-transform: scale(1) translateY(-45%);
    -moz-transform: scale(1) translateY(-45%);
    -ms-transform: scale(1) translateY(-45%);
    -o-transform: scale(1) translateY(-45%); }

/* Sidebar */
.group-sidebox {
  position: relative;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .group-sidebox .sidebox-title {
    position: relative;
    padding-bottom: 13px; }
    .group-sidebox .sidebox-title:after {
      content: '';
      left: 0;
      bottom: 0;
      position: absolute;
      height: 5px;
      width: 82px;
      border-radius: 9.6px;
      background: linear-gradient(81deg, #FFDE28 -18.56%, #FC7F00 42.75%, #E923E6 113.13%); }
    .group-sidebox .sidebox-title:before {
      content: '';
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      height: 5px;
      width: 100%;
      border-radius: 9.6px;
      background: #F6F6F6; }
    .group-sidebox .sidebox-title h3 {
      font-size: 18px;
      margin-bottom: 0;
      position: relative;
      cursor: pointer;
      color: #282828;
      font-weight: 700; }
    .group-sidebox .sidebox-title h3:after {
      content: " ";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 8px;
      height: 8px;
      border-color: #666;
      border-style: solid;
      border-width: 0 2px 2px 0;
      transform: translateY(-50%) rotate(45deg);
      transition: transform .2s ease;
      -ms-transition: transform .2s ease;
      -webkit-transition: transform .2s ease; }
  .group-sidebox .sidebox-content {
    display: none; }
  .group-sidebox.is-open .sidebox-title h3:after {
    transform: translateY(-50%) rotate(225deg);
    bottom: -10px; }
  @media (min-width: 992px) {
    .group-sidebox {
      gap: 20px; }
      .group-sidebox .sidebox-title h3 {
        font-size: 24px; }
      .group-sidebox .sidebox-title h3:after {
        content: none; }
      .group-sidebox .sidebox-content {
        display: block; } }

.list-blogs {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .list-blogs .item-article {
    margin: 0;
    display: flex;
    gap: 8px;
    width: 100%; }
    .list-blogs .item-article--image {
      flex: 0 0 auto;
      width: 160px;
      position: relative; }
    .list-blogs .item-article--detail {
      flex: 0 0 auto;
      width: calc(100% - 168px); }
      .list-blogs .item-article--detail .title {
        color: #052C4A;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 18px; }
      .list-blogs .item-article--detail .link {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
      .list-blogs .item-article--detail .meta-post {
        margin-bottom: 6px; }
        .list-blogs .item-article--detail .meta-post .date {
          color: #052C4A;
          font-size: 14px; }

.list-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px; }
  .list-tags li a {
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #052C4A;
    background: #FFF;
    color: #052C4A;
    font-weight: 500; }

/*---------------------------------------*/
/*----- PAGE,PAGE STORE -----*/
/*---------------------------------------*/
.layoutPage-stores .wrapbox-content {
  display: flex;
  gap: 24px 44px;
  flex-direction: column;
  margin-bottom: 32px; }

.layoutPage-stores .wrapbox-banner {
  margin-bottom: 28px; }

.layoutPage-stores .wrapbox-left, .layoutPage-stores .wrapbox-right {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.layoutPage-stores .box-heading {
  margin-bottom: 25px; }
  .layoutPage-stores .box-heading h1 {
    color: #052C4A;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px; }
  .layoutPage-stores .box-heading p {
    margin-bottom: 0; }
  .layoutPage-stores .box-heading span {
    color: #000;
    font-weight: 700; }

.layoutPage-stores .box-filter label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: none; }

.layoutPage-stores .box-filter select {
  padding: 0px 15px;
  padding-right: 25px;
  cursor: pointer;
  outline: none;
  text-overflow: ellipsis;
  border-radius: 4px;
  height: 40px;
  line-height: 38px;
  background: #ffffff;
  border: 1px solid #eae4e8;
  font-size: 15px;
  width: 100%;
  color: #000;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.layoutPage-stores .box-filter .field-select {
  position: relative; }

.layoutPage-stores .box-filter .field-select:after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 12px;
  border: solid #666666;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.layoutPage-stores .box-filter .filter-select {
  display: flex;
  flex-direction: column;
  gap: 14px; }

.layoutPage-stores .box-count {
  padding: 14px 0;
  color: #B7B7B7;
  text-align: right;
  letter-spacing: 0.14px;
  border-bottom: 1px solid #8E8E8E; }

.layoutPage-stores .box-content h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #000; }

.layoutPage-stores .box-content .store-item {
  margin-bottom: 25px;
  position: relative; }

.layoutPage-stores .box-content .store-item > [class^="store--"] {
  margin-bottom: 8px; }

.layoutPage-stores .box-content .store-item .store--time span {
  display: block; }

.layoutPage-stores .box-content .store-item .store--time span:first-child {
  margin-bottom: 4px;
  font-weight: 700; }

.layoutPage-stores .box-content .store-item .store--hotline span:first-child {
  font-weight: 700; }

.layoutPage-stores .box-content .store-item .store--address {
  display: flex;
  gap: 4px 73px;
  align-items: center;
  justify-content: space-between; }
  .layoutPage-stores .box-content .store-item .store--address span {
    flex: 1 1 auto; }
  .layoutPage-stores .box-content .store-item .store--address a {
    color: #004DFF;
    letter-spacing: 0.16px;
    text-decoration-line: underline;
    white-space: nowrap; }

.layoutPage-stores .boxscroll {
  overflow-y: scroll;
  max-height: 320px;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  padding-right: 10px;
  padding-top: 18px; }
  .layoutPage-stores .boxscroll::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .layoutPage-stores .boxscroll::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .layoutPage-stores .boxscroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .layoutPage-stores .boxscroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; }

.layoutPage-stores .box-map {
  height: 100%; }

.layoutPage-stores .box-map iframe {
  width: 100%;
  height: 400px;
  border-radius: 4px; }

@media (min-width: 992px) {
  .layoutPage-stores .box-heading .title {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .layoutPage-stores .box-heading h1 {
    font-size: 28px; }
  .layoutPage-stores .wrapbox-content {
    flex-direction: row;
    margin-bottom: 50px; }
  .layoutPage-stores .wrapbox-left {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%; }
  .layoutPage-stores .wrapbox-right {
    -ms-flex: 0 0 calc(65% - 44px);
    flex: 0 0 calc(65% - 44px);
    max-width: calc(65% - 44px); }
  .layoutPage-stores .boxscroll {
    min-height: 320px; }
  .layoutPage-stores .box-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 4px; } }

/*---------------------------------------*/
/*----- CART -----*/
/*---------------------------------------*/
@keyframes cart-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes cart-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes cart-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

.cart-ajloading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 9999;
  display: none;
  background: rgba(255, 255, 255, 0.3); }
  .cart-ajloading > div:first-child {
    width: 100px;
    padding: 4px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto; }
  .cart-ajloading .lds-ellipsis {
    position: relative;
    width: 54px;
    height: 16px;
    margin: auto; }
  .cart-ajloading .lds-ellipsis div {
    position: absolute;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--shop-color-main);
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }
    .cart-ajloading .lds-ellipsis div div:nth-child(1) {
      left: 6px;
      animation: cart-ellipsis1 .6s infinite; }
    .cart-ajloading .lds-ellipsis div div:nth-child(2) {
      left: 6px;
      animation: cart-ellipsis2 .6s infinite; }
    .cart-ajloading .lds-ellipsis div div:nth-child(3) {
      left: 26px;
      animation: cart-ellipsis2 .6s infinite; }
    .cart-ajloading .lds-ellipsis div div:nth-child(4) {
      left: 45px;
      animation: cart-ellipsis3 .6s infinite; }

.layout-cart {
  background: #F9F9F9; }
  .layout-cart .section .section-heading {
    text-align: left; }
  .layout-cart .cart-page-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 64px;
    gap: 32px 0; }
    .layout-cart .cart-page-wrap .cart-page-left {
      width: 100%; }
    .layout-cart .cart-page-wrap .cart-page-right {
      width: 100%; }
    @media (min-width: 1024px) {
      .layout-cart .cart-page-wrap {
        flex-direction: row; }
        .layout-cart .cart-page-wrap .cart-page-left {
          width: 66%;
          padding-right: 16px; }
        .layout-cart .cart-page-wrap .cart-page-right {
          width: 34%; } }
  .layout-cart .heading-bodyCart h1 {
    color: #052C4A;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase; }
  @media (min-width: 1024px) {
    .layout-cart .heading-bodyCart h1 {
      font-size: 28px; } }
  .layout-cart .milestone-container {
    padding: 27px 0; }
    .layout-cart .milestone-container .milestone-inner {
      position: relative; }
    .layout-cart .milestone-container .milestone-progress-step {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .layout-cart .milestone-container .milestone-progress-step .milestone-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 2;
        font-size: 12px; }
        .layout-cart .milestone-container .milestone-progress-step .milestone-step .milestone-btn {
          display: inline-flex;
          padding: 4px 6px;
          justify-content: center;
          align-items: center;
          border-radius: 4px;
          background: linear-gradient(81deg, rgba(255, 222, 40, 0.5) -18.56%, rgba(252, 127, 0, 0.5) 42.75%, rgba(233, 35, 230, 0.5) 113.13%), #FFF;
          color: #fff;
          cursor: default;
          pointer-events: none; }
        .layout-cart .milestone-container .milestone-progress-step .milestone-step .milestone-icon {
          width: 100%;
          height: 40px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 8px;
          font-size: 24px;
          color: #ff2d55;
          position: relative; }
          .layout-cart .milestone-container .milestone-progress-step .milestone-step .milestone-icon span {
            position: relative;
            display: inline-flex;
            height: 34px;
            width: 34px; }
          .layout-cart .milestone-container .milestone-progress-step .milestone-step .milestone-icon span:before {
            content: '';
            border-radius: 50%;
            background: #9E9E9E;
            width: 34px;
            height: 34px; }
          .layout-cart .milestone-container .milestone-progress-step .milestone-step .milestone-icon svg {
            display: none;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; }
        .layout-cart .milestone-container .milestone-progress-step .milestone-step .milestone-text {
          margin-bottom: 10px;
          padding: 0 4px; }
        .layout-cart .milestone-container .milestone-progress-step .milestone-step .milestone-label {
          color: #ff2d55;
          font-weight: 600;
          font-size: 14px;
          margin-bottom: 8px;
          display: none; }
        .layout-cart .milestone-container .milestone-progress-step .milestone-step.milestone-step-first {
          opacity: 0; }
        .layout-cart .milestone-container .milestone-progress-step .milestone-step:not(.active) .milestone-icon {
          pointer-events: none;
          user-select: none;
          cursor: none; }
        .layout-cart .milestone-container .milestone-progress-step .milestone-step.active {
          cursor: pointer; }
          .layout-cart .milestone-container .milestone-progress-step .milestone-step.active .milestone-icon span:before {
            background: linear-gradient(81deg, #FFDE28 -18.56%, #FC7F00 42.75%, #E923E6 113.13%); }
          .layout-cart .milestone-container .milestone-progress-step .milestone-step.active .milestone-icon svg {
            display: inline-block;
            color: #fff; }
          .layout-cart .milestone-container .milestone-progress-step .milestone-step.active .milestone-btn {
            background: linear-gradient(81deg, #FFDE28 -18.56%, #FC7F00 42.75%, #E923E6 113.13%), #FFF;
            cursor: pointer;
            pointer-events: visible; }
        @media (min-width: 992px) {
          .layout-cart .milestone-container .milestone-progress-step .milestone-step {
            font-size: 14px; }
            .layout-cart .milestone-container .milestone-progress-step .milestone-step .milestone-btn {
              padding: 10px 16px; } }
    .layout-cart .milestone-container .milestone-progress-bar {
      top: 20px;
      position: absolute;
      height: 4px;
      width: 100%;
      left: 0; }
      .layout-cart .milestone-container .milestone-progress-bar .milestone-bar-bg, .layout-cart .milestone-container .milestone-progress-bar .milestone-bar-fill {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        border-radius: 4px 0px 0px 4px;
        z-index: 1; }
      .layout-cart .milestone-container .milestone-progress-bar .milestone-bar-bg {
        border-radius: 50px;
        background: rgba(0, 0, 0, 0.1); }
      .layout-cart .milestone-container .milestone-progress-bar .milestone-bar-fill {
        border-radius: 9.6px;
        background: linear-gradient(81deg, #FFDE28 -18.56%, #FC7F00 42.75%, #E923E6 113.13%);
        width: 0%; }
    .layout-cart .milestone-container .milestone-message.i1 {
      margin-bottom: 16px; }
    .layout-cart .milestone-container .milestone-message.i2 {
      margin-top: 16px; }
      .layout-cart .milestone-container .milestone-message.i2 p {
        margin-bottom: 0; }
      .layout-cart .milestone-container .milestone-message.i2 p + p {
        margin-top: 6px; }
    .layout-cart .milestone-container .milestone-highlight {
      color: #000;
      font-weight: 700;
      font-size: 16px; }
    @media (min-width: 1024px) {
      .layout-cart .milestone-container {
        width: 78%;
        margin: auto; } }
  .layout-cart .wrapper-mainCart .cart-row {
    width: 100%; }
  .layout-cart .wrapper-mainCart .cart-row--note {
    margin-top: 32px; }
    .layout-cart .wrapper-mainCart .cart-row--note .note-label {
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 16px; }
  .layout-cart .wrapper-mainCart .table-cart {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #E0E0E0; }
  .layout-cart .wrapper-mainCart .media-line-item {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
    padding: 8px 0;
    border-bottom: 1px solid #E0E0E0; }
    .layout-cart .wrapper-mainCart .media-line-item .media-left {
      width: 100px; }
      .layout-cart .wrapper-mainCart .media-line-item .media-left a {
        display: block;
        width: 100px;
        height: 100px;
        position: relative;
        overflow: hidden; }
      .layout-cart .wrapper-mainCart .media-line-item .media-left img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .layout-cart .wrapper-mainCart .media-line-item .media-left .item-img {
        position: relative;
        overflow: hidden;
        border: 1px solid #f5f5f5;
        border-radius: 8px; }
      .layout-cart .wrapper-mainCart .media-line-item .media-left .ico-gift {
        position: absolute;
        top: 5px;
        left: 5px;
        display: inline-flex;
        color: #FF0035;
        align-items: center; }
        .layout-cart .wrapper-mainCart .media-line-item .media-left .ico-gift svg {
          width: 14px;
          height: 14px; }
    .layout-cart .wrapper-mainCart .media-line-item .media-right {
      width: calc(100% - 100px);
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: space-between; }
      .layout-cart .wrapper-mainCart .media-line-item .media-right > div {
        padding: 0 0 0 8px; }
      .layout-cart .wrapper-mainCart .media-line-item .media-right .item-info {
        width: 100%;
        order: 1; }
      .layout-cart .wrapper-mainCart .media-line-item .media-right .item-qty {
        width: 60%;
        order: 2; }
      .layout-cart .wrapper-mainCart .media-line-item .media-right .item-total-price {
        width: 100%;
        order: 4; }
      .layout-cart .wrapper-mainCart .media-line-item .media-right .item-remove {
        width: 30%;
        order: 3; }
    .layout-cart .wrapper-mainCart .media-line-item .item-info {
      display: flex;
      flex-direction: column;
      gap: 4px; }
      .layout-cart .wrapper-mainCart .media-line-item .item-info .item-vendor {
        color: #052C4A;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase; }
      .layout-cart .wrapper-mainCart .media-line-item .item-info .item--title h3 {
        font-size: 14px;
        margin: 0 0 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 500;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
        .layout-cart .wrapper-mainCart .media-line-item .item-info .item--title h3 a {
          opacity: 0.8;
          color: #000;
          display: block; }
      .layout-cart .wrapper-mainCart .media-line-item .item-info .item--title .item-variant {
        font-size: 12px;
        color: #999; }
      .layout-cart .wrapper-mainCart .media-line-item .item-info .item-prmote {
        margin: 2px 0;
        font-style: italic;
        font-size: 13px;
        color: #ab1207; }
      .layout-cart .wrapper-mainCart .media-line-item .item-info .item--price > div {
        display: flex;
        gap: 6px;
        flex-direction: row;
        align-items: center; }
        .layout-cart .wrapper-mainCart .media-line-item .item-info .item--price > div > div {
          display: flex;
          align-items: center;
          gap: 6px; }
          .layout-cart .wrapper-mainCart .media-line-item .item-info .item--price > div > div span {
            color: #052C4A;
            font-size: 14px;
            font-weight: 700; }
          .layout-cart .wrapper-mainCart .media-line-item .item-info .item--price > div > div del {
            color: #B7B7B8;
            font-size: 12px;
            font-weight: 500; }
        .layout-cart .wrapper-mainCart .media-line-item .item-info .item--price > div span.percent {
          padding: 0px 10px;
          height: 16px;
          font-weight: 700;
          font-size: 10px;
          color: #fff;
          border-radius: 30px;
          background: #FF0A47;
          display: inline-flex;
          justify-content: center;
          align-items: center; }
    .layout-cart .wrapper-mainCart .media-line-item .item-qty .quantity-partent {
      margin: 0;
      display: flex;
      -ms-display: flex;
      -webkit-display: flex;
      align-items: center;
      width: 100%; }
    .layout-cart .wrapper-mainCart .media-line-item .item-qty input.item-quantity {
      width: 40px;
      height: 34px;
      padding: 0;
      background: none;
      text-align: center;
      outline: none;
      border: 0;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none;
      border-radius: 4.02px;
      background: #F3F4F6; }
    .layout-cart .wrapper-mainCart .media-line-item .item-qty button.qty-btn {
      height: 34px;
      width: 34px;
      text-align: center;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none;
      display: flex;
      align-items: center;
      justify-content: center;
      background: none;
      border: none; }
      .layout-cart .wrapper-mainCart .media-line-item .item-qty button.qty-btn:focus {
        outline: none; }
    .layout-cart .wrapper-mainCart .media-line-item .item-total-price .line-item-total {
      font-weight: 700;
      display: block;
      text-align: right;
      display: flex;
      flex-direction: column;
      gap: 2px;
      align-items: flex-end; }
      .layout-cart .wrapper-mainCart .media-line-item .item-total-price .line-item-total del {
        font-size: 12px;
        color: #B7ADAD;
        font-weight: 400; }
    .layout-cart .wrapper-mainCart .media-line-item .item-remove a {
      display: block;
      font-size: 8px;
      font-weight: 400;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      margin-left: auto; }
  .layout-cart .wrapper-mainCart .order-noted-block textarea {
    padding: 10px 15px;
    width: 100%;
    height: 80px;
    resize: none;
    border: 1px solid #ECE6E6;
    box-shadow: none; }
  .layout-cart .wrapper-mainCart .wrap-order-summary {
    background: #fff;
    display: flex;
    padding: 22px 20px;
    flex-direction: column;
    gap: 20px; }
  .layout-cart .wrapper-mainCart .order-summary-block {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .layout-cart .wrapper-mainCart .order-summary-block .summary-title {
      font-size: 24px;
      font-weight: 700;
      text-align: center;
      margin: 0; }
    .layout-cart .wrapper-mainCart .order-summary-block .summary-total-wrapper {
      display: flex;
      flex-direction: column;
      gap: 30px; }
    .layout-cart .wrapper-mainCart .order-summary-block .summary-total {
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .layout-cart .wrapper-mainCart .order-summary-block .summary-total p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
        font-weight: 500; }
      .layout-cart .wrapper-mainCart .order-summary-block .summary-total p span strong {
        font-weight: 700;
        color: #FF234F; }
      @media (min-width: 1024px) {
        .layout-cart .wrapper-mainCart .order-summary-block .summary-total {
          gap: 12px; }
          .layout-cart .wrapper-mainCart .order-summary-block .summary-total p {
            font-size: 20px; }
          .layout-cart .wrapper-mainCart .order-summary-block .summary-total p span {
            font-size: 16px; } }
    .layout-cart .wrapper-mainCart .order-summary-block .summary-button {
      text-align: center; }
      .layout-cart .wrapper-mainCart .order-summary-block .summary-button .checkout-btn {
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        border-radius: 0;
        margin-bottom: 10px;
        min-height: 40px; }
        .layout-cart .wrapper-mainCart .order-summary-block .summary-button .checkout-btn.disabled {
          pointer-events: none;
          opacity: 0.7;
          background: #151515; }
      .layout-cart .wrapper-mainCart .order-summary-block .summary-button .btn-login {
        display: block;
        color: #5D5D5D;
        font-size: 10px; }
  .layout-cart .wrapper-mainCart .order-invoice-block .checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px; }
  .layout-cart .wrapper-mainCart .order-invoice-block .checkbox > .title {
    font-size: 16px;
    vertical-align: text-top;
    margin-bottom: 0;
    display: block;
    font-weight: 500; }
  .layout-cart .wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox {
    display: none; }
  .layout-cart .wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox + .box {
    margin-top: 0;
    vertical-align: top;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    margin: 0;
    cursor: pointer;
    outline: none !important;
    border: none !important; }
  .layout-cart .wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox + .box: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: .38em;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 1px solid #052C4A;
    border-top-style: none;
    border-right-style: none; }
  .layout-cart .wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox:checked + .box: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);
    border-color: #fff; }
  .layout-cart .wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox + .box:after {
    content: "";
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #D2D2D2;
    cursor: pointer;
    border-radius: 0; }
  .layout-cart .wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox:checked + .box:after {
    border-color: #052C4A;
    background: #052C4A; }
  .layout-cart .wrapper-mainCart .order-invoice-block .bill-field {
    display: none;
    margin-top: 20px; }
  .layout-cart .wrapper-mainCart .order-invoice-block .bill-field:before, .layout-cart .wrapper-mainCart .order-invoice-block .bill-field:after {
    content: "";
    display: table;
    clear: both; }
  .layout-cart .wrapper-mainCart .order-invoice-block .bill-field .form-group {
    margin-bottom: 10px; }
  .layout-cart .wrapper-mainCart .order-invoice-block .bill-field .form-group input {
    font-size: 12px;
    height: 40px;
    color: #000000;
    box-shadow: none;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #052C4A;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 4px 0; }
  .layout-cart .wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number]::-webkit-outer-spin-button,
  .layout-cart .wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .layout-cart .wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number] {
    -moz-appearance: textfield; }
  .layout-cart .wrapper-mainCart .order-invoice-block .bill-field .form-group .text-danger {
    margin-top: 5px;
    display: block;
    font-size: 11px;
    color: #ff0000; }
  .layout-cart .wrapper-mainCart .order-invoice-block .bill-field .form-btn {
    margin-top: 20px; }
  .layout-cart .wrapper-mainCart .order-invoice-block .bill-field .form-btn .btn.btn-save {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
    border-radius: 0;
    color: #fff; }
  @media (min-width: 1024px) {
    .layout-cart .wrapper-mainCart .media-line-item {
      padding: 16px 0;
      align-items: center; }
      .layout-cart .wrapper-mainCart .media-line-item .media-left {
        width: 125px; }
        .layout-cart .wrapper-mainCart .media-line-item .media-left a {
          width: 125px;
          height: 125px; }
      .layout-cart .wrapper-mainCart .media-line-item .media-right {
        width: calc(100% - 125px);
        gap: 20px;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap; }
        .layout-cart .wrapper-mainCart .media-line-item .media-right .item-info {
          width: 40%; }
        .layout-cart .wrapper-mainCart .media-line-item .media-right .item-qty {
          width: 25%; }
        .layout-cart .wrapper-mainCart .media-line-item .media-right .item-total-price {
          width: 25%;
          order: 1; }
        .layout-cart .wrapper-mainCart .media-line-item .media-right .item-remove {
          width: 10%;
          order: 1; }
        .layout-cart .wrapper-mainCart .media-line-item .media-right > div {
          padding: 0 8px;
          order: 1; }
      .layout-cart .wrapper-mainCart .media-line-item .item-info .item--price > div {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px; }
        .layout-cart .wrapper-mainCart .media-line-item .item-info .item--price > div > div {
          gap: 12px; }
      .layout-cart .wrapper-mainCart .media-line-item .item-qty .quantity-partent {
        justify-content: center; }
      .layout-cart .wrapper-mainCart .media-line-item .item-total-price .line-item-total {
        text-align: center;
        font-size: 16px;
        align-items: center; }
      .layout-cart .wrapper-mainCart .media-line-item .item-remove a {
        margin: auto; } }
  .layout-cart .section.section-voucher {
    padding: 20px 0;
    background: #fff;
    margin-bottom: 45px; }
    @media (min-width: 992px) {
      .layout-cart .section.section-voucher {
        background: transparent;
        padding: 0 0 60px;
        margin-bottom: 0; }
        .layout-cart .section.section-voucher .section-wrapper {
          background: #fff;
          border-radius: 8px;
          padding: 20px 40px 30px; } }

.swal-modal {
  padding: 20px 15px 15px;
  margin-bottom: 50px;
  background: #ffffff;
  color: var(--shop-color-text); }
  .swal-modal .swal-button-container {
    margin: 7px; }
  .swal-modal .swal-button {
    box-shadow: none; }
  .swal-modal .swal-title {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    color: var(--shop-color-title);
    padding: 10px 0; }
  .swal-modal .swal-text {
    display: block;
    text-align: center;
    font-size: 14px;
    color: var(--shop-color-text);
    font-weight: 400;
    padding: 0;
    margin: 0;
    max-width: 100%; }
  .swal-modal .swal-content {
    font-size: 15px; }
  .swal-modal .swal-footer {
    text-align: center;
    padding: 8px 0px; }
    .swal-modal .swal-footer .swal-button {
      position: relative;
      display: inline-block;
      min-width: 110px;
      padding: 10px 25px;
      line-height: normal;
      color: #000;
      border: 1px solid #000;
      border-radius: 2px;
      text-transform: uppercase;
      font-size: 12px;
      text-align: center;
      letter-spacing: 1px;
      background-color: transparent;
      -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      z-index: 1;
      overflow: hidden;
      box-shadow: none; }
      .swal-modal .swal-footer .swal-button.swal-button--cancel {
        border: 1px solid #000;
        background-color: #000;
        color: #fff; }
      .swal-modal .swal-footer .swal-button.swal-button--confirm {
        border: 1px solid #ec0b0b;
        background-color: #ec0b0b;
        color: #fff; }
  .swal-modal.swal-cart-remove .swal-button--confirm {
    background: var(--shop-color-button);
    color: #ffffff; }
  .swal-modal.swal-cart-remove .swal-button, .swal-modal.swal-cart-checkInvoice .swal-button {
    width: 100px; }
  .swal-modal.swal-cart-checkInvoice .swal-button--cancel {
    background: #333333;
    color: #ffffff; }
  .swal-modal.swal-cart-checkInvoice .swal-button--confirm {
    background: red;
    color: #ffffff; }
  .swal-modal.swal-alert-km, .swal-modal.swal-alert-km-qv {
    width: 380px;
    padding-left: 20px;
    padding-right: 20px; }
    .swal-modal.swal-alert-km .swal-content, .swal-modal.swal-alert-km-qv .swal-content {
      margin-top: 10px;
      padding: 0 0px; }
    .swal-modal.swal-alert-km .swal-footer, .swal-modal.swal-alert-km-qv .swal-footer {
      text-align: center;
      padding: 8px 0px; }
      .swal-modal.swal-alert-km .swal-footer .swal-button-container, .swal-modal.swal-alert-km-qv .swal-footer .swal-button-container {
        display: block;
        margin: 0; }
      .swal-modal.swal-alert-km .swal-footer .swal-button-container + .swal-button-container, .swal-modal.swal-alert-km-qv .swal-footer .swal-button-container + .swal-button-container {
        margin-top: 10px; }
      .swal-modal.swal-alert-km .swal-footer .swal-button, .swal-modal.swal-alert-km-qv .swal-footer .swal-button {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        min-width: 150px; }
        .swal-modal.swal-alert-km .swal-footer .swal-button.swal-button--cancel, .swal-modal.swal-alert-km-qv .swal-footer .swal-button.swal-button--cancel {
          border: 1px solid #dfdfdf;
          background-color: #dfdfdf;
          color: #000000; }
        .swal-modal.swal-alert-km .swal-footer .swal-button.swal-button--confirm, .swal-modal.swal-alert-km-qv .swal-footer .swal-button.swal-button--confirm {
          border: 1px solid #FF234F;
          background-color: #FF234F;
          color: #fff; }
  .swal-modal.copy-success {
    max-width: 250px; }
  @media (max-width: 767px) {
    .swal-modal.swal-alert-km-qv .swal-button-container, .swal-modal.swal-alert-km .swal-button-container {
      display: block; }
    .swal-modal.swal-alert-km-qv .swal-button, .swal-modal.swal-alert-km .swal-button {
      width: 100%; } }

.promoModal {
  max-height: 80vh;
  overflow-y: auto; }
  .promoModal .modal-header {
    font-size: 20px;
    font-weight: 600; }
  .promoModal .modal-desc {
    padding: 15px 15px 0 15px;
    text-align: center; }
  .promoModal .productWrap .productWrapAll {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0; }
    .promoModal .productWrap .productWrapAll .productWrapLeft {
      width: 100%; }
    .promoModal .productWrap .productWrapAll .productWrapRight {
      width: 100%;
      padding-left: 0; }
    .promoModal .productWrap .productWrapAll .productWrapGallery .featureImage {
      border: 1px solid #efefef;
      border-radius: 8px; }
    .promoModal .productWrap .productWrapAll .productActionMain .productAction button#buyNowQW {
      width: 100%; }
  .promoModal .closeModal {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer; }
    .promoModal .closeModal i {
      font-size: 18px; }

.modal-gift-temp {
  color: #333;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }
  .modal-gift-temp .close-popup-contact {
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    opacity: 1;
    text-align: center;
    outline: none;
    background: none;
    border: none; }
  .modal-gift-temp.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .modal-gift-temp.fade .modal-dialog-centered {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s; }
  .modal-gift-temp.fade.show .modal-dialog-centered {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .modal-gift-temp.popupForm .modal-content {
    position: relative;
    overflow: hidden;
    padding: 0;
    display: unset;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e6e6e6; }
  .modal-gift-temp .modal-dialog {
    max-width: 800px; }
    .modal-gift-temp .modal-dialog .modal-content {
      padding: 30px; }
      .modal-gift-temp .modal-dialog .modal-content .actions-primary .btn-proloop-cart {
        background: var(--Primary, #FF0035);
        color: #fff;
        margin-top: 8px;
        height: 34px;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
        min-width: 104px; }
        .modal-gift-temp .modal-dialog .modal-content .actions-primary .btn-proloop-cart .btnadd {
          color: #fff;
          font-size: 12px; }
  .modal-gift-temp .title-popup-contact {
    color: #052C4A;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px; }
  .modal-gift-temp .popup-gift-body {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 8px; }
    .modal-gift-temp .popup-gift-body .product-loop {
      width: calc((100% - 8px) /2); }
    @media (min-width: 992px) {
      .modal-gift-temp .popup-gift-body {
        gap: 16px; }
        .modal-gift-temp .popup-gift-body .product-loop {
          width: calc((100% - (16px*2)) /3); } }

/*---------------------------------------*/
/*----- LDP FLASH SALE -----*/
/*---------------------------------------*/
.bg-ldp--flashsale {
  background-size: 100%;
  padding-top: 42px; }
  @media (min-width: 1024px) {
    .bg-ldp--flashsale {
      padding-top: 60px;
      background-repeat: no-repeat; } }

.section-ldp {
  --sectional-grid-gap: 8px; }
  .section-ldp .section-wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px; }
    .section-ldp .section-wrapper .section-heading,
    .section-ldp .section-wrapper .section-content {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .section-ldp .section-heading {
    text-align: center; }
    .section-ldp .section-heading h2 {
      margin-bottom: 0;
      color: #052C4A;
      font-size: 20px;
      font-weight: 700; }
  .section-ldp .section-content {
    position: relative; }
    .section-ldp .section-content .swiper-nav {
      display: none; }
      .section-ldp .section-content .swiper-nav .swiper-button.swiper-prev {
        left: 0; }
      .section-ldp .section-content .swiper-nav .swiper-button.swiper-next {
        right: 0; }
    .section-ldp .section-content .action {
      text-align: center; }
  .section-ldp .slider-collection .swiper-slide {
    height: auto; }
  .section-ldp .slider-collection .product-loop {
    height: 100%; }
  .section-ldp .slider-collection .product-loop--wrap {
    height: 100%; }
  .section-ldp .swiper:not(.swiper-initialized) .list-products {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    gap: var(--sectional-grid-gap);
    flex-wrap: wrap; }
    .section-ldp .swiper:not(.swiper-initialized) .list-products .swiper-slide {
      -webkit-flex: 0 0 calc((100% - var(--sectional-grid-gap)) /2);
      flex: 0 0 calc((100% - var(--sectional-grid-gap)) /2);
      max-width: calc((100% - var(--sectional-grid-gap)) /2); }
  .section-ldp .listing-collection .grid-products {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    gap: var(--sectional-grid-gap);
    flex-wrap: wrap; }
    .section-ldp .listing-collection .grid-products .product-loop {
      -webkit-flex: 0 0 calc((100% - var(--sectional-grid-gap)) /2);
      flex: 0 0 calc((100% - var(--sectional-grid-gap)) /2);
      max-width: calc((100% - var(--sectional-grid-gap)) /2); }
  @media (min-width: 768px) {
    .section-ldp .swiper:not(.swiper-initialized) .list-products {
      overflow-x: hidden;
      flex-wrap: nowrap; }
      .section-ldp .swiper:not(.swiper-initialized) .list-products .swiper-slide {
        -webkit-flex: 0 0 calc((100% - (var(--sectional-grid-gap)*2)) /3);
        flex: 0 0 calc((100% - (var(--sectional-grid-gap)*2)) /3);
        max-width: calc((100% - (var(--sectional-grid-gap)*2)) /3); }
    .section-ldp .section-content .slider-collection:not(.swiper-initialized) {
      margin: 0;
      padding-left: 0; }
      .section-ldp .section-content .slider-collection:not(.swiper-initialized) .swiper-wrapper {
        padding-left: 0px;
        margin: 0; }
    .section-ldp .section-content .swiper-nav {
      display: block; } }
  @media (min-width: 992px) {
    .section-ldp {
      --sectional-grid-gap: 16px; }
      .section-ldp .swiper:not(.swiper-initialized) .list-products[data-view="4"] .swiper-slide {
        -webkit-flex: 0 0 calc((100% - (var(--sectional-grid-gap)*3)) /4);
        flex: 0 0 calc((100% - (var(--sectional-grid-gap)*3)) /4);
        max-width: calc((100% - (var(--sectional-grid-gap)*3)) /4); }
      .section-ldp .listing-collection .grid-products[data-view="4"] .product-loop {
        -webkit-flex: 0 0 calc((100% - (var(--sectional-grid-gap)*3)) /4);
        flex: 0 0 calc((100% - (var(--sectional-grid-gap)*3)) /4);
        max-width: calc((100% - (var(--sectional-grid-gap)*3)) /4); }
      .section-ldp .section-heading h2 {
        margin-bottom: 0;
        color: #052C4A;
        font-size: 28px;
        font-weight: 700; } }
  @media (min-width: 1024px) {
    .section-ldp .section-wrapper {
      width: 90%;
      margin: auto; } }
  .section-ldp.section-ldp--hero {
    padding: 0 0 24px;
    background: linear-gradient(131deg, #FFDE28 20.95%, #FC7F00 51.21%, #E923E6 85.93%);
    --height: 550;
    --width: 1440; }
  .section-ldp.section-ldp--countdown .box-countdown {
    border-radius: 8px;
    background: #FFF8EB;
    position: relative;
    padding: 14px 38px;
    width: 100%;
    max-width: 450px;
    margin: auto; }
    .section-ldp.section-ldp--countdown .box-countdown .box-countdown--wrapper {
      display: flex;
      gap: 24px;
      align-items: center;
      justify-content: space-between; }
      .section-ldp.section-ldp--countdown .box-countdown .box-countdown--wrapper .text {
        color: #000;
        font-weight: 500; }
      .section-ldp.section-ldp--countdown .box-countdown .box-countdown--wrapper .box-countdown--inner {
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: center; }
        .section-ldp.section-ldp--countdown .box-countdown .box-countdown--wrapper .box-countdown--inner > div {
          width: 36px;
          height: 36px;
          display: inline-flex;
          padding: 2px 2px;
          justify-content: center;
          align-items: center;
          text-align: center;
          font-size: 14px;
          font-weight: 700;
          letter-spacing: -0.18px;
          border-radius: 4px;
          color: #fff;
          background: linear-gradient(155deg, #FFDE28 17.51%, #FC7F00 47.2%, #E923E6 81.28%); }
          .section-ldp.section-ldp--countdown .box-countdown .box-countdown--wrapper .box-countdown--inner > div span.label {
            display: none; }
  .section-ldp.section-ldp--banner {
    --height: 334;
    --width: 1068; }
    .section-ldp.section-ldp--banner .aspect-ratio {
      border-radius: 8px; }
  .section-ldp.section-ldp--voucher .slider-voucher:not(.swiper-initialized) .swiper-wrapper {
    gap: 8px;
    overflow-x: scroll;
    overflow-y: hidden; }
    .section-ldp.section-ldp--voucher .slider-voucher:not(.swiper-initialized) .swiper-wrapper::-webkit-scrollbar {
      display: none; }
  .section-ldp.section-ldp--voucher .slider-voucher:not(.swiper-initialized) .swiper-slide {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: max-content; }
  .section-ldp.section-ldp--voucher .item-voucher {
    background: #a30308;
    border-radius: 12px; }
  .section-ldp.section-ldp--voucher .box {
    display: flex;
    padding: 12px 30px;
    flex-direction: column;
    gap: 6px;
    background: #FFF;
    text-align: center;
    border: 1px solid #7B95FF;
    position: relative;
    border-radius: 12px; }
    .section-ldp.section-ldp--voucher .box:before, .section-ldp.section-ldp--voucher .box:after {
      content: "";
      width: 20px;
      height: 40px;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      z-index: 10;
      border: 1px solid #7B95FF;
      background: #a30308; }
    .section-ldp.section-ldp--voucher .box:before {
      left: -1px;
      border-left: 0;
      border-top-right-radius: 34px;
      border-bottom-right-radius: 34px; }
    .section-ldp.section-ldp--voucher .box:after {
      right: -1px;
      border-right: 0;
      border-top-left-radius: 34px;
      border-bottom-left-radius: 34px; }
    .section-ldp.section-ldp--voucher .box .detail {
      width: 100%; }
      .section-ldp.section-ldp--voucher .box .detail .title {
        color: #1F48ED;
        font-size: 24px;
        font-weight: 700; }
      .section-ldp.section-ldp--voucher .box .detail .text {
        color: #000;
        font-size: 12px;
        font-weight: 700; }
    .section-ldp.section-ldp--voucher .box .action {
      width: 100%; }
      .section-ldp.section-ldp--voucher .box .action a {
        display: inline-flex;
        align-items: center;
        border-radius: 8px;
        background: #1F48ED;
        color: #fff;
        padding: 5px 15px;
        font-weight: 700; }
  @media (min-width: 568px) {
    .section-ldp.section-ldp--voucher .slider-voucher:not(.swiper-initialized) .swiper-slide {
      -webkit-flex: 0 0 calc(40% - (8px/2));
      flex: 0 0 calc(40% - (8px/2));
      max-width: calc(40% - (8px/2)); } }
  @media (min-width: 768px) {
    .section-ldp.section-ldp--voucher .slider-voucher:not(.swiper-initialized) .swiper-wrapper {
      overflow-x: hidden; }
    .section-ldp.section-ldp--voucher .slider-voucher:not(.swiper-initialized) .swiper-slide {
      -webkit-flex: 0 0 calc((100% - (8px*2)) / 3);
      flex: 0 0 calc((100% - (8px*2)) / 3);
      max-width: calc((100% - (8px*2)) / 3); }
    .section-ldp.section-ldp--voucher .section-content {
      padding: 0 40px; } }
  @media (min-width: 992px) {
    .section-ldp.section-ldp--voucher .slider-voucher:not(.swiper-initialized) .swiper-wrapper {
      gap: 16px; }
    .section-ldp.section-ldp--voucher .slider-voucher:not(.swiper-initialized) .swiper-slide {
      -webkit-flex: 0 0 calc((100% - (16px*2))/3);
      flex: 0 0 calc((100% - (16px*2))/3);
      max-width: calc((100% - (16px*2))/3); } }
  .section-ldp.section-ldp--collection .section-wrapper {
    gap: 0; }
  .section-ldp.section-ldp--collection .section-heading {
    position: relative;
    margin-bottom: -10px; }
    .section-ldp.section-ldp--collection .section-heading img {
      width: 76%;
      position: relative; }
    .section-ldp.section-ldp--collection .section-heading:before {
      content: '';
      width: 100%;
      height: 60px;
      border-radius: 23px 23px 0 0;
      position: absolute;
      bottom: -30px;
      left: 0;
      right: 0;
      background: linear-gradient(107deg, #FFDE28 -4.7%, #FC7F00 45.3%, #E923E6 102.7%); }
  .section-ldp.section-ldp--collection .section-content {
    padding: 12px;
    border-radius: 12px;
    border: 6px solid #FFDE28;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 1; }
    .section-ldp.section-ldp--collection .section-content > div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .section-ldp.section-ldp--collection.collection-gr1 .product-loop.i-6, .section-ldp.section-ldp--collection.collection-gr1 .product-loop.i-7, .section-ldp.section-ldp--collection.collection-gr1 .product-loop.i-8 {
    display: none !important; }
  .section-ldp.section-ldp--collection.collection-gr1 .grid-products .product-loop:first-child {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .section-ldp.section-ldp--collection.collection-gr1 .grid-products .product-loop:first-child .product-loop--wrap {
      flex-direction: row;
      align-items: center;
      padding: 8px;
      border-radius: 8px;
      border: 2px solid #FFD398;
      background: #FFF; }
      .section-ldp.section-ldp--collection.collection-gr1 .grid-products .product-loop:first-child .product-loop--wrap .product-loop--head {
        width: 240px; }
  @media (min-width: 1024px) {
    .section-ldp.section-ldp--collection .section-content {
      padding: 36px;
      border-radius: 32px; }
    .section-ldp.section-ldp--collection .section-heading img {
      width: 56%; }
    .section-ldp.section-ldp--collection .section-heading:before {
      border-radius: 43px 43px 0 0; }
    .section-ldp.section-ldp--collection.collection-gr1 .grid-products .product-loop:first-child .product-loop--wrap {
      padding: 16px;
      border-radius: 16px; }
      .section-ldp.section-ldp--collection.collection-gr1 .grid-products .product-loop:first-child .product-loop--wrap .product-loop--head {
        width: 300px; } }
