/** Shopify CDN: Minification failed

Line 969:63 Unexpected "{"

**/
.featured_blog__item header figure a div{
  background: white !important;
  height: 200px !important;
}
.template-blog .featured_blog__item header {
  height: unset !important;
}
#chRecentViewed .chShowPopular-Item .chButton{
  background: #f04c23;
  border-color: #f04c23;
  color: #ffffff;
}

.customerHub .chContent .chContent-Wrapper .chContent-Body .chContent-Body-Menu .chContent-Body-Menu-Block .chContent-Body-Menu-Block-Item.chContent-Body-Menu-Block-Active{
  background: #f04c23;
}

.customerHub .chContent .chContent-Wrapper .chContent-Body .chContent-Body-Page .chContent-Body-Page-General .chContent-Body-Page-osearch .os1{
  border-color: #f04c23;
}
.customerHub .chContent .chContent-Wrapper .chContent-Body .chContent-Body-Page .chContent-Body-Page-General .chContent-Body-Page-osearch .os1 i{
  color: #f04c23;
}
.shopify-payment-button__button{
  background: black !important;
  color: white !important;
  font-family: var(--body-font-family);
  font-weight: 400;
  font-size: 15px;
}
.product-card .imageCrop-true img{
  height: fit-content !important;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  

}

.header-mobile .header-mobile__item .menu-list>li.title a {
   display: none !important;
}
.page-blog .page_wrapper .btn-more {
    display: none !important;
}
/* Homepage Logo List */
.homepage-logolist .slider-item.logo-item.tns-item {
    display: flex !important;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.tns-nav button {
  border: none!important;
  background: #b9b9b9;
  width: 15px;
  height: 15px;
  border-radius: 50%!important;
  padding: 0;
  cursor: pointer;
  color: transparent;
}

button.tns-nav-active {
  background: #ff5c20;
  width: 45px;
  border-radius: 15px!important;
}

.homepage-logolist h2.section_title-text-1 {
  font-family: var(--font-heading);
  font-size: 35px;
  font-weight: 600!important;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
}

.homepage-logolist h2.section_title-text-1::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background-color: #FF5C20;
}

.homepage-logolist .slider-item img{
  transition: transform 0.5s ease-in-out;
}

.homepage-logolist .slider-item img:hover{
  transform: scale(1.1);
}

body.template-index{
  background: #FFFFFF!important;
}

/* Blog page */

.home-blog .featured_blog__item footer{
    background-color: white;
}

.home-blog .featured_blog__item .featured_blog__item-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    margin-bottom: 0; 
    margin-top: 20px;
    font-size: 20px;
}

.home-blog .slider-list{
    gap: 10px;
}

.section-blog-sidebar .menu_list-header {
    padding: 0 25px;
}

.template-blog .featured_blog__item header {
    aspect-ratio: 1;
    align-content: center;
}

.page-article .page_wrapper{
  margin-top: 50px;
}

.page-blog .featured_blog__item-title,
.page-blog .sb-blogs-list .title,
.page-article .sb-blogs-list .title{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
}

.template-blog .featured_blog__item-author,
.home-blog .featured_blog__item-author{
    display: none!important;
}

.template-blog .featured_blog__item header{
    height: 150px;
}

.template-blog .featured_blog__item header span {
    padding-top: 150px!important;
}

.template-blog .featured_blog__item header span img {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 10px;
}

.template-article .author{
    display: none;
}

.template-blog .blog-item{
  /* border-radius: 15px; */
  overflow: hidden;
}

.home-blog .featured_blog__item .featured_blog__item-info span{
    margin-bottom: 0;
}

.home-blog .featured_blog__item .featured_blog__item-excerpt{
    margin-bottom: 0;
}

.home-blog .featured_blog__item-excerpt p{
    margin: 20px 0;
}

.home-blog .featured_blog__item-button {
    margin-top: 20px;
}

