#layout-gift {
  margin-bottom: 64px; }

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

/* Steps */
.steps-parent {
  border-radius: 100px;
  background-color: #f6f6f6;
  border: 1px solid #ebeaea;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 4px;
  margin: 64px 0px 32px; }
  .steps-parent .step {
    flex: 1;
    border-radius: 100px;
    text-align: center;
    padding: 8px 32px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer; }
    .steps-parent .step span {
      display: block; }
    .steps-parent .step.active {
      background-color: #d3b895;
      color: #fff; }
      .steps-parent .step.active span {
        color: #fff; }
  @media (max-width: 991.98px) {
    .steps-parent .step {
      padding: 6px;
      min-width: 100px; } }

.pro-item {
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #ececec;
  position: relative;
  cursor: pointer; }
  .pro-item .pro-image {
    position: relative; }
    .pro-item .pro-image .pro-btn {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 60px 12px 12px 12px;
      background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, rgba(22, 22, 22, 0.4) 100%);
      display: none;
      z-index: 100; }
      .pro-item .pro-image .pro-btn button {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        padding: 8px 32px;
        border-radius: 2px;
        background: #C2A074;
        text-align: center;
        width: 100%;
        border: 0; }
    .pro-item .pro-image .canhanhoa {
      position: absolute;
      right: 12px;
      top: 10px;
      padding: 3px 8px;
      color: #FFF;
      text-align: center;
      font-size: 12px;
      font-weight: 700;
      line-height: 130%;
      /* 15.6px */
      letter-spacing: -0.12px;
      border-radius: 2px;
      border: 1px solid #B86358;
      background: #B86358; }
    .pro-item .pro-image .product-sale {
      position: absolute;
      right: 10px;
      top: 10px;
      border-radius: 2px;
      background: #C2A074;
      padding: 2px 8px 3px 8px;
      color: #FFF;
      text-align: center;
      font-size: 12px;
      font-weight: 700;
      line-height: 15.6px;
      /* 15.6px */
      letter-spacing: -0.12px; }
    .pro-item .pro-image .soldout {
      position: absolute;
      right: 10px;
      top: 10px;
      border-radius: 2px;
      background: #7D7D7D;
      padding: 2px 8px 3px 8px;
      color: #FFF;
      text-align: center;
      font-size: 12px;
      font-weight: 700;
      line-height: 130%;
      /* 15.6px */
      letter-spacing: -0.12px; }
  .pro-item .pro-content {
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch; }
    .pro-item .pro-content .pro-title {
      color: #333;
      font-size: 18px;
      line-height: 22px;
      /* 122.222% */
      letter-spacing: -0.18px;
      margin: 0; }
    .pro-item .pro-content .pro-des {
      color: #282828;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px;
      /* 120% */
      letter-spacing: -0.15px; }
  .pro-item:hover {
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1); }
    .pro-item:hover .pro-image .pro-btn {
      display: block; }
    .pro-item:hover .pro-content .pro-title a {
      color: #C2A074; }
    .pro-item:hover .pro-content .pro-des {
      color: #C2A074; }

.step1-title {
  position: relative;
  font-size: 36px;
  letter-spacing: -0.72px;
  color: #946527;
  margin-bottom: 32px;
  font-weight: 700; }

#step2 {
  display: none; }
  #step2 .step2-content {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px; }
  #step2 .step2-title {
    color: #946527;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.72px;
    margin-bottom: 36px; }
  #step2 .step2-filter-title {
    display: none; }
  #step2 .filter-wrapper {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
    #step2 .filter-wrapper .filter-group-subtitle {
      position: relative;
      overflow: hidden;
      color: #333;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-family: Quicksand;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
      /* 150% */
      letter-spacing: -0.16px;
      margin-bottom: 12px; }
      #step2 .filter-wrapper .filter-group-subtitle.group-layered span.icon-control {
        transform: rotate(180deg); }
      #step2 .filter-wrapper .filter-group-subtitle span.icon-control {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin: auto;
        display: block;
        transition: transform .4s ease-in-out; }
    #step2 .filter-wrapper .filter-group-content .checkbox-list li {
      position: relative;
      margin-bottom: 4px;
      padding-left: 32px; }
      #step2 .filter-wrapper .filter-group-content .checkbox-list li input[type="checkbox"] {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 24px;
        height: 24px;
        cursor: pointer;
        outline: none;
        background: #fff;
        border: 1px solid transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        #step2 .filter-wrapper .filter-group-content .checkbox-list li input[type="checkbox"]:before {
          content: "";
          position: absolute;
          left: 5px;
          top: 7px;
          margin: auto;
          z-index: 1;
          width: 13px;
          height: 7px;
          border: 1.5px solid #fff;
          border-top-style: none;
          border-right-style: none;
          -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
          -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
          transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
          -webkit-transform: rotate(-45deg) scale(0, 0);
          -moz-transform: rotate(-45deg) scale(0, 0);
          -ms-transform: rotate(-45deg) scale(0, 0);
          -o-transform: rotate(-45deg) scale(0, 0);
          transform: rotate(-45deg) scale(0, 0); }
        #step2 .filter-wrapper .filter-group-content .checkbox-list li input[type="checkbox"]:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0px;
          width: 24px;
          height: 24px;
          border-radius: 8px;
          border: 1px solid #F1F5F9;
          background: #FFF9F1;
          cursor: pointer;
          transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out; }
        #step2 .filter-wrapper .filter-group-content .checkbox-list li 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); }
        #step2 .filter-wrapper .filter-group-content .checkbox-list li input[type="checkbox"]:checked:after {
          background: #BCA184;
          border: 1px solid #BCA184; }
      #step2 .filter-wrapper .filter-group-content .checkbox-list li label {
        cursor: pointer;
        position: relative;
        margin: 0;
        font-size: 14px;
        width: 100%;
        color: #1E293B;
        padding: 3px 0; }
      #step2 .filter-wrapper .filter-group-content .checkbox-list li:hover input[type="checkbox"]:after {
        border-color: #FFF9F1; }
      #step2 .filter-wrapper .filter-group-content .checkbox-list li:last-child {
        margin-bottom: 0; }
    #step2 .filter-wrapper .filter-group-content.filter-color .checkbox-list li {
      margin: 0 12px 15px 0;
      float: left;
      padding: 0; }
      #step2 .filter-wrapper .filter-group-content.filter-color .checkbox-list li input[type="checkbox"] {
        display: none; }
        #step2 .filter-wrapper .filter-group-content.filter-color .checkbox-list li input[type="checkbox"]:checked + label:before {
          content: '';
          position: absolute;
          top: 7px;
          left: 6px;
          height: 6px;
          width: 12px;
          z-index: 99;
          border: 2px solid #fff;
          border-top-style: none;
          border-right-style: none;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      #step2 .filter-wrapper .filter-group-content.filter-color .checkbox-list li label {
        width: 25px;
        height: 25px;
        border-radius: 5px;
        float: left;
        font-size: 0; }
    @media (min-width: 992px) {
      #step2 .filter-wrapper .filter-group:not(:last-child) {
        margin-bottom: 16px;
        padding-bottom: 0;
        border: 0; } }
  #step2 .lists-products-wrap {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px; }
  #step2 .view-more {
    text-align: center; }
    #step2 .view-more button {
      border: 0;
      font-weight: 700;
      font-size: 14px;
      line-height: 16.8px;
      letter-spacing: 0px;
      text-align: center;
      vertical-align: middle;
      text-transform: uppercase;
      border-radius: 2px;
      background: #C2A074;
      padding: 8px 32px;
      color: #fff; }
  @media (max-width: 991.98px) {
    #step2 .step2-title {
      margin-bottom: 16px; }
    #step2 .step2-filter-wrap {
      display: block;
      margin-bottom: 15px; }
      #step2 .step2-filter-wrap .step2-filter-title {
        display: inline-block;
        background-color: #d3b895;
        color: #fff;
        min-width: 100px;
        border-radius: 100px;
        text-align: center;
        padding: 6px;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer; }
        #step2 .step2-filter-wrap .step2-filter-title svg {
          transform: rotate(180deg); }
    #step2 .step2-content {
      flex-direction: column; }
    #step2 .filter-wrapper {
      flex: 0 0 100%;
      max-width: 100%;
      max-height: 0;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: .15s;
      transition-duration: 1s;
      overflow: hidden; }
      #step2 .filter-wrapper.max-height-inherit {
        max-height: inherit; }
    #step2 .lists-products-wrap {
      flex: 0 0 100%;
      max-width: 100%; } }

