/*! Run Free Store Styles */
:root {
  --green: #03db5c;
  --input: #434c5e;
}

.fillslide {
  position: relative;
}

/* Place the image link behind */
.full-slide-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Ensures slide buttons are still clickable */
.slide-content {
  z-index: 2;
}

.footer-title {
  font-size: 32px;
  line-height: 40px;
  color: var(--almostblack);
  margin-top: 0;
  padding: 0;
}

.back-title {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.back-title:active {
  transform: translateY(2px);
  transition: 0.3s;
}

::placeholder {
  color: #cdd2db;
}

.template {
  display: none;
}

.page-title-1.half {
  height: calc(40vh);
}

.page-title-1.most {
  height: calc(70vh);
}

/* Only apply the header offset to the first section on the page */
.page-title-1.full:first-child,
.page-title-1.full:first-of-type {
  height: calc(100vh - 65px);
}

/* For sections that aren't first, use full viewport height */
.page-title-1.full:not(:first-child):not(:first-of-type) {
  height: 100vh;
}

#ClearFilterButton {
  cursor: pointer;
}

#SocialArea {
  display: none;
  width: 100%;
  position: relative;
  text-align: center;
}

#SocialArea.open {
  display: inline-block;
}

.logoStyle {
  background-size: auto 80%;
  background-repeat: no-repeat;
  height: 100%;
  width: 25%;
  background-position: 10px;
}

#Suggestions {
  position: relative;
  width: 100%;
  display: none;
}

#Suggestions a {
  color: var(--black);
  line-height: 38px;
  padding: 0px;
  display: block;
  height: 38px;
  width: 100%;
  font-weight: bold;
}

#Suggestions .linker {
  margin-top: 10px;
  position: relative;
  display: block;
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 38px;
  width: 100%;
  line-height: 38px;
  text-align: left;
  color: var(--almostblack);
}

#Suggestions a:hover {
  color: var(--primary);
  opacity: 0.9;
  text-decoration: underline;
}

.isOnfalse {
  display: none !important;
}

.isOntrue {
  display: none !important;
}

/* Slide button/link visibility */
.hide-button-true {
  display: none !important;
}

.hide-link-false {
  display: none !important;
}

.light {
  color: #fff;
}

.dark {
  color: var(--almostblack);
}

#CheckoutStatus {
  color: var(--almostblack);
  font-size: 25px;
  margin-top: 20px;
  display: inline-block;
}

#SocialLinks {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
}

#ProductPrice {
  position: relative;
}

#EventList h1,
#EventList h2,
#EventList h3,
#EventList h4,
#EventList h5 {
  font-weight: bold;
  font-size: 14px !important;
  line-height: 14px !important;
}

#apple-pay-button {
  display: none;
  background-color: black;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-size: 100% 100%;
  background-origin: content-box;
  background-repeat: no-repeat;
  width: 100%;
  height: 44px;
  padding: 10px 0;
  border-radius: 10px;
}

.maintenence {
  display: none;
  z-index: 100000000;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: var(--bggrey);
}

.maintenence .logo {
  width: 40%;
  height: 200px;
  position: relative;
  padding-top: 20vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}

.maintenence .message {
  font-size: 36px;
  text-align: center;
  line-height: 44px;
  width: 100%;
  position: relative;
  padding-left: 20%;
  padding-right: 20%;
}

.subCat {
  font-size: 15px;
  line-height: 27px;
  color: var(--almostblack);
}
.catLink.subCat::after {
  display: none;
}

.mega-menu {
  overflow-y: auto;
  max-height: 80vh;
}

.savings {
  border-width: 2px;
  font-weight: 800;
  color: var(--green);
  border-style: solid;
  border-color: var(--green);
  display: inline;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  padding: 5px;
}

.struckout {
  font-size: 16px;
  margin-left: 10px;
  font-weight: normal;
  color: var(--menu);
  text-decoration: line-through;
  text-decoration-color: red;
}

.struck {
  text-decoration: line-through;
  text-decoration-color: red;
}

#SocialLinks a {
  display: inline-block;
  font-size: 40px;
  padding: 10px;
}

#CategoryList a {
  text-transform: capitalize;
  width: 100%;
  height: 100%;
  display: block;
}

#ProductDescription ul {
  list-style: disc !important;
  padding: unset;
  padding-left: 20px;
  margin-bottom: 8px;
}

.content h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
pre,
table,
blockquote,
input,
button,
select,
textarea {
  margin-bottom: 8px;
}

.content ul + p {
  margin-bottom: 0px;
}

.content p + p {
  margin-bottom: 0px;
}

.loginarea {
  display: none;
}

.loginarea.open {
  display: inline-block;
}

.forgotarea {
  display: none;
}

.forgotarea.open {
  display: inline-block;
}

.link {
  text-decoration: underline;
  cursor: pointer;
  color: var(--primary);
  transition: 0.5s;
}

.link:hover {
  filter: brightness(50%);
}

label.checklabel.dark {
  color: #000;
}

label.checklabel {
  color: #fff;
  padding-left: 10px;
  font-weight: normal;
}

input.error,
select.error {
  border-color: var(--red) !important;
  border-width: 2px;
  border-style: solid;
}

.remove {
  position: absolute;
  right: -10px;
  width: 25px;
  background-position: center center;
  cursor: pointer;
  height: 25px;
  background-repeat: no-repeat;
  top: -30px;
  transition: 0.3s;
  background-size: contain;
  background-image: url(/assets/images/delete.svg);
}

.remove:hover {
  filter: brightness(75%);
  transition: 0.3s;
}

.remove:active {
  filter: brightness(50%);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  transition: 0.3s;
}

.rel {
  position: relative;
}

#ReturnsModal {
  height: fit-content;
}

#ReturnsModal .content {
  overflow-x: hidden;
  height: fit-content;
}

.threshold {
  width: 100%;
  height: 30px;
  background-color: var(--primary);
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  position: relative;
  top: 0px;
  z-index: 10;
  margin-bottom: 0px;
  display: inline-block;
  font-weight: 700;
}

.threshold {
  width: 100%;
  height: 30px;
  background-color: var(--primary);
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  position: relative;
  top: 0px;
  z-index: 10;
  margin-bottom: 0px;
  display: inline-block;
  font-weight: 700;
}

.freeterms {
  font-weight: 700;
}

.freeamount {
  font-weight: 700;
}

.color {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: var(--menu);
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: 0.3s;
  margin: 3px;
  line-height: 19px;
  display: inline-block;
  font-family: var(--font-primary);
  font-weight: 600;
  background-size: 80%;
  background-repeat: no-repeat;
  font-size: 9px;
  background-position: center top;
  height: 100px;
  width: 100px;
  background-position: center center;
  background-color: #fff;
  border-radius: 0px;
  border: solid 2px #eef1f5;
  text-align: center;
  background-size: contain;
}

