.list-collections #banner-list-collections {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center; }
  .list-collections #banner-list-collections:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    display: none; }
  .list-collections #banner-list-collections .wrapper-text {
    position: absolute;
    text-align: center;
    z-index: 2;
    bottom: 10%; }
    .list-collections #banner-list-collections .wrapper-text h1, .list-collections #banner-list-collections .wrapper-text h2 {
      color: #fff;
      margin: 0; }
      @media (min-width: 1200px) {
        .list-collections #banner-list-collections .wrapper-text h1, .list-collections #banner-list-collections .wrapper-text h2 {
          font-size: 40px; } }
      @media (max-width: 1199px) {
        .list-collections #banner-list-collections .wrapper-text h1, .list-collections #banner-list-collections .wrapper-text h2 {
          font-size: 30px; } }
      @media (max-width: 991px) {
        .list-collections #banner-list-collections .wrapper-text h1, .list-collections #banner-list-collections .wrapper-text h2 {
          font-size: 18px;
          padding: 0 15px; } }

.list-collections #section-list-collections {
  padding: 60px 0; }
  .list-collections #section-list-collections .m_list-collections {
    gap: 15px 0; }
    .list-collections #section-list-collections .m_list-collections .item-collections .inner_item-collections {
      border-radius: 10px;
      position: relative;
      overflow: hidden; }
      .list-collections #section-list-collections .m_list-collections .item-collections .inner_item-collections .info-collections {
        padding: 16px;
        background: #1cabe2; }
        .list-collections #section-list-collections .m_list-collections .item-collections .inner_item-collections .info-collections h2 {
          font-size: 18px;
          text-align: left;
          min-height: 47px; }
          .list-collections #section-list-collections .m_list-collections .item-collections .inner_item-collections .info-collections h2 a {
            color: #fff; }
        .list-collections #section-list-collections .m_list-collections .item-collections .inner_item-collections .info-collections .short-collections {
          color: #fff;
          font-size: 15px; }
        .list-collections #section-list-collections .m_list-collections .item-collections .inner_item-collections .info-collections .action-collections {
          text-align: center;
          margin-top: 20px; }

