.sale-badge {
    display: none !important;
}
.footer-logo img {
  width: 200px;
}

    #ltn__utilize-mobile-menu .menu-item-has-children > a::before{
            content:none;
    }
.bg-gray {
  background-color: #f7f7f7;
}

    .banner-card-height {
        min-height:252px;
        padding:35px;
    }
    .category-slider .slick-slide img {
        width: 50%;
    }
    .dark-bg {
        background-color:var(--ltn__secondary-color);
    }
    .border-1 {
        border:1px solid #f3f2f2;
    }
    .brand-logo {
        padding:10px;
        border-radius:5px;
        background-color:#f7f7f7;
    }
    /* Hide text */
.woocommerce a.button.add_to_cart_button,
.woocommerce a.button.product_type_simple {
    font-size: 0;
}

/* Add cart icon */
/* .woocommerce a.button.add_to_cart_button::before,
.woocommerce a.button.product_type_simple::before {
    content: "\f07a"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
} */


.category-section {
    background: #e6f4f1;
}
.product-slider .ltn__product-item {
    margin-bottom:0  !important;
}
.category-card {
    height: 280px;
    border-radius: 5px;
    padding: 30px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.br-12 {
    border-radius:12px;
}
.category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.15);
}

.category-content {
    position: relative;
    max-width: 75%;
}

.category-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.category-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
    color: #000;
}

.btn-link {
    font-weight: 600;
    text-decoration: none;
    color: #000;
    border-bottom: 2px solid currentColor;
    padding-bottom: 2px;
}
.category-content.text-white h3 , .category-content.text-white p {
    color:#fff;
}
.why-us-section ul {
    padding-left:20 !important;
    margin-left:0 !important;
}
.why-us-section ul li {
    margin-top:5px !important;
}

.slide-item-info-inner  {
    margin-bottom:  0 !important;
}
.ltn__header-top-area {
    padding-top: 5px;
    padding-bottom: 5px;
}

p:last-child {
    margin-bottom: 0 !important;
}

   .why-us-section ul {
            display:flex;
            flex-wrap: wrap;
            gap:40px;
            row-gap:8px;
        }
         .why-us-section ul  li {
            line-height:1.5;
                width: 48%;
          margin-top: 0px !important;
         }

        @media screen and (max-width:1199px) {
            
            .why-us-section ul li {
                   width: 47%;
               }
        }
@media screen and (max-width:992px) {
    .product-slider .ltn__product-item {
    margin-bottom: 35px !important;
    
}
}
@media screen and (max-width:768px) {
    .why-us-section ul li {
        width: 100%;
    }
    
    .slick-dots {
        margin: 0 0 0 !important;
    }
}

  .brand-we-offer-section  .ltn__category-item-6 {
        margin-bottom:0 !important;
    }
    @media screen and (max-width:575px) {
        .banner-card-height {
    padding: 20px;
}
            .pb-70 {
    padding-bottom: 50px;
}
.ltn__slide-item-10 .slide-item-info-inner {
    padding: 10px;
}
.ltn__product-item {
    position: relative;
    margin-bottom: 25px;
}
.pt-70 {
    padding-top: 50px;
}

.section-title-area {
    margin-bottom: 0px;
}
    }



/* .ltn__product-item a {
      pointer-events: none;  
  cursor: default;    
  text-decoration: none;
 
} */


    .salt-banner{
    background:#f3f3f3;
    background-size:cover;
    background-position:center;
    padding:80px 20px;
    text-align:center;
}

.salt-banner-title{
    font-size:42px;
    font-weight:600;
    margin-bottom:10px;
}

.salt-breadcrumb{
    font-size:14px;
    color:#666;
}

.salt-banner-inner{
    max-width:1200px;
    margin:auto;
}
.custom-product-card {
    position: relative;
    margin-bottom: 20px !important;
    overflow: hidden;
}
.custom-product-card img {
        /* border: 1px solid #f3f2f2; */
        padding: .5rem !important;
    
        transition: all 3.5s ease 0s;
}

