:root {
    --white: #fff;
    --black: #000;
    --primary-color: #0066cc;
}

.home-page .products-mnbox .brand-name {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-container .card-section,
.main-container .card-section ~ div,
.main-container .info-section,
.main-container .products-mbox,
.main-container .promo-wrapper {
    height: auto !important;
}
/* Hero Banner */
.banner-section-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 20px;
}
.banner {
    padding: 0 15px;
    margin: 20px 0 25px;
    flex: 0 0 100%;
}
.banner-block, .slideshow-wrapper .orbit-container {
  border-radius: 12px;
    overflow: hidden;
    height: 100%;
}
.banner-details-wrapper {
    position: relative;
    background-image: url(https://cole-parmer-cms-resources.s3.us-east-1.amazonaws.com/a/TraceableLIVE-Banner2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    display: flex;
    align-items: center;
}
.banner-details {
    color: var(--white);
    max-width: 100%;
    z-index: 1;
}
.banner-details .banner-title {
    margin: 0 0 10px;
    line-height: 1.25;
}
.banner-details .banner-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
}
.mobile-btn {
  display: none !important;
}
.slideshow-wrapper.widget-carousel .orbit-bullets-container {
    position: absolute;
    background-color: var(--white);
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 5px 20px 7px;
    border-radius: 20px;
    min-width: 110px;
    width: auto;
}
.slideshow-wrapper.widget-carousel .orbit-bullets {
    text-align: left;
    margin-bottom: 0;
}
.slideshow-wrapper.widget-carousel .orbit-bullets li.active {
    background: var(--primary-color);
}
.slideshow-wrapper.widget-carousel .orbit-container .orbit-timer {
    top: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 25px;
}
.slideshow-wrapper.widget-carousel .orbit-container .orbit-timer.paused > span {
    border-color: transparent;
    border-left-color: var(--black);
}
.slideshow-wrapper.widget-carousel .orbit-container .orbit-timer > span,
.slideshow-wrapper.widget-carousel .orbit-container .orbit-timer.prevent-paused > span {
    border-color: var(--black);
}
.adv-box {
    padding: 0 15px 25px;
    text-align: center;
}
.right-resourses-section .adv-box {
  padding: 0;
}
.right-resourses-section .promo-card {
    max-height: 350px;
    background-color: #6fbe43;
    width: 100%;
    margin-bottom: 0;
}
@media (min-width: 1600px) {
  .banner-details-wrapper {
    padding: 50px;
  }
}
@media (min-width: 1200px) {
  .widget-carousel, .right-resourses-section {
    margin-bottom: 25px;
  } 
    .banner {
        width: 74%;
    }
    .banner-details {
        padding-right: 10px;
        max-width: 500px;
        width: 50%;
    }
    .banner-img-wrapper {
      text-align: right;
      padding-left: 20px;
    }
    .adv-box:nth-child(2) {
        flex: 0 0 21.75%;
        padding-left: 10px;
        padding-bottom: 25px;
    }
    .adv-box:nth-last-child(-n+3) {
        flex: 0 0 33.3333%;
    }
}
@media (min-width:1121px) {
  .widget-carousel, .right-resourses-section {
    margin-bottom: 25px;
  }  
  .slideshow-wrapper .hero-banner {
    height: 350px !important;
  }
  .orbit-container .orbit-slides-container .banner-block {
      max-height: 350px;
      height: 100%;
  }
  .banner-details-wrapper {
    justify-content: space-between;
  }
  .banner-img-wrapper {    
      margin-right: 20px !important;
  }
  .banner-details .banner-title {
      font-size: 32px;
      margin: 0 0 20px;
  }
  .banner-details .banner-description {
      font-size: 22px;
  }
  .widget-carousel.slideshow-wrapper {
    width: calc(75% - 15px);
    margin-left: 0;
  }
  .right-resourses-section {
    width: calc(25% - 15px);
    padding: 0;
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
    .banner-section-wrapper {
        padding: 0 25px;
    }
    .banner {
        padding: 0 7px;
        margin-bottom: 15px;
    }
    .adv-box {
        padding: 0 7px 15px;
    }
    .right-resourses-section {
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .right-resourses-section .promo-card {
        margin-top: 0;
        margin-right: 0;
    }
    .adv-box:nth-child(2) {
        flex: 0 0 100%;
        margin-top: 0;
    }
    .adv-box:not(:first-child) {
        flex: 1 1 calc(50% - 15px);
    }
    .adv-box:nth-child(2):only-of-type {
        flex: 0 0 100%;
    }
}
@media (min-width: 768px) and (max-width: 1120px) {
  .banner-img-wrapper {
    margin-right: 20px !important;
  }
    .orbit-container .orbit-slides-container img {
      height: auto;
      width: auto;
      max-width: 300px;
  }
}
  @media (max-width: 1120px) {
    .widget-carousel.slideshow-wrapper {
      padding-bottom: 20px;
    }
    .slideshow-wrapper .hero-banner {
      min-height: 350px;
    }
    .banner-details-wrapper {
      flex-flow: column;
      text-align: center;
    }
    .banner-img-wrapper {
      margin-right: 0 !important;
      margin-bottom: 20px;
    }
    .banner-details .btn-primary {
      display: none !important;
    }
    .mobile-btn {
      display: block !important;
    }
    .orbit-container .orbit-slides-container img {
      height: auto;
      width: auto;
      max-height: 130px;
  }
    .banner-details .banner-description {
        margin-bottom: 15px;
    }
    .promo-card .promo-decoration {
        max-height: 75px;
    }
    .widget-carousel.slideshow-wrapper .orbit-container .orbit-timer, 
    .widget-carousel.slideshow-wrapper .orbit-bullets-container {
        display: none;
    }
    .home-page .products-list-section, 
    .home-page .featured-categories-section,
    .home-page .products-list-section h2 {
      margin-top: 0;
    }
    .home-page .products-list-section, 
    .home-page .featured-categories-section {
      border: 0;
      margin-bottom: 0;
    }
}


/* Promo Cards START */
.promo-wrapper {
  width: 100%;
}
.promo-row {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.promo-card {
  color: var(--white)!important;
  flex: 1 1 320px;
  min-height: 280px;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.promo-card--one {
  background: #8619E6;
}
.promo-card--two {
  background: #193356;
}
.promo-card--three {
  background: #0D5C63;
}
.promo-eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  opacity: 0.85;
}
.promo-title {
    color: var(--white) !important;
    margin: 8px 0px;
}
.promo-description {
  line-height: 1.4;
  max-width: 100%;
}
.promo-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: var(--white);
  justify-content: center;
}
.promo-content{
    margin-bottom: auto;
}
.promo-decoration {
    align-self: center;
    max-width: 90%;
    max-height: 200px;
    margin-bottom: 15px;
}
.callout-link a {
    color: var(--white);
}
@media (max-width: 1024px) {
  .promo-row {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .promo-row {
    flex-direction: column;
  }
.promo-card {
    min-height: auto;
    text-align: center;
}
  .promo-title {
    font-size: 20px;
  }
  .promo-description {
    font-size: 16px;
  }
} 
/* Promo Cards END */

/* Flex Cards START */
.card-section {
  width: 100%;
  padding: 40px 0;
  box-sizing: border-box;
}
.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card-section .card {
  flex: 1 1 calc(33.333% - 32px);
  min-width: 280px;
  height: 350px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  background: var(--white);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-section .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.card__image {
  flex: 1;
  overflow: hidden;
}
.card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-content {
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--white);
  gap: 20px;
}
.card-title {
  margin: 0;
  font-weight: 300;
  color: var(--black);
  flex: 1;
  min-width: 0;
  font-size:22px;
}
.card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  background: #FF9900;
  color: var(--white) !important;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  white-space: nowrap;
  font-weight: 900;
  transition: background 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}
.card-button,
.card-button:visited,
.card-button:hover,
.card-button:active,
.card-button:focus {
  color: var(--white);
  text-decoration: none;
}
.card-button:hover {
  background: #e68500;
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .card-section .card {
    flex: 1 1 calc(50% - 12px);
    height: 420px;
  }
}
@media (max-width: 767px) {
  .card-section .card {
    flex: 1 1 100%;
    height: 380px;
  }
  .card-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .card-title {
    font-size: 18px;
    text-align: left;
  }
  .card-button {
    padding: 10px 16px;
    font-size: 14px;
  }
}
/* Flex Cards END */
/* Top Applications START */
.hp-application-row {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 0;
	
}
.hp-application-row .hp-application {
  width: 100% !important;
  transition: all .25s ease-in-out;
}
.hp-application-row .hp-application:hover {
  box-shadow: 0px 3px 12px 4px rgba(0, 0, 0, 0.15);
}
@media (min-width: 576px) {
  .hp-application-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .hp-application-row {
    grid-template-columns: repeat(3, 2fr);
  }
}
@media (min-width: 1400px) {
  .hp-application-row {
    grid-template-columns: repeat(6, 1fr);
  }
}
/* Top Applications END */

/* Video Section START */
.info-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin: 50px 0;
}
.info-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 320px;
}
	.hero-image{
		width: 100%
	}
