/*------------------------------------*\
  #Root
\*------------------------------------*/

:root{
  --Primary-color: #E75D10;
  --Primary-hover-color: #db580f;
  --Secondary-color: #24B55E;
  --Tertiary-color:  #FBEFE7;

  --Button-color:  var(--Secondary-color);
  --Button-hover-color: #22aa58;
  
  /* Neutral Colors */
  --White-color: #fff;
  --Black-color: #000;
  --Grey-color: #C8CDD0;

  --Danger-color: #ED3221;
  --Danger-hover-color: #ec2715;
}

/*------------------------------------*\
  #BASE
\*------------------------------------*/

/* Buttons */
.catfish-button,
.button,
a{
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

html:not(.page-dynamicproduct-editor) .catfish-button:not(.is-danger, .is-outlined, #deleteall, #continueshoppingDummy, .changepasswordbutton){
  color: var(--Text-color);
}

#deleteall{
    background-color: var(--Danger-color);

    &:hover{
        background-color: var(--Danger-hover-color);
    }
}

#continueshoppingDummy, .is-outlined:not(.text-item), p.back-link a.catfish-button{
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-color: var(--Button-color);
    color: var(--Button-color);
    background-color: transparent;
    
    &:hover{
        border: 1px solid var(--Button-hover-color);
        background-color: var(--Button-hover-color);
        color: #fff;
    }
}

/* html:not(.page-dynamicproduct-editor) .catfish-button:not(.is-danger, .is-outlined, #deleteall, #continueshoppingDummy, .changepasswordbutton){
  background-color: var(--Button-color) !important;

  &:hover,
  &:focus,
  &:active{
      background-color: var(--Button-hover-color)  !important;
      box-shadow: unset !important;
  }
} */

/* Typography */
.title{
  font-weight: 600;
  text-transform: capitalize;
}

/* Section */
@media screen and (max-width: 767px){
  .section .columns{
    display: flex;
  }
}
/*------------------------------------*\
  #UTILITIES
\*------------------------------------*/
/* Buttons */
.newsletterbox-subscribebutton, 
.button.has-style-custom-1{
  background-color: var(--Black-color);
  color: var(--White-color);

  &:hover,
  &:focus,
  &:active{
    background-color: var(--White-color);
    color: var(--Black-color);
  }
}

.button.is-ghost{
  background-color: transparent;
  color: var(--Black-color);
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: .3s;
  text-underline-offset: 0.25rem;


  &:hover,
  &:focus,
  &:active{
    color: inherit;
    text-decoration: underline;
    background-color: transparent;
  }
}

.is-list-buttons{
  .button.is-ghost{
    background-color: transparent;
    color: var(--Black-color);
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: .3s;
    text-underline-offset: 0.25rem;


    &:hover,
    &:focus,
    &:active{
      color: inherit;
      text-decoration: underline;
      background-color: transparent;
    }
  }

  .button.is-ghost:first-child{
    padding-left: 0;
  }
}

/* Background */
.has-background-custom-1{
  background-color: var(--Tertiary-color);
}

.section.has-background-width-50{
  background-size: 50% 100% ;
}

@media screen and (max-width: 1000px){
  .section.has-background-width-50{
  background-size: cover;
}
}

/* Padding */

/* Tab Template Column */
.has-checklist-gap{

  .checkmark-list-columns.is-gapless{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
    margin-top: 1.5rem;

    &:last-child{
      margin-bottom: -0.75rem;
    }

    & > .column{
      padding: 0.75rem !important;
    }
  }
}

@media screen and (max-width: 1087px){
  .columns.is-variable.is-8 > .p-4-mobile{
    padding: 1rem;
  }
}

/* Images */
.has-image-fullheight{
  
  & > .block,
  & > .block > .is-inline-block,
  & > .block .is-inline-block .ict-image,
  & > .block .is-inline-block .ict-image img{
    height: 100%;
  }

  & > .block .is-inline-block .ict-image img{
    object-fit: cover;
  }
}

/* File Upload - Product tabs */
.has-file-upload{

  .box{
     width: 90%;

     @media screen and (min-width: 1440px){
      width: 80%;
     }

    .image.is-64x64{
      display: flex;
      height: auto;
      width: 100%
    }
  }

  .box .column:not(:first-child){
    display: none;
  }

  @media screen and (max-width: 1024px) and (min-width: 768px){
    .columns{
      flex-direction: column;
    }

    .column:nth-child(2){
      display: none;
    }
    
  }

  @media screen and (max-width: 484px){
    .columns{
      flex-direction: column;
    }

    .column:nth-child(2){
      display: none;
    }
    
  }
}