.custom-product-card  .add_to_cart_button {
    position: absolute !important;
    top: 60% !important;
    left: 42% !important;
   
    text-align: center !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%);
    opacity: 0;
    /* visibility: hidden; */
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
        height: 50px;
    width: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
}
.custom-product-card  .add_to_cart_button i {
    font-size: 15px;
    transition: all 0.3s ease 0s;
}

.custom-product-card .woocommerce-loop-product__title , .custom-product-card .price{
    padding-left: 1rem  !important;
    color: #071c1f !important;
}
.custom-product-card .woocommerce-loop-product__title {
    padding-top:5px !important;
        transition: all 0.3s ease 0s;
}
.custom-product-card .woocommerce-loop-product__title:hover  {
    color:#00375d !important;
}
.custom-product-card .add_to_cart_button::before {
    content: none !important;
}
.custom-product-card:hover  .add_to_cart_button{
  top: 40% !important;
  opacity: 1;
  visibility: visible;
}

.custom-product-card  .add_to_cart_button:hover {
    background-color: #00375d !important;
    color: #fff !important;
 }

 .custom-product-card:hover  img {
    scale: 1.1;
 }
 .archive .site-main  .woocommerce-products-header  {
    margin-bottom: 20px !important;
 }

 /* .custom-product-page .woocommerce-product-gallery {
   width: 40% !important;
  
 } */


/* Remove default bullets */
.shop-sidebar section .wc-block-product-categories-list {
    list-style: none;
    padding-left: 0;
}

/* Style each item */
.shop-sidebar section .wc-block-product-categories-list-item {
    position: relative;
    padding-left: 22px;
    transition: all 0.3s ease;
}