.home-blog footer {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

.home-blog .container {
    max-width: 1700px;
}

.home-blog .container .featured_blog__item {
    height: 100%;
}

@media screen and (max-width: 991px){
  .home-blog header{
    aspect-ratio: 1;
    align-content: center;
  }
}

@media screen and (min-width: 500px){
  .article-content .article-content_header .image__style {
      /* padding-top: 400px!important; */
  }
  
  .article-content .article-content_header img{
      width: auto;
      left: 50%;
      /* transform: translateX(-50%); */
  }
}

@media screen and (max-width: 768px){
    .article-content .article-content_header .image__style {
      /* padding-top: 400px!important; */
      width: 50% !important;
      margin: 0 auto !important;
  }
  .page-article .article-content .title {
      font-size: 20px !important;
  }

  .article-content h2 {
      font-size: 20px !important;
    
  }
  #back-to-top {
    right: 10px !important;
  }
  .card_footer-logo img{
    width: 150px !important;
  }
  #shopify-section-template--17352870396055__collection-template .section_content-wrapper {
    max-width: none !important;
  }
  .grfq-quote-widget-container, .sp-com-w-btn-wrap{
    display: none !important;
  }
  
  .page-blog .blog-list .d-grid{
    grid-template-columns: repeat(2,1fr);
  }
  .slide-heading{
    font-size: 35px !important;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
  }

  .slide-content {
    font-family: var(--body-font-family);
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
  }

  .promotion-heading {
      font-family: var(--font-heading);
      font-size: 35px;
      font-weight: 600;
      line-height: 46px;
      color: #fff;
      margin-bottom: 25px;
  }

    .custom-aboutus-main-heading {
        font-size: 50px !important;
    }
  .custom-aboutus-heading{
    font-size: 28px !important;
  }
  .custom-aboutus-content p{
    font-size: 13px !important;
  }
  .category-heading{
    font-size: 34px !important;
  }
  .custom-img-with-text-content{
    font-size: 13px !important;
  }
  .promotion-heading{
    font-size: 30px !important;
  }
  .section_content-wrapper{
    max-width: 100% !important;
  }
  .vertical-nav{
    display: none !important;
  }


  .promotion-title{
    font-size: 30px !important;
  }
  .promotion-text{
    font-size: 13px !important;
  }
  .faq-contact{
    padding: 0px !important;
  }
  .featured_blog__item{
    padding: 20px !important;
    background: white;
  }

  .presentation-section, .presentation-image-container, .presentation-content, .event-section, .event-content, .event-description{
    padding: 0px !important;
  }
 
  .image-container, .text-container{
    width: 100% !important;
  }
  .services-offered-container{
    margin: 0px auto;
  }
}

@media screen and (max-width: 500px){
  .page-blog .blog-list .d-grid{
    grid-template-columns: repeat(1,1fr);
  }
}

/* Contact page */

.page-contact .home-icon-box .card_section-item:last-child img {
    transform: scale(.7);
}

/* Wishlist */

a.swym-wishlist .fa-heart:before,
.fa-user:before{
    font-size: 28px;
}

.swym-wishlist{
  position: relative;
}

i.icon-swym-wishlist:after {
  visibility: hidden;
}

.swym-ready i.icon-swym-wishlist:after {
  visibility: visible; 
  content: '\f004';
}

.swym-button-bar {
    margin: 0 0 0 10px;
}

.swym-btn-container {
    height: 100%;
}

button.swym-button.swym-add-to-wishlist {
    height: 100%!important;
}

.swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext:after{
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    vertical-align: middle;
}

.swym-wishlist {
    position: relative;
    margin-right: 5px;
    margin-left: 15px;
}

.swym-wish-counter {
    position: absolute;
    top: -6px;
    right: -9px;
    background-color: #F04C23;
    padding: 1px 5px;
    border-radius: 20px;
}

/* Compare */

.sp-compare-widget{
  display: block!important;
  bottom: 200px!important;
}

@media screen and (max-width: 991px){
  .sp-compare-widget{
    bottom: 230px!important;
  }
}

.sp-compare-button{
  padding: 1em 2em!important;
  /* border-radius: 4px!important; */
  text-transform: unset!important;
  font-family: var(--body-font-family)!important;
  height: 45px !important;
}

.sp-compare-button:hover{
  background-color: #f04c23!important;
  opacity: 1!important;
}

.sp-compare-button .sp-compare-button-text{
  font-weight: 400;
  font-size: 15px;
}

.sp-com-w-body{
  display: none!important;
}

#custom-sp-com-w.sp-com-w.sp-compare-widget{
  left: -322px!important;
}

/* Request a Quote app */

.grfq-form label.grfq-control-label {
  color: #000;
}

