.block-hero-text-only {
  position: relative;
}

.block-hero-text-only .button-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-block: auto;
  height: 36px;
}

.block-hero-text-only .button-wrapper .btn {
  padding-inline: 20px;
  transition: all 200ms;
  margin: 0;
}

.block-hero-text-only .button-wrapper .btn:not(.active) {
  opacity: 0.3;
}

.block-hero-text-only .button-wrapper .btn:last-child {
  margin-left: 10px;
}

.block-hero-text-only .button-wrapper .btn:hover {
  opacity: 1;
}

.block-hero-text-only .button-wrapper .btn:before {
  display: none;
}

.block-hero-text-only .button-wrapper .btn.active {
  pointer-events: none;
}

.section-seach-posts {
  padding-bottom: 40px;
}

#articles-search.loading {
  pointer-events: none;
  opacity: 0.5;
}

@keyframes add_to_cart_loading {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.single-product .single_add_to_cart_button:after {
  content: "";
  background-image: url(../img/SVG-icons/ils-loader.svg);
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  filter: invert(1);
  display: none;
  animation: add_to_cart_loading 2s linear infinite;
}

.single-product .single_add_to_cart_button.loading {
  pointer-events: none;
}

.single-product .single_add_to_cart_button.loading:before {
  display: none;
}

.single-product .single_add_to_cart_button.loading:after {
  display: block !important;
}

.add-to-cart-modal-wrap {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}

.add-to-cart-modal {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 776px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  padding: 40px;
  margin: auto;
  display: flex;
  top: 30vh;
  align-items: center;
}

.add-to-cart-modal .right {
  padding-left: 20px;
}

.add-to-cart-modal img {
  max-width: 255px;
}

.add-to-cart-modal h4 {
  color: #17920f;
  font-size: 18px;
  transition: all 200ms;
}

.add-to-cart-modal h3 {
  color: #202324;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
}

.add-to-cart-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  transition: 200ms all;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.add-to-cart-modal .close:hover {
  opacity: 0.5;
}

.add-to-cart-modal .close:before,
.add-to-cart-modal .close:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #202324;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

.add-to-cart-modal .close:after {
  transform: rotate(-45deg);
}

.add-to-cart-modal .quantity {
  display: flex;
  gap: 5px;
  position: relative;
  max-width: 180px;
}

.add-to-cart-modal .quantity:after {
  content: "";
  background-image: url(../img/SVG-icons/ils-loader.svg);
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  display: none;
  animation: add_to_cart_loading 2s linear infinite;
}

.add-to-cart-modal .quantity input {
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background-color: #f6f6f6;
  height: 40px;
  margin: 0;
  padding: 0;
  width: 40px;
  padding-bottom: 5px;
}

.add-to-cart-modal .button-wrap {
  display: flex;
  padding-top: 20px;
}

.add-to-cart-modal .button-wrap .right {
  padding: 0;
  margin-left: auto;
  display: flex;
}

.add-to-cart-modal .button-wrap .btn {
  font-size: 12px;
  padding-block: 0px;
  height: 35px;
  line-height: 32px;
  padding-inline: 20px 40px;
}

.add-to-cart-modal .button-wrap .btn:before {
  right: 15px;
}

.add-to-cart-modal .button-wrap .btn.left-arrow {
  padding-left: 40px;
  padding-right: 20px;
}

.add-to-cart-modal .button-wrap .btn.left-arrow:before {
  right: unset;
  left: 15px;
  transform: rotate(180deg);
}

.add-to-cart-modal .button-wrap .btn.no-arrow {
  padding-inline: 20px;
}

.add-to-cart-modal .button-wrap .btn.no-arrow:before {
  display: none;
}

.add-to-cart-modal.loading h4 {
  opacity: 0;
}

.add-to-cart-modal.loading .quantity {
  pointer-events: none;
}

.add-to-cart-modal.loading .quantity input {
  opacity: 0.5;
}

.add-to-cart-modal.loading .quantity:after {
  display: block;
}

.add-to-cart-modal.loading .close {
  pointer-events: none;
  opacity: 0.3;
}

@media (min-width: 1300px) {

  .site-header .block-header-main .primary-menu li:first-child button.nav-title::before,
  .site-header .block-header-main .primary-menu li:first-child button.nav-title::after {
    display: none;
  }

  .component-dept-nav {
    height: 100% !important;
    overflow-y: unset;
  }

  .component-dept-nav .dept-btn {
    padding-left: 10px;
    margin-left: -10px;
  }

  .header-shop-menu {
    max-width: 100%;
    width: 100%;
    border: 0;
  }

  .header-shop-menu .menu-departments {
    width: 320px;
  }

  .header-shop-menu .menu-departments .fixed-sidebar-header {
    padding-left: 0;
  }

  .header-shop-menu .menu-categories {
    border-radius: 10px;
    padding: 5px 40px 40px;
    background: #f6f6f5;
    margin-top: 20px;
    margin-left: -10px;
    position: relative;
  }

  .header-shop-menu .department-link {
    font-size: 28px;
    padding-block: 20px;
    position: relative;
  }

  .header-shop-menu .department-link a.btn {
    margin: 0;
    position: absolute;
    right: 0;
    line-height: 32px;
    height: 32px;
    font-size: 12px;
    border: 0;
    color: #fff;
    font-weight: 400;
    top: 0;
    bottom: 0;
    margin-block: auto;
  }

  .header-shop-menu .category-item:nth-child(-n+2) {
    border-top-color: #e5e5e5;
  }

  .header-shop-menu .category-item {
    width: 50%;
    margin-right: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 0;
  }

  .header-shop-menu .category-item a {
    padding-block: 13px;
  }

  .header-shop-menu .category-item img {
    width: 107px;
    height: 107px;
    border-radius: 10px;
    padding: 5px;
    background-color: #fff;
  }

  .header-shop-menu .category-item .category-title {
    font-size: 20px;
    font-weight: 400;
    margin-left: 20px;
  }

  .header-shop-menu .category-item .category-title span {
    display: inline-block;
    color: #161f4f;
    background-color: #bde2f9;
    border-radius: 10px;
    padding-inline: 10px;
    min-width: 40px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
  }

  .header-shop-menu .mega-menu-close {
    background-color: #000;
    color: #fff !important;
    border-color: #000;
    position: absolute;
    margin: 0;
    bottom: 20px;
    right: 20px;
  }

  .header-shop-menu .mega-menu-close:hover {
    background-color: #333;
  }

  .mega-menu-bg {
    display: none;
  }

  .mega-menu-active #page-content {
    position: relative;
  }

  .mega-menu-active #page-content>.mega-menu-bg {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: attr(data-height);
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    display: block;
    transition: 200ms all;
  }
}

