/*------------------------------------*\
  #Root
\*------------------------------------*/

:root{
  --Primary-color:#003E51;
  --Secondary-color:  #ACDEE6;
  --Secondary-dark-color:  #005CB9;
  --Secondary-light-color:  #D1DDE6;
  --Tertiary-color:  #ff5c00;

  --Text-color: #111827;

  --Button-color:  #003E51;
  --Button-hover-color: /* Button hover colors */;
  
  /* Neutral Colors */
  --White-light-color: #F2F1E6;
  --White-color: #fff;
  --Black-color: #111827;
  --Grey-color: #B1B3B3;;
  --Grey-light-color: #D1DDE6;

  --Danger-color: #cc0000;
  --Danger-hover-color: #990000;
}

@font-face {
  font-family: 'Suisse Mono';
  src: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/490db508ceff118bbec3.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Suisse Screen';
  src: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/f7732afe6d92595692ed.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Suisse Screen';
  src: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/7c4ced146fd78a5bf45f.otf');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Suisse Screen';
  src: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/19adca3b53063776382a.otf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse Screen';
  src: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/dec0e9bf16e4ed05d5f4.otf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Suisse Screen';
  src: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/a8fa12bd95c86a378a60.otf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse Screen';
  src: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/b9c89f91e141bb7a4982.otf');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Suisse Screen';
  src: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/e10b5c26f175a4b05a82.otf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse Screen';
  src: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/69560457f3a85085b68f.otf');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Suisse Screen';
  src: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/4e8a57c1c09b86c14680.otf');
  font-weight: 375;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse Screen';
  src: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/0abedf5a747715e06494.otf');
  font-weight: 375;
  font-style: italic;
}
@font-face {
  font-family: 'Suisse Screen';
  src: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/5195a0d939471cedc1d2.otf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse Screen';
  src: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/897ea63531d8d680d192.otf');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Suisse Screen';
  src: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/7e29fc83933f86c5d6bb.otf');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse Screen';
  src: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/6b04a22375f14afd7c60.otf');
  font-weight: 100;
  font-style: italic;
}

/*------------------------------------*\
  #BASE
\*------------------------------------*/
/* Global */
body {
  font-family: 'Suisse Screen', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 375;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html.page-topic-topicdetails {
    scroll-behavior: smooth;
}

/* Button */
button, input, select, textarea{
  font-family: 'Suisse Screen', Arial, sans-serif;
}

.button,
.catfish-button,
a {

  /* default transition */
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.button,
.catfish-button {
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
}

/* Danger button recolour */
.catfish-button.is-danger,
.button.is-danger {
  background-color: var(--Danger-color);
}

.catfish-button.is-danger:hover,
.button.is-danger:hover {
  background-color: var(--Danger-hover-color);
}

/* List */
.ict-list a {
  text-decoration: underline;
  text-decoration-color: transparent;
  -moz-text-decoration-color: transparent;
}

/* Container */
@media screen and (min-width: 1472px) {
    .container-special, .catfish-container, .container {
        max-width: 1600px;
    }
}

/* Block */
.block.is-content-width:has(.image.mb-0) > .block{
  margin-bottom: 0;
}

/*------------------------------------*\
  #UTILITIES
\*------------------------------------*/
/* Layout Utility */
.width-50{
  width: 50%;
}

@media screen and (max-width: 767px) {
  .width-100-mobile{
    width: 100%;
  }
}

.pb-7{
  padding-bottom: 9rem;
}

.justify-columns-space-between .columns {
  justify-content: space-between !important;
}

@media  screen and (max-width: 767px) {
  .has-text-center-mobile{
    text-align: center !important;
  }

  .is-flex-direction-column-mobile{
    flex-direction: column !important;
  }

  .ml-0-mobile{
    margin-left: 0 !important;
  }
}

/* 2 Column fix */
@media screen and (max-width:767px) {
  .section .is-image-scale-parent .image {
    position: relative;
    height: auto;
    width: auto;
  }

  .section .is-image-scale-parent {
    height: auto;
    min-height: auto;
  }
}

/* Typography */
h1.title:before {
  top: -0.25rem;
}

h1.title:after {
  bottom: -0.25rem;
}


h2.title.has-text-custom-1,
h3.title.has-text-custom-1{
  font-size: 1.125rem !important;
  font-weight: 500;
  color: var(--Tertiary-color);
  text-align: left !important;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #b1b3b3;

  @media screen and (max-width: 767px) {
    padding-bottom: 1rem;
  }
}

h2.title.has-text-custom-4{
  font-size: 1.125rem !important;
  font-weight: 500;
  color: var(--Tertiary-color);
  text-align: left !important;
}

.ict-title.has-bottom-separator {
  border-bottom: solid 1px #b1b3b3;
  margin-bottom: 0;
  padding-bottom: .5714em;
}

/* Button Utility */
.button.has-style-custom-1 {
  background: var(--Secondary-color);
  color: var(--Primary-color);
}

.button.has-style-custom-1:hover {
  background: var(--Primary-color);
  color: var(--White-color);
}

.button.has-style-custom-2 {
  border: solid 2px var(--Secondary-color);
}

.button.has-style-custom-2:hover {
  background: var(--Secondary-color);
  color: var(--Primary-color);
}

.button.has-style-custom-3 {
  background: transparent;
  color: #333;
  padding-left: 0;
  padding-right: 0;
}

.button.has-style-custom-3:hover,
.button.has-style-custom-3:active,
.button.has-style-custom-3:focus {
  background: transparent;
  color: var(--Primary-color);
  box-shadow: none;
}

.is-ghost{
  background-color: transparent !important;
  color: #000 !important;
  padding-left: 0 !important;
  padding-right: 2.5rem !important;

  &::focus{
    box-shadow: unset;
  }
}

.has-button-icon{
  position: relative;

  &::before{
    font-family: "Font Awesome 6 Pro";
    content: "\f061";
    width: 2.5rem;
    height: 3rem;
    color: var(--Tertiary-color);
    font-weight: 300;
    font-size: 2rem;
    display: inline-block;
    position: absolute;
    font-size: 1.4rem;
    right: 0;
    top: 0.5rem;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
  }
}

.has-button-icon:hover::before{
  width: 2rem;
  box-shadow: unset !important;
}

.button.is-primary.has-button-icon:focus{
  box-shadow: none;
}

/* Background */
.has-background-custom1,
.has-background-custom-1 {
  background-color: var(--White-light-color);
}

.has-background-custom2,
.has-background-custom-2 {
  background-color: #f2f5f8;
}

/* Colour Style */
.has-text-dark{
  color: var(--Text-color) !important;
}

.border-top{
  border-top: 1px solid #000;
}

/* Hide working folder path */
.WorkingFolderInfo {
  display: none;
}
/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/
/* Global Product Card */
.category-product-section,
.related-products-section {

  .catfish-default-product-box .description{
    display: none !important;
  }

  h3.title{
    text-align: left !important;
    font-size: 1.9375rem;
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #b1b3b3;

    @media screen and (max-width: 767px) {
      padding-bottom: 1rem;
    }
  }

  .catfish-default-product-box{
    .product-item--image .picture img{
      border-bottom: 1px solid #b1b3b3;
    }

    .product-item--info{
      background: white;
      padding: 1rem;
      display: flex;

      .product-title{
        font-weight: 300;
        
        a{
          color: #111827;
        }
      }
    }

    .buttons:has(.productlistproductdetailbutton){
      position: relative;
    }

    .buttons:has(.productlistproductdetailbutton)::before{
      font-family: "Font Awesome 6 Pro";
      content: "\f061";
      width: 3rem;
      height: 3rem;
      color: var(--Tertiary-color);
      font-weight: 300;
      font-size: 1.5rem;
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      transition: all .2s ease-out;
      -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
    }

    .productlistproductdetailbutton{
      color: #111827;
      font-weight: 300;
      text-align: left;
      padding-left: 0;
      background-color: transparent;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;

    }
  }

  .product-item:hover .buttons:has(.productlistproductdetailbutton)::before{
    width: 2.5rem;
  }

  .product-item:hover .productlistproductdetailbutton{
    color: var(--Tertiary-color);
  }
}

/* Video Banner */
section.title-banner {
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
}

section.title-banner > .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

section.title-banner h1.has-style-custom-1{
  font-size: 5em;
  font-weight: 375;
  line-height: 88px;
}

@media screen and (max-width: 1087px) {
  section.title-banner h1.has-style-custom-1{
    font-size: 2.5em;
    line-height: 44px;
  }
}

.video-container-fill {
  min-width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  z-index: 0;
  height: 100%;
}

.video-container-fill video{
  object-fit: cover;
  display: inline-block;
  max-width: 100%;
  height: 75vh;
}

@media screen and (max-width: 767px) {
  .video-container-fill video{
    height: 45vh;
  }
}

/* Trust indicator section */
h2.has-style-custom-1 {
  font-weight: normal;
}

.section.trust-indicators .columns {
  border: solid 1px #b1b3b3;
  border-left: 0;
  border-right: 0;
}

.section.trust-indicators .columns .column:last-child:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--White-light-color);
  top: 0rem;
  left: 0;
}

