/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --color-primary: #002d72;
    --color-secondary: #5dace1;
    --color-accent: #f5b041;
    --color-accent-hover: #ffe082;
    --color-text: #000000;
    --color-background: #ffffff;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: 'Roboto Condensed', sans-serif;
}
.term-description-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid var(--color-primary);
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    color: #333;
    transition: all 0.2s ease;
    margin: 10px auto;
    width: fit-content;
}

.term-description-toggle:hover {
    background: var(--color-primary);
    border-color: #fff;
    color: #fff;
}

.term-description-toggle .toggle-chevrons {
    width: 14px;
    height: 16px;
}

.term-description-toggle .btn-text {
    font-family: 'Roboto Condensed', sans-serif;
}

/* Term Description Wrapper */
.term-description-wrapper {
    text-align: center;
}

.term-description-wrapper .term-description {
    text-align: left;
}

.term-description-wrapper.is-collapsed .term-description {
    max-height: 150px;
    overflow: hidden;
    position: relative;
}

.term-description-wrapper.is-collapsed .term-description::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 130px;
    background: linear-gradient(transparent, #f1f1f1);
}
li.html.custom.html_topbar_left h3{
    color: #fff;
    font-size: 16px;
    margin-bottom:0;
}
.term-description ul {
  padding-left: 20px;
  margin-left: 0;
  list-style-position: outside;
}

.term-description ul li {
  margin-bottom: 8px;
}
.header-search-form .searchform-wrapper {
  max-width: 250px;
  width: 100%;
}
.header-search-form .searchform-wrapper .flex-row {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  overflow: hidden;
  align-items: center;
  padding: 0 6px 0 12px;
}
.header-search-form .search-field {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 14px;
  height: 36px;
  padding: 0;
}
.header-search-form .search-field::placeholder {
  color: #ffffff;
  opacity: 0.85;
}
.header-search-form .ux-search-submit {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff !important;
  margin: 0 !important;
  padding: 0 8px !important;
  min-width: auto;
  height: 36px;
}
.header-search-form .ux-search-submit i {
  color: #fff;
  font-size: 16px;
}
.header-bottom .nav-spacing-large>li {
    margin: 0 15px;
}
.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info-list li {
  display: flex;
  align-items: baseline;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 !important;
}

.contact-info-list .icon {
  flex-shrink: 0;
  color: var(--color-secondary);
  font-size: 16px;
  margin-right: 12px;
  user-select: none;
}

.contact-info-list .info-text {
  flex: 1;
}

.contact-info-list .label {
  margin-right: 5px;
  display: inline;
}