.color:hover {
  filter: brightness(90%);
  border-color: #cdd2db;
  transition: 0.3s;
}

.color:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  transition: 0.3s;
}

.color.selected {
  border: solid #d2d8e5;
  cursor: unset;
  pointer-events: none;
}

.color:first-child {
  margin-left: 0px;
}

.red {
  color: var(--red);
}

.instoreonly {
  font-size: 18px;
  color: var(--red);
  margin-top: 20px;
}

#ShipProvider {
  text-transform: uppercase;
  font-weight: bold;
}

select:disabled {
  opacity: 0.4;
}

.mt20 {
  margin-top: 20px;
}

.grid {
  display: grid;
  grid-template-columns: auto;
}

.grid.inputbutton {
  grid-template-columns: auto 100px;
  column-gap: 20px;
}

.grid.payment {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  grid-column-gap: 0px;
}

.grid.payment .grid.split {
  grid-template-columns: 50% 50%;
  grid-column-gap: 0px;
}

input:disabled {
  opacity: 0.2;
}

.ecomfalse {
  display: none !important;
}

.sizeBox,
.widthBox {
  position: relative;
  float: left;
  margin-right: 10px;
  border-width: 2px;
  border-color: var(--border);
  border-style: solid;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  line-height: 40px;
  min-width: 60px;
  margin-bottom: 10px;
  transition: 0.3s;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  color: var(--black);
}

.sizeBox.unselectable,
.widthBox.unselectable {
  opacity: 0.2;
  background: var(--border);
  border-color: var(--border);
  cursor: unset;
}

.sizeBox.unselectable:hover,
.widthBox.unselectable:hover {
  background-color: unset;
  opacity: 0.2;
  cursor: unset;
  color: var(--black);
}

.sizeBox:hover, .widthBox:hover {
  background-color: var(--filterhr);
  border-color: var(--filterhr);
  color: var(--almostblack);
}

.sizeBox:active,
.widthBox:active {
  transform: translateY(2px);
  transition: 0.3s;
}

.sizeBox.selected,
.widthBox.selected {
  background-color: var(--input);
  border-color: #d2d8e5;
  color: var(--almostblack);
  cursor: unset;
}

.grid.payment input {
  background: #eef1f5;
  border: none;
  width: 100%;
  height: 52px;
  padding-left: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0;
  font-size: 15px;
  font-family: var(--font-primary);
  -webkit-appearance: none;
}

.grid.payment input:focus {
  border: none;
  box-shadow: none !important;
}

.grid.two {
  grid-template-columns: 50% 50%;
}

.grid.split {
  grid-template-columns: 49% 50%;
  grid-column-gap: 1%;
}

.grid.charge {
  grid-template-columns: auto 20% 20% 10%;
  grid-column-gap: 1%;
}

.grid.totals {
  grid-template-columns: 75% auto;
}

.relative {
  position: relative;
}

.bold {
  font-weight: bold;
}

.right {
  text-align: right;
  padding: 4px 12px;
  font-weight: 600;
}

.padded {
  padding-left: 15px;
  padding-right: 15px;
}

.cartProduct {
  display: grid;
  grid-template-columns: 50px 100px auto 10% 20%;
  background: var(--grey);
  border-radius: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.productImage {
  width: 75px;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-radius: 7px;
  border-width: 2px;
  border: solid #ffffff;
  margin-top: -12px;
  background-position: center;
}

.options {
  position: relative;
  width: 100%;
}

.options .option {
  width: 100%;
  display: grid;
  grid-template-columns: 25px auto;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.6;
  transition: 0.5;
  cursor: pointer;
}

.options .option.on {
  opacity: 1;
}

.options .option .mark {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border-style: solid;
  border-width: 2px;
  background-color: var(--white);
  margin-top: 5px;
}

.options .option .mark .dot {
  width: 8px;
  height: 8px;
  margin: 1px;
  background-color: var(--white);
  border-radius: 8px;
  opacity: 0;
  transition: 0.5;
}

.options .option.on .mark .dot {
  opacity: 1;
}

.options .option .markLabel {
  line-height: 30px;
  font-weight: bold;
}

.options .option .markLabel i {
  margin-top: -10px;
  font-weight: normal;
}

.options .option.on .mark {
  background-color: var(--primary);
}

.cartProduct .name {
  font-size: 22px;
}

roduct .quantity-controls {
  white-space: nowrap;
}
.cartProduct .quantity-controls .hollow,
.cartProduct .quantity-controls .number {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 2px;
}

/* Quantity buttons for cart page */
.cartProduct .quantity-controls .hollow {
  padding: 0;
  margin: 0 2px;
  width: 20px;
  height: 20px;
  line-height: 0px;
  padding-bottom: 2px;
  font-size: 20px;
  text-align: center;
  background-color: #f5f6fa;
  border: unset;
  border-radius: 5px;
  color: #87939e;
  font-weight: 800;
}

.cartProduct .quantity-controls .hollow:hover {
  background-color: #ffffff;
  color: var(--almostblack);
  transition: 0.3s;
}

.cartProduct .quantity-controls .hollow:active {
  filter: brightness(70%);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  transition: 0.3s;
}

.cartProduct .cost {
  font-size: 18px;
  text-align: right;
  margin-right: 20px;
}

.cartProduct .remove {
  left: 7px;
  top: 7px;
  width: 35px;
  height: 35px;
}

.cartProduct .sub {
  font-size: 14px;
  font-style: italic;
  margin-top: 0px;
  display: block;
  line-height: 1.2;
}

.cartProduct.bold {
  font-weight: bold;
}

.template {
  display: none;
}

hr {
  border-top: 2px solid var(--border);
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  display: inline-block;
}

@media all and (max-width: 767px) {
  .cartProduct {
    grid-template-columns: 40px 75px auto 9% 20%;
  }

  .productImage {
    width: 65px;
    height: 65px;
    margin-top: -7px;
  }

  .cartProduct .name {
    font-size: 15px;
    font-weight: 600;
  }

  .cartProduct .number {
    font-size: 15px;
    font-weight: 600;
  }

  .cartProduct .cost {
    font-size: 15px;
    font-weight: 600;
  }

  .cartProduct .remove {
    left: 4px;
  }

  .cartProduct .sub {
    font-size: 10px;
  }
  .text-tabs .tabs li {
    width: unset;
    margin-bottom: unset;
  }
  .cartProduct .quantity-controls {
    white-space: nowrap;
    margin-top: 30px;
    margin-left: 80%;
  }
}

/****** Shop Filter Pills ******/
.pillbox {
  overflow: hidden;
  margin-bottom: 0px;
}
.pillbox li {
  float: left;
  margin: 0 4px 4px 0;
}
.pillbox .btn-sm {
  padding: 0 8px;
  color: var(--menu);
}

.pillbox .btn-sm:hover {
  filter: none;
  color: white;
}

.pillbox .btn-sm:active {
  filter: none;
  color: white;
}

div.clearfilters {
  cursor: pointer;
  color: var(--almostblack);
  transition: 0.3s;
}

div.clearfilters:hover {
  color: #000000;
  transition: 0.3s;
}
div.clearfilters:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  transition: 0.3s;
}