.section.trust-indicators{
  .customer-review-title{
    font-size: 3.375rem;
    font-weight: 300;
  }
}

.page-catalog-category .section.trust-indicators{
  .customer-review-title{
    font-size: 2rem;
    font-weight: 300;
  }
}

@media screen and (min-width:768px) {

  .section.trust-indicators .columns {
    padding-top: 3rem;
    padding-bottom: 3rem;
    justify-content: space-between !important;
  }

  .section.trust-indicators .columns .column:last-child:before {
    content: "";
    position: absolute;
    height: calc(100% - 3rem);
    width: 1px;
    background: #b1b3b3;
    top: 2rem;
    position: absolute;
    margin-left: -3rem;
    left: auto;
  }
}

@media screen and (max-width:767px) {

  .section.trust-indicators .columns .column:last-child {
    position: relative;
  }

  .section.trust-indicators .ict-title {
    margin: 0;
  }

  .section.trust-indicators .columns {
    margin: 0 !important;
    border: unset;
    border-top: solid 2px var(--White-light-color);
  }  
}

/* Homepage contact section */
.section.contact-section .columns {
  justify-content: space-between !important;
}

/* Breadcrumbs */
.section.breadcrumb-section {
  background-color: var(--Primary-color);

  a{
    font-weight: 500;
    align-items: baseline;
    color: var(--White-color);

    &:hover{
      color: var(--Tertiary-color);
    }
  }
}

/* Review Cards */
.review-with-image{
  display: flex;
  justify-content: center;
  width: 33.3333333%;
  padding: 2rem;
  border-radius: 24px;

  & > .columns{
    flex-direction: column;
  }

  .review-column{

    i.fa-star{
      font-size: 1.25em;
      color: #FFAB1A;
    }
  }

  @media screen and (max-width: 1087px) {
    width: 50%;
  }

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .review-column{
    flex-direction: column;
  }
}

/* Custom Slider */
@media screen and (min-width: 1088px) {
  .column.swiper-nav-arrows{
    width: 10%;
  }
}

@media screen and (min-width: 1350px) {
  .column.swiper-nav-arrows{
    width: 10%;
  }
}

@media screen and (max-width: 1349px) {
  .column.swiper-nav-arrows{
    width: 15%;
  }
}