/* Arrow icon */
.shop-sidebar section .wc-block-product-categories-list-item::before {
     content: "›";   /* right angle arrow */
    position: absolute;
    left: 0;
     top: -12px;
    font-size: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Hover animation */
.shop-sidebar section .wc-block-product-categories-list-item:hover {
    transform: translateX(8px); /* move slightly left */
}

/* Optional: animate arrow too */
.shop-sidebar section .wc-block-product-categories-list-item:hover::before {
    transform: translateX(4px);
}
.ltn__category-menu-toggle ul {
  max-height: 450px;
  overflow-y: scroll;
}
.wc-block-product-filter-price-slider__right  input {
        border: none !important;
    background: transparent !important;
    padding: 0 !important;
    text-align: end !important;
    font-size: 16px !important;
    margin-top: 5px !important;
    height: auto !important; 
      transition: 0.3s all ease;
}

.wc-block-product-filter-price-slider__left  input {
        border: none !important;
    background: transparent !important;
    padding: 0 !important;
    text-align: start !important;
    font-size: 16px !important;
   transition: 0.3s all ease;
    margin-top: 5px !important;
    height: auto !important;
}
.wc-block-product-filter-price-slider__left  input:hover , .wc-block-product-filter-price-slider__right  input:hover{
    background: #fff !important;
}

/*/* Make input + button square */
.wp-block-search__input,
.wp-block-search__button {
    border-radius: 0 !important;
}

/* Hide default "Search" text */
.wp-block-search__button {
    font-size: 0;
    width: 50px;
    position: relative;
    height: 50px;
    background-color: #00375d;
}

/* Add FA search icon */
.wp-block-search__button::before {
    content: "\f002";                 /* FA search icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 50%;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
}








@media screen and (max-width:768px) {
	.custom-product-page .entry-summary , .custom-product-page .woocommerce-product-gallery{
		width:100%;
	}
}


@media screen and (max-width:575px) {
    .footer-widget {
        margin-bottom: 25px !important;
    }
    .footer-title {
        margin-bottom: 12px !important;
    }
    .footer-top-area {
    padding-top: 50px !important;
    }
    .ltn__feature-item-8 {
    padding: 15px 30px !important ;
    }
}



   .ltn__main-menu > ul > li > a {
        padding:10px !important
    }
      .ltn__header-3 .ltn__header-middle-area {
        padding:15px 0 !important;
    }
    .tab-scroll-container {
         position:relative;
    }
   .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
   }
   .header-search-1 .search-icon {
    font-size:25px;
   }
   .woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #eaeaea;
    text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #eaeaea;
    background-color: #f5f5f5;
    margin-top:0  !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #000;
    display: block;
    padding: 10px 30px;
}
   .woocommerce-form-login input  {
 
    border-radius: 0 !important;
   
    }
  .page-id-131 .woocommerce > h2{
   text-align:center;
  }
  .woocommerce-form-login__submit {
    background-color:var(--ltn__secondary-color) !important;
    color: #fff !important;
  }
    .woocommerce-form-login {
        border-radius:0 !important;
        border:1px solid var(--ltn__secondary-color) !important;
            width: 60% !important;
    margin: 0 auto !important;
    }
    .custom-product-card:hover .product-hover-action{
            top: 50%;
    opacity: 1;
    visibility: visible;
    }
  .custom-product-card  .product-hover-action {
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .two-card-content {
            display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
      .custom-product-card  .product-hover-action  a {
        margin-top:0 !important;
        height: 50px;
    width: 50px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    line-height: 50px;
    font-size:14px;
      display: flex !important;
    align-items: center;
    justify-content: center;
    background:#ffff;
      }
.extra-content-bottom ol {
    margin-left:0px !important;
}

/* ══ SEARCH DRAWER ══ */
.search-drawer-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 9998;
}
.search-drawer-overlay.active { display: block; }

.search-drawer {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    padding: 20px 24px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
    transition: top 0.3s ease;
}
.search-drawer.active { top: 0; }

.search-drawer-inner {
    
    max-width: 700px;
    margin: 0 auto;
}
.search-drawer-close {
    background: none;
    border: none;
    font-size: 35px;    
    cursor: pointer;
    margin-left:auto;
    margin-bottom:5px;
    display: block;
    color: #555;
    line-height: 1;
    padding: 0 4px;
    flex-shrink: 0;
}
    .mobile-header-menu-fullwidth .mobile-menu-toggle {
        height:100%;
    }
   .references-section ol, .references-section ul , .woocommerce-Tabs-panel ul ,.woocommerce-Tabs-panel ol {
        padding-left:0 !important;
        margin-left: 25px !important;;
    }
    #menu-categories {
      margin-left:0 !important;
    }
      .problem-content span {
    font-size:14px;
  }
  .problem-content i {
    padding-top:5px;
  }
    .problem-content span  a {
      color:var(--ltn__secondary-color);
      font-weight:600;
    }
    #wpc_filters_widget-3 .wpc-filters-scroll-container .wpc-filter-title {
        font-size:19px !important;
    }
    .shop-sidebar section {
        padding:20px !important;
    }
    .shop-sidebar h2{
    font-size:19px;
    }

 .site-logo a img {
    width: 75%;
 }
 .contact-form-box input   {
            background-color: var(--white);
    border: 2px solid;
    border-color: var(--border-color-9);
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: var(--ltn__paragraph-color);
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    padding-right: 40px;
    }
.search-open.header-search-1-form {
    height:auto;
}
 .header-search-2 button { 
    top:0px;
    right:15px;
 }

/* ===== SEARCH WRAPPER ===== */
.live-search-wrapper {
    position: relative;
   
    
}

.menu-item-has-children .sub-menu {
   height:450px;
   overflow-y:scroll;
}
.menu-item-has-children .sub-menu li {
 padding:8px 15px;
}

/* ===== SEARCH BOX ===== */
.live-search-box {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1.5px solid #e0e0e0;
    border-radius: 0px;
    padding: 0px 16px;
    gap: 8px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.live-search-box:focus-within {
    border-color: #1a3c6e;
    box-shadow: 0 0 0 3px rgba(26, 60, 110, 0.08);
}

.live-search-box input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    outline: none !important;
    font-size: 16px;
    color: #333;
    box-shadow:none !important;
    padding: 0 !important;
}

.live-search-box input::placeholder {
    color: #aaa;
}

#live-search-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #1a3c6e;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
}

#live-search-clear {
    background: #fff;
    width: 20px;
    border: none;
    cursor: pointer;
    color: #999;
    font-size: 18px;
    font-weight:600;
    display: none;
    align-items: center;
    padding: 0;
    line-height: 1;
}