@media (max-width: 1300px) {
  .header-shop-menu {
    overflow: auto;
    max-width: 100%;
    width: 100%;
  }

  .header-shop-menu .category-item .category-title span {
    display: inline-block;
    color: #161f4f;
    background-color: #bde2f9;
    border-radius: 10px;
    padding-inline: 10px;
    min-width: 40px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
  }

  .header-shop-menu .menu-categories {
    overflow: auto;
    max-width: 100%;
    width: 100%;
  }

  .header-shop-menu .mega-menu-close {
    display: none;
  }
}

@media (max-width: 1299px) {
  .block-hero-text-only .button-wrapper {
    position: relative;
    text-align: center;
    padding-top: 25px;
  }
}

@media (max-width: 840px) {
  .add-to-cart-modal {
    max-width: 300px;
    padding: 20px;
    display: block;
    text-align: center;
    top: 10vh;
  }

  .add-to-cart-modal h3 {
    font-size: 21px;
  }

  .add-to-cart-modal .right {
    padding: 0;
  }

  .add-to-cart-modal .quantity {
    max-width: 100%;
    margin: unset;
    justify-content: center;
  }

  .add-to-cart-modal .button-wrap {
    display: block;
  }

  .add-to-cart-modal .button-wrap .btn {
    width: 100%;
    padding-inline: 20px !important;
  }

  .add-to-cart-modal .button-wrap .btn:not(first-child) {
    margin-top: 10px;
  }

  .add-to-cart-modal .button-wrap .right {
    display: block;
  }
}

.block-hero-department .shop-hero-search {
  display: none;
}

/* ils kids */
body.page-id-291995 .lp-section-testimonials .slick-track {
  display: flex !important
}

body.page-id-291995 .lp-section-testimonials .sl {
  display: flex
}

body.page-id-291995 .section-lp-contact .section-lp-contact__eff {
  opacity: .15
}

body.page-id-291995 .lp-section-hero__eff {
  width: 600px;
  left: 51%;
  opacity: .1;
  top: 41%
}

body.page-id-291995 .lp-section-category__head {
  padding-bottom: 50px
}

body.page-id-291995 .lp-section-hero__media .llp-block {
  /*border-radius: 10px 30px;*/
  border-radius: 5px 5px;
  padding-left: 10px
}

body.page-id-291995 .lp-section-hero__txt h1 {
  font-size: 60px;
  margin-top: 50px
}

body.page-id-291995 .lp-section-hero__txt {
  max-width: 710px
}

body.page-id-291995 .lp-section-hero__media img {
  width: unset;
  top: 175px
}

body.page-id-291995 .section-equip__media figure::before,
body.page-id-291995 .section-equip__media figure img {
  clip-path: url(#rounded-parallelogram);
}

@media(max-width: 1450px) {
  body.page-id-291995 .lp-section-hero__txt {
    left: 0
  }
}

@media(max-width: 1299px) {
  body.page-id-291995 .lp-section-hero__media .llp-block {
    top: 30px
  }

  body.page-id-291995 .lp-section-hero__media img {
    width: 500px;
    top: 240px
  }
}

@media(max-width: 1024px) {
  body.page-id-291995 .lp-section-hero__txt {
    max-width: 600px;
    padding-top: 20px;
    padding-bottom: 50px
  }

  body.page-id-291995 .lp-section-hero {
    padding-top: 20px
  }

  body.page-id-291995 .lp-section-hero__txt h1 {
    font-size: 50px
  }

  body.page-id-291995 .lp-section-hero__txt h4 {
    font-size: 24px
  }

  body.page-id-291995 .lp-section-hero__media img {
    width: 420px;
    top: 210px;
    margin: 0;
    right: -70px;
    left: unset;
    z-index: -1
  }

  body.page-id-291995 .lp-section-peadteam {
    padding-top: 60px
  }
}

@media(max-width: 900px) {
  body.page-id-291995 .lp-section-hero__media {
    position: static;
    text-align: center;
    padding-bottom: 120px
  }

  body.page-id-291995 .lp-section-hero__media img {
    position: static;
    max-width: 100%;
    width: unset;
    transform: unset;
    margin-inline: auto
  }

  body.page-id-291995 .lp-section-hero__txt {
    max-width: 100%;
    position: static
  }

  body.page-id-291995 .lp-section-hero .row {
    display: block
  }

  body.page-id-291995 .lp-section-peadteam {
    padding-top: 40px
  }

  body.page-id-291995 .lp-section-hero .btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: fit-content;
    margin-inline: auto;
    display: block
  }

  body.page-id-291995 .lp-section-hero__eff {
    left: unset;
    top: unset;
    transform: unset;
    bottom: 0;
    right: 0;
    width: 100%
  }
}