.is-line-height-custom-1{
  line-height: 1.2;
}

@media screen and (max-width: 1600px) and (min-width: 1088px) {
  .has-background-center-center-sm-desktop{
    background-position: center center;
  }
}

@media screen and (max-width: 1087px){
  .has-background-right-sm-touch{
    background-position: right;
  }
}
/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/
/* Background Circles */
.category-hero-section,
.orange-circle{
  position: relative;
  background-size: cover;
}

.orange-circle .column{
  min-height: 26.625rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;

  @media screen and (min-width: 1921px){
    min-height: 40.625rem;
  }
}

.orange-circle::before{
  content: "";
  height: 100%;
  width: 25vw;
  position: absolute;
  top: 0;
}

.orange-circle::after{
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  z-index: 0;
}

.orange-circle-left::before{
  background: linear-gradient(90deg,rgb(231, 93, 16) 70%, rgba(231, 93, 16, 1) 80%);
  left: 0;
}

.orange-circle-left::after{
  background: rgba(231, 93, 16, 1);
  left: 25vw;
  clip-path: ellipse(60% 55% at 15% 50%);
}

.orange-circle-right::before{
  background: linear-gradient(90deg,rgb(231, 93, 16) 70%, rgba(231, 93, 16, 1) 80%);
  right: 0;
}

.orange-circle-right::after{
  background: rgba(231, 93, 16, 1);
  right: 25vw;
  clip-path: ellipse(60% 55% at 85% 50%);
}

.orange-circle-left.main-banner::before{
  background: linear-gradient(90deg,rgb(231, 93, 16) 70%, rgba(231, 93, 16, 0.95) 80%);
}

.orange-circle-left.main-banner::after{
  background: rgba(231, 93, 16, .95);
}

.orange-circle-right .column,
.orange-circle-left .column{
  z-index: 2;
}

@media screen and (max-width: 1087px){
  .orange-circle-right .pl-6{
    padding: 2rem !important;
  }
}

@media screen and (max-width: 1087px) and (min-width: 901px) {
  .orange-circle::before {
    width: 30vw;
  }

  .orange-circle-right::after {
    right: 30vw;
  }

  .orange-circle-left::after {
    left: 30vw;
  }
  
  .orange-circle::after{
    width: 40%;
  }
}

@media screen and (max-width: 900px) and (min-width: 768px){
  .orange-circle::before {
    width: 50vw;
  }

  .orange-circle-right::after {
    right: 50vw;
  }

  .orange-circle-left::after{
    left: 50vw;
  }

  .orange-circle-left .column,
  .orange-circle-right .column{
    width: 60%;
  }
}

@media screen and (max-width: 767px){
  .section.orange-circle .columns{
    justify-content: center !important;
  }

  .section.orange-circle .column{
    width: 80%;
  }

  .orange-circle::before {
    width: 100vw;
  }

  .orange-circle-left::after,
  .orange-circle-right::after{
    display: none !important;
  }
}

/* Background Overlay */
.overlay{
  position: relative;

  &::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .98);
  }
}

@media screen and (max-width: 1000px){
  .overlay-touch .columns .column{
    width: 100%;
  }

  .overlay-touch{
      position: relative;

      &::before{
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(255, 255, 255, .75);
      }
  }

  .overlay-touch.has-background-primary{
      position: relative;

      &::before{
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(231, 93, 16, .9);
      }
  }

  .overlay-touch.has-background-secondary{
      position: relative;

      &::before{
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(36, 181, 94, .9);
      }
  }
}


/* Block Icon */
.block-icon-round{
  width: 128px;
  height: 128px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  .ict-image.image{
    height: 100%;
  }
}

/* Brand Slider */
.brand-slider.flexslider.infigo-slider{
  margin-bottom: 6rem !important;

  li.section{
    padding-top: 0rem;
  }

  .flex-direction-nav a {
    background: var(--Black-color);
  }

  .flex-direction-nav a::before {
    color: var(--White-color);
  }

  /* @media screen and (min-width: 1600px){
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 15rem;
    padding-right: 15rem;
  } */
}

.brand-slider.flexslider:not([data-slide-minitems="0"]) .image img{
  max-width: 150px;
  max-height: 90px;
}