.checkout-page .wrapper-page {
  display: flex;
  min-height: 640px;
  height: calc(-60px + 100vh);
  overflow: hidden;
  width: 100%; }
  .checkout-page .wrapper-page .banner-page {
    width: 50%;
    background: url(https://file.hstatic.net/200000865571/file/banner-checkout_f2b6929c281c448a91cd04e716f6edd2.png);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    order: 1; }
    @media (max-width: 991px) {
      .checkout-page .wrapper-page .banner-page {
        display: none; } }
  .checkout-page .wrapper-page .right-checkout {
    width: 50%;
    order: 2; }
    @media (max-width: 991px) {
      .checkout-page .wrapper-page .right-checkout {
        width: 100%; } }
    .checkout-page .wrapper-page .right-checkout .scroll-wrapper {
      overflow-y: auto;
      overflow-x: hidden;
      display: flex;
      flex-direction: column;
      height: 100%; }
      .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow: hidden; }
        .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .heading-checkout {
          background: #434754;
          padding: 30px 1rem;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 20px; }
          .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .heading-checkout h2 {
            color: #FFFFFF;
            margin: 0; }
          .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .heading-checkout .total-giving {
            color: #FFFFFF;
            background: #1cabe2;
            font-size: 32px;
            line-height: 43px;
            padding: 8px 16px;
            border-radius: 8px;
            font-weight: bold;
            border: 1px solid #FFFFFF; }
        .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout {
          flex: 1 1 100%;
          overflow-y: auto; }
          .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .current-step {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 30px 0;
            font-size: 18px;
            line-height: 25px;
            gap: 16px; }
            .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .current-step .item-step {
              border-radius: 16px;
              padding: 4px 16px;
              font-weight: bold; }
              .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .current-step .item-step.active {
                color: #FFFFFF;
                background: #1cabe2; }
          .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .step-content {
            display: none; }
            .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .step-content.active {
              display: block; }
          .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .wrap-info-customer {
            padding: 0 10%;
            display: flex;
            flex-direction: column;
            gap: 20px; }
            @media (max-width: 991px) {
              .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .wrap-info-customer {
                padding: 0 15px; } }
            .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .wrap-info-customer .item-form {
              display: flex;
              flex-direction: column; }
              .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .wrap-info-customer .item-form.error input, .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .wrap-info-customer .item-form.error select {
                border-color: red; }
              .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .wrap-info-customer .item-form label {
                margin: 0 0 2px 0;
                font-weight: bold;
                font-size: 16px; }
              .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .wrap-info-customer .item-form input, .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .wrap-info-customer .item-form select {
                border-radius: 4px;
                height: 43px;
                outline: none;
                box-shadow: none;
                border: 1px solid #ced4da;
                font-weight: bold;
                font-size: 16px; }
              .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .wrap-info-customer .item-form .error-input {
                color: red; }
              .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .wrap-info-customer .item-form select {
                background: url(https://file.hstatic.net/200000865571/file/down-arrow_109a5ed3d3ee4a959b12632bfb9cd792.svg);
                appearance: none;
                background-size: 20px;
                background-repeat: no-repeat;
                background-position: center right 10px;
                cursor: pointer; }
          .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .wrap-button {
            padding: 40px 10% 60px 10%;
            border-top: 1px solid #dee2e6;
            margin: 40px 0 0 0;
            display: flex;
            justify-content: end; }
            .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .wrap-button button {
              box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.275);
              color: #000000;
              font-weight: bold;
              border-radius: 4px;
              font-size: 18px;
              padding: 8px 12px;
              display: flex;
              align-items: center;
              justify-content: center;
              gap: 5px; }
            .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .wrap-button .back-step-1 {
              display: flex;
              align-items: center;
              gap: 5px;
              font-size: 16px;
              cursor: pointer; }
          .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .wrap-payment {
            padding: 30px 10%; }
            @media (max-width: 991px) {
              .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .wrap-payment {
                padding: 30px 15px; } }
            .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .wrap-payment h2 {
              font-size: 18px;
              line-height: 27px;
              font-weight: bold; }
          .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .payment-fail {
            margin: 60px 0 0 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 0 15px; }
            .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .payment-fail img {
              width: 120px; }
            @media (max-width: 991px) {
              .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .payment-fail h2 {
                font-size: 24px; } }
          .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .item-payment {
            border: 2px solid #ccc;
            border-radius: 4px;
            padding: 16px 8px;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer; }
            .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .item-payment .input-payment {
              display: flex;
              align-items: center;
              gap: 10px; }
              .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .item-payment .input-payment input {
                width: 18px;
                height: 18px;
                transition: all 0.2s ease-in-out;
                position: relative;
                cursor: pointer;
                vertical-align: -4px;
                outline: 0;
                border: solid 1px #868D95;
                box-shadow: 0 0 0 0 #1cabe2 inset;
                -webkit-appearance: none;
                border-radius: 100%; }
                .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .item-payment .input-payment input:after {
                  content: "";
                  display: block;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  -webkit-transform: scale(0.2);
                  transform: scale(0.2);
                  transition: all 0.2s ease-in-out 0.1s;
                  opacity: 0;
                  width: 6px;
                  height: 6px;
                  margin-left: -3px;
                  margin-top: -3px;
                  background-color: #fff;
                  border-radius: 50%; }
                .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .item-payment .input-payment input:checked {
                  box-shadow: unset;
                  border: 1px solid #1cabe2;
                  border-radius: 100%;
                  background: transparent; }
                  .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .item-payment .input-payment input:checked:after {
                    opacity: 1;
                    filter: alpha(opacity=100);
                    -webkit-transform: scale(2);
                    transform: scale(2);
                    background-color: #1cabe2; }
              .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .item-payment .input-payment span {
                margin: 0;
                color: #1cabe2;
                font-weight: bold;
                font-size: 20px; }
            .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .item-payment .logo-payment img {
              width: 32px; }
          .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .wrap-payment-repayment {
            padding: 30px 10%; }
            @media (max-width: 991px) {
              .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .wrap-payment-repayment {
                padding: 30px 15px; } }
            .checkout-page .wrapper-page .right-checkout .scroll-wrapper .main-checkout .content-checkout .wrap-payment-repayment h2 {
              font-size: 18px;
              line-height: 27px;
              font-weight: bold; }

#modal-error {
  width: 100%;
  max-width: 500px;
  padding: 20px;
  border-radius: 4px; }
  #modal-error h2 {
    text-align: center; }

.cart-loading-ovl {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  opacity: 1;
  flex-direction: column; }

.cart-loading-ovl .load-3 .line:nth-last-child(1) {
  animation: loadingC .6s .1s linear infinite; }

.cart-loading-ovl .load-3 .line:nth-last-child(2) {
  animation: loadingC .6s .2s linear infinite; }

.cart-loading-ovl .load-3 .line:nth-last-child(3) {
  animation: loadingC .6s .3s linear infinite; }

.cart-loading-ovl .load-3 .line {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #222;
  margin: 0 3px; }

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

.breadcrumb-shop {
  background: #f1fbfd; }
  .breadcrumb-shop .breadcrumb {
    background: transparent;
    padding: 10px 0; }
    .breadcrumb-shop .breadcrumb li {
      font-weight: 500; }
      .breadcrumb-shop .breadcrumb li.active {
        font-weight: bold; }
  .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows > li + li:before {
    padding: 0 3px;
    margin-left: 5px;
    color: #ccc;
    font-family: 'FontAwesome';
    content: "|"; }

.style-arrows .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  z-index: 1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .style-arrows .slick-arrow img {
    width: 26px; }
  .style-arrows .slick-arrow.slick-prev {
    left: 5px; }
  .style-arrows .slick-arrow.slick-next {
    right: 5px; }

.layout-product .gallery-product {
  margin: 35px 0; }
  .layout-product .gallery-product .slider-for:not(.slick-initialized) {
    display: flex; }
    .layout-product .gallery-product .slider-for:not(.slick-initialized) .item-slider {
      width: 100%; }
      .layout-product .gallery-product .slider-for:not(.slick-initialized) .item-slider ~ .item-slider {
        display: none; }
  .layout-product .gallery-product .slider-for img {
    margin: 0 auto; }
  .layout-product .gallery-product .slider-nav {
    margin-top: 10px;
    position: relative;
    overflow: hidden; }
    .layout-product .gallery-product .slider-nav:not(.slick-initialized) {
      display: -webkit-flex;
      display: flex;
      overflow: hidden;
      width: 100%;
      gap: 10px; }
      .layout-product .gallery-product .slider-nav:not(.slick-initialized) .item-slider {
        flex: 0 0 calc(100% / 4); }
    .layout-product .gallery-product .slider-nav .slick-slide {
      margin: 0 0 0 10px; }
    .layout-product .gallery-product .slider-nav .slick-list {
      margin: 0 0 0 -10px; }
  .layout-product .gallery-product .infomation-product .prod-title {
    color: #1cabe2;
    font-weight: bold;
    margin: 0 0 15px 0; }
    @media (max-width: 991px) {
      .layout-product .gallery-product .infomation-product .prod-title {
        margin: 20px 0 15px 0; } }
  .layout-product .gallery-product .infomation-product .wrap-prod-price {
    display: flex;
    align-items: center;
    gap: 30px; }
    .layout-product .gallery-product .infomation-product .wrap-prod-price .m-prod-price {
      display: flex;
      align-items: center;
      gap: 15px; }
      .layout-product .gallery-product .infomation-product .wrap-prod-price .m-prod-price .min-prod-price {
        font-size: 20px;
        color: red;
        font-weight: bold; }
      .layout-product .gallery-product .infomation-product .wrap-prod-price .m-prod-price .compare-prod-price {
        font-size: 16px;
        color: gray;
        font-weight: bold; }
  .layout-product .gallery-product .infomation-product .wrap-variant {
    margin: 30px 0; }
    .layout-product .gallery-product .infomation-product .wrap-variant .select {
      display: none; }
  .layout-product .gallery-product .infomation-product .wrap-quantity {
    display: flex;
    align-items: center;
    gap: 30px; }
    .layout-product .gallery-product .infomation-product .wrap-quantity .m_quantity {
      display: flex;
      align-items: center; }
      .layout-product .gallery-product .infomation-product .wrap-quantity .m_quantity button {
        height: 35px;
        width: 35px;
        background: #ffffff;
        border: 1px solid #c5c5c5;
        cursor: pointer;
        outline: none;
        box-shadow: none; }
        .layout-product .gallery-product .infomation-product .wrap-quantity .m_quantity button.minus-button {
          border-radius: 4px 0 0 4px; }
        .layout-product .gallery-product .infomation-product .wrap-quantity .m_quantity button.plus-button {
          border-radius: 0 4px 4px 0; }
        .layout-product .gallery-product .infomation-product .wrap-quantity .m_quantity button svg {
          width: 15px;
          height: 15px; }
      .layout-product .gallery-product .infomation-product .wrap-quantity .m_quantity input {
        width: 80px;
        text-align: center;
        border: 1px solid #c5c5c5;
        border-left: none;
        border-right: none;
        height: 35px;
        outline: none;
        box-shadow: none; }
  .layout-product .gallery-product .infomation-product .wrap-action {
    margin: 30px 0; }
    .layout-product .gallery-product .infomation-product .wrap-action button {
      border-color: red;
      background: red;
      color: #FFFFFF;
      border-radius: 4px;
      font-size: 16px;
      width: 40%;
      border-width: 1px; }
      @media (max-width: 991px) {
        .layout-product .gallery-product .infomation-product .wrap-action button {
          width: 49%; } }
      .layout-product .gallery-product .infomation-product .wrap-action button.btn-addtocart-prod, .layout-product .gallery-product .infomation-product .wrap-action button.btn-addtocart-prod-qv {
        border-color: red;
        background: #FFFFFF;
        color: red; }
        .layout-product .gallery-product .infomation-product .wrap-action button.btn-addtocart-prod:hover, .layout-product .gallery-product .infomation-product .wrap-action button.btn-addtocart-prod-qv:hover {
          color: red !important; }
      .layout-product .gallery-product .infomation-product .wrap-action button.disabled {
        pointer-events: none;
        background: #d8d8d8;
        color: #000000;
        border-color: #d8d8d8; }
  .layout-product .gallery-product .infomation-product .wrapbox-detail {
    display: flex;
    display: -ms-flex;
    -ms-align-items: center;
    align-items: center; }
    .layout-product .gallery-product .infomation-product .wrapbox-detail .product-toshare {
      display: flex;
      display: -ms-flex;
      align-items: center;
      -ms-align-items: center; }
      .layout-product .gallery-product .infomation-product .wrapbox-detail .product-toshare a {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-size: 14px;
        text-align: center;
        line-height: 30px;
        margin-left: 10px;
        color: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center; }
        .layout-product .gallery-product .infomation-product .wrapbox-detail .product-toshare a svg {
          width: 15px;
          height: 15px;
          vertical-align: initial; }
        .layout-product .gallery-product .infomation-product .wrapbox-detail .product-toshare a.share-facebook {
          background: #25479b; }
        .layout-product .gallery-product .infomation-product .wrapbox-detail .product-toshare a.share-messenger {
          background: #0084ff; }
          .layout-product .gallery-product .infomation-product .wrapbox-detail .product-toshare a.share-messenger svg {
            width: 30px;
            height: 30px; }
        .layout-product .gallery-product .infomation-product .wrapbox-detail .product-toshare a.share-twitter {
          background: #55acee; }
        .layout-product .gallery-product .infomation-product .wrapbox-detail .product-toshare a.share-pinterest {
          background: #cd242a; }
        .layout-product .gallery-product .infomation-product .wrapbox-detail .product-toshare a.share-link {
          background: #2196F3;
          position: relative; }

.layout-product .content-product .column-description .head-description {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  margin: 0 0 15px 0; }

.layout-product .content-product .column-banner {
  display: flex;
  flex-direction: column;
  gap: 30px; }

.layout-product .banner-bottom-product {
  margin: 0 0 30px 0; }
  .layout-product .banner-bottom-product a img {
    width: 100%; }

.select-swatch {
  display: flex;
  flex-direction: column;
  gap: 15px; }
  .select-swatch .swatch {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .select-swatch .swatch input {
    display: none; }
  .select-swatch .swatch .select-swap {
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    gap: 10px; }
  .select-swatch .swatch .title-swap strong {
    font-size: 85%;
    display: block;
    color: #4ea8cd;
    line-height: 1.1;
    padding-bottom: 3px; }
  .select-swatch .swatch .swatch-element {
    display: inline-block;
    border-radius: 3px;
    position: relative;
    vertical-align: bottom; }
    .select-swatch .swatch .swatch-element:not(.color) {
      overflow: hidden; }
  .select-swatch .swatch .swatch-element label {
    position: relative;
    display: block;
    margin: 0;
    padding: 7px 10px;
    min-width: 70px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    background-color: #fff;
    border: 1px solid #bdbfbe;
    border-radius: 4px;
    text-align: center;
    cursor: pointer; }
  .select-swatch .swatch .swatch-element.color label {
    overflow: hidden; }
  .select-swatch .swatch .swatch-element label span {
    display: block;
    padding: 0 10px;
    overflow: hidden; }
  .select-swatch .swatch .swatch-element.soldout {
    cursor: no-drop; }
  .select-swatch .swatch .swatch-element.soldout label {
    opacity: .5;
    cursor: no-drop;
    pointer-events: none; }
  .select-swatch .swatch .swatch-element.soldout label span:before, .select-swatch .swatch .swatch-element.soldout label span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
    margin-top: 0;
    width: 100%;
    height: 1px;
    background: #bdbfbe; }
  .select-swatch .swatch .swatch-element.soldout label span:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .select-swatch .swatch .swatch-element.soldout label span:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .select-swatch .swatch .swatch-element label.sd {
    color: #1cabe2;
    background: #ffff;
    border: 1px solid #1cabe2; }
    .select-swatch .swatch .swatch-element label.sd:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      right: -1px;
      top: -1px;
      border-style: solid;
      border-width: 0px 19px 19px 0px;
      border-color: transparent #1cabe2 transparent transparent; }
    .select-swatch .swatch .swatch-element label.sd:after {
      position: absolute;
      content: "";
      width: 19px;
      height: 19px;
      right: -1px;
      top: -1px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fffff' d='M0 0h16c2.21 0 4 1.79 4 4v16L0 0z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124)'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M4.654 7.571L8.88 3.176c.22-.228.582-.235.81-.016.229.22.236.582.017.81L5.04 8.825c-.108.113-.258.176-.413.176-.176 0-.33-.076-.438-.203L2.136 6.37c-.205-.241-.175-.603.067-.808.242-.204.603-.174.808.068L4.654 7.57z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124) translate(7.5)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.layout-collection .category-collection-page {
  background: #f1fbfd; }
  .layout-collection .category-collection-page .m_category-collection {
    display: flex;
    gap: 30px;
    padding: 25px 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    @media (max-width: 991px) {
      .layout-collection .category-collection-page .m_category-collection {
        gap: 25px; } }
    .layout-collection .category-collection-page .m_category-collection .item-category {
      text-align: center;
      width: 25%; }
      @media (max-width: 991px) {
        .layout-collection .category-collection-page .m_category-collection .item-category {
          width: auto; } }
      .layout-collection .category-collection-page .m_category-collection .item-category a {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center; }
        .layout-collection .category-collection-page .m_category-collection .item-category a .media-category {
          width: 70px;
          height: 70px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #1cabe2;
          border-radius: 100%; }
        .layout-collection .category-collection-page .m_category-collection .item-category a img {
          width: 50px; }
        .layout-collection .category-collection-page .m_category-collection .item-category a h2 {
          margin: 10px 0 0 0;
          font-size: 16px; }

.layout-collection .wrap-list-collection {
  margin: 45px 0; }
  @media (max-width: 991px) {
    .layout-collection .wrap-list-collection {
      margin: 35px 0; } }
  .layout-collection .wrap-list-collection .heading-collection {
    margin: 0 0 45px 0; }
    @media (max-width: 991px) {
      .layout-collection .wrap-list-collection .heading-collection {
        margin: 0 0 35px 0; } }
    .layout-collection .wrap-list-collection .heading-collection h1 {
      color: #1cabe2;
      margin: 0; }

.layout-collection .gap-fix {
  gap: 30px 0; }

.layout-collection .collection-loadmore {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0; }
  .layout-collection .collection-loadmore button {
    background: #1cabe2;
    border: none;
    padding: 10px 35px; }

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

.product-loop {
  margin-bottom: 15px; }
  .product-loop .media-loop {
    background: #f4f4f4; }
    .product-loop .media-loop a {
      position: relative;
      display: block;
      padding-top: 100%; }
      .product-loop .media-loop a picture {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        transition: all 0.6s ease-in-out 0s;
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        -ms-transition: all 0.6s ease-in-out 0s; }
        .product-loop .media-loop a picture:nth-child(2) {
          opacity: 0;
          visibility: hidden; }
        .product-loop .media-loop a picture img {
          width: 100%; }
      @media (min-width: 1200px) {
        .product-loop .media-loop a:hover picture:nth-child(1) {
          visibility: hidden;
          opacity: 0; }
        .product-loop .media-loop a:hover picture:nth-child(2) {
          opacity: 1;
          visibility: visible; } }
  .product-loop .info-loop {
    margin: 10px 0 0 0; }
    .product-loop .info-loop h2 {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      font-size: 14px;
      margin: 0; }
    .product-loop .info-loop .price-loop {
      margin: 5px 0 8px 0; }
      .product-loop .info-loop .price-loop span {
        color: red;
        font-weight: bold; }
    .product-loop .info-loop .action-loop button, .product-loop .info-loop .action-loop a {
      padding: 6px 30px;
      border-radius: 12px;
      border: none; }

#quickview-modal {
  width: 100%;
  max-width: 900px;
  padding: 20px;
  border-radius: 4px; }

.relates-product {
  margin: 45px 0; }
  .relates-product h2 {
    font-size: 24px;
    color: #1cabe2;
    font-weight: bold;
    margin: 0 0 15px 0; }
  .relates-product .content-relates .slider-relates:not(.slick-initialized) {
    white-space: nowrap;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 40px) / 5);
    overflow-x: auto;
    grid-template-columns: unset;
    gap: 10px;
    display: grid;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    @media (max-width: 991px) {
      .relates-product .content-relates .slider-relates:not(.slick-initialized) {
        grid-auto-columns: calc((100% - 10px) / 2); } }
  .relates-product .content-relates .slider-relates .slick-slide {
    margin: 0 0 0 10px; }
  .relates-product .content-relates .slider-relates .slick-list {
    margin: 0 0 0 -10px; }

#nextgen .container {
  padding: 0 15px; }

#nextgen #intro-nextgen .line-intro {
  display: flex;
  align-items: center;
  gap: 45px;
  margin: 15px 0; }
  @media (max-width: 991px) {
    #nextgen #intro-nextgen .line-intro {
      flex-direction: column;
      gap: 15px; } }
  #nextgen #intro-nextgen .line-intro .media-intro {
    width: 50%; }
    @media (max-width: 991px) {
      #nextgen #intro-nextgen .line-intro .media-intro {
        width: 100%; } }
  #nextgen #intro-nextgen .line-intro .text-intro {
    width: 50%; }
    @media (max-width: 991px) {
      #nextgen #intro-nextgen .line-intro .text-intro {
        width: 100%; } }
    #nextgen #intro-nextgen .line-intro .text-intro h2 {
      color: #1cabe2;
      font-weight: bold;
      margin: 0 0 20px 0;
      font-size: 32px; }
      @media (max-width: 991px) {
        #nextgen #intro-nextgen .line-intro .text-intro h2 {
          margin: 0 0 15px 0;
          font-size: 24px; } }
    #nextgen #intro-nextgen .line-intro .text-intro p {
      font-size: 16px; }

