/**
 * Theme Name:     Hiroshi Lord
 * Author:         Hiroshi Lord
 * Template:       flatsome
 * Description:    Theme Build by Hiroshi Lord
 * Version:        2025
 */

:root {
  --text-color: #065E36;
  --box-shadow: 0px 4px 10px -1px rgba(27, 28, 29, 0.15);
}

/* DEFAULT NO BORDER AND LINE-THROUGH */
.section-title-center b {
  opacity: 0;
}

.section-title-normal {
  border-bottom: none;
}

.section-title-normal span {
  border-bottom: none;
}

.text-cap {
  span {
    text-transform: capitalize;
  }
}

.text-unset {
  span {
    text-transform: unset;
    font-size: 24px !important;
    color: var(--text-color);
  }
}

.border-radius {
  border-radius: 8px;
  overflow: hidden;

  img {
    border-radius: 8px;
  }
}

.sec-footer {
  .custom-menu-white .ux-menu-link__text {
    color: #ffff !important;
    text-align: left !important;
  }
}

.text-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Giới hạn tối đa 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Hiện dấu ... nếu vượt quá */
  white-space: normal;
  /* Cho phép xuống dòng */

  a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Giới hạn tối đa 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Hiện dấu ... nếu vượt quá */
    white-space: normal;
    /* Cho phép xuống dòng */
  }
}

.d-none {
  display: none !important;
}

.absolute-footer {
  display: none;
}


#wrapper,
#main {
  background-color: #f9faf8;
}

/* END */
.custom-icon-center {

  .icon-box {
    align-items: center;

    h3 {
      font-size: 15px;
    }

    p {
      font-size: 12px;
    }
  }
}

.sec-contact {
  .wpcf7-form {

    input[type="text"],
    input[type="tel"] {
      border-radius: 8px;
      overflow: hidden;
      box-shadow: none;
      padding: 4px 8px;
      height: 45px;
    }

    .wpcf7-submit {
      margin-top: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: none;
    }
  }

}

.sec-footer {
  .custom-menu {
    .ux-menu-link__link {
      color: #000 !important;

      .ux-menu-link__text {
        text-align: left !important;
      }
    }
  }

  p {
    margin-bottom: 16px;
  }

  h3 {
    span {
      font-size: 20px !important;
      color: #fff;
      text-transform: unset;
      margin-right: 0;
    }
  }

  .ux-logo-link {
    padding: 5px !important;
  }
}

.custom-banner-news {
  border-radius: 16px;
  overflow: hidden;
}

.blog-custom-img {
  .post-item {
    .col-inner {
      .box-image {
        img {
          border-radius: 12px 12px 0 0;
          overflow: hidden;
        }
      }

      .box-text {
        .is-divider {
          opacity: 0;
        }

        .post-title {
          font-size: 16px;

          a.plain {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            /* Giới hạn tối đa 2 dòng */
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            /* Hiện dấu ... nếu vượt quá */
            white-space: normal;
            /* Cho phép xuống dòng */
          }
        }
      }
    }
  }
}

.custom-row-background {
  background-color: #fff;
}

.blog-custom-shadow {
  .post-item {
    .col-inner {
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 12px;
      overflow: hidden;

      .box-text {
        padding: 16px;

        .is-divider {
          opacity: 0;
        }
      }
    }
  }
}

.archive-page-header-custom {
  h1 {
    span {
      color: var(--text-color);
      font-size: 32px !important;
    }
  }
}

.archive {
  &.category {
    .post-item {
      .col-inner {
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 12px;
        overflow: hidden;

        .box-image {
          .image-cover {
            padding-top: 75% !important;
          }
        }

        .box-text {
          padding: 16px;

          .is-divider {
            opacity: 0;
          }
        }
      }
    }
  }
}

.highlight-text {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 400;
}

.custom-row-img-absolute {
  .col-inner {
    .img {
      position: absolute;
      transform: translateY(-30%);

      @media screen and (max-width:768px) {
        position: unset;
        transform: unset;
        padding-top: 30px;
      }
    }

    h2 {
      color: #fff;
      font-weight: 400;
      font-size: 20px;
    }
  }
}

.border-radius-video {
  iframe {
    border-radius: 20px;
    overflow: hidden;
  }
}