#step3 {
  display: none; }

#quick-view-modal .modal-detailProduct {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 32px;
  gap: 16px; }
  #quick-view-modal .modal-detailProduct .close-popup-gift {
    top: 8px;
    right: 8px;
    position: absolute; }
  #quick-view-modal .modal-detailProduct .productDetail--gallery {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px); }
  #quick-view-modal .modal-detailProduct .productDetail--content {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px); }

#quick-view-modal .productDetail--content h2 {
  color: #946527;
  font-weight: 700;
  margin-bottom: 8px; }

#quick-view-modal .productDetail--content .product-price {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.48px;
  margin-bottom: 10px; }

#quick-view-modal .productDetail--content .product-variants .select-quickview {
  display: none; }

#quick-view-modal .productDetail--content .quantity-area-wrap {
  margin-bottom: 10px; }

#quick-view-modal .productDetail--content .quantity-area {
  width: 140px;
  display: flex;
  flex-wrap: wrap; }
  #quick-view-modal .productDetail--content .quantity-area .qty-btn {
    background: #fff;
    float: left;
    border: 1px solid #dee2e6;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 45px;
    flex: 0 0 40px;
    max-width: 40px;
    text-align: center;
    border-radius: 0;
    font-size: 20px; }
  #quick-view-modal .productDetail--content .quantity-area .quantity-selector-input {
    background: #fff;
    font-weight: 600;
    height: 45px;
    padding: 0;
    text-align: center;
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    border: 1px solid #dee2e6;
    border-left: none;
    border-right: none;
    border-radius: 0;
    float: left;
    -webkit-appearance: none;
    font-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