.grfq-quote-widget-container {
    transform: rotate(270deg) translate(50%, -50%);
    top: 50%;
    padding: 3px;
    /* border-radius: 5px 5px 0 0; */
}

/* Request A Quote Slide */

.request-quote-container {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(50%);
}

.request-quote-btn {
  position: fixed;
  right: 17px;
  top: 40%;
  padding: 10px 20px;
  background-color: #f04c23;
  color: #fff;
  border: none;
  cursor: pointer;
  /* border-radius: 5px 5px 0 0; */
  font-size: 16px;
  z-index: 1000;
  transform: rotate(-90deg);
  transform-origin: right center;
  display: none;
}

.quote-section {
  position: fixed;
  top: 0;
  right: -100%;
  width: 500px;
  height: 100vh;
  background-color: #FFF;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease;
  padding: 20px;
  z-index: 999999;
}

.quote-section.active {
  right: 0;
}

.quote-content {
  margin-top: 50px;
}

.quote-content h2{
  margin-bottom: 20px;
}

.close-btn {
  background-color: #F04C23;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  /* border-radius: 5px; */
}

@media screen and (max-width: 500px){
  .quote-section{
    width: 100vw;
  }
}

button.onst-register-action {
    background-color: #f04c23;
}

/* Slick CSS */

.slick-dots {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 10px 0;
  position: absolute;
  bottom: -200px;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button {
  border: none;
  background: #B9B9B9;
  width: 15px;
  height: 15px;
  border-radius: 50%!important;
  padding: 0;
  cursor: pointer;
  color: transparent;
}

.slick-dots li.slick-active button {
  background: #FF5C20;
  width: 45px;
  border-radius: 15px!important;
}

/* Mega Menu */

ul.menu-list.grand-child-list {
    position: absolute;
    width: 200px!important;
    top: 0;
    left: 200px;
    background-color: #f1f1f1;
    padding: 10px!important;
    display: none;
    z-index: 2;
    border-top: 5px solid #f04c23;
}

.mega-menu-list,
.dropdown-menu .menu-list{
    text-align: left;
}

.header .header-content_bottom .container{
  max-width: 1500px;
}

.child-list .menu-item:hover .grand-child-list,
.child-list .menu-item .grand-child-list:hover{
    display: block
}

.mega-menu-list .child-list i {
    font-size: 10px;
}

.header {
    position: relative;
    z-index: 999999;
}

.header:not(.header-sticky) .header-mobile .header-content_top{
  position: relative;
  z-index: 15;
}

.header-sticky .mega-menu[data-nav="Vacuum Technology"] .dropdown-menu{
    max-height: calc(100dvh - 176px);
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.header-sticky .mega-menu[data-nav="Vacuum Technology"] .dropdown-menu::-webkit-scrollbar {
    width: 8px;
}

.header-sticky .mega-menu[data-nav="Vacuum Technology"] .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.header-sticky .mega-menu[data-nav="Vacuum Technology"] .dropdown-menu::-webkit-scrollbar-track {
    background: transparent;
}

/* Other CSS */

.left-content{
  background-color: white !important;
}

@media screen and (min-width: 1200px){
  .product-template .product-media .media-main>div:first-child .image__style,
  .product-template .product-media .media-main>.image__style {
    background-color: white !important;
    /* padding-top: 60%!important; */
  }
  
  .product-template .product-media .media-main>div:first-child .image__style img,
  .product-template .product-media .media-main>.image__style img {
    object-fit: contain!important;
    width: 60%;
    margin: 0 20%;
  }
}
.product-template .product-description .product_tab-contorls .tab-contorls{
    scrollbar-width: none;
}

.product-template .product-description .product_tab-contorls .tab-contorls::-webkit-scrollbar {
  display: none;
}

.template-product-default .section_title-inner {
    display: flex;
    justify-content: center;
}

.template-product-default .section_title-text-1{
    position: relative;
}

.template-product-default .section_title-text-1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 4px;
    background-color: #FF5C20;
}

.product-template .title .product_name{
    padding: 12px 0;
}

.product-template .product_price .price{
    color: #F04C23;
}

.product-template .product_sku{
    border-top: 1px solid #00000033;
    padding: 30px 0 15px;
    width: 100%;
    display: block;
    font-weight: 500;
}

.product-template .product_categories{
    border-bottom: 1px solid #00000033;
    padding-bottom: 30px;
    font-weight: 500;
}

.product-template .product_categories a{
    text-decoration: underline;
}

.product-template.template-default .product_details{
  background-color: transparent!important;
}

.product-card {
  background: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px !important;
}
.product-card_header {
  background: white !important;
  width: 100% !important;
  height: 200px !important;
  display: flex !important;
  align-items: center; /* Centers the image vertically */
  justify-content: center; /* Centers the image horizontally */
  overflow: hidden; /* Prevents image overflow */
}

.product-card_image {
  width: 65%; /* Adjust to your desired size */
  height: auto; /* Maintains aspect ratio */
}

.product-card_body{
  padding: 10px 10px !important;
}
.product-card_name{
  font-size: 13px !important;
  line-height: 1.8 !important;
}
.login-message{
  font-size: 13px !important;
}
.product-card_footer{
  display: block !important;
}

.product-card .btn-add-to-cart, .product-card .btn-view-product{
  background-color: #f04c23;
  padding: 8px 13px !important;
  width: 100% !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: white !important;
  margin-top: 10px !important;
  text-align: center !important;
}

.product-card .featured_product-overlay>button {
  margin-top: 10px !important;
    margin-right: 10px !important;
    width: 20px !important;
    height: 20px !important;
   
}
.product-card .btn-add-to-cart svg{
  color: white!important;
}

.product-card .sp-compare-checkbox{
  margin-top: 10px;
}

.product-card .price{
  color: #ff5c20;
}

.home-products-tab .section_title-text-1 {
  font-size: 32px;
  line-height: 60px;
  font-family: var(--font-heading);
  font-weight: 600 !important;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}

.home-products-tab .section_title-text-1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background-color: #ff5c20;
}