.fullLoading,
.fullLoadingOrders {
  width: 100%;
  height: 0vh;
  position: fixed;
  opacity: 0;
  bottom: 0px;
  background-color: var(--bggrey);
  overflow: hidden;
  z-index: 10000000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: space-between;
  flex-direction: column;
}

@supports (
  (-webkit-backdrop-filter: saturate(180%) blur(40px)) or
    (backdrop-filter: saturate(180%) blur(40px))
) {
  .fullLoading,
  .fullLoadingOrders {
    background: var(--glass);
    -webkit-backdrop-filter: saturate(180%) blur(40px);
    backdrop-filter: saturate(180%) blur(40px);
  }
}

.fullLoadingOrders .loadMessage {
  text-align: center;
  font-size: 14px;
  color: var(--almostblack);
}

.fullLoadingOrders .loadMessage .header {
  font-weight: 700;
  font-size: 18px;
  color: var(--almostblack);
}

#SearchFilterArea {
  background-color: var(--white);
  padding: 15px;
  box-shadow: 0px 13px 84px 0px rgba(0, 0, 0, 0.05);
}

#SortBy {
  background-color: var(--white);
}

#SearchFilterArea.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.searchItem {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 2px;
  border-width: 0px;
  overflow: hidden;
  display: inline-block;
  border-style: solid;
  line-height: 40px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 800;
  color: var(--almostblack);
  background-color: var(--grey);
  transition: 0.5s;
}

.searchItem.selected {
  color: var(--white);
  background-color: var(--primary) !important;
}

.searchItem:hover {
  background-color: #cdd2db;
  border-color: #cdd2db;
}

.searchItem:active {
  transform: translateY(2px);
  transition: 0.3s;
}

#FreeShippingSpend {
  color: #08dc5a;
  font-weight: 800;
  font-size: 19px;
  padding-left: 15px;
  margin-bottom: 10px;
}

#ToSpend {
  font-weight: 800;
}
.runfreecheck {
  color: rgba(0, 0, 0, 0);
}
.input-checkbox label,
.input-radio label {
  font-size: 1em;
  line-height: 1.2em;
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  overflow: hidden;
}
.input-checkbox {
  margin-top: 0em;
}
.input-checkbox.field-error label {
  border-color: #eba8a8;
}
.input-checkbox label {
  background: none;
  border: 2px solid #eef1f5;
  text-align: center;
  position: relative;
  margin-left: -17px;
  margin-bottom: -5px;
  border-radius: 0px;
}
.input-checkbox label:not(:last-child) {
  margin-right: 0.46428571em;
}
.input-checkbox label:hover {
  border-color: var(--primary);
}
.input-checkbox label:before {
  content: "";
  left: 0;
  border-radius: 6px;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--primary);
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.input-checkbox input:checked + label {
  border-color: var(--primary);
  background: var(--primary);
}
.input-checkbox input:checked + label:after {
  content: "L";
  transform: rotateY(180deg) rotateZ(-45deg);
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: -2px;
  font-weight: 700;
}
.input-checkbox input:checked + label:before {
  animation: pulse 0.45s ease forwards;
  -webkit-animation: pulse 0.45s ease forwards;
}
.input-checkbox + span {
  display: inline-block;
  position: relative;
  bottom: 10px;
  margin-left: 0.92857143em;
  font-size: 0.85714286em;
  white-space: nowrap;
}
.input-checkbox + button[type] {
  margin-top: 0.92857143em;
}
.input-checkbox + span + button[type] {
  margin-top: 0.92857143em;
}
.input-checkbox label,
.input-radio label {
  font-size: 1em;
}
.input-checkbox {
  margin-top: 0em;
}
.input-checkbox.field-error label {
  border-color: #eba8a8;
}
.input-checkbox label {
  background: #ffffff;
  border: 2px solid #eef1f5;
  text-align: center;
  position: relative;
  width: 23px !important;
  height: 23px !important;
}
.input-checkbox label:not(:last-child) {
  margin-right: 0.46428571em;
}
.input-checkbox label:hover {
  border-color: var(--primary);
}
.input-checkbox label:before {
  content: "";
  left: 0;
  border-radius: 6px;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--primary);
  background-color: #eef1f5;
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.input-checkbox input:checked + label {
  border-color: var(--primary);
  background: var(--primary);
}
.input-checkbox input:checked + label:after {
  content: "L";
  transform: rotateY(180deg) rotateZ(-45deg);
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: -2px;
  font-weight: 700;
}
.input-checkbox input:checked + label:before {
  animation: pulse 0.45s ease forwards;
  -webkit-animation: pulse 0.45s ease forwards;
}
.input-checkbox + span {
  display: inline-block;
  position: relative;
  bottom: 10px;
  margin-left: 0.92857143em;
  font-size: 0.85714286em;
  white-space: nowrap;
}
.input-checkbox + button[type] {
  margin-top: 0.92857143em;
}
.input-checkbox + span + button[type] {
  margin-top: 0.92857143em;
}

.checkboxlabel {
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
}

.fullLoading.open,
.fullLoadingOrders.open {
  height: 100vh;
  opacity: 1;
  top: 0px;
  bottom: 0px;
}
@supports (
  (-webkit-backdrop-filter: saturate(180%) blur(40px)) or
    (backdrop-filter: saturate(180%) blur(40px))
) {
  .fullLoading.open,
  .fullLoadingOrders.open {
    background: var(--glass);
    backdrop-filter: saturate(180%) blur(40px);
    -webkit-backdrop-filter: saturate(180%) blur(40px);
  }
}