#nextgen #intro-nextgen .line-text-intro {
  display: flex;
  gap: 45px;
  margin: 30px 0; }
  @media (max-width: 991px) {
    #nextgen #intro-nextgen .line-text-intro {
      flex-direction: column;
      gap: 15px;
      margin: 0; } }
  #nextgen #intro-nextgen .line-text-intro .per-text {
    width: 50%; }
    @media (max-width: 991px) {
      #nextgen #intro-nextgen .line-text-intro .per-text {
        width: 100%; } }
    #nextgen #intro-nextgen .line-text-intro .per-text p {
      font-size: 16px;
      margin: 0;
      padding: 15px 0;
      border-top: 1px solid #1cabe2; }
      #nextgen #intro-nextgen .line-text-intro .per-text p.italic {
        font-style: italic; }
      #nextgen #intro-nextgen .line-text-intro .per-text p b {
        color: #1cabe2; }

#nextgen #helper-nextgen .wrap-helper {
  background: rgba(28, 171, 226, 0.1);
  padding: 45px 0 190px 0; }
  #nextgen #helper-nextgen .wrap-helper .section-heading {
    text-align: center; }
    #nextgen #helper-nextgen .wrap-helper .section-heading h2 {
      color: #1cabe2;
      font-size: 32px;
      margin: 0 0 45px 0; }
      @media (max-width: 991px) {
        #nextgen #helper-nextgen .wrap-helper .section-heading h2 {
          margin: 0 0 15px 0;
          font-size: 24px; } }
  #nextgen #helper-nextgen .wrap-helper .wrap-list-nextgen {
    display: flex; }
    @media (max-width: 991px) {
      #nextgen #helper-nextgen .wrap-helper .wrap-list-nextgen {
        flex-wrap: wrap;
        gap: 30px 0;
        justify-content: space-between; } }
  #nextgen #helper-nextgen .wrap-helper .item-nextgen {
    width: 25%;
    text-align: center; }
    @media (max-width: 991px) {
      #nextgen #helper-nextgen .wrap-helper .item-nextgen {
        width: calc(50% - 10px); } }
    #nextgen #helper-nextgen .wrap-helper .item-nextgen .media-nextgen img {
      width: 100%;
      max-width: 220px; }
      @media (max-width: 991px) {
        #nextgen #helper-nextgen .wrap-helper .item-nextgen .media-nextgen img {
          max-width: 180px; } }
    #nextgen #helper-nextgen .wrap-helper .item-nextgen .info-nextgen {
      margin: 20px 0 0 0; }
      #nextgen #helper-nextgen .wrap-helper .item-nextgen .info-nextgen p {
        padding: 0 13%;
        text-align: left; }
        @media (max-width: 991px) {
          #nextgen #helper-nextgen .wrap-helper .item-nextgen .info-nextgen p {
            padding: 0; } }