.card_footer-information:first-child .svg_element-ui{
  display: none;
}

.card_footer-information:not(:first-child) .card_footer-logo{
  display: none;
}

.footer .container {
  max-width: 1400px;
}

.footer .contact-info .link-color:hover{
  color: #F04C23;
}

.footer .widget-social-icons li svg{
  width: 30px;
  height: 30px;
}

.footer .widget-social-icons li svg path:not(:first-child){
  fill: black;
}

.footer .widget-social-icons li svg:hover path:not(:first-child){
  fill: white;
}

.footer .widget-social-icons li svg g path{
  fill: black;
}

.footer .widget-social-icons li svg:hover g path{
  fill: white;
}

.footer .widget-social-icons li a[title="Twitter"] img{
    background-color: white;
    padding: 6px;
    border-radius: 50%;
}

/* .page-contact_info .widget-social-icons li a[title="Twitter"] img{
  filter: invert(49%) sepia(87%) saturate(3853%) hue-rotate(351deg) brightness(98%) contrast(98%);
} */

.page-contact .page-contact_info .info_body>div .widget-social-icons a{
  color: black;
}

.modal-newsletter .widget-social-icons li a[title="Twitter"] img{
    background-color: white;
    padding: 7px;
    border-radius: 50%;
    filter: invert(100%) brightness(200%);
}

a, button{
  border-radius: 0!important;
}

.page_title:not(.page-search .page_title){
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}

.page-application-2 .item-class-description {
    font-size: 14px;
}

.page-application-2 .item-card-title{
    font-size: 18px;
}

.product-card_name .sp-compare-main {
    display: none;
}

.sp-com-w .sp-com-w-btn p,
.sp-com-w .sp-com-w-btn span,
.grfq-quote-widget-container .grfq-quote-widget-label{
    font-size: 18px;
}

.sp-com-w .sp-com-w-btn{
  border-radius: 0!important;
}

.hxoSelectTheme.top_right {
  right: 61px !important;
  top: 90px !important;
}

.hxoSelectTheme.mobile_top_right {
  top: 79px!important;
  z-index: 4!important;
}

.header-icons .fa-user{
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .hxoSelectTheme.mobile_bottom_left{
    bottom: 75px!important;
  }
}

/* Animations */

img.circle-design {
    animation: circleAnimation 2s ease-in-out infinite;
}

