#root {
  --mindspan: #fa8908;
  --primary17: #ffeed8;
  --gray: #3c3737;
  --white: #ffffff;
  --lightOrange: #ffbd59;
}

.flexslider.infigo-slider {
  padding: 24px 32px 0px 32px !important;
  height: 650px !important;
}

.flex-viewport {
  border-radius: 24px !important;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.25);
}

.flex-viewport,
.flex-viewport ul,
.flex-viewport ul li {
  height: 100% !important;
}

.is-header-logo {
  width: 200px !important;
  height: auto !important;
}

#main-nav,
#main-nav .container,
#main-nav .navbar-brand,
#main-nav #main-navbar,
.navbar-dropdown {
  background: #fa8908 !important;
  background-color: #fa8908 !important;
}

.catfish-button.is-white,
.button.is-white {
  background: var(--mindspan);
}

/* HOW TO ORDER SECTION */
.orderImageSection div:first-child {
  padding: 0px !important;
}

#environment-friendly-banner-img,
#select-product-banner-img {
  width: 100%;
  max-height: 100%;
}

#select-product-banner-img,
#select-product-banner-img-mobile {
  margin-bottom: -7px;
}

.header-banner #environment-friendly-banner-img-mobile,
.select-product-banner #select-product-banner-img-mobile-1 {
  display: none;
}

/* HOW TO ORDER SECTION ENDS */

/* --- XXX FOOTER XXX --- */
footer,
footer.has-background-primary {
  background-color: #fa8908 !important;
}

footer .container .is-multiline .column .is-multiline h3 {
  color: #ffffff !important;
}

.catfish-footer {
  color: #ffffff !important;
}
/* --- XXX FOOTER END XXX --- */

.gradient-container {
  width: 300px;
  height: 300px;
  top: 6px;
  left: -100px;
  position: absolute;
  z-index: -1;
}

.gradient-container2 {
  width: 300px;
  height: 300px;
  top: 250px;
  right: -200px;
  position: absolute;
  z-index: -1;
  transform: rotate(90deg);
}

.gradient-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(-180deg, #fa8908 0%, #ffb100 0%, #ff0000 150%);
  box-shadow: 0 20px 60px rgba(102, 126, 234, 0.4);
  opacity: 1; /* Force visible */
}

.categoryCard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff30;
  border: 1px solid #ffffff;
  border-radius: 24px;
  padding: 21px;
  transform: all 1s ease-in-out;
  gap: 4px;
}

