#thumbnail-carousel li img,
.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.splide__track--nav > .splide__list > .splide__slide {
  background-color: #efefef;
  margin-top: 10px;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #087db9;
}
#thumbnail-carousel li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prod-details-sec .nav-tabs .nav-link {
  text-decoration: none;
}
header.fix-header {
  box-shadow: none;
}
.prod-details-sec .prod-details-wrap h3 {
  font-size: 24px;
  font-family: CircularStdBook-Medium;
  margin-bottom: 15px;
}
.sp-table li {
  display: flex;
  border-bottom: 1px solid #fff;
}
.sp-table li .sp-head {
  width: 35%;
  font-size: 14px;
  font-family: CircularStdBook-Regular;
  margin-bottom: 0;
  padding: 8px 10px 5px;
  background-color: #e5e5e5;
  color: #64687d;
}
.sp-table li .sp-desc {
  width: 65%;
  font-size: 14px;
  background-color: #f1f1f1;
  padding: 8px 10px 5px;
}
.accessories-sec h2,
.description h3 {
  font-size: 20px;
  font-family: CircularStdBook-Regular;
  margin-bottom: 5px;
  color: #64687d;
}
.description p,
.description > p,
.product_banner
  .absolute-container
  .banner_text_wrap
  .text
  nav
  .breadcrumb
  .breadcrumb-item
  a,