@keyframes circleAnimation {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.scroll-image {
    animation: scrollAnimation 2s ease-in-out infinite;
}

@keyframes scrollAnimation {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

.custom-icon:hover{
    animation: iconAnimation 2s ease-in-out infinite;
}

@keyframes iconAnimation {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.promotion-box-wrapper .promotion-box-content{
    transition: width 0.5s ease-in-out;
}

@media screen and (min-width: 501px){
  .promotion-box-wrapper:hover .promotion-box-content{
      width: 65%;
  }
}

.bg-decor1{
  animation: rotateAnimation 59s linear infinite;
}

@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.product-template_wrapper .login-message{
  font-size: 15px !important;
}
.product-card_image .image__style {
  /* padding-top: 100% !important; */
}

.empty-aside,
/* .template-collection:has(.empty-aside) .collection-toolbar*/{ 
    display: none;
}

.template-collection .layout-grid.d-grid:has(.empty-aside) {
    grid-template-columns: minmax(auto, 100%);
}

@media screen and (min-width: 992px){
  .template-collection .container-fluid:has(.empty-aside) {
      max-width: calc(1200px + ((100% - 1200px) / 2));
      padding: 0 70px 0 40px!important;
      margin-right: unset;
  }
}

main#main-content:has(.shopify-challenge__button) {
    padding: 50px 0;
}

.chButton.chButton-UP,
.chButton.chButton-CP{
    background-color: #f04c23!important;
    color: #ffffff!important;
    border-color: #f04c23!important;
}

.product-card .product-card_footer .out-stock {
  display: block;
  color: red;
  font-size: 12px;
}

.product-card .product-card_footer .out-stock svg {
    width: 8px;
    height: 8px;
    color: #fff;
    fill: #fff;
}

.product-card .product-card_footer .out-stock .svg_element-ui {
    width: 16px;
    height: 16px;
    -webkit-margin-end: 6px;
    margin-inline-end: 6px;
    background: red;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
}

.product-wrapper .product-form:has(.rfq-btn) .btn-add-to-cart:not(#rfq-btn-0){
  display: none;
}

.product-wrapper .product-form:has(.rfq-btn) .dynamic-checkout{
  display: none;
}

h2.custom-collection-heading {
    font-family: var(--font-heading)!important;
    font-size: 35px!important;
    font-weight: 600!important;
    margin-bottom: 30px!important;
    position: relative!important;
    display: inline-block!important;
}

.customerHub *{
  font-family: var(--body-font-family)!important;
}

.customerHub {
  h1,h2,h3,h4,h5,h6{
    font-family: var(--font-heading)!important;
  }
}

h2.custom-collection-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background-color: #FF5C20;
}

.custom-collection-description .description-content{
  line-height: 24px;
}


/* !!! new declaration @ base.css */
/* .custom-main-container-description a{
  color: white !important
} */

.part-number-desc{
  margin-bottom: 15px;
}

.page-search{
  padding-left: 70px;
  padding-right: 70px;
}

@media screen and (max-width: 768px){
  .page-search{
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-form-wrapper .col-6{
    margin-top: 50px !important;
  }
}

.template-search .featured_blog__item header span {
    padding-top: 150px!important;
    background-color: white;
}

.template-search .featured_blog__item header {
    margin-bottom: 15px;
}

.template-search .featured_blog__item-author{
    display: none;
}

.template-search .featured_blog__item header span img {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 10px;
}

body #grfq-page .grfq-continue-shopping a{
    color: #ffffff !important;
    background: #f04c23 !important;
    border: 1px solid #f04c23 !important;
    padding: 14px 16px!important;
}

.sp-compare-main:not(.sp-compare-custom-collection .sp-compare-main):not(.product-template_wrapper .product_details .right-content .sp-compare-main){
    display: none;
}

.template-product-default div#slider-product-main-media {
    height: 600px;
}

.template-product-default #slider-product-thumbnails-media{
    height: 200px;
}

@media screen and (max-width: 1440px){
  .template-product-default div#slider-product-main-media {
    height: 450px;
  }
  
  .template-product-default #slider-product-thumbnails-media{
      height: 140px;
  }
}

@media screen and (max-width: 1300px){
  .template-product-default div#slider-product-main-media {
    height: 400px;
  }
  
  .template-product-default #slider-product-thumbnails-media{
      height: 125px;
  }
}