#live-search-clear:hover {
    color: #333;
}

/* ===== RESULTS DROPDOWN ===== */
#live-search-results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    z-index: 99999;
    max-height: 420px;
    overflow-y: auto;
    border: 1px solid #f0f0f0;
}

/* Scrollbar */
#live-search-results::-webkit-scrollbar {
    width: 5px;
}
#live-search-results::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

/* ===== RESULT LIST ===== */
.search-result-list {
    list-style: none;
    padding: 8px ;
    margin: 0;
}

/* ===== EACH RESULT ITEM ===== */
.search-result-item a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    text-decoration: none;
    color: #333;
    transition: background 0.15s;
}

.search-result-item a:hover {
    background: #f5f8ff;
}

/* Product Image */
.search-result-item img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    background: #fafafa;
    flex-shrink: 0;
    padding: 4px;
}

/* Product Info */
.search-result-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

.search-result-title {
    font-size: 13px;
    font-weight: 500;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.search-result-price {
    font-size: 13px;
    font-weight: 700;
    color: #1a3c6e;
    display: block;
}

/* Divider between items */
.search-result-item:not(:last-child) a {
    border-bottom: 1px solid #f5f5f5;
}

/* ===== VIEW ALL LINK ===== */
.search-view-all a {
    display: block;
    text-align: center;
    padding: 12px;
    font-size: 13px;
    color: #1a3c6e;
    font-weight: 600;
    text-decoration: none;
    border-top: 1px solid #f0f0f0;
    background: #f9fbff;
    border-radius: 0 0 12px 12px;
    transition: background 0.2s;
}

.search-view-all a:hover {
    background: #eef3ff;
}

/* ===== LOADING & NO RESULT ===== */
.search-loading {
    padding: 20px;
    text-align: center;
    color: #aaa;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.search-loading::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid #ddd;
    border-top-color: #1a3c6e;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    display: inline-block;
}

.search-no-result {
    padding: 20px;
    text-align: center;
    color: #999;
    font-size: 13px;
}

/* Spinner animation */
@keyframes spin {
    to { transform: rotate(360deg); }
}

@media screen and (max-width:1199px) {
    .header-menu-2  >nav {
        display:flex;
        justify-content:end;
    }
    .shop-sidebar section ul {
        padding-left:0  !important;
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .slide-item-info-inner  h3 {
        font-size:25px;
    }
      .slide-item-info-inner p {
        font-size:18px;
      }
    .live-search-wrapper {
        width: 100%;
    }
        .woocommerce-form-login { 
            width: 100% !important;
        }
}
.header-search-2 {
    position:relative;
    width: 100%;
}
    /* Make readonly product name field look different */
#product_name_visible {
    background: #f5f5f5 !important;
    color: #333 !important;
    cursor: not-allowed !important;
    font-weight: 600 !important;
    border: 1px solid #ddd !important;
}
    textarea {
  height:120px  !important;
  min-height: auto;
}
.product-inquiry-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

.product-inquiry-box h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a3c6e;
    border-bottom: 2px solid #1a3c6e;
    padding-bottom: 8px;
}

.cf7-inquiry-form .form-group {
    margin-bottom: 12px;
}

.cf7-inquiry-form .form-group label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #555;
}

.cf7-inquiry-form input,
.cf7-inquiry-form textarea,
.cf7-inquiry-form select {
    width: 100% !important;
    padding: 8px 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 13px !important;
}

.cf7-inquiry-form input[type="submit"] {
    background: #1a3c6e !important;
    color: #fff !important;
    border: none !important;
    padding: 15px 20px !important;
    border-radius: 0px !important;
    cursor: pointer !important;
    width: 100% !important;
    font-size: 14px !important;
}

.cf7-inquiry-form input[type="submit"]:hover {
    background: #0f2a52 !important;
}
span.posted_in , .sku_wrapper{
    display: block;
    font-weight: 600;
}
span.posted_in a ,.sku_wrapper .sku {
    font-weight: 400;
}
    .sale-badge {
        display: none !important;
}
.footer_feature_title {
    font-size:20px;
}