.custom-stack-about {
  gap: 24px;

  .icon-box {
    .icon-box-img {
      background: #0051301A;
      box-shadow: 0 1px 4px 0 #0C0C0D0D;
      border-radius: 100%;
      padding: 14px;
    }

    .icon-box-text {
      h3 {
        font-weight: 800;
        line-height: 1.5;
        min-height: 60px;
        margin-bottom: 8px;
        color: var(--text-color);
        text-align: center;
        font-size: 20px;
      }

      p {
        text-align: left;
        font-size: 16px;
      }
    }
  }

  @media screen and (max-width:768px) {
    flex-direction: column;

  }
}

.sec-technical {
  .large-3 {
    .col-inner {
      .box {
        .box-text {
          position: absolute;
          bottom: 50px;
          left: -12px;
          padding: 0;
          width: auto;
          border-radius: 0 12px 12px 0;
          box-shadow: 0px 4px 10px -1px rgba(27, 28, 29, 0.15);
          background-color: var(--text-color);

          .box-text-inner {
            width: fit-content;
            padding: 8px 24px;
            border-radius: 0 12px 12px 0;
            color: #fff;

            &::before {
              content: '';
              position: absolute;
              width: 20px;
              height: 16px;
              background-color: #002A19;
              left: 3px;
              top: -10px;
              transform: rotate(-45deg);
              z-index: -1;
            }
          }
        }
      }
    }
  }
}


.breadcrumbs-wrap {
  background: #DBEBDB;
  padding: 10px 0;

  .breadcrumbs {
    font-size: 16px;
    color: var(--text-color);

    a {
      color: var(--text-color);
      text-decoration: none;

      /* &:hover {
        text-decoration: underline;
      } */
    }

    .separator {
      margin: 0 10px;
      color: var(--text-color);
    }

    .current {
      font-weight: 600;
    }
  }
}

.custom-row-blog-single {
  .post {
    padding: 24px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 10px -1px rgba(27, 28, 29, 0.15);

    .entry-title {
      font-size: 32px;
      color: var(--text-color);
      margin-bottom: 16px;
    }

    .entry-header {
      .entry-divider {
        display: none;
      }

      .entry-meta {
        display: flex;
        gap: 8px;

        &>span {
          padding: 8px;
          background-color: #DBEBDB;
          border-radius: 12px;
          line-height: 1;
          font-size: 12px;
          font-weight: 600;
        }
      }
    }
  }

  .post-sidebar {
    border-left: none !important;
  }
}

.admin-info-box {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0px 4px 10px -1px rgba(27, 28, 29, 0.15);
  font-size: 14px;

  .admin-info-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;

    .admin-avatar img {
      border-radius: 50%;
    }

    .admin-name {
      font-size: 26px;
      font-weight: 700;
    }
  }

  .admin-bio {
    font-size: 18px;
    line-height: 1.7;
    color: #333;

    p {
      font-size: 14px;
    }
  }
}

/* Related Posts at page Single Post */
.related-posts--category {
  .box {
    margin-bottom: 12px;
    box-shadow: var(--box-shadow);
    border-radius: 12px;
    overflow: hidden;

    &>a {
      display: grid;
      grid-template-columns: 1fr 2fr;
      background-color: #fff;
      border-radius: 12px;
      align-items: center;
    }

    .box-text {
      text-align: left;
      padding: 8px;

      .post-title {
        text-transform: none;
        font-size: 14px;
        margin-bottom: 4px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }

      .from_the_blog_excerpt {
        font-size: 13px;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }

      .from_the_blog_comments {
        display: none;
      }
    }
  }
}