/* Review Slider */
.review-slider.flexslider.infigo-slider{

  background-color: var(--Tertiary-color) !important;
  padding-bottom: 6rem;

  .swiper-slide {
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
  }

  .slide-interior {
    padding: 0 1rem 1rem 1rem;
  }

  .slide-interior:before {
    position: absolute;
    content: "";
    height: calc(100% - 5rem);
    width: 100%;
    bottom: 0;
    left: 0;
    top: unset;
    border: solid 1px #DFDFDF;
    border-radius: 2px;
    pointer-events: none;
    background-color: white;
    z-index: -1;
  }

  .image img.is-rounded{
    border-radius: 290486px;
  }

  .slides img{
    max-width: unset;
    max-height: unset;
    height: 100%;
  }

  .fa-star{
    color: var(--Secondary-color);
  }

  .flex-direction-nav a {
    background: var(--Primary-color);
  }

  .flex-direction-nav a::before {
    color: var(--White-color);
  }

  /* @media screen and (min-width: 1600px){
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 15rem;
    padding-right: 15rem;
  } */

  @media screen and (min-width: 768px), print {
    li.section .container {
      padding-left: 32px;
      padding-right: 32px;
    }
  }

  @media screen and (max-width: 425px) {

  }
}


/* .flexslider.infigo-slider.review-slider{

  @media screen and (max-width: 767px) {
    li.section:first-child{
      width: 400px;
      margin-left: 64px;
      margin-right: 16px;
    }

    li.section{
      width: 400px;
      margin-left: 24px;
      margin-right: 24px;
    }
  }
} */

/* Newsletter Box */
#newsLetterBox{

  .newsLetterSmallWrapper__section{
    padding-bottom: 0;
    padding-top: 0;

    .newsLetterSmallBlock{
      
      div:has(h1){
        position: relative;

        &::before{
          content: 'Join our email list to get 10% off your first order and be the first to hear about seasonal discounts.';
          position: absolute;
          top: 2rem;
          left: 0;
          width: 100%;
          height: 100%;
        }

        h1{
          font-size: 1.728em;
          text-align: left !important;
          margin-bottom: 6rem;
        }
      }

      div.listbox{
        .field.has-addons{
          flex-direction: column;
        }

        .control.is-expanded{
          margin-bottom: .75rem;
        }

        .newsletterbox-subscribebutton{
          width: 100%;
        }
      }
    }
  }
}