.info-cta-wrap {
  display: flex;
  align-items: center;
}
.info-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 15px;
  background: white;
  border-radius: 12px;
  border: 1px solid var(--primary-color);
  text-decoration: none;
  text-transform: uppercase;
  color: var(--primary-color);
  transition: all .3s ease-in-out;
}
.info-cta p {
  margin: 0;
}
.info-cta:hover {
  background: var(--primary-color);
  color: var(--white);
  text-decoration: none;
}
.info-media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
	width: 50%
}
.info-circle {
  width: 78.94px;
  height: 78.94px;
  background: rgba(45, 45, 45, 0.8);
  border-radius: 50%;
}
#brightcove-video {
  width: 100%;        
  max-width: 800px;   
  height: auto;      
  aspect-ratio: 16 / 9; 
  display: block;
  margin: 0 auto;     
}
@media (max-width: 768px) {
  .info-section {
    align-items: flex-start;
  }
  .info-media {
    margin-top: 24px;
	width: 100%
  }
}
/* Video Section END */
/* Featured Brands START */
.featured-brands-wrapper {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    padding: 0;
    margin-bottom: 20px;
}
.featured-brands-wrapper::-webkit-scrollbar {
  display: none;
}
.featured-brand-box {
    box-shadow: 0px 5px 4.5px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    border: 1px solid #d0d0d0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    transition: all .3s ease;
}
.featured-brand-box img {
    max-width: 100%;
    height: auto;
    width: auto;
}
@media (min-width: 768px) {
  .featured-brands-wrapper {
    gap: 24px;
  }
  .featured-brand-box:hover {
      box-shadow: 0px 3px 12px 4px rgba(0, 0, 0, 0.15);
      transform: translateY(-5px);
  }
}
@media (min-width: 1500px) {
  .featured-brand-box {
    min-height: 230px;
}
}
@media (max-width: 767.98px) {
  .featured-brands-wrapper {
    padding-bottom: 8px;
    overflow: hidden;
    overflow-x: auto;
  }
  .featured-brand-box {
    min-width: 140px;
  }
}
/* Featured Brands END */
/* Featured Categories START */
.view-all {    
    display: none;
    align-items: center;
    justify-content: flex-end;
}
.view-all-link {
    font-weight: 600;
    text-transform: uppercase;
}
.view-all-link::after {
    content: "\f054";
    font-family: 'FontAwesome';
    margin-left: 5px;
    font-weight: normal;
    font-size: 10px;
    position: relative;
    top: -1px;
}
.featured-category-wrapper {
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
}
.home-page .featured-category-box {
    margin-bottom: 10px;
}
.featured-cat-imgbox, .featured-cat-img a {
    height: 50px;
    width: 50px;
    min-width: 50px;
}
.featured-cat-imgbox {
    padding-top: 0;
}
.featured-category-wrapper .featured-category-innerbox {
    margin: 0 5px;
    position: relative;
    border: 1px solid #ddd;
    display: flex;
    height: 100%;
    padding: 8px;
    box-shadow: 0px 5px 5px 0px rgba(211, 211, 211, .75);
    align-items: center;
    transition: all .3s ease;
}
.featured-cat-img {
    border: 0;
    width: auto;
}
.featured-cat-img a {
    display: block;
}
.featured-cat-title a:link, .featured-cat-title a:visited, .featured-cat-title a:active {
    color: var(--primary-color);
}
.featured-cat-title a:hover {
    text-decoration: underline;
}
.featured-cat-title {
    font-size: 14px;
    position: static;
    border: 0;
    padding: 0;
    box-shadow: none;
    height: auto;
    line-height: normal;
    width: auto;
    text-align: left;
    background-color: transparent;
    word-break: break-word;
}
.featured-cat-title a, .featured-cat-title span.cat-headtext, .featured-cat-title > span {
    position: static;
    transform: none;
}
/* Featured Categories END */
/* Shop Our Best Sellers START */
.home-carousel-box .products-mnbox-wrap .item-name a {
    max-height: 61px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.best-sellers-section.home-carousel-box [role="cross-sells"] .carousel-wrapper {
    max-width: 100% !important;
}
.best-sellers-section .products-mnbox-img, .best-sellers-section .imgbox-align-mid {
    height: auto;
}
/* Shop Our Best Sellers END */
/* Top Searches START*/
.content-bottom-section {
    margin: 0 0 60px;
    padding: 0;
    background: none;
    border: 0;
}
.content-bottom-section .top-search-content {
    height: auto !important;
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    padding: 0 20px;
}
.content-bottom-section .top-search-content h4 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
}
.content-bottom-section .top-search-content hr {
    border-color: #949494;
    margin-top: 10px;
}
.content-bottom-section .search-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 24px;
}
.content-bottom-section .suggested-search .suggested-link {
    display: block;
    color: var(--black);
    font-size: 17px;
    font-weight: 600;
    border: 1px solid #949494;
    border-radius: 20px;
    padding: 5px 22px;
    background-color: var(--white);
    box-shadow: 0 3px 2px rgba(0,0,0,.5);
    transition: all .3s ease-in-out;
}
.content-bottom-section .suggested-search .suggested-link:hover {
    box-shadow: 0 6px 4px rgba(0,0,0,.35);
    text-decoration: none;
}
/* Top Searched END */