#quick-view-modal .productDetail--content .product-service {
  margin-bottom: 10px; }
  #quick-view-modal .productDetail--content .product-service .infoList-service li {
    padding: 4px 0 20px 40px;
    position: relative; }
    #quick-view-modal .productDetail--content .product-service .infoList-service li span {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 30px;
      display: inline-block;
      vertical-align: middle; }

#quick-view-modal .productDetail--content .select-swatch .swatch {
  margin-bottom: 10px; }
  #quick-view-modal .productDetail--content .select-swatch .swatch .header {
    font-weight: 700; }
  #quick-view-modal .productDetail--content .select-swatch .swatch .select-swap {
    padding: 0;
    margin-top: 10px; }

#quick-view-modal .productDetail--content .product-canhanhoa p {
  margin-bottom: 6px;
  color: #212121;
  font-family: Quicksand;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.14px; }

#quick-view-modal .productDetail--content .product-canhanhoa .product-canhanhoa-heading {
  border-radius: 4px 4px 0px 0px;
  background: #EEE;
  display: flex;
  padding: 4px;
  align-items: center;
  gap: 8px;
  align-self: stretch; }
  #quick-view-modal .productDetail--content .product-canhanhoa .product-canhanhoa-heading span {
    cursor: pointer;
    padding: 3px; }
    #quick-view-modal .productDetail--content .product-canhanhoa .product-canhanhoa-heading span.active {
      background: #C2A074; }

#quick-view-modal .productDetail--content .product-canhanhoa .product-canhanhoa-content textarea {
  border-radius: 0px 0px 4px 4px;
  border: 1px solid #EEE;
  min-height: 110px;
  width: 100%;
  resize: none; }

#quick-view-modal .productDetail--content .wrap-addcart button {
  width: 100%; }

#quick-view-modal .productDetail--content-card h2 {
  margin-bottom: 24px; }

#quick-view-modal .productDetail--content-card .product-thiep {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px; }

#quick-view-modal .productDetail--content-card .product-thiep-top {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  gap: 12px; }
  #quick-view-modal .productDetail--content-card .product-thiep-top .product-thiep-input {
    flex: 1; }
  #quick-view-modal .productDetail--content-card .product-thiep-top label {
    display: block;
    font-weight: 700;
    width: 100%;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.14px;
    margin-bottom: 6px; }
  #quick-view-modal .productDetail--content-card .product-thiep-top input {
    width: 100%;
    padding: 6px 8px 8px 16px;
    color: #757575;
    font-size: 16px;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.16px;
    border-radius: 4px;
    border: 1px solid #eee; }

#quick-view-modal .productDetail--content-card .product-thiep-content {
  flex: 0 0 100%; }
  #quick-view-modal .productDetail--content-card .product-thiep-content label {
    display: block;
    width: 100%;
    font-weight: 700;
    margin-bottom: 6px; }
  #quick-view-modal .productDetail--content-card .product-thiep-content textarea {
    width: 100%;
    height: 175px;
    resize: none;
    border: 1px solid #eee; }

#quick-view-modal .productDetail--content-card .product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  #quick-view-modal .productDetail--content-card .product-actions button {
    flex: 1;
    padding: 8px 32px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    line-height: 16.8px; }
    #quick-view-modal .productDetail--content-card .product-actions button.btn-confirm {
      border: 1px solid #C2A074;
      background: #C2A074; }
    #quick-view-modal .productDetail--content-card .product-actions button.btn-close {
      border: 1px solid #ECDECD;
      background: #FFF8EE;
      color: #757575; }