@media screen and (max-width: 768px){
  .template-product-default div#slider-product-main-media {
    height: 375px;
  }
  .announcement-bar .annoubar-column:last-child{
    padding-left: 50px !important;
  }
  
  .template-product-default #slider-product-thumbnails-media{
      height: 85px;
  }
  #section-sections--17352870985879__announcement-bar .wrapper{
    grid-gap: 0px !important;
  }
 
  .left-content .slider-item img:not(#quickshop_product_media img){
    max-width: 100% !important;
    max-height: 100% !important;
    height: 400px !important;
    object-fit: contain !important;
  }
}

.template-product-default .media-item img{
    height: unset;
    aspect-ratio: 1;
}

ul.tab-contorls.js-tab-controls {
    margin: 0px !important;
}
.st-wishlist-icon{
  height: 28px !important;
  width: 28px !important;
}
.product-template.template-default .right-content {
        padding: 40px 30px;
    }

.read-more-link{
  margin-top: auto !important;
}

@media (max-width: 768px) {
    .event-title, .event-description {
        text-align: center !important;
    }
    .presentation-content{
      margin-top: 20px !important;
    }
  .st-wishlist-icon{
    height: 25px !important;
    width: 25px !important;
  }
}
/* .header-nav .horizontal-nav .menu-item a{
    max-width: 220px;
} */

.left-content .blank-image {
  height: 100% !important;
    padding-top: 0 !important;
}

.logo-container img {
  mix-blend-mode: multiply !important;
}

.product-logolist .image__style img {
  mix-blend-mode: multiply !important;
}

span.grid-product__price--original {
    color: gray;
}

span.money.buckscc-converted.buckscc-money {
    display: none;
}

.product-card .product-card_footer .out-stock {
    display: none;
}
span.price.soldout {
    color: grey;
  text-align: center;
    width: 100%;
}
.product-card span.price.js-money {
    text-align: center;
    width: 100%;
}
h3.product-card_name {
    font-size: 15px !important;
    font-weight: bold;
}

button.coder-compareder-compare.coder-compare-button {
    margin-bottom: 0px !important;
}

span.out-stock {
    font-size: 19px !important;
}
a.btn.btn-1 {
    text-transform: capitalize;
}
.page-search .search-type_title {
    margin-top: 50px;
}
button.btn.btn-1 {
    text-transform: capitalize;
}
.sub-grid{
  display: flex;
    flex-wrap: wrap;
}
.sub-grid>div {
    width: 25%;
}
.sub-grid>div a {
    text-align: left;
    display: block;
    color: #000;
    font-weight: 700;
    margin-right: 5px;
    padding:15px;
    padding-bottom: 0px;
    margin-left: 5px;
    margin-bottom: 15px;
}
.sub-grid>div img {
    /*background: #f9f9f9;*/
    opacity: 1;
    object-fit: contain;
    padding: var(--collectionTileMargin);
    margin-top: 5px !important;
      display: block;
    max-width: 100%;
      margin: auto;
      height: 160px;
}
.cont-sub-grid{
  background: #E4E4E4 !important;
}

.collection-311739482263 .cont-sub-grid{
  background: transparent !important;
}

.sub-grid>div p{
  margin-top: 0px;
  margin-bottom: 0px;
  min-height: 42px;
}
@media (min-width: 320px) and (max-width: 480px) {
  
  .sub-grid>div {
    width: 100% !important;
}
  
}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px) {
  
    .cont-sub-grid{
      padding: 10px !important;
    }

    .sub-grid>div {
        width: 21% !important;
    }
  
  
  }

@media (min-width: 1200px) {
    .header-container .header-style-1 .header-content .header-search {
        max-width: 600px !important;
    }

    
}

.horizontal-nav{
  background: #1d1d1d !important;
}

.header-content_bottom>.container:before {
    background-color: #1d1d1d !important;
}

#header.header .header-desktop .horizontal-nav > ul > li:hover, #header.header .header-desktop .horizontal-nav > ul > li.link-active, #header.header .header-desktop .horizontal-nav > ul > li.active {
    background-color: transparent;
    color: #f04c23;
    --icon-color: #f04c23;
}

.announcement-bar{
  background-color: #f04c23;
}
.announcement-bar svg {
    color: white !important;
}