.primaryBtn {
  min-width: 50%;
  display: inline-block;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  padding: 2px 16px;
  cursor: pointer;
  border-radius: 24px; /* 1.5rem */
  /* background: linear-gradient(90deg, #fa8908 0%, #ff0000 200%); */
  background: linear-gradient(90deg, #fa8908 50%, #ff0000 500%);
}

.primaryBtn:hover {
  background: linear-gradient(135deg, #fa8908 0%, #ff0000 500%);
}

/* SHINE BUTTON */
.shineButton {
  display: inline-flex;
  min-width: 50%;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 2px 16px;
  background-color: #fa8908;
  border-radius: 24px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  outline: none;
  overflow: hidden;
  font-size: 30px;
}

.icon {
  width: 0;
  height: 0;
  transition: all 0.3s ease-in-out;
}

.shineButton:hover {
  /*  transform: scale(1.05); #fff9 */
  border-color: transparent;
}

.shineButton:hover .icon {
  transform: translate(4px);
  width: 24px;
  height: 24px;
}

.shineButton:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.shineButton::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

/* From Uiverse.io by SteveBloX */
.cardd {
  box-sizing: border-box;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.22);
  background-color: #ffffff30;
  border: 1px solid #ffffff;
  border-radius: 24px;
  padding: 21px;
  backdrop-filter: blur(6px);
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  user-select: none;
  font-weight: bolder;
}

.cardd:hover {
  border: 1px solid black;
  transform: scale(1.05);
}

.cardd:active {
  transform: scale(0.95) rotateZ(1.7deg);
}

.flexslider.infigo-slider .flex-direction-nav a {
  width: 3rem;
  height: 3rem;
  line-height: 1.5 !important;

  background-color: #ffffff !important;
  backdrop-filter: blur(6px);
  border-radius: 9999px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.flexslider.infigo-slider .flex-direction-nav .flex-prev {
  /* left: 45px !important; */
  padding-left: 11px;
}

.flexslider.infigo-slider .flex-direction-nav .flex-next {
  /* right: 45px !important; */
  padding-right: 11px;
}

.flexslider.infigo-slider .flex-direction-nav a:before {
  font-size: 2rem;
  color: #000 !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

/* Animista */
.slide-left {
  -webkit-animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

/* MEDIA QUERY */
@media screen and (max-width: 768px) {
  .flexslider.infigo-slider {
    padding: 12px !important;
    height: 600px !important;
  }

  /* .bgImageBanner1 {
    background-image: url("https://store.printwell.co.uk/-1959316191/Handler/Picture/GU/F/ThemeImages/mindspan_home_banner_1_768.png") !important;
  }
  .bgImageBanner {
    background-image: url("https://store.printwell.co.uk/-1959316191/Handler/Picture/GU/F/ThemeImages/mindspan_home_banner_768.png") !important;
  } */
  .bgImageBanner1 {
    background-image: url("https://store.printwell.co.uk/-1959316191/Handler/Picture/GU/F/ThemeImages/mindspan_slider_1_414_11.jpg") !important;
  }
  .bgImageBanner {
    background-image: url("https://store.printwell.co.uk/-1959316191/Handler/Picture/GU/F/ThemeImages/mindspan_slider_2_414.png") !important;
  }
  .orderImageSection .bgOrderImage img {
    background-image: url("https://store.printwell.co.uk/-1959316191/Handler/Picture/GU/F/ThemeImages/mindspan_products_banner_414.png") !important;
  }
}

@media screen and (max-width: 620px) {
  .flexslider.infigo-slider {
    padding: 12px !important;
    height: 480px !important;
  }

  /* .bgImageBanner1 {
    background-image: url("https://store.printwell.co.uk/-1959316191/Handler/Picture/GU/F/ThemeImages/mindspan_home_banner_1_620.png") !important;
  }
  .bgImageBanner {
    background-image: url("https://store.printwell.co.uk/-1959316191/Handler/Picture/GU/F/ThemeImages/mindspan_home_banner_620.png") !important;
  } */

  .bgImageBanner1 {
    background-image: url("https://store.printwell.co.uk/-1959316191/Handler/Picture/GU/F/ThemeImages/mindspan_slider_1_414_11.jpg") !important;
  }
  .bgImageBanner {
    background-image: url("https://store.printwell.co.uk/-1959316191/Handler/Picture/GU/F/ThemeImages/mindspan_slider_2_414.png") !important;
  }

  .header-banner #environment-friendly-banner-img,
  .select-product-banner #select-product-banner-img {
    display: none;
  }

  .header-banner #environment-friendly-banner-img-mobile,
  .select-product-banner #select-product-banner-img-mobile-1 {
    display: block;
    width: 100%;
    height: 100%;
  }

  .gradient-container {
    width: 150px;
    height: 150px;
    top: 6px;
    left: -100px;
    position: absolute;
    z-index: -1;
  }

  .gradient-container2 {
    width: 150px;
    height: 150px;
    top: 450px;
    right: -100px;
    position: absolute;
    z-index: -1;
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 479px) {
  #main-nav .container .navbar-brand .navbar-item:first-child {
    padding: 0.5rem 0.35rem !important;
  }

  /* .flexslider.infigo-slider .flex-direction-nav a {
    top: calc(50% - 3.15rem);
  }

  .flexslider.infigo-slider .flex-direction-nav .flex-prev {
    left: 1.5rem;
  }

  .flexslider.infigo-slider .flex-direction-nav .flex-next {
    right: 1.5rem;
  } */

  #main-nav .container .navbar-brand .navbar-item a {
    max-width: 140px !important;
    height: auto;
    max-height: 5em;
    padding: 0 6px !important;
  }

  .flexslider.infigo-slider {
    padding: 12px !important;
    height: 350px !important;
  }

  .bgImageBanner1 {
    background-image: url("https://store.printwell.co.uk/-1959316191/Handler/Picture/GU/F/ThemeImages/mindspan_slider_1_414_11.jpg") !important;
  }
  .bgImageBanner {
    background-image: url("https://store.printwell.co.uk/-1959316191/Handler/Picture/GU/F/ThemeImages/mindspan_slider_2_414.png") !important;
  }
  .bgOrderImage img {
    background-image: url("https://store.printwell.co.uk/-1959316191/Handler/Picture/GU/F/ThemeImages/mindspan_products_banner_414.png") !important;
  }

  .shineButton {
    font-size: 22px;
  }

  .is-header-logo {
    width: auto !important;
    height: auto !important;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 100% !important;
  }
}

/*VAT Toggle START*/
.onoffswitch {
  position: relative;
  width: 51px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0.5px solid #000;
  border-radius: 50px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 22px;
  padding: 0;
  line-height: 22px;
  font-size: 12px;
  color: #ffffff;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "VAT";
  padding-left: 5px;
  background-color: rgba(245, 245, 245, 1);
  color: #000000;
}
.onoffswitch-inner:after {
  content: "VAT";
  padding-right: 5px;
  background-color: #3c3737;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 13px;
  margin: 3px;
  background: #ffffff95;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  transition: all 0.3s ease-in 0s;
  box-sizing: content-box;
}
.onoffswitch-switch:after {
  display: block;
  width: 11px;
  margin: 4.5px;
  background: #3c3737;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  transition: all 0.3s ease-in 0s;
  box-sizing: content-box;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  background: #3c373795;
  right: 0px;
  border: 2px solid #000000;
}
@media screen and (max-width: 768px) {
  .onoffswitch {
    margin-left: 8px;
  }
}
/*VAT Toggle END*/