@media screen and (max-width: 950px) {
  .column.swiper-nav-arrows{
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .column.swiper-nav-arrows{
    width: 100%;
    margin-bottom: 1rem;
  }

  .swiper-button-prev , .swiper-button-next{
    display: none;
  }
}

.swiper-button-next,
.swiper-button-prev{
  width: 2.666666666666667rem;
  height: 2.666666666666667rem;
  
}

.swiper-button-next{
  background-color: var(--Primary-color);
}

.swiper-button-prev{
  border: 2px solid var(--Primary-color);
}

.swiper-button-prev::after, 
.swiper-button-next::after{
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.333rem;
  
}

.swiper-button-prev::after{
  content: '\f060';
  color: var(--Primary-color);
}

.swiper-button-next::after{
  content: '\f061';
  color: var(--White-color);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: unset;
}

.swiper-slide .block{
  height: 100%;
}

.swiper-slide .block > div{
  height: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide {
  width: 40%;
}

.swiper-slide:nth-child(2n) {
  width: 40%;
}

.swiper-slide:nth-child(3n) {
  width: 40%;
}

.swiper-slide:nth-child(4n) {
  width: 40%;
}

.swiper-slide .block{
  width: 100%;
}

@media screen and (max-width: 1300px){
  .swiper-slide .block{
    width: 100%;
  }
}

@media screen and (max-width: 1300px) and (min-width: 960px) {

  .swiper-slide {
    width: 40%;
  }
  
  .swiper-slide:nth-child(2n) {
    width: 40%;
  }
  
  .swiper-slide:nth-child(3n) {
    width: 40%;
  }
  
  .swiper-slide:nth-child(4n) {
    width: 40%;
  }
  
}

@media screen and (max-width: 959px) {
  .swiper-slide {
    width: 60%;
  }
  
  .swiper-slide:nth-child(2n) {
    width: 60%;
  }
  
  .swiper-slide:nth-child(3n) {
    width: 60%;
  }
  
  .swiper-slide:nth-child(4n) {
    width: 60%;
  }
}


@media screen and (max-width: 475px) {
  .swiper-slide {
    width: 100%;
  }
  
  .swiper-slide:nth-child(2n) {
    width: 100%;
  }
  
  .swiper-slide:nth-child(3n) {
    width: 100%;
  }
  
  .swiper-slide:nth-child(4n) {
    width: 100%;
  }
}

/* Slider content */
.swiper{

  .swiper-slide:first-child .block.background-image{
    width: 100%;
  }
}

/* Tabs */
.tabs{
  margin-bottom: -1px!important;
}

.tab-pane{
  display: none;
}

.tabs.is-active,
.tab-pane.is-active{
  display: initial;
}

.tabs ul{
  align-items: baseline;
  margin: 0;
  border-bottom: 1px solid rgba(35,31,32,0.3) !important;
}

.tabs.is-centered ul{
  border-bottom: none !important;
}

.tabs.is-centered li a{
  border-bottom: 1px solid rgba(35,31,32,0.3) !important;
}


.tabs.is-toggle li a{
  border: none;
  position: relative;
  color: var(--Text-color);
  font-weight: 700;
}

.tabs.is-toggle li:first-child a{
  padding-left: 0;
}

.tabs.is-toggle li.is-active a{
  background-color: transparent;
  color: var(--Tertiary-color);
}

.tabs.is-toggle li a::after{
  content: '';
  bottom: -1px;
  left: 0;
  position: absolute;
  background-color: var(--Tertiary-color);
  width: 0%;
  height: 1px;
  transition: width 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: width 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: width 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: width 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 350ms cubic-bezier(0.19, 1, 0.22, 1);
}

.tabs.is-toggle li a:hover::after{
  width: 100%;
}

.tabs.is-toggle li.is-active a::after{
  width: 100%;
  height: 2px;
}

.tabs.is-toggle li a:hover{
  background-color: transparent;
  color: var(--Primary-color);
}

.tab-content > .columns{
  margin-bottom: 0;
}

.tab-content .accordion-columns > .column{
  padding: 0;
}

.tab-content.column .column.die-line-table {
  display: flex;
  align-items: center;
  justify-content: space-between;

  h3 {
    margin: 0;
    font-size: 1.25em;
    font-weight: 400;
  }
}

.tab-content .die-line-table.column {
    border-top: solid 2px var(--White-light-color);
}

/*------------------------------------*\
  #LAYOUTS
\*------------------------------------*/
/* Header */

/* While Scrolled */
body:not(.scrollattop) {
  
  img.is-header-logo {
    visibility: hidden; 
  }
  
  a:has(img.is-header-logo){
    position: relative;

    &::after{
      content: '';
      display: block;
      position: absolute;
      top: -4px;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/Bluelabel-color.svg');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
  }
}

#main-nav {
  & > .container {
    position: initial;
  }

  .navbar-link:not(.is-arrowless)::after{
    border: unset;
    font-family: 'fontAwesome';
    content: '\f067';
    color: var(--Primary-color);
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    margin-top: -.85em;
  }

  .button.desktop-basket-button {
    align-items: center !important;
    flex-direction: row-reverse !important;

    .badge {
      position: relative;
      background: none;
      border: none;
      border-radius: 0;
      box-shadow: none;
      margin-left: 0.25rem;
    }

    span:last-child{
      margin-top: .5rem;
    }
  }

  .navbar-end{

    .navbar-item a.button:nth-child(2) {
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: end;
      padding-bottom: .6rem;
    }

    .buttons .button:nth-last-child(-n + 2) {
      background-color: var(--Secondary-light-color);
      color: var(--Primary-color);
      padding-left: 1rem;
      padding-right: 1rem;

      i{
        font-size: 1.3rem;
        font-weight: 400;
      }
    }

    .buttons .button:hover{
      background-color: var(--Secondary-color) !important;
      color: var(--Primary-color);

      span.badge{
        color: var(--Primary-color);
      }
    }

    .navbar-item a.button:nth-child(2) .icon {
      margin-right: calc(-0.375em - -10px);
      margin-left: calc(-0.375em + 10px);
      padding-top: .5rem;
    }

    .navbar-item a.button:nth-child(2) .icon i.fa-shopping-cart {
      position: absolute;
      left: 15%;
    }
  }
}

/* Scroll at Top Header */
.scrollattop #main-nav,
.header-spacer.ict-header-spacer{
  background: transparent;
}

.page-shoppingcart-cart,
.page-catalog-productreviews,
.page-topic-topicdetails .Terms_of_Sale,
.page-topic-topicdetails .Terms_of_Use,
.page-topic-topicdetails .Privacy_Policy,
.page-customer-addresses,
.page-customer-changepassword,
.page-customer-info,
.page-customer-passwordrecovery,
.page-catalog-search,
.page-catalog-category,
.page-catalog-product,
body.scrollattop:has(#main-nav .navbar-item:hover),
body.scrollattop:has(.nav-search-container.is-active) {
  #main-nav {
    background-color: #fff; 
    
    a.navbar-item:not(i),
    a.navbar-link:not(i){
      color: var(--Text-color);
      
      &:hover{
        color: var(--Tertiary-color);
      }
    }

    .navbar-burger span {
      background-color: var(--Primary-color);
    }

    a.navbar-item i{
      color: var(--Primary-color);
    }
    
    .navbar-link:not(.is-arrowless)::after{
      color: var(--Primary-color) !important;
    }

    .navbar-link:hover:not(.is-arrowless)::after{
      color: var(--Tertiary-color) !important;
    }

    a:has(img.is-header-logo){
      position: relative;
    }

    a:has(img.is-header-logo)::after {
      content: '';
      display: block;
      position: absolute;
      top: -4px;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/Bluelabel-color.svg');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
  }
}

.page-topic-topicdetails body.scrollattop .navbar-end .navbar-item .button:nth-child(-n + 2){
  background-color: var(--Secondary-color);
  color: var(--Primary-color);
  
  span.badge{
    color: var(--Primary-color)
  }
}

.page-topic-topicdetails body.scrollattop:has(#main-nav .navbar-item:hover){
  
  .navbar-end .navbar-item .button:nth-child(-n + 2){
    background-color: var(--Primary-color);
    color: var(--White-color);
    
    span.badge{
      color: var(--White-color);
    };

    &:hover{
      background-color: var(--Secondary-color);
      color: var(--Primary-color);
      
      span.badge{
        color: var(--Primary-color);
      };
    }
  }
}



/* Product and Category header */
@media screen and (min-width: 1088px) {
  .page-shoppingcart-cart .ict-header-spacer,
  .page-catalog-productreviews .ict-header-spacer,
  .page-topic-topicdetails .Terms_of_Sale .ict-header-spacer,
  .page-topic-topicdetails .Terms_of_Use .ict-header-spacer,
  .page-topic-topicdetails .Privacy_Policy .ict-header-spacer,
  .page-customer-addresses .ict-header-spacer,
  .page-customer-changepassword .ict-header-spacer,
  .page-customer-info  .ict-header-spacer,
  .page-customer-passwordrecovery  .ict-header-spacer,
  .page-catalog-search .ict-header-spacer,
  .page-catalog-category .ict-header-spacer,
  .page-catalog-product .ict-header-spacer {
    height: 7em;
  }
}

@media screen and (max-width: 1087px) {
  .page-shoppingcart-cart .ict-header-spacer,
  .page-catalog-productreviews .ict-header-spacer,
  .page-topic-topicdetails .Terms_of_Sale .ict-header-spacer,
  .page-topic-topicdetails .Terms_of_Use .ict-header-spacer,
  .page-topic-topicdetails .Privacy_Policy .ict-header-spacer,
  .page-customer-addresses .ict-header-spacer,
  .page-customer-changepassword .ict-header-spacer,
  .page-customer-info  .ict-header-spacer,
  .page-customer-passwordrecovery  .ict-header-spacer,
  .page-catalog-search .ict-header-spacer,
  .page-catalog-category .ict-header-spacer,
  .page-catalog-product .ict-header-spacer {
    height: 5em;
  }
}

@media screen and (min-width:1088px){
  body.scrollattop .navbar{
    a.navbar-item,
    a.navbar-link:not(:has(.navbar-dropdown)){
      color: var(--White-color);

      &:hover{
        color: var(--Secondary-color);
      }
    }

    .navbar-link:not(.is-arrowless)::after{
      color: var(--White-color) !important;
    }

    .navbar-link:hover:not(.is-arrowless)::after{
      color: var(--Tertiary-color) !important;
    }

    .navbar-dropdown a.navbar-item{
      color: var(--Primary-color);
    }
  }

  #main-nav {
    padding-top: .5rem;
  }

  .navbar-end {
      position: absolute;
      right: 0;
      top: 1.5rem;
  }

  .is-header-logo {
    height: 3.7rem;
  }

  a.navbar-item,
  a.navbar-link{
    font-size: 1rem;
    font-weight: 375;
    line-height: 22px;

    &:hover{
      color: var(--Tertiary-color);
    }
  }

  .navbar-dropdown{
    border-top: none;
  }

  .navbar-link:not(.is-arrowless)::after{
    border: unset;
    font-family: 'fontAwesome';
    content: '\f067';
    color: var(--Primary-color) !important;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    margin-top: -.85em;
    right: 1.25em;
  }

  .navbar-link:hover:not(.is-arrowless)::after{
    color: var(--Tertiary-color) !important;
  }

  .navbar-link:not(.is-arrowless){
    padding-right: 2.2em;  
  }
}

@media screen and (max-width: 1300px) and (min-width: 1088px){
  a.navbar-item,
  a.navbar-link{
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1088px) {
  .ict-navbar .navbar-item .button.is-small:nth-child(-n + 2) {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .navbar-item, .navbar-link{
    padding: .5rem .75rem;
  }
}

@media screen and (max-width: 1087px) {
  .scrollattop .navbar-group .icon i,
  .scrollattop .navbar-group  i{
    color: var( --White-color);
  }

  .scrollattop #main-nav .navbar-burger span{
    background-color: var( --White-color);
  }

  .scrollattop:has(.navbar-burger.is-active) #main-nav{
    background-color: var( --White-color);

    .navbar-group .icon i,
    .navbar-group  i{
      color: var(--Primary-color);
    }

    .navbar-burger span{
      background-color: var(--Primary-color);
    }

    a:has(img.is-header-logo){
      position: relative;
    }

    a:has(img.is-header-logo)::after {
      content: '';
      display: block;
      position: absolute;
      top: -4px;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/Bluelabel-color.svg');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
  }

  .navbar-menu{
    a.navbar-item, a.navbar-link{
      color: var(--Black-color);
    }

    .navbar-start a.navbar-item, .navbar-start .navbar-item{
      border-top: 1px solid rgb(147 162 174 );
    }

    .navbar-end > .navbar-item:first-child{
      border-bottom: 1px solid rgb(147 162 174);
      border-top: 1px solid rgb(147 162 174);
    }
  }

  .navbar-burger span{
    height: 1px;
  }
  

  .ict-navbar .navbar-item.has-dropdown.is-active .navbar-link:not(.is-arrowless)::after, 
  .ict-navbar .navbar-item.has-dropdown .navbar-link:not(.is-arrowless)::after {
    transform: rotate(0deg) translatey(0rem);
    -webkit-transform: rotate(0deg) translatey(0rem);
    -moz-transform: rotate(0deg) translatey(0rem);
    -ms-transform: rotate(0deg) translatey(0rem);
    -o-transform: rotate(0deg) translatey(0rem);

    &:hover{
      transform: rotate(0deg) translatey(0rem);
      -webkit-transform: rotate(0deg) translatey(0rem);
      -moz-transform: rotate(0deg) translatey(0rem);
      -ms-transform: rotate(0deg) translatey(0rem);
      -o-transform: rotate(0deg) translatey(0rem);
    }
  }

  .navbar-dropdown{
    .subtitle{
      display: none;
    }

    .title,
    .child-items li a{
      font-weight: 500;
      font-size: 0.875rem !important;
      color: var(--Black-color);

      &:hover{
        text-decoration: underline;
        color: var(--Black-color);
      }
    }
  }

   .navbar-end > .navbar-item:first-child .navbar-dropdown a.navbar-item{
      font-weight: 500;
      font-size: 0.875rem !important;
      color: var(--Black-color);

      &:hover{
        text-decoration: underline;
        color: var(--Black-color);
      }
    }
}

@media screen and (max-width: 767px){
  #main-navbar.is-active{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  #main-navbar .navbar-start,
  #main-navbar .navbar-end,
  .container-special, .catfish-container, .container{
    max-width: 575px
  }

  #main-navbar .navbar-end{
    width: 100%;
  }

   .ict-header-spacer {
    height: 4.64286em;
  }

  .scrollattop #main-nav{
    background-color: var( --White-color);
  }

   .scrollattop .navbar-group .icon i, 
   .scrollattop .navbar-group i,
    a.navbar-item, a.navbar-link{
    color: var(--Primary-color);
  }

  .scrollattop #main-nav .navbar-burger span {
    background-color: var(--Primary-color);
  }
  
  body.scrollattop a:has(img.is-header-logo) {
    position: relative;
  }

  body.scrollattop a:has(img.is-header-logo)::after {
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/Bluelabel-color.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  section.title-banner > .container {
    top: 25% !important;

    h1.ict-title {
      color: var(--Black-color) !important;
    }
  }

  .video-container-fill {
    padding-top: 25rem;

    .video-container-fill video{
      height: 100%;
    }
  }
}

/* Mega Menu */
@media screen and (max-width:1087px) {
  .mega-menu-dropdown:not(.is-active) .mega-menu-dropdown-content li a,
  .ict-navbar .navbar-item.has-dropdown:not(.is-active) .navbar-dropdown {
    pointer-events: none;
  }
}

.mega-menu-dropdown h3.subtitle {
  margin-bottom: 0.25rem;
  font-weight: bold;
}

.mega-menu-dropdown-content li{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mega-menu-dropdown-content li a {
  font-weight: 400;
  font-size: 1rem;
  transition: 0.3s;
  color: rgb(25, 25, 25);
}

.mega-menu-dropdown-content li a:hover {
  color: var(--Tertiary-color);
}

@media screen and (max-width:1087px) {
  .navbar-dropdown.mega-menu-dropdown-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.is-padded.mega-menu-container {
    padding-left: 0;
    padding-right: 0;
  }

  .mega-menu-dropdown-content .column-category:not(:first-of-type) {
    margin-top: 1rem;
  }
}

.mega-column-content h3.title {
  font-size: 1.25rem;
}

.mega-menu-dropdown h3.subtitle {
  font-size: 0.75rem;
  color: var(--Tertiary-color);
}

@media screen and (min-width:1088px) {
  .mega-column-content .column-category .child-items {
    padding-left: 11rem;
    margin-left: -11rem;
  }

  .mega-menu-dropdown-content {
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
  }

  .mega-column-content {
    position: relative;
  }

  .mega-column-content .column-category .title {
    position: relative;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: rgb(25 25 25);

    &:hover{
      color: var(--Tertiary-color);
    }
  }

  .mega-column-content .column-category .title:after {
    position: absolute;
    content: "";
    border-top: solid 2px var(--Tertiary-color);
    border-right: solid 2px var(--Tertiary-color);
    width: 0.75rem;
    height: 0.75rem;
    top: 1.4rem;
    transform: rotate(45deg);
    margin-left: 0.3rem;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }

  .mega-column-content .column-category .title::after {
    width: 0.6rem;
    height: 0.6rem;
    margin-left: .8rem;
  }

  .mega-column-content .column-category:hover .title:after {
    border-color: var(--Tertiary-color);
  }

  .mega-column-content .mega-menu-dropdown-content .column-category:hover .title:after {
    border-color: var(--Tertiary-color);
  }

  .mega-column-content .column-category .child-items {
    position: absolute;
    top: 0;
    left: 33.33333%;
    left: 30%;
    opacity: 0;
    transition: 0.3s;
    height: 100%;
    width: 66.66666%;
    pointer-events: none;
    z-index: 1000000;
    isolation: isolate;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .mega-column-content .column-category:hover .child-items,
  .column-category:focus-within .child-items {
    left: 40%;
    opacity: 1;
    pointer-events: all;
  }

  .navbar-dropdown.mega-menu-dropdown-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar-item.has-dropdown.is-hoverable.mega-menu-dropdown:after {
    position: fixed;
    content: "";
    width: 100%;
    height: 100vh;
    background: #D1DDE600;
    left: 0;
    top: 7rem;
    z-index: -1;
    pointer-events: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .navbar-item.has-dropdown.is-hoverable.mega-menu-dropdown:hover:after,
  .navbar-item.has-dropdown.is-hoverable.mega-menu-dropdown:focus-within:after {
    background: rgba(209, 221, 230, .9);
  }
}

@media screen and (min-width: 1088px) and (min-width: 768px) {
  .navbar {
    height: auto;
  }

   .navbar > .container {
    height: 6em;
  }
}

/* Search Box */
.search-box .searchbox {
  border-radius: 99999px 0 0 99999px;
}

.search-module,
.nav-search-container{
  .container{
    justify-content: center;
  }

  #small-searchterms {
    font-size: 1.75rem;
    color: rgba(54,54,54,0.3);
    font-weight: 400;
    background-color: rgb(237 241 245);
  }

  #btn-small-search {
    font-size: 1.2rem;
    font-weight: 500;
    position: absolute;
    right: .75rem;
    top: .75rem;
    padding-left: .75rem;
    padding-right: .75rem;
    background: rgb(209 221 230);
    color: var(--Primary-color);
    width: 55px;
    border-bottom-left-radius: 9999px;
    border-top-left-radius: 9999px;
    border-color: none;
    box-shadow: unset;
    padding-top: calc(0.5em - 1px);

    &:hover{
      background-color: var(--Primary-color);
      color: var( --White-color);
    }
  }

  .search-box form{
      position: relative;
  }

  .search-box {
    max-width: 1160px !important;

    .searchbox{
      border-radius: 99999px;
    }
  }
}

.search-module{
  #small-searchterms {
    color: var(--Secondary-light-color);
    font-weight: 300;
    background-color: transparent;
    border: 1px solid var(--Secondary-light-color);
  }

   #btn-small-search:hover{
      background-color: var(--Secondary-color);
      color: var(--Black-color);
   }
}