.chat-btn {

    color: #25d366;
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--ltn__heading-font);
    padding: 0px 0px;

    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
}

.inquire-btn {
        background-color: var(--ltn__secondary-color);
    color: var(--white) !important;
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--ltn__heading-font);
    padding: 12px 25px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
}
    		.feature-card img {
			width: 50px;
			margin-right:20px;
		}
		.featured-div {
			background-color:#f7f7f7;
		}
		.feature-card p {
			font-size:14px;
			margin-bottom:0;
		}

		.author-box {

  background: #f7f7f7;
 
  padding: 22px;
 
}


.author-item {
  display: flex;
  align-items: start;
  gap: 12px;
}

.avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.info {
  display: flex;
  flex-direction: column;
}

.label {
  font-size: 13px;
  color: #666;
  margin: 0;
}

.name {
  font-size: 15px;
  font-weight: 600;
  color: #00375d; /* reddish color */
  margin: 2px 0;
}

.degree {
  font-size: 13px;
  color: #555;
  margin: 0;
}
.product-sidebar {
	position:sticky;
	top:90px;
}
hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 16px 0;
}
.onsale {
    display: none;
}
/* Hide default WooCommerce tab styles */
.woocommerce-tabs ul.tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
   /* justify-content:space-between !important; */
    padding: 0 30px !important;
    margin: 0 0 20px 0 !important;
    list-style: none !important;
    position: relative !important;
    scrollbar-width: none !important; /* Hide scrollbar Firefox */
    -ms-overflow-style: none !important; /* Hide scrollbar IE */
}

/* Hide scrollbar Chrome */
.woocommerce-tabs ul.tabs::-webkit-scrollbar {
    display: none !important;
}