#data-gift {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  display: none; }
  #data-gift .data-gift-wrap {
    border-radius: 12px 12px 0px 0px;
    background: #FFF3E2;
    box-shadow: 0px -6px 20px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-wrap: wrap; }
    #data-gift .data-gift-wrap .data-gift-content {
      flex: 0 0 66.66%;
      max-width: 66.66%;
      padding: 12px 100px 12px 24px; }
      #data-gift .data-gift-wrap .data-gift-content .data-gift-lists {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch; }
        #data-gift .data-gift-wrap .data-gift-content .data-gift-lists li {
          border-radius: 1px;
          background: #FFF;
          position: relative; }
          #data-gift .data-gift-wrap .data-gift-content .data-gift-lists li img {
            width: 80px;
            height: 80px;
            aspect-ratio: 1/1; }
          #data-gift .data-gift-wrap .data-gift-content .data-gift-lists li .data-gift-item-check {
            display: flex;
            min-width: 24px;
            min-height: 24px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 50%;
            border: 1px solid #D3B895;
            background: #fff;
            position: absolute;
            left: 4px;
            top: 5px; }
            #data-gift .data-gift-wrap .data-gift-content .data-gift-lists li .data-gift-item-check svg {
              width: 18px;
              height: 18px; }
          #data-gift .data-gift-wrap .data-gift-content .data-gift-lists li .gift-quantity-badge {
            position: absolute;
            top: 5px;
            right: 5px;
            background: #fff;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            color: #946527;
            font-weight: 700; }
          #data-gift .data-gift-wrap .data-gift-content .data-gift-lists li .data-gift-item-text {
            display: none; }
          #data-gift .data-gift-wrap .data-gift-content .data-gift-lists li .data-gift-info {
            display: none; }
    #data-gift .data-gift-wrap .data-gift-totalwrap {
      flex: 0 0 33.333%;
      max-width: 33.333%;
      display: flex;
      padding: 12px 32px;
      flex-wrap: wrap;
      gap: 16px;
      border-left: 1px solid #D9D1C6; }
      #data-gift .data-gift-wrap .data-gift-totalwrap .data-gift-total {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
        flex: 0 0 100%;
        max-width: 100%; }
        #data-gift .data-gift-wrap .data-gift-totalwrap .data-gift-total span {
          color: #282828;
          font-size: 15px;
          font-style: normal;
          font-weight: 700;
          line-height: 18px;
          /* 120% */
          letter-spacing: -0.15px;
          display: inline-block; }
        #data-gift .data-gift-wrap .data-gift-totalwrap .data-gift-total .totalprice {
          color: #000;
          font-size: 24px;
          font-weight: 600;
          line-height: 19.6px;
          /* 81.667% */
          letter-spacing: -0.24px; }
      #data-gift .data-gift-wrap .data-gift-totalwrap .data-gift-submit {
        display: flex;
        flex: 0 0 100%;
        max-width: 100%; }
        #data-gift .data-gift-wrap .data-gift-totalwrap .data-gift-submit button {
          width: 100%;
          border: 0;
          border-radius: 2px;
          background: #C2A074;
          padding: 8px 32px;
          color: #FFF;
          text-align: center;
          font-size: 14px;
          font-weight: 700;
          line-height: 16.8px;
          /* 16.8px */
          text-transform: uppercase; }
    @media (max-width: 991.98px) {
      #data-gift .data-gift-wrap .data-gift-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 12px 12px 0 12px; }
      #data-gift .data-gift-wrap .data-gift-totalwrap {
        flex: 0 0 100%;
        max-width: 100%;
        border: 0;
        padding: 12px;
        gap: 8px; } }

#thankyou-modal .wrapper-thanhyou {
  padding: 64px 0;
  background: #FFF5E7; }
  #thankyou-modal .wrapper-thanhyou .close-popup-gift {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px; }

#thankyou-modal .thankyou-modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px; }
  #thankyou-modal .thankyou-modal-content .thankyou-modal-icon {
    width: 164px;
    height: 164px; }
  #thankyou-modal .thankyou-modal-content .thankyou-modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px; }
    #thankyou-modal .thankyou-modal-content .thankyou-modal-body .title {
      color: #946527;
      text-align: center;
      font-size: 32px;
      font-weight: 700;
      line-height: 38.4px;
      /* 38.4px */
      letter-spacing: -0.64px;
      width: 415px;
      margin: 0 auto; }
    #thankyou-modal .thankyou-modal-content .thankyou-modal-body .body {
      color: #000;
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      line-height: 16.8px;
      /* 16.8px */
      letter-spacing: -0.28px;
      width: 322px;
      margin: 0 auto; }