tbody > tr,
tbody > tr:nth-of-type(2n) > *,
tbody > tr > td,
ul.sp-table,
ul > li > .sp-desc {
  color: #66707e;
}
.accessories-sec table,
.accessories-sec td,
.accessories-sec th,
.accessories-sec tr {
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
}
.product_banner {
  position: relative;
  height: auto;
}
.prod-details-wrap .btn-group .download-btn,
.prod-details-wrap .btn-group .req-quote-btn,
.share-btn {
  padding: 0 15px;
  height: 40px;
  transition: 0.1s linear;
  line-height: 1;
}
.product_banner .absolute-container .banner_text_wrap .text .title {
  font-size: 24px;
  font-family: CircularStdBook-Medium;
  color: #4e505a;
  margin-bottom: 5px;
}
.prod-details-wrap .prod-code {
  color: #087db9;
  display: block;
  font-size: 16px;
  font-family: CircularStdBook-Medium;
  margin-bottom: 0;
}
.prod-details-wrap h2 {
  font-size: 26px;
  font-family: CircularStdBook-Medium;
  margin-bottom: 5px;
}
.prod-details-wrap .prod-spec {
  margin-bottom: 2px;
  font-size: 14px;
}
.prod-details-wrap .description {
  padding: 25px 0;
  border-bottom: 1px solid #dedfe6;
  margin-bottom: 5px;
}
.prod-details-wrap .description p {
  color: #66707e;
  margin-bottom: 10px;
  text-align: justify;
}
.prod-details-wrap .btn-group {
  margin-bottom: 25px;
}
.prod-details-wrap .btn-group .req-quote-btn {
  background-color: #087db9;
  color: #fff;
  border: 1px solid #087db9;
  border-radius: 4px;
  width: 200px;
  text-decoration: none;
  margin-right: 10px;
}
.prod-details-wrap .btn-group .req-quote-btn:hover {
  background-color: #02537c;
}
.prod-details-wrap .btn-group .download-btn {
  background-color: #f0faff;
  color: #087db9;
  border: 1px solid #087db9;
  border-radius: 4px;
  width: 200px;
  text-decoration: none;
}
.prod-details-wrap .btn-group .download-btn:hover {
  background-color: #087db9;
  color: #fff;
}
@media (max-width: 575px) {
  .prod-details-wrap .btn-group .download-btn,
  .prod-details-wrap .btn-group .req-quote-btn {
    width: 150px;
  }
}
.share-btn {
  background-color: #fff;
  color: #087db9;
  border: 1px solid #087db9;
  border-radius: 4px;
  margin-left: 10px;
}
.fab-buttons span.fab-rotate img,
.share-btn img {
  width: 14px;
}
.prod-details-wrap-flex {
  display: flex;
  justify-content: space-between;
}
.prod-details-wrap-flex .btn-group {
  align-items: center;
}
.product_banner .absolute-container {
  position: relative;
  left: initial;
  top: inherit;
  transform: inherit;
}
.fixed-layout {
  table-layout: fixed;
}
.description p {
  margin-bottom: 10px;
}
.prod-details-sec .nav-tabs .nav-item button {
  padding-left: 0;
}
.accessories-sec .table-responsive {
  max-height: 200px;
}
ul.sp-table {
  max-height: 200px;
  overflow-y: auto;
  font-weight: 400;
}
.prod-details-sec {
  padding: 0 0 15px;
}
.prod-spec.pcd {
  font-size: 16px;
  display: flex;
}
.splide__track--nav > .splide__list > .splide__slide {
  border-radius: 0.25rem;
}
tbody > tr,
tbody > tr:nth-of-type(2n) > *,
thead.table-dark {
  --bs-table-border-color: #f8f8f8;
  border: none;
}
thead.table-dark {
  --bs-table-bg: #dedfe6;
  --bs-table-color: #64687d;
}
tbody > tr:nth-of-type(2n) > * {
  --bs-table-accent-bg: #f8f8f8;
}
@media (max-width: 991px) {
  ul.nav.nav-tabs.fix-header {
    top: 50px;
  }
  .prod-details-sec .prod-img-wrap img {
    height: auto;
  }
  .prod-details-wrap-flex {
    flex-direction: column;
  }
  .prod-details-wrap-flex .btn-group {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .prod-details-wrap h2 {
    font-size: 24px;
  }
  .accessories-sec table {
    table-layout: fixed;
  }
  .accessories-sec td,
  .accessories-sec th {
    width: 200px;
  }
  .prod-details-sec .nav-tabs .nav-link {
    font-size: 14px;
  }
  ul.nav.nav-tabs.fix-header {
    top: 98px;
  }
}
.fab-container {
  position: relative;
  display: inline-block;
  z-index: 9;
}
.fab-buttons,
.fab-buttons:first-of-type {
  width: 40px;
  height: 40px;
  border-radius: 0.25rem;
  display: flex;
  margin-left: 5px;
}
.fab-buttons {
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.2s;
  visibility: hidden;
}
.fab-buttons:first-of-type,
.fab-opened .fab-buttons,
.req-print-btn {
  opacity: 1;
  visibility: visible;
}
.fab-buttons:first-of-type {
  position: relative;
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: none;
  color: #087db9;
  border: 1px solid #087db9;
  justify-content: center;
  align-items: center;
}
.fab-buttons:nth-of-type(2) {
  top: 50px;
  border-radius: 0.25rem 0.25rem 0 0;
  background-color: #fff;
  box-shadow: 0 3px 12px #00000014;
}
.fab-buttons:nth-of-type(3),
.fab-buttons:nth-of-type(4),
.fab-buttons:nth-of-type(5),
.fab-buttons:nth-of-type(6),
.fab-buttons:nth-of-type(7) {
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 3px 12px #00000014;
}
.fab-buttons:nth-of-type(3) {
  top: 90px;
}
.fab-buttons:nth-of-type(4) {
  top: 130px;
}
.fab-buttons:nth-of-type(5) {
  top: 170px;
}
.fab-buttons:nth-of-type(6) {
  top: 210px;
}
.fab-buttons:nth-of-type(7) {
  top: 250px;
}
button.fab-buttons.level {
  border: 0;
  outline: 0;
  width: 100%;
}
.fab-buttons:nth-of-type(8) {
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 3px 12px #00000014;
  top: 290px;
}
.fab-buttons:nth-of-type(9) {
  border-radius: 0 0 0.25rem 0.25rem;
  background-color: #fff;
  box-shadow: 0 3px 12px #00000014;
  top: 330px;
}
.fab-opened .fab-buttons:nth-of-type(2) {
  transition-delay: 0s;
}
.fab-opened .fab-buttons:nth-of-type(3) {
  transition-delay: 20ms;
}
.fab-opened .fab-buttons:nth-of-type(4) {
  transition-delay: 40ms;
}
.fab-opened .fab-buttons:nth-of-type(5) {
  transition-delay: 60ms;
}
.fab-opened .fab-buttons:nth-of-type(6) {
  transition-delay: 80ms;
}
.fab-opened .fab-buttons:nth-of-type(7) {
  transition-delay: 0.1s;
}
.fab-opened .fab-buttons:nth-of-type(8) {
  transition-delay: 120ms;
}
.fab-opened .fab-buttons:nth-of-type(9) {
  transition-delay: 140ms;
}
.fab-buttons i,
.fab-buttons span {
  color: #fff;
  transition: 0.3s;
}
.fab-buttons span.fab-rotate {
  transition: 0.3s;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
.image-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.popup-content {
  background: #efefef;
  padding: 30px 60px;
  max-width: 90%;
  max-height: 90vh;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in-out;
}
.main-image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.close-popup,
.nav-btn {
  position: absolute;
  cursor: pointer;
}
#popupImage {
  max-width: 100%;
  max-height: 60vh;
  object-fit: contain;
}
.close-popup {
  background-color: #fff;
  top: 10px;
  right: 10px;
  z-index: 1;
  border: 1px solid #dbdbdb;
  line-height: 1;
  padding: 8px;
  border-radius: 4px;
}
.close-popup img {
  width: 16px;
}
.nav-btn {
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #dbdbdb;
  padding: 8px 15px;
  font-size: 18px;
  transition: background 0.3s;
}
.nav-btn:hover {
  background: rgba(0, 0, 0, 0.2);
}
.prev-btn {
  left: 0;
}
.next-btn {
  right: 0;
}
.popup-thumbnails {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.thumbnail-grid {
  display: flex;
  gap: 10px;
  justify-content: center;
  overflow-x: auto;
  padding: 10px 0;
}
.thumbnail-grid img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}
.thumbnail-grid img.active {
  border-color: #06c;
}
.breadcrumb-item,
.prod-spec,
.sub_title,
.sub_title strong,
.swiper-slide > .sub-categ-card h4,
ul li button {
  color: #64687d;
  font-family: CircularStdBook-Regular;
}
.sub_categ-sec .sub-categ-card h4 {
  font-size: 18px;
  font-family: CircularStdBook-Regular;
  margin-bottom: 0;
}
.req-print-btn {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: none;
  color: #087db9;
  border: 1px solid #087db9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
a .sub-categ-card h4 {
  font-size: 18px;
  font-family: CircularStdBook-Medium;
  margin-bottom: 0;
  color: #64687d;
  text-decoration: none;
}
a .sub-categ-card h4:hover {
  color: #64687d;
  text-decoration: none;
}
.text.w-100 {
  width: 100%;
}