.products {
  .product-small {
    &.box {
      padding: 8px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 10px -1px #00000040;
      background-color: #fff;
      height: 100%;
      border: 1px solid var(--fs-color-primary);

      .box-text {
        padding-bottom: 0;

        .product-title {
          margin-bottom: 8px;

          .woocommerce-LoopProduct-link {
            font-size: 24px;
            font-weight: 900;

            @media screen and (max-width:768px) {
              font-size: 16px;

            }
          }
        }

        .price-wrapper {
          .loop-product-sku {
            color: #686868;
            font-size: 12px;
            margin-bottom: 8px;
          }

          .loop-product-price-custom {
            font-weight: 700;
            margin-bottom: 5px;
          }

          .woocommerce-Price-amount {
            font-size: 20px;
            line-height: 1.2;
            font-weight: 900;
            color: var(--text-color);

            @media screen and (max-width:768px) {
              font-size: 18px;

            }
          }
        }

        .add-to-cart-button {
          a {
            background: #0051301A;
            border: none;
            font-size: 14px;
            font-weight: 600;
            text-transform: none;
            color: var(--text-color);
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 8px;
            padding: 8px 16px;
            border-radius: 8px;
            margin: 24px 0 0;
            min-height: 48px;
          }
        }
      }

      &.box:hover {
        background-color: #5dae4f12;

        .box-image {
          border-radius: 8px;
          overflow: hidden;
        }

        .box-text {
          .title-wrapper {
            a {
              /* color: var(--fs-color-primary)!important; */
            }
          }
        }

        .add-to-cart-button {
          a {
            background-color: var(--fs-color-primary);
            color: #fff;
          }
        }
      }
    }
  }
}

.shop-page-title {
  &.category-page-title {
    .woocommerce-breadcrumb {
      text-transform: uppercase;
      color: var(--text-color);
      font-size: 32px;
      font-weight: 900;
    }
  }
}

.sec-product-one {

  .product_title {
    margin-bottom: 5px;
  }

  .price-wrapper {
    .product-page-price {
      margin-bottom: 15px;
    }
  }

  .add-to-cart-container {
    .ux-swatches-attribute-ux_label {
      .ux-swatch {
        border-radius: 4px;
        overflow: hidden;
      }
    }

    .single_add_to_cart_button {
      border-radius: 8px;
      overflow: hidden;
      position: relative;
      background: rgb(0 81 48 / .1);
      color: var(--text-color);
      font-size: 16px;
      text-transform: capitalize;
      padding: 8px 12px;
      width: calc(50% - 8px);
      box-shadow: none;

      @media screen and (max-width:768px) {
        font-size: 14px;
        width: 100%;
      }

      &::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 26px;
        width: 30px;
        height: 30px;
        background-image: url("../../uploads/2026/03/add-to-cart-icon.webp");
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 2;

        @media screen and (max-width:768px) {
          display: none!important;
        }
      }
    }

    .ux-buy-now-button {
      border-radius: 8px;
      overflow: hidden;

      position: relative;
      background: #F5A623;
      color: #7A5C3D;
      font-size: 16px;
      text-transform: capitalize;
      padding: 8px 12px;
      width: calc(50% - 8px);
      box-shadow: none;

      @media screen and (max-width:768px) {
        font-size: 14px;
        width: 100%;
      }

      &::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 60px;
        width: 30px;
        height: 30px;
        background-image: url("../../uploads/2026/03/buy-now-icon.webp");
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 2;

        @media screen and (max-width:768px) {
          display: none!important;
          opacity: 0!important;
          left: 26px!important;
        }
      }
    }
  }

  .product-slogan {
    margin-bottom: 5px;
  }

  .custom-stack {
    gap: 16px;

    .icon-box {
      display: flex;
      align-items: center;

      background-color: #DBEBDB;
      border-radius: 8px;
      overflow: hidden;
      padding: 8px;
      height: 100%;

      .icon-box-img {
        .icon-inner {

          background-color: #fff;
          height: 40px;
          border-radius: 100%;
          box-shadow: var(--box-shadow);
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 12px;

          img {
            padding-top: 0;
          }
        }
      }

      .icon-box-text {
        h3 {
          font-size: 14px;
          font-weight: 900;
          color: rgb(66, 66, 66);
          margin-bottom: 0;
        }

        p {
          font-size: 10px;
          line-height: 1.5;
        }
      }

      &:first-child,
      &:nth-child(3) {
        background-color: #FCE1B6;
        border-radius: 8px;
        overflow: hidden;
        padding: 8px;
        height: 100%;
      }

    }

    @media screen and (max-width:768px) {
      flex-direction: column;
    }
  }

  .custom-stack-btn-contact {
    gap: 16px;
    margin-top: 20px;

    .icon-box {
      display: flex;
      gap: 16px;
      align-items: center;
      padding: 8px 24px;
      border-radius: 12px;

      &.zalo {
        background: #007bff;
        width: 202px;

        .icon-box-text {
          p {
            font-size: 13px;
            margin-bottom: 0;
            color: #fff;
          }

          h4 {
            font-size: 16px;
            font-weight: 700;
            color: #fff;
          }
        }
      }

      &.hotline {
        width: fit-content;
        background-color: var(--text-color);

        .icon-box-text {
          p {
            font-size: 13px;
            margin-bottom: 0;
            color: var(--fs-color-primary) !important;
          }

          h4 {
            font-size: 16px;
            font-weight: 700;
            color: #fff;
          }
        }
      }

      @media screen and (max-width:768px) {
        padding: 10px 20px;

        /* flex-direction: column; */
        &.zalo {

          width: 100%;

          .icon-box-text {
            p {
              font-size: 12px;
              margin-bottom: 0;
            }

            h4 {
              font-size: 12px;
              font-weight: 700;
              color: #fff;
            }
          }
        }

        &.hotline {

          width: 100%;

          .icon-box-text {
            p {
              font-size: 12px;
              margin-bottom: 0;
            }

            h4 {
              font-size: 12px;
              font-weight: 700;
            }
          }
        }
      }
    }


  }


}