@media(max-width: 768px) {
  body.page-id-291995 .lp-section-category__head {
    padding-bottom: 0
  }
}

/* end ils kids */


.cart_actions .coupon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart_actions .coupon label {
  margin-bottom: 0;
}

body.woocommerce-page.woocommerce-cart table.cart td.actions .btn-outline.small {
  margin-top: 0;
}

body.woocommerce-page.woocommerce-cart table.cart td.actions .input-text {
  height: 36px;
  padding: 8px 8px 12px;
}

@media(max-width: 767px) {
  .cart_actions .coupon {
    padding: 15px !important;
    display: block;
  }

  .cart_actions .coupon label {
    text-align: left;
    margin-bottom: 5px;
    font-weight: 700;
  }

  body.woocommerce-page.woocommerce-cart table.cart td.actions .input-text {
    width: 100%;
    margin-bottom: 5px;
  }

  body.woocommerce-page.woocommerce-cart table.cart td.actions .btn-outline.small {
    width: 100%;
  }
}

/*hide for now filter attributes for wheelchair and price*/
body.term-232 .shop-category-filter div#wpfBlock_11,
body.term-232 .shop-category-filter div#wpfBlock_12,
body.term-232 .shop-category-filter div#wpfBlock_24,
body.term-232 .shop-category-filter div#wpfBlock_25,
body.term-232 .shop-category-filter div#wpfBlock_13,
body.term-232 .shop-category-filter div#wpfBlock_14,
body.term-232 .shop-category-filter div#wpfBlock_16,
body.term-232 .shop-category-filter div#wpfBlock_17,
body.term-232 .shop-category-filter div#wpfBlock_26,
body.term-232 .shop-category-filter div#wpfBlock_27,
body.term-232 .shop-category-filter div#wpfBlock_30,
body.term-232 .shop-category-filter div#wpfBlock_31 {
  display: none;
}

.wpfMainWrapper #wpfBlock_2 {
  display: none;
}

body.term-888 .shop-category-filter div#wpfBlock_16,
body.term-888 .shop-category-filter div#wpfBlock_17,
body.term-888 .shop-category-filter div#wpfBlock_18,
body.term-888 .shop-category-filter div#wpfBlock_19,
body.term-888 .shop-category-filter div#wpfBlock_20,
body.term-249 .shop-category-filter div#wpfBlock_16,
body.term-249 .shop-category-filter div#wpfBlock_17,
body.term-249 .shop-category-filter div#wpfBlock_18,
body.term-249 .shop-category-filter div#wpfBlock_19,
body.term-249 .shop-category-filter div#wpfBlock_20,
body.term-1816 .shop-category-filter div#wpfBlock_16,
body.term-1816 .shop-category-filter div#wpfBlock_17,
body.term-1816 .shop-category-filter div#wpfBlock_18,
body.term-1816 .shop-category-filter div#wpfBlock_19,
body.term-1816 .shop-category-filter div#wpfBlock_20,
body.term-260 .shop-category-filter div#wpfBlock_16,
body.term-1226 .shop-category-filter div#wpfBlock_16 {
  display: none;
}

body.term-358 .shop-category-filter #wpfBlock_1 li[data-term-slug="ils-adl"],
body.term-358 .shop-category-filter #wpfBlock_1 li[data-term-slug="pride"] {
  display: none;
}

/*scooters category page */
body.term-358 .shop-category-filter div#wpfBlock_5,
body.term-358 .shop-category-filter div#wpfBlock_8,
body.term-358 .shop-category-filter div#wpfBlock_9,
body.term-358 .shop-category-filter div#wpfBlock_10 {
  display: none;
}

/*lift chairs category page */
body.term-272 .shop-category-filter div#wpfBlock_17,
body.term-272 .shop-category-filter #wpfBlock_1 li[data-term-slug="able-life"],
body.term-272 .shop-category-filter #wpfBlock_1 li[data-term-slug="care-quip"] {
  display: none;
}

body.term-351 .shop-category-filter #wpfBlock_1 li[data-term-slug="permobil"],
body.term-351 .shop-category-filter #wpfBlock_1 li[data-term-slug="quantum"],
body.term-351 .shop-category-filter div#wpfBlock_11,
body.term-351 .shop-category-filter div#wpfBlock_12,
body.term-1226 .shop-category-filter div#wpfBlock_32,
body.term-1226 .shop-category-filter div#wpfBlock_33,
body.term-1220 .shop-category-filter div#wpfBlock_21,
body.term-1220 .shop-category-filter div#wpfBlock_22,
body.term-1220 .shop-category-filter div#wpfBlock_24,
body.term-1225 .shop-category-filter div#wpfBlock_21,
body.term-1225 .shop-category-filter div#wpfBlock_22,
body.term-1221 .shop-category-filter div#wpfBlock_21,
body.term-1829 .shop-category-filter div#wpfBlock_21,
body.term-1829 .shop-category-filter div#wpfBlock_22,
body.term-224 .shop-category-filter div#wpfBlock_26,
body.term-224 .shop-category-filter div#wpfBlock_27 {
  display: none;
}