.giftcard {
  width: 500px;
  height: 300px;
  background-color: #ebecf0;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 20px 32px -8px;
  border-radius: 20px;
  margin-top: 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.giftcard .siteLogo {
  height: 230px;
  width: 100%;
  position: absolute;
  background-size: 55%;
  background-repeat: no-repeat;
  background-image: var(--siteLogo);
  background-position: center center;
}

.giftcard .chip {
  position: absolute;
  background-image: url(/assets/admin/images/chip.svg);
  background-size: contain;
  width: 65px;
  height: 65px;
  left: 65px;
  bottom: 35px;
  z-index: 10;
  background-repeat: no-repeat;
}

.giftcard .gloss {
  position: absolute;
  background-image: url(/assets/admin/images/gloss.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 300px;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  opacity: 0.5;
}

.giftcard .foot {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 70px;
  line-height: 70px;
  text-align: right;
  text-transform: uppercase;
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 2px;
  background-color: var(--primary);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media all and (max-width: 768px) {
  .giftcard {
    width: 100%;
    max-width: 350px;
    height: 220px;
    margin-top: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  .giftcard .siteLogo {
    height: 175px;
    width: 100%;
    position: absolute;
    background-size: 55%;
    background-repeat: no-repeat;
    background-image: var(--siteLogo);
    background-position: center center;
  }

  .giftcard .chip {
    width: 35px;
    height: 35px;
    left: 25px;
    bottom: 30px;
  }

  .giftcard .gloss {
    width: 400px;
    height: 245px;
  }

  .giftcard .foot {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    text-transform: uppercase;
    padding-right: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
    background-color: var(--primary);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

.giftlabel {
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .grid.split {
    grid-template-columns: 100%;
  }
  .grid.charge {
    grid-template-columns: 100%;
  }
}

textarea {
  height: 200px !important;
  resize: none;
  font-weight: 600;
  line-height: 24px !important;
}

.flex-control-nav li {
  border: var(--grey);
  border-width: 2px;
  border-style: solid;
  margin: 5px;
  padding: 5px;
  background: var(--white);
}

.flex-control-thumbs li {
  width: 23%;
  float: left;
  min-height: 110px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
}

#CategoryList.link-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

#CategoryList.link-list .catLink {
  width: 200px;
}

@media (min-width: 768px) {
  #CategoryList.link-list .catLink {
    width: 210px;
  }
}
@media (min-width: 992px) {
  #CategoryList.link-list .catLink {
    width: 230px;
  }
}
@media (min-width: 1200px) {
  #CategoryList.link-list .catLink {
    width: 300px;
  }
}

.category-container {
  flex-direction: row;
}

.category-container .ti-angle-down {
  transform: rotate(180deg);
  margin-top: 5px;
  margin-right: 2px;
  padding-right: 0px;
  cursor: pointer;
  font-weight: 800;
  color: var(--primary);
}

.category-container .ti-angle-down.toggleright {
  float: right;
}

.category-container .ti-angle-down.closed {
  margin-bottom: 0px;
  margin-top: 5px;
  margin-right: 2px;
  padding-right: 0px;
  cursor: pointer;
  transform: rotate(360deg);
  color: var(--primary);
}

.category-container .ti-angle-down.closed:before {
  content: "\e939";
  font-family: "icomoon";
}

.category-container .ti-angle-down:before {
  content: "\e939";
  font-family: "icomoon";
}

.widget .title .shopfilters {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 6px;
  float: left;
  cursor: pointer;
}

.widget.closed {
  margin-bottom: -7px;
}

.brandselect {
  top: 46px !important;
}

.paging-container {
  width: 100%;
}
.search-page-container {
  display: flex;
  padding-left: 10px;
}
.search-page-container.min-view {
  height: 90px;
}
.paging-container.min-view {
  width: 30%;
}
.search-widget.min-view {
  width: 70%;
}

.min-view .paging-labels {
  margin-left: -10px;
}

.min-view .select-option {
  margin-top: 30px;
}

.filter-content {
  margin-left: 0px;
}

.widget.min-view-area.closed {
  height: 45px;
}

.min-view-area {
  margin-bottom: 0px;
}

.overlay-modal {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.rf-load-indicator {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: loader-spin 2s linear infinite;
  animation: loader-spin 2s linear infinite;
  position: absolute;
  height: 30px;
  width: 30px;
  right: 130px;
  bottom: 115px;
}

/* Safari */
@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#BrandArea .select-option.filter-content {
  margin-top: -9px;
  margin-bottom: 0px;
}

#SearchArea .select-option.filter-content {
  margin-top: -10px;
  margin-bottom: 0px;
}

.filtertoggletitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--menu);
}

.category-container .filteropener {
  width: 70px;
  height: 25px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
  cursor: pointer;
  background-image: url(/assets/admin/images/apply.svg);
  background-size: 70px;
  background-repeat: no-repeat;
}

.category-container .filteropener.toggleright {
  float: right;
}

.category-container .filteropener.closed {
  width: 70px;
  height: 25px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
  cursor: pointer;
  background-image: url(/assets/admin/images/open.svg);
  background-size: 70px;
  background-repeat: no-repeat;
}

.category-container .filteropener.closed.toggleright {
  float: right;
}

.pageTotals {
  font-size: 17px;
}

.mobilemenu {
  font-weight: 400;
}

#FiltersArea .toggleright {
  color: var(--primary);
}

#FiltersArea .toggleright:active {
  transform: translateY(2px);
  transition: 0.3s;
}

@media all and (max-width: 975px) {
  #BrandArea .select-option.filter-content {
    margin-top: -9px;
  }
  .widget.closed {
    margin-bottom: 0px;
  }
  a.clearfilters {
    float: right;
    margin-top: 3px;
  }
  .pillbox {
    display: inline-block;
  }
  #PillBoxArea {
    padding: 8px;
    border: solid 2px var(--white);
    margin-bottom: 10px;
  }
  #FiltersArea {
    background-color: var(--white);
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #SortBy {
    background-color: var(--input);
  }

  #FiltersArea hr {
    border-top: 2px solid var(--filterhr);
  }

  #FiltersArea .searchItem {
    margin: 5px;
  }

  #FiltersArea .toggleright {
    color: var(--primary);
  }
  .pl0 {
    padding-left: 0px;
  }
  .pr0 {
    padding-right: 0px;
  }
  .sortby {
    margin-bottom: 0px;
    padding-right: 0px;
  }
  #SortArea .select-option.filter-content {
    margin-top: -9px;
    margin-bottom: 10px;
  }
  .pageTotals {
    font-size: 15px;
  }
  #PaymentType {
    display: unset !important;
  }
  .payment-option-display {
    margin-bottom: 5px;
  }
  .centermobile {
    text-align: center !important;
    padding: 4px 12px;
  }
  nav .btn,
  .nav-bar .btn {
    padding: 0 15px;
  }
  .backtocart-mobile {
    width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 21px;
  }
}

#afterpay-clearpay-message {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
/**
#PaymentArea {
  overflow: visible;
} **/

#StripeArea {
  display: flex;
  flex-direction: column;
}

#PaymentType {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
#PaymentType.option-hidden {
  opacity: 0;
}

#ActionButton.afterpay {
  background-color: #b2fce4;
  border-color: #b2fce4;
  color: #000000;
}