#nextgen #helper-nextgen img.img-nextgen {
  margin-top: -220px;
  position: relative;
  z-index: 9; }
  @media (max-width: 991px) {
    #nextgen #helper-nextgen img.img-nextgen {
      margin-top: -175px; } }

#nextgen #join-nextgen {
  margin: 90px 0; }
  @media (max-width: 991px) {
    #nextgen #join-nextgen {
      margin: 40px 0; } }
  #nextgen #join-nextgen .wrap-join {
    display: flex;
    align-items: center;
    gap: 45px; }
    @media (max-width: 991px) {
      #nextgen #join-nextgen .wrap-join {
        flex-direction: column;
        gap: 15px; } }
    #nextgen #join-nextgen .wrap-join .media-join {
      width: 50%; }
      @media (max-width: 991px) {
        #nextgen #join-nextgen .wrap-join .media-join {
          width: 100%; } }
    #nextgen #join-nextgen .wrap-join .text-join {
      width: 50%; }
      @media (max-width: 991px) {
        #nextgen #join-nextgen .wrap-join .text-join {
          width: 100%; } }
      #nextgen #join-nextgen .wrap-join .text-join h2 {
        color: #1cabe2;
        font-weight: bold;
        margin: 0 0 20px 0;
        font-size: 32px; }
        @media (max-width: 991px) {
          #nextgen #join-nextgen .wrap-join .text-join h2 {
            margin: 0 0 15px 0;
            font-size: 24px; } }
      #nextgen #join-nextgen .wrap-join .text-join p {
        font-size: 16px; }
      #nextgen #join-nextgen .wrap-join .text-join .action-join {
        margin: 30px 0 0 0; }
        #nextgen #join-nextgen .wrap-join .text-join .action-join a {
          background: #1cabe2;
          color: #FFFFFF;
          font-weight: bold;
          padding: 10px 16px;
          border-radius: 4px;
          display: inline-block; }