body.term-1957 .shop-category-filter div#wpfBlock_25,
body.term-1247 .shop-category-filter div#wpfBlock_25,
body.term-1245 .shop-category-filter div#wpfBlock_25,
body.term-1959 .shop-category-filter div#wpfBlock_25,
body.term-1960 .shop-category-filter div#wpfBlock_25 {
  display: none;
}

/*body.term-1816 .shop-category-filter div#wpfBlock_3,
body.term-888 .shop-category-filter div#wpfBlock_3,
body.term-249 .shop-category-filter div#wpfBlock_3{
  display:none;
}*/
body.term-1247 .shop-category-filter div#wpfBlock_17,
body.term-284 .shop-category-filter div#wpfBlock_25,
body.term-920 .shop-category-filter div#wpfBlock_25,
body.term-1958 .shop-category-filter div#wpfBlock_25,
body.term-907 .shop-category-filter div#wpfBlock_3,
body.term-907 .shop-category-filter div#wpfBlock_25,
body.term-1960 .shop-category-filter div#wpfBlock_17 {
  /*try remove device type in backend? maybe try remove price in backend also?*/
  display: none;
}

.trial-landing {
  color: #001b54;
}


/* trial landing page */
.trial-landing .wrapper section .container {
  max-width: 1270px;
  padding: 0 12px;
}

/* Banner Section */
.banner {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 600px;
  position: relative;
  background-position: center;
}

.banner:after {
  content: "";
  position: absolute;
  display: block;
  height: 295px;
  width: 580px;
  background: url('../img/banner-Union.png');
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  background-position: bottom;
}

.banner .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.banner-text {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 82px;
  position: relative;
  z-index: 1;

}