#ActionButton.googlepay {
  background-color: var(--almostblack);
  border-color: var(--almostblack);
  color: var(--white);
}

#PaymentOptions {
  width: 150px;
  cursor: pointer;
  box-shadow: 0px 14px 8px -1px rgba(174, 174, 174, 0.78);
  position: absolute;
  z-index: 9999999999;
  top: 57px;
  left: 16px;
}

.payment-option-display,
.fs-payment-option-display {
  width: 100%;
  height: 53px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
  height: 55px !important;
  background-color: var(--grey);
  border-style: solid;
  border-width: 2px;
  background-color: var(--grey);
  transition: 0.3s ease;
}
.payment-option-display.selected {
  border-color: var(--black) !important;
  border-style: solid;
  border-width: 2px;
  transition: 0.3s ease;
}
.payment-option-display.unselected {
  opacity: 0.5;
  transition: 0.3s ease;
}
.payment-option-display.unselected:hover {
  opacity: 1;
  transition: 0.3s ease;
}

#AfterpayType.payment-option-display {
  background-color: #b2fce4;
  background-image: url(/assets/images/running/afterpay.jpg);
  background-position: center;
  background-size: 100%;
  background-size: 138px;
  background-repeat: no-repeat;
  border-color: #b2fce4;
  border-style: solid;
  border-width: 2px;
}

.payment-option {
  width: 150px;
  height: 55px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-option-display:hover,
.payment-option:hover {
  border-color: var(--black);
  border-style: solid;
  border-width: 2px;
  transition: 0.3s ease;
}

.payment-option-text {
  font-weight: 800;
}

.cash-type .payment-option-text {
  color: #fff !important;
}

.payment-type {
  width: 150px;
  width: max-content;
  margin-right: 10px;
  cursor: pointer;
}

#StripeCard.card-input-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

#GooglePayType {
  background-color: black;
  color: #ffffff;
  border-color: black !important;
}

.GooglePayButton-logo {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  margin-top: 35px;
  margin-left: 15px;
  margin-right: 5px;
}

.ApplePayButton-logo {
  background-image: url(/assets/images/apple-pay-mark.svg);
  width: 70px;
  height: 35px;
  background-size: 70px 35px;
}

#Reviews {
  display: flex;
  flex-direction: column;
}

.review-count-container {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ff0044;
  box-shadow: 0px 2px 8px 0px rgb(255 0 68 / 55%);
  border-radius: 10px;
  position: absolute;
  top: -5px;
  right: -3px;
}

#ReviewCount {
  margin-top: 1px;
  margin-left: 1px;
}

.mobile-header-item {
  cursor: pointer;
}

.paypal-button-number-1 {
  display: none !important;
}

.paypal-button-option {
  background: #ffc439;
}
.cash-button-option {
  background: #0f8d0f;
  border-color: #0f8d0f;
}
.PaypalButton-logo {
  background-image: url(/assets/images/paypal.svg);
  width: 100px;
  height: 60px;
  background-repeat: no-repeat;
  margin-top: 35px;
  margin-left: 15px;
  margin-right: 5px;
}

#paypal-button-container {
  display: block;
  height: 45px;
  border-radius: 7px;
  margin-right: 0;
  width: calc(47% - 24px);
  overflow: hidden;
  margin-right: 7px;
  right: 0;
  transform: scaleY(1.1);
  float: right;
}

@media all and (max-width: 975px) {
  #paypal-button-container {
    width: 100%;
    margin-right: 0px;
  }
}

#HeartCardArea .payment-type {
  display: flex;
  width: 100%;
}

.white {
  background: var(--white);
  background-color: var(--white);
}

.bggrey {
  background: var(--bggrey);
  background-color: var(--bggrey);
}

#NewsContent p img {
  width: -webkit-fill-available;
}

#NewsContent ul {
  display: block !important;
  list-style-type: disc !important;
  margin-block-start: 1em !important;
  margin-block-end: 1em !important;
  padding-inline-start: 40px !important;
  unicode-bidi: isolate !important;
}

#NewsContent ol {
  padding: 0 40px;
}
#NewsContent ul {
  padding: 0 40px;
}
#NewsContent dl {
  padding: 0 40px;
}

#EventContent ul {
  display: block !important;
  list-style-type: disc !important;
  margin-block-start: 1em !important;
  margin-block-end: 1em !important;
  padding-inline-start: 40px !important;
  unicode-bidi: isolate !important;
}

#EventContent ol {
  padding: 0 40px;
}
#EventContent ul {
  padding: 0 40px;
}
#EventContent dl {
  padding: 0 40px;
}

#EventContent p img {
  width: -webkit-fill-available;
}

#AddressConfirm .subtitle {
  font-size: 16px;
}

.addresses-container {
  margin-top: 10px;
}

.addresses-container .address-container {
  border-width: 2px;
  border-style: solid;
  border-color: #f5f6fa;
  cursor: pointer;
  padding: 10px;
  border-radius: 12px;
  min-width: 180px;
  font-weight: 600;
}

.addresses-container .heading {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4px;
}

.addresses-container .address-container.selected {
  border-width: 2px;
  border-color: #08dc5a;
  background-color: var(--white);
  animation: Pulse 3s infinite ease-in-out;
}

@keyframes Pulse {
  0% {
    box-shadow: 0 0 9px rgba(0, 219, 72, 0);
  }
  50% {
    box-shadow: 0 0 12px rgba(0, 219, 72, 0.5);
  }
  100% {
    box-shadow: 0 0 9px rgba(0, 219, 72, 0);
  }
}

.selectbutton {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.fa.fa-check-circle.green {
  color: #08dc5a;
}

.textarea p,
.customhtml p,
.columnlayout p {
  font-size: 18px;
}

.textarea ul,
.customhtml ul,
.columnlayout ul {
  margin-bottom: 0px;
  list-style: disc;
  padding-left: 15px;
}

.textarea li,
.customhtml li,
.columnlayout li {
  margin-bottom: 12px;
}

.textarea li:last-child,
.customhtml li:last-child,
.columnlayout li:last-child {
  margin-bottom: 0px;
}

.toggler {
  width: 60px;
  border-radius: 15px;
  height: 30px;
  background-color: #eef1f7;
  position: relative;
  float: left;
  margin: 10px;
  cursor: pointer;
}

.toggler:hover .switch {
  opacity: 0.8;
}

.toggler.on {
  background-color: var(--green);
}

.toggler .on {
  opacity: 1;
  color: var(--white);
  transition: 0.5s;
  position: absolute;
  line-height: 32px;
  left: 8px;
  opacity: 0.4;
}

.toggler .off {
  opacity: 1;
  right: 8px;
  color: #000;
  transition: 0.5s;
  position: absolute;
  line-height: 32px;
  opacity: 0.8;
}

.toggler.on .on {
  opacity: 1;
}

.toggler.on .off {
  opacity: 0;
}

.toggler .switch {
  width: 22px;
  height: 22px;
  background-color: var(--white);
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 12px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  transition: left 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), filter 0.1s ease;
  z-index: 10;
}