#nextgen #video-nextgen .main-video iframe {
  width: 100%;
  height: 600px; }

#nextgen #video-nextgen .main-video h2 {
  margin: 15px 0 20px 0;
  font-weight: 500; }
  @media (max-width: 991px) {
    #nextgen #video-nextgen .main-video h2 {
      margin: 15px 0;
      font-size: 24px; } }

#nextgen #video-nextgen .list-video {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }
  #nextgen #video-nextgen .list-video .item-video {
    width: calc(33.33333% - 7px);
    cursor: pointer; }
    @media (max-width: 991px) {
      #nextgen #video-nextgen .list-video .item-video {
        width: calc(50% - 7px); } }
    #nextgen #video-nextgen .list-video .item-video iframe {
      width: 100%;
      height: 300px; }
    #nextgen #video-nextgen .list-video .item-video h2 {
      font-size: 16px;
      font-weight: normal;
      margin: 15px 0 0 0; }

#nextgen #people-nextgen {
  margin: 90px 0; }
  @media (max-width: 991px) {
    #nextgen #people-nextgen {
      margin: 40px 0; } }
  #nextgen #people-nextgen .section-heading h2 {
    color: #1cabe2;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 32px; }
    @media (max-width: 991px) {
      #nextgen #people-nextgen .section-heading h2 {
        margin: 0 0 15px 0;
        font-size: 24px; } }
  #nextgen #people-nextgen .text-list-people {
    margin: 30px 0 0 0; }
    #nextgen #people-nextgen .text-list-people ul {
      list-style-type: disc;
      padding: 0 0 0 30px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      font-size: 16px; }
      #nextgen #people-nextgen .text-list-people ul li b {
        color: #1cabe2; }