.banner-text:before {
  transform: skewX(-23deg);
  background-color: #EAF6FE;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 1400px;
  z-index: -1;
  left: -100%;
  top: -1px;
  border-bottom-right-radius: 15px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.banner-text:after {
  background-color: #EAF6FE;
  content: "";
  position: absolute;
  display: block;
  height: 50%;
  width: 50%;
  z-index: -1;
  left: -43px;
  top: -1px;
}



.banner h1 {
  font-size: 58px;
  line-height: 110%;
  letter-spacing: -2.32px;
  margin-bottom: 24px;
}

.banner p {
  max-width: 619px;
}

.banner-image {
  width: 40%;
}

.banner-image img {
  max-width: 100%;
  border-radius: 8px;
}

.below-banner {
  background: #EAF6FE;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.below-banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  z-index: 2;
}

.below-banner-text {
  font-size: 24px;
  margin-right: 20px;
  font-weight: 700;
  letter-spacing: -0.96px;

}

.below-banner .trial-cta-button {
  background-color: #122053;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease;
}

.trial-cta-button:hover {
  background-color: #009BE0 !important;
  color: #fff !important;
}

.below-banner-content svg {
  margin-left: 10px;
}

.below-banner:before {
  background-image: url('https://ilsau.com.au/wp-content/uploads/2025/06/trial-logo-bg-1.png');
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 200px;
  left: 115px;
  top: 0px;
  background-repeat: no-repeat;
  z-index: 2;
}

.mobile-banner {
  display: none;
}

/* Trial Methods Section */
.trial-methods {
  padding: 80px 20px;
  /*text-align: center;*/
}

.trial-methods h2 {
  margin-bottom: 30px;
  letter-spacing: -1.52px;
  font-size: 38px;
  line-height: 1;
}

.trial-heading p {
  color: #161f4f;
}


.trial-options {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.trial-option {
  background-color: #EAF6FE;
  padding: 0 20px 26px 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  flex: 1 1 50%;
  max-width: 50%;

}

.trial-image {
  max-height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.trial-image svg {
  width: 100%;
  height: auto;
  display: block;
}

.trial-option h3 {
  font-size: 32px;
}


.trial-option ul {
  list-style-type: none;
  text-align: left;
  margin-top: 20px;
  padding: 0;
}

.trial-option ul li {
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 2px;
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
}

.trial-option a.button {
  position: relative;
  left: -15px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 0;
  padding: 18px 0px;
  min-width: 246px;
  margin-top: 20px;
  background-color: transparent;
  border: 0;
  z-index: 1;
  letter-spacing: -0.36px;


}

.trial-option a.button:before {
  transform: skewX(-23deg);
  background-color: #009BE0;
  content: "";
  position: absolute;
  display: block;
  height: 45px;
  width: 297px;
  z-index: -1;
  left: -43px;
  top: 5px;
  border-radius: 9px;
  transition: all 0.3s ease;
}

.trial-heading {
  margin-bottom: 40px;
  text-align: center;
}

.trial-option a.button svg {
  margin-left: 7px;
}

.trial-option a.button:hover {
  color: #fff;

}

.trial-option a.button:hover:before {
  background-color: #161f4f;

}

.trial-buttons {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.trial-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 0px;
  font-size: 16px;
  background-color: white;
  color: #456271;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 10px;
  width: 200px;
  border-radius: 8px;
  border: 1px solid #DADEE0;
}

.trial-button:nth-child(1) {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.trial-button:nth-child(2) {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.trial-button .trial-icon {
  font-size: 1.2rem;
}

.trial-button:hover,
.trial-button.active {
  background-color: #009BE0;
  color: white;
}

.home-trial-button {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #dadee0;
}

.showroom-trial-button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #dadee0;
  border-left: 0;
}

/* Equipment Types Section */
.equipment-types {
  background-color: var(--white);
  padding: 0 20px 80px;
  text-align: center;
}

.equipment-types h2 {
  font-size: 38px;
  letter-spacing: -1.52px;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.equipment-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #EAF6FE;
  padding: 24px;
  border-radius: 10px;
}

.equipment-item span div:nth-child(2) {
  color: #DE0004;
}

.equipment-item span {
  font-weight: 700;
  font-size: 20px;
  display: flex;
}

.equipment-item .equipment-item-icon {
  margin-bottom: 10px;
  height: 100px;
  display: flex;
  align-items: center;
}

.equipment-types .trial-cta-button {
  margin-top: 20px;
}

.equipment-bottom-text {
  margin-top: 20px;
  font-weight: 700;
}

required {
  color: #DE0004;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: grid;
  position: relative;
}

/*.tab-content svg.slide-arrow-svg{
  display:none;
}*/
.equipment-item span {
  position: relative;
}

.equipment-item.patient-transfer-hoists-amp-slings span .asterisk {
  position: absolute;
  right: 85px;
  bottom: 0;
}

/* Trial Program Styles */
.trial-program {
  background-color: #EAF6FE;
  padding: 60px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.trial-program-header {
  text-align: center;
  margin-bottom: 50px;
}

.trial-program-header h2 {
  font-size: 38px;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: -1.52px;
  font-family: Moderat;
}

.trial-program-header p {
  color: #456271;
  max-width: 350px;
  margin: 0 auto;
  line-height: 1.5;
}

.trial-program {
  background-color: #EAF6FE;
  padding: 60px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.trial-program-header {
  text-align: center;
  margin-bottom: 50px;
}

.trial-program-header h2 {
  font-size: 38px;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: -1.52px;
  font-family: Moderat;
}

.trial-program-header p {
  color: #001b54;
  max-width: 350px;
  margin: 0 auto;
  line-height: 1.5;
}

/* Progress Indicator */
.progress-indicator {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
}

/* Progress Indicator */
.progress-indicator {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
}

/* Progress indicator animations */
.progress-line {
  height: 2px;
  background: #7BC5E9;
  /* Light blue base color */
  position: absolute;
  left: 24px;
  top: 24px;
  width: calc(100% - 48px);
  /* Full width by default */
  transition: all 3.5s ease-in-out;
  /* Slower transition */
  overflow: hidden;
}

.progress-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  /* Starts at 0% */
  background: #0C93D4;
  /* Dark blue color for the animated portion */
  transition: width 3.5s ease-in-out;
  /* Slower animation */
}

.progress-line.animate-progress::before {
  width: 100%;
  /* Animates to 100% */
}

.progress-circles .circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: rgba(0, 155, 224, 0.50);
  background-color: #EAF6FE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: all 0.5s ease;
  opacity: 1;
  transform: scale(1);
  border: 1.5px solid rgba(0, 155, 224, 0.50);
  font-family: Moderat;
}

.progress-circles .circle.active {
  background-color: #009BE0;
  color: white;
  opacity: 1;
  transform: scale(1);
  border-color: #009BE0;
}

.progress-circles {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}

/* Step card animations */
.steps-content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.step-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  transition: all 0.5s ease;
  /* Match timing with circle animations */
  opacity: 0.5;
  /* Slightly visible by default */
  transform: translateY(10px);
  border: 2px solid transparent;
  flex-direction: column;
  gap: 24px;
  flex: 1 1 calc(20% - 40px);
  max-width: 20%;
  min-width: calc(20% - 40px);
}


.step-card.animate-in {
  opacity: 1;
  transform: translateY(0);
  border-color: #009BE0;
}



.step-icon {
  width: auto;
  height: 40px;
}


.step-content {
  flex: 1;
}

.step-number {
  color: #456271;
  margin-bottom: 5px;
  font-family: Moderat;
}

.step-card h3 {
  margin: 0 0 10px;
  line-height: 1.2;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -1.2px;
  font-family: Moderat;
}

.step-card p {
  margin: 0;
  font-family: Moderat;
}



.trial-program-steps {
  position: relative;
  padding: 30px 0;
}

.below-trial-program-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  z-index: 2;
}

.below-trial-program-text {
  font-size: 24px;
  margin-right: 20px;
  font-weight: 700;
  letter-spacing: -0.96px;
}

.below-trial-program-steps .trial-cta-button {
  background-color: #122053;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease;
}

.below-trial-program-content svg {
  margin-left: 5px;
  margin-top: 3px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .step-card h3 {
    font-size: 30px;
  }
}

/* Responsive Styles */
@media (max-width: 992px) {
  .trial-program-steps {
    display: flex;
  }

  .progress-indicator {
    margin: 0;
  }

  .steps-content {
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 1;
  }

  .step-card {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 0;
  }

  .progress-circles {
    flex-direction: column;
    height: 87%;
    padding-right: 20px;
  }

  .progress-line {
    width: 2px;
    height: 85%;
  }

  .trial-program .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .trial-program-header {
    margin-bottom: 0;
  }

  .trial-option {
    flex: 1 1 100%;
    max-width: 100%;
  }
}



/* Support Promise Section */
.support-promise {
  padding-top: 80px;
  padding-bottom: 80px;
}

.support-container {
  width: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 525px;
  position: relative;
  border-radius: 16px;
}


.support-content {
  flex: 1;
  position: absolute;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  right: 136px;
  top: 50%;
  padding-left: 25px;
  transform: translateY(-50%);
}

.support-content:before {
  background-color: #EAF6FE;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 435px;
  left: -72px;
  top: 5px;
  border-radius: 15px;
  z-index: -1;
  transform: skewX(-18deg);
}

.support-content:after {
  background-color: #EAF6FE;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 200px;
  left: 225px;
  top: 5px;
  border-radius: 15px;
  z-index: -1;
}

.support-image {
  flex: 1;
}

.support-image img {
  max-width: 100%;
  border-radius: 10px;
}

.support-content ul {
  list-style-type: none;
  margin: 20px 0;
  padding-left: 0;
}

.support-content ul li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 23px;
}

.support-content ul li:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/SVG-icons/Checklist.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 17px;
  left: 0;
  top: 4px;
}