.toggler .switch:hover {
  filter: brightness(85%);
}

.toggler.on .switch {
  left: 34px;
}

.gifttoggle {
  position: relative;
  display: grid;
  grid-template-columns: auto 85px;
  grid-column-gap: 10px;
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background-color: #dde3eb;
  color: #434c5e;
  padding-left: 15px;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
}

.hideshopheaders {
  display: inherit;
}

.gradient-text {
  background: #1d1d1f;
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: linear-gradient(
    108deg,
    #0894ff,
    #c959dd 34%,
    #ff2e54 68%,
    #ff9004
  );
}

.iconbutton {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  border-color: #fff;
  color: #252525 !important;
  cursor: pointer;
  transition: var(--transition);
  font-size: 16px;
  font-weight: bold;
  line-height: 47px;
  height: 46px;
  opacity: 1 !important;
  background-position: right 16px center;
  background-size: 26px auto;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.iconbutton:hover {
  filter: brightness(85%);
  box-shadow: unset;
  background-position: right 16px center;
  background-size: 26px auto;
  background-size: 26px auto;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.iconbutton:active {
  background-position: right 16px center;
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-color: #fff;
  color: #252525;
  filter: brightness(65%);
  transform: translateY(1px);
  transition: 0.3s;
}
.iconbutton.NextButton {
  background-image: url(/assets/images/next.svg);
  background-size: 17px !important;
  padding-right: 45px;
}

.iconbutton.ShopButton {
  background-image: url(/assets/images/shop.svg);
  background-size: 17% !important;
  padding-right: 50px;
}

.iconbutton.SaleButton {
  background-image: url(/assets/images/sale.svg);
  background-size: 17% !important;
  padding-right: 50px;
}

.iconbutton.EventButton {
  background-image: url(/assets/images/event.svg);
  background-size: 12% !important;
  padding-right: 50px;
}

.iconbutton.ThumbsupButton {
  background-image: url(/assets/images/thumbsup.svg);
  background-size: 17% !important;
  padding-right: 50px;
}

.iconbutton.PencilButton {
  background-image: url(/assets/images/pencil.svg);
  background-size: 17% !important;
  padding-right: 50px;
}

.iconbutton.AlertButton {
  background-image: url(/assets/images/alert.svg);
  background-size: 17% !important;
  padding-right: 50px;
}

.iconbutton.NoButton {
  padding-right: 15px;
}

/* Notification Bar */
.notification-bar {
  width: 100%;
  padding: 8px 20px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  z-index: 1000;
}

.notification-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.notification-text {
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
}

.notification-text b,
.notification-text strong {
  font-weight: 800;
}

.notification-button {
  background-color: #ffffff;
  color: #252525;
  padding: 3px 17px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.notification-button:hover {
  filter: brightness(85%);
  color: #252525;
  box-shadow: unset;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.notification-button:active {
  color: #252525;
  filter: brightness(65%);
  transform: translateY(1px);
  transition: 0.3s;
}

.notification-button.NextButton {
  background-image: url(/assets/images/next.svg);
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 13px;
  padding-right: 39px;
}

.notification-button[style*="color: #ffffff"].NextButton,
.notification-button[style*="color: rgb(255, 255, 255)"].NextButton {
  background-image: url(/assets/images/next-light.svg);
}

.notification-button[style*="color: #252525"].NextButton,
.notification-button[style*="color: rgb(37, 37, 37)"].NextButton {
  background-image: url(/assets/images/next.svg);
}

.notification-button.ShopButton {
  background-image: url(/assets/images/shop.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 17px;
  padding-right: 40px;
}

.notification-button[style*="color: #ffffff"].ShopButton,
.notification-button[style*="color: rgb(255, 255, 255)"].ShopButton {
  background-image: url(/assets/images/shop-light.svg);
}

.notification-button[style*="color: #252525"].ShopButton,
.notification-button[style*="color: rgb(37, 37, 37)"].ShopButton {
  background-image: url(/assets/images/shop.svg);
}

.notification-button.SaleButton {
  background-image: url(/assets/images/sale.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 17px;
  padding-right: 40px;
}

.notification-button[style*="color: #ffffff"].SaleButton,
.notification-button[style*="color: rgb(255, 255, 255)"].SaleButton {
  background-image: url(/assets/images/sale-light.svg);
}

.notification-button[style*="color: #252525"].SaleButton,
.notification-button[style*="color: rgb(37, 37, 37)"].SaleButton {
  background-image: url(/assets/images/sale.svg);
}

.notification-button.EventButton {
  background-image: url(/assets/images/event.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 17px;
  padding-right: 40px;
}

.notification-button[style*="color: #ffffff"].EventButton,
.notification-button[style*="color: rgb(255, 255, 255)"].EventButton {
  background-image: url(/assets/images/event-light.svg);
}

.notification-button[style*="color: #252525"].EventButton,
.notification-button[style*="color: rgb(37, 37, 37)"].EventButton {
  background-image: url(/assets/images/event.svg);
}

.notification-button.ThumbsupButton {
  background-image: url(/assets/images/thumbsup.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 17px;
  padding-right: 40px;
}

.notification-button[style*="color: #ffffff"].ThumbsupButton,
.notification-button[style*="color: rgb(255, 255, 255)"].ThumbsupButton {
  background-image: url(/assets/images/thumbsup-light.svg);
}

.notification-button[style*="color: #252525"].ThumbsupButton,
.notification-button[style*="color: rgb(37, 37, 37)"].ThumbsupButton {
  background-image: url(/assets/images/thumbsup.svg);
}

.notification-button.PencilButton {
  background-image: url(/assets/images/pencil.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 17px;
  padding-right: 40px;
}

.notification-button[style*="color: #ffffff"].PencilButton,
.notification-button[style*="color: rgb(255, 255, 255)"].PencilButton {
  background-image: url(/assets/images/pencil-light.svg);
}

.notification-button[style*="color: #252525"].PencilButton,
.notification-button[style*="color: rgb(37, 37, 37)"].PencilButton {
  background-image: url(/assets/images/pencil.svg);
}

.notification-button.AlertButton {
  background-image: url(/assets/images/alert.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 17px;
  padding-right: 40px;
}

.notification-button[style*="color: #ffffff"].AlertButton,
.notification-button[style*="color: rgb(255, 255, 255)"].AlertButton {
  background-image: url(/assets/images/alert-light.svg);
}

.notification-button[style*="color: #252525"].AlertButton,
.notification-button[style*="color: rgb(37, 37, 37)"].AlertButton {
  background-image: url(/assets/images/alert.svg);
}

.notification-button.NoButton {
  padding-right: 17px;
}

@media (max-width: 768px) {
  .notification-bar {
    padding: 10px 15px;
    font-size: 13px;
  }

  .notification-content {
    flex-direction: column;
    gap: 10px;
  }

  .notification-text {
    min-width: unset;
    font-size: 15px;
  }
}

.wishlist-color {
  background-image: url(/assets/images/wishlist.svg);
  width: 125px;
  height: 125px;
  background-size: 100%;
}

.wishlist-color-modal {
  background-image: url(/assets/images/wishlist.svg);
  float: left;
  width: 62px;
  height: 55px;
  background-size: 83%;
  background-position: 8px;
  background-repeat: no-repeat;
}

.wishlist-empty {
  background-image: url(/assets/images/emptywishlist.svg);
  width: 125px;
  height: 125px;
  background-size: 100%;
}

.button.hollow {
  background-color: var(--white) !important;
  border: 2px solid var(--primary);
  color: var(--menu) !important;
  box-shadow: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.accordiantitle {
  color: var(--almostblack);
}

.accordiansubtitle {
  color: var(--menu);
  font-size: 24px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .accordiansubtitle {
    font-size: 18px;
    line-height: 23px;
  }
}

.accordion-2 .title {
  border-bottom: 2px solid var(--border);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0.7;
  cursor: pointer;
}

.accordion-2 .title span {
  font-size: 18px;
  font-weight: 600 !important;
  color: var(--almostblack);
  padding: 4px 0;
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0.7;
}

.accordion-2 .title:before {
  content: "\e622";
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 10px;
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.accordion-2 .title:hover {
  opacity: 1;
  border-bottom: 2px solid var(--primary);
  transform: translateX(5px);
}

.accordion-2 .title:hover span {
  transform: scale(1.02);
}

.accordion-2 .active .title {
  opacity: 1;
  border-bottom: 2px solid var(--primary);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.accordion-2 .active .title:before {
  transform: rotate(90deg) scale(1.1);
}

.accordion-2 .content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: scaleY(0.8);
  transform-origin: top;
  transition: max-height 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    opacity 0.4s ease, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    padding 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: max-height 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    opacity 0.4s ease, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    padding 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: max-height 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    opacity 0.4s ease, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    padding 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.accordion-2 .active .content {
  max-height: 1000px;
  opacity: 1;
  transform: scaleY(1);
  padding: 16px 0;
}

/* Scope accordion item content to prevent global style bleed */
.accordion-item-content {
  position: relative;
  contain: style;
  display: block;
  overflow: hidden;
}

.accordion-item-content p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--menu);
}

.accordion-item-content b,
.accordion-item-content strong {
  font-weight: 700;
  color: inherit;
}

.accordion-item-content i,
.accordion-item-content em {
  font-style: italic;
}

.accordion-item-content a {
  color: var(--primary);
  text-decoration: underline;
}

.accordion-item-content ul,
.accordion-item-content ol {
  margin-left: 20px;
  margin-bottom: 8px;
}

.accordion-item-content ul {
  list-style: disc;
}

.accordion-item-content ol {
  list-style: decimal;
}

/* ===== Page Builder Tabbed Content Section Styles ===== */
/* Prefixed with tc- to avoid conflicts with existing tabbed-content usage */

.tc-button-tabs .tabs {
  display: inline-block;
  overflow: hidden;
}
.tc-button-tabs .tabs > li {
  margin-bottom: 8px;
  float: left;
}
.tc-button-tabs .tabs > li:last-child {
  margin-right: 0;
}
.tc-button-tabs .tab-title {
  padding: 13px;
  display: inline-block;
  text-align: center;
  min-width: 150px;
  background: #f5f5f5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
}
.bg-secondary .tc-button-tabs .tab-title {
  background: #eee;
}
.tc-button-tabs .tab-title span {
  font-family: var(--font-primary);
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
.tc-button-tabs .active .tab-title {
  background: var(--primary);
  color: #fff;
}
.tc-button-tabs .tab-title:hover {
  background: #eee;
}
.tc-button-tabs .active .tab-title:hover {
  background: var(--primary);
}
.tc-button-tabs.vertical {
  overflow: hidden;
}
.tc-button-tabs.vertical > .tabs {
  max-width: 30%;
  float: left;
}

.tc-button-tabs.vertical > .tabs li {
  margin-bottom: 10px;
}
.bg-dark .tc-button-tabs .tab-title span {
  color: #222;
}

.tc-button-tabs.vertical > .content {
  padding-left: 3%;
  max-width: 70%;
  float: right;
}

.tc-tabbed-content .content > li {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  display: none;
}
.tc-tabbed-content .content .active {
  opacity: 1;
  visibility: visible;
  display: block;
}

.tc-tab-intro {
  margin-bottom: 16px;
  color: #666;
}

.tc-tab-body-content {
  position: relative;
  contain: style;
  display: block;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .tc-button-tabs .tabs li {
    width: 49%;
    margin-bottom: 15px;
  }
  .tc-button-tabs.vertical .tabs,
  .tc-tabbed-content .tab-content {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
}

@keyframes fadeInTabs {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tabbed-content.button-tabs.vertical .tab-content {
  width: 5000px;
  min-width: 100%;
  display: block;
}

.tabbed-content.button-tabs.vertical .tab-body-content {
  width: 5000px;
  display: block;
}

/* Fix for standard Foundry tabbed-content classes in page builder */
.tabbed-content.button-tabs.vertical {
  opacity: 0;
  animation: fadeInTabs 0.5s ease-in forwards;
  animation-delay: 0.1s;
}

@keyframes fadeInTabs {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tabbed-content.button-tabs.vertical .tab-content {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.tabbed-content.button-tabs.vertical .tab-body-content {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.button-tabs .tab-title {
  background: var(--bggrey);
  animation: fadeInUp 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: calc(0.05s * var(--i));
  transition: 0.2s;
}

.button-tabs .tab-title span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.button-tabs .tab-title:hover {
  filter: brightness(85%);
  transition: 0.2s;
}

.button-tabs .tab-title:active {
  filter: brightness(75%);
  transform: translateY(1px);
  transition: 0.2s;
}

.button-tabs.vertical .tab-content {
  opacity: 0;
}

.button-tabs.vertical li.active .tab-content {
  animation: fadeInUp 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.tab-intro {
  font-weight: 700;
}

/*!---------- 23. SLIDERS ----------*/
.fw-image-slider {
  position: relative;
}
.fw-image-slider.slider-all-controls {
  /* max-height: 443px; */
}
.fw-image-slider .slides {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}
.fw-image-slider .slides li {
  position: relative;
}
.fw-image-slider .slides li > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.row .fw-image-slider {
  margin-bottom: 24px;
}
.fw-image-slider.height-70 .slides li {
  height: 70vh;
  min-height: 600px;
}
@media all and (max-width: 767px) {
  .fw-image-slider.height-70 .slides li {
    height: auto;
    min-height: none;
    padding: 80px 0;
  }
  .fw-image-slider.height-70 .v-align-transform {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
  .fw-image-slider .slides {
    box-shadow: 0 1rem 5rem 0 rgba(0, 0, 0, 0.3);
  }
  .overflowvisible {
    overflow: hidden !important;
  }
}
.overflowvisible {
  overflow: visible;
}
.flex-direction-nav a.flex-next {
  right: 16px;
}
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
  content: "\e649";
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5;
  margin-right: 4px;
  margin-left: 5px;
  font-size: 27px;
  color: #ffffff;
}
.flex-direction-nav a.flex-prev {
  left: 16px;
}
.flex-direction-nav a.flex-prev:before {
  content: "\e64a";
}
.flex-direction-nav a {
  opacity: 1;
  text-shadow: none;
  color: rgba(0, 0, 0, 0);
  width: 40px;
  height: 40px;
  margin: -25px -5px 0 -5px;
  background: rgba(210, 210, 215, 0.64);
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@supports (
  (-webkit-backdrop-filter: saturate(180%) blur(20px)) or
    (backdrop-filter: saturate(180%) blur(20px))
) {
  .flex-direction-nav a {
    background: rgba(210, 210, 215, 0.64);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
}
.flex-direction-nav a:hover {
  background-color: rgba(223, 223, 227, 0.6976);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.flex-direction-nav a:active {
  filter: brightness(85%);
  transform: translateY(1px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.flex-control-nav li {
  overflow: visible;
}
.flex-control-nav li a {
  background: none;
  border: 2px solid #292929;
  width: 10px;
  height: 10px;
  overflow: visible;
}
.flex-control-paging li a {
  box-shadow: unset;
}
.flex-control-paging li a:hover {
  background: unset;
}

@media all and (max-width: 768px) {
  .flex-direction-nav {
    display: none;
  }
}
.controls-inside .flex-control-nav {
  bottom: 0px;
  z-index: 10;
}
.controls-inside .flex-control-nav li a {
  background: rgba(0, 0, 0, 0.5);
  border-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.controls-inside .flex-control-nav li a.flex-active {
  background: #ffffff;
  border-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.controls-inside .flex-control-nav li a:hover {
  box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  transform: scale(1.5) !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.controls-inside .flex-control-nav li a:active {
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  transform: scale(0.95) !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.image-bg .flex-control-nav li a {
  border-color: #fff;
}
.image-bg .flex-control-nav li a.flex-active {
  background: #fff;
}
.slider-thumb-controls .flex-control-thumbs {
  margin: 0;
}
.slider-thumb-controls .flex-direction-nav {
  display: none;
}
@media all and (max-width: 767px) {
  .slider-thumb-controls .flex-control-thumbs {
    display: none;
  }
  .slider-thumb-controls .flex-direction-nav {
    display: block;
  }
}
.logo-carousel li {
  text-align: center;
}
.logo-carousel li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0.5;
}
.logo-carousel li:hover {
  opacity: 1;
}
.logo-carousel img {
  max-height: 60px;
}
@media all and (max-width: 767px) {
  .logo-carousel .slides li {
    width: 100%;
  }
}
.text-slider .flex-direction-nav li a:before {
  color: #222;
}
.image-bg .text-slider .flex-direction-nav li a:before {
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0.5;
}
.image-bg .text-slider .flex-direction-nav li a:hover:before {
  opacity: 1;
}
.text-slider .flex-direction-nav a.flex-prev {
  left: -60px;
}
.text-slider .flex-direction-nav a.flex-next {
  right: -60px;
}

.kenburns .background-image-holder {
  animation: kenBurnsEast 25s linear infinite alternate;
  -webkit-animation: kenBurnsEast 25s linear infinite alternate;
}

.kenburns .slides li:nth-of-type(odd) .background-image-holder {
  animation: kenBurnsEast 25s linear infinite alternate;
  -webkit-animation: kenBurnsEast 25s linear infinite alternate;
}
.kenburns .slides li:nth-of-type(even) .background-image-holder {
  animation: kenBurnsWest 25s linear infinite alternate;
  -webkit-animation: kenBurnsWest 25s linear infinite alternate;
}
@keyframes kenBurnsEast {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}
@-webkit-keyframes kenBurnsEast {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}
@keyframes kenBurnsWest {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}
@-webkit-keyframes kenBurnsWest {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}
@keyframes kenBurnsZoom {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
  }
}
@-webkit-keyframes kenBurnsZoom {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
  }
}
@media all and (max-width: 767px) {
  .kenburns .background-image-holder,
  .kenburns .slides li .background-image-holder,
  .kenburns .slides li:nth-of-type(odd) .background-image-holder,
  .kenburns .slides li:nth-of-type(even) .background-image-holder {
    animation: kenBurnsZoom 25s linear infinite alternate !important;
    -webkit-animation: kenBurnsZoom 25s linear infinite alternate !important;
  }
}

.fw-slidermore {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 54px;
  background-color: #fff;
  border-color: #fff;
  color: #252525 !important;
  cursor: pointer;
  transition: var(--transition);
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  height: 50px;
  opacity: 1 !important;
  background-position: right 16px center;
  background-size: 26px auto;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 5000;
}

.fw-slidermore:hover {
  filter: brightness(85%);
  box-shadow: unset;
  background-position: right 16px center;
  background-size: 26px auto;
  background-size: 26px auto;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.fw-slidermore:active {
  background-position: right 16px center;
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-color: #fff;
  color: #252525;
  filter: brightness(65%);
  transform: translateY(1px);
  transition: 0.3s;
}

@media all and (max-width: 767px) {
  .fw-slidermore {
    font-size: 15px;
    line-height: 42px;
    height: 41px;
  }
}

.fw-v-align-transform {
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  top: 46%;
  z-index: 2;
}

.fw-fullscreen {
  height: calc(100vh - 63px);
}

.fw-threequarters {
  height: calc(70vh - 63px);
}

.fw-half {
  height: calc(50vh - 63px);
}

.fw-threequarters .background-image-holder {
  height: 100vh;
  top: -34vh !important;
}

.fw-half .background-image-holder {
  height: 100vh;
  top: -50vh !important;
}