.headermenu .nav-search-container{
  top: -100%;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
}

.headermenu .nav-search-container.is-active{
  height: 40vh;
  top: 0;
}

@media screen and (min-width: 768px) {
  .nav-search-container.is-active {
    transform: translatey(5em);
    -webkit-transform: translatey(5em);
    -moz-transform: translatey(5em);
    -ms-transform: translatey(5em);
    -o-transform: translatey(5em);
  } 
}

@media screen and (max-width: 768px){
  .search-module,
  .nav-search-container  #small-searchterms {
    font-size: 0.9375rem;
    min-height: 4.75rem;
    height: auto;
    padding: 1.25rem;
  }
}

/* Slide function */
.ict-header-spacer{
  height: auto;
}

.headermenu.slide-up #main-nav,
.headermenu.slide-up .nav-search-container {
  top: -4.64286em;
}

@media screen and (min-width:768px) {

  .headermenu.slide-up #main-nav,
  .headermenu.slide-up .nav-search-container {
    top: -9em;
  }
}

.headermenu #main-nav{
  top: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

@media screen and (min-width:768px) {
  .headermenu:not(.below-top) div#main-navbar.is-active:before {
    height: 5em;

  }
}

/* Footer */
.container.footer-copyright h4 {
  border-top: solid 1px;
  margin-top: 3rem;
  padding-top: 1.5rem;
  font-size: .75rem;
}

.image.dedicated-footer-logo {
  padding-bottom: 2rem;
}

/* Login */
.login__wrapper .title {
  margin-bottom: 5rem;
}

.register-customer-wrapper .new-wrapper .catfish-container .body {
  display: flex;
  flex-direction: column;
}

.register-customer-wrapper #additional-table-message-container-id {
  order: 1;
}

.register-customer-wrapper #addressTableId {
  order: 2;
}

.register-customer-wrapper .table-container--tax {
  order: 3;
}

.register-customer-wrapper .table-container--custom {
  order: 4;
}

.register-customer-wrapper .table-container--password {
  order: 5;
}

.register-customer-wrapper .table-container--register {
  order: 6;
}

@media screen and (max-width:449px) {
  .login__wrapper .title {
    font-size: 3rem;
  }
}

@media screen and (max-width:379px) {
  .login__wrapper .title {
    font-size: 2.5rem;
  }
}

/* Footer */
.arone-footer{
  padding-bottom: 1.5rem;

  h2.title{
    font-size: 2.25rem;
    line-height: 40px;
  }

  h3.subtitle{
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
  }

  li:first-child{
    margin-top: .75rem;
    margin-bottom: 0.75rem;
  }

  li{
    margin-bottom: .75rem;

    a{
      font-weight: 375;
    }
  }

  span.icon{
    display: none;
  }
}
/*------------------------------------*\
  #ADMIN PAGES
\*------------------------------------*/
/* Homepage */
/* Homepage - Feature Product Section */
#homeFeaturedProductsTitleRow{
  min-height: 15.75rem;
  margin-bottom: 3rem;
  position: relative;

  h3.title{
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--Tertiary-color);
    text-align: left !important;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #b1b3b3;

    @media screen and (max-width: 767px) {
      padding-bottom: 1rem;
    }
  }

  @media screen and (max-width: 539px) {
    min-height: 19.75rem;
  }

    .bestsellers::after{
      content: 'We put our all into every custom label we make. No exceptions. And with no minimum order quantities and a 5-day turnaround for digital label printing, we take pride in helping you perfect your first impression.';
      width: 35%;
      height: 100%;
      font-size: 1.375rem;
      line-height: 30.8px;
      position: absolute;
      bottom: -10rem;
      left: 5.5rem;
      transform: translateX(-1.5rem);
      color: #111827;
      font-weight: 300;
      height: auto;

    @media screen and (max-width: 1458px) and (min-width: 1088px) {
        bottom: -13rem;
    }

    @media screen and (max-width: 1087px) {
      font-size: 1.125rem;
      width: 75%;
      bottom: -9rem;
    }

    @media screen and (max-width: 767px){
      width: 90%;
      bottom: -10rem;
      left: 3rem;
    }

    @media screen and (max-width: 539px){
      bottom: -12rem;
    }

    @media screen and (max-width: 406px){
      bottom: -14rem;
    }
  }
}

/* Homepage slider nav fix */
@media screen and (max-width:767px) {
  .flexslider.infigo-slider .slides>li {
    padding-bottom: 6rem !important;
  }
}