.woocommerce-variation-add-to-cart {
  .buttons_added {
    height: 40px;
    width: 100%;
    position: relative;
    padding-left: 84px;

    &::before {
      content: "Số lượng";
      position: absolute;
      top: 0px;
      left: 0;
      height: 100%;
      width: 66px;
      display: flex;
      align-items: center;
      font-weight: 600;
    }
  }
}

.related-products-wrapper {
  .product-section-title-related {
    font-size: 32px;
    font-weight: 900;
    color: var(--text-color);
    text-transform: capitalize;
    text-align: center;
  }

  .product-small {
    &.box {
      padding: 8px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 10px -1px #00000040;
      background-color: #fff;
      height: 100%;
      border: 1px solid var(--fs-color-primary);

      .box-text {
        padding-bottom: 0;

        .product-title {
          margin-bottom: 8px;

          .woocommerce-LoopProduct-link {
            font-size: 24px;
            font-weight: 900;

            @media screen and (max-width:768px) {
              font-size: 16px;
            }
          }
        }

        .price-wrapper {
          .loop-product-sku {
            color: #686868;
            font-size: 12px;
            margin-bottom: 8px;
          }

          .loop-product-price-custom {
            font-weight: 700;
            margin-bottom: 5px;
          }

          .woocommerce-Price-amount {
            font-size: 20px;
            line-height: 1.2;
            font-weight: 900;
            color: var(--text-color);

            @media screen and (max-width:768px) {
              font-size: 18px;
            }
          }
        }

        .add-to-cart-button {
          a {
            background: #0051301A;
            border: none;
            font-size: 14px;
            font-weight: 600;
            text-transform: none;
            color: var(--text-color);
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 8px;
            padding: 8px 16px;
            border-radius: 8px;
            margin: 24px 0 0;
            min-height: 48px;
          }
        }
      }

      &.box:hover {
        background-color: #5dae4f12;

        .box-image {
          border-radius: 8px;
          overflow: hidden;
        }

        .box-text {
          .title-wrapper {
            a {
              /* color: var(--fs-color-primary)!important; */
            }
          }
        }

        .add-to-cart-button {
          a {
            background-color: var(--fs-color-primary);
            color: #fff;
          }
        }
      }
    }
  }
}

.fz-32 {
  span {
    font-size: 32px !important;
    color: var(--text-color);
  }
}

.sec-product-three {
  .ls-testimonial-item {
    .col-inner {
      padding: 24px;
      background-color: #fff;
      border-radius: 12px;
      box-shadow: var(--box-shadow);
      height: 100%;

      .icon-box {
        margin-bottom: 24px;

        .icon-inner {

          border-radius: 50%;
          overflow: hidden;

          img {
            padding-top: 0 !important;
          }
        }
      }

      .icon-box-text {
        h3 {
          margin-bottom: 0;
        }
      }
    }
  }
}

