.nav-logo {
  padding: 20px;
}
.nav-logo img {
  height: 100px !important;
}

.product-image img {
  border-radius: 5px;
}

.mainh2 {
  font-weight: 700;
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}

.product-box-3 .product-header .product-image .product-option {
  justify-content: center;
}

.js-quantity .btn {
  padding: 0px;
  width: 40px;
  height: 40px;
}
.js-quantity .quantity {
  text-align: center;
}

.addtocard {
  text-align: center;
  padding: 10px 15px;
  background: #2d4992;
  color: white !important;
  font-weight: bold;
  font-size: 16px;
  border-radius: 25px;
  margin-top: 5px;
}

.add-to-cart-box {
  margin-left: auto;
  margin-right: auto;
}

section.home-search-full {
  height: auto;
  background: #fff;
  padding-bottom: 0;
}
section.home-search-full .home-contain {
  display: block;
}
section.home-search-full .home-banner-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.category-list .home-category-link h2 {
  text-transform: uppercase !important;
}

.home-search-content-section {
  background: none !important;
  padding: 26px 0 36px;
  margin-top: -560px !important;
  margin-bottom: 280px !important;
}
.home-search-content-section .home-search-panel {
  width: min(960px, 100% - 32px);
  background: none !important;
  margin: 0 auto;
  border-radius: 24px;
  padding: 28px 32px 32px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .home-search-content-section .home-search-panel {
    z-index: 0;
  }
}
.home-search-content-section .home-search-panel .content {
  max-width: 760px;
  margin: 0 auto;
}
.home-search-content-section .home-search-panel h1 {
  margin: 10px auto 0;
  max-width: 680px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #50607c !important;
}
.home-search-content-section .home-search-panel p {
  margin: 0 auto;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  color: #081c51 !important;
}
.home-search-content-section .home-search-panel .search-box {
  width: 100%;
  max-width: 620px;
  margin: 22px auto 0;
  position: relative;
}
.home-search-content-section .home-search-panel .search-box form {
  position: relative;
}
.home-search-content-section .home-search-panel .search-box .form-control {
  height: 62px;
  border-radius: 18px;
  border: 1px solid #d9e0ee;
  padding: 14px 56px 14px 20px;
  font-size: 16px;
}
.home-search-content-section .home-search-panel .search-box i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #7f8da6;
}
.home-search-content-section .home-search-panel .search-box .feather-search {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #7f8da6;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.category-menu .category-list .home-category-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #222 !important;
  text-decoration: none;
}

.category-menu .category-list .home-category-link img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
  background: #f5f7fb;
  border: 1px solid #e7ecf5;
  flex: 0 0 44px;
}

.category-menu .category-list .home-category-link h2 {
  margin: 0;
  color: #222;
  line-height: 1.35;
}

.home-category-section {
  margin-bottom: 42px;
}
.home-category-section .title {
  margin-bottom: 18px;
}

.home-category-card {
  display: block;
  height: 100%;
  color: #081c51 !important;
  text-align: center;
  text-decoration: none;
}
.home-category-card:hover .home-category-image img {
  transform: scale(1.03);
}

.home-category-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
  border-radius: 8px;
  background: #f5f7fb;
  border: 1px solid #e7ecf5;
}
.home-category-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.home-category-title {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  color: #081c51 !important;
  text-transform: uppercase;
}

.home-products-section .title {
  margin-bottom: 18px;
}

