.header-2 {
  position: static; }

.breadcrumb-shop {
  padding: 7px 0 0; }
  .breadcrumb-shop .breadcrumb-list .breadcrumb {
    padding: 15px 0; }
    .breadcrumb-shop .breadcrumb-list .breadcrumb li {
      line-height: 20px; }

.productDetail--content .pro-vendor {
  font-size: 14px;
  font-weight: 400;
  color: #07101A; }
  .productDetail--content .pro-vendor strong a {
    color: #006E43 !important;
    display: inline-block; }

.productDetail--content .product-heading h1 {
  font-weight: 700 !important;
  line-height: 33.6px; }

.productDetail--content #price-preview {
  background: #f8f8f8 !important;
  padding: 25.5px 20px; }
  .productDetail--content #price-preview span.pro-price {
    color: #006E43;
    font-size: 32px;
    font-weight: bold; }
  .productDetail--content #price-preview .pro-percent {
    border-radius: 20px !important; }

.productDetail--content .select-swatch .swatch .swatch-element label {
  border-radius: 20px !important; }
  .productDetail--content .select-swatch .swatch .swatch-element label.sd:before {
    display: none; }
  .productDetail--content .select-swatch .swatch .swatch-element label.sd:after {
    display: none; }
  .productDetail--content .select-swatch .swatch .swatch-element label.sd {
    background: #006E43;
    color: #fff; }

.product-coupons {
  padding: 0 15px;
  display: flex;
  gap: 20px;
  align-items: center; }
  .product-coupons .label_cus {
    display: inline-block;
    white-space: nowrap; }
  .product-coupons #list_coupon {
    padding: 0 30px; }
    .product-coupons #list_coupon:not(.owl-loaded) {
      gap: 16px; }
    .product-coupons #list_coupon li {
      position: relative;
      cursor: pointer;
      overflow: hidden;
      padding: 5px 13px;
      white-space: nowrap;
      flex: 0 0 auto;
      background: #6CBE4B;
      color: #fff; }
      .product-coupons #list_coupon li:before {
        content: '';
        width: 8px;
        height: 8px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: -4px;
        transform: translateY(-50%); }
      .product-coupons #list_coupon li:after {
        content: '';
        width: 8px;
        height: 8px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: -4px;
        transform: translateY(-50%); }
    .product-coupons #list_coupon.owl-loaded .owl-item {
      padding: 0 8px; }
    .product-coupons #list_coupon.owl-loaded .owl-prev {
      left: 0;
      right: unset;
      top: 0;
      border: none;
      box-shadow: unset; }
    .product-coupons #list_coupon.owl-loaded .owl-next {
      left: unset;
      right: 0;
      top: 0;
      border: none;
      box-shadow: unset; }

.product_bxsy {
  display: none;
  margin: 24px 0;
  border: 1px solid #f2f2f2;
  border-radius: 8px; }
  .product_bxsy .product_bxsy__heading {
    background: #016e43;
    color: #fff;
    font-size: 14px;
    padding: 7px 20px 5px;
    margin-bottom: 0;
    border-radius: 8px 8px 0 0; }
  .product_bxsy .product_bxsy__body {
    padding: 20px; }
    .product_bxsy .product_bxsy__body ul#list_bxsy {
      gap: 22px; }
      .product_bxsy .product_bxsy__body ul#list_bxsy:not(.owl-loaded) li {
        flex: 0 0 auto;
        width: calc((100% - 22px)/2);
        display: flex;
        align-items: center; }
      .product_bxsy .product_bxsy__body ul#list_bxsy li .y_right {
        display: flex;
        gap: 6px;
        align-items: center; }
        .product_bxsy .product_bxsy__body ul#list_bxsy li .y_right .y_right__img {
          flex: 0 0 auto;
          width: 100px; }
        .product_bxsy .product_bxsy__body ul#list_bxsy li .y_right .y_right__info h4 {
          overflow: hidden;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          min-height: 30px;
          font-size: 14px;
          margin-bottom: 8px; }
        .product_bxsy .product_bxsy__body ul#list_bxsy li .y_right .y_right__info .y_price .y_after {
          color: #F97800;
          font-weight: bold; }
        .product_bxsy .product_bxsy__body ul#list_bxsy li .y_right .y_right__info .y_price .y_before {
          color: #999999; }