.sec-tab-product-home {
  .custom-tab-home {
    h4 {
      color: var(--text-color);
      font-size: 32px;
      font-weight: 900;
      width: 100%;
      text-transform: unset;
      margin-bottom: 30px;
      text-transform: unset;
    }

    .nav-line {
      width: 100%;
      justify-content: center;

      &>li>a:before {
        background-color: transparent;
      }

      .tab {
        border-radius: 32px;
        border: 1px solid var(--fs-color-secondary);
        color: var(--text-color);
        cursor: pointer;
        padding: 0px 15px;
        background: #f5f5f5;
        font-weight: 700;

        span {
          text-transform: capitalize;
        }

        &.active {
          background-color: var(--fs-color-primary);
          color: #fff;
          border: 1px solid var(--fs-color-primary);

          span {
            color: #fff;
          }
        }
      }

    }

    @media screen and (max-width:768px) {
      h4 {
        width: 100%;
        margin-bottom: 15px;
      }

      .nav-line {
        width: 100%;
        gap: 8px;
        justify-content: center;
      }
    }
  }

  .tab-panels {
    margin-top: 30px;
  }

  &.two {
    .custom-tab-home {
      h4 {
        width: 50%;
      }

      .nav-line {
        width: 50%;
      }

      @media screen and (max-width:768px) {
        h4 {
          width: 100%;
          margin-bottom: 15px;
        }

        .nav-line {
          width: 100%;
          gap: 8px;
          justify-content: start;
        }
      }
    }
  }
}

.custom-product {
  .col {
    .col-inner {
      padding: 8px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 10px -1px #00000040;
      background-color: #fff;
      height: 100%;
      border: 1px solid var(--fs-color-primary);

      .box-text {
        padding-bottom: 0;

        .product-title {
          margin-bottom: 8px;

          .woocommerce-LoopProduct-link {
            font-size: 24px;
            font-weight: 900;

            @media screen and (max-width:768px) {
              font-size: 16px;
            }
          }
        }

        .price-wrapper {
          .loop-product-sku {
            color: #686868;
            font-size: 12px;
            margin-bottom: 8px;
          }

          .loop-product-price-custom {
            font-weight: 700;
            margin-bottom: 5px;
          }

          .woocommerce-Price-amount {
            font-size: 20px;
            line-height: 1.2;
            font-weight: 900;
            color: var(--text-color);

            @media screen and (max-width:768px) {
              font-size: 18px;
            }
          }
        }

        .add-to-cart-button {
          a {
            background: #0051301A;
            border: none;
            font-size: 14px;
            font-weight: 600;
            text-transform: none;
            color: var(--text-color);
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 8px;
            padding: 8px 16px;
            border-radius: 8px;
            margin: 24px 0 0;
            min-height: 48px;
          }
        }
      }

      &:hover {
        background-color: #5dae4f12;

        .box-image {
          border-radius: 8px;
          overflow: hidden;
        }

        .box-text {
          .title-wrapper {
            a {
              /* color: var(--fs-color-primary)!important; */
            }
          }
        }

        .add-to-cart-button {
          a {
            background-color: var(--fs-color-primary);
            color: #fff;
          }
        }
      }
    }
  }
}

.sec-testimonial {
  .post-item {
    .col-inner {
      border-radius: 16px;
      background-color: #fff;
      box-shadow: 0 4px 10px -1px rgb(0 0 0 / .2);
      overflow: hidden;
      height: 100%;

      .box {
        .box-text {
          padding: 16px;

          .post-title {
            a {
              display: -webkit-box;
              -webkit-line-clamp: 2;
              /* Giới hạn tối đa 2 dòng */
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              /* Hiện dấu ... nếu vượt quá */
              white-space: normal;
              /* Cho phép xuống dòng */
            }
          }

          .is-divider {
            opacity: 0;
          }
        }
      }
    }
  }

  .flickity-prev-next-button {
    opacity: 1;

    .flickity-button-icon {
      background-color: var(--text-color);
      height: 40px;
      max-width: 40px;
      width: 40px;
    }

    &.previous {
      left: -32%;
      top: 65%;
    }

    &.next {
      right: 120%;
      top: 65%;
    }
  }
}

.custom-blog {
  .post-item {
    .col-inner {
      border-radius: 16px;
      background-color: #fff;
      box-shadow: 0 4px 10px -1px rgb(0 0 0 / .2);
      overflow: hidden;
      height: 100%;

      .box {
        .box-text {
          padding: 16px;

          .post-title {
            a {
              display: -webkit-box;
              -webkit-line-clamp: 2;
              /* Giới hạn tối đa 2 dòng */
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              /* Hiện dấu ... nếu vượt quá */
              white-space: normal;
              /* Cho phép xuống dòng */
            }
          }

          .is-divider {
            opacity: 0;
          }
        }
      }
    }
  }
}