@media screen and (min-width: 1400px) {
  .home-products-grid > * {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .home-search-content-section {
    padding: 16px 0 24px;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }
  .home-search-content-section .home-search-panel {
    width: calc(100% - 20px);
    padding: 20px 16px 22px;
    border-radius: 18px;
  }
  .home-search-content-section .home-search-panel h1 {
    font-size: 14px;
  }
  .home-search-content-section .home-search-panel p {
    font-size: 22px;
    font-weight: 700;
  }
  .home-search-content-section .home-search-panel .search-box .form-control {
    height: 54px;
    border-radius: 14px;
  }
  .home-category-section {
    margin-bottom: 28px;
  }
  .home-category-title {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  .category-product .product-box-3 {
    display: flex;
    flex-direction: column;
  }
  .category-product .product-box-3 .product-footer,
  .category-product .product-box-3 .product-detail {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
  }
  .category-product .product-box-3 .add-to-cart-box {
    margin-top: auto;
    padding-top: 12px;
    width: 100%;
  }
  .category-product .product-box-3 .mobilequantity {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-nav .sub-dropdown-hover .sub-menu {
    display: none !important;
  }
  .navbar-nav .sub-dropdown-hover.mobile-open .sub-menu {
    display: flex !important;
  }
}
.catimage img {
  max-width: 100%;
}

.category-box-name a {
  margin-top: 5px;
  color: rgb(34, 34, 34);
}

.product-box-3 .product-header .product-image img {
  height: initial !important;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.product-box-3 .product-header .product-image {
  padding: 0px !important;
  margin-bottom: 10px;
}

.log-in-form {
  margin-bottom: 10px;
}

.cart-table {
  border-radius: 15px;
}
.cart-table .table .img-fluid {
  height: 80px;
}
.cart-table .table tr {
  vertical-align: middle;
}
.cart-table .table.table-bottom {
  margin-top: 15px;
}
.cart-table .table.table-bottom tr {
  vertical-align: baseline;
}
.cart-table .js-quantity {
  display: flex;
  flex-wrap: nowrap;
}
.cart-table .js-quantity .col-auto {
  display: flex;
}
.cart-table .rounded-pill {
  background: white;
}

.choosetype .active {
  border: 1px solid gray;
  padding: 5px;
}

.main-footer h3 {
  margin-bottom: 10px;
}
.main-footer ul li {
  display: block;
  padding: 5px 0px;
}

#profileMenu .nav-item {
  padding: 10px;
}
#profileMenu .nav-item a {
  color: #222;
}
#profileMenu .nav-item a:hover {
  color: #2d4992;
}

.year-list {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
  margin-top: 15px;
}
.year-list li.active {
  font-weight: bold;
}

.delivery-section .delivery-box {
  background: whitesmoke;
  border-radius: 10px;
  padding: 25px 20px;
}
.delivery-section .delivery-box .delivery-icon {
  display: none;
}
.delivery-section .delivery-detail h4 {
  margin-bottom: 10px;
  font-size: 20px;
}

.shop-box {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
  margin-bottom: 32px;
}

.pdf-card {
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 12px;
}

.pdf-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.product-list-section.shop-box {
  gap: 10px;
}

@media screen and (max-width: 768px) {
  #category_list_page .col-custom-3 {
    width: 100%;
    display: none;
  }
  header.header-compact .top-nav .navbar-top {
    justify-content: space-between !important;
  }
  header.header-compact .top-nav .navbar-top .rightside-box {
    margin-left: initial;
  }
  .nav-logo img {
    height: 70px !important;
  }
  header .top-nav .navbar-top .rightside-box .right-side-menu .right-side {
    display: block;
  }
  .footer-logo .theme-logo img {
    max-height: 60px !important;
  }
  #primaryMenu.show {
    -webkit-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
  }
  .home-contain.home-banner-image-wrap {
    background-color: #f4f3f1;
  }
  .home-contain.home-banner-image-wrap img {
    margin-top: 95px;
  }
}
@media screen and (min-width: 769px) {
  .product-box-3 .product-footer .product-detail .name {
    height: 45px;
  }
  .product-box-3 .product-footer .product-detail .unit {
    height: 16px;
  }
}
.fresh-image .bg-size {
  background-size: contain !important;
  padding-top: 70%;
}

.category-list h2 {
  color: #081c51 !important;
  font-size: 16px !important;
}

:root {
  --site-text-color: #081c51;
}

body {
  color: var(--site-text-color);
}

body :where(h1, h2, h3, h4, h5, h6, p, li, label, td, th, small, a):not(.btn):not(.addtocard):not(.cart-button):not(.product-label-tag):not(.badge):not(.alert):not(.text-white),
body :where(.product-box-3 .product-footer .product-detail .name, .product-box-3 .product-footer .product-detail .unit, .theme-product-section .right-box-contain .product-contain p, .theme-product-section .right-box-contain .license-list .form-check .form-check-label .name, .theme-product-section .right-box-contain .license-list .form-check .form-check-label .license-content) {
  color: var(--site-text-color) !important;
}

/*# sourceMappingURL=additional-info.css.map */