.heading-underline {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  color: #1a1a1a;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.heading-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #ff5722; /* Orange underline */
}
#section-template--18045320233111__1602815780616 .section_content-wrapper{
  margin-top: 50px !important;
}

input:focus, textarea:focus {
    border: 1px solid white !important;
}

#shopify-section-template--18045320233111__homepage_contact_khLxqH input, #shopify-section-template--18045320233111__homepage_contact_khLxqH  select, #shopify-section-template--18045320233111__homepage_contact_khLxqH  textarea {
    color: white !important;
}
.logo-list .container{
  max-width: 1500px !important;
}
.slider-list {
  align-items: center !important;
}
.logo-item img{
  height: auto !important;
  width: 200px !important;
}
/*#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/mechanical-pump-oils"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/exhaust-mist-filters"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/vacuum-electrial-feedthroughs"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/instruments-fittings-valves"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/vacuum-viewports"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/dry-multistage-roots-pumps"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/mechanical-booster-pump"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/turbo-molecular-pumps"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/eosi-rotary-screw-vacuum-pumps"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/eh-mechanical-booster-pumps"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/inlet-traps-accessories"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/vrc-vrp-electronic-vacuum-switch"]),
#shopify-section-collection-sidebar .link-item :has( a[href="/collections/hot-disk%C2%AE-instruments"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/hobersal-ovens-and-furnaces"]),
#shopify-section-collection-sidebar .link-item :has( a[href="/collections/uhv-deposition-equipment"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/ultra-low-vibration"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/ultra-high-vacuum"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/helium-flow-cryostats"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/sample-in-vapor"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/the-new-micro-drift-cryostat"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/closed-cycle-cryocoolers"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/orca-mixed-refrigerant-cooler"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/ars-custom-cryogenic-solutions"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/options-accessories"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/mbraun-spares-parts"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/quartz-crystals"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/hhv-spares-and-parts"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/edwards-parts"]),
#shopify-section-collection-sidebar .link-item :has( a[href="/collections/korvus-technology-1"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/rotary-dryer"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/vacuum-dryers"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/centrifugal-dryers"]),
#shopify-section-collection-sidebar .link-item :has( a[href="/collections/hiden-analytical-products"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/glove-box-workstations"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/coating-equipments"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/solvent-purification"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/gas-purification"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/e-beam-gun-sources-and-spares"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/thermal-instruments"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/film-measurement"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/sputter-power-supplies"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/ion-beam-etch"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/ion-sources"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/substrate-heating"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/sputtering-targets"]),
#shopify-section-collection-sidebar .sub-item:has( a[href="/collections/evaporation-materials"]){
  display: none;
}*/
@media only screen and (max-width: 767px) {
  .header-mobile .header-hamburger {
    width: 80px !important;
  }
}


button.st-wishlist-details-button.st-wishlist-details-button--header-icon.st-initialized {
    --icon-color: black !important;
}



/* wrapper starts off hidden except for the 50px tab */
/* now 350px total: 300px form + 50px tab */
#sticky-contact-form {
  position: fixed;
  top: 50%;
  right: -300px;       /* hides all but the 50px tab */
  width: 350px;        /* total width */
  transform: translateY(-50%);
  transition: right 0.3s ease;
  z-index: 999999999;
  overflow: visible;
}
#sticky-contact-form.open {
  right: 0;
}


#contact-form-toggle {
  position: absolute;
  left: -50px;                   /* sits flush in that 50px strip */
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  width: 150px;
  height: 50px;
  background: #f25421;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  z-index: 9999999;
}

/* inner form panel */
/* shift the white panel right so it doesn’t cover the tab */
#sticky-contact-form .form-inner {
  margin-left: 50px;   /* make room for the tab */
  width: 300px;        /* explicit form width */
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  border-radius: 8px;
  position: relative;  /* keep close‑button positioning intact */
}

/* close “×” in the corner */
#close-contact-form {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

/* styled submit button */
.contact-submit-btn {
  width: 100%;
  margin-top: 12px;
  padding: 12px 0;
  background: #f25421;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}
.contact-submit-btn:hover {
  background: #d9481f;
}

/* hide on mobile if needed */
@media (max-width: 767px) {
  #sticky-contact-form { display: none; }
}


#collections-listing .collection-item .category .collection-image .image__style{
  padding-top: 0px !important;
}