.support-promise .equipment-item {
  align-items: flex-start;

}

.equipment-item h4 {
  font-size: 24px;
}

/* FAQ Section */
.trial-faq {
  /*background-color: var(--light-blue);*/

  padding: 50px 20px;
}

.trial-faq-container {
  background-color: var(--light-blue);
  border-radius: 15px;
  padding: 40px;
}

.trial-faq h2 {
  text-align: center;
}

.trial-faq .accordion-block {
  padding: 0;
  border: 0;
}

.trial-faq .accordion-block .accordion-item:first-child {
  border: 0;
  margin-top: 30px;
}

.trial-faq .accordion-block .accordion-item {
  border: 0;
  border-top: 1px solid rgba(22, 31, 79, 0.20);
}

.trial-faq .accordion-block .accordion-item .accordion-item-head .accordion-header-block:before {
  transform: rotate(180deg);
}

.trial-faq .accordion-block .accordion-item:last-child {
  border-bottom: 0;
}

.trial-faq .accordion-item-body {
  padding-block: 10px 40px;
}

.view-faqs-container {
  text-align: center;
}

.view-faqs-container .trial-cta-button {
  background-color: #161f4f;
  color: #fff;
  margin-top: 20px;
}

.trial-landing .section-accordion.alternate-layout {
  padding: 0;
}

.section-accordion.alternate-layout .section-body {
  background: #EAF6FE;
  border-radius: 16px;
  padding: 48px;
}

.accordion-heading {
  text-align: center;
}

.accordion-heading h2 {
  letter-spacing: -1.52px;
  font-size: 38px;
}

.alternate-layout .accordion-block {
  border: 0;
  padding: 0;
}

.alternate-layout .accordion-block .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(22, 31, 79, 0.20) !important;
}

.alternate-layout .accordion-block .accordion-item h4 {
  font-size: 16px;
}

.accordion-cta {
  padding: 40px 0 0;
  text-align: center;
}

.accordion-cta .trial-cta-button {
  margin-top: 16px;
}

/* Find Technology Section */
.find-technology {
  padding: 180px 20px 50px;
}

.row.find-technology-row {
  border-radius: 24px;
  background: #479DD7;
  color: #fff;
  position: relative;
  padding: 30px;
  height: 444px;
  margin-right: 0;
  margin-left: 0;
}

.find-technology-row img.ft-image {
  position: absolute;
  left: 15px;
  bottom: -30px;
  z-index: 2;
  max-width: 440px;
}

.find-technology-row .second-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 2;
}

.find-technology h2 {
  margin-bottom: 20px;
  font-size: 58px;
  line-height: 110%;
}

.find-technology-content p {
  margin-bottom: 30px;
}

.find-technology .button-group {
  display: flex;
  gap: 10px;
}

.find-technology .ft-bg {
  position: relative;
  left: 278px;
  z-index: 1;
  object-fit: scale-down;
  width: 361px;
  top: 65px;
}

/* CTA Button */
.trial-cta-button {
  display: inline-block;
  background-color: #161f4f;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid #161f4f;
}

.trial-cta-button:hover {
  background-color: #EAF6FE;
  color: #161f4f;
  border-color: #EAF6FE;
}

/* Responsive Design */


@media screen and (max-width:1300px) {
  .banner-text:before {
    width: 1200px;
  }

  .banner {
    height: 500px;
    background-position: 50%
  }

  .banner h1 {
    font-size: 45px;
  }

}

@media screen and (max-width: 1024px) {
  .equipment-item.patient-transfer-hoists-amp-slings span .asterisk {
    right: 2px;
  }

  .equipment-item.beds-amp-accessories span .asterisk,
  .equipment-item.paediatric-equipment span .asterisk {
    position: absolute;
    bottom: 0;

  }

  .equipment-item.beds-amp-accessories span .asterisk {
    right: 22px;
  }

  .equipment-item.paediatric-equipment span .asterisk {
    right: 27px;
  }


}