@media (min-width: 768px) {
     .featured-cat-title {
        padding-left: 10px;
    }
    .view-all {    
        display: flex;
    }
} 
@media (min-width: 1200px) {
    .home-page .main-container .container, .home-page [role="main"] .main-row {
        max-width: 100%;
    }
    .home-page [role="main"] .main-row.row {
        padding-left: 50px;
        padding-right: 50px;
    }
    .home-page .cs-carousel .qty-cart-buttonbox .item-qty {
        max-width: 20%;
        width: auto;
    }
    .home-page .featured-category-box {
        margin-bottom: 20px;
    }
    .featured-category-wrapper .featured-category-innerbox:hover {
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
        transform: translateY(-3px);
    }
    .featured-cat-imgbox, .featured-cat-img a {
        height: 75px;
        width: 75px;
        min-width: 75px;
    }
    .featured-cat-img {
        margin-right: 15px;
    }
     .featured-cat-title {
        font-size: 18px;
    }
    .featured-category-wrapper .featured-category-innerbox {
        margin: 0 10px;
    }
}
@media (min-width: 1520px) {
    .home-page .main-container .container, .home-page [role="main"] .main-row {
        max-width: 1800px;
    }
    .home-page .cs-carousel .qty-cart-buttonbox .cart-button .btn-add-cart {
        padding: 14px 5px 13px;
    }
    .home-page .cs-carousel .qty-cart-buttonbox .cart-button {
        max-width: 70%;
    }
}
@media (max-width: 1199.98px) {
  .card-section {
      padding: 15px 0 25px;
  }
  .top-applications-section, .info-section {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .main-container .adv-box, 
  .right-resourses-section .promo-card { 
    height: auto !important; 
    min-height: 300px; 
  }
   .slideshow-wrapper .hero-banner { 
      min-height: 360px; 
  }
  .home-page .products-list-section {
    margin-bottom: 20px;
  }
  .card-section .card-row, .promo-row {
    gap: 15px;
}
  .info-section, .best-sellers-section {
    margin: 0;
  }
  .info-section h3 {
    margin-bottom: 0;
  }
  .top-applications-section h3, .right-resourses-section {
    margin-top: 0;
  }
  .card-section {
      padding: 15px 0 25px;
  }
  .top-applications-section, .info-section {
    padding: 0;
  }
  .home-page #Featured_Categories .featured-categories-section,
  .home-page #Home_Content_List_Top .content-bottom-section {
    margin-bottom: 20px;
  }
  .content-bottom-section .top-search-content {
    margin-top: 20px;
  }
}