.sec-share-experience {
  .flickity-viewport {
    padding-top: 20px;

    .flickity-slider {
      .row {
        &.is-selected {
          opacity: 1;
          transform: scale(1.1);
        }

        &:not(.is-selected) {
          opacity: 1;
          transform: scale(0.8);
        }

        .video-fit {
          iframe {
            border-radius: 12px;
            overflow: hidden;
          }
        }
      }

    }
  }
}

.stuck {
  .header-main {
    display: none;

    @media screen and (max-width:768px) {

      display: block;

    }
  }
}

.header-main {
  .header-inner {
    border-bottom: 1px solid #3E713E;
  }

  .hide-for-medium {
    &.flex-right {
      flex: 1;

      .header-block-block-1 {
        .row {
          .col {
            .col-inner {
              background-color: #5dae4f;
              border-radius: 12px;
              overflow: hidden;
              padding: 5px;

              .icon-box {
                display: flex;
                align-items: center;
              }
            }
          }

          margin-left: 35%;

          .icon-header {

            h3 {
              font-size: 16px;
              color: var(--fs-color-primary);
              margin-bottom: 5px;
            }

            p {
              color: #f1f1f1;
              font-size: 14px;
            }
          }
        }
      }
    }
  }

  .searchform {
    max-width: 480px;
    background-color: #045E3A;
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 0 4px 0 12px;

    input::placeholder {
      color: #fff;
    }

    .search-field {
      background-color: #fff0 !important;
      border: none;
      color: white !important;
      font-size: 14px;
      height: 48px;
      padding: 4px;
      border-radius: 99px;
      box-shadow: none !important;
    }

    .submit-button {
      background-color: var(--fs-color-primary) !important;
      border-radius: 8px !important;

      i {
        color: #fff
      }

      ;
    }
  }

  .mobile-nav {
    .cart-item {
      .header-button {
        .header-cart-link {

          background-color: #045E3A !important;
          box-shadow: none !important;

          &:hover {
            border: none !important;
          }

          img {
            max-width: 24px;
          }
        }
      }
    }
  }
}

#wide-nav {
  .header-bottom-nav {
    li {
      a {
        font-size: 24px;
      }
    }
  }
}

#content {

  .woocommerce {
    padding-top: 30px;
  }
}

.sec-cat-new {
  .row {
    background-color: #fff;
    padding: 24px 16px;
    border-radius: 8px;
    overflow: hidden;

    .custom-cat-new {
      .product-category {
        .col-inner {
          --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
          --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
          box-shadow: 0 0 #0000, var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          padding: 8px;
          border-color: hsl(150 8% 77% / 1);
          border-width: 1px;
          border-style: solid;
          border-radius: 8px;
          overflow: hidden;
          height: 100%;

          .box-text {
            .header-title {
              text-transform: unset;
            }
          }
        }
      }
    }
  }
}

.sec-product-featured {
  .section-content {

    &>.row {
      background-color: #CDE9DF;
      overflow: hidden;
      border-radius: 8px;
      padding: 24px 16px;
    }
  }
}

.sec-row-white {
  .section-content {
    &>.row {
      background-color: #fff;
      overflow: hidden;
      border-radius: 8px;
      padding: 24px 16px;
    }
  }
}

#secondary {
  .row-cate-new {
    .col-inner {
      background-color: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

      .section-title-container {
        background-color: var(--text-color);

        .section-title-normal {
          display: flex;
          justify-content: center;
          margin-bottom: 0;
          padding: 8px 16px;

          span {
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            padding-bottom: 0;
          }
        }

      }

      .ux-menu {
        padding: 15px 0;

        .ux-menu-link__link {
          padding: 0 15px;
          color: #000 !important;
          text-align: left !important;
          display: flex;
          align-items: center;
        }

        .ux-menu-link--active {
          .ux-menu-link__link {
            background-color: var(--text-color);
            color: #fff !important;
            /* border-radius: 8px; */
            display: flex;
            align-items: center;
          }
        }
      }
    }

  }
}