/** Shopify CDN: Minification failed

Line 140:16 The "-" operator only works if there is whitespace on both sides

**/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif !important; 
   font-size: 1.6rem !important;
}

/*-----product-list-page-category-dropdown------ */
.custom-product-grid {
  position: relative;
}

.filter-side {
  position: absolute;
}

.filter-side .filter-toggle-btn {
  background: #002363;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  font-weight: 400;
  border-radius: 10px;
  font-size: 14px;
  margin-top: 11px;
  min-width: 250px;
}

.filter-menu {
  display: none;
  position: absolute;
  background: white;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 10px;
  z-index: 1;
  min-width: 250px;
  border: 1px solid #d4d4d4;
  padding: 0px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.filter-menu.open {
  display: block;
}

.filter-menu ul.menu {
  padding: 0px;
  margin: 0px;
}
.filter-menu ul.menu li.menu-item {
  list-style: none;
  border-bottom: 1px solid #d4d4d4;
  padding: 8px 10px;
}
.filter-menu ul.menu li.menu-item:last-child {
  border: none;
}
.filter-menu .menu .menu-item a {
  text-decoration: none;
  color: #2d2d2d;
  font-size: 15px;
}

/*=============Home-page-start=============  */
.page-width {
  max-width: 150rem;
}
.custom-heading {
  margin: 0px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  color: #002363;
  font-family: "Poppins", sans-serif;
}
.custom-heading span {
  color: #002363;
}
/*---------header-section-----------  */
body {
  font-family: "Poppins", sans-serif;
}
.header-wrapper .header--middle-left {
  column-gap: 8rem !important;
}
.header-wrapper .header__heading-logo {
  width: 120px;
}
.header-wrapper .header__menu-item {
  padding: 1.2rem 1.8rem;
  color: #fff;
}
.header-wrapper .header__icons a:hover {
  color: #fff;
}
.header-wrapper .header__icons a:hover span.svg-wrapper svg.icon-cart {
  height: 4.4rem;
  width: 4.4rem;
}
.header-wrapper a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header-wrapper .header__icons img {
  height: 20px;
  width: 20px;
}
.header-wrapper .consultation-button {
  background-color: #fff;
  color: #0e1b4d;
  font-size: 15px;
  border-radius: 8px;
  padding: 4px 20px;
  border: 0;
  font-weight: 500;
  width: 180px;
 /*  margin-left: 20px; */

}
.header-wrapper .header__menu-item .icon-caret {
  right: 0.3em;
}
.header-wrapper summary .icon-caret {
  top: calc(50% -0.3em);
}
.header-wrapper .mega-menu {
  position: relative;
}
.header-wrapper .mega-menu .mega-menu__content {
  right: unset;
  left: unset;
  padding: 0;
  margin: 0 1.8rem;
  border: none;
  z-index: 10;
}
.header-wrapper .mega-menu .mega-menu__content .mega-menu__list {
  text-align: left;
  min-width: 250px;
  font-size: 0px;
  padding: 0;
  border: 0.5px solid #fff;
}
.header-wrapper .mega-menu .mega-menu__content .mega-menu__list li {
  padding: 6px 10px;
  border-bottom: 0.5px solid #fff;
}
.header-wrapper .mega-menu .mega-menu__content .mega-menu__list li:last-child {
  border: none;
}
.header-wrapper .mega-menu .mega-menu__content .mega-menu__list li a {
  text-decoration: none;
  font-size: 14px;
}
.cart-drawer {
  background-color: #fff;
}
/*------------banner-section------------  */
.slide-home {
  height: 80vh;
}

.slide-home .slideshow__slide {
  align-items: center;
  justify-content: center;
}
.slide-home .slideshow__text.banner__box {
  max-width: 66.5rem;
}
.slide-home h2:first-child {
  font-size: 32px;
}
.slide-home h2 {
  color: #fff;
  font-size: 36px;
}
.slide-home p {
  color: #fff;
  font-size: 16px;
}
.slide-home a.button--primary {
  background: transparent;
  color: #fff;
  padding: 0 7rem;
}
.slide-home a.button--primary::after {
  border-radius: 4px !important;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(14, 27, 77, calc(1 - 1)),
    0 0 0 var(--buttons-border-width) rgb(255 255 255);
}
.slide-home a.button:not([disabled]):hover:after {
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(14, 27, 77, calc(1 - 1)),
    0 0 0 var(--buttons-border-width) rgb(255 255 255);
}

/*------------key-features-section--------------  */
.image-icon-custom {
  background: #f2f2f4;
  padding: 30px;
}
.image-icon-custom .grid-block {
  background: transparent;
  justify-content: center;
}
.image-icon-custom .grid-block .left {
  background: #fff;
  height: 60px;
  width: 60px;
  border-radius: 54px;
  border: 1px solid #002363;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-icon-custom .grid-block .left .icon {
  width: 25px;
  height: auto;
  display: inline-block;
  margin: 0;
}
.image-icon-custom .grid-block .right {
  text-align: left;
}
.image-icon-custom .grid-block:last-child .left .icon {
  width: 20px;
}

/*---------------our-product--------------  */
.our-products .collection__title.title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.our-products .custom-coll-heading h2.title {
  display: none;
}

.our-products .feature-description .btn-animated {
  color: var(--primary-color);
  font-weight: 500;
}
.our-products .feature-description .btn-animated div {
  white-space: nowrap;
}
.our-products .product-card-wrapper .card {
  border-color: rgba(62, 62, 62, 0.26);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.our-products .product-card-wrapper .card__inner {
  background: #f2f2f4;
  border-radius: 20px 20px 0px 0px;
  --ratio-percent: 70% !important;
}

.our-products .card-wrapper .card--card .card__inner .card__media {
  height: auto;
}
.our-products .card-wrapper .card--card .card__inner .card__media img {
  object-fit: scale-down;
}

.our-products .card-wrapper .card__content {
  text-align: center;
  padding: 1.5rem;
}
.our-products .card__information .card__heading a {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.our-products .card-wrapper.underline-links-hover .quick-add__submit:hover a {
  text-decoration: none;
}
.our-products .card__information .card__heading a.full-unstyled-link:hover {
  text-decoration: none;
  color: var(--primary-color);
}
.our-products .card__information .custom-product-num {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.our-products .custom-equipment_name {
  color: #4a4a4a;
  font-size: 16px;
}
.our-products .card-wrapper .card__content .card-information .price {
  display: none;
}
.our-products .card-wrapper .card__content .quick-add__submit {
  width: 180px;
  min-width: 180px;
  margin: auto;
  background-color: rgba(14, 27, 77);
  border-radius: 8px;
  color: #fff;
  display:none;
}
.our-products .card-wrapper .card__content .quick-add__submit::after {
  border-radius: 8px;
}
/* .our-products .collection__description {
  display: none;
} */

/*---------legacy-products----------  */
.our-products.legacy-product {
  background-color: #f2f2f4;
}
/* .our-products.legacy-product .card-wrapper .card__content .quick-add__submit{
  display: none;
} */

/* -----------frequently-asked-question---------- */

.frequently-asked .feature-description {
  text-align: center;
}
.frequently-asked .grid__item .accordion {
  border-bottom: 1px solid #99b2df;
}
.frequently-asked .grid__item .accordion:first-child {
  border-top: none;
}
.frequently-asked .feature-description a {
  width: 180px;
  color: white;
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid #0e1b4d;
  background-color: #0e1b4d;
}
.frequently-asked .feature-description a:after {
  border-radius: 10px;
}
.frequently-asked .feature-description a:after:hover {
  box-shadow: 0 0 0 transparent;
}
.frequently-asked .collapsible-content summary:hover .accordion__title {
  text-decoration: none !important;
  text-underline-offset: 0.3rem;
}
.frequently-asked .collapsible-content__heading,
.frequently-asked .frequent-subheading {
  display: none;
}

/*--------------branding-partners-------  */
.logo-image {
  background-color: #f2f2f4;
}
.logo-image .page-width {
  padding: 60px 100px;
}
.logo-image.multicolumn.background-primary .multicolumn-card {
  background: transparent;
}
.logo-image .multicolumn-card-spacing {
  padding-top: 0px;
}
.logo-image .multicolumn-card-spacing img {
  object-fit: scale-down;
}
/*---------footer-------------  */
.footer .footer-block .footer-block-image.center {
  justify-content: start;
}
.footer .footer-block .contact ul.contact-info {
  padding: 0px;
}
.footer .footer-block .contact ul.contact-info p {
  display: none;
}

.footer .footer-block .contact ul.contact-info li .location p {
  display: block;
}
.footer .footer-block .contact ul.contact-info li {
  list-style: none;
}
.footer .footer__content-bottom {
  padding: 0px;
}
.footer .footer__content-bottom .footer__content-bottom-wrapper {
  justify-content: center;
}
.footer .footer-block__details-content p br {
  display: none;
}
.footer .footer-block a.button {
  border-radius: 8px;
  width: 250px;
  max-width: 250px;
  color: #002363;
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
  text-transform: uppercase;
  background-color: #fff;
}
.footer .footer-block a.button:after {
  box-shadow: none;
}
/*=============Home-page-end=============  */

/*==========breadcrumb-section-start===========  */
.custom-breadcrumb {
  background-color: #f2f2f4;
  padding: 50px 20px;
  text-align: center;
}
.custom-breadcrumb h2 {
  font-size: 36px;
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.custom-breadcrumb .breadcrumbs a {
  text-decoration: none;
  color: #434343;
  font-size: 16px;
}
.custom-breadcrumb .breadcrumbs {
  font-size: 16px;
}
.custom-breadcrumb .breadcrumbs span {
  font-size: 18px;
}
.custom-breadcrumb .breadcrumbs a:last-child {
  color: #002363;
  font-size: 16px;
}
/*==========breadcrumb-section-end===========  */

/*=============All-collection-page-start=============  */
.custom-all-collection h1.title.title--primary {
  margin: 0px;
  font-size: 32px;
  margin-bottom: 20px;
}
.custom-all-collection {
  padding: 6.25rem 5rem;
}
.custom-all-collection .card-wrapper .card__inner .card__media img {
  object-fit: contain;
}
.custom-all-collection .card-wrapper .card__heading a {
  font-size: 17px;
}
/*=============All-collection-page-end=============  */

/*============About-Us-Page-start=========  */
/*-------About-us-Section---------------  */
.custom-About-us.section-template--16631515971650__image_with_text_cqN9nT-padding {
  padding: 100px 0px;
}

.custom-About-us .image-with-text .grid__item .image-with-text__media {
  border-radius: 80px 0px 80px 0px;
  box-shadow: 14px 14px 20px 0px rgba(0, 0, 0, 0.25);
}
.custom-About-us .image-with-text .grid__item .image-with-text__media img {
  border-radius: 80px 0px 80px 0px;
}
.custom-About-us .image-with-text__content {
  padding: 0rem 7rem;
}
/*-----------why-choose-us-section----------  */
.custom-icon-contents {
  background-color: #f2f2f4;
}
.custom-icon-contents .image-with-text .grid__item h2 {
  margin-top: 0px;
}
.custom-icon-contents .image-with-text .grid__item .image-with-text__text {
  margin-top: 0px;
}
.custom-icon-contents
  .image-with-text:not(.image-with-text--overlap)
  .background-transparent {
  padding-left: 0px;
}
.custom-icon-contents .image-with-text .grid {
  align-items: center;
}
/* .custom-icon-content .image-with-text:not(.image-with-text--overlap) .background-transparent img{
  object-fit: none;
  margin-right: 0px !important;
} */
.custom-icon-contents .custom-icon-image ul li {
  gap: 15px;
  align-items: flex-start !important;
}
.custom-icon-contents .custom-icon-image ul li .image-icon {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background-color: #fff;
  min-width: 65px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #002363;
  /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25); */
}
.custom-icon-contents .custom-icon-image ul li .image-icon img {
  width: 34px;
  margin-right: 0px !important;
}

.custom-icon-contents
  .image-with-text__media-item
  .image-with-text__media.background-transparent.media {
  width: 100%;
  height: 500px;
  position: relative;
  padding-bottom: 0 !important;
}
.custom-icon-contents
  .image-with-text__media-item
  .image-with-text__media.background-transparent.media
  img {
  object-fit: contain;
  width: 400px;
}
.custom-icon-contents
  .media
  > *:not(.zoom):not(.deferred-media__poster-button) {
  left: unset;
  right: 0;
}
/*============About-Us-Page-end=========  */

/*============product list page-start==========  */

/*-----------sorting-dropdown--------  */
.custom-product-grid .facets-container .facets__form {
  gap: 0px;
}
.custom-product-grid .facets-container .facets__form {
  margin-bottom: 20px;
}
.custom-product-grid .facets-container .facet-filters__field .facet-filters__label label {
  display: none !important;
}
.custom-product-grid .facets-container .facet-filters__field .select select {
  background-color: #002363;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  width: 170px;
  min-width: 170px;
  font-size: 15px;
}
.custom-product-grid .facets-container .facet-filters__field .select:focus-visible,
.custom-product-grid .facets-container .facet-filters__field .select select.facet-filters__sort:focus-visible {
  outline: none;
  outline-offset: none;
  box-shadow: none;
}
.custom-product-grid
  .facets-container
  .facet-filters__field
  .select
  span.svg-wrapper {
  color: #fff;
  margin-right: 10px;
}
.custom-product-grid .facets-container .product-count {
  display: none;
}

.custom-product-grid .pagination-wrapper .pagination {
  justify-content: center;
}
.custom-product-grid .pagination__item.pagination__item--current {
  background: #002363;
  border-radius: 100%;
  color: white;
}
.custom-product-grid .pagination__item {
  color: #000;
}
.custom-product-grid .pagination__item.pagination__item--current.light {
  opacity: 1;
}
.custom-product-grid .pagination__item.pagination__item--current:after {
  display: none;
}
.custom-product-grid .pagination__item.pagination__item-arrow {
  color: #002363;
}
/*-----------product-cards-----------  */
.custom-product-grid .product-card-wrapper .card {
  border-color: rgba(62, 62, 62, 0.26);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.custom-product-grid .product-card-wrapper .card__inner {
  background: #f2f2f4;
  border-radius: 20px 20px 0px 0px;
  --ratio-percent: 70% !important;
}
.custom-product-grid .product-card-wrapper .card__inner .card__media {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-product-grid .card-wrapper .card__media .media {
  margin: auto;
}
.custom-product-grid .card-wrapper .card__media .media img {
  object-fit: scale-down;
}

.custom-product-grid .product-card-wrapper .card__content .card__information p {
  color: #6f6f6f;
  font-size: 14px;
}

.custom-product-grid .product-card-wrapper .card__content .card__information h3.card__heading a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
.custom-product-grid .product-card-wrapper .card__content .card__information .price {
  font-size: 16px;
  color: #3f3f3f;
  font-weight: 600;
}
.custom-product-grid .card-wrapper .quick-add .quick-add__submit {
  display: none;
}

/*=====================contact-Us==============  */
.contact-container {
  position: relative;
  background: #00318b;
}
.contact-container .page-width {
  max-width: 200rem;
}
.custom-half-content {
  width: 55%;
  padding: 5rem 0;
  height: 100%;
}
.custom-half-content a {
  text-decoration: none;
  color: #fff;
}
.custom-half-content h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.custom-half-content .icon-image {
  margin: auto;
  width: 65px;
  height: 65px;
  line-height: 64px;
  border-radius: 100%;
  background: #fff;
  margin-bottom: 20px;
}
.custom-half-content .icon-image img {
  width: 32px;
}
.custom-location-content {
  margin-bottom: 5rem;
}

.custom-location-content,
.middle-icon-text-contact {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.custom-location-content .right-contact-location,
.custom-location-content .contact,
.middle-icon-text-contact .email-custom-contact,
.middle-icon-text-contact .email-custom-contact-for {
  text-align: center;
  color: #fff;
  width: 100%;
}

.right-contact-location p {
  margin-bottom: 0px;
}
.custom-map-contact {
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.custom-map-contact img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-button-contact {
  background: #fff;
  padding: 50px 0px;
}
.custom-button-contact .custom-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
.custom-button-contact .custom-grid img {
  position: absolute;
  left: 50%;
  height: 100%;
}
.custom-button-contact .custom-grid .grid-block {
  width: calc(50% - 15px);
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  box-sizing: border-box;
  align-items: center;
  background: transparent;
  text-align: center;
}

.custom-button-contact .custom-grid .grid-block a {
  text-decoration: none;
}

.custom-button-contact .custom-grid .grid-block a .btn-content {
  color: #fff;
  background-color: #002363;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 8px;
}

/*===============custom-contact-sales-page===========  */
.Custom-contact-sale .globo-form-app {
  margin: 80px 0px;
  min-width: 100%;
}
.custom-input-wrap label span {
  color: red;
}
.Custom-contact-sale .globo-form-app .header h3.globo-heading {
  margin: 0px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  color: #000;
  font-family: "Poppins", sans-serif;
}
.Custom-contact-sale .globo-form-app .panel {
  width: 100%;
}

.Custom-contact-sale .globo-form-control.layout-3-column {
  width: calc(35.2% - 4rem);
}
.Custom-contact-sale
  .globo-form-control.layout-3-column
  .globo-form-input
  input,
.Custom-contact-sale
  .globo-form-control.layout-3-column
  .globo-form-input
  select,
.Custom-contact-sale .globo-form-control[data-type="textarea"] textarea {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #9c9c9c;
  background-color: #f2f2f2;
  border-radius: 8px;
}
.Custom-contact-sale
  .globo-form-control[data-type="text"]
  .globo-form-input:hover {
  border: none;
}

.Custom-contact-sale
  .globo-form-control[data-type="text"]
  .globo-form-input:after,
.Custom-contact-sale
  .globo-form-control[data-type="phone"]
  .globo-form-input:after,
.Custom-contact-sale
  .globo-form-control[data-type="email"]
  .globo-form-input:after,
.Custom-contact-sale
  .globo-form-control[data-type="number"]
  .globo-form-input:after,
.Custom-contact-sale
  .globo-form-control[data-type="country"]
  .globo-form-input:after,
.Custom-contact-sale
  .globo-form-control[data-type="textarea"]
  .globo-form-input:after {
  box-shadow: none;
}

.Custom-contact-sale .globo-form-control[data-type="text"] .globo-label,
.Custom-contact-sale .globo-form-control[data-type="phone"] .globo-label,
.Custom-contact-sale .globo-form-control[data-type="email"] .globo-label,
.Custom-contact-sale .globo-form-control[data-type="number"] .globo-label,
.Custom-contact-sale .globo-form-control[data-type="country"] .globo-label,
.Custom-contact-sale .globo-form-control[data-type="textarea"] .globo-label {
  position: unset;
  font-size: 16px;
  letter-spacing: unset !important;
}
.Custom-contact-sale
  .globo-form-control[data-type="text"]
  .gfb__label__shink
  + .globo-form-input,
.Custom-contact-sale
  .globo-form-control[data-type="email"]
  .gfb__label__shink
  + .globo-form-input,
.Custom-contact-sale
  .globo-form-control[data-type="phone"]
  .gfb__label__shink
  + .globo-form-input,
.Custom-contact-sale
  .globo-form-control[data-type="number"]
  .gfb__label__shink
  + .globo-form-input,
.Custom-contact-sale
  .globo-form-control[data-type="country"]
  .gfb__label__shink
  + .globo-form-input,
.Custom-contact-sale
  .globo-form-control[data-type="textarea"]
  .gfb__label__shink
  + .globo-form-input {
  box-shadow: none;
}
.Custom-contact-sale
  .globo-form-control[data-type="text"]
  .gfb__label__shink
  + .globo-form-input
  [name],
.Custom-contact-sale
  .globo-form-control[data-type="email"]
  .gfb__label__shink
  + .globo-form-input
  [name],
.Custom-contact-sale
  .globo-form-control[data-type="phone"]
  .gfb__label__shink
  + .globo-form-input
  [name],
.Custom-contact-sale
  .globo-form-control[data-type="number"]
  .gfb__label__shink
  + .globo-form-input
  [name],
.Custom-contact-sale
  .globo-form-control[data-type="country"]
  .gfb__label__shink
  + .globo-form-input
  select,
.Custom-contact-sale
  .globo-form-control[data-type="textarea"]
  .gfb__label__shink
  + .globo-form-input
  [name] {
  border-radius: 10px;
  padding: 10px;
}
.Custom-contact-sale
  .globo-form-control[data-type="country"]
  .gfb__label__filled
  + .globo-form-input
  select {
  padding: 10px !important;
}
.Custom-contact-sale
  .globo-form-control[data-type="country"]
  .gfb__label__shink
  + .globo-form-input
  select {
  padding: 10px !important;
}
.Custom-contact-sale
  .globo-form-control[data-type="text"]
  .gfb__label__filled
  + .globo-form-input
  [name],
.Custom-contact-sale
  .globo-form-control[data-type="email"]
  .gfb__label__filled
  + .globo-form-input
  [name],
.Custom-contact-sale
  .globo-form-control[data-type="phone"]
  .gfb__label__filled
  + .globo-form-input
  [name],
.Custom-contact-sale
  .globo-form-control[data-type="number"]
  .gfb__label__filled
  + .globo-form-input
  [name],
.Custom-contact-sale
  .globo-form-control[data-type="country"]
  .gfb__label__filled
  + .globo-form-input
  select,
.Custom-contact-sale
  .globo-form-control[data-type="textarea"]
  .gfb__label__filled
  + .globo-form-input
  [name] {
  border-radius: 10px;
  padding: 10px;
}

.Custom-contact-sale
  .globo-form-control[data-type="text"]
  .globo-label.gfb__label__shink,
.Custom-contact-sale
  .globo-form-control[data-type="phone"]
  .globo-label.gfb__label__shink,
.Custom-contact-sale
  .globo-form-control[data-type="email"]
  .globo-label.gfb__label__shink,
.Custom-contact-sale
  .globo-form-control[data-type="number"]
  .globo-label.gfb__label__shink,
.Custom-contact-sale
  .globo-form-control[data-type="country"]
  .globo-label.gfb__label__shink,
.Custom-contact-sale
  .globo-form-control[data-type="textarea"]
  .globo-label.gfb__label__shink {
  font-size: 16px !important;
}
.Custom-contact-sale
  .globo-form-control[data-type="text"]
  .globo-label.gfb__label__filled,
.Custom-contact-sale
  .globo-form-control[data-type="phone"]
  .globo-label.gfb__label__filled,
.Custom-contact-sale
  .globo-form-control[data-type="email"]
  .globo-label.gfb__label__filled,
.Custom-contact-sale
  .globo-form-control[data-type="number"]
  .globo-label.gfb__label__filled,
.Custom-contact-sale
  .globo-form-control[data-type="country"]
  .globo-label.gfb__label__filled,
.Custom-contact-sale
  .globo-form-control[data-type="textarea"]
  .globo-label.gfb__label__filled {
  font-size: 16px !important;
}

.Custom-contact-sale
  .globo-form-control[data-type="text"]
  .globo-form-input:focus {
  border-radius: 10px;
  outline: none;
  box-shadow: none;
  border: 0px !important;
}
.Custom-contact-sale
  .globo-form-control[data-type="text"]
  .globo-form-input:focus-visible {
  border-radius: 10px;
  outline: none;
  box-shadow: none;
  border: transparent !important;
}

.Custom-contact-sale .globo-form-input::before {
  outline: none !important;
  box-shadow: none !important;
}
.Custom-contact-sale .globo-form-input::after {
  outline: none !important;
  box-shadow: none !important;
}
.Custom-contact-sale.globo-form-id-93577 .globo-form-app .gfb__footer {
  text-align: end;
}
.Custom-contact-sale.globo-form-id-93577 .globo-form-app .gfb__footer button {
  width: auto;
  padding: 10px 30px;
  border-radius: 8px;
}

/*===============contact-service========================  */
.custom-contact-service .contact__fields.grid {
  margin-bottom: 3.5rem;
}
.custom-contact-service .contact__fields {
  grid-row-gap: 2rem;
}
.custom-contact-service .contact h2 {
  font-size: 20px;
  font-weight: 500;
  color: #ff5858;
  margin-bottom: 15px;
}
/*-----personal-details-remove-floating-labels---  */
.custom-contact-service .contact .field.custom-inputField-wrp {
  display: block;
  margin-bottom: 0px;
}
.custom-contact-service .custom-inputField-wrp:focus-visible {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}
.custom-contact-service .custom-inputField-wrp.field:hover.field:after {
  box-shadow: none;
}
.custom-contact-service .custom-inputField-wrp:after {
  position: unset;
  box-shadow: unset;
}
.custom-contact-service .custom-inputField-wrp label {
  position: unset;
  color: #000;
}
.custom-contact-service .custom-inputField-wrp input {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #9c9c9c;
  background-color: #f2f2f2;
  border-radius: 8px;
}

/*---------remaining-form-section------ */
.custom-contact-service .service-subHeading {
  border-bottom: 1px solid #002363;
  margin-bottom: 20px;
}
.custom-contact-service .service-subHeading h2 {
  color: #002363;
  font-size: 20px;
}
.custom-contact-service .custom-input-wrap label {
  color: #000;
}
.custom-contact-service .custom-input-wrap input,
.custom-contact-service .custom-input-wrap select,
.custom-contact-service .custom-input-wrap textarea {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #9c9c9c;
  background-color: #f2f2f2;
  border-radius: 8px;
}

.custom-contact-service .cstm-dflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*----------shipping-address-section-------  */
.custom-contact-service .custom-shipping-address input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

/*-----------all-serial-no.-section-------  */
.custom-contact-service .service-subHeading button {
  padding: 4px 8px;
  font-size: 13px;
  border: none;
  background-color: #002363;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

.custom-contact-service .expedited-replacement {
  gap: 2rem;
}
.custom-contact-service .expedited-field,
.custom-contact-service .replacement-field {
  width: 50%;
}

.custom-contact-service .contact__button {
  text-align: end;
}
.custom-contact-service .contact__button button {
  color: #fff;
  border-radius: 10px;
}
.custom-contact-service .contact__button button:after,
.custom-contact-service .contact__button button:before {
  border-radius: 0;
  box-shadow: none;
}
/*===============contact-service-end====================  */

/*=============product-detail==========  */

/*-------------left-side---------  */
.custom-product-details .slider-mobile-gutter {
  width: -webkit-fill-available;
}
.custom-product-details .product__column-sticky {
  display: flex;
}
.custom-product-details
  .product__column-sticky
  .thumbnail-slider
  .slider-button {
  display: none;
}
.custom-product-details .product__info-container.product__column-sticky {
  display: block;
}

.custom-product-details .product--thumbnail_slider .thumbnail-slider {
  flex-direction: column;
  width: 150px;
}

.custom-product-details .thumbnail-slider .thumbnail-list.slider--tablet-up {
  width: 120px;
  display: block;
}
.custom-product-details
  .product--small
  ul.thumbnail-list.slider--tablet-up
  li.thumbnail-list__item.slider__slide {
  width: 100%;
  margin: 20px 0px;
}
.custom-product-details
  .product--small
  ul.thumbnail-list.slider--tablet-up
  li.thumbnail-list__item.slider__slide
  button.thumbnail {
  border-radius: 0;
  background-color: #f2f2f4;
  padding: 8px;
}
.custom-product-details
  .product--small
  ul.thumbnail-list.slider--tablet-up
  li.thumbnail-list__item.slider__slide
  button.thumbnail
  img {
  object-fit: contain;
}
.custom-product-details .product__media-list {
  margin: 30px 20px;
}

/*---------right-side-----------  */
.custom-product-details
  .product__info-container.product__column-sticky
  .product__text.inline-richtext {
  display: none;
}
.custom-product-details .product__info-container .product__title {
  margin: 8px 0px;
}
.custom-product-details .product__info-container .product__title h1 {
  font-size: 28px;
  color: #000;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.custom-product-details .product__info-container .product__description {
  margin: 0;
}
.custom-product-details
  .product__info-container
  .product__description
  p.sub-heading {
  font-size: 18px;
  color: #303030;
  font-weight: 500;
}
.custom-product-details
  .product__info-container
  .product__description
  .list-heading {
  font-size: 15px;
  color: #505050;
  font-weight: 500;
  margin-bottom: 8px;
}
.custom-product-details .product__info-container .product__description ul {
  padding-left: 5px;
  margin-bottom: 15px;
}
.custom-product-details .product__info-container .product__description ul li {
  font-size: 14px;
  color: #505050;
}
.custom-product-details
  .product__info-container
  .product__description
  .product-note {
  font-size: 13px;
  color: #000;
}

.custom-product-details .product-form__buttons {
  display: flex;
  align-items: end;
  min-width: 100%;
}
.custom-product-details .product-form__input {
  max-width: 12rem;
  margin-right: 2rem;
}
.custom-product-details .product-form__submit {
  width: 100%;
  height: 40px;
  margin-bottom: 1.2rem;
}
.custom-product-details .product-form__submit::after {
  border-radius: 4px;
}
.custom-product-details .product-form__submit span {
  text-wrap: nowrap;
}

.custom-product-details .product__info-container .quantity:after {
  border-radius: 4px;
}
.custom-product-details .product__info-container .btn--full {
  border: 1px solid #002363;
  background-color: #002363;
  width: 100%;
  padding: 10px;
  color: #fff;
  border-radius: 8px;
  margin-top: 10px;
  font-size: 16px;
}

/*---------tabs-section------------  */
.tabbed-section .tabs {
  display: flex;
  margin-bottom: 20px;
}
.tabbed-section .tabs button {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  width: calc(100% / 5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  color: #3f3f3f;
  margin-right: -1px;
  text-wrap: nowrap;
}
.tabbed-section .tabs button.active {
  color: #002363;
  border: none;
  border: 1px solid #002363;
  background-color: #fff;
  margin: 0px;
}
.tabbed-section .tab-content {
  display: none;
}
.tabbed-section .tab-content.active {
  display: block;
}

/*----------Accessories-tab1-------  */
.related-products-wrapper {
  margin-bottom: 50px;
}

/*----------software-and-firmware-tab3-------  */

.divider-custom-content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.divider-custom-content .Software-Firmware {
  width: 50%;
}
.divider-custom-content .Software-Firmware h2 {
  font-size: 21px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #002363;
}
.divider-custom-content .Software-Firmware ul {
  margin: 0;
  padding: 0;
}

.divider-custom-content .Software-Firmware ul li {
  background-color: #ebeef3;
  border: none;
  color: #fff;
  padding: 10px 10px 10px 15px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  list-style: none;
  margin-bottom: 20px;
}

.divider-custom-content .Software-Firmware ul li a {
  text-decoration: none;
  color: #2d2d2d;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.divider-custom-content .Software-Firmware ul li:hover a {
  color: #002363;
}

.divider-custom-content .Software-Firmware ul li a p.software-text {
  order: 2;
  margin-bottom: 0;
}

.divider-custom-content .Software-Firmware ul li a span {
  width: 35px;
  height: 35px;
  background: #6682b5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  order: 1;
}

.divider-custom-content .Software-Firmware ul li a span i {
  font-size: 14px;
  color: #fff;
}
.divider-custom-content .Software-Firmware ul li a span svg {
  width: 18px;
  color: #fff;
}
/*----------replacement-tab-tab5-------  */
.related-products-wrapper {
  margin-bottom: 50px;
}
.related-products-wrapper h3 {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #002363;
  border-bottom: 1px solid #002363;
}
.related-products-wrapper .related-product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}
.related-products-wrapper .related-product-list .related-product {
  border-color: rgba(62, 62, 62, 0.26);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.related-products-wrapper .related-product .related-product-image {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f4;
  border-radius: 10px 10px 0px 0px;
  position: relative;
}
.related-products-wrapper .related-product .related-product-image img {
  height: 180px;
  object-fit: scale-down;
  width: 100%;
}
.related-products-wrapper
  .related-product
  .related-product-image
  .related-product-info {
  position: absolute;
  top: 5%;
  right: 5%;
}
.related-products-wrapper
  .related-product
  .related-product-image
  .related-product-info
  .open-popup-btn {
  border: none;
}
.related-products-wrapper .related-product-list .related-product-details {
  padding: 20px;
  text-align: center;
}
.related-products-wrapper .related-product-list .related-product-details a {
  text-decoration: none;
}
.related-products-wrapper
  .related-product
  .related-product-details
  .custom-product-num {
  color: #6f6f6f;
  font-size: 14px;
  margin-bottom: 5px;
}
.related-products-wrapper
  .related-product
  .related-product-details
  .related-product-name {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: rgb(14, 27, 77);
}
.related-products-wrapper
  .related-product
  .related-product-details
  .related-product-price {
  font-size: 16px;
  color: #3f3f3f;
  font-weight: 600;
  margin-bottom: 15px;
}
.related-product-details .add-to-cart-btn {
  color: #fff;
  background-color: #002363;
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 16px;
}
.contact-atsi-button .rich-text.content-container {
  background-color: #f2f2f4;
  padding: 40px 0px;
}
.contact-atsi-button .rich-text.content-container a {
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
}
.contact-atsi-button .rich-text.content-container a::after {
  box-shadow: none;
}
.custom-pdf-block-wrap div.tab-heading::first-child {
  width: 100%;
}
.custom-pdf-block-wrap div.tab-heading h2 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

/*----------find-your-distributor-tab3-------  */
.tabbed-section table.find-your-distributor thead tr th {
  background: #002363;
  color: #fff;
  padding: 10px 12px;
  font-weight: 500;
}
.tabbed-section .custom-page-object {
  width: 100%;
  overflow-x: auto;
}
.tabbed-section .find-your-distributor tbody tr td {
  padding: 10px 12px;
  font-size: 16px;
  color: #424242;
  min-width: 210px;
}
.tabbed-section .find-your-distributor .page-link {
  font-size: 16px;
  color: #007acc;
  font-weight: 600;
  text-decoration: none;
}
.tabbed-section .find-your-distributor .page-link:hover {
  text-decoration: underline;
}

/*--------supporting-documents-tab4---------------  */
.supporting-documents {
  padding: 20px 0px;
}
.supporting-documents ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.supporting-documents ul li {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.supporting-documents ul img:last-child {
  display: none;
}

.supporting-documents ul li a {
  background-color: #002363;
  text-decoration: none;
  color: #fff;
}
.supporting-documents ul img {
  object-fit: none;
  width: fit-content;
  margin: -25px;
}
.contact-atsi-button {
  margin: 50px 0px;
}
.description-field {
  margin-top: 2rem;
}
.custom-submit-button .button:not([disabled]):hover:after {
  box-shadow: none;
}
.custom-page-content {
  font-size: 21px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  /* border-bottom: 1px solid #002363; */
  color: #002363;
}
.replacement-field label {
  text-wrap: nowrap;
}
/*====================calibration-pages============  */
.custom-calibration-service {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.custom-calibration-service ul li::marker {
  margin-left: 0 !important;
  color: #002363;
}
.custom-calibration-service img {
  object-fit: scale-down;
}

.custom-tabs-section .custom-heading {
  margin-bottom: 15px;
}
.custom-tabs-section ul.tabs-nav {
  margin-bottom: 20px;
  border-bottom: none;
}

/* .custom-tabs-section ul.tabs-nav li.tab-nav-item:last-child.active {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
} */
.custom-tabs-section ul.tabs-nav li.tab-nav-item {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  width: calc(100% / 4);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  color: #3f3f3f;
  margin-right: -1px;
  text-align: center;
  min-width: 220px;
}
.custom-tabs-section ul.tabs-nav li.tab-nav-item.active {
  color: #002363;
  border: none;
  border: 1px solid #002363;
  background-color: #fff;
  text-align: center;
  z-index: 2;
}
.calibration-content li {
  margin: 5px 0px;
}
.custom-tabs-section .tab-inner-content {
  padding: 0px;
  background-color: #fff;
  border: none;
}
.custom-tabs-section .tab-inner-content ul li {
  color: #454545;
  padding: 4px 0px;
  font-size: 18px;
  font-weight: 400;
}
.custom-tabs-section .tab-inner-content ul li::marker {
  color: #002363;
}
.custom-tabs-section .tab-inner-content ul li.tab-subHeading {
  color: #002363;
  font-weight: 600;
}
.custom-tabs-section .tab-inner-content ul li a {
  color: #002363;
  text-decoration: underline;
}
.custom-purchase a {
  color: #fff;
}
.custom-purchase a.button:after {
  box-shadow: unset;
  --border-offset: 0px;
}
.custom-tabs-section a.button:not([disabled]):hover:after {
  box-shadow: unset !important;
  --border-offset: 0px !important;
}

.custom-calibration-service .grid {
  align-items: center;
}
.custom-calibration-service .image-with-text__content > * + * {
  margin-top: 0px;
}

.custom-calibration-service .calibration-content {
  padding: 0px;
  margin-top: 5px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-content {
  position: relative;
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  width: 90%;
}

.popup-overlay .popup-content .popup-close-btn {
  position: absolute;
  top: 5%;
  right: 3%;
}

.popup-overlay .popup-content .popup-close-btn i {
  background: #000;
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
}
.popup-overlay .popup-content h2 {
  color: #002363;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.popup-overlay .popup-content p {
  margin-bottom: 21px;
  line-height: 22px;
  font-size: 20px;
  color: #4d4d4d;
  font-family: "Poppins", sans-serif;
}

.popup-overlay .popup-content a.popup-btn {
  background-color: #002363;
  padding: 10px 20px;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
}

.custom-product-details .gpo-group__childs {
  margin: 0 -10px;
}

.custom-product-details .gpo-input-wrap,
.custom-product-details .gpo-input-wrap .gpo-input,
.custom-product-details .gpo-select,
.custom-product-details .gpo-select select {
  border-radius: 6px !important;
}

.custom-product-details .gpo-form__group:not(.gpo-group) {
  padding: 10px !important;
}

.custom-product-details .gpo-label span.label-content {
  font-size: 16px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
}

.custom-certification .image-column {
  padding-right: 40px;
}
.custom-certification .image-column img {
  width: 100%;
  height: auto;
  display: block;
}
.custom-certification .content-column ul li {
  padding: 5px 0;
}

.custom-certification .content-column h2 {
  margin-top: 10px;
}

.custom-certification .row {
  padding-top: 80px;
}

.cart__ctas button {
  color: #fff;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  /* width: 354px; */
  min-width: 600px;
    height: 358px;
  position: relative;
  text-align: center;
}

.popup-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  color: #333;
}

.additional-checkout-buttons {
  display: none;
}

/*=======================login-page===============  */
.custom-main-login {
  background-image: url(/cdn/shop/files/loginImage.png?v=1751625598);
  background-size: cover;
  background-repeat: no-repeat;
}
.custom-main-login .customer.login-wrp {
  padding: 80px 20px;
}
.custom-main-login .login-logo {
  margin-bottom: 50px;
}
.custom-main-login .login-logo img {
  width: 150px;
}
.custom-main-login .login-form {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0px 6px 11px 5px rgba(0, 0, 0, 0.25);
}
.custom-main-login .login-form h1 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 5px;
}
.sign-sub-heading {
  font-size: 15px;
  color: #000;
}
.custom-main-login .login-form form {
  margin-top: 3rem;
}
.custom-main-login .login-form .field {
  display: block;
}
.custom-main-login .login-form .field:after {
  border-radius: 8px;
  box-shadow: none;
}
.custom-main-login .login-form .field:hover.field:after {
  border-radius: 8px;
  outline: none;
  offset: none;
  box-shadow: none;
}
.custom-main-login .customer .field label {
  left: 4.4rem;
}
.custom-main-login .login-form .field input {
  border: 1px solid #002363;
  border-radius: 8px;
  padding-left: 4.4rem;
}
.custom-main-login .login-form .field input:focus {
  border-radius: 8px;
}

.custom-main-login .customer .field input:focus ~ label,
.custom-main-login .customer .field input:not(:placeholder-shown) ~ label,
.custom-main-login .customer .field input:-webkit-autofill ~ label {
  font-size: 14px;
  top: -9px;
  left: 14px;
  background: #fff;
  padding: 0px 4px;
}
.custom-main-login .customer .field input:focus,
.custom-main-login .customer .field input:not(:placeholder-shown),
.custom-main-login .customer .field input:-webkit-autofill {
  padding: 1.5rem 2rem 1rem 4.4rem;
}
.custom-main-login .login-form .login-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

.custom-main-login .login-form .custom-forgot {
  text-align: end;
  margin-top: 10px;
}

.custom-main-login .customer .login-form button {
  color: #fff;
  width: 100%;
  border-radius: 8px;
}
.custom-main-login .customer .login-form button:hover:after {
  box-shadow: none;
}
.cart-notification-wrapper .cart-notification__heading {
  color: #fff !important;
}
.related-product .popup-overlay .popup-content h2 {
  font-size: 18px;
  margin-bottom: 18px;
}
.related-product .popup-overlay .popup-content .popup-close-btn {
  top: 0%;
  right: 4%;
}
.related-product .popup-overlay .popup-content .quick-view-product p {
  margin-bottom: 5px;
}

.custom-certification-tab .tab-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  list-style: none;
  padding: 0px;
}
.custom-certification-tab .tab-links li a {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  color: #3f3f3f;
  margin-right: -1px;
  text-decoration: none;
}
.custom-certification-tab .tab-links li.active a {
  color: #002363;
  border: none;
  border: 1px solid #002363;
  background-color: #fff;
  margin: 0px;
}
.custom-certification-tab .tab-content ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.custom-certification-tab .tab-content ul li {
  background-color: #ebeef3;
  border: none;
  color: #fff;
  padding: 10px 10px 10px 15px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  list-style: none;
  margin-bottom: 20px;
  width: calc(50% - 2rem);
}
.custom-certification-tab .tab-content ul li a {
  text-decoration: none;
  color: #2d2d2d;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-certification-tab .tab-content ul li a svg {
  width: 18px;
  color: #fff;
}
.custom-certification-tab .tab-content ul li a span {
  width: 35px;
  height: 35px;
  background: #6682b5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.online-training {
  background: #f2f2f4;
  padding: 70px 0px;
  margin-top: 70px;
}
.online-training .collection {
  padding: 0;
}
.online-training h2.title {
  margin: 0;
}
.online-training .product-card-wrapper .card {
  border-color: rgba(62, 62, 62, 0.26);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.online-training .product-card-wrapper .card__inner {
  background: #f2f2f4;
  border-radius: 20px 20px 0px 0px;
  --ratio-percent: 70% !important;
}
.online-training .card-wrapper .card--card .card__inner .card__media img {
  object-fit: scale-down;
}

/* -----------Cart-page----------- */
.cart__warnings .cart__empty-text {
  font-size: 30px;
  margin-bottom: 0;
  color: #242424;
  font-weight: 600;
}
.cart__warnings a.button {
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  margin: 3rem 0;
}
.cart__warnings a.button:after {
  border-radius: 8px;
}

.cart__warnings h2.cart__login-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
}
.cart__warnings .cart__login-paragraph {
  font-size: 16px;
  color: #282828;
}
.cart__warnings .cart__login-paragraph a {
  color: #002363;
}
.cart__checkout-button {
  border-radius: 8px;
}
.cart__checkout-button:after {
  border-radius: 8px;
}
.quantity.cart-quantity {
  border-radius: 4px;
}
.quantity.cart-quantity:after {
  border-radius: 4px;
}
.our-products .grid__item {
  position: relative;
}

.customer.addresses button {
  color: #fff;
  border-radius: 10px;
}
.customer.addresses button:hover:after {
  box-shadow: unset;
}
.customer.addresses ul li button {
  color: #002363;
  border-radius: 10px;
  border: 1px solid #002363;
}
.customer.addresses ul li button:after {
  box-shadow: unset;
}
.customer.addresses form {
  margin-top: 2rem;
}
.customer.addresses ul li form button {
  color: #fff;
}
.customer.addresses ul li form button[type="reset"] {
  color: #002363;
}
.addresses h2 {
  margin-top: 30px;
}
.customer.addresses ul li form .select .svg-wrapper,
.customer select + .svg-wrapper {
  right: 21px;
}
.addresses.customer form .field {
  flex-direction: column-reverse;
  margin-bottom: 0;
  border: 0;
  outline: 0;
}
.addresses.customer form .field:after {
  box-shadow: unset;
}
.addresses.customer form .field:hover.field:after {
  box-shadow: unset;
}
.addresses.customer form .field:after:hover {
  box-shadow: unset;
}

.addresses.customer form .field label {
  position: unset;
  color: #000;
  font-size: 18px;
  letter-spacing: normal;
}
.addresses.customer form .field input {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #9c9c9c;
  background-color: #f2f2f2;
  border-radius: 8px;
}
.addresses.customer form .select:after {
  border-radius: 8px;
  box-shadow: unset;
}
.addresses.customer form .select select {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #9c9c9c;
  background-color: #f2f2f2;
  border-radius: 8px;
}
.addresses.customer form .select:hover.select:after {
  box-shadow: unset;
}
.addresses.customer form label {
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 18px;
}
.addresses.customer button:after {
  border-radius: 10px;
}
.online-training h2 {
  margin: 0px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  font-family: "Poppins", sans-serif;
}

.g9gqqf1 ._1fragemue .EAjaz.d5pfT{
  background-color: #002363 !important;
  color:#fff;
}
.g9PS6.U3Rye  .d5pfT ._1fragempm{
  color:#fff;
}
.custom-account-page div.account-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.custom-account-page div.account-heading h2{
  margin:0;
  font-size:24px;
  color:#000;
}

.custom-account-page div.account-heading button{
  color:#fff;
  border-radius:10px;
}
.custom-account-page .personal-info{
  flex-direction:column;
  background: #f2f2f4;
  padding: 25px;
  margin: 0;
  border-radius: 10px;
}
.custom-account-page .personal-info .account-heading{
  padding-right:0 !important;
}
.custom-account-page .personal-info .account-heading button{
  margin:0;
}
.order-card{
  background-color:#f2f2f4;
  margin-top:30px;
  border-radius:10px;
  padding:25px;
}

/* ---------------addresses-page---------- */
.custom-address.customer:not(.account):not(.order) {
  max-width:150rem;
  position:relative;
}
.custom-address.customer .address-mainHeading{
  text-align:left;
}
.custom-address.customer .default-addressForm{
  text-align:left; 
}
.custom-address.customer .default-addressForm .addNew-addressBtn{
  position:absolute;
  top:5%;
  right:5rem;
  margin:0;
}
.custom-address.addresses form>div:nth-of-type(1), 
.custom-address.addresses form>div:nth-of-type(2){
  flex-basis: calc(33.33% - 1rem);
}
.custom-address.addresses form{
  justify-content:space-between;
  margin-top:0;
  align-items:baseline;
}
.custom-address.addresses form#address_form_new{
  border-bottom:1px solid  #bfc6e3;
  padding-bottom:15px;
}
.custom-address.addresses form>div:nth-of-type(1){
  margin-right:0;
}
.custom-address.customer .field input{
  flex-grow:unset;
}
.custom-address.addresses form>div:nth-of-type(11){
  min-width:100% !important;
}
.custom-address.addresses form>div{
  width:calc(33.33% - 1rem);
}
.custom-address.customer ul li{
  border-bottom:1px solid #bfc6e3;
  text-align:left;
  padding-bottom: 1.5rem;
  margin-top: 3rem;
}
.custom-address.customer ul li h2{
  text-align:left;
}
.account-heading a{
  border: 1px solid #000;
  padding: 8px 20px;
  border-radius: 8px;
  text-decoration: none;
}
.account-heading a span{
  display:none;
}

 .our-products .card__media, .card .media {
    bottom: 0;
    position: absolute;
    top: 0;
    /* left: -8px; */
}

.custom-product-grid  .card__media {
    margin: 10px 0px 10px 4px;
}

.tabs-content div#popup {
    position: fixed;
    z-index: 2;
}
 .card__media {
    bottom: 0 !important;
    position: absolute !important;
    top: 0 !important;
    left: 1px !important;
}
/* ------------------------------- */
.card__media .media.media--transparent.media--hover-effect img.motion-reduce {
    object-fit: contain;
}
.product__column-sticky .slider-mobile-gutter {
  width: 100%;
  height: auto;
}



/* sec logo */ 

#logosec {
  width: auto; 
  height: 42px; 
  margin-left: 20px;
  border-radius:8px;
}

#logosec1 {
  width: auto; 
  height: 34px; 
  margin-left: 20px
}


.logo_wrap {
    display: flex;
    align-items: center;
}
a.logo_fixed img {
    width: 120px;
    border: 1px solid #b3b3b3;
    border-radius: 8px;
}


/* add new css */
.logo_wrap{

  gap:28px;
}
a.header__heading-link{
  position:relative;
}
a.header__heading-link::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 55px;
    background-color: #fff;
    top: 4px;
    right: -12px;
    border-radius: 8px;
}
.footer__copyright {
    padding-bottom: 16px;
}

/* test for add to cart button  */
.related-product {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.related-product-details {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.related-product-details .related-product-name,
.related-product-details .custom-product-num,
.related-product-details .related-product-price {
    flex-shrink: 0;
}

.related-product-details .add-to-cart-form {
    margin-top: auto;
}
.caption-with-letter-spacing {
    display: none;
}
/* -----------02/12/2026----- */
.collaps-content .accordion p {
    padding: 2px 12px;
    
}
    .collapsible-content .accordion {
        margin-top: 0;
        padding: 0 .6rem !important;
    }
.accordion {
    border: 1px solid rgb(14, 27, 77) !important;
    border-radius: 11px;
    margin-bottom: 14px !important;
}