.product_combo {
  display: none;
  margin: 24px 0 0;
  background: #F2FFED;
  padding: 16px 20px;
  border-radius: 16px;
  border: 1px solid #B6FF98; }
  .product_combo__heading {
    font-size: 16px;
    color: #006E43;
    font-weight: 700; }
  .product_combo #list_combo li {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .product_combo #list_combo li {
        flex-wrap: wrap; } }
    .product_combo #list_combo li .combo_imgs {
      display: flex;
      align-items: center; }
      .product_combo #list_combo li .combo_imgs .combo_img {
        width: 100px;
        height: 100px;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #f2f2f2; }
      .product_combo #list_combo li .combo_imgs span {
        display: inline-block;
        width: 34px;
        text-align: center; }
    .product_combo #list_combo li .combo_info {
      width: 100%; }
      .product_combo #list_combo li .combo_info h4 {
        font-size: 16px;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        min-height: 20px;
        margin-bottom: 8px; }
      .product_combo #list_combo li .combo_info .combo_price {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px; }
        .product_combo #list_combo li .combo_info .combo_price .combo_price__left {
          display: flex;
          gap: 7px; }
          .product_combo #list_combo li .combo_info .combo_price .combo_price__left .combo_after {
            color: #f90000;
            font-weight: 700; }
          .product_combo #list_combo li .combo_info .combo_price .combo_price__left .combo_before {
            color: #999999; }
        .product_combo #list_combo li .combo_info .combo_price .combo_price__right {
          color: #999999; }
      .product_combo #list_combo li .combo_info .combo_action button {
        background: #006E43;
        border-radius: 30px;
        color: #fff;
        text-transform: uppercase;
        padding: 6px 20px;
        border: 1px solid transparent; }

.productDetail--content .product-actions .select-actions .quantity-area .frame_quantity .qty-btn:first-child {
  border-radius: 20px 0 0 20px;
  border-color: #e2e2e2;
  border-right: none; }

.productDetail--content .product-actions .select-actions .quantity-area .frame_quantity .qty-btn:last-child {
  border-radius: 0 20px 20px 0;
  border-color: #e2e2e2;
  border-left: none; }

.productDetail--content .product-actions .select-actions .quantity-area .frame_quantity input {
  border-color: #e2e2e2;
  border-left: none;
  border-right: none; }

.productDetail--content .product-actions .addcart-area {
  flex-direction: row-reverse;
  gap: 16px; }
  .productDetail--content .product-actions .addcart-area #add-to-cart {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #006E43;
    padding: 15px; }
    .productDetail--content .product-actions .addcart-area #add-to-cart svg {
      fill: #006E43; }
    .productDetail--content .product-actions .addcart-area #add-to-cart:hover {
      background: #006E43; }
      .productDetail--content .product-actions .addcart-area #add-to-cart:hover svg {
        fill: #fff; }
    @media (max-width: 767px) {
      .productDetail--content .product-actions .addcart-area #add-to-cart {
        display: none; } }
  .productDetail--content .product-actions .addcart-area #buy-now {
    margin: 0;
    background: #006E43;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #006E43;
    text-transform: uppercase; }