/* Slider 1 - Homepage */
.our-functionality-slider {
    
  .slider-image{
    padding: 0;
   
    text-align: right;

    .block,
    .is-inline-block,
    .ict-image,
    img{
      height: 100% !important;
      object-fit: cover;
    }
    @media screen and (min-width: 1088px) {
      height: 60%;
    }

    @media screen and (min-width: 768px) {
      .is-inline-block{
        width: 100%;
      }
    }
  }

  .slider-content{
    padding: 2rem !important;
    padding-top: 2.5rem !important;
    background: var(--Secondary-light-color);

    .content-block{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      

      p{
        font-size: 0.875rem;
      }
    }

    @media screen and (min-width: 1088px) {
       height: 60%;
      
    }
  }

  @media screen and (min-width: 1270px){
    .slider-content.column.is-6-desktop,
    .slider-image.column.is-6-desktop{
      width: 40%;
    }
  }
  
  @media screen and (max-width: 1087px) and (min-width: 768px) {
    .title{
      font-size: 1.5rem;
    }
  }

  @media screen and (max-width: 767px) {

      .flex-wrap-mobile{
        flex-direction: unset !important;
        flex-wrap: wrap;
      }
      
      .width-50-mobile{
        width: 50%;
      }
  }

  .content-block{
      height: 100%;
  }
}

.homepage-large-products .listItem.grid_3.column.is-6-mobile.is-6-tablet.is-3-widescreen .buttons,
.homepage-large-products .listItem.grid_3.column.is-6-mobile.is-6-tablet.is-3-widescreen .alternate--prices span{
  display: none;
}

.homepage-large-products .listItem.grid_3.column.is-6-mobile.is-6-tablet.is-3-widescreen .product-title {
  padding: 2rem 1rem;
  background:#fafafa;
  font-weight: 300;
  font-size: 1.5rem;

  &::before{
    font-family: "Font Awesome 6 Pro";
    content: "\f061";
    width: 3rem;
    height: 3rem;
    color: var(--Tertiary-color);
    font-weight: 300;
    font-size: 2rem;
    display: inline-block;
    position: absolute;
    top: 1.8rem;
    right: 0;
    transition: all .2 ease-out;
    -webkit-transition: all .2 ease-out;
    -moz-transition: all .2 ease-out;
    -ms-transition: all .2 ease-out;
    -o-transition: all .2 ease-out;
  }
}

.homepage-large-products .listItem.grid_3.column.is-6-mobile.is-6-tablet.is-3-widescreen .product-title a{
    color: #000;
}

.homepage-large-products .item-box .small-product-item .product-item .description {
  color: var(--Primary-color);
  position: absolute;
  bottom: 0;
  height: auto;
  width: 100%;
  background: transparent;
  padding: 1rem;
  min-height: 0%;
  transition: all cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  margin-bottom: 0 !important;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1);
}
  
.homepage-large-products .item-box .small-product-item:hover .product-item .description {
    color: var(--White-color);
    background: var(--Primary-color);
    min-height: 100%;
}

.homepage-large-products .listItem.grid_3.column.is-6-mobile.is-6-tablet.is-3-widescreen .small-product-item:hover .product-title{
    background-color: transparent !important;

    ::before{
        font-family: "Font Awesome 6 Pro";
        content: "\f061";
        width: 3rem;
        height: 3rem;
        color: var(--Tertiary-color);
        font-weight: 300;
        font-size: 2rem;
        display: inline-block;
        position: absolute;
        top: 1.8rem;
        right: 0;

        @media screen and (max-width: 1540px) and  (min-width: 1280px){
            font-size: 1.5rem;
        }
    }
}

.homepage-large-products .listItem.grid_3.column.is-6-mobile.is-6-tablet.is-3-widescreen .small-product-item:hover .product-item .product-title a{
    color: #fff;
}

.homepage-large-products .item-box .product-item .product-item--info .product-item--content .product-title {
    z-index: 11;
    position: relative;
    margin-bottom: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1540px) and  (min-width: 1280px){
    .homepage-large-products .listItem.grid_3.column.is-6-mobile.is-6-tablet.is-3-widescreen .product-title{
        font-size: 1.125rem;
    }

    .homepage-large-products .listItem.grid_3.column.is-6-mobile.is-6-tablet.is-3-widescreen .product-title::before{
        font-size: 1.5rem;
    }
}

.homepage-large-products .item-box .product-item .product-item--info{
    padding-top: 0 !important;
}

/* Product Card */
@media screen and (max-width: 1279px) and  (min-width: 900px) {
  .listItem{
    width: 50% !important;
  }
}

@media screen and (max-width: 899px) {
  .listItem{
      width: 100% !important;
  }
}

/* Homepage Categories */
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item {
  border: none;
  .category-item .product-title {
    text-align: left;
    font-size: 1.3125rem;
    font-weight: bold;
  }
}

.homeFeaturedProductsWrapper .product-title,
.homeFeaturedProductsWrapper .description {
  cursor: pointer;
}