/* Each tab item */
.woocommerce-tabs ul.tabs li {
    flex-shrink: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Tab links */
.woocommerce-tabs ul.tabs li a {
    display: block !important;
    padding: 8px 15px !important;
    color: #666 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    border-bottom: 3px solid transparent !important;
    white-space: nowrap !important;
    transition: all 0.2s !important;
    margin-bottom: -2px !important;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

/* Active tab */
.woocommerce-tabs ul.tabs li.active a {
    color: #00375d !important;
    border-bottom: 3px solid #00375d !important;
    font-weight: 600 !important;
}

/* Hover */
.woocommerce-tabs ul.tabs li a:hover {
    color: #00375d !important;
    border-bottom: 3px solid #00375d !important;
}

/* Remove default WooCommerce ::before ::after on tabs */
.woocommerce-tabs ul.tabs li::before,
.woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

/* Scroll arrow button */
.tab-scroll-arrow {
        position: absolute;
    
    top: 8px;
    background: #00375d;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    padding: 3px;
    z-index: 10;
    padding-bottom: 7px;
    border-radius: 50%;
    justify-content: center;
}
.tab-scroll-arrow.tab-arrow-left{
  left:0;
}
.tab-scroll-arrow.tab-arrow-right{
  right:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom:1px solid #cfc8d8;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    content:none;
}












    .references-section {
      border-top: 1px solid #cfc8d8;
    padding-top: 2em !important;
    padding: 0 15px;
}
.woocommerce-tabs h3 {
    margin-bottom:0;
}ul li, ol li {
    margin-top:0.5rem;
}
.woocommerce-tabs  p {
    margin-bottom:12px;
}
    .pagination-wrapper a,
.pagination-wrapper span {
  display: inline-block;
  padding: 8px 12px;
  margin: 3px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
}

.pagination-wrapper .current {
  background: #00375d;
  color: #fff;
  border-color: #00375d;
}

.pagination-wrapper a:hover {
  background: #00375d;
  color: #fff;
}
    .call-to-action-inner .theme-btn-1  {
  background-color : #fff;
  color:var(--ltn__secondary-color)
}
    .certification-div:hover {
        background-color: var(--ltn__secondary-color);
        color:#fff;
    }
        .certification-div:hover h3 {
            color:#fff;
        }
        .custom-product-card img {
        margin-bottom:0 !important
    }
    .certification-icon i {
        font-size:40px;
    }
    .custom-product-card   {
        background-color:#f7f7f7;
    }
    .footer-bg {
     background-color: var(--section-bg-1) !important;
    }
    .ltn__feature-item-8 {
        padding:20px 30px;
    }
    .footer-top-area {
        padding-top:70px;
    }
.breadcrumb-section {
    margin-top:10px;
    padding:80px 0;
}
.site-breadcrumb {
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}
.site-breadcrumb  li {
    margin-top:0 !important;
}
    .bg-grey-color {
        background-color:#f3f3f3;
    }
.banner-3 {
    overflow: hidden;
        background-color: var(--ltn__secondary-color);
    padding: 10px 0;
    white-space: nowrap;
}
.track-3 {
    display: inline-flex;
    animation: scroll3 25s linear infinite;
}
.item-3 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-right: 20px;
    font-size: 13px;
    font-family: sans-serif;
}

.text-3 {
    color: #fff;
    padding-right:10px;
}
.text-3 strong {
    color: #40B7D7;
    font-weight: 600;
}
.dot-3 i {
    font-size:20px;
    color: #fff;
    margin-top:3px;
    /* border-radius: 50%; */
}
.track-3 {
    display: inline-flex;
    white-space: nowrap;
}
@keyframes scroll3 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.contact-form-box {
    padding:30px;
}
.input-item.ltn__custom-icon::before {
    z-index: 2;
}
.ltn__form-box input[type="submit"]  {
    width:fit-content;
    background-color:var(--ltn__secondary-color);
    color:#fff;
    padding:25px;
    margin-top:15px;
    border:none;
}
.office-card h3 i {
    font-size:45px;
}
  .border-primary-1 {
        border: 2px solid var(--ltn__secondary-color);
    }

    .ltn__contact-address-item-3 {
        padding:25px;
            height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    }

@media screen and (max-width:992px) {
    .inquire-btn {
        font-size:14px;
        padding:10px 25px;
    }
    .ltn__header-options > ul > li {
        margin-right:0  !important;
    }
    .product-sidebar {
        display:flex;
        gap:50px;
    }
    .live-search-box {
        border-radius:0;
    }
    .custom-product-page .woocommerce-variation-price .price {
    font-size: 25px !important;
}
}
@media screen and (max-width:575px) {
    .ltn__header-3 .ltn__header-middle-area {
        padding:15px 0;
    }
    .ltn__category-slider-active-six {
        border-bottom: none !important;
    }
     .product-sidebar {
        display:block;
       
    }
    .about-img-right {
        margin-bottom:0 !important;
    }

    .header-category-menu-div {
            flex-direction: column-reverse;
    }
     .ltn__feature-item-6 {
  
    height:auto;
  }
}


    .ltn__testimonial-item-4 {
        margin-bottom:0;
    }
  
    .br-1 {
        border-radius:5px;
        overflow:hidden;
    }
    .ltn__feature-item-6 {
       border:1px solid #00375d0a !important;
       height:100%;
    } 
    .bg-dark-color {
        background-color: var(--ltn__secondary-color)
    }
    .two-card-content h3 ,      .two-card-content p {
        color:#fff;
    }
       .two-card-content {
        height:100%;
    }
    .bg-blue-color {
         background-color:#49BAD8;
    }
     .two-card-content h3 {
        font-size:30px;
     }
     .ltn__feature-item-7 {
        height:100%;
     }

     /* IMAGE */
.image-box img {
    width: 100%;
  
    object-fit: cover;
}

/* FEATURE BOX */
.feature-box {
    background: var(--ltn__secondary-color);
    padding: 22px 25px;
    border-radius: 0px;
    margin-bottom: 20px;
    color: #fff;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
}

/* ICON */
.feature-box .icon {
    font-size: 26px;
    min-width: 40px;
}
.feature-box .icon i {
    font-size:35px;
        width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TITLE */
.feature-box h3 {
   color:#fff;
    
    margin-bottom: 6px;
}
.position-sticky {
    top:90px;
}

/* TEXT */
.feature-box p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color:#fff;
}
.footer_feature_title {
    font-size:20px;
}