/* Image File Download */
.block-image-file-download{

  a.box{
    background-color: transparent;
    padding: 0;
   
    
    div:has(.image){
      div.image{
        height: 340px;
        width: 100%;
         transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;

        img{
          height: 100%;
          object-fit: cover;
        }
      }
    }

    div.block{
      margin-top: 1rem;
      padding: 2rem;
      background: var(--Secondary-color);
      color: var(--Black-color);
      margin-bottom: 0;
       transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

    div:has(span.button){
      display: none;
    }

    &:hover, &:focus, &:active{
      box-shadow: unset;

      div.image{
        opacity: .6;
      }

      div.block{
        background: var(--Button-hover-color);
      }
    }
  }

  @media screen and (max-width: 550px) {
    width: 100% !important;
  }
}

/* Tabs */

@media screen and (min-width: 768px) {
  .tabs{
    margin-bottom: 1.5rem!important;
  }
}

@media screen and (max-width: 767px) {
  .tabs{
    margin-bottom: 0rem!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 a{
  padding: .5em 1.5em;
}

.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);

  span{
    font-size: 1rem;
  }
}

.tabs.is-toggle li.is-active a{
  background-color: transparent;
  color: var(--Text-color);
}

.tabs.is-toggle li a::after{
  content: '';
  bottom: -1px;
  left: 0;
  position: absolute;
  background-color: var(--Primary-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;
}

/* Accordion */
.ict-accordion{
  position: relative;

  & .accordion-item .accordion-content{
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}

  & .accordion-item.is-active .accordion-content{
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}

}

.button.is-rounded.accordion-title{
  position: relative;
  padding-right: 2em !important;
  background-color: var(--Grey-color);
  color: #231f20;
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1),background-color 0.5s;
  margin-bottom: 0rem !important;

  & .fa-plus::before, 
  & .t-plus::before{
    content: "\f078" !important;
    position: absolute;
    top: 35%;
    right: 1rem;
    font-weight: 300;
  }

  & .fa-minus::before, 
  & .t-minus::before{
    content: "\f00d" !important;
    position: absolute;
    top: 35%;
    right: 1rem;
    font-weight: 300;
  }

  & .has-text-dark{
    color: var(--Primary-color) !important;
  }
}

.accordion-item.is-active{
  
  & .button.is-rounded.accordion-title{
    background-color: var(--Primary-color);
    color: var(--White-color);

    & .fas.fa-minus.has-text-dark{
      color: var(--White-color) !important;
    }
  }

  & .accordion-content{
    padding-top: 1.222222222222222rem;
    padding-right: 1.888888888888889rem !important;
    padding-bottom: 1.388888888888889rem;
    padding-left: 1.111111111111111rem !important;
  }
}

.ict-accordion .accordion-item:not(:first-of-type) .button.is-rounded.accordion-title{
  margin-top: .05rem;
}

/* Hide default in stock notification */
.stock {
  display: none;
}

/* Just a few more */
.just-a-few-more-section{

    .columns.is-justify-content-center{
      justify-content: flex-start !important;
    }

    .image-column{
      width: auto !important;

      .image{
        width: 48px;
      }
    }

    .text-column{
      p{
        color: inherit;
      }
    }
    
}

/*------------------------------------*\
  #LAYOUTS
\*------------------------------------*/
/* Header */
/* Navigation */
#main-navbar.navbar-menu{

  /* Navbar - Links*/
  a.navbar-item, a.navbar-link{
    color: var(--Primary-color);
    font-size: 0.95rem;
    text-transform: capitalize;

    &:hover, &:focus, &:active{
      color: var(--Primary-hover-color);
    }
  }

  /* Navbar Dropdown Arrow */
  .navbar-link:not(.is-arrowless)::after{
    border-color: var(--Primary-color);
  }

  /* Navbar dropdown */
  .navbar-dropdown{
    border-top: 2px solid transparent;
    max-height: 300px;
    overflow-y: auto;


    a.navbar-item{
      color: var(--Black-color);
      font-weight: 400;

      &:hover, &:focus, &:active{
        background-color: transparent;
        color: var(--Primary-hover-color);
      }
    }
  }

  /* Navbar Buttons */
  .navbar-item .buttons{

    .button{
      background-color: transparent;
      padding-left: .75rem;
      padding-right: .75rem;

      i{
        font-size: 1.3rem;
        font-weight: 700;
        color: var(--Primary-color);
      }

      &:hover i, &:focus i, &:active i{
        font-weight: 700;
      }

      span.badge{
        background-color: var(--Secondary-color);
        color: var(--White-color);
      }
    }

    .button:last-child{
      padding-left: .5rem;
      padding-right: .5rem;
    }
  }

  /* Shopping Basket */
  .basket-link i::before{
    content: '';
    background: url('/-375106850/Handler/CSSOverride/GetImage/3/shopping_cart_icon 1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    width: 26px;
    height: 26px;
    display: block;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .basket-link i:hover::before{
    background: url('/1367274203/Handler/CSSOverride/GetImage/3/shopping_cart_icon_hover.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    width: 26px;
    height: 26px;
  }
  
  /* My Account */
  .my-account-dropdown{
    display: flex;
    align-items: center;

    .navbar-dropdown{
      left: -2.5rem;
    }
  }

  .my-account-dropdown-link::before{
    content: '';
    background: url('/-1912152509/Handler/CSSOverride/GetImage/3/person_icon 1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    width: 30px;
    height: 30px;
    display: block;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .my-account-dropdown-link:hover::before{
    background: url('/164868273/Handler/CSSOverride/GetImage/3/person_icon_hover.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    width: 30px;
    height: 30px;
  }

  .my-account-dropdown-link:hover::before,
  .my-account-dropdown-link:focus::before,
  .my-account-dropdown-link:active::before{
    font-weight: 700;
  }

  .my-account-dropdown:hover .my-account-dropdown-link::before {
    font-weight: 700;
  }

  .my-account-dropdown-link::after{
    display: none
  }

  .my-account-dropdown-link{
    color: transparent !important;
    position: relative;
    display: inline-block;
    width: 40px; 
    padding-left: .75rem;
    padding-right: .75rem;
    height: 2.94118rem;
  }

  .navbar-item:has(.buttons){
    padding-left: 0;
  }


  @media screen and (max-width: 1087px) {
    .navbar-end .my-account-dropdown{
      display: none;
    }
  }
 
}

#main-nav.navbar{
  /* Touch */
  @media screen and (max-width: 1087px){
    .navbar-brand:has(.navbar-group){
      .is-header-logo {
        height: 3rem;
      }
    }

    .navbar-group{

      a.navbar-item{
        padding: .5rem 1rem;
        
        .fa-search,
        .icon i{
          font-size: 1.111111rem;
          color: var(--Primary-color);
          font-weight: 500;
        }

        .badge{
          background-color: var(--Secondary-color);
          color: var(--White-color);
        }
      }
    }

    .navbar-burger{
      width: 60px;
      span{
        background-color: var(--Primary-color);
      }
    }
  }
  
}

/* Navbar dropdown Scroll Bar */
@supports (scrollbar-color: auto) {
  .navbar-dropdown{
    scrollbar-color: var(--Secondary-color);
  }
}

@supports selector(::-webkit-scrollbar) {
  .navbar-dropdown::-webkit-scrollbar {
    background: #C8CDD0;
    width: 12px;
    
  }

  .navbar-dropdown::-webkit-scrollbar-thumb {
    background: #24B55E;

    border-radius: 100vw;
    -webkit-border-radius: 100vw;
    -moz-border-radius: 100vw;
    -ms-border-radius: 100vw;
    -o-border-radius: 100vw;
  }
}

/* Footer */
.arone-footer{

  .image.dedicated-footer-logo img {
    height: 4.5rem;
  }

  h3.subtitle{
    font-size: 1.29rem;
    font-weight: 600;
  }

  a{
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: .3s;
    text-underline-offset: 0.25rem;

    &:hover,
    &:focus,
    &:active{
      color: var(--White-color);
      text-decoration: underline;
    }
  }

  @media screen and (min-width: 1088px) {
    .columns{
      justify-content: space-between !important;
    }

    .ict-dedicated-footer-column-1{
      margin-right: 10rem;
    }

    .ict-dedicated-footer-column-2,
    .ict-dedicated-footer-column-3,
    .ict-dedicated-footer-column-4{
      width: 15%;
    }
  }

  @media screen and (max-width: 768px) and (min-width: 550px) {
    .ict-dedicated-footer-column-1,
    .ict-dedicated-footer-column-2,
    .ict-dedicated-footer-column-3,
    .ict-dedicated-footer-column-4{
      width: 50%;
    }
  }
}

/* Sections */
@media screen and (max-width: 1087px){
    section.additional-description-section,
    section.related-products-section,
    .block.block-account-navigation,
    .account-page{
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media screen and (max-width: 767px){
    section.section.is-large,
    .homeFeaturedProductsWrapper,
    .ict-dedicated-footer{
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    section.additional-description-section,
    section.related-products-section,
    .block.block-account-navigation,
    .account-page{
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

/* Product Card */
@media screen and (max-width: 1279px) and  (min-width: 1088px) {
    & .listItem{
        width: 33.333333% !important;
    }
}

@media screen and (max-width: 475px) {

    & .listItem{
        width: 100% !important;
    }
}

/* Layout - End */
/*------------------------------------*\
  #ADMIN PAGES
\*------------------------------------*/
/* Homepage */
/* Titles */
.homeFeaturedCategoriesWrapper .bestsellers h3.title{
  position: relative;
  margin-bottom: 6rem;

  &::after{
    content:'Print smarter, faster, cheaper. Enjoy instant online pricing, our best price guarantee, and fast nationwide delivery. \A Choose from our extensive category list and get your print job started!  ';
    font-size: 1rem;
    position: absolute;
    bottom: -200%;
    left: 50%;
    width: 80%;
    height: 100px;
    font-weight: 500;
    transform: translate(-50%, 0%);
    white-space: pre;
    text-wrap: wrap;

    @media screen and (max-width: 768px) {
      width: 100%;
      font-size: .87rem;
      bottom: -225%;
    }
  }

  @media screen and (max-width: 768px) {
    margin-bottom: 7rem;
  }
}

.homeFeaturedProductsWrapper .bestsellers h3.title{
  position: relative;
  margin-bottom: 6rem;

  &::after{
    content:'Trusted by Australian businesses nationwide. \A These are the products our customers love most - all with Instant online pricing, quick dispatch, and our best price guarantee.\A Pick your product and get printing in minutes...';
    font-size: 1rem;
    position: absolute;
    bottom: -200%;
    left: 50%;
    width: 100%;
    height: 100px;
    font-weight: 500;
    transform: translate(-50%, 0%);
    white-space: pre;
    text-wrap: wrap;

    @media screen and (max-width: 768px) {
      width: 100%;
      font-size: .87rem;
      bottom: -225%;
    }
  }

  @media screen and (max-width: 768px) {
    margin-bottom: 8rem;
  }
}

/* Slider */
.flexslider.infigo-slider:hover .flex-direction-nav .flex-prev,
.flexslider.infigo-slider .flex-direction-nav .flex-prev {
  left: 1rem;
}

.flexslider.infigo-slider:hover .flex-direction-nav .flex-next,
.flexslider.infigo-slider .flex-direction-nav .flex-next {
  right: 1rem;
}

.flexslider.infigo-slider .flex-direction-nav .flex-prev,
.flexslider.infigo-slider .flex-direction-nav .flex-next {
  opacity: 1;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.flexslider.infigo-slider .flex-direction-nav .flex-prev::before,
.flexslider.infigo-slider .flex-direction-nav .flex-next::before {
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.flexslider.infigo-slider .flex-direction-nav .flex-prev:hover::before,
.flexslider.infigo-slider .flex-direction-nav .flex-next:hover::before {
  background-color: var(--Secondary-color);
  border-color: var(--Secondary-color);
}


.flexslider.infigo-slider .flex-direction-nav a {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Primary-color);
  border: unset;
  width: 2.5rem;
  justify-content: center;
  border-radius: 999999999999px;
  height: 2.5rem;
  background: var(--Grey-color);
}

.flexslider.infigo-slider .flex-direction-nav a::before{
  font-size: 1.25rem;
  color: var(--Black-color);
  text-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.flexslider.infigo-slider .flex-direction-nav:hover a::before{
  color: var(--White-color);
}

/* Category Section */
.homePageCategories{

  .listWrapper .listItem{

    .small-product-item{
      border-top: unset;

      .category-item{

        .product-title{
          background-color: var(--Secondary-color);
          transform: translateY(0);
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);

          a{
            color: var(--Black-color);
          }
        }

         .picture img {
          height: 70%;

          @media screen and (max-width: 767px){
            height: 85%;
          }
        }

        &:hover{

          .product-title{
            background-color: var(--Button-hover-color);
          }
        }
      }
    }
  }
}

/* Product Cards Section */
.homeFeaturedProductsWrapper{
  background-color: var(--Tertiary-color);
}

/* Category Page */
/* .arone-category-page{

  .category-hero-section{
    background-color: #F2F2F3;
    position: relative;

    &::before{
      content: "";
      height: 100%;
      width:30vw;
      position: absolute;
      top: 0;
      background: linear-gradient(90deg,rgb(231, 93, 16) 70%, rgba(231, 93, 16, 1) 80%);
      left: 0;

      @media screen and (max-width: 900px) and (min-width: 768px){
        width: 50vw;
      }

      @media screen and (max-width: 767px){
        width: 100vw;
      }
    }

    &::after{
      content: "";
      height: 100%;
      width: 30vw;
      position: absolute;
      top: 0;
      background: rgba(231, 93, 16, 1);
      left: 30vw;
      clip-path: ellipse(60% 55% at 15% 50%);

      @media screen and (max-width: 900px) and (min-width: 768px){
        left: 50vw;
      }

      @media screen and (max-width: 767px){
        display: none;
      }
    }

    .hero-body{
      padding: 12rem 0;
      position: relative;
      z-index: 2;
      width: 40%;
      min-height: 10.625rem;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: center;

      @media screen and (min-width: 1921px){
        min-height: 40.625rem;
      }

      @media screen and (max-width: 900px) and (min-width: 768px){
        width: 60%;
      }

      @media screen and (max-width: 767px){
        width: 100%;
      }

      h1.title{
        font-size: 1.728em;
        margin-bottom: .5rem;
      }

      h1,
      p.subtitle{
        color: var(--Black-color);
      }
    }
  } */
  .arone-category-page{

    .category-hero-section{
      background-color: #F2F2F3;
      position: relative;
    }

    .hero{
      background-color: transparent;

      > .container{
        max-width: 100%;
        padding: 0;
      }

      .hero-body{
        padding: 0;
      }
    }

    .category-description-wrapper{
      padding-top: 0;

      > section > .container{
        @media screen and (min-width: 768px), print {
          padding-left: 64px;
          padding-right: 64px;
        }
      }

      @media  screen and (max-width: 767px){
        > section.orange-circle::before{
            background: linear-gradient(90deg, rgba(231, 93, 16, .7) 70%, rgba(231, 93, 16, .7) 80%);
        }
      }
    }
  }

.category-navigation-enabled {

  .navigationmenu {
    height: 100%;

    .navigationmenu--title{
      display: none;
    }

    ul li.active > a{
      background-color: transparent;
      color: var(--Primary-color);
    }

    li:first-child{
      margin-top: 4.5rem;
    }

    ul.subCategory{
      margin: 0;
      padding: 0;
      border-left: none;
    }

    ul.subCategory li{
      margin: 0;
      margin-left: 0 !important;
    }
  }

  .category-product-section{
    padding-top: 0;
  }

  .category-description-wrapper{
    padding-bottom: 0;
    padding-top: 6rem;
    width: 100%;
  }

  .category-intro-wrapper .category-description-wrapper{
    padding-top: 0rem;
  }
}

.pager{
  margin-top: 1.5rem;
}



/* Product Landing */
.arone-product-landing-page{

  .breadcrumb-section + .product-info-section{
    padding-top: 1.5rem;
  }

  .details-wrapper{

    .short-description-wrapper.is-6{
      font-size: 1.2em;
      font-weight: 500;
    }

    .full-description-wrapper{
      border-bottom: 1px solid var(--Primary-color);
      padding-bottom: 1.5rem;
    }

    .price-quantity-start-wrapper{
      .quantity-wrapper .field-body input{
        width: 50%;
      }

      .add-to-cart-buttons-wrapper{
        flex-basis: 100%;
      }
    }

    .product-variant-line > .block{
      margin-bottom: 0;
    }
  }
}

/* Attributes */
.attributes{

  @media screen and (min-width: 768px){
    .attribute{
      width: 50%;
    }
  }

  @media screen and (max-width: 767px){
    .attribute.column{
      flex-basis: 100%;
    }
  }
}

/* In stock widget */

.in-stock-widget {
  margin-left: 1rem;
  display: none;
}

.in-stock-widget .stock-notification {
  display: flex;
  align-items: center;
}

.in-stock-widget .widget-icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  margin-right: 0.3rem;
  transform: translatey(-0.1rem);
}

.in-stock-widget .widget-icon:before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  border-radius: 30px;
  position: absolute;
  inset: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  animation: fadeInOut 3s ease-in-out 0s infinite normal both;
  -webkit-animation: fadeInOut 3s ease-in-out 0s infinite normal both;
}

.in-stock-widget .widget-icon:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  border-radius: 30px;
  position: absolute;
  left: calc(50% - 0.25rem);
  top: calc(50% - 0.25rem);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

span.in-stock-icon:before {
  background: #05AC01;
}

span.in-stock-icon:after {
  background: #048201;
}

span.out-of-stock-icon:before {
  background: #E00000;
}

span.out-of-stock-icon:after {
  background: #D50000;
}

.stock-notification.in-stock p {
  color: #05AC01;
}

.stock-notification.out-of-stock p {
  color: #E00000;
}

@keyframes fadeInOut {
  0% {
      opacity: 10%;
  }

  50% {
      opacity: 40%;
  }

  100% {
      opacity: 10%;
  }
}

/* Info Attribute */
.name_Info_Attribute .attributeTitle {
  display: none;
}

.name_Info_Attribute .attribute-item {
  display: none;
}

.name_Info_Attribute .attributeDescription {
  width: 100%;
}


@media screen and (min-width:1088px) {
  .details-wrapper .product-variant-list .attributes .column {
    width: 50%;
  }
}

@media screen and (max-width:499px) {
  .name_Info_Attribute .columns .column.is-6 {
      width: 100%;
      justify-content: center;
  }
}

/* Mega Edit */
.loadingScreen .loadingLogo::before {
  content: "";
  /* Change the mega edit image here using the same naming structure on CSS  override */
  background: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/ME_Logo.png");
  width: 14rem;
  height: 50%;
  position: absolute;
  top: -4rem;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.loadingScreen .fa-cog,
.addtoBasketScreen .fa-spinner {
  border-right-color: var(--Secondary-color);
}

.loadingScreen .ME_loading_hints ul li {
  border-color: var(--Grey-color);
}

#addToBasketScreenMsg,
.loadingScreen .ME_loading_hints ul li,
.ME_loading_hints ul li::before,
.loadScreenStepIndicator {
  color: var(--White-color) !important;
}

.addtoBasketScreen .addtoBasketScreenContainer>h1::before {
  width: 20rem;
}

.addtoBasketScreen .addtoBasketScreenContainer>h1::before {
  transform: translateX(-5rem);
}

.loadingScreen .loadingSpinner,
.addtoBasketScreen .loadingSpinner {
  position: relative;
  top: 5rem;
}

.loadingScreen .loadingLogo .loadScreenStepIndicator,
.addtoBasketScreen .loadingArea__loadScreenStepIndicator {
  font-size: 1.5rem;
  margin-top: 2rem;
}


.ui-dialog{

  .ui-dialog-titlebar{
    border-bottom: 2px solid var(--Grey-color);
    background-color: var(--Primary-color);

    .ui-dialog-title{
      font-weight: 700;
      color: var(--White-color);
    }
  }

  .ui-button{
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
  }

  .ui-dialog-buttonpane{
    background-color: var(--White-color);
    border-top: none;

    .ui-button.ui-widget:nth-child(2){
    background-color: transparent;
        border: 2px solid var(--Danger-color);
        color: var(--Danger-color);

        &:hover,
        &:focus,
        &:active{
          background-color: var(--Danger-hover-color);
          color: var(--White-color);
        }
    }
  } 
  
}

/* Category Page */
.category-subcategory-section{
  .listWrapper .listItem{
     
    .item-box{
      border-top: none;
    }

    .item-box .sub-category-item .category-title{
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      background-color: var(--Secondary-color);
      color: inherit;
    }
  }
}

/* Basket Page */
input.basketEditButton:not(#deleteCartItem){
  background-color: transparent;
  color: var(--Primary-color);
  border: 1px solid var(--Primary-color);

  &:hover,
  &:focus,
  &:active{
    background-color: var(--Primary-color);
    color: var(--White-color);
  }
}

.dialog{

  .modal-card-head {
    border-bottom: 2px solid var(--Grey-color);
    background-color: var(--Primary-color);

    .modal-card-title{
      color: var(--White-color);
    }
  }

  .modal-card-foot{
    background-color: var(--White-color);
    border-top: 2px solid var(--Grey-color);

    .button.is-light{
      background-color: transparent;
      border: 2px solid var(--Danger-color);
      color: var(--Danger-color);

      &:hover,
      &:focus,
      &:active{
        background-color: var(--Danger-hover-color);
        color: var(--White-color);
      }
    }
  }
}

/*------------------------------------*\
 #CHECKOUT STEPS
\*------------------------------------*/
.one-page-checkout{

  #opc-billing,
  #opc-shipping{
    .advanced-select .item-list {
      background-color: var(--Tertiary-color);

      button{
        color: var(--Black-color);
      }
    }
  }

  /* Delivery Methods */
  #opc-shipping_method .shipping-options {
    background: var(--Background-color-2);

    .shipping-options__list .shipping-option-item label {
      border: 2px solid var(--Grey-color);
      background: transparent;
      
    }

    .shipping-option-item input:checked + label{
      background: var(--Primary-color);
      box-shadow: 0px 4px 12px 0px rgba(31, 28, 25, 0.10);
    }

    .shipping-options__list .shipping-option-item input:checked + label::before {
      color: var(--White-color);
    }


    .shipping-options__list .shipping-option-item input:checked + label::after {
      background: var(--Primary-color);
      color: var(--White-color);
      border-color: var(--White-color);
    }

    .shipping-option-item input:checked + label .ui-button-text{
      color: var(--White-color);
    }
  }
}
/*------------------------------------*\
 #MY ACCOUNT PAGES
\*------------------------------------*/

/*------------------------------------*\
    #TOPIC PAGES
\*------------------------------------*/
/* Template-File */
.template-file-section{

  a.link{
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: baseline;
  }
}

@media  screen and (max-width: 450px) {
  .column:has(.template-file-section){
    overflow-x: auto;
  }
  
}

/* FAQ Accordion */
.accordion-item{
  .button {
    background: transparent;
    color: black;
    font-weight: 500 !important;
    transition: none;

    i.fas {
      padding-right: 1.5rem !important;
      color: black !important;
    }
  }

  &:not(:first-child) {
    border-top: solid 1px rgba(0, 0, 0, 0.3);
  }

  @media screen and (max-width:767px) {
    .button i.fas {
        padding-right: 1rem !important;
    }
  }
}

 .accordion-item.is-active{

  .button {
    margin-bottom: 0;
    color: var(--primary-orange);
    font-weight: bold !important;
  }

  .accordion-content {
    margin-bottom: 1rem;
  }
 }

 /* Homepage Row Order */

 #contentiInnerRow{
  display: flex;
  flex-direction: column;

    .section.order-0{
      order: 0;
    }

    .infigo-slider.order-1,
    .section.order-1{
      order: 1;
    }
 }