.contact-info-list a {
  display: inline;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.contact-info-list a:hover {
  color: #ffffff;
}
.product-info-sidebar,
.col.medium-4:has(.product-info-sidebar) {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 110px !important;
  z-index: 10 !important;
}
.col.medium-4:has(.product-info-sidebar) {
  align-self: flex-start !important;
}
.row:has(.product-info-sidebar) > .col.medium-4 {
  align-self: flex-start;
  height: fit-content;
}
.contact-info-list a:hover {
  color: #ffe082;
}
.text-has-background p {
  display: flex;
  align-items: center;
  background-color: #446084;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 10px 16px;
  margin: 0;
}
.text-has-background p::before {
  content: "\f00b";
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 1;
  margin-right: 10px;
}
.title-frame h2{
    margin-bottom: 20px;
}
.ss-brand .gallery-col .col{
  padding-bottom: 0;
}
.ss-brand .gallery-col p {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.ss-brand .gallery-box .box-image,
.gallery-box .box-text {
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.ss-brand .gallery-box:hover .box-image {
  transform: translateY(-5px);
}
.ss-brand .gallery-box:hover .box-text {
  transform: translateY(-15px);
  background-color: #fff;
}
.ss-product .product-small.col .col-inner {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ss-product .product-small.col:hover .col-inner {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.ss-product .product-small .box-text {
  height: auto !important;
  padding: 20px 15px 40px !important;
  text-align: center;
}
.ss-product .product-small .title-wrapper,
.ss-product .product-small .product-title {
  height: auto !important;
  margin-bottom: 0;
}
.ss-product .product-small .product-title a {
  color: #000 !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}
.ss-product .product-small .price-wrapper {
  height: auto !important;
  margin-top: 18px;
}
.ss-product .product-small .price-wrapper::after {
  content: "View Details";
  display: inline-block;
  color: #002d72;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}
.ss-customer .gallery-box .box-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
}
.ss-customer .gallery-box .box-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}
.ss-customer .gallery-box .box-text {
  display: none;
}
ul.product_list_widget li {
    margin-left: 0 !important;
    padding: 10px 0 30px 85px;;
}
.product_list_widget {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product_list_widget li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0;
}
.product_list_widget li a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}
.product_list_widget li a img {
  float: none !important;
  width: 70px !important;
  height: 70px !important;
  object-fit: cover;
  margin: 0 !important;
  flex-shrink: 0;
}
.product_list_widget li .product-title {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}
.product_list_widget li .product-title::after {
  content: "View Details";
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.2s ease;
}
.product_list_widget li a:hover .product-title::after {
  color: #ffe082;
  text-decoration: underline;
}
.product-tabs {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  width: 100% !important;
}
.product-tabs li.description_tab {
  width: 100% !important;
  margin: 0 !important;
}
.product-tabs li.description_tab a {
  display: block !important;
  width: 100% !important;
  background-color: #002d72 !important;
  border-radius: 6px 6px 0 0 !important;
  border: none !important;
  padding: 14px 20px !important;
  text-align: left !important;
  font-size: 0 !important;
  line-height: normal !important;
}
.product-tabs li.description_tab a::after {
  content: "PRODUCT DESCRIPTION";
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.product-tabs .nav-tabs+.tab-panels{
  padding: 20px;
}
.product-footer .woocommerce-tabs{
  padding: 0 !important;
}
.product-info-box {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eef0f2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.product-info-heading {
  background-color: #002d72 !important;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 20px;
  margin: 0;
}
.product-info-heading i {
  display: none;
}
.product-info-table {
  padding: 20px;
}
.product-info-row {
  border-bottom: 1px solid #eeeeee;
  padding: 12px 0;
}
.product-info-row:first-child {
  border-top: 1px solid #eeeeee;
}
.product-info-content {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 14px;
  line-height: 1.4;
}
.product-info-label {
  flex: 0 0 125px;
  color: #555555;
  font-weight: 500;
}
.product-info-value {
  flex: 1;
  color: #222222;
  font-weight: 500;
}
.product-info-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.product-info-row:first-child {
  border-top: none;
  padding-top: 0;
}
.product-gallery.large-6.col {
    padding: 6px !important;
    background: #fff;
    border-radius: 8px;
}
.product-action-buttons .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 8px !important;
  border: none !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
  min-height: 42px;
  color: #fff !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s ease, transform 0.1s ease;
}
.product-action-buttons .button::before {
  content: "\f095";
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 8px;
  line-height: 1;
}
.product-action-buttons .button.primary {
  background-color: var(--color-primary) !important;
}
.product-action-buttons .button:not(.primary) {
  background-color: var(--color-secondary) !important;
}
.product-action-buttons .button:hover {
  outline: none;
  opacity: 1;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 100px rgb(0 0 0 / 0.2);
  box-shadow: inset 0 0 0 100px rgb(0 0 0 / 0.2);
}
.ss-committed .col-inner {
  border: 1.5px solid var(--color-secondary);
  border-radius: 8px;
  padding: 16px 20px;
  background-color: #f7f9f8;
}
.ss-committed .motangan_title {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.3;
}
.ss-committed .motangan_title img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin:0;
  margin-left: -5px;
}
.ss-committed .motangan_content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ss-committed .motangan_content ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #ed1c24;
  margin-bottom: 8px;
  line-height: 1.4;
  margin-left: 0;
}

.ss-committed .motangan_content ul li:last-child {
  margin-bottom: 0;
}

.ss-committed .motangan_content ul li::before {
  content: "\f013";
  font-family: "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  color: #ed1c24;
  font-size: 14px;
  margin-right: 10px;
  flex-shrink: 0;
}

.ss-committed .motangan_content ul li span {
  color: #ed1c24 !important;
}
.ss-committed{
  padding: 0 !important;
  padding-top: 20px !important;
}
.woocommerce-tabs .tab-panels{
  border-radius: 0 0 8px 8px !important;
  padding: 20px !important;
}
.read-more-btn {
  display: block;
  width: 180px;
  margin: 20px auto 0;
  background-color: #ffffff;
  color: var(--color-primary) !important;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.25s ease;
  padding: 0;
}
.read-more-btn:hover {
  background-color: var(--color-primary);
  color: #ffffff !important;
  border-color: var(--color-primary);
}
.read-more-btn i {
  display: none;
}
.product-action-buttons .button.whatsapp-btn {
  background-color: var(--color-secondary) !important;
  color: #ffffff !important;
}
.product-action-buttons .button.whatsapp-btn:hover {
  background-color: var(--color-primary) !important;
}
.product-small.box .col-inner {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-small.box:hover .col-inner {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.product-small.box .box-image {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.product-small.box .box-text {
  height: auto !important;
  padding: 20px 15px 40px !important;
  text-align: center;
  background: #fff;
  border-radius: 0 0 8px 8px;
}
.product-small.box .title-wrapper,
.product-small.box .product-title {
  height: auto !important;
  margin-bottom: 0;
}
.product-small.box .product-title a {
  color: #000 !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}
.product-small.box .price-wrapper {
  height: auto !important;
  margin-top: 18px;
}
.product-small.box .price-wrapper::after {
  content: "View Details";
  display: inline-block;
  color: #002d72;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}
.product-small.box .price-wrapper {
  cursor: pointer;
}
.product-footer .container .col.medium-8{
  padding-left: 0 !important;
}
#wide-nav .header-bottom-nav > li:hover > a.nav-top-link,
#wide-nav .header-bottom-nav > li.active > a.nav-top-link {
  color: #ffffff !important;
  text-decoration: underline !important;
  text-decoration-color: #ffffff !important;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

#wide-nav .header-bottom-nav > li > a.nav-top-link {
  position: relative;
}

#wide-nav .header-bottom-nav > li:has(i) > a.nav-top-link,
#wide-nav .header-bottom-nav > li.menu-item-has-children > a.nav-top-link {
  padding-right: 18px;
}

#wide-nav .header-bottom-nav > li > a.nav-top-link i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav-dropdown.sub-menu {
  background-color: #5dace1 !important;
  padding: 0;
  min-width: 250px !important;
  border: none !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
}

.nav-dropdown.sub-menu > li > a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 10px 18px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  line-height: 1.4 !important;
  transition: background-color 0.2s ease;
  margin: 0;
}

.nav-dropdown.sub-menu > li:hover > a {
  background-color: #fff !important;
  color: #000 !important;
}

.nav-dropdown.sub-menu > li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #ffffff;
  margin-left: 12px;
}
nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    font-size: 12px;
}
.post-item .box-blog-post {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.post-item .box-image {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  flex-shrink: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  background-color: #f3f4f6;
}

.post-item .box-image .image-cover {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
  position: relative !important;
}

.post-item .box-image .image-cover a,
.post-item .box-image img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.post-item .box-blog-post:hover .box-image img {
  transform: scale(1.04);
}

.post-item .box-text {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  padding: 16px !important;
}

.post-item .post-title {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  min-height: calc(2 * 1.35em) !important;
  display: flex !important;
  align-items: flex-start !important;
}

.post-item .post-title a {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  color: var(--color-primary, #064e3b) !important;
  font-weight: 700 !important;
  transition: color 0.2s ease !important;
}

.post-item .post-title a:hover {
  color: var(--color-secondary, #d97706) !important;
}

.post-item .is-divider {
  margin: 0.6rem 0 !important;
}

.post-item .from_the_blog_excerpt {
  display: -webkit-box !important;
  overflow: hidden !important;
  margin: 0 !important;
  color: #555555 !important;
  font-size: 0.88rem !important;
  line-height: 1.5 !important;
  -webkit-box-orient: vertical !important;
  line-clamp: 3 !important;
  -webkit-line-clamp: 3 !important;
  min-height: calc(3 * 1.5em) !important;
}
a#top-link {
    display: none;
}
@media (max-width: 768px) {
  .product-footer .row.content-row {
    flex-direction: column-reverse;
  }
  
  .product-footer .row.content-row > .col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 20px;
  }
  
  .product-footer .product-info-sidebar,
  .product-footer .col.medium-4:has(.product-info-sidebar) {
    position: relative !important;
    top: auto !important;
  }
  .product-main{
    padding: 0 !important;
  }
  .product-info.summary.col-fit.col.entry-summary.product-summary {
    padding-bottom: 0;
  }
  .product-footer .col.medium-4{
    margin-bottom: 0 !important;
  }
  .title-frame h2 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .header-search-form .searchform-wrapper {
    max-width: 100%;
  }

  .mfp-content .mobile-sidebar .header-search-form .flex-row {
    background-color: #e5e5e5;
  }

  .mfp-content .mobile-sidebar .header-search-form .search-field {
    color: #222 !important;
  }

  .mfp-content .mobile-sidebar .header-search-form .search-field::placeholder {
    color: #666;
    opacity: 1;
  }

  .mfp-content .mobile-sidebar .header-search-form .ux-search-submit,
  .mfp-content .mobile-sidebar .header-search-form .ux-search-submit i {
    color: #222 !important;
  }

  .mfp-content .mobile-sidebar .header-search-form .search-field:focus-visible,
  .mfp-content .mobile-sidebar .header-search-form .ux-search-submit:focus-visible {
    outline: 2px solid var(--color-primary);
.post-item,
.post-item .col-inner {
  height: 100%;
}
    outline-offset: -2px;
  }
  .off-canvas-left .mfp-content{
    width: 500px !important;
  }
  .mobile-nav .icon-menu {
    color: #ffffff !important;
}

  .product-action-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .product-action-buttons .button {
    width: 100%;
    min-height: 40px;
    font-size: 12px !important;
    padding: 0 12px;
  }

  .product-action-buttons .button::before {
    font-size: 12px;
    margin-right: 6px;
  }
}

@media (max-width: 425px) {
  .product-footer .row.content-row > .col {
    margin-bottom: 15px;
  }
}