#nextgen #bottom-about {
  background: url(https://file.hstatic.net/200000865571/file/layer_96_c25126cb62654c9284df6fe7304b5a4f.png) left top no-repeat, url(https://file.hstatic.net/200000865571/file/layer_42_copy_419fc32cd5d34638a62f4fceea94dde5.png) left bottom repeat;
  background-size: 50%, 50%, auto; }
  @media (max-width: 991px) {
    #nextgen #bottom-about {
      background-size: 150%, 151%, auto; } }
  #nextgen #bottom-about .wrap-about {
    display: flex;
    gap: 60px;
    padding: 45px 0; }
    @media (max-width: 991px) {
      #nextgen #bottom-about .wrap-about {
        gap: 45px;
        flex-direction: column; } }
    #nextgen #bottom-about .wrap-about h2 {
      color: #FFFFFF;
      margin: 0 0 20px 0; }
      @media (max-width: 991px) {
        #nextgen #bottom-about .wrap-about h2 {
          margin: 0 0 15px 0;
          font-size: 24px; } }
      #nextgen #bottom-about .wrap-about h2 span {
        display: block; }
        @media (max-width: 991px) {
          #nextgen #bottom-about .wrap-about h2 span {
            display: inline; } }
    #nextgen #bottom-about .wrap-about p {
      color: #FFFFFF;
      margin: 20px 0;
      font-size: 16px; }
    #nextgen #bottom-about .wrap-about .action-about {
      text-align: center;
      margin-top: 60px; }
      #nextgen #bottom-about .wrap-about .action-about a {
        background: #fec039;
        color: #FFFFFF;
        border: 2px solid #FFFFFF;
        display: inline-block;
        padding: 6px 15px;
        border-radius: 40px;
        outline: none;
        box-shadow: none;
        font-weight: bold; }
  #nextgen #bottom-about .item-about-left {
    width: 50%; }
    @media (max-width: 991px) {
      #nextgen #bottom-about .item-about-left {
        width: 100%; } }
    #nextgen #bottom-about .item-about-left p {
      border-top: 1px solid #FFFFFF;
      border-bottom: 1px solid #FFFFFF;
      padding: 20px;
      text-align: center;
      font-style: italic;
      position: relative; }
      #nextgen #bottom-about .item-about-left p:before {
        content: "";
        background: url(https://file.hstatic.net/200000865571/file/quote-left_1479f017b44d46e4ae8e86b97078b60d.svg);
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        background-size: 100%;
        top: 10px;
        left: 0; }
      #nextgen #bottom-about .item-about-left p:after {
        content: "";
        background: url(https://file.hstatic.net/200000865571/file/quote-left_1479f017b44d46e4ae8e86b97078b60d.svg);
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        background-size: 100%;
        bottom: 10px;
        right: 0;
        transform: rotate(180deg); }
  #nextgen #bottom-about .item-about-right {
    width: 50%; }
    @media (max-width: 991px) {
      #nextgen #bottom-about .item-about-right {
        width: 100%; } }

#popup-account-register {
  width: 100%;
  max-width: 600px;
  padding: 20px;
  border-radius: 4px; }
  #popup-account-register .inner-account-popup h2 {
    text-align: center;
    margin: 0;
    font-size: 24px; }
  #popup-account-register .action-popup {
    text-align: center;
    margin-top: 20px; }
    #popup-account-register .action-popup a {
      background: #1cabe2;
      color: #FFFFFF; }