@media screen and (max-width: 1023px) {

  .process-steps {
    flex-direction: column;
    align-items: center;
  }

  .equipment-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .support-promise {
    flex-direction: column;
  }

  .find-technology-row img.ft-image {
    max-width: 420px;
  }

  .find-technology h2 {
    font-size: 40px;
  }

  .find-technology .button-group {
    flex-direction: column;
  }

  .trial-cta-button {
    text-align: center;
  }
}

@media screen and (max-width: 990px) {
  .banner .container {
    padding: 0 !important;
  }

  .banner-text:before,
  .banner-text:after {
    display: none;
  }

  .banner-text {
    width: 100%;
    padding: 40px;
  }

  .banner p {
    width: 100%;
    margin-top: 20px;
  }

  .mobile-banner {
    display: block;
  }

  .mobile-banner img {
    width: 100%;
  }

  .banner {
    height: unset;
    background-image: none !important;
    background: #EAF6FE;
  }

  .banner:after {
    width: 295px;
  }

  .trial-options {
    flex-direction: column;
  }

  .trial-option>img {
    width: 100%;
  }

  .support-promise {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .support-promise .container {
    padding: 0 20px !important;
  }

  .support-container {
    padding: 25px;
    height: auto;
  }

  .support-content:before,
  .support-content:after {
    display: none;
  }

  .support-content {
    border-radius: 16px;
    background: #E6F2FB;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    transform: none;
  }

  .find-technology-row img.ft-image {
    left: -58px;
  }

  .section-accordion.alternate-layout .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .find-technology {
    padding: 50px 15px;
  }

  .equipment-item.patient-transfer-hoists-amp-slings span .asterisk,
  .equipment-item.paediatric-equipment span .asterisk,
  .equipment-item.beds-amp-accessories span .asterisk {
    position: static;
  }

}

@media screen and (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
  }

  .process-step {
    width: 100%;
    max-width: 400px;
  }


  .below-banner-content,
  .below-trial-program-content {
    flex-direction: column;
    text-align: center;
  }

  .below-banner-text,
  .below-trial-program-text {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .find-technology {
    padding-top: 50px;
  }

  .find-technology-row img.ft-image {
    left: auto;
    bottom: -30px;
    position: relative;
    width: 100%;
  }

  .row.find-technology-row {
    height: auto;
    flex-direction: column;
  }

  .find-technology .ft-bg {
    top: 65px;
    position: absolute;
    left: auto;
    right: -100px;
  }

  .find-technology-row .second-col,
  .find-technology-row .first-col {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .find-technology-row .second-col {
    order: 1;
  }

  .find-technology-row .first-col {
    order: 2;
  }

  .equipment-item.patient-transfer-hoists-amp-slings span .asterisk {
    position: absolute;
    right: 109px;
  }

}

@media screen and (max-width: 640px) {
  .trial-heading p br {
    display: none;
  }

  .equipment-types {
    padding-top: 0;
  }

  .section-accordion.alternate-layout .section-body {
    padding: 40px 20px;
  }

  .trial-program {
    padding: 40px 0;
  }

  .mobile-banner img {
    height: 300px;
    object-fit: cover;
    object-position: right;
  }

  .banner:after {
    width: 182px;
  }
}

@media screen and (max-width: 480px) {

  .banner h1 {
    font-size: 40px;
  }

  .trial-program-header h2 {
    line-height: 120%;
    font-size: 34px;
    max-width: 300px;
    margin: 0 auto 10px;
  }

  .banner-text,
  .trial-methods {
    padding: 40px 20px;
  }

  .trial-methods .container,
  .find-technology .container {
    padding: 0 !important;
  }

  .equipment-grid {
    display: block;
  }

  .equipment-grid .slick-dots,
  .equipment-grid .slick-arrow {
    /*display: none !important;*/
  }

  .tab-content.active {
    display: flex;
    flex-direction: column;
  }

  .equipment-grid .slick-track {
    display: flex;
  }

  .slick-initialized .slick-slide.equipment-item {
    display: flex;
    /*height: auto;*/
    justify-content: center;
    height: 200px;
  }

  .equipment-types .container {
    padding: 0 !important;
  }

  .equipment-grid {
    margin-right: -25px;
  }

  .equipment-grid .slick-list {
    padding-left: 0 !important;
  }

  .equipment-grid .slick-track {
    display: flex;
    gap: 10px;
  }

  .support-promise .trial-cta-button {
    width: 100%;
    padding: 12px;
  }

  .equipment-item.patient-transfer-hoists-amp-slings span .asterisk {
    position: static;
  }

  .equipment-types>h2+p>br {
    display: none;
  }

  /*.tab-content svg.slide-arrow-svg{
    position: absolute;
    right: 30px;
    bottom: 85px;
    display:block;
    width: 20px;
    height: 20px;
  }*/
}

@media screen and (max-width: 375px) {
  .find-technology .trial-cta-button {
    font-size: 14.9px;
  }
}

#variation-price.variation-price-custom ins {
  font-size: 35px;
  text-decoration: none;
  font-weight: bold;
}

.product-on-special .single_variation_wrap .woocommerce-variation-price .price {
  display: none;
}

.woocommerce form .form-row .select2-container .select2-selection {
  padding-right: 30px;
}

.woocommerce form .ordering_info_container .form-row .select2-container .select2-selection,
.woocommerce form .form-row.wchau-source .select2-container .select2-selection {
  padding-right: 30px;
  padding-top: 5px;
}

label.wpfSrOnly {
  display: none !important;
}

body.postid-311712.woocommerce.single-product #bundle-copy .product.bundled_product_summary,
body.postid-311712 #bundle-copy .slick-slider .slick-track {
  width: 440px !important;
}