.productDetail-description {
  margin-top: 19px; }
  .productDetail-description .d-flex {
    gap: 16px; }
  .productDetail-description .description_item {
    width: calc((100% - 16px)/2);
    padding: 18px 30px;
    background: #FAFAFA; }
    @media (max-width: 767px) {
      .productDetail-description .description_item {
        width: 100%; } }
  .productDetail-description .description_head {
    font-size: 24px;
    color: #006E43;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px; }
  .productDetail-description .description_body h3 {
    font-size: 16px; }
  .productDetail-description .description_body ul {
    list-style: disc;
    padding-left: 15px;
    list-style-position: outside; }

.productDetail-rating {
  margin-top: 15px; }
  @media (max-width: 767px) {
    .productDetail-rating .container {
      padding: 0 15px !important; } }

.prd_block_heading {
  font-size: 24px;
  color: #006E43;
  font-weight: 800;
  margin-bottom: 24px; }

.accordion {
  width: 100%;
  border-top: 1px solid #e5e5e5; }

.acc-item {
  border-bottom: 1px solid #e5e5e5; }

.acc-header {
  width: 100%;
  background: #fff;
  border: none;
  padding: 18px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  cursor: pointer; }
  .acc-header:focus {
    outline: none; }

.acc-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  padding: 0 16px; }

.acc-item.active .acc-content {
  max-height: 200px;
  padding-bottom: 16px; }

.sidebar-action-bottom .sticky-atc__btn .btn-buy-sticky {
  background: #006E43;
  border-radius: 30px;
  border-color: #006E43; }

.sitenav-cart .sitenav-header__title {
  font-size: 36px;
  color: #006E43;
  font-weight: 700; }

.sitenav-cart .cart-shipping__title {
  background-color: #FFFAE3;
  background-image: url(https://cdn.hstatic.net/files/200000821091/file/bg_condition_minicart.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5.5px 8px;
  position: relative; }
  .sitenav-cart .cart-shipping__title .free-ship {
    display: block; }
  .sitenav-cart .cart-shipping__title svg {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%); }

.sitenav-cart .mini-cart__item .mini-cart__title a {
  color: #006E43;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 20px; }

.sitenav-cart .sitenav-footer {
  background: url(https://cdn.hstatic.net/files/200000821091/file/bg_footer_mini_cart.png) no-repeat;
  background-position: top center;
  padding: 80px 15px 20px;
  border-top: none; }
  .sitenav-cart .sitenav-footer .mini_price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px; }
    .sitenav-cart .sitenav-footer .mini_price .text-left {
      font-weight: normal !important; }
    .sitenav-cart .sitenav-footer .mini_price .text-right {
      font-weight: bold !important; }
    .sitenav-cart .sitenav-footer .mini_price.total-price {
      padding: 16px 0;
      border-top: 1px solid #999999; }
      .sitenav-cart .sitenav-footer .mini_price.total-price .text-right {
        color: #000 !important; }
        .sitenav-cart .sitenav-footer .mini_price.total-price .text-right span {
          font-weight: normal;
          font-style: italic;
          font-size: 13px;
          color: #999999;
          display: block;
          margin-top: 8px; }
  .sitenav-cart .sitenav-footer .mini_coupons {
    display: flex;
    background: #D0FFBD;
    border-radius: 8px;
    margin-bottom: 16px;
    cursor: pointer;
    padding: 8px 16px;
    gap: 8px;
    align-items: center;
    justify-content: space-between; }
    .sitenav-cart .sitenav-footer .mini_coupons .text-left {
      display: flex;
      gap: 8px;
      align-items: center; }
  .sitenav-cart .sitenav-footer .action-btn {
    width: 100%; }
    .sitenav-cart .sitenav-footer .action-btn .linktocheckout {
      background: #006E43 !important;
      width: 100%;
      text-align: center;
      font-weight: 700;
      border-radius: 30px; }

.sitenav-cart .sitenav-coupon {
  transform: translateX(120%) !important;
  z-index: 1010;
  background: #F2FFED !important;
  width: 50% !important;
  max-width: 380px !important; }
  .sitenav-cart .sitenav-coupon .sitenav-inner {
    z-index: 1011; }
  .sitenav-cart .sitenav-coupon.show {
    transform: translateX(-126%) !important; }
  .sitenav-cart .sitenav-coupon .sitenav-header__title {
    font-size: 18px; }
  .sitenav-cart .sitenav-coupon .form_apply_voucher {
    width: 100%;
    margin-top: 20px; }
    .sitenav-cart .sitenav-coupon .form_apply_voucher .form-group {
      display: flex;
      justify-content: space-between;
      margin-bottom: 0; }
      .sitenav-cart .sitenav-coupon .form_apply_voucher .form-group input[type="text"] {
        padding: 15px 26px;
        border: 1px solid #E5E5E5;
        border-radius: 8px 0 0 8px;
        width: calc(100% - 94px); }
      .sitenav-cart .sitenav-coupon .form_apply_voucher .form-group #btn_apply_voucher {
        width: 94px;
        border: 1px solid #006E43;
        background: #006E43;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        border-radius: 0 8px 8px 0; }
    .sitenav-cart .sitenav-coupon .form_apply_voucher .form-error {
      color: #f00;
      margin: 8px 0 0;
      font-weight: 700;
      display: none; }
      .sitenav-cart .sitenav-coupon .form_apply_voucher .form-error.show {
        display: block; }
  .sitenav-cart .sitenav-coupon #list_mini_voucher li {
    display: flex;
    margin-bottom: 16px;
    cursor: pointer; }
    .sitenav-cart .sitenav-coupon #list_mini_voucher li .mini_voucher_left {
      width: 33%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: url(https://cdn.hstatic.net/files/200000821091/file/bg_voucher_2.png) no-repeat;
      background-size: 100% 100%;
      color: #fff;
      gap: 5px; }
      .sitenav-cart .sitenav-coupon #list_mini_voucher li .mini_voucher_left strong {
        font-size: 22px; }
    .sitenav-cart .sitenav-coupon #list_mini_voucher li .mini_voucher_right {
      padding: 20px;
      width: 67%;
      background: #fff;
      border-radius: 0 8px 8px 0;
      border: 1px solid #E5E5E5;
      border-left: none; }
      .sitenav-cart .sitenav-coupon #list_mini_voucher li .mini_voucher_right h4 {
        font-size: 16px;
        margin-bottom: 4px; }
      .sitenav-cart .sitenav-coupon #list_mini_voucher li .mini_voucher_right .condition {
        color: #323232; }
      .sitenav-cart .sitenav-coupon #list_mini_voucher li .mini_voucher_right .expired {
        color: #323232; }
    .sitenav-cart .sitenav-coupon #list_mini_voucher li.disabled {
      opacity: 0.6;
      cursor: not-allowed; }
  @media (max-width: 767px) {
    .sitenav-cart .sitenav-coupon {
      width: 85% !important; }
      .sitenav-cart .sitenav-coupon.show {
        transform: translateX(0) !important; } }

/*======  STORES =========*/
.breadcrumb-shop {
  padding: 0;
  background: transparent; }

.layout-pageStores {
  background: #F6FBF6;
  padding-bottom: 60px; }
  .layout-pageStores .wrapbox-head {
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    margin-bottom: 24px; }
  .layout-pageStores .heading-pageDetail h1 {
    font-size: 30px; }
  .layout-pageStores .wrapbox-info {
    padding: 25px 35px;
    background: #fff;
    border-radius: 16px; }
    .layout-pageStores .wrapbox-info h2 {
      color: #006E43;
      font-size: 28px;
      font-weight: 700;
      letter-spacing: -0.14px;
      text-transform: uppercase;
      margin-bottom: 8px; }
  .layout-pageStores .box-title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .layout-pageStores .box-title span {
      color: #07101A;
      font-weight: 700;
      letter-spacing: -0.07px; }
  .layout-pageStores .box-filter {
    border-bottom: 1px solid #8E8E8E;
    padding: 0 0 14px; }
    .layout-pageStores .box-filter p {
      color: #07101A;
      font-weight: 400;
      letter-spacing: -0.07px;
      margin-bottom: 0; }
    .layout-pageStores .box-filter label {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 10px;
      display: none; }
    .layout-pageStores .box-filter select {
      padding: 0px 16px;
      padding-right: 40px;
      cursor: pointer;
      outline: none;
      text-overflow: ellipsis;
      border-radius: 4px;
      height: 50px;
      line-height: 38px;
      border: 1px solid #575757;
      background: rgba(255, 255, 255, 0.15);
      font-size: 16px;
      width: 100%;
      color: #575757;
      font-weight: 400;
      letter-spacing: -0.08px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none; }
    .layout-pageStores .box-filter .field-select {
      position: relative; }
    .layout-pageStores .box-filter .field-select:after {
      content: '';
      position: absolute;
      top: calc(50% - 5px);
      right: 18px;
      border: solid #666666;
      border-width: 0px 1px 1px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    .layout-pageStores .box-filter .select-item {
      margin-bottom: 14px; }
    .layout-pageStores .box-filter .filter-select {
      margin-top: 25px; }
    .layout-pageStores .box-filter .filter-count {
      color: #B7B7B7;
      text-align: right;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.14px; }
  .layout-pageStores .box-content h3 {
    color: #0A0A0A;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.08px;
    margin-bottom: 0; }
  .layout-pageStores .box-content .store-item {
    padding: 16px;
    position: relative;
    display: flex;
    gap: 8px;
    flex-direction: column; }
  .layout-pageStores .box-content .store-item .store--address {
    position: relative;
    display: flex;
    gap: 8px;
    justify-content: space-between; }
    .layout-pageStores .box-content .store-item .store--address:before {
      content: "";
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.217 11.3105C8.90116 11.3105 7.83116 10.2405 7.83116 8.92467C7.83116 7.60884 8.90116 6.53884 10.217 6.53884C11.5328 6.53884 12.6037 7.60884 12.6037 8.92467C12.6037 10.2405 11.5328 11.3105 10.217 11.3105ZM10.2087 2.08301C6.53283 2.08301 3.54199 5.11051 3.54199 8.83217C3.54199 13.3388 7.42033 17.9163 10.2087 17.9163C12.9962 17.9163 16.8753 13.3388 16.8753 8.83217C16.8753 5.11051 13.8845 2.08301 10.2087 2.08301Z' fill='%23006E43'/%3E%3C/svg%3E"); }
    .layout-pageStores .box-content .store-item .store--address span {
      width: calc(100% - 28px);
      display: block;
      color: #363636;
      letter-spacing: -0.07px; }
  .layout-pageStores .box-content .store-item .store--info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    .layout-pageStores .box-content .store-item .store--info .store--time, .layout-pageStores .box-content .store-item .store--info .store--hotline {
      width: 100%;
      position: relative;
      display: flex;
      gap: 8px;
      justify-content: space-between; }
      .layout-pageStores .box-content .store-item .store--info .store--time:before, .layout-pageStores .box-content .store-item .store--info .store--hotline:before {
        content: "";
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px; }
      .layout-pageStores .box-content .store-item .store--info .store--time span, .layout-pageStores .box-content .store-item .store--info .store--hotline span {
        width: calc(100% - 28px);
        display: block;
        color: #363636;
        letter-spacing: -0.07px; }
    .layout-pageStores .box-content .store-item .store--info .store--hotline {
      width: calc(40% - 8px); }
      .layout-pageStores .box-content .store-item .store--info .store--hotline:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.60946 10.3933C12.9337 13.7166 13.6878 9.87194 15.8044 11.987C17.8449 14.027 19.0177 14.4357 16.4324 17.0203C16.1085 17.2805 14.051 20.4116 6.82018 13.1827C-0.411557 5.95301 2.71766 3.89338 2.97798 3.56963C5.56956 0.977879 5.97123 2.15749 8.01175 4.19745C10.1283 6.31342 6.28522 7.07002 9.60946 10.3933Z' fill='%23006E43'/%3E%3C/svg%3E"); }
    .layout-pageStores .box-content .store-item .store--info .store--time {
      width: 60%; }
      .layout-pageStores .box-content .store-item .store--info .store--time:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7005 11.2642H13.6897L9.91551 11.2033C9.57384 11.1975 9.30051 10.9192 9.30051 10.5783V6.53833C9.30051 6.19333 9.58051 5.91333 9.92551 5.91333C10.2705 5.91333 10.5505 6.19333 10.5505 6.53833V9.9625L13.7105 10.0142C14.0555 10.02 14.3305 10.3042 14.3255 10.6492C14.3197 10.9908 14.0405 11.2642 13.7005 11.2642ZM10.208 1.875C5.72801 1.875 2.08301 5.52 2.08301 10C2.08301 14.48 5.72801 18.125 10.208 18.125C14.688 18.125 18.333 14.48 18.333 10C18.333 5.52 14.688 1.875 10.208 1.875Z' fill='%23006E43'/%3E%3C/svg%3E"); }
  .layout-pageStores .box-content .store-item .store--link {
    text-decoration: underline;
    color: #004DFF;
    font-size: 16px;
    letter-spacing: -0.08px; }
  .layout-pageStores .boxscroll {
    overflow-y: scroll;
    max-height: 330px;
    margin-top: 20px;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none; }
    .layout-pageStores .boxscroll::-webkit-scrollbar {
      width: 4px;
      height: 3px; }
    .layout-pageStores .boxscroll::-webkit-scrollbar-track {
      -webkit-border-radius: 2px;
      border-radius: 2px; }
    .layout-pageStores .boxscroll::-webkit-scrollbar-thumb {
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background: #e1e3e4;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .layout-pageStores .boxscroll::-webkit-scrollbar-thumb:window-inactive {
      background: #e1e3e4; }
  @media (min-width: 992px) {
    .layout-pageStores .boxscroll {
      min-height: 330px; }
    .layout-pageStores .box-map {
      height: 100%; }
    .layout-pageStores .box-map iframe {
      width: 100%;
      height: 100%;
      border-radius: 16px; } }
  @media (max-width: 991px) {
    .layout-pageStores .box-title {
      flex-direction: column; }
    .layout-pageStores .box-filter p {
      text-align: center;
      margin-top: 10px; }
    .layout-pageStores .wrapbox-head {
      border-radius: 4px; }
    .layout-pageStores .heading-pageDetail h1 {
      font-size: 26px; }
    .layout-pageStores .wrapbox-info {
      margin-bottom: 15px;
      padding: 25px 20px; }
    .layout-pageStores .box-map {
      height: 100%; }
    .layout-pageStores .box-map iframe {
      width: 100%;
      border-radius: 4px; } }

/*======  PAGE BLOG ALL =========*/
.blog-card {
  display: flex;
  flex-direction: column; }
  .blog-card .blog-thumb {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%; }
    .blog-card .blog-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: .4s;
      position: absolute;
      top: 0;
      right: 0; }
    .blog-card .blog-thumb:hover img {
      transform: scale(1.05); }
  .blog-card .blog-content {
    padding-top: 14px;
    width: 100%;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .blog-card .blog-meta {
    overflow: hidden;
    color: #383838;
    font-family: Arial;
    font-size: 12px;
    letter-spacing: -0.06px; }
  .blog-card .blog-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
    overflow: hidden;
    color: #07101A;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.08px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    margin-bottom: 0; }
  .blog-card .blog-read {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #006E43;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.07px; }

.layout-blogsall .wrapbox-head {
  padding: 0 0 18px; }
  .layout-blogsall .wrapbox-head h1 {
    color: #006E43;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.24px;
    margin-bottom: 0; }

.layout-blogsall .tabmenu {
  display: flex;
  margin-bottom: 20px;
  overflow-x: scroll; }
  .layout-blogsall .tabmenu::-webkit-scrollbar {
    width: 1px;
    height: 1px; }
  .layout-blogsall .tabmenu::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .layout-blogsall .tabmenu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .layout-blogsall .tabmenu::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; }
  .layout-blogsall .tabmenu a {
    display: inline-flex;
    align-items: center;
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    color: #777;
    font-weight: 500;
    letter-spacing: -0.08px;
    border-bottom: 1px solid #C3C3C3;
    white-space: nowrap; }
  .layout-blogsall .tabmenu a.active {
    color: #006E43;
    font-weight: 500;
    border-bottom: 1px solid #006E43; }

.layout-blogsall .listing-article {
  display: flex;
  gap: 16px;
  flex-wrap: wrap; }
  .layout-blogsall .listing-article .blog-card {
    width: calc((100% - (16px*1)) /2); }
  @media (min-width: 992px) {
    .layout-blogsall .listing-article .blog-card {
      width: calc((100% - (16px*3)) /4); } }

.layout-blogsall .section-tab {
  margin-bottom: 20px; }
  .layout-blogsall .section-tab .s-wrapper {
    display: flex;
    gap: 20px;
    flex-direction: column; }
  .layout-blogsall .section-tab .s-heading {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .layout-blogsall .section-tab .s-heading h2 {
      color: #006E43;
      font-size: 24px;
      font-weight: 700;
      letter-spacing: -0.16px;
      margin-bottom: 0; }

@media (min-width: 992px) {
  .layout-blogsall .wrapbox-head {
    padding: 30px 0 18px; }
    .layout-blogsall .wrapbox-head h1 {
      font-size: 48px; }
  .layout-blogsall .tabmenu {
    margin-bottom: 30px; }
    .layout-blogsall .tabmenu a {
      font-size: 16px; }
  .layout-blogsall .section-tab {
    margin-bottom: 40px; }
    .layout-blogsall .section-tab .s-wrapper {
      gap: 40px; }
    .layout-blogsall .section-tab .s-heading h2 {
      font-size: 32px; } }

.layout-blogs .heading-page {
  padding: 30px 0 40px;
  margin-bottom: 0; }
  .layout-blogs .heading-page h1 {
    color: #006E43;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.24px;
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .layout-blogs .heading-page h1 {
      font-size: 48px; } }

.layout-blogs .list-article-content {
  display: flex;
  gap: 16px;
  flex-wrap: wrap; }
  .layout-blogs .list-article-content .blog-card {
    width: calc((100% - (16px*1)) /2); }
  @media (min-width: 992px) {
    .layout-blogs .list-article-content .blog-card {
      width: calc((100% - (16px*3)) /4); } }