@media screen and (min-width:1088px) {
  .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item {
    display: flex;
    flex-direction: column;
  }

  .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title {
    transform: none;
    background: #fafafa;
    position: static;
    order: 1;
    z-index: 11;
    transition: 0.3s;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .small-product-item .category-short-description {
    position: absolute;
    z-index: 10;
    background: var(--Secondary-light-color);
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: 0.3s;
    transform: translatey(100%);
    padding: 1rem;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .homeFeaturedProductsWrapper .description {
    padding-top: 1.5rem;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5;
    opacity: .9;
    transition: 0.4s !important;
    -webkit-transition: 0.4s !important;
    -moz-transition: 0.4s !important;
    -ms-transition: 0.4s !important;
    -o-transition: 0.4s !important;
  }

  .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item:hover {
    .product-title {
      transform: none;
      background: transparent;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
    }

    .category-short-description {
      transform: translatey(0%);
    }

  }
}

@media screen and (max-width:767px) {
  .homeFeaturedCategoriesWrapper .listWrapper .listItem {
    width: 100%;

    .small-product-item .category-item .product-title{
      padding: 1rem;
    }
  }
}

/* Homepage label sections */
.homepage-product-showcase {
  counter-increment: productShowcaseCounter;
}

.has-counter-element {
  position: relative;
  margin-top: 0.5em;
  padding-top: 0.25em;
}

.has-counter-element:before {
  content: counter(productShowcaseCounter);
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  top: -1em;
  font-size: 0.5em;
  color: var(--Secondary-dark-color);
  font-weight: bold;
}

.has-counter-element:nth-child(-n+9):before {
  content: '0'counter(productShowcaseCounter);
}

@media screen and (min-width:768px) {
  .homepage-product-showcase .column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
  }

  .homepage-product-showcase .columns .ict-image img {
    max-height: 60vh;
  }
}

@media screen and (max-width:767px) {

  .section.image-right .ict-left-column {
    order: 1;
  }

  .section.image-left .ict-right-column {
    order: 1;
  }
}

.has-bottom-ruler {
  border-bottom: solid 2px var(--White-light-color);
  padding-bottom: 1rem;
  margin-bottom: 0 !important;
}

/* Product Landing Page*/
.arone-product-landing-page .product-intro-section + .product-info-section{
  padding-top: 6rem;
}

.arone-product-landing-page  .hero{
  background: var(--Primary-color);

  .hero-body .title{
    font-size: 3.5em;
    font-weight: 300;
    color: var( --White-color);
    text-align: center;
  }

  @media screen and (max-width: 767px) {
    .hero-body .title{
      font-size: 2.5rem;
    } 
  }
}

.details-wrapper h1.title{
  font-family: Montserrat;
  font-weight: 700;
  font-size: 3.5em;
  line-height: 1.2;
  color: var(--Primary-color);
}

.product-info{

  a,
  a.link{
    display: flex;
    align-items: baseline;
    color: #111827;

    &:hover{
      color: var(--Tertiary-color);
    }
  }
}

.custom-product-form .box{
  background-color: var(--Secondary-light-color);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;

  .field-body{
    
    
    .field:nth-child(1){
      width: 70%;

      field{
        width: 100%;
      }

      .product-version-name-input{
        width: 100%;
      }
    }

  }

  .product-version-list .product-version-item div:first-child .is-full-height{
    margin-top: 2rem;
    align-items: flex-start !important; 
  }


   .product-version-list .product-version-item .field-body > .field > .field:nth-child(1) {
    width: 100%;
  }
}

/* Variations styling */
@media screen and (min-width:768px) {
  .product-version-list .product-version-item .field-body .field {
    width: 45%;
    flex: none !important;
  }

  .product-version-list .product-version-item .field-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .product-version-list .product-version-item .field-body .field:nth-child(2) {
    width: 20%;
    text-align: right;
  }

  .product-version-list .product-version-item .field-body .field:not(:last-child) {
    margin-right: 0rem;
  }

  .product-version-list .product-version-item .field-body .field:nth-child(n+3) {
    margin-top: 0.5rem;
    width: auto;
  }

  .product-version-list .product-version-item {
    align-items: flex-start;
  }

  .product-version-list .product-version-item .product-version-item--image {
    margin-top: 0;
  }
}

@media screen and (max-width: 1087px) {
  .product-version-list .product-version-item .field-body > .field:nth-child(1) {
    width: 70%;
  }

  .product-version-list .product-version-item .field-body > .field:nth-child(2) {
    width: 25%;

    .field{
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }
  }

  .product-version-list .product-version-item .product-version-quantity {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .product-version-list .product-version-item{
    flex-direction: column;
  }

  .product-version-list .product-version-item > div:first-child {
    
    .is-full-height{
      margin-bottom: 1rem;
      margin-top: 0 !important;
    }
  }

  .product-version-list .product-version-item .field-body > .field:nth-child(2) {
    & .field {
      align-items: flex-start;
    }
  }

  .product-version-list .product-version-item .field-body > .field:nth-child(1),
  .product-version-list .product-version-item .field-body > .field:nth-child(2){
    width: 100% !important;
  }
}

.price-quantity-start-wrapper .columns .price {
  order: 4;
}

/* Custom product attribute width */
@media screen and (min-width:768px) {
  .attribute.name_Product_ID {
    width: 30%;
  }

  .attribute.name_Product_Description {
    width: 70%;
  }
}

/* Section Die line */
.section.die-line-table .column {
  display: flex;
  align-items: center;
  justify-content: space-between;

  h3 {
    margin: 0;
    font-size: 1.25em;
    font-weight: 400;
  }
}

.section.die-line-table .column:not(:first-child) {
    border-top: solid 2px var(--White-light-color);
}


/* Related products */
section.section.related-products-section.has-background-light.is-large {
  background-color: var(--Secondary-light-color) !important;
}

.related-products .product-item--content .productPrice {
  display: none;
}

/* Product Landing */
.page-catalog-product{
  scroll-behavior: smooth;
}

.review-layout-template .details-wrapper{
  display: flex;
  flex-direction: column;

  .short-description-wrapper{
    order: 1;
  }

  .product-variant-list{
    order: 2;
  }

  .review-wrapper{
    background: transparent;
    padding: 0;

    .last_ratings--wrapper{
      display: none;
    }

    .product-reviews-overview .fa{
      color: #FFAB1A;
      font-size: 1.25em;
    }
  }
}

.page-catalog-product .picture-wrapper .picture{
    justify-content: center;
}

.page-catalog-product .picture-wrapper .picture .bigpicture{
    display: flex;
    justify-content: center;
    order: 2;
    width: 75%;
}

.page-catalog-product .picture-wrapper .picture .bigpicture{
    max-height: 700px !important;
    height: 100% !important;
    max-width: 450px !important;
    overflow: hidden;
    object-fit: contain;
}

.page-catalog-product .picture-wrapper .picture .thumbs{
    display: flex;
    justify-content: center;
    width: 25%;
    flex-grow: 0;
    padding: .75rem;
}

.page-catalog-product .picture-wrapper .picture .thumbs .columns .thumb{
    flex-grow: 0;
    max-height: 140px !important;
    margin: .5rem 0;
}

.page-catalog-product .picture-wrapper .picture .thumbs .columns .thumb img{
    max-height: 140px;
    object-fit: contain;
}

.page-catalog-product .picture-wrapper .picture .thumbs .columns{
    display: flex;
    flex-direction: column;
    width: 75%;
}

.page-catalog-product .picture-wrapper .picture .thumbs.column.is-12.clearfix {
    height: 50vh; /* Adjust the height as needed */
    overflow: hidden;
}

.page-catalog-product .picture-wrapper .picture .thumbs .columns{
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    flex: 1;
}

.page-catalog-product .picture-wrapper .picture .thumbs .columns::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

@media screen and (min-width: 1088px) {
  .partner-branding .is-width-10{
    width: 10%;
  }
}


/* Tablet */
@media screen and (max-width: 1088px) {
      /* Product Landing */
      .page-catalog-product .picture-wrapper .picture .bigpicture{
        order: 0;
        width: 100%;
    }
    
    .page-catalog-product .picture-wrapper .picture .thumbs{
        display: flex;
        justify-content: center;
        width: 100%;
        flex-grow: 0;
    }
    
    .page-catalog-product .picture-wrapper .picture .thumbs .columns .thumb{
        flex-grow: 1;
    }
    .page-catalog-product .picture-wrapper .picture .thumbs .columns{
        display: flex;
        flex-direction: unset;
        width: 100%;
    }
    
    .page-catalog-product .picture-wrapper .picture .thumbs.column.is-12.clearfix {
        height: 100%; /* Adjust the height as needed */
        overflow: hidden;
    }
    
    .page-catalog-product .picture-wrapper .picture .thumbs .columns{
        overflow-x: scroll;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        flex: 1;
    }
    
    .page-catalog-product .picture-wrapper .picture .thumbs .columns::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }
}

@media screen and (max-width: 767px){
    .team-title-section .ict-right-column .ict-buttons{
        margin-bottom: -0.6rem;
    }
}

@media screen and (max-width: 768px){
    .section.content-banner{
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
        
    .our-facility-section .columns .ict-left-column.column{
        width: 100% !important;
    }

    .flexslider.infigo-slider .slides > li > .container{
        max-height: 100%;
        height: 0%;
        min-height: unset;
    }

    .slides li.section .columns .column {
        width: 100%;
    }

    .team-title-section .columns .ict-left-column:nth-of-type(1){
        width: 50% !important;
    }

    .has-title-divider-section-two .ict-right-column:nth-child(2){
        width: 50% !important;
    }

    .team-title-section .columns .ict-left-column:nth-last-of-type(2){
        width: 100% !important;
    }

    .giving-back-section .ict-space{
        display: none;
    }

    .giving-back-section .ict-title{
        margin-bottom: 5rem !important;
    }

    /* Resource Page */

    .content-banner .ict-left-column {
        width: 100% !important;
        padding-bottom: 0 !important;
    }

    .content-banner .ict-right-column{
        width: 100% !important;
        padding-top: 0 !important;
    }

    .page-topic-topicdetails .scrolling-information-section .ict-left-column{
        position: initial;
        height: unset;
        overflow-y: unset;
        width: 100% !important;
    }

    .scrolling-information-section .ict-left-column .ict-paragraph{
        display: none;
    }
 
 
    .scrolling-information-section .ict-right-column{
        width: 100% !important;
    }

    /* Product Landing */
    .page-catalog-product .picture-wrapper .picture .bigpicture{
        order: 0;
        width: 100%;
    }
    
    .page-catalog-product .picture-wrapper .picture .thumbs{
        display: flex;
        justify-content: center;
        width: 100%;
        flex-grow: 0;
    }
    
    .page-catalog-product .picture-wrapper .picture .thumbs .columns .thumb{
        flex-grow: 1;
    }
    .page-catalog-product .picture-wrapper .picture .thumbs .columns{
        display: flex;
        flex-direction: unset;
        width: 100%;
    }
    
    .page-catalog-product .picture-wrapper .picture .thumbs.column.is-12.clearfix {
        height: 100%; /* Adjust the height as needed */
        overflow: hidden;
    }
    
    .page-catalog-product .picture-wrapper .picture .thumbs .columns{
        overflow-x: scroll;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        flex: 1;
    }
    
    .page-catalog-product .picture-wrapper .picture .thumbs .columns::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }
}

/* Mobile */

@media screen and (max-width: 480px) {
    .section.content-banner,
    .section.scrolling-information-section{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .content-banner.has-title-divider-section .columns .ict-left-column{
        padding-bottom: 0 !important;
    }

    .content-banner.has-title-divider-section .columns .ict-right-column{
        padding-top: 0 !important;
    }

    .overview-section .block .ict-buttons,
    .has-title-divider-section-two.team-title-section .block .ict-buttons{
        justify-content: flex-start !important;
    }

    .has-title-divider-section-two.team-title-section{
        display: flex;
        flex-direction: column;
    }

    .has-title-divider-section-two.team-title-section .columns .ict-right-column{
        order: 3;
    }

    .has-title-divider-section-two .ict-right-column.column:nth-child(-n+2)::after{
        border-bottom: none;
    }

    .has-title-divider-section-two .ict-left-column:nth-child(1) {
        padding-right: 1rem !important;
    }

    .has-title-divider-section-two .ict-right-column:nth-child(2) {
        padding-left: 1rem !important;
    }

    .team-title-section .columns .ict-left-column:nth-of-type(1){
        width: 100% !important;
    }

    .has-title-divider-section-two .ict-right-column:nth-child(2){
        width: 100% !important;
    }

    .giving-back-section .ict-space{
        display: none;
    }
}

/* Editor */
@media screen and (min-width:768px) {

  .multipart-container .product-details.block,
  .multipart-container .parts {
    width: 50%;
  }

  .multipart-container {
    display: flex;
  }

  .uploadMultiPartContainer .columns {
    flex-direction: column;
  }

  .multipartUploadContainer .buttons {
    width: 100%;
    justify-content: flex-end;
  }

  .multipart-product .uploadMultiPart {
    max-width: 100%;
    margin-top: 2rem;
  }

  .multipart-container #previewAreaContainer .buttons {
    width: 100%;
    justify-content: flex-end;
  }

  .multipart-container #previewAreaContainer #previewArea #preview {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}

/* Multipart preview tidy up */
.product-details-flipbook .pageflip-container,
.pageflip .pageflip-container {
  box-sizing: content-box;
  padding-bottom: 2rem;
}


/* Category Page*/
.arone-category-page .navigationmenu {
  padding-top: 5rem;
}

.arone-category-page .listWrapper .listItem .product-item--info .alternate--prices {
  display: none !important;
}


.sub-category-grid .listWrapper .item-box {
  border: none;
}

.category-intro-wrapper{
  .title {
    margin-bottom: 3rem;
  }

  h1.title{
    color: var(--Primary-color) !important;
    text-align: left !important;
    font-size: 1.9375rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #b1b3b3;

    @media screen and (max-width: 767px) {
      padding-bottom: 1rem;
    }
  }

  .subtitle{
    font-size: 1.125rem;
    font-weight: 300;
    width: 60%;

    @media screen and (max-width: 1087px) {
      width: 100%;
    }
  }
}

/* Navigation */
.navigationmenu {

  h6{
    font-weight: 500;
    color: var(--Tertiary-color);
  }

  ul li{
    font-weight: 500;
    
    a{
      color: var(--Primary-color);
    }
  }

  @media screen and (max-width: 1087px) {
    display: none;
  }
}

/* Pager */
.category-product-section .pager {
  margin-top: 1rem;
}

.category-product-section .pager {
  margin-top: 1rem;
}

.pager span,
.pager a {
  border-radius: 999999px;
}

.pager span:hover {
  color: white;
}

/* Category Section */
@media screen and (max-width: 768px) {
  .category-subcategory-section .sub-category-item:hover .category-title {
    top: -1%;
    cursor: pointer;
  }

  .category-subcategory-section .sub-category-item .short-description {
    display: block !important;
    position: absolute;
    top: 30%;
    z-index: 10;
    font-size: .65rem;
    padding: .5rem;
    transform: translateY(300%);
    transition: .3s all cubic-bezier(0.25, 0.1, 0.25, 1);
    text-align: center;
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    -o-transform: translateY(300%);
    cursor: pointer;
  }

  .category-subcategory-section .sub-category-item:hover .short-description {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@media screen and (max-width: 480px) {
  .sub-category-grid .listWrapper .item-box .sub-category-item .category-title {
    padding: 1rem 1rem;
  }

  .category-subcategory-section .sub-category-item .short-description {
    top: 20%;
    font-size: .6rem;
  }
}

.order-quantity a.button {
  padding: 5px 10px;
}
/*------------------------------------*\
 #CHECKOUT STEPS
\*------------------------------------*/
/* Checkout */
.shoppingcart__wrapper h1.title {
  margin-bottom: 5rem;
}

.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row,
.one-page-checkout #opc-shipping_method .shipping-options,
.one-page-checkout .cartTableWrapper .cart tr.cart-item-row {
  background: transparent;
  border-top: solid 1px #dbdbdb;
}

#cartsliderrow,
.shoppingcart__wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.page-checkout-completed .checkout-data-info {
  text-align: center;
}

.page-checkout-completed .checkout-data-info .checkout-data-info__orderdetails {
  color: var(--Tertiary-color);
}

/* Rename PayTrace to Credit Card */
.one-page-checkout #opc-payment_method .payment-methods .payment-method__list .payment-method-item .option-name:has(input[value="Payments.PayTrace"]) {
  position: relative;

  input[value="Payments.PayTrace"]+label {
    color: transparent;

    &:before {
      color: var(--Primary-color);
    }
  }

  &:after {
    content: "Credit Card";
    position: absolute;
    top: 0;
    left: calc(8.5rem + 2px);
    width: 7rem;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
  }
}

/* Checkout attribute textarea */
.checkout_message_bottom__wrapper .checkout-attributes textarea {
  padding: calc(0.375rem - 1px) calc(0.625rem - 1px);
  font-size: 1rem;
  line-height: 1.5;
  border-color: #CADFEB;
  border-width: 1px;
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
}
/*------------------------------------*\
 #MY ACCOUNT PAGES
\*------------------------------------*/


@media only screen and (min-width: 1921px) {
  .page-custompages-page {
    .layout--accountPage {
      >.catfish-container {
        max-width: 3000px;
        width: 80vw;
      }

      .account-page.account-page-Products,
      .account-page.account-page-Estimates,
      .account-page.account-page-Orders {
        >.catfish-container {
          max-width: 100%;
        }
      }

      #contentiInnerRow {
        .grid_3.column.is-3-desktop {
          display: flex;
          justify-content: center;

          .block.block-account-navigation {
            max-width: 1440px;
            padding-left: 64px;
            padding-right: 64px;
          }
        }
      }
    }
  }
}

.estimate-page {

  td.default-width,
  thead th {
    width: auto !important;
  }
}

/* Estimates hover temp fix */
@media screen and (min-width:1088px) {

  .estimate-page:not(.orders-page, .products-page) .actions-row .button:not([title='']):hover:before,
  .estimate-page:not(.orders-page, .products-page) .actions-row .button:not([title='']):hover:after {
    opacity: 1;
    visibility: visible;
  }

  .estimate-page:not(.orders-page, .products-page) .actions-row .button:after {
    background: #ACDEE6;
    color: rgba(17, 22, 23, 0.7);
  }

  .estimate-page:not(.orders-page, .products-page) .actions-row .button:before,
  .estimate-page:not(.orders-page, .products-page) .actions-row .button:after {
    top: 50%;
    right: calc(100% + 5px + 2px);
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .estimate-page:not(.orders-page, .products-page) .actions-row .button:after {
    content: attr(title);
    width: auto;
    padding: .35em .75em;
    border-radius: 0;
    font-size: .85em;
    font-weight: 400;
    box-shadow: 0 1px 2px 1px rgba(0, 1, 0, 0.2);
    z-index: 888;
    white-space: nowrap;
  }

  .estimate-page:not(.orders-page, .products-page) .actions-row .button:before,
  .estimate-page:not(.orders-page, .products-page) .actions-row .button:after {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

}

/* .estimate-page .actions-row button[title="Open landing page"], */
/* .estimate-page .actions-row button[title="Email"], */
.estimate-page .actions-row button[title="Estimate"],
.estimate-page .cerm-container .buttons .products-add-to-basket,
.estimate-page .cerm-container .buttons .products-email,
.estimate-page .cerm-container .buttons .estimates-estimate {
  display: none;
}

.account-page .vue-component-wrapper .cf-table-wrapper .actions-row .buttons .estimates-email {
  order: 1;
}

/* Hide reorder button in my account - CERM integration renders this useless */
.account-page--order-details .od_reorder .reorderbutton {
  display: none;
}

.estimate-page .actions-row {

  & button[title="Delete"] {
    display: none;
  }

  & .fa-edit::before {
    content: "\f067";
  }

}

.products-page {

  & .button[title="Documents"] .fa-th-list {

    &::before {
      content: "\f56d";
    }
  }

  & .actions-row {

    & .buttons {
      flex-wrap: nowrap;
    }
  }
}

.orders-page {

  & .button[title="Download order note"] .fa-th-list {

    &::before {
      content: "\f772";
    }
  }

  & .button[title="Download invoice pdf"] .fa-file-invoice {

    &::before {
      content: "\f571";
    }
  }
}

/* Fix products page button */
.estimate-page.products-page {
  .products-documents .button .fa-th-list::before {
    content: "\f019";
  }

  .products-documents::before {
    content: "" !important;
  }
}

/* Hide info boxes for info attribute items */
.attribute.type_Info>.attribute-item {
  display: none;
}

/*------------------------------------*\
    #TOPIC PAGES
\*------------------------------------*/
/* Topic Pages */
/* Content-banner */
.section.content-banner{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
}

.section.content-banner h1.title{
  font-weight: 400;
  color: var(--Secondary-color) !important;
  font-size: 2em;
}

.content-banner.has-title-divider-section .column:first-child{
  padding-bottom: 0;
  
  h2.ict-title{
    margin-bottom: 2rem;
  }
}

/* has-title-divider-section */
.has-background-primary.has-title-divider-section .column:first-child::after{
  border-color:var(--Secondary-color);
}

.has-title-divider-section .column:first-child::after,
.has-title-divider-section-two .column:nth-child(-n+2)::after {
    content: "";
    display: block;
    border-bottom: 1px solid var(--Primary-color);
    margin-top: 10px;
}

.has-title-divider-section .column:first-child .ict-sub-title{
    margin-bottom: 2rem;
}

/* has-title-divider-section-two*/
.has-title-divider-section-two .ict-left-column:nth-child(1) {
    padding-right: 0 !important;
}
  
.has-title-divider-section-two .ict-right-column:nth-child(2) {
    padding-left: 0 !important;
}

.has-title-divider-section-two .column:first-child .ict-sub-title{
    margin-bottom: 2.3rem;
}

/* About Us */
/* About us - Content - team-images-section */
.page-topic-topicdetails .team-images-section .ict-title{
    margin-bottom: .5rem;
}

.page-topic-topicdetails .team-images-section .ict-title,
.page-topic-topicdetails .team-images-section .ict-sub-title{
    margin-top: 0;
}

.page-topic-topicdetails .team-images-section .ict-sub-title{
    font-size: 1.25rem;
    font-weight: 400;
}

/* About Us - Slider */
.slides .section.about-me-slide .block {
    margin: 0;
}

 .flexslider.infigo-slider .slides > li.about-me-slide{
    padding-bottom: 6rem;
}

.flexslider.infigo-slider .slides > li.about-me-slide > .container{
    height: 100% ;
    padding-bottom: 2rem;
}

  .flexslider.infigo-slider .slides .section.about-me-slide .columns .ict-right-column{
    padding-top: 0 !important;
}

  .flexslider.infigo-slider .slides .section.about-me-slide .columns .ict-right-column h3.ict-sub-title + .ict-paragraph{
    margin-bottom: 1.5rem;
}

 .flexslider .flex-control-nav li .flex-active,
 .flexslider .flex-control-nav li a:hover {
    background: var(--Tertiary-color) !important;
}

 .flexslider .flex-control-nav li a {
    background: var(--Secondary-light-color) !important;
}


.flexslider.infigo-slider.our-functionality-slider .flex-control-paging li a {
  width: 100%;
  height: 2px;
}

.flexslider.infigo-slider.our-functionality-slider .flex-control-nav li {
  display: flex;
  width: 31%;
  margin: 0;
}

.flexslider.infigo-slider.our-functionality-slider .flex-control-nav {
  bottom: 4rem;
}


.flexslider.infigo-slider > ol{
  display: flex;
  justify-content: center;
}

.slides:has(.trust-indicators) + .flex-control-nav{
  display: none;
}

#slider-ca35face-ea10-4430-82bd-3f12364c79e2 ol {
    bottom: -1rem;
}

#slider-82fd5636-bb4d-497b-bb1d-e929ec582716 ol{
    bottom: 3rem;
}

.flexslider.infigo-slider .flex-direction-nav a::before {
    color: var(--Tertiary-color) ;
}


/* FAQ */
/* Custom FAQ accordion */
.accordion-item .button i {
  order: 1;
}

.accordion-item .button i {
  color: #ef5b00 !important;
  font-weight: 300;
  border: solid 1px #ef5b00;
  border-radius: 30px;
  padding-right: 0 !important;
  width: 2rem;
  height: 2rem;
  text-align: center;
}

.accordion-item .button {
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  width: 100%;
  background: transparent;
  color: var(--Primary-color);
  font-size: 1.25rem;
  font-weight: 500 !important;
  padding-bottom: 2rem !important;
}

.accordion-item .button:not(:last-of-type) {
  border-bottom: solid 1px #b1b3b3;
  border-radius: 0;

}

.ict-accordion .accordion-item .fa-plus,
.ict-accordion .accordion-item .t-plus,
.ict-accordion .accordion-item.is-active .fa-minus,
.ict-accordion .accordion-item.is-active .t-minus {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ict-accordion .accordion-item.is-active .fa-minus,
.ict-accordion .accordion-item.is-active .t-minus {
  background: #ef5b00;
  color: white !important;
}

.accordion-item .button:hover i {
  background: #ef5b00;
  color: white !important;
}

.accordion-item .button i {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.ict-accordion .accordion-item.is-active .accordion-content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    display:block;
    font-weight: 400;
}

/* Resource Page */
.resource-tile-section.images-and-files .columns.is-vcentered {
  align-items: flex-start;
}

.resource-tile-section .box {
  background: transparent;
}

.resource-tile-section a.box:hover {
  box-shadow: none;
}

.resource-tile-section .box .image.is-64x64 {
  height: auto;
  width: auto;
}

.resource-tile-section .box .block {
  margin-top: 1.5rem;
  text-align: left;
  font-size: 1.5em;
  font-weight: 300;
}

.resource-tile-section .box div:nth-child(3) {
  display: flex;
}

.resource-tile-section .box div:nth-child(3) .button {
  background: var(--Primary-color);
  color: #fff;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.resource-tile-section .block .ict-buttons .button:active,
.resource-tile-section .block .ict-buttons .button:focus,
.resource-tile-section .block .ict-buttons .button:hover,
.resource-tile-section .box div:nth-child(3) .button:hover {
  background-color: #003444;
  border-color: transparent;
  color: #fff;
}

.resource-tile-section .block.resource-tile-block {
  padding: 1.5rem;
}

.resource-tile-section .block h3.ict-sub-title {
  font-weight: 300;
  color: var(--Text-color) !important;
  margin-top: 1.2rem;
  font-size: 1.5rem;
}

.resource-tile-section .block .ict-buttons .button {
  margin-bottom: 0;
  background: var(--Primary-color);
  color: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
}

.images-and-files .has-button-icon::before{
  top: 0.2rem;
}

.images-and-files span.button{
  width: 100%;
  background: transparent !important;
  color: #000 !important;
  padding-left: 0 !important;
  padding-right: 2.5rem !important;
  display: flex;
  justify-content: flex-start;

  &::before{
    font-family: "Font Awesome 6 Pro";
    content: "\f019";
    width: 2.5rem;
    height: 3rem;
    color: var(--Tertiary-color);
    font-weight: 300;
    font-size: 2rem;
    display: inline-block;
    position: absolute;
    font-size: 1.4rem;
    right: 0;
    top: 0rem;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
  }
}

.images-and-files .ict-left-column:hover .button {
  color: var(--Tertiary-color) !important;

  &::before{
    width: 2rem;
  }
}

.images-and-files .ict-right-column:hover span.button{
  color: var(--Tertiary-color) !important;
}

.images-and-files .ict-right-column:hover span.button::before{
  top: 0.2rem;
}

.artwork-file a.button{
  background-color: transparent !important;
  display: flex;
  justify-content: flex-start;
  font-size: 1.5rem !important;
  color: var(--Text-color) !important;
}

.artwork-file .column:hover a.button{
  color: var(--Tertiary-color) !important;
}

/* Resource Landing */
.resource-tile-section .button{
    background: transparent;
    color: #333;
    padding-left: 0;
    padding-right: 0;
}

.resource-tile-section .ict-buttons a.button:hover,
.resource-tile-section .ict-buttons a.button:active,
.resource-tile-section .ict-buttons a.button:focus,
.resource-tile-section .ict-buttons a.button:focus-visible{
    background: transparent;
    color: var(--Primary-color);
    box-shadow: none;
}

.resource-tile-section .column .block:first-child{
    margin-bottom: 0 !important;
}

/* Quote Bar */
.large-title-column,
.contact-section,
.quote-bar{
  .title.is-1{
    font-size: 3.5rem;
    font-weight: 300;
  }
}

/* Page Topic Details */
.page-topic-topicdetails .content-banner h2.title{
    font-size: 3.5rem;
}

.page-topic-topicdetails .scrolling-information-section .paragraph-background{
    background-color: var(--White-light-color);
    padding: 1rem;
}

.page-topic-topicdetails .scrolling-information-section .ict-left-column h2.title{
    font-size: 2.1666666666666665em !important;
}

.page-topic-topicdetails .content-banner h3.ict-sub-title{
  font-size: 3.5rem;
}

.page-topic-topicdetails .scrolling-information-section .ict-left-column {
    position: sticky;
    top: 0;
    height: 40vh;
    overflow-y: hidden;
    padding-bottom: 0;
}

.page-topic-topicdetails .scrolling-information-section .ict-right-column h2.title{
    font-size: 1.3333333333333333em !important;
}

.page-topic-topicdetails .scrolling-information-section .ict-right-column h2.title:first-of-type{
    margin-top: 1rem;
}

.page-topic-topicdetails .scrolling-information-section .ict-right-column h3.subtitle{
    font-size: 1.125em !important;
}

/* Icons */
/* cerm pages icons */
.estimate-page .actions-row {
 
    .estimates-delete  {
        display: none;
       &::after,
       &::before {
         display: none;
        }
        button {
            &::after {
                display: none;
               }
        }
    }



    .estimates-quote .fa-th-list{
        &::before{
            content: "\f570";
        }
    }
 
    .fa-edit::before{
        content: "\f067";
    }


 
}
 
.products-page{
 
    .products-documents{
 
        &::before{
            content: "\f56d";
        }
    }
 
    .actions-row{
        &  .buttons{
            flex-wrap: nowrap;
        }
    }

    .products-delete,
    div[data-label="Product cannot be deleted"],
    .products-add-to-basket {
        &::after,
        &::before {
          display: none;
         }
         button {
             &::after {
                 display: none;
                }
         }
     }

    .products-delete,
    div[data-label="Product cannot be deleted"] {
        display: none;
    }
 
}
 
.orders-page {
 
    .orders-order-notes .fa-th-list{
 
        &::before{
            content: "\f772";
        }
    }
 
    .orders-invoice .fa-file-invoice{
 
        &::before{
            content: "\f571";
        }
    }
}