body.postid-101332.woocommerce.single-product #bundle-copy .product.bundled_product_summary,
body.postid-101332 #bundle-copy .slick-slider .slick-track,
body.postid-101036.woocommerce.single-product #bundle-copy .product.bundled_product_summary,
body.postid-101036 #bundle-copy .slick-slider .slick-track

/*.woocommerce.single-product #bundle-copy .product.bundled_product_summary,
.woocommerce.single-product #bundle-copy .slick-slider .slick-track*/
  {
  width: 200px !important;
}

body.woocommerce-page.woocommerce .section-product-detail .product-detail-block .summary .woocommerce-product-details__short-description h5 {
  text-align: left;
}

body.single-product .yith-wcwl-add-to-wishlist {
  float: none;
}

.bundled_product_summary .bundled_product_title a.bundled_product_permalink {
  display: unset !important;
}

.header-main-right .btn-checkout {
  display: none;
}

a.nav-title.trial-requests {
  color: #009BE0;
}

a.nav-title.trial-requests:hover {
  color: #161f4f;
}

.dropdown-menu.dropdown-menu-center.dropdown-menu-mini-cart.offset-20 {
  -webkit-transform: translate3d(-50%, 24px, 0) !important;
  transform: translate3d(-50%, 24px, 0) !important;
}

@media (max-width: 1024px) {
  .dropdown-menu.dropdown-menu-center.dropdown-menu-mini-cart.offset-20 {
    -webkit-transform: translate3d(-89%, 24px, 0) !important;
    transform: translate3d(-89%, 24px, 0) !important;
  }
}

.faq-pagination {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  gap: 10px;
}

.faq-page-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-page-btn.active,
.faq-page-btn:hover {
  background-color: #009edd;
  border-color: #009edd;
  color: #fff;
}

.faq-page-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.faq-page-btn.faq-prev:before,
.faq-page-btn.faq-next:before {
  content: "\e907";
  font-family: "ILS Icon Font" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(-90deg);
  transition: all0.3s ease;
  display: block;
}

.faq-page-btn.faq-next:before {
  transform: rotate(90deg);
}

body.woocommerce-page.woocommerce.quote-request-only-product .ppc-button-wrapper,
body.woocommerce-page.woocommerce.quote-request-only-product .single_add_to_cart_button {
  display: none;
}

body.woocommerce-page.woocommerce.quote-request-only-product .variations_button {
  position: relative;
}

body.woocommerce-page.woocommerce.quote-request-only-product a.button.addToQuote,
body.woocommerce-page.woocommerce.quote-request-only-product a.button.browseQuote {
  position: absolute;
  left: 90px;
}

@media (min-width: 992px) {
  body.woocommerce-page.woocommerce.quote-request-only-product .yith-ywraq-add-to-quote {
    float: left;
    margin-left: 80px;
  }
}

/*migrate to live - humantix*/
.new-events-content {
  margin-top: 50px;
}

.new-events-content p {
  width: 100%;
}

.new-events-banner.banner:after {
  display: none;
}

.new-events-banner {
  background-position: center -95px;
}

.new-events-banner,
.new-events-below-banner {
  color: #122053;
}

.new-events-below-banner .below-banner-text {
  margin-right: 0;
}

.new-events-below-banner .below-banner-content {
  gap: 20px;
}

@media (max-width: 1024px) {
  .new-events-below-banner.below-banner .trial-cta-button {
    padding: 10px 15px;
  }

}

@media (max-width: 820px) {
  .new-events-below-banner .below-banner-content {
    flex-direction: column;
  }

  .new-events-below-banner.below-banner .trial-cta-button {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 200px;
    padding: 10px 20px;
  }
}

@media (max-width: 768px) {
  .new-events-content {
    margin-top: 0px;
  }
}

#bundle-copy .variations {
  display: block !important;
}

#bundle-copy .variations select {
  font-size: 12px !important;
  padding-right: 10px;
  padding-left: 15px;
}

p.hubs-select-field-class {
  display: none !important;
  /*visibility:hidden;*/
}

body.woocommerce-page.woocommerce .single_add_to_cart_button {
  background-color: #009edd;
  color: #fff;
  border: 1px solid #009edd;
  border-radius: 24px;
  padding: 0 50px 0 30px;
  height: 48px;
}

/*body.woocommerce-page.woocommerce .single_add_to_cart_button:before{
  right: 29px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    color: #009edd;
    line-height: 16px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto 0;
    text-align: center;
    font-size: 12px;
    padding-left: 1px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    content: "\e906";
}*/
.single_variation_wrap .variations_button.quantity-block.woocommerce-variation-add-to-cart-enabled {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .yith-ywraq-add-to-quote {
    margin-bottom: 20px;
  }
}
/* style for checkout address number validation - https://app.asana.com/1/136557484839805/project/1201425986665577/task/1213433700743461 */
.no-number-address-error,
.no-number-address-error-main{
    color: var(--wc-red);
    font-size: .75em;
    margin-bottom: 0;
}
.no-number-address-error-main{
  margin-top:20px !important;
}

small.tax_label {
  text-transform: none;
}