/** Shopify CDN: Minification failed

Line 17027:2 Expected percentage but found "0"
Line 29536:2 Expected percentage but found "0"
Line 29546:2 Expected percentage but found "0"
Line 33561:2 "pointer-event" is not a known CSS property
Line 36388:2 Expected percentage but found "0"
Line 39080:0 Expected "}" to go with "{"

**/
@charset "UTF-8";

@media (min-width: 992px) {
  .snlp-block-wrapper {
    margin: 0 calc((100vw - 962px) / -2);
  }
}
@media (min-width: 1200px) {
  .snlp-block-wrapper {
    margin: 0 calc((100vw - 1170px) / -2);
  }
}
.snlp-inner {
  width: 100%;
  margin: 0 auto;
}
.row {
  max-width: 100%;
}
header + .wrapper {
  padding-bottom: 0;
}
.snlp-spacer {
  width: 100%;
}
.snlp-btn {
  display: inline-block;
  padding: 11px 24px;
  margin: 0 auto;
  background: #fff;
  color: #000 !important;
  text-decoration: none !important;
  border: solid 1px #fff;
  border-radius: 100px;
  font-family: proxima-nova-normal-700, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out,
    border-color 0.4s ease-in-out;
}
.snlp-btn:hover {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: #000 !important;
}
.snlp-btn--dark {
  background: #000;
  color: #fff !important;
  border: solid 1px #000;
}
.snlp-btn--dark:hover {
  background-color: #4f4f4f;
  border-color: #4f4f4f;
  color: #fff !important;
}
.snlp-btn--outline {
  background: 0 0;
  color: #fff !important;
}
.snlp-btn--beauty {
  background: #8e5159;
  border-color: #8e5159;
  color: #fff !important;
}
.snlp-btn--beauty:hover {
  background-color: #724147;
  border-color: #724147;
  color: #fff !important;
}
.snlp-btn__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.snlp-block-wrapper--btn__container {
  padding: 24px;
  background: #000;
  margin-bottom: -2px;
}
.snlp-block-wrapper--btn__container .snlp-btn {
  padding: 12px 48px;
  border-radius: 8px;
}
.snlp-block-wrapper--hero {
  position: sticky;
  top: 139px;
  overflow: hidden;
}

a[href]:not([role]):not(.btn):not(.full-unstyled-link):not(.footer),
[role="link"] {
  cursor: pointer;
  transition: all 0.3s linear;
  color: inherit;
  /* text-decoration: underline; */
}
@media (min-width: 992px) {
  .snlp-block-wrapper--hero {
    top: 176px;
  }
}
.snlp-block-wrapper--hero + .snlp-spacer {
  min-height: calc(150vh - 139px);
}
@media (min-width: 992px) {
  .snlp-block-wrapper--hero + .snlp-spacer {
    min-height: calc(150vh - 176px);
  }
}
.snlp-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background 1s ease-in-out;
}
.snlp-hero video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.snlp-hero--bg {
  background-image: url(https://res.cloudinary.com/sharkninja/image/upload/q_auto,f_auto/v1730901795/LP/beauty/BeautyHub/Optimised%20content/cryoglow-hero-mob-0-v2.jpg);
}
@media (min-width: 768px) {
  .snlp-hero--bg {
    background-image: url(https://res.cloudinary.com/sharkninja/image/upload/q_auto,f_auto/v1730901793/LP/beauty/BeautyHub/Optimised%20content/cryoglow-hero-0-v3.jpg);
  }
}
.snlp-hero__inner {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 139px);
  width: 100%;
  max-width: 1440px;
  padding: 50px 0 0;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .snlp-hero__inner {
    height: calc(100vh - 139px);
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  .snlp-hero__inner {
    height: calc(100vh - 109px);
  }
}
.snlp-hero__bg--gradient {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e0aad4;
  background-image: url(https://res.cloudinary.com/sharkninja/image/upload/q_auto,f_auto/v1730901777/LP/beauty/BeautyHub/Optimised%20content/bg-dreamglow.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 120% 120%;
  animation: gradient-move 5s ease infinite;
  opacity: 0;
}
.snlp-hero__intro h1 {
  width: calc(306 / 390 * 100%);
  margin: 0 auto;
}
@media (min-width: 992px) {
  .snlp-hero__intro h1 {
    width: calc(304 / 1440 * 100%);
  }
}
.snlp-hero__intro h1 img {
  padding: 0;
}
.snlp-hero__intro .snlp-btn {
  padding: 17px 32px;
}
.snlp-hero__intro__copy {
  font-size: 1.25rem;
  font-size: clamp(0.625rem, 5.12821vw, 1.25rem);
  line-height: 1.5;
  letter-spacing: -0.005em;
  margin: 0 auto 16px;
}
@media (min-width: 992px) {
  .snlp-hero__intro__copy {
    font-size: 1.5rem;
    font-size: clamp(0.75rem, 1.66667vw, 1.5rem);
    line-height: 1.5;
  }
}
.snlp-hero__copy {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: -0.005em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: calc(328 / 390 * 100%);
  max-width: 328px;
  margin: 0 auto;
  color: #000;
}
@media (min-width: 992px) {
  .snlp-hero__copy {
    font-size: 1.5rem;
    font-size: clamp(0.75rem, 1.66667vw, 1.5rem);
    line-height: 1.5;
    width: calc(680 / 1440 * 100%);
    max-width: 680px;
  }
}
.snlp-hero__copy .snlp-btn {
  margin-top: 32px;
}
.snlp-hero__copy__title {
  font-family: proxima-nova-normal-400, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-size: clamp(0.5625rem, 4.61538vw, 1.125rem);
  line-height: 1.35;
  letter-spacing: -0.005em;
  font-weight: 500;
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .snlp-hero__copy__title {
    font-size: 2.5rem;
    font-size: clamp(1.25rem, 10.25641vw, 2.5rem);
    line-height: 1.2;
  }
}
.snlp-hero__nav {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72px;
  width: calc(1134 / 1440 * 100%);
  max-width: 1134px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .snlp-hero__nav {
    display: none;
  }
}
.snlp-hero__nav a {
  font-family: proxima-nova-normal-400, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none !important;
  color: #000 !important;
}
.snlp-hero--beauty {
  color: #fff;
  background: #000;
}
@media (max-width: 767px) {
  .snlp-hero--beauty {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .snlp-hero--beauty video {
    position: relative;
  }
}
.snlp-hero--beauty .snlp-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media (max-width: 767px) {
  .snlp-hero--beauty .snlp-hero__inner {
    justify-content: flex-end;
    min-height: 0;
  }
}
.snlp-hero--beauty .snlp-hero__intro__copy {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .snlp-hero--beauty .snlp-hero__intro__copy {
    width: calc(832 / 1440 * 100%);
  }
}
@media (max-width: 767px) {
  .snlp-hero--beauty .snlp-hero__intro__copy {
    justify-content: flex-end;
    padding: 48px 16px;
    background: #fff;
    color: #000;
    text-align: left;
  }
}
.snlp-hero--beauty .snlp-hero__intro__copy h1 {
  font-size: 2rem;
  font-size: clamp(1rem, 8.20513vw, 2rem);
  line-height: 1.09;
  color: #000;
  width: auto;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .snlp-hero--beauty .snlp-hero__intro__copy h1 {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .snlp-hero--beauty .snlp-hero__intro__copy h1 {
    font-size: 3rem;
    font-size: clamp(1.5rem, 3.33333vw, 3rem);
    line-height: 1.25;
  }
}
.snlp-hero--beauty .snlp-hero__intro__copy p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 32px;
}
@media (min-width: 992px) {
  .snlp-hero--beauty .snlp-hero__intro__copy p {
    font-size: 1.375rem;
    font-size: clamp(0.6875rem, 1.52778vw, 1.375rem);
    line-height: 1.4;
    margin: 0 0 48px;
  }
}
@media (max-width: 767px) {
  .snlp-hero--beauty .snlp-hero__intro__copy .snlp-btn {
    display: flex;
    justify-content: center;
  }
}
.snlp-hero--beauty .snlp-hero__intro__subtitle {
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0 0 16px;
  letter-spacing: 0.2em;
}
@media (min-width: 992px) {
  .snlp-hero--beauty .snlp-hero__intro__subtitle {
    font-size: 1rem;
    margin: 0 0 10px;
  }
}
.snlp-block-wrapper--tabs {
  position: sticky;
  top: 139px;
}
@media (min-width: 992px) {
  .snlp-block-wrapper--tabs {
    top: 109px;
  }
}
.snlp-block-wrapper--tabs + .snlp-spacer {
  min-height: calc(400vh - 139px);
}
@media (min-width: 768px) {
  .snlp-block-wrapper--tabs + .snlp-spacer {
    min-height: calc(400vh - 109px);
  }
}
.snlp-block-wrapper--tabs--video {
  background: #fff;
}
.snlp-tabs {
  position: relative;
  background: #000;
}
@media (min-width: 992px) {
  .snlp-tabs {
    background: #d5c9bb;
  }
}
.snlp-tabs__inner {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 139px);
}
@media (min-width: 992px) {
  .snlp-tabs__inner {
    height: calc(100vh - 109px);
    min-height: 500px;
  }
}
.snlp-tabs__tab {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
  aspect-ratio: 1312/738;
  transition: opacity 0.4s ease-in-out;
  transition-delay: 0.4s;
}
.snlp-tabs__tab--active {
  opacity: 1;
  z-index: 3;
  pointer-events: all;
  transition-delay: 0.2s;
}
.snlp-tabs__tab--active .snlp-tabs__tab__content {
  opacity: 1;
}
.snlp-tabs__tab--default {
  position: relative;
  z-index: 1;
  opacity: 1;
  height: 100%;
  min-height: calc(100vh - 139px);
  pointer-events: all;
}
@media (min-width: 992px) {
  .snlp-tabs__tab--default {
    height: calc(100vh - 109px);
    min-height: 500px;
  }
}
@media (max-width: 991px) {
  .snlp-tabs__tab--default .snlp-tabs__tab__img {
    background: #d5c9bb;
  }
}
@media (min-width: 992px) {
  .snlp-tabs__tab--blue {
    background: #68bbff;
    background: linear-gradient(
      180deg,
      #68bbff 1.72%,
      #68bbff 22.22%,
      #45464d 100%
    );
  }
}
@media (max-width: 991px) {
  .snlp-tabs__tab--blue .snlp-tabs__tab__img {
    background: #68bbff;
    background: linear-gradient(
      180deg,
      #68bbff 1.72%,
      #68bbff 22.22%,
      #45464d 100%
    );
  }
}
@media (min-width: 992px) {
  .snlp-tabs__tab--red {
    background: #ff2000;
    background: linear-gradient(180deg, #ff2000 0, #45464d 100%);
  }
}
@media (max-width: 991px) {
  .snlp-tabs__tab--red .snlp-tabs__tab__img {
    background: #ff2000;
    background: linear-gradient(180deg, #ff2000 0, #45464d 100%);
  }
}
@media (min-width: 992px) {
  .snlp-tabs__tab--purple {
    background: #f044f8;
    background: linear-gradient(90deg, #f044f8 0, #3b45db 100%),
      linear-gradient(180deg, rgba(69, 70, 77, 0) 37.96%, #45464d 92.6%);
  }
}
@media (max-width: 991px) {
  .snlp-tabs__tab--purple .snlp-tabs__tab__img {
    background: #f044f8;
    background: linear-gradient(90deg, #f044f8 0, #3b45db 100%),
      linear-gradient(180deg, rgba(69, 70, 77, 0) 37.96%, #45464d 92.6%);
  }
}
@media (min-width: 992px) {
  .snlp-tabs__tab--pink {
    background: #e82680;
    background: linear-gradient(180deg, #e82680 0, #45464d 100%);
  }
}
@media (max-width: 991px) {
  .snlp-tabs__tab--pink .snlp-tabs__tab__img {
    background: #e82680;
    background: linear-gradient(180deg, #e82680 0, #45464d 100%);
  }
}
@media (min-width: 992px) {
  .snlp-tabs__tab__img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
.snlp-tabs__tab__img img {
  display: block;
  padding: 0;
  margin: 0 auto;
  width: auto;
  max-height: 100%;
}
@media (min-width: 992px) {
  .snlp-tabs__tab__img img {
    max-height: calc(100% - (80 / 1024 * 100%));
    margin-top: calc((80 / 1024 * 100%));
  }
}
@media (max-width: 991px) {
  .snlp-tabs__tab__img--desktop {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .snlp-tabs__tab__img--mobile {
    display: none !important;
  }
}
.snlp-tabs__tab__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  height: calc(100vh - 139px);
  min-height: calc(100vw + 250px);
}
@media (min-width: 992px) {
  .snlp-tabs__tab__inner {
    height: calc(100vh - 109px);
    min-height: 500px;
  }
}
.snlp-tabs__tab__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  font-size: 0.9375rem;
  font-size: clamp(0.46875rem, 3.84615vw, 0.9375rem);
  line-height: 1.5;
  color: #fff;
  opacity: 0;
}
@media (min-width: 580px) {
  .snlp-tabs__tab__content {
    padding: 32px 24px;
    font-size: 1rem;
    font-size: clamp(0.5rem, 4.10256vw, 1rem);
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .snlp-tabs__tab__content {
    position: absolute;
    top: 0;
    right: calc(147 / 1440 * 100%);
    bottom: 0;
    left: auto;
    max-width: 441px;
    padding: 0 0 120px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .snlp-tabs__tab__content {
    justify-content: flex-start;
    flex-grow: 1;
    background: #000;
  }
}
.snlp-tabs__tab__content strong {
  font-family: proxima-nova-normal-600, Helvetica, Arial, sans-serif;
  font-weight: 600;
}
@media (min-width: 992px) {
  .snlp-tabs__tab__content strong {
    font-family: proxima-nova-normal-700, Helvetica, Arial, sans-serif;
    font-weight: 700;
  }
}
.snlp-tabs__tab__content img {
  display: block;
  width: auto;
  height: 60px;
  padding: 0;
  margin: -16px 0 0 -24px;
}
@media (min-width: 390px) {
  .snlp-tabs__tab__content img {
    margin: 0 0 0 -24px;
  }
}
@media (min-width: 992px) {
  .snlp-tabs__tab__content img {
    height: 80px;
    margin: 0 0 0 -34px;
  }
}
.snlp-tabs__tab__title h2 {
  font-family: proxima-nova-normal-600, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  font-size: clamp(0.875rem, 7.17949vw, 1.75rem);
  line-height: 1.2;
  letter-spacing: -0.005em;
  margin: 0 0 16px -3px;
  color: #fff;
}
@media (min-width: 390px) {
  .snlp-tabs__tab__title h2 {
    font-size: 2.25rem;
    font-size: clamp(1.125rem, 9.23077vw, 2.25rem);
    line-height: 1.2;
    margin: 0 0 24px -3px;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .snlp-tabs__tab__title h2 {
    font-size: 3rem;
    line-height: 1.2;
    margin: 0 0 32px -3px;
  }
}
.snlp-tabs__toggle {
  position: absolute;
  z-index: 5;
  top: 87.5vw;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transform: translateY(-124px);
}
@media (min-width: 992px) {
  .snlp-tabs__toggle {
    top: auto;
    bottom: 81px;
    transform: none;
  }
}
.snlp-tabs__toggle__title {
  font-family: proxima-nova-normal-400, Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0 auto 24px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  letter-spacing: 0.2em;
}
@media (max-width: 991px) {
  .snlp-tabs__toggle__title {
    font-size: 0.875rem;
  }
}
.snlp-tabs__toggle__options {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 11px;
  padding: 12px;
  margin: 0 auto;
  border-radius: 63px;
  background: rgba(255, 255, 255, 0.06);
}
@media (max-width: 991px) {
  .snlp-tabs__toggle__options {
    display: flex;
    width: calc(100% - 48px);
    padding: 16px;
  }
}
.snlp-tabs__toggle__option {
  font-family: proxima-nova-normal-700, Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 16px 32px;
  background: 0 0;
  border: none;
  border-radius: 100px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  overflow: hidden;
  transition: background-color 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (max-width: 991px) {
  .snlp-tabs__toggle__option {
    text-indent: -9999px;
    padding: 0;
    width: 8px;
    height: 8px;
    background: #414141;
  }
}
.snlp-tabs__toggle__arrow {
  padding: 0;
  background: 0 0;
  border: none;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(https://res.cloudinary.com/sharkninja/image/upload/f_auto,q_auto/v1730291337/LP/beauty/BeautyHub/arrow-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .snlp-tabs__toggle__arrow {
    display: none;
  }
}
.snlp-tabs__toggle__arrow--prev {
  transform: rotate(-180deg);
}
.snlp-tabs__toggle__option--active {
  background: #000;
}
@media (max-width: 991px) {
  .snlp-tabs__toggle__option--active {
    background: #fff;
  }
}
.snlp-tabs__toggle__chevron {
  padding: 0;
  background: 0 0;
  border: none;
  width: 32px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(https://res.cloudinary.com/sharkninja/image/upload/f_auto,q_auto/v1730291348/LP/beauty/BeautyHub/chevron-right.svg);
  background-size: 13px auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .snlp-tabs__toggle__chevron {
    display: none;
  }
}
.snlp-tabs__toggle__chevron--prev {
  transform: rotate(-180deg);
}
.snlp-tabs__tab__img {
  position: relative;
  max-height: 100%;
}
@media (max-width: 991px) {
  .snlp-tabs__tab__img {
    aspect-ratio: 8/7;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-shrink: 0;
    overflow: hidden;
  }
}
.snlp-tabs__tab__back {
  position: absolute;
  top: auto;
  bottom: 63%;
  left: 5%;
}
.snlp-tabs__tab__back:hover img {
  opacity: 1;
}
@media (max-width: 991px) {
  .snlp-tabs__tab__back {
    display: none;
  }
}
.snlp-tabs__tab__back img {
  position: absolute;
  left: 25px;
  top: -10px;
  opacity: 0;
  pointer-events: none;
  width: auto;
  height: auto;
  max-width: 35vw;
  max-height: 30vh;
  border-radius: 8px;
  transition: opacity 0.4s ease-in-out;
}
.snlp-tabs__tab__back__btn {
  position: relative;
}
.snlp-tabs__tab__back__btn:after,
.snlp-tabs__tab__back__btn:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(242, 244, 247, 0.24);
  border-radius: 50%;
}
.snlp-tabs__tab__back__btn:before {
  width: 50px;
  height: 50px;
  background: rgba(242, 244, 247, 0.24);
  animation: pulse 3s infinite;
}
.snlp-tabs__tab__back__btn:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 17px;
  background: #fff;
}
.snlp-tabs--video {
  max-width: 1312px;
  margin: 0 auto;
  padding: 24px 0;
  background: #fff;
}
.snlp-tabs--video .snlp-tabs__inner {
  min-height: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .snlp-tabs--video .snlp-tabs__inner {
    height: auto;
    min-height: 0;
    border-radius: 8px 8px 0 0;
  }
}
.snlp-tabs--video .snlp-tabs__toggle {
  position: relative;
  z-index: 5;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transform: none;
  overflow: hidden;
}
@media (min-width: 992px) {
  .snlp-tabs--video .snlp-tabs__toggle {
    top: auto;
    bottom: auto;
    border-radius: 0 0 8px 8px;
  }
}
@media (max-width: 991px) {
  .snlp-tabs--video .snlp-tabs__toggle {
    background: #955955;
  }
}
.snlp-tabs--video .snlp-tabs__toggle__options {
  display: flex;
  justify-content: space-between;
  gap: 0;
  border-radius: 0;
  width: 100%;
  padding: 1px;
}
@media (max-width: 991px) {
  .snlp-tabs--video .snlp-tabs__toggle__options {
    padding: 27px 32px;
  }
}
.snlp-tabs--video .snlp-tabs__toggle__option {
  width: calc(25% - 2px);
  background: #f7ecf0;
  color: #000;
  border: solid 1px #fff;
  border-radius: 0;
}
@media (min-width: 992px) {
  .snlp-tabs--video .snlp-tabs__toggle__option {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .snlp-tabs--video .snlp-tabs__toggle__option {
    display: none;
  }
}
@media (min-width: 992px) {
  .snlp-tabs--video .snlp-tabs__toggle__option:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 16px 0 0;
    background: url(https://res.cloudinary.com/sharkninja/image/upload/f_auto,q_auto/v1730291365/LP/beauty/BeautyHub/play.svg);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
  }
}
.snlp-tabs--video .snlp-tabs__toggle__option--active {
  background: #955955;
  color: #fff;
}
@media (max-width: 991px) {
  .snlp-tabs--video .snlp-tabs__toggle__option--active {
    display: block;
    width: auto;
    height: auto;
    flex-grow: 1;
    text-indent: 0;
    font-size: 1rem;
    line-height: 1.5;
    border: none;
    pointer-events: none;
    background: 0 0;
  }
}
@media (min-width: 992px) {
  .snlp-tabs--video .snlp-tabs__toggle__option--active:before {
    background-image: url(https://res.cloudinary.com/sharkninja/image/upload/f_auto,q_auto/v1730291373/LP/beauty/BeautyHub/playing.svg);
    animation: rotate 2s linear infinite;
  }
}
.snlp-tabs--video .snlp-tabs__tab {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  min-height: 0;
}
@media (max-width: 991px) {
  .snlp-tabs--video .snlp-tabs__tab {
    min-height: 102.56410256vw;
  }
}
.snlp-tabs--video .snlp-tabs__tab__inner {
  height: 100%;
}
@media (max-width: 991px) {
  .snlp-tabs--video .snlp-tabs__tab__inner {
    min-height: 102.56410256vw;
  }
}
@media (max-width: 991px) {
  .snlp-tabs--video .snlp-tabs__tab__img {
    width: 100%;
    max-width: 100vw;
    height: 102.56410256vw;
  }
}
.snlp-tabs--video .snlp-tabs__tab__content {
  align-items: center;
  opacity: 1;
  max-width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .snlp-tabs--video .snlp-tabs__tab__content {
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
  }
}
.snlp-tabs--video .snlp-tabs__tab__title h2 {
  font-size: 1.5rem;
  font-size: clamp(0.75rem, 6.15385vw, 1.5rem);
  line-height: 1.25;
  color: #fff;
}
@media (min-width: 992px) {
  .snlp-tabs--video .snlp-tabs__tab__title h2 {
    font-size: 3rem;
    line-height: 1.2;
    color: #fff;
  }
}
.snlp-tabs--video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.snlp-block-wrapper--usp-cards {
  background: #f9fafb;
}
.snlp-block-wrapper--usp-cards .snlp-inner {
  max-width: 1264px;
}
.snlp-usp-cards {
  padding: 64px 25px;
}
.snlp-usp-cards .snlp-btn__container {
  margin-top: 48px;
}
.snlp-usp-cards__intro {
  font-size: 1.5rem;
  font-size: clamp(0.75rem, 6.15385vw, 1.5rem);
  line-height: 1.4;
  letter-spacing: -0.005em;
  margin: 0 auto 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .snlp-usp-cards__intro {
    font-size: 2rem;
    font-size: clamp(1rem, 2.22222vw, 2rem);
    line-height: 1.4;
    letter-spacing: -0.001em;
    margin: 0 auto 32px;
  }
}
.snlp-usp-cards__intro img {
  padding: 0;
  margin: 0 auto 24px;
}
.snlp-usp-cards__intro__subtitle {
  font-family: proxima-nova-normal-700, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-size: clamp(0.625rem, 5.12821vw, 1.25rem);
  line-height: 1.4;
  letter-spacing: -0.005em;
  font-weight: 700;
}
@media (min-width: 992px) {
  .snlp-usp-cards__intro__subtitle {
    font-size: 1.5rem;
    font-size: clamp(0.75rem, 1.66667vw, 1.5rem);
    line-height: 1.5;
  }
}
.snlp-usp-cards__intro__title + .snlp-usp-cards__intro__subtitle {
  margin-top: 40px;
}
.snlp-usp-cards__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .snlp-usp-cards__list {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.snlp-usp-cards__card {
  padding: 2px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
  background-image: linear-gradient(white, #fff),
    radial-gradient(
      circle at top left,
      #fb3761 12.47%,
      #e337b5 53.37%,
      #68bbff 94.28%
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
}
@media (min-width: 768px) {
  .snlp-usp-cards__card {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1200px) {
  .snlp-usp-cards__card {
    width: calc(25% - 18px);
  }
}
.snlp-usp-cards__card__inner {
  padding: 32px 24px;
}
.snlp-usp-cards__card__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: linear-gradient(
    145.03deg,
    #fb3761 12.47%,
    #e337b5 53.37%,
    #68bbff 94.28%
  );
}
.snlp-usp-cards__card__img img {
  padding: 0;
}
.snlp-usp-cards__card__title {
  font-family: proxima-nova-normal-700, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 16px;
}
@media (min-width: 1200px) {
  .snlp-usp-cards__card__title {
    font-size: 1rem;
    margin: 0 0 12px;
  }
}
.snlp-carousel {
  background: #e2d9d4;
}
.snlp-carousel__item {
  position: absolute;
  top: 0;
  z-index: 1;
  height: calc(100vh - 139px);
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease-in-out;
}
@media (max-width: 767px) {
  .snlp-carousel__item {
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .snlp-carousel__item {
    position: sticky;
    top: 159px;
    z-index: 2 !important;
    transition: none;
  }
}
@media (min-width: 992px) {
  .snlp-carousel__item {
    top: 176px;
    height: calc(100vh - 176px);
    min-height: 500px;
  }
}
.snlp-carousel__item img,
.snlp-carousel__item video {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .snlp-carousel__item img,
  .snlp-carousel__item video {
    height: calc(100% - 234px);
  }
}
.snlp-carousel__item + .snlp-spacer {
  pointer-events: none;
  min-height: calc(100vh - 139px);
}
@media (min-width: 992px) {
  .snlp-carousel__item + .snlp-spacer {
    min-height: calc(100vh - 109px);
  }
}
@media (max-width: 767px) {
  .snlp-carousel__item--right video {
    -o-object-position: right;
    object-position: right;
  }
}
.snlp-carousel__intro,
.snlp-carousel__item__intro {
  font-family: proxima-nova-normal-400, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  font-size: clamp(1.25rem, 10.25641vw, 2.5rem);
  line-height: 1.25;
  margin: 0 auto;
  z-index: 3;
  padding: 38px;
  text-align: center;
  color: #000;
}
@media (min-width: 768px) {
  .snlp-carousel__intro,
  .snlp-carousel__item__intro {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .snlp-carousel__intro,
  .snlp-carousel__item__intro {
    font-family: proxima-nova-normal-600, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 4.5rem;
    font-size: clamp(2.25rem, 5vw, 4.5rem);
    line-height: 1.2;
  }
}
.snlp-carousel__intro strong,
.snlp-carousel__item__intro strong {
  background: -webkit-linear-gradient(
    299.58deg,
    #fb3761 13.41%,
    #e337b5 48.55%,
    #68bbff 83.68%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .snlp-carousel__intro {
    display: none;
  }
}
.snlp-carousel__item__copy {
  font-family: proxima-nova-normal-600, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  font-size: clamp(1rem, 8.20513vw, 2rem);
  line-height: 1.2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 38px;
  text-align: center;
  color: #fff;
}
@media (min-width: 992px) {
  .snlp-carousel__item__copy {
    font-size: 3rem;
    font-size: clamp(1.5rem, 3.33333vw, 3rem);
    line-height: 1.2;
  }
}
.snlp-carousel__item__copy:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}
.snlp-carousel__item__copy p {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition-delay: 0.4s;
}
.snlp-carousel__item__copy .snlp-btn {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .snlp-carousel__item__copy .snlp-btn {
    margin-top: 92px;
  }
}
.snlp-carousel__item__copy__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .snlp-carousel__item__copy__inner p {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .snlp-carousel__item__copy__inner p:last-of-type {
    margin-bottom: 40px;
  }
}
.snlp-carousel__item__copy__inner p img {
  width: 48px;
  height: auto;
  padding: 0;
  margin: 0 auto 9px;
}
@media (min-width: 768px) {
  .snlp-carousel__item__copy__inner p img {
    width: 64px;
    padding: 0;
    margin: 0 0 48px;
  }
}
@media (max-width: 767px) {
  .snlp-carousel__item__copy__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.snlp-carousel__item__copy--left {
  align-items: flex-start;
  text-align: center;
}
@media (max-width: 767px) {
  .snlp-carousel__item__copy--left {
    top: auto;
    padding: 24px;
    min-height: 234px;
  }
}
@media (max-width: 767px) {
  .snlp-carousel__item__copy--left:after {
    background: #000;
    opacity: 1 !important;
  }
}
.snlp-carousel__item__copy--left p {
  font-size: 1.5rem;
  font-size: clamp(0.75rem, 6.15385vw, 1.5rem);
  line-height: 1.4;
  min-height: 67px;
}
@media (max-width: 767px) {
  .snlp-carousel__item__copy--left p {
    text-align: center;
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 992px) {
  .snlp-carousel__item__copy--left p {
    font-size: 3.5rem;
    font-size: clamp(1.75rem, 3.88889vw, 3.5rem);
    line-height: 1.2;
  }
}
.snlp-carousel__item__image {
  position: absolute;
  top: 161px;
  right: 0;
  bottom: 64px;
  left: 0;
  margin: 0 auto;
  z-index: 4;
  height: calc(100vh - 175px - 225px);
  width: calc(100vh - 175px - 225px);
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  transition: top 0.4s ease-in-out, bottom 0.4s ease-in-out,
    width 0.4s ease-in-out, height 0.4s ease-in-out,
    border-radius 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .snlp-carousel__item__image {
    display: none;
  }
}
@media (min-width: 992px) {
  .snlp-carousel__item__image {
    height: calc(100vh - 175px - 225px);
    width: calc(100vh - 175px - 225px);
  }
}
.snlp-carousel__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.snlp-carousel__item__arrow,
.snlp-carousel__item__btn {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  margin: 48px 0 0 auto;
}
@media (max-width: 767px) {
  .snlp-carousel__item__arrow,
  .snlp-carousel__item__btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .snlp-carousel__item__arrow,
  .snlp-carousel__item__btn {
    margin: 69px 0 0;
    width: 60px;
    height: 60px;
  }
}
.snlp-carousel__item__arrow:after,
.snlp-carousel__item__btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background: #000;
  -webkit-mask-image: url(https://res.cloudinary.com/sharkninja/image/upload/f_auto,q_auto/v1730291337/LP/beauty/BeautyHub/arrow-right.svg);
  mask-image: url(https://res.cloudinary.com/sharkninja/image/upload/f_auto,q_auto/v1730291337/LP/beauty/BeautyHub/arrow-right.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (min-width: 768px) {
  .snlp-carousel__item__arrow:after,
  .snlp-carousel__item__btn:after {
    width: 60px;
    height: 60px;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    transform: rotate(90deg);
  }
}
.snlp-carousel__item__btn {
  margin: 48px auto 0;
}
.snlp-carousel__item__arrows {
  display: none;
}
@media (max-width: 767px) {
  .snlp-carousel__item__arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto 0 0;
  }
}
.snlp-carousel__item__arrows .slick-dots {
  display: flex;
  justify-content: center;
  bottom: auto;
}
.snlp-carousel__item__arrows .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
}
.snlp-carousel__item__arrows .slick-dots li div {
  width: 8px;
  height: 8px;
  background: #404040;
  border-radius: 50%;
}
.snlp-carousel__item__arrows .slick-dots li div:before {
  display: none;
}
.snlp-carousel__item__arrows .slick-dots li + li {
  margin-left: 8px;
}
.snlp-carousel__item__arrows .slick-dots .slick-active div {
  background-color: #fff;
}
.snlp-carousel__item__arrow {
  display: none;
}
@media (max-width: 767px) {
  .snlp-carousel__item__arrow {
    display: block;
    flex-shrink: 0;
    margin: 0;
  }
}
.snlp-carousel__item__arrow--prev {
  transform: scale(-1);
}
@media (max-width: 767px) {
  .snlp-carousel__item--default + .snlp-carousel__item {
    opacity: 1;
    pointer-events: all;
  }
}
@media (min-width: 992px) {
  .snlp-carousel__item--default {
    top: 175px;
    height: calc(100vh - 175px);
  }
}
@media (max-width: 767px) {
  .snlp-carousel__item--default .snlp-carousel__item__copy {
    font-size: 1.5rem;
    font-size: clamp(0.75rem, 6.15385vw, 1.5rem);
    line-height: 1.25;
    top: auto;
    color: #000;
  }
}
@media (max-width: 767px) {
  .snlp-carousel__item--default .snlp-carousel__item__copy:after {
    background: #fff;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .snlp-carousel__item--default .snlp-carousel__item__copy .snlp-btn {
    background: #000 !important;
    color: #fff !important;
  }
}
.snlp-carousel__item--active,
.snlp-carousel__item--default {
  opacity: 1;
  pointer-events: all;
}
.snlp-carousel__item--active {
  transition: opacity 0.8s ease-in-out;
}
.snlp-carousel__item--active .snlp-carousel__item__copy p {
  transform: none;
  opacity: 1;
}
.snlp-carousel__item--active .snlp-carousel__item__image {
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .snlp-carousel__item--active:has(+ .snlp-carousel__item--active)
    .snlp-carousel__item__copy
    p {
    transform: translateY(-20px);
    opacity: 0;
    transition-delay: 0s;
  }
}
.snlp-carousel--single .snlp-carousel__item {
  position: sticky;
  top: 139px;
}
@media (min-width: 992px) {
  .snlp-carousel--single .snlp-carousel__item {
    top: 112px;
    height: calc(100vh - 109px);
    min-height: 500px;
  }
}
.snlp-carousel--white {
  background: #fff;
}
@media (max-width: 767px) {
  .snlp-carousel--white {
    position: relative;
  }
}
@media (max-width: 767px) {
  .snlp-carousel--white .snlp-carousel__item--default {
    display: none;
  }
}
.snlp-carousel--white .snlp-carousel__item__copy:after {
  opacity: 0.2;
}
.snlp-featured-articles {
  padding: 64px 16px;
  background: #222;
}
.snlp-featured-articles h2 {
  font-family: proxima-nova-normal-400, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  font-size: clamp(1rem, 8.20513vw, 2rem);
  line-height: 1.2;
  letter-spacing: -0.005em;
  color: #fff;
  text-align: center;
  margin: 0 auto 32px;
}
@media (min-width: 992px) {
  .snlp-featured-articles h2 {
    font-size: 2.5rem;
    font-size: clamp(1.25rem, 2.77778vw, 2.5rem);
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.snlp-featured-articles .snlp-btn__container {
  margin-top: 106px;
}
@media (min-width: 768px) {
  .snlp-featured-articles .snlp-btn__container {
    margin-top: 64px;
  }
}
.snlp-featured-articles__inner {
  max-width: 304px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .snlp-featured-articles__inner {
    max-width: 608px;
  }
}
@media (min-width: 992px) {
  .snlp-featured-articles__inner {
    max-width: 912px;
  }
}
@media (min-width: 1200px) {
  .snlp-featured-articles__inner {
    max-width: 1216px;
  }
}
.snlp-featured-articles__list {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.snlp-featured-article {
  display: block;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  color: #000 !important;
  text-decoration: none !important;
  margin: 0 16px;
}
@media (min-width: 992px) {
  .snlp-featured-article {
    width: calc(33.333% - 22px);
  }
}
.snlp-featured-article__image {
  aspect-ratio: 1/1;
  background: #ece8df;
}
.snlp-featured-article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 0;
}
.snlp-featured-article__content {
  padding: 24px;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: -0.005em;
}
.snlp-featured-article__title {
  font-family: proxima-nova-normal-700, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25;
  margin: 0 0 16px;
}
.snlp-featured-articles__list.slick-slider {
  display: block;
  margin: 0 -16px;
}
.snlp-featured-articles__list.slick-slider .slick-dots {
  bottom: -58px;
}
@media (min-width: 768px) {
  .snlp-featured-articles__list.slick-slider .slick-dots {
    bottom: -30px;
  }
}
.snlp-featured-articles__list.slick-slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
}
.snlp-featured-articles__list.slick-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #414141;
  border-radius: 50%;
}
.snlp-featured-articles__list.slick-slider .slick-dots li button:before {
  display: none;
}
.snlp-featured-articles__list.slick-slider .slick-dots li + li {
  margin-left: 16px;
}
.snlp-featured-articles__list.slick-slider .slick-dots .slick-active button {
  background-color: #fff;
}
.snlp-intro {
  max-width: 1396px;
  padding: 30px 16px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .snlp-intro {
    padding: 30px 80px;
  }
}
@media (min-width: 992px) {
  .snlp-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 152px 16px;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.snlp-intro h2 {
  font-family: proxima-nova-normal-400, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-size: clamp(1rem, 8.20513vw, 2rem);
  line-height: 1.09;
  font-weight: 500;
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .snlp-intro h2 {
    font-size: 3rem;
    font-size: clamp(1.5rem, 3.33333vw, 3rem);
    line-height: 1.2;
    margin: 0 auto 32px;
  }
}
.snlp-intro p + p {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .snlp-intro p + p {
    margin-top: 32px;
  }
}
.snlp-intro__images {
  position: relative;
  width: calc(266 / 390 * 100%);
  margin: 0;
  aspect-ratio: 266/220;
}
@media (min-width: 992px) {
  .snlp-intro__images {
    width: calc(327 / 1368 * 100%);
    aspect-ratio: 327/397;
    margin: 0 auto;
  }
}
.snlp-intro__images img {
  padding: 0;
}
.snlp-intro__images--1 img {
  position: absolute;
  border-radius: 6px;
}
.snlp-intro__images--1 img:first-child {
  top: 0;
  left: 0;
  width: calc(180 / 266 * 100%);
}
@media (min-width: 992px) {
  .snlp-intro__images--1 img:first-child {
    width: calc(260 / 327 * 100%);
  }
}
.snlp-intro__images--1 img:last-child {
  bottom: 0;
  right: 0;
  width: calc(120 / 266 * 100%);
}
@media (min-width: 992px) {
  .snlp-intro__images--1 img:last-child {
    width: calc(180 / 327 * 100%);
  }
}
.snlp-intro__images--2 {
  margin: 0 0 0 auto;
}
.snlp-intro__images--2 img {
  position: absolute;
  border-radius: 6px;
}
.snlp-intro__images--2 img:first-child {
  z-index: 2;
  top: 0;
  left: 0;
  width: calc(120 / 266 * 100%);
}
@media (min-width: 992px) {
  .snlp-intro__images--2 img:first-child {
    width: calc(180 / 327 * 100%);
  }
}
.snlp-intro__images--2 img:last-child {
  z-index: 1;
  bottom: 0;
  right: 0;
  width: calc(180 / 266 * 100%);
}
@media (min-width: 992px) {
  .snlp-intro__images--2 img:last-child {
    width: calc(260 / 327 * 100%);
  }
}
.snlp-intro__copy {
  width: calc(358 / 390 * 100%);
  max-width: 358px;
  margin: 30px auto;
}
@media (min-width: 992px) {
  .snlp-intro__copy {
    width: calc(646 / 1368 * 100%);
    max-width: 646px;
    margin: 0 auto;
    text-align: center;
  }
}
.snlp-wrapper--sticky-nav {
  position: sticky;
  top: 75px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .snlp-wrapper--sticky-nav {
    top: 83px;
  }
}
@media (min-width: 992px) {
  .snlp-wrapper--sticky-nav {
    display: block;
    top: 112px;
  }
}
.snlp-block-wrapper--sticky-nav {
  background: #000;
  color: #fff;
}
@media (max-width: 991px) {
  .snlp-block-wrapper--sticky-nav {
    width: 100%;
  }
}
.snlp-sticky-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 16px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .snlp-sticky-nav {
    padding: 10px calc(86 / 1440 * 100%);
  }
}
.snlp-sticky-nav img {
  padding: 0;
}
.snlp-sticky-nav .snlp-btn {
  padding: 6px 12px;
  margin: 0 0 0 8px;
  font-size: 0.75rem;
  line-height: 1.3;
  background-color: #d93c08;
  border-color: #d93c08;
  color: #fff !important;
  white-space: nowrap;
}
.snlp-sticky-nav .snlp-btn:hover {
  background-color: #ac3006;
  border-color: #ac3006;
}
@media (min-width: 992px) {
  .snlp-sticky-nav .snlp-btn {
    margin: 0 0 0 56px;
  }
}
.snlp-sticky-nav__toggle {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 0 0 auto;
  background: url(https://res.cloudinary.com/sharkninja/image/upload/f_auto,q_auto/v1729868067/LP/beauty/CryoGlow/chevron-down.svg);
  background-size: 14px auto;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  overflow: hidden;
  text-indent: -9999px;
  transition: transform 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .snlp-sticky-nav__toggle {
    display: none;
  }
}
@media (min-width: 768px) {
  .snlp-sticky-nav__items {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 767px) {
  .snlp-sticky-nav__items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #222;
    max-height: 0;
    transition: max-height 0.4s ease-in-out;
    overflow: hidden;
  }
}
.snlp-sticky-nav__items a {
  display: block;
  padding: 20px 32px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .snlp-sticky-nav__items a {
    padding: 10px 16px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .snlp-sticky-nav__items a + a {
    margin-left: 16px;
  }
}
@media (min-width: 992px) {
  .snlp-sticky-nav__items a + a {
    margin-left: 40px;
  }
}
.snlp-sticky-nav__items a.snlp-sticky-nav__item--active {
  color: #d93c08 !important;
  text-decoration: underline !important;
}
.snlp-sticky-nav--active .snlp-sticky-nav__toggle {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .snlp-sticky-nav--active .snlp-sticky-nav__items {
    max-height: 256px;
  }
}
.snlp-cta-blocks {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .snlp-cta-blocks {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 24px 0;
  }
}
@media (min-width: 992px) {
  .snlp-cta-blocks {
    padding: 48px 0 24px;
  }
}
.snlp-cta-block {
  position: relative;
  aspect-ratio: 390/258;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ddd;
  color: #fff;
}
@media (min-width: 768px) {
  .snlp-cta-block {
    width: calc(643 / 1440 * 100%);
    aspect-ratio: 643/426;
    border-radius: 8px;
    overflow: hidden;
  }
}
.snlp-cta-block img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.snlp-cta-block:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
}
.snlp-cta-block__inner {
  position: relative;
  z-index: 3;
}
.snlp-cta-block__subtitle {
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0 auto 24px;
  letter-spacing: 0.2em;
}
@media (min-width: 992px) {
  .snlp-cta-block__subtitle {
    font-size: 1rem;
  }
}
.snlp-cta-block__title h2 {
  font-family: proxima-nova-normal-400, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  font-size: clamp(1rem, 8.20513vw, 2rem);
  line-height: 1.25;
  margin: 0 auto 32px;
  color: #fff;
}
@media (min-width: 992px) {
  .snlp-cta-block__title h2 {
    font-size: 3rem;
    font-size: clamp(1.5rem, 3.33333vw, 3rem);
    line-height: 1.25;
    margin: 0 auto 48px;
    color: #fff;
  }
}
.snlp-cta-block--square {
  aspect-ratio: 390/388;
}
@media (min-width: 768px) {
  .snlp-cta-block--square {
    aspect-ratio: 644/640;
  }
}
.snlp-cta-block--square .snlp-cta-block__subtitle {
  font-size: 0.605625rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0 auto 20px;
}
@media (min-width: 992px) {
  .snlp-cta-block--square .snlp-cta-block__subtitle {
    font-size: 1rem;
  }
}
.snlp-cta-block--square .snlp-cta-block__title h2 {
  font-size: 1.81688rem;
  font-size: clamp(0.90844rem, 7.45385vw, 1.81688rem);
  line-height: 1.25009;
  font-family: proxima-nova-normal-600, Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 auto 32px;
  color: #fff;
}
@media (min-width: 992px) {
  .snlp-cta-block--square .snlp-cta-block__title h2 {
    font-size: 2.5rem;
    font-size: clamp(1.25rem, 2.77778vw, 2.5rem);
    line-height: 1.25;
    margin: 0 auto 48px;
    color: #fff;
  }
}
.snlp-cta-block--square p {
  margin: 0 0 32px;
}
.snlp-cta-block--square .snlp-btn {
  margin-top: auto;
}
.snlp-cta-block--square .snlp-cta-block__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 30px;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .snlp-cta-block--square .snlp-cta-block__inner {
    padding: 48px;
    font-size: 1.25rem;
  }
}
.snlp-cta-block--lower .snlp-cta-block__title {
  font-family: proxima-nova-normal-600, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0 auto 20px;
}
@media (min-width: 992px) {
  .snlp-cta-block--lower .snlp-cta-block__title {
    font-size: 1.5rem;
    font-size: clamp(0.75rem, 1.66667vw, 1.5rem);
    line-height: 1.4;
  }
}
.snlp-cta-block--lower .snlp-cta-block__inner {
  justify-content: flex-end;
}
.snlp-cta-block--lower .snlp-btn {
  margin-top: 0;
}
.snlp-copy-cta {
  position: relative;
  background: #ecc7b4;
  overflow: hidden;
}
.snlp-copy-cta .snlp-inner {
  position: relative;
  max-width: 1440px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 242px;
}
@media (max-width: 767px) {
  .snlp-copy-cta .snlp-inner {
    padding-top: 242px;
  }
}
@media (min-width: 768px) {
  .snlp-copy-cta .snlp-inner {
    background-position: right center;
    background-size: auto 100%;
  }
}
.snlp-copy-cta__copy {
  padding: 32px 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .snlp-copy-cta__copy {
    width: calc(564 / 1440 * 100%);
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .snlp-copy-cta__copy {
    font-size: 1.375rem;
    font-size: clamp(0.6875rem, 1.52778vw, 1.375rem);
    line-height: 1.4;
    padding: 32px 64px;
  }
}
@media (max-width: 991px) {
  .snlp-copy-cta__copy {
    text-align: center;
  }
}
.snlp-copy-cta__copy p {
  margin: 0;
}
.snlp-copy-cta__copy .snlp-btn {
  margin: 40px 0 0;
}
.snlp-copy-cta__title {
  font-size: 2.25rem;
  font-size: clamp(1.125rem, 9.23077vw, 2.25rem);
  line-height: 1.2;
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .snlp-copy-cta__title {
    font-size: 3.5rem;
    font-size: clamp(1.75rem, 3.88889vw, 3.5rem);
    line-height: 1.2;
  }
}
.snlp-copy-cta--black {
  background: #000;
  color: #fff;
}
.snlp-copy-cta--black .snlp-inner {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .snlp-copy-cta--black .snlp-inner {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .snlp-copy-cta--black .snlp-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.snlp-copy-cta--black .snlp-inner img {
  padding: 0;
}
@media (min-width: 992px) {
  .snlp-copy-cta--black .snlp-inner img {
    flex-grow: 0;
    width: auto;
    height: 100%;
  }
}
@media (min-width: 1201px) {
  .snlp-featured-articles__list.slick-slider .slick-dots {
    display: none;
  }
}
@media (max-width: 991px) {
  .snlp-copy-cta--black .snlp-copy-cta__copy {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .snlp-copy-cta--black .snlp-copy-cta__copy {
    width: calc(708 / 1440 * 100%);
    flex-shrink: 0;
  }
}
.snlp-copy-cta--inline {
  max-width: 1312px;
  margin: 8px auto 0;
}
@media (min-width: 992px) {
  .snlp-copy-cta--inline {
    max-height: 320px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .snlp-copy-cta--inline {
    border-radius: 8px;
    overflow: hidden;
  }
}
.snlp-copy-cta--inline .snlp-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .snlp-copy-cta--inline .snlp-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .snlp-copy-cta--inline .snlp-inner img {
    order: -1;
  }
}
@media (min-width: 992px) {
  .snlp-copy-cta--inline .snlp-inner img {
    max-height: 320px;
  }
}
@media (max-width: 991px) {
  .snlp-copy-cta--inline .snlp-copy-cta__copy {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .snlp-copy-cta--inline .snlp-copy-cta__copy {
    width: calc(624 / 1312 * 100%);
    padding: 0 0 0 64px;
    flex-shrink: 0;
  }
}
.snlp-copy-cta--padded {
  background: #f2e4da;
}
@media (min-width: 992px) {
  .snlp-copy-cta--padded .snlp-inner {
    min-height: 440px;
  }
}
.snlp-product-selector {
  padding: 48px 0 0;
}
@media (min-width: 992px) {
  .snlp-product-selector {
    padding: 64px 0 0;
  }
}
.snlp-product-selector .snlp-inner {
  position: relative;
  max-width: 1312px;
}
.snlp-product-selector__title h2 {
  font-family: proxima-nova-normal-400, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  font-size: clamp(1.125rem, 9.23077vw, 2.25rem);
  line-height: 1.09;
  margin: 0 auto 32px;
  text-align: center;
}
@media (min-width: 992px) {
  .snlp-product-selector__title h2 {
    font-size: 3.5rem;
    font-size: clamp(1.75rem, 3.88889vw, 3.5rem);
    line-height: 1.2;
    margin: 0 auto 80px;
  }
}
.snlp-product-selector__wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .snlp-product-selector__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 64px;
  }
}
.snlp-product-selector__video {
  aspect-ratio: 1/1;
  margin: 0 auto 32px;
}
@media (min-width: 768px) {
  .snlp-product-selector__video {
    order: 2;
    width: calc(660 / 1312 * 100%);
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
  }
}
.snlp-product-selector__video video {
  width: 100%;
  height: auto;
}
.snlp-product-selector__items {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .snlp-product-selector__items {
    padding: 0 32px 0 0;
  }
}
.snlp-product-selector__item {
  padding: 0 0 0 32px;
  border-left: solid 2px transparent;
  transition: margin 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .snlp-product-selector__item {
    padding: 0 0 0 48px;
    border-left: solid 4px transparent;
  }
}
.snlp-product-selector__item__title h3 {
  font-family: proxima-nova-normal-600, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  font-size: clamp(0.75rem, 6.15385vw, 1.5rem);
  line-height: 1.2;
  margin: 0 0 16px;
  color: #7a7a7a;
  cursor: pointer;
  transition: color 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .snlp-product-selector__item__title h3 {
    font-size: 2rem;
    font-size: clamp(1rem, 2.22222vw, 2rem);
    line-height: 1.2;
  }
}
.snlp-product-selector__item__title:hover {
  color: #000;
}
.snlp-product-selector__item__content {
  max-width: 386px;
  max-height: 0;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 16px;
  transition: max-height 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .snlp-product-selector__item__content {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.snlp-product-selector__item__content p {
  margin: 0;
}
.snlp-product-selector__item__content ul {
  font-family: proxima-nova-normal-600, Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 0;
  margin-top: 24px;
  list-style: none;
}
@media (min-width: 992px) {
  .snlp-product-selector__item__content ul {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
.snlp-product-selector__item__content ul li {
  position: relative;
  padding: 0 0 0 32px;
}
@media (min-width: 992px) {
  .snlp-product-selector__item__content ul li {
    padding: 0 0 0 36px;
  }
}
.snlp-product-selector__item__content ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url(https://res.cloudinary.com/sharkninja/image/upload/f_auto,q_auto/v1730291339/LP/beauty/BeautyHub/bullet.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .snlp-product-selector__item__content ul li:before {
    top: 2px;
    width: 20px;
    height: 20px;
  }
}
.snlp-product-selector__item__content ul li + li {
  margin-top: 8px;
}
.snlp-product-selector__item__content .snlp-btn {
  margin-top: 32px;
}
.snlp-product-selector__item--active {
  border-color: #911d63;
}
.snlp-product-selector__item--active .snlp-product-selector__item__title h3 {
  color: #000;
}
.snlp-product-selector__item--active .snlp-product-selector__item__content {
  max-height: 400px;
}
.snlp-product-selector__item + .snlp-product-selector__item {
  margin-top: 8px;
}
.snlp-product-selector__item--active + .snlp-product-selector__item {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .snlp-block-wrapper--background-transition .snlp-spacer {
    min-height: 256px;
  }
}
.snlp-background-transition {
  position: relative;
}
@media (min-width: 992px) {
  .snlp-background-transition {
    position: sticky;
    top: 173px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 173px);
    min-height: 550px;
  }
}
.snlp-background-transition__bg {
  background: #000;
  overflow: hidden;
}
@media (min-width: 992px) {
  .snlp-background-transition__bg {
    position: absolute;
    z-index: 1;
    top: 64px;
    left: 64px;
    right: 64px;
    bottom: 64px;
    border-radius: 8px;
    transition: top 0.4s ease-in-out, right 0.4s ease-in-out,
      bottom 0.4s ease-in-out, left 0.4s ease-in-out;
  }
}
.snlp-background-transition__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.snlp-background-transition__bg--inline {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background: #d5c9bb;
}
@media (min-width: 992px) {
  .snlp-background-transition__bg--inline {
    position: absolute;
  }
}
@media (max-width: 991px) {
  .snlp-background-transition__bg--inline {
    aspect-ratio: 390/220;
  }
}
.snlp-background-transition__bg--inline img {
  position: absolute;
  bottom: 0;
  display: block;
  width: auto;
  max-height: 100%;
  padding: 0;
  transition: opacity 0.4s ease-in-out;
}
.snlp-background-transition__bg--inline
  .snlp-background-transition__bg__img--inactive {
  z-index: 2;
}
.snlp-background-transition__bg--inline
  .snlp-background-transition__bg__img--active {
  z-index: 3;
  opacity: 0;
}
@media (min-width: 992px) {
  .snlp-background-transition__bg--inline:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #e82680;
    background: linear-gradient(180deg, #e82680 0, #45464d 100%);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
}
.snlp-background-transition__copy {
  max-width: 748px;
  padding: 48px 16px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .snlp-background-transition__copy {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.25;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
}
@media (max-width: 991px) {
  .snlp-background-transition__copy {
    text-align: center;
  }
}
.snlp-background-transition__copy .snlp-btn__container {
  flex-wrap: wrap;
  gap: 16px;
  margin: 32px auto 0;
}
@media (min-width: 992px) {
  .snlp-background-transition__copy .snlp-btn__container {
    gap: 24px;
    margin: 64px auto 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
}
.snlp-background-transition__copy .snlp-btn {
  margin: 0;
}
@media (max-width: 991px) {
  .snlp-background-transition__copy .snlp-btn {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .snlp-background-transition__copy .snlp-btn--outline {
    background: #000;
    color: #fff !important;
  }
}
.snlp-background-transition__copy--wide {
  max-width: 954px;
}
.snlp-background-transition__subtitle {
  font-family: proxima-nova-normal-400, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 500;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (min-width: 992px) {
  .snlp-background-transition__subtitle {
    font-size: 1rem;
    margin: 0 auto 40px;
  }
}
.snlp-background-transition__title h2 {
  font-family: proxima-nova-normal-400, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-size: clamp(0.75rem, 6.15385vw, 1.5rem);
  line-height: 1.09;
  font-weight: 500;
  margin: 0 0 24px;
  color: #fff;
}
@media (min-width: 992px) {
  .snlp-background-transition__title h2 {
    font-size: 3rem;
    font-size: clamp(1.5rem, 3.33333vw, 3rem);
    line-height: 1.25;
    margin: 0 auto 40px;
    color: #fff;
  }
}
@media (max-width: 991px) {
  .snlp-background-transition__title h2 {
    font-size: 3rem;
    font-size: clamp(1.5rem, 3.33333vw, 3rem);
    line-height: 1.25;
    margin: 0 auto 40px;
    color: #000 !important;
  }
}
@media (min-width: 992px) {
  .snlp-background-transition--active .snlp-background-transition__bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .snlp-background-transition--active
    .snlp-background-transition__bg--inline:after {
    opacity: 1;
  }
  .snlp-background-transition--active
    .snlp-background-transition__bg--inline
    .snlp-background-transition__bg__img--inactive {
    opacity: 0;
  }
  .snlp-background-transition--active
    .snlp-background-transition__bg--inline
    .snlp-background-transition__bg__img--active {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .snlp-background-transition--active .snlp-background-transition__copy {
    transform: none;
    opacity: 1;
    transition-delay: 0.2s;
  }
}
@media (min-width: 992px) {
  .snlp-background-transition--active
    .snlp-background-transition__copy
    .snlp-btn__container {
    transform: none;
    opacity: 1;
    transition-delay: 0.4s;
  }
}
.snlp-products {
  background: #fff;
}
.snlp-products .snlp-inner {
  max-width: 1263px;
  padding: 48px 0;
}
@media (min-width: 992px) {
  .snlp-products .snlp-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    padding: 48px 0 96px;
  }
}
.snlp-products__title {
  width: 100%;
  font-family: proxima-nova-normal-400, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  font-size: clamp(1.125rem, 9.23077vw, 2.25rem);
  line-height: 1.2;
  margin: 0 auto 24px;
  padding: 0 16px;
  text-align: center !important;
}
@media (min-width: 992px) {
  .snlp-products__title {
    font-size: 3.5rem;
    font-size: clamp(1.75rem, 3.88889vw, 3.5rem);
    line-height: 1.2;
    text-align: center !important;
  }
}
.snlp-product {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 24px auto 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .snlp-product {
    margin: 48px 0 0;
  }
}
.snlp-product .snlp-btn {
  margin: 16px auto 24px;
}
.snlp-product img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  padding: 0;
}
.snlp-product__title h3 {
  font-family: proxima-nova-normal-400, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.1666666667;
  font-weight: 500;
  margin: 0 0 8px;
}
.snlp-products__carousel.slick-slider {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 405px;
}
@media (min-width: 768px) {
  .snlp-products__carousel.slick-slider {
    max-width: 810px;
  }
}
@media (min-width: 992px) {
  .snlp-products__carousel.slick-slider {
    max-width: 1215px;
  }
}
.snlp-products__carousel.slick-slider .slick-arrow {
  top: 50%;
  width: 48px;
  height: 48px;
  margin: 0 16px;
  background: #000;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .snlp-products__carousel.slick-slider .slick-arrow {
    right: 16px;
    margin: 0;
  }
}
.snlp-products__carousel.slick-slider .slick-arrow:before {
  display: none !important;
}
.snlp-products__carousel.slick-slider .slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background: #fff;
  -webkit-mask-image: url(https://res.cloudinary.com/sharkninja/image/upload/f_auto,q_auto/v1730291337/LP/beauty/BeautyHub/arrow-right.svg);
  mask-image: url(https://res.cloudinary.com/sharkninja/image/upload/f_auto,q_auto/v1730291337/LP/beauty/BeautyHub/arrow-right.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.snlp-products__carousel.slick-slider .slick-prev {
  transform: scale(-1);
  right: auto;
}
@media (min-width: 992px) {
  .snlp-products__carousel.slick-slider .slick-prev {
    left: 16px;
  }
}
.snlp-products__carousel.slick-slider .slick-disabled {
  opacity: 0.25;
}
.snlp-products__carousel.slick-slider .slick-dots {
  bottom: 0;
}
@media (min-width: 992px) {
  .snlp-products__carousel.slick-slider .slick-dots {
    bottom: -32px;
  }
}
.snlp-products__carousel.slick-slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
}
.snlp-products__carousel.slick-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #98a2b3;
  border-radius: 50%;
}
.snlp-products__carousel.slick-slider .slick-dots li button:before {
  display: none;
}
.snlp-products__carousel.slick-slider .slick-dots li + li {
  margin-left: 16px;
}
.snlp-products__carousel.slick-slider .slick-dots .slick-active button {
  background-color: #1d2939;
}
.snlp-image-gallery {
  padding: 32px 0;
  overflow: hidden;
}
.snlp-image-gallery__title {
  font-family: proxima-nova-normal-400, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  font-size: clamp(0.75rem, 6.15385vw, 1.5rem);
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 48px;
}
@media (min-width: 992px) {
  .snlp-image-gallery__title {
    font-size: 2.5rem;
    font-size: clamp(1.25rem, 2.77778vw, 2.5rem);
    line-height: 1.2;
  }
}
.snlp-image-gallery__row {
  display: flex;
  gap: 16px;
}
.snlp-image-gallery__row + .snlp-image-gallery__row {
  margin-top: 16px;
  transform: translate(-26.41026%);
}
@media (min-width: 992px) {
  .snlp-image-gallery__row + .snlp-image-gallery__row {
    transform: translate(-14.44444%);
  }
}
.snlp-image-gallery__row__img {
  width: calc(206 / 390 * 100%);
  max-width: 206px;
  aspect-ratio: 416/340;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .snlp-image-gallery__row__img {
    width: calc(416 / 1440 * 100%);
    max-width: 416px;
  }
}
.snlp-image-gallery__row__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 0;
}
.snlp-hero--beauty .snlp-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: #00000040;
  max-width: 100vw;
}
.rich-text__wrapper-- {
  overflow: hidden;
}
a[href]:not([role]):not(.btn):not(.full-unstyled-link):not(.footer),
[role="link"] {
  cursor: pointer;
  transition: all 0.3s linear;
  color: inherit;
  /* text-decoration: underline; */

 /*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../css/../fonts/glyphicons/glyphicons-halflings-regular.eot");
  src: url("../css/../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../css/../fonts/glyphicons/glyphicons-halflings-regular.woff2")
      format("woff2"),
    url("../css/../fonts/glyphicons/glyphicons-halflings-regular.woff")
      format("woff"),
    url("../css/../fonts/glyphicons/glyphicons-halflings-regular.ttf")
      format("truetype"),
    url("../css/../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
      format("svg");
  font-display: swap;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /*  font-size: 16px; */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #d93c08;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color: #000;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 34px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 17px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #999;
}

.text-primary {
  color: #d93c08;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #a82e06;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #d93c08;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #a82e06;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline.alert.alert-danger + .stripepay-error-3dsecure {
  display: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 150px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 170px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 962px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px 9;
  line-height: normal;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
}

.form-control,
.stripepay .form-group .StripeElement {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus,
.stripepay .form-group .StripeElement:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder,
.stripepay .form-group .StripeElement::-moz-placeholder {
  color: #d93c08;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.stripepay .form-group .StripeElement:-ms-input-placeholder {
  color: #d93c08;
}

.form-control::-webkit-input-placeholder,
.stripepay .form-group .StripeElement::-webkit-input-placeholder {
  color: #d93c08;
}

.form-control::-ms-expand,
.stripepay .form-group .StripeElement::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.stripepay .form-group .StripeElement[disabled],
.stripepay .form-group .StripeElement[readonly],
fieldset[disabled] .stripepay .form-group .StripeElement {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control,
.stripepay .form-group .StripeElement[disabled],
fieldset[disabled] .stripepay .form-group .StripeElement {
  cursor: not-allowed;
}

textarea.form-control,
textarea.stripepay .form-group .StripeElement {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="date"].stripepay .form-group .StripeElement,
  input[type="time"].stripepay .form-group .StripeElement,
  input[type="datetime-local"].stripepay .form-group .StripeElement,
  input[type="month"].stripepay .form-group .StripeElement {
    line-height: 36px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px 9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control,
.form-group-sm .stripepay .form-group .StripeElement {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.form-group-sm select.form-control,
.form-group-sm select.stripepay .form-group .StripeElement {
  height: 33px;
  line-height: 33px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.stripepay .form-group .StripeElement,
.form-group-sm select[multiple].stripepay .form-group .StripeElement {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-lg {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control,
.form-group-lg .stripepay .form-group .StripeElement {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

.form-group-lg select.form-control,
.form-group-lg select.stripepay .form-group .StripeElement {
  height: 49px;
  line-height: 49px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.stripepay .form-group .StripeElement,
.form-group-lg select[multiple].stripepay .form-group .StripeElement {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control,
.has-feedback .stripepay .form-group .StripeElement {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .stripepay .form-group .StripeElement + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .stripepay .form-group .StripeElement + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control,
.has-success .stripepay .form-group .StripeElement {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus,
.has-success .stripepay .form-group .StripeElement:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control,
.has-warning .stripepay .form-group .StripeElement {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus,
.has-warning .stripepay .form-group .StripeElement:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control,
.has-error .stripepay .form-group .StripeElement {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus,
.has-error .stripepay .form-group .StripeElement:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control,
  .form-inline .stripepay .form-group .StripeElement {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .stripepay .form-group .StripeElement {
    width: auto;
  }

  .form-inline .input-group > .form-control,
  .form-inline .input-group > .stripepay .form-group .StripeElement {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #d93c08;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #d93c08;
  background-color: #eee;
  border-color: #d93c08;
}

.btn-default:focus,
.btn-default.focus {
  color: #d93c08;
  background-color: #d5d5d5;
  border-color: #5e1a03;
}

.btn-default:hover {
  color: #d93c08;
  background-color: #d5d5d5;
  border-color: #9e2c06;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #d93c08;
  background-color: #d5d5d5;
  background-image: none;
  border-color: #9e2c06;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #d93c08;
  background-color: #c3c3c3;
  border-color: #5e1a03;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #eee;
  border-color: #d93c08;
}

.btn-default .badge {
  color: #eee;
  background-color: #d93c08;
}

.btn-primary {
  color: #fff;
  background-color: #d93c08;
  border-color: #333;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #a82e06;
  border-color: #000;
}

.btn-primary:hover {
  color: #fff;
  background-color: #a82e06;
  border-color: #141414;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #a82e06;
  background-image: none;
  border-color: #141414;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #852505;
  border-color: #000;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #d93c08;
  border-color: #333;
}

.btn-primary .badge {
  color: #d93c08;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #00abea;
  border-color: #0098d1;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #0086b7;
  border-color: #003b51;
}

.btn-info:hover {
  color: #fff;
  background-color: #0086b7;
  border-color: #006c93;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #0086b7;
  background-image: none;
  border-color: #006c93;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #006c93;
  border-color: #003b51;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #00abea;
  border-color: #0098d1;
}

.btn-info .badge {
  color: #00abea;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f39c12;
  border-color: #e08e0b;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #c87f0a;
  border-color: #674105;
}

.btn-warning:hover {
  color: #fff;
  background-color: #c87f0a;
  border-color: #a66908;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c87f0a;
  background-image: none;
  border-color: #a66908;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #a66908;
  border-color: #674105;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f39c12;
  border-color: #e08e0b;
}

.btn-warning .badge {
  color: #f39c12;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e43725;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #d62c1a;
  border-color: #7b190f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #d62c1a;
  border-color: #b62516;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d62c1a;
  background-image: none;
  border-color: #b62516;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #b62516;
  border-color: #7b190f;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #e74c3c;
  border-color: #e43725;
}

.btn-danger .badge {
  color: #e74c3c;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: inherit;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #d93c08;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid 9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #d93c08;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid 9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control,
.input-group .stripepay .form-group .StripeElement {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .stripepay .form-group .StripeElement:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .stripepay .form-group .StripeElement {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg > .stripepay .form-group .StripeElement {
  height: 49px;
  line-height: 49px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .stripepay .form-group .StripeElement,
select[multiple].input-group-lg > .stripepay .form-group .StripeElement {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .stripepay .form-group .StripeElement {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-group-sm > .stripepay .form-group .StripeElement {
  height: 33px;
  line-height: 33px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .stripepay .form-group .StripeElement,
select[multiple].input-group-sm > .stripepay .form-group .StripeElement {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .stripepay .form-group .StripeElement {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group
  .stripepay
  .form-group
  .StripeElement:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group .stripepay .form-group .StripeElement:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group .stripepay .form-group .StripeElement:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: inherit;
}

.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs-wrapper {
  background-color: #f8f8f8;
}

.nav-tabs {
  display: flex;
  justify-content: center;
}

.nav-tabs > li {
  float: left;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  color: #000;
  border-bottom: 0.375rem solid transparent;
}

.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  border-bottom: 0.375rem solid #d93c08;
  background-color: transparent;
  outline: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  cursor: default;
  border-bottom: 0.375rem solid #d93c08;
  outline: 0;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.fullsize {
  width: calc(100vw - 10px);
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #d93c08;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .navbar {
    float: right;
  }
}

@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
    float: right;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: none;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 14px 0;
  font-size: 20px;
  line-height: 22px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7px 0;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.navbar-form {
  padding: 10px 0;
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control,
  .navbar-form .stripepay .form-group .StripeElement {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .stripepay .form-group .StripeElement {
    width: auto;
  }

  .navbar-form .input-group > .form-control,
  .navbar-form .input-group > .stripepay .form-group .StripeElement {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.navbar-form label {
  padding-right: 0.25rem;
}

@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}

.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: 0;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #999;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #d93c08;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #d93c08;
  border-color: #d93c08;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #d93c08;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #a82e06;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #00abea;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0086b7;
}

.label-warning {
  background-color: #f39c12;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c87f0a;
}

.label-danger {
  background-color: #e74c3c;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d62c1a;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: inherit;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 0;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: inherit;
}

.thumbnail .caption {
  padding: 9px;
  color: #000;
}

.alert,
.stripepay
  .form-group.stripepay-bv-errors
  input.stripepay-validation
  ~ small.help-block {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger,
.stripepay
  .form-group.stripepay-bv-errors
  input.stripepay-validation
  ~ small.help-block {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #d93c08;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-info {
  background-color: #00abea;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-warning {
  background-color: #f39c12;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-danger {
  background-color: #e74c3c;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #d93c08;
  border-color: #d93c08;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #fcc4b1;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: -1px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: -1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: -1px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 22px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #d93c08;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #d93c08;
  border-color: #d93c08;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d93c08;
}

.panel-primary > .panel-heading .badge {
  color: #d93c08;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d93c08;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 0;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #d93c08;
  text-shadow: none;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #d93c08;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-open .modal:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #dbdbdb;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #dbdbdb;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px !important;
    max-width: 900px !important;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 310px;
  padding: 1px;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item.active picture {
  display: inherit !important;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5%;
  font-size: 20px;
  color: #232323;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #232323;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #999;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #d93c08;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@font-face {
  font-family: "robotoregular";
  src: url("../css/../fonts/roboto/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "roboto_condensedregular";
  src: url("../css/../fonts/roboto/robotocondensed-regular-webfont.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "roboto_condensedbold";
  src: url("../css/../fonts/roboto/robotocondensed-bold-webfont.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "robotobold";
  src: url("../css/../fonts/roboto/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-display: swap;
  font-family: "opensans";
  src: url("../css/../fonts/opensans/opensans-regular.woff2") format("woff2"),
    url("../css/../fonts/opensans/opensans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "opensans";
  src: url("../css/../fonts/opensans/opensans-regular-italic.woff2")
      format("woff2"),
    url("../css/../fonts/opensans/opensans-regular-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: "opensans";
  src: url("../css/../fonts/opensans/opensans-semibold.woff2") format("woff2"),
    url("../css/../fonts/opensans/opensans-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "opensans";
  src: url("../css/../fonts/opensans/opensans-semibold-italic.woff2")
      format("woff2"),
    url("../css/../fonts/opensans/opensans-semibold-italic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: "opensans";
  src: url("../css/../fonts/opensans/opensans-bold.woff2") format("woff2"),
    url("../css/../fonts/opensans/opensans-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "opensans";
  src: url("../css/../fonts/opensans/opensans-bold-italic.woff2")
      format("woff2"),
    url("../css/../fonts/opensans/opensans-bold-italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: "opensans";
  src: url("../css/../fonts/opensans/opensans-extrabold.woff2") format("woff2"),
    url("../css/../fonts/opensans/opensans-extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "opensans";
  src: url("../css/../fonts/opensans/opensans-extrabold-italic.woff2")
      format("woff2"),
    url("../css/../fonts/opensans/opensans-extrabold-italic.woff")
      format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: "montserratblack";
  src: url("../css/../fonts/montserrat/montserrat-black.woff2") format("woff2"),
    url("../css/../fonts/montserrat/montserrat-black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "icomoon";
  src: url("../css/../fonts/icon-font/icomoon.woff") format("woff"),
    url("../css/../fonts/icon-font/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "\e900";
}

.icon-home:before {
  content: "\e907";
}

.icon-info:before {
  content: "\e908";
}

.icon-facebook3:before {
  content: "\e901";
}

.icon-twitter3:before {
  content: "\e902";
}

.icon-pinterest3:before {
  content: "\e903";
}

.icon-google-plus:before {
  content: "\ea8b";
}

.icon-google-plus3:before {
  content: "\ea8d";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-facebook2:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-truck:before {
  content: "\e909";
}

@font-face {
  font-family: "proxima-nova-normal-700";
  src: url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff"),
    url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "proxima-nova-italic-700";
  src: url("https://use.typekit.net/af/4c4052/00000000000000003b9b3069/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/4c4052/00000000000000003b9b3069/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
      format("woff"),
    url("https://use.typekit.net/af/4c4052/00000000000000003b9b3069/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
      format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "proxima-nova-normal-400";
  src: url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "proxima-nova-normal-600";
  src: url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3")
      format("woff"),
    url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3")
      format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "proxima-nova-italic-400";
  src: url("https://use.typekit.net/af/5c70f2/00000000000000003b9b3063/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/5c70f2/00000000000000003b9b3063/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/5c70f2/00000000000000003b9b3063/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
      format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "proxima-nova-condensed-normal-700";
  src: url("https://use.typekit.net/af/0ff5e1/00000000000000003b9b3078/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/0ff5e1/00000000000000003b9b3078/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff"),
    url("https://use.typekit.net/af/0ff5e1/00000000000000003b9b3078/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "proxima-nova-condensed-italic-700";
  src: url("https://use.typekit.net/af/519896/00000000000000003b9b3079/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/519896/00000000000000003b9b3079/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
      format("woff"),
    url("https://use.typekit.net/af/519896/00000000000000003b9b3079/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
      format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "proxima-nova-condensed-normal-400";
  src: url("https://use.typekit.net/af/8e2bbd/00000000000000003b9b3072/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/8e2bbd/00000000000000003b9b3072/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/8e2bbd/00000000000000003b9b3072/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "proxima-nova-condensed-italic-400";
  src: url("https://use.typekit.net/af/5364bc/00000000000000003b9b3073/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/5364bc/00000000000000003b9b3073/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/5364bc/00000000000000003b9b3073/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
      format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "proxima-nova-extra-condensed-italic-700";
  src: url("https://use.typekit.net/af/4a329e/00000000000000003b9b3089/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/4a329e/00000000000000003b9b3089/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
      format("woff"),
    url("https://use.typekit.net/af/4a329e/00000000000000003b9b3089/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
      format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "proxima-nova-extra-condensed-normal-700";
  src: url("https://use.typekit.net/af/7b18df/00000000000000003b9b3088/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/7b18df/00000000000000003b9b3088/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff"),
    url("https://use.typekit.net/af/7b18df/00000000000000003b9b3088/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "proxima-nova-extra-condensed-italic-400";
  src: url("https://use.typekit.net/af/bcf2f4/00000000000000003b9b3083/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/bcf2f4/00000000000000003b9b3083/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/bcf2f4/00000000000000003b9b3083/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
      format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "proxima-nova-extra-condensed-normal-400";
  src: url("https://use.typekit.net/af/0dfb3d/00000000000000003b9b3082/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/0dfb3d/00000000000000003b9b3082/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/0dfb3d/00000000000000003b9b3082/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

.tk-proxima-nova {
  font-family: "proxima-nova", sans-serif;
}

.tk-proxima-nova-condensed {
  font-family: "proxima-nova-condensed", sans-serif;
}

.tk-proxima-nova-extra-condensed {
  font-family: "proxima-nova-extra-condensed", sans-serif;
}

.icon-svg {
  background: url(../css/../img/icons/sprite-icons.svg) no-repeat;
}

.no-svg .icon-svg {
  background: url(../css/../img/icons/sprite-icons.webp) no-repeat;
}

.icon-facebook {
  background-position: 0 0;
}

.icon-twitter {
  background-position: 0 -30px;
}

.icon-youtube {
  background-position: 0 -60px;
}

.icon-vimeo {
  background-position: 0 -90px;
}

.icon-pinterest {
  background-position: 0 -120px;
}

.icon-googleplus {
  background-position: 0 -150px;
}

.icon-instagram {
  background-position: 0 -180px;
}

.icon-svg-default {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  display: inline-block;
}

@media (max-width: 767px) {
  .icon-svg-default {
    height: 26px;
  }
}

.icon-all-cards {
  background-image: url(../css/../img/icons/all-card-logos.svg);
}

.icon-card-regular {
  background-image: url(../css/../img/icons/credit-card-regular.svg);
}

.icon-card-plus {
  background-image: url(../css/../img/icons/credit-card-plus.svg);
}

.icon-card-cvc {
  background-image: url(../css/../img/icons/card-cvc.svg);
}

.icon-paypal {
  background-image: url(../css/../img/icons/paypal.svg);
}

.icon-paypal-credit {
  background-image: url(../css/../img/icons/paypal-credit-icon.webp);
}

.icon-klarna {
  background-image: url(../css/../img/icons/klarna.webp);
}

.icon-card-vector-img {
  background-image: url(../css/../img/icons/vector.svg);
}

.icon-card-vector-click-img {
  background-image: url(../css/../img/icons/vector-two.svg);
}

.icon-card-shipping-img {
  background-image: url(../css/../img/icons/shipping.svg);
}

.icon-top-left {
  background-position: top left;
}

.icon-center-left {
  background-position: center left;
}

.icon-top-right {
  background-position: top right;
}

.icon-center-right {
  background-position: center right;
}

.icon-center-center {
  background-position: center center;
}

.icon-more-info {
  background-image: url(../css/../img/icons/more-info.webp);
}

.icon-benefit-close {
  background-image: url(../css/../img/icons/benefit-close.webp);
}

.icon-close-svg {
  background-image: url(../css/../img/icons/close-sign.svg);
}

.icon-close-thin-svg {
  background-image: url(../css/../img/icons/icon-close-thin.svg);
}

.btn-tool .glyphicon {
  font-size: 22px;
}

.btn-tool ~ .btn-tool {
  margin-left: 0.66666667rem;
}

.btn-circle .glyphicon {
  font-size: 12px;
}

.pli-description .dl-horizontal + .btn-tool {
  margin-top: 7.5px;
}

.pli-description .dl-horizontal + .btn-tool ~ .btn-tool {
  margin-top: 7.5px;
  margin-left: 0.66666667rem;
}

.switch_arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #d93c08;
  display: inline-block;
  height: 0;
  margin-left: 3px;
  margin-top: -2px;
  vertical-align: middle;
  width: 0;
}

.layout {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}

.layout-direction-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout-direction-row-reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.layout-direction-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout-direction-column-reverse {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.layout-wrap-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout-wrap-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.layout-wrap-wrap-reserve {
  -webkit-flex-wrap: wrap-reserve;
  -moz-flex-wrap: wrap-reserve;
  -ms-flex-wrap: wrap-reserve;
  flex-wrap: wrap-reserve;
}

.layout-justify-content-flex-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.layout-justify-content-flex-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.layout-justify-content-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.layout-justify-content-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.layout-justify-content-space-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}

.layout-align-items-flex-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.layout-align-items-flex-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.layout-align-items-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.layout-align-items-stretch {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

.layout-align-items-baseline {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}

.layout-align-content-flex-start {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}

.layout-align-content-flex-end {
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
}

.layout-align-content-center {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
}

.layout-align-content-stretch {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}

.layout-align-content-baseline {
  -webkit-align-content: baseline;
  -moz-align-content: baseline;
  -ms-align-content: baseline;
  align-content: baseline;
}

.layout-align-self-auto {
  -webkit-align-self: auto;
  -moz-align-self: auto;
  -ms-align-self: auto;
  align-self: auto;
}

.layout-align-self-flex-start {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}

.layout-align-self-flex-end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}

.layout-align-self-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}

.layout-align-self-baseline {
  -webkit-align-self: baseline;
  -moz-align-self: baseline;
  -ms-align-self: baseline;
  align-self: baseline;
}

.layout-align-self-stretch {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container_for--byob {
  width: 80%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .container_for--byob {
    width: 100%;
    padding: 0 2rem;
  }
}

@media (max-width: 767px) {
  .container_for--byob {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.js-subscribe-failure-response {
  width: 100%;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  line-height: 1.313;
  overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h4,
.h4 h5,
.h5 h6,
.h6 {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

strong,
b {
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
}

a[href]:not([role]):not(.btn):not(.full-unstyled-link):not(.footer),
[role="link"] {
  cursor: pointer;
  transition: all 0.3s linear;
  color: inherit;
  /* text-decoration: underline; */
}

a[href]:not([role]):not(.btn):focus,
[role="link"]:focus {
  color: inherit;
  text-decoration: none;
}

a[href]:not([role]):not(.btn):hover,
[role="link"]:hover {
  color: #d93c08;
  /* text-decoration: underline; */
}

a[href]:not([role]):not(.btn):active,
[role="link"]:active {
  color: #d93c08;
  /* text-decoration: underline; */
}

a[href]:not([role]):not(.btn) h3:hover,
[role="link"] h3:hover {
  color: #999;
}

a[href]:not([role]):not(.btn).teaser-link,
[role="link"].teaser-link {
  display: block;
}

a[href]:not([role]):not(.btn).text-link,
[role="link"].text-link {
  text-decoration: underline;
}

nav a[href]:not([role]):not(.btn),
nav [role="link"],
.nav a[href]:not([role]):not(.btn),
.nav [role="link"],
[role="navigation"] a[href]:not([role]):not(.btn),
[role="navigation"] [role="link"] {
  color: unset;
  text-decoration: none;
}

nav a[href]:not([role]):not(.btn):hover,
nav [role="link"]:hover,
.nav a[href]:not([role]):not(.btn):hover,
.nav [role="link"]:hover,
[role="navigation"] a[href]:not([role]):not(.btn):hover,
[role="navigation"] [role="link"]:hover {
  color: #d93c08;
  text-decoration: none;
}

a.btn,
a[role]:not([role="link"]) {
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible,
[role="link"]:focus-visible,
[role="button"]:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.glyphicon.glyphicon-footer-icon:before {
  color: #fff;
  font-size: 50px;
}

.top-header .glyphicon {
  top: 3px;
}

.wrapper {
  padding: 0 0 50px 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}

.show-inline {
  display: inline;
}

.u-inline-block {
  display: inline-block;
}

.grey-panel {
  background: #eee;
  padding: 1.5rem 0;
}

.help-block {
  color: #999;
}

h4.help-block {
  color: #999;
}

.help-block-inline {
  display: inline-block;
  margin: 0;
}

.phone-input-container .form-group {
  width: 100%;
  padding: 0;
}

.phone-input-block {
  margin: -15px 0 15px 0;
  display: none;
  padding: 0;
}

.phone-input-block .phone-required {
  text-align: left;
  font-size: 0.8rem;
  margin: 5px 0 10px;
  color: #a94442;
}

.marketing-area img {
  padding-bottom: 1rem;
}

img.marketing {
  padding-bottom: 1rem;
}

@media (min-width: 1200px) {
  .text-right-lg {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
}

@media (max-width: 1199px) {
  .text-right-md {
    text-align: right;
  }
}

@media (max-width: 1199px) {
  .text-left-md {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .text-right-sm {
    text-align: right;
  }
}

@media (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .text-right-xs {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .float-right-lg {
    float: right;
  }
}

@media (min-width: 1200px) {
  .float-left-lg {
    float: left;
  }
}

@media (max-width: 1199px) {
  .float-right-md {
    float: right;
  }
}

@media (max-width: 1199px) {
  .float-left-md {
    float: left;
  }
}

@media (max-width: 991px) {
  .float-right-sm {
    float: right;
  }
}

@media (max-width: 991px) {
  .float-left-sm {
    float: left;
  }
}

@media (max-width: 767px) {
  .float-right-xs {
    float: right;
  }
}

@media (max-width: 767px) {
  .float-left-xs {
    float: left;
  }
}

[data-toggle="popover"] .glyphicon {
  padding-left: 0.25rem;
  font-size: 120%;
}

.popover[role="tooltip"] {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
}

.popover .arrow {
  border-color: transparent;
}

.popover .arrow:after {
  border-top-color: #000 !important;
}

.details-link,
.details-tooltip {
  padding-left: 0.5rem;
  font-size: 90%;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  text-transform: none;
  white-space: nowrap;
  display: inline-block;
}

@media (min-width: 768px) {
  .equal,
  .equal > div[class*="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
  }

  .equal > div[class*="col-"]:only-child {
    display: inherit;
    flex: 0 0 auto;
  }
}

.custom-pull-right {
  float: right !important;
  margin-right: 0 !important;
  padding-right: 15px !important;
  text-align: right !important;
}

.top-padding {
  padding-top: 1rem;
}

.bottom-padding {
  padding-bottom: 1rem;
}

.top-margin-default {
  margin-top: 1rem;
}

.bottom-margin-default {
  margin-bottom: 1rem;
}

::selection {
  background: #d93c08;
  color: #fff;
}

.fullwidth {
  clear: both;
  float: none;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
}

.et-ms-desktop {
  padding-bottom: 1rem;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding .block-width {
  padding: 0.8125rem 1rem;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .no-padding .block-width {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .no-padding .block-width {
    padding: 1rem 1.5rem;
  }
}

#newsletter_subscription-div {
  padding: 15px 0;
  margin-bottom: 15px;
}

#newsletter_subscription-div .email-box {
  margin: 0;
}

#newsletter_subscription-div .email-box .email-input {
  padding-right: 0;
  padding-left: 0;
}

#newsletter_subscription-div .form-group .email-label {
  padding-left: 0;
  padding-top: 10px;
}

#newsletter_subscription-div ul {
  padding-left: 0;
}

#newsletter_subscription-div ul li {
  list-style: none;
}

#newsletter_subscription-div ul li .checkbox {
  margin-bottom: 20px;
}

#newsletter_subscription-div .disclaimer {
  color: #767676;
  font-size: 0.75em;
  margin-bottom: 20px;
  padding-left: 0;
}

#newsletter_subscription-div .required {
  color: #d93c08;
  margin: 0 4px;
}

#newsletter_subscription-div .error-msg {
  color: #a94442;
}

.header-age-checked {
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 2rem;
}

.modal-dialog-centered {
  min-height: calc(20%) !important;
}

.link-underline {
  text-decoration: underline !important;
}

.newsletter-left {
  display: flex;
  justify-content: left;
}

.newsletter-center {
  display: flex;
  justify-content: center;
}

.newsletter-right {
  display: flex;
  justify-content: right;
}

.more-info-button {
  font-size: 1.125rem;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 600;
}

.more-info-button-text {
  margin-right: 10px;
}

.toLowerCase {
  text-transform: unset !important;
  color: #000 !important;
}

.language-switch .dropdown .caret-1 {
  content: "";
  display: block;
  background: url(../css/../img/dropdown-icon.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 8px;
  margin-left: 6px;
}

@media (max-width: 991px) {
  .language-switch .dropdown {
    padding: 1rem 0.2rem;
  }

  .language-switch .dropdown .caret {
    color: #cdd1d5;
    display: inline-block;
    border-top: 8px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
}

.language-switch .dropdown .dropdown-toggle {
  background: 0;
  border: 0;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.language-switch .dropdown .dropdown-menu {
  min-width: 100px;
  right: 0;
  left: unset;
  text-transform: capitalize;
}

.language-switch-country-icon {
  padding-right: 3px;
}

.product-tile .bv_main_container {
  display: flex !important;
  justify-content: center !important;
}

@media (max-width: 767px) {
  #onetrust-consent-sdk #onetrust-banner-sdk {
    aspect-ratio: auto;
  }
}

@media (max-width: 480px) {
  .wrapper {
    aspect-ratio: 1;
  }
}

.loader {
  height: 20px;
  width: 20px;
  border: 4px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  -moz-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
  margin: auto;
}

.loader.loader-inline {
  display: inline-block;
  border-color: #000;
  border-right-color: transparent;
  position: relative;
  top: 4px;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.btn .loader {
  display: none;
}

.btn.btn-default .loader {
  border-color: #d93c08;
}

.btn.btn-default.disabled {
  background: rgba(217, 60, 8, 0.3);
}

.btn.btn-primary .loader {
  border-color: #eee;
}

.btn.btn-primary.btn-lg .loader {
  height: 24px;
  width: 24px;
}

.btn.btn-primary.disabled {
  background: rgba(238, 238, 238, 0.3);
}

.btn.btn-loader {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.btn.btn-loader .loader {
  display: block;
  border-right-color: transparent;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.btn.btn-loader .loader + .btn-content {
  display: none;
}

.btn.btn-loader .loader + .btn-content.btn-content-show {
  display: block;
  margin-left: 0.5rem;
}

.shark-loader {
  height: 3.75rem;
  width: 3.75rem;
  border-width: 0.375rem;
  border-style: solid;
  border-color: rgba(217, 60, 8, 0.3);
  border-radius: 100%;
  border-top-color: #d93c08;
  -webkit-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
}

.shark-loader.small {
  height: 2.75rem;
  width: 2.75rem;
  margin: -1.375rem 0 0 -1.375rem;
}

.shark-loader.spot {
  border-color: rgba(144, 51, 169, 0.3);
  border-top-color: #9033a9;
}

.shark-loader.white {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
}

.shark-loader.grey {
  border-color: rgba(172, 172, 172, 0.3);
  border-top-color: #acacac;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

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

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

.btn {
  padding: 1rem 1.5rem;
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  background-color: #767676;
  border: 0;
  border-radius: 3.125rem;
  color: #fff;
  -webkit-transition-: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 767px) {
  .btn {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    clear: both;
  }
}

.btn:focus {
  color: #fff;
}

.btn:hover {
  background-color: #333;
  color: #fff;
}

.btn ~ .btn {
  margin-left: 0.33333333rem;
}

@media (max-width: 767px) {
  .btn ~ .btn {
    margin-left: 0;
  }
}

.btn ~ .btn.btn-block {
  margin-left: 0;
}

.btn.btn-link {
  text-transform: unset;
  text-decoration: none;
}

.btn.btn-link-inline {
  padding: 0;
  line-height: inherit;
  vertical-align: baseline;
  display: inline;
}

.btn.btn-primary {
  background-color: #d93c08;
}

.btn.btn-primary:hover {
  background-color: #333;
  border-color: #333 !important;
}

.btn.btn-primary--invert {
  border: solid 2px #d93c08;
  background-color: #fff;
  color: #d93c08;
}

.btn.btn-small {
  min-width: 0;
  padding: 0.5rem 2.25rem;
}

@media (max-width: 767px) {
  .btn.btn-small {
    padding: 0.5rem 1.25rem;
  }
}

.btn-lg,
.btn-group-lg > .btn {
  font-size: 1.375rem;
}

.btn-lg.btn-block {
  padding-left: 0;
  padding-right: 0;
}

.btn.pull-right ~ .btn.pull-right {
  margin-right: 2px;
}

.btn-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 14px;
  margin-bottom: 5px;
  padding: 7px 8px;
  width: 30px;
}

.btn.processing-state {
  background: #333 url(../css/../img/icons/processing.gif) 50% no-repeat;
  color: rgba(255, 255, 255, 0);
}

.btn-group .btn {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
  clear: none;
}

.btn-default-grey {
  padding: 0.5rem 1.25rem;
  background-color: #767676;
  color: #fff !important;
  font-size: 0.875rem;
  display: block;
}

.no-scroll {
  overflow: hidden;
}

.modal-dialog .close {
  opacity: 1;
  width: auto !important;
  margin: 0 !important;
  padding: 5px 8px 2px;
  border-radius: 50%;
  background: #cdd1d5;
  color: #333;
  line-height: 20px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .modal-dialog .close {
    padding-top: 4px;
  }
}

.modal-dialog .close:focus {
  outline: 0;
}

.modal-dialog__byob .close {
  background: 0;
  background-image: url(../css/../img/icons/close-sign.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  width: 23.5px !important;
  height: 23.5px;
}

@media (max-width: 767px) {
  .modal-dialog__byob .close {
    width: 30px !important;
    height: 30px;
  }
}

.modal-dialog-header {
  min-height: 50px;
}

.modal-dialog-header h2 {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  margin-bottom: 0;
}

.modal-dialog-title {
  font-weight: 600;
  text-align: center;
}

.modal-dialog-footer .btn {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}

.modal-content {
  width: 100%;
  border-radius: 8px;
  color: #767676;
}

.modal-content picture,
.modal-content video {
  width: 100%;
  margin-bottom: 1rem;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(89%);
}

.modal.lightbox {
  text-align: left;
}

.modal.lightbox p {
  font-size: 0.813rem;
}

.breadcrumbs {
  padding: 0 1rem 1rem 1rem;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs li {
  float: left;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumbs li span {
  margin: 0 0.5rem;
}

.breadcrumbs li:not(:last-child) {
  color: #999;
}

body.no-breadcrumb .breadcrumbs {
  display: none;
}

body.no-breadcrumb .toclist-content > div h2 {
  margin-top: 1rem !important;
}

.panel {
  margin-bottom: 2rem;
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: none;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
}

.panel > .list-group:first-child .list-group-item:last-child {
  border-bottom: 0;
}

.panel-body {
  padding: 1.5rem 0;
}

.panel-heading {
  padding: 0.5rem 0;
  border-bottom: 1px solid transparent;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-heading > a {
  display: block;
}

.panel-heading > a .glyphicon {
  color: #d93c08;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 1rem 1.5rem;
  background-color: #eee;
  border-top: 1px solid #dbdbdb;
}

.panel-group {
  margin-bottom: 2rem;
}

.panel-group .panel {
  margin-bottom: 0;
}

.panel-group .panel + .panel {
  margin-top: 0.5rem;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dbdbdb;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dbdbdb;
}

.panel-default {
  border-color: #dbdbdb;
}

.panel-default > .panel-heading {
  color: #000;
  background-color: #eee;
  border-color: #dbdbdb;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dbdbdb;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dbdbdb;
}

.panel-primary {
  border-color: #d93c08;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #d93c08;
  border-color: #d93c08;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d93c08;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d93c08;
}

.collection.panel-group .panel-heading {
  padding: 0;
}

.collection.panel-group .panel-heading h4 {
  padding: 10px 15px;
}

.collection.panel-group .panel-heading a {
  display: block;
  color: #555;
}

.collection.panel-group .panel-heading a:hover {
  color: #d93c08;
}

.collection.panel-group .panel-heading + .panel-collapse .panel-body {
  padding: 15px;
  border-top: 1px solid #dbdbdb;
}

.table-responsive {
  border: 0;
}

.table-responsive::selection,
.table-responsive img {
  width: 100%0;
}

.table {
  margin-bottom: 2rem;
}

.table > thead > tr > th {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  overflow: hidden;
  padding: 8px 8px 8px 0;
  border-right: 4px solid #fff;
  border-bottom: 1px solid #333;
}

.table > thead > tr > th.no-separator {
  border-bottom: 0;
}

.table > thead > tr > th:last-child {
  padding-right: 0;
}

.table > tbody > tr > td {
  border: 0;
  padding: 8px 8px 8px 0;
}

.table > tbody > tr > td:last-child {
  padding-right: 0;
}

.table > tbody > tr:last-child > td {
  border-bottom: 1px solid #ddd;
}

.list-header {
  border-bottom: 1px solid #333;
}

.list-header:before,
.list-header:after {
  display: table;
  content: " ";
}

.list-header:after {
  clear: both;
}

.list-header:before,
.list-header:after {
  display: table;
  content: " ";
}

.list-header:after {
  clear: both;
}

.list-header.no-separator {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .list-header {
    display: none;
  }
}

.list-header .list-header-item {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  overflow: hidden;
  padding: 8px 8px 8px 0;
  border-right: 4px solid #fff;
}

.list-header .list-header-item:last-child {
  padding-right: 0;
}

@media (min-width: 992px) {
  .list-header .list-header-item:last-child {
    padding-right: 1rem;
  }
}

.list-header .list-header-item.column-price {
  white-space: nowrap;
  padding-right: 0;
}

@media (min-width: 992px) {
  .list-header .list-header-item.column-price {
    padding-right: 1rem;
  }
}

.list-body {
  margin-bottom: 2rem;
}

.list-body .list-item-row:before,
.list-body .list-item-row:after {
  display: table;
  content: " ";
}

.list-body .list-item-row:after {
  clear: both;
}

.list-body .list-item-row:before,
.list-body .list-item-row:after {
  display: table;
  content: " ";
}

.list-body .list-item-row:after {
  clear: both;
}

@media (max-width: 767px) {
  .list-body .list-item-row {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
  }
}

.list-body .list-item-row.list-item-row-big {
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}

.list-body .list-item-row:last-child {
  border-bottom: 1px solid #ddd;
}

.list-body .list-item-row .list-item {
  padding: 8px 8px 8px 0;
  overflow: hidden;
}

.list-body .list-item-row .list-item .list-item {
  padding: 0;
}

.list-body .list-item-row .list-item .list-item-promo {
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}

.list-body .list-item-row .list-item .list-item-thumbnail {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .list-body .list-item-row .list-item .list-item-thumbnail {
    text-align: left;
  }
}

.list-body .list-item-row .list-item:last-child {
  padding-right: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .list-body .list-item-row .list-item:last-child {
    text-align: right;
  }
}

.list-body .list-item-row .list-item.column-price {
  white-space: nowrap;
  padding-right: 0;
}

.list-body .list-item-row .list-item.checkbox {
  margin-top: 0;
}

.list-body .list-item-row .list-item .form-control-feedback {
  display: none !important;
}

@media (max-width: 767px) {
  .list-body .list-item-row .list-item label {
    margin-right: 0.5rem;
  }
}

@media (max-width: 767px) {
  .list-body .list-item-row .clearfix.visible-xs-block + .list-item,
  .list-body .list-item-row .dl-horizontal dd.visible-xs-block + .list-item,
  .list-body .list-item-row .container.visible-xs-block + .list-item,
  .list-body .list-item-row .container-fluid.visible-xs-block + .list-item,
  .list-body .list-item-row .row.visible-xs-block + .list-item,
  .list-body
    .list-item-row
    .form-horizontal
    .form-group.visible-xs-block
    + .list-item,
  .list-body .list-item-row .btn-toolbar.visible-xs-block + .list-item,
  .list-body
    .list-item-row
    .btn-group-vertical
    > .btn-group.visible-xs-block
    + .list-item,
  .list-body .list-item-row .nav.visible-xs-block + .list-item,
  .list-body .list-item-row .navbar.visible-xs-block + .list-item,
  .list-body .list-item-row .navbar-header.visible-xs-block + .list-item,
  .list-body .list-item-row .navbar-collapse.visible-xs-block + .list-item,
  .list-body .list-item-row .pager.visible-xs-block + .list-item,
  .list-body .list-item-row .panel-body.visible-xs-block + .list-item,
  .list-body .list-item-row .modal-header.visible-xs-block + .list-item,
  .list-body .list-item-row .modal-footer.visible-xs-block + .list-item {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-body .list-item-row .clearfix.visible-sm-block + .list-item,
  .list-body .list-item-row .dl-horizontal dd.visible-sm-block + .list-item,
  .list-body .list-item-row .container.visible-sm-block + .list-item,
  .list-body .list-item-row .container-fluid.visible-sm-block + .list-item,
  .list-body .list-item-row .row.visible-sm-block + .list-item,
  .list-body
    .list-item-row
    .form-horizontal
    .form-group.visible-sm-block
    + .list-item,
  .list-body .list-item-row .btn-toolbar.visible-sm-block + .list-item,
  .list-body
    .list-item-row
    .btn-group-vertical
    > .btn-group.visible-sm-block
    + .list-item,
  .list-body .list-item-row .nav.visible-sm-block + .list-item,
  .list-body .list-item-row .navbar.visible-sm-block + .list-item,
  .list-body .list-item-row .navbar-header.visible-sm-block + .list-item,
  .list-body .list-item-row .navbar-collapse.visible-sm-block + .list-item,
  .list-body .list-item-row .pager.visible-sm-block + .list-item,
  .list-body .list-item-row .panel-body.visible-sm-block + .list-item,
  .list-body .list-item-row .modal-header.visible-sm-block + .list-item,
  .list-body .list-item-row .modal-footer.visible-sm-block + .list-item {
    padding-top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .list-body .list-item-row .clearfix.visible-md-block + .list-item,
  .list-body .list-item-row .dl-horizontal dd.visible-md-block + .list-item,
  .list-body .list-item-row .container.visible-md-block + .list-item,
  .list-body .list-item-row .container-fluid.visible-md-block + .list-item,
  .list-body .list-item-row .row.visible-md-block + .list-item,
  .list-body
    .list-item-row
    .form-horizontal
    .form-group.visible-md-block
    + .list-item,
  .list-body .list-item-row .btn-toolbar.visible-md-block + .list-item,
  .list-body
    .list-item-row
    .btn-group-vertical
    > .btn-group.visible-md-block
    + .list-item,
  .list-body .list-item-row .nav.visible-md-block + .list-item,
  .list-body .list-item-row .navbar.visible-md-block + .list-item,
  .list-body .list-item-row .navbar-header.visible-md-block + .list-item,
  .list-body .list-item-row .navbar-collapse.visible-md-block + .list-item,
  .list-body .list-item-row .pager.visible-md-block + .list-item,
  .list-body .list-item-row .panel-body.visible-md-block + .list-item,
  .list-body .list-item-row .modal-header.visible-md-block + .list-item,
  .list-body .list-item-row .modal-footer.visible-md-block + .list-item {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .list-body.list-installment .list-item-row .list-item {
    padding: 0;
  }
}

.column-price,
.column-action {
  text-align: right;
}

@media (max-width: 767px) {
  .column-price,
  .column-action {
    text-align: left;
  }
}

.product-title {
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  color: #000;
  font-size: 16px;
}

a.product-title {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

.product-id {
  font-size: 16px;
  color: #999;
}

.form-horizontal .list-item .form-group {
  margin: 0;
}

.table-compare > .fixed-column {
  position: absolute;
  display: inline-block;
}

@media (min-width: 768px) {
  .table-compare > .fixed-column {
    display: none;
  }
}

.table-compare .table > tbody > tr > td {
  border: 0;
  border-bottom: 1px solid #ddd;
  padding: 1rem;
}

.table-compare .table > tbody > tr > td .product-image {
  position: relative;
}

.table-compare .table > tbody > tr > td .product-image .btn-tool {
  position: absolute;
  right: 0;
  top: 0;
}

.table-compare .table > tbody > tr > th {
  border: 0;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 767px) {
  .table-compare .table > tbody > tr > th {
    display: none !important;
  }
}

.form-horizontal .control-label {
  text-align: left;
}

.form-horizontal .control-label.control-label-right {
  text-align: right;
  padding-right: 0;
}

@media (max-width: 767px) {
  .form-horizontal .control-label.control-label-right {
    text-align: left;
  }
}

.form-inline label {
  padding-right: 0.25rem;
}

label {
  font-weight: normal;
}

label.disabled {
  opacity: 0.5;
}

.input-help {
  color: #767676;
  font-size: 0.75rem;
}

.help-block {
  font-size: 0.825rem;
}

.radio label label {
  padding-left: 0;
}

fieldset {
  margin-bottom: 1rem;
}

.form-control:focus,
.stripepay .form-group .StripeElement:focus {
  border-color: #d93c08;
}

input.quantity {
  min-width: 80px;
  max-width: 100%;
}

input[type="radio"] ~ input[type="text"] {
  margin-left: 0.5rem;
}

@media (max-width: 767px) {
  input[type="radio"] ~ input[type="text"] {
    display: inline-block;
    width: 90%;
  }
}

.has-feedback .form-control-feedback {
  height: 2.75rem;
  line-height: 2.75rem;
  position: absolute;
}

.bv-form .has-feedback select + .form-control-feedback {
  right: 2.5rem;
}

.indicates-required {
  color: #999;
}

.indicates-required .required {
  color: #d93c08;
  margin-right: 4px;
}

.control-label .required {
  color: #d93c08;
  margin-left: 4px;
}

.postal-code-adjust {
  position: relative;
  float: left;
  width: 50%;
  margin: 0 -15px;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .postal-code-adjust {
    width: 100%;
    padding-right: 0;
  }

  .postal-code-adjust ~ .form-group.col-sm-6.has-feedback {
    display: contents;
  }
}

.postal-code-adjust .form-group {
  width: 100%;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .postal-code-adjust .form-group .col-sm-12 {
    padding-right: 0;
  }
}

.postal-code-adjust .postal-code-error-adjust {
  position: absolute;
  bottom: -40px;
  width: 100% !important;
  left: 30px;
}

#one-page-checkout-form[data-country-id="DE"] label[for="billing_PostalCode"],
#one-page-checkout-form[data-country-id="AT"] label[for="billing_PostalCode"] {
  margin-top: 0 !important;
}

.server-error .help-block,
.server-error .control-label,
.server-error .radio,
.server-error .checkbox,
.server-error .radio-inline,
.server-error .checkbox-inline,
.server-error.radio label,
.server-error.checkbox label,
.server-error.radio-inline label,
.server-error.checkbox-inline label {
  color: #a94442;
}

.server-error .form-control,
.server-error .stripepay .form-group .StripeElement {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.server-error .form-control:focus,
.server-error .stripepay .form-group .StripeElement:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.server-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.server-error .form-control-feedback {
  color: #a94442;
}

.has-feedback .form-control[type="number"],
.has-feedback .stripepay .form-group .StripeElement[type="number"] {
  padding: 6px 12px;
}

.has-feedback select.form-control,
.has-feedback select.stripepay .form-group .StripeElement {
  padding-right: 4rem;
}

.has-feedback .form-control[type="number"] + .form-control-feedback,
.has-feedback
  .stripepay
  .form-group
  .StripeElement[type="number"]
  + .form-control-feedback {
  display: none !important;
}

.has-feedback .form-control,
.has-feedback .stripepay .form-group .StripeElement {
  padding-right: 2.5rem;
}

.has-feedback .form-control + a.form-control-feedback,
.has-feedback .stripepay .form-group .StripeElement + a.form-control-feedback {
  pointer-events: all;
}

.form-control-feedback {
  width: 3rem;
}

.form-horizontal
  .has-feedback
  .form-control[type="number"]
  + .form-control-feedback,
.form-horizontal
  .has-feedback
  .stripepay
  .form-group
  .StripeElement[type="number"]
  + .form-control-feedback {
  display: none !important;
}

@media (max-width: 767px) {
  .form-horizontal.form-horizontal-inline label {
    padding-top: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .form-horizontal .control-label {
    padding: 0.75rem 1rem;
  }
}

.form-horizontal .radio input + .control-label,
.form-horizontal .checkbox input + .control-label {
  padding: 0.25rem 1rem 0.75rem 2.625rem;
}

input[type="file"] {
  border: 0;
  box-shadow: none;
  padding: 0;
}

.form-control,
.stripepay .form-group .StripeElement {
  display: block;
  height: auto;
  padding: 0.75rem 1rem;
  border-color: transparent;
  background-color: #f4f4f4;
  color: #000;
  resize: none;
  border: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-control:focus,
.stripepay .form-group .StripeElement:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-control::placeholder,
.stripepay .form-group .StripeElement::placeholder {
  color: #dbdbdb;
}

.radio,
.checkbox {
  padding-top: 0;
}

.radio > input[type="radio"],
.checkbox > input[type="radio"],
.radio > input[type="checkbox"],
.checkbox > input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}

.radio input + label,
.checkbox input + label {
  position: relative;
  padding-left: 2.625rem;
  cursor: pointer;
}

.radio input[type="radio"] + label:before,
.checkbox input[type="radio"] + label:before,
.radio input[type="checkbox"] + label:before,
.checkbox input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  background-color: transparent;
  box-sizing: content-box;
}

.radio input[type="radio"] + label:before,
.checkbox input[type="radio"] + label:before {
  border-radius: 50%;
}

.radio input[type="checkbox"] + label:before,
.checkbox input[type="checkbox"] + label:before {
  border-radius: 0.25rem;
}

.radio input[type="radio"] + label:after,
.checkbox input[type="radio"] + label:after {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #efefef;
  border-radius: 50%;
}

.radio input[type="radio"]:checked + label:after,
.checkbox input[type="radio"]:checked + label:after {
  background-color: #d93c08;
}

.radio input[type="checkbox"]:checked + label:after,
.checkbox input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.5rem;
  width: 0.25rem;
  height: 0.625rem;
  border-right: 0.125rem solid #d93c08;
  border-bottom: 0.125rem solid #d93c08;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: content-box;
}

.radio input[type="radio"]:disabled + label:after,
.checkbox input[type="radio"]:disabled + label:after,
.radio input[type="checkbox"]:disabled + label:after,
.checkbox input[type="checkbox"]:disabled + label:after {
  background-color: #767676;
}

input[type="number"] {
  background: #fff;
  border: 1px solid #eee;
}

label[for="phoneInput"],
label[for="address_PostalCode"] {
  padding-top: 0 !important;
  padding-bottom: 7px !important;
}

.my-account-new-address-container label[for="address_PostalCode"],
#address_Address1-container label[for="address_PostalCode"],
.my-account-new-address-container label[for="phoneInput"],
#address_Address1-container label[for="phoneInput"] {
  padding-top: 1rem !important;
}

.isvisible-stateGB,
.isvisible-state {
  display: none;
}

.isvisible-stateGB + div label[for="billing_PostalCode"],
.isvisible-state + div label[for="billing_PostalCode"] {
  margin-top: 0 !important;
}

.register-wrapper label[for="AddressForm_PostalCode"] {
  margin-top: 0 !important;
}

label[for="phoneInput"] {
  margin-top: 16px !important;
}

.isvisible-stateDE + div > label {
  margin-top: 0 !important;
}

.more-address-list .isvisible-stateDE + div label[for="address_PostalCode"],
.my-account-new-address-container
  .isvisible-stateDE
  + div
  label[for="address_PostalCode"] {
  margin-top: 16px !important;
}

#shipping_Address1-container label[for="phoneInput"] {
  margin-top: 1rem;
}

select.form-control,
select.stripepay .form-group .StripeElement {
  background: #f4f4f4 url(../css/../img/icons/icon-select.svg) no-repeat;
  background-position: right 1rem top 50%;
  background-size: 1rem;
  padding-right: 2.5rem;
}

.bootstrap-select.state-select-box {
  width: 100% !important;
}

.bootstrap-select.state-select-box
  .selectpicker.state-select-box
  + .btn.dropdown-toggle,
.bootstrap-select.state-select-box
  #ProductRegistrationForm_State.state-select-box
  + .btn.dropdown-toggle,
.bootstrap-select.state-select-box
  .selectpicker.state-select-box
  + i
  + .btn.dropdown-toggle,
.bootstrap-select.state-select-box
  #ProductRegistrationForm_State.state-select-box
  + i
  + .btn.dropdown-toggle {
  border-radius: 0;
  background: #f4f4f4 url(../css/../img/icons/icon-select.svg) no-repeat;
  background-position: right 1rem top 50%;
  background-size: 1rem;
  padding: 12px;
  font-size: 16px;
  line-height: 1.42857143;
  font-family: inherit;
  font-weight: 100;
  padding-right: 20px;
  width: 100%;
  margin: 0;
}

.bootstrap-select.state-select-box
  .selectpicker.state-select-box
  + .btn.dropdown-toggle
  .bs-caret,
.bootstrap-select.state-select-box
  #ProductRegistrationForm_State.state-select-box
  + .btn.dropdown-toggle
  .bs-caret,
.bootstrap-select.state-select-box
  .selectpicker.state-select-box
  + i
  + .btn.dropdown-toggle
  .bs-caret,
.bootstrap-select.state-select-box
  #ProductRegistrationForm_State.state-select-box
  + i
  + .btn.dropdown-toggle
  .bs-caret {
  display: none;
}

.bootstrap-select.state-select-box
  .selectpicker.state-select-box
  + .btn.dropdown-toggle
  .filter-option-inner-inner,
.bootstrap-select.state-select-box
  #ProductRegistrationForm_State.state-select-box
  + .btn.dropdown-toggle
  .filter-option-inner-inner,
.bootstrap-select.state-select-box
  .selectpicker.state-select-box
  + i
  + .btn.dropdown-toggle
  .filter-option-inner-inner,
.bootstrap-select.state-select-box
  #ProductRegistrationForm_State.state-select-box
  + i
  + .btn.dropdown-toggle
  .filter-option-inner-inner {
  color: #000;
}

.bootstrap-select.state-select-box
  .selectpicker.state-select-box
  + .btn.dropdown-toggle
  + .dropdown-menu,
.bootstrap-select.state-select-box
  #ProductRegistrationForm_State.state-select-box
  + .btn.dropdown-toggle
  + .dropdown-menu,
.bootstrap-select.state-select-box
  .selectpicker.state-select-box
  + i
  + .btn.dropdown-toggle
  + .dropdown-menu,
.bootstrap-select.state-select-box
  #ProductRegistrationForm_State.state-select-box
  + i
  + .btn.dropdown-toggle
  + .dropdown-menu {
  z-index: 1;
}

.bootstrap-select.state-select-box
  .selectpicker.state-select-box
  + .btn.dropdown-toggle
  + .dropdown-menu.open,
.bootstrap-select.state-select-box
  #ProductRegistrationForm_State.state-select-box
  + .btn.dropdown-toggle
  + .dropdown-menu.open,
.bootstrap-select.state-select-box
  .selectpicker.state-select-box
  + i
  + .btn.dropdown-toggle
  + .dropdown-menu.open,
.bootstrap-select.state-select-box
  #ProductRegistrationForm_State.state-select-box
  + i
  + .btn.dropdown-toggle
  + .dropdown-menu.open {
  height: 250px !important;
}

.bootstrap-select.state-select-box
  .selectpicker.state-select-box
  + .btn.dropdown-toggle
  + .dropdown-menu.open
  .inner.open,
.bootstrap-select.state-select-box
  #ProductRegistrationForm_State.state-select-box
  + .btn.dropdown-toggle
  + .dropdown-menu.open
  .inner.open,
.bootstrap-select.state-select-box
  .selectpicker.state-select-box
  + i
  + .btn.dropdown-toggle
  + .dropdown-menu.open
  .inner.open,
.bootstrap-select.state-select-box
  #ProductRegistrationForm_State.state-select-box
  + i
  + .btn.dropdown-toggle
  + .dropdown-menu.open
  .inner.open {
  height: 70%;
}

.bootstrap-select.state-select-box
  .selectpicker.state-select-box
  + .btn.dropdown-toggle
  + .dropdown-menu
  .active,
.bootstrap-select.state-select-box
  #ProductRegistrationForm_State.state-select-box
  + .btn.dropdown-toggle
  + .dropdown-menu
  .active,
.bootstrap-select.state-select-box
  .selectpicker.state-select-box
  + i
  + .btn.dropdown-toggle
  + .dropdown-menu
  .active,
.bootstrap-select.state-select-box
  #ProductRegistrationForm_State.state-select-box
  + i
  + .btn.dropdown-toggle
  + .dropdown-menu
  .active {
  color: #000 !important;
  background-color: #f4f4f4 !important;
}

.create-account-content h2 {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dbdbdb;
  font-size: 1.875rem;
  line-height: 1.688;
}

.create-account-content p {
  color: #767676;
  font-size: 0.938rem;
  line-height: 1.688;
}

.create-account-content .form-group {
  padding: 0.5rem 0;
}

@media screen and (min-width: 768px) {
  .create-account-content .form-group {
    padding: 0.5rem 0 0;
  }
}

.create-account-content .form-group .help-block {
  text-align: left;
}

.create-account-content .form-group .create_account-password {
  position: relative;
  display: none;
  width: 100%;
  padding-top: 0.625rem;
  font-family: "proxima-nova-normal-600", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
}

.create-account-content .form-group .create_account-password:before {
  position: absolute;
  top: 0;
  content: "";
  height: 0.125rem;
}

.create-account-content .form-group .create_account-password.very_weak,
.create-account-content .form-group .create_account-password.weak,
.create-account-content .form-group .create_account-password.medium {
  color: #e74c3c;
}

.create-account-content .form-group .create_account-password.very_weak:before,
.create-account-content .form-group .create_account-password.weak:before,
.create-account-content .form-group .create_account-password.medium:before {
  width: 30%;
  background: #e74c3c;
}

.create-account-content .form-group .create_account-password.medium:before {
  width: 60%;
}

.create-account-content .form-group .create_account-password.strong {
  color: #15ac63;
}

.create-account-content .form-group .create_account-password.strong:before {
  width: 100%;
  background: #15ac63;
}

.create-account-content .form-group .create_account-password.hint {
  display: none;
  color: #767676;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  line-height: 1.688;
}

.create-account-content .form-control-feedback {
  display: none;
  visibility: hidden;
}

.create-account-content .create-account-password-regexp {
  margin-top: 0.5rem;
  margin-left: 1rem;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .create-account-content .create-account-password-regexp {
    padding: 0 1rem;
    margin: 0;
    float: right;
  }
}

.create-account-content .create-account-do_not_signup {
  display: block;
  margin: 1rem 0;
  text-align: right;
}

.create-account-content .create-account-do_not_signup .text-link {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-size: 0.75rem;
  font-style: italic;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .create-account-content .control-label {
    padding-left: 0;
    padding-right: 0;
  }
}

.dl-horizontal {
  margin-bottom: 0.5rem;
}

.dl-horizontal dt {
  font-weight: normal;
  text-align: left;
  width: 158px;
}

.dl-horizontal dt + dd {
  margin-bottom: 0.25rem;
}

.dl-horizontal.dl-horizontal-inline dt {
  clear: left;
  float: left;
}

.dl-horizontal.dl-horizontal-inline dd {
  margin-left: 170px;
}

.dl-separator > dt:after {
  content: ":";
}

.inactive *:not(a) {
  color: #999;
}

.inactive a {
  color: #a82e06;
}

.inactive a .glyphicon {
  color: #a82e06;
}

.inactive a:hover .inactive a:hover > .glyphicon {
  color: #772104;
}

.sharkninja-list ul {
  padding: 0;
}

.sharkninja-list ul li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.5rem;
  list-style-type: none;
}

.sharkninja-list ul li:before {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.125rem solid #d93c08;
  border-bottom: 0.125rem solid #d93c08;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.share-tools {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right !important;
}

.share-tools:before,
.share-tools:after {
  display: table;
  content: " ";
}

.share-tools:after {
  clear: both;
}

.share-tools:before,
.share-tools:after {
  display: table;
  content: " ";
}

.share-tools:after {
  clear: both;
}

@media (max-width: 767px) {
  .share-tools {
    float: left !important;
  }
}

.share-tools:empty {
  display: none;
}

.share-tools > li {
  float: right;
  font-size: 18px;
  padding: 0 1rem;
  margin: 0;
  height: 23px;
  overflow: hidden;
  max-width: 50px;
  -webkit-transition: max-width 0.5s ease-in-out;
  -moz-transition: max-width 0.5s ease-in-out;
  -o-transition: max-width 0.5s ease-in-out;
  transition: max-width 0.5s ease-in-out;
}

.share-tools > li button {
  border: 0;
  background-color: transparent;
  padding: 0;
  white-space: normal;
}

.share-tools .glyphicon {
  color: #d93c08;
  float: left;
  font-size: 22px;
}

.share-tools li:hover .glyphicon {
  color: #d93c08;
}

@media (min-width: 768px) {
  .share-tools li {
    -webkit-transition: max-width 0.5s ease-in-out;
    -moz-transition: max-width 0.5s ease-in-out;
    -o-transition: max-width 0.5s ease-in-out;
    transition: max-width 0.5s ease-in-out;
  }

  .share-tools li:hover {
    overflow: hidden;
    max-width: 300px;
    color: #d93c08;
    cursor: pointer;
  }

  .share-tools li:hover .share-label {
    color: #d93c08;
  }

  .share-tools li .share-label {
    font-size: 16px;
    float: right;
    padding-left: 0.5rem;
    line-height: 26px;
    color: #999;
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .share-tools li .share-label {
    display: none;
  }
}

.account-wrapper .share-tools {
  margin-bottom: 1rem;
}

.system-notification {
  padding: 15px 0;
  background-color: #f39c12;
}

.system-notification .system-notification-icon {
  float: left;
  padding: 1rem 4rem 1rem 0;
}

.system-notification .system-notification-icon .glyphicon {
  font-size: 300%;
}

.system-notification .system-notification-text {
  float: left;
}

.system-notification .system-notification-close {
  float: right;
  color: #000;
  font-size: 200%;
}

.alert-error {
  border: solid;
  border-width: 1px;
  background-color: red;
  border-color: red;
  color: #fff;
}

.alert-box {
  border: 3px solid #a94442;
}

.alert-box .alert-box-header {
  color: #a94442;
  padding-bottom: 1rem;
}

.alert-box .list-body {
  margin-bottom: 0;
}

.alert-box .list-item-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .alert-box .btn {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.label {
  border-radius: 22px;
  font-size: 100%;
}

.label.label-info {
  background-color: #1ec2ff;
}

.section {
  clear: both;
}

.section.section-separator {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 2rem;
}

@media (min-width: 1200px) {
  .section.section-separator-lg {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .section.section-separator-md {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .section.section-separator-sm {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .section.section-separator-xs {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 2rem;
  }
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

body .propertyeditor {
  margin-bottom: 1rem;
}

body .propertyeditor .propertygroup-property .propertygroup-property-content {
  display: inherit;
}

body
  .propertyeditor
  .propertygroup-property
  .propertygroup-property-content
  .propertygroup-editor-value {
  width: 100%;
}

body .propertyeditor .propertygroup-description {
  font-size: inherit;
}

body .propertyeditor .propertygroup-error {
  display: none !important;
}

body .propertyeditor-view .propertygroup-description {
  display: none;
}

body .propertyeditor-view .propertygroup-property-noneditable {
  margin-bottom: 0;
}

body .propertyeditor-view .propertygroup-property-noneditable label {
  padding-top: 0;
  margin-bottom: 0;
}

body .propertyeditor-view .propertygroup-property-noneditable label:after {
  content: ":";
}

body .propertyeditor-view .propertygroup-property-noneditable .required {
  display: none;
}

.promotion-list {
  list-style: none;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  padding-left: 0;
}

.modal-body .product-info .promotion-list {
  margin-bottom: 0;
}

.imageVariationList.swatchImage {
  margin: 10px 0;
  padding: 0;
}

.imageVariationList.swatchImage .imageVariationListItem {
  display: inline-block;
  list-style: outside none none;
  margin-right: 5px;
}

.imageVariationList.swatchImage .imageVariationListItem a {
  padding: 1px;
  border-radius: 50%;
  border: 1px solid transparent;
}

.imageVariationList.swatchImage .imageVariationListItem a.selected {
  background: #fff;
  display: block;
  border: 1px solid #dbdbdb;
}

.imageVariationList.swatchImage .imageVariationListItem a img {
  border-radius: 50%;
  width: 32px;
}

.imageVariationList.colorCode {
  margin: 10px 0;
  padding: 0;
}

.imageVariationList.colorCode .imageVariationListItem {
  display: inline-block;
  list-style: outside none none;
  margin-right: 5px;
}

.imageVariationList.colorCode .imageVariationListItem a {
  padding: 1px;
  border-radius: 50%;
  display: block;
  border: 1px solid transparent;
}

.imageVariationList.colorCode .imageVariationListItem a.selected {
  border: 1px solid #dbdbdb;
}

.imageVariationList.colorCode .imageVariationListItem a span {
  color: #333;
  font-weight: normal;
  border-radius: 50%;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
}

.secondary-nav {
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 100%;
}

.secondary-nav_container {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  max-width: none;
}

.secondary-nav li {
  list-style: none;
  display: inline;
  padding-right: 12px;
  padding-left: 15px;
  border-left: 1px #cdcdcd solid;
}

.secondary-nav li:first-child {
  border-left: 0;
}

.secondary-nav li a {
  text-decoration: none !important;
  padding: 0 9px 2px 9px;
}

.secondary-nav li a.active {
  border-bottom: 3px #5c5757 solid;
}

.secondary-nav li.shop-all-container {
  border-left: 0;
  padding-left: 5px;
}

.secondary-nav-list {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  background: #fff;
  text-align: center;
  width: 100vw;
  border-bottom: 0.125rem solid #ededed;
}

header {
  z-index: 1000;
  width: 100%;
  border-bottom: 2px solid #ededed;
  background-color: #fff;
}

@media (max-width: 991px) {
  header {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header .container {
    padding: 0 30px;
  }
}

header .container.sm-container {
  padding: 20px 20px 10px 20px;
}

header .header-marketing .header-teaser-text {
  padding: 0.625rem;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  header .header-marketing .header-teaser-text {
    font-size: 1.125rem;
  }
}

header .header-marketing .header-teaser-text a {
  color: #fff;
}

header .top-header {
  min-height: 40px;
  background: #000;
}

header .top-header a span:hover {
  color: #999;
}

@media (max-width: 991px) {
  header .top-header {
    background: #fff;
  }
}

header .mid-header {
  background: #fff;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  header .mid-header {
    margin: 0;
    padding: 0;
  }
}

header .mid-header .search-row {
  padding-top: 20px;
  padding-bottom: 10px;
  z-index: 9;
}

@media (max-width: 991px) {
  header .mid-header .search-row {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

header .mid-header .header-info-wrapper {
  padding-top: 1rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  header .mid-header .header-info-wrapper {
    padding-top: 0;
  }
}

header .mid-header .header-info-wrapper .header-info {
  margin-right: 1rem;
  font-size: 13px;
}

@media (max-width: 991px) {
  header .mid-header .header-info-wrapper .header-info {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header .mid-header .header-info-wrapper .header-info {
    display: block;
    float: left;
    margin-bottom: 3px;
  }
}

header .logo-wrapper a {
  display: block;
}

@media (max-width: 991px) {
  header .logo-wrapper img {
    float: left;
    margin-top: 5px;
  }
}

@media (max-width: 991px) {
  header .top-header-checkout {
    min-height: 0;
  }
}

@media (min-width: 768px) {
  header .mid-header-checkout {
    padding-top: 2rem;
  }
}

@media (max-width: 767px) {
  header .mid-header-checkout {
    padding-top: 1rem;
    text-align: center;
  }

  header .mid-header-checkout .logo-wrapper a {
    display: flex;
    justify-content: center;
  }
}

.header-utility {
  margin: 0;
  padding: 0;
  line-height: 40px;
  float: right;
}

.header-utility ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.header-utility ul li {
  list-style: none;
  color: #eee;
  font-size: 12px;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

.header-utility ul li a {
  color: #999;
}

.user-links-container {
  float: right;
  padding: 8px 0;
}

@media (max-width: 991px) {
  .user-links-container {
    float: none;
    display: inline-block !important;
  }
}

@media (max-width: 991px) {
  .user-links-container {
    padding: 0;
    margin: 0 20px;
  }
}

.user-links {
  margin: 0;
  padding: 0;
  line-height: 40px;
  float: left;
}

@media (max-width: 991px) {
  .user-links {
    float: right;
    line-height: 50px;
    position: relative;
  }
}

.user-links li {
  list-style: none;
  color: #999;
  font-size: 12px;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  float: left;
  position: relative;
}

.user-links li a {
  color: #eee;
}

@media (max-width: 991px) {
  .user-links li a {
    color: #d93c08;
  }
}

.user-links li .seperator {
  padding-left: 0.33333333rem;
  padding-right: 0.33333333rem;
}

.user-links li .login-name {
  color: #d93c08;
  padding-right: 0.33333333rem;
}

.user-links li .wishlist-count {
  position: relative;
}

.user-links li .wishlist-count .wishlist-count-text div {
  background: #d93c08;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
  left: 10px;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: -7.5px;
  width: 13px;
  height: 13px;
  color: #fff;
}

@media (max-width: 991px) {
  .user-links li .wishlist-count .wishlist-count-text div {
    left: 14px;
    line-height: 18px;
    top: -8.5px;
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 767px) {
  .user-links li .wishlist-count .wishlist-count-text span {
    display: none !important;
  }
}

.user-links li .compare-status {
  position: relative;
}

.user-links li .compare-status .compare-count-text div {
  background: #d93c08;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
  left: 10px;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: -7.5px;
  width: 13px;
  height: 13px;
  color: #fff;
}

@media (max-width: 991px) {
  .user-links li .compare-status .compare-count-text div {
    left: 14px;
    line-height: 18px;
    top: -8.5px;
    width: 19px;
    height: 19px;
  }
}

.user-links ul {
  list-style: none;
}

.header-icon-shopping-cart {
  position: relative;
}

.header-icon-shopping-cart:before {
  content: "";
  background: url(../css/../img/icons/cart-icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  background-position: 0 0;
  display: block;
  position: relative;
  background-size: contain;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-icon-shopping-cart:before {
    width: 29px;
    height: 29px;
  }
}

@media (max-width: 767px) {
  .header-icon-shopping-cart:before {
    width: 32px;
    height: 32px;
  }
}

.mid-header .glyphicon.glyphicon-header-icon:before {
  font-size: 20px;
  margin-right: 4px;
  color: #555;
}

.mid-header .delivery-info-wrapper .glyphicon {
  top: 6px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mid-header .delivery-info-wrapper .glyphicon {
    top: 0;
    display: block;
    float: left;
    margin-bottom: 3px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mid-header .delivery-info-wrapper .glyphicon-send {
    clear: left;
  }
}

@media (min-width: 768px) {
  .mid-header .mobile-search-row {
    display: none;
  }
}

.bottom-header {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .mobile-logo {
    display: inline;
    width: 100%;
    text-align: center;
  }

  .mobile-edge {
    margin-left: -30px;
    margin-right: -30px;
  }

  .glyphicon.glyphicon-header-icon:before {
    color: #000;
  }

  .global-nav ul.quick-links {
    padding: 0;
    width: 100%;
  }

  .global-nav ul.quick-links li {
    width: 50%;
    margin: 0;
    padding: 0;
    background: #000;
  }

  .global-nav ul.quick-links li:first-child {
    border-right: 1px solid #333;
  }

  .global-nav ul.quick-links li a {
    padding: 0.5rem 30px;
    display: block;
    color: #fff;
    font-size: 16px;
  }

  .mobile-header-promo {
    background: #fff;
  }

  .homepage .mobile-promos {
    display: block;
  }

  .mobile-promos {
    display: none;
  }

  .mobile-promos .glyphicon:before {
    font-size: 12px;
  }

  .mobile-promos > div {
    padding: 1rem 30px;
  }
}

.checkout header {
  position: relative;
  border: 0;
}

.paypal-sitewide-top-banner__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 5px;
}

.paypal-sitewide-top-banner__container .paypal-stripbanner-logo {
  width: 100px;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .paypal-sitewide-top-banner__container .paypal-stripbanner-logo {
    width: 70px;
    margin-right: 5px;
  }
}

.paypal-sitewide-top-banner__container .banner-text {
  display: flex;
  flex-direction: column;
}

.paypal-sitewide-top-banner__container .banner-text .banner-maintext {
  display: flex;
  align-items: baseline;
}

.paypal-sitewide-top-banner__container .banner-text .banner-maintext p {
  font-size: 14px;
  color: #fff;
  margin: 0 10px 0 0;
}

@media (max-width: 991px) {
  .paypal-sitewide-top-banner__container .banner-text .banner-maintext p {
    font-size: 10px;
  }
}

.paypal-sitewide-top-banner__container .banner-text .banner-maintext a {
  font-size: 10px;
}

@media (max-width: 991px) {
  .paypal-sitewide-top-banner__container .banner-text .banner-maintext a {
    font-size: 8px;
  }
}

.paypal-sitewide-top-banner__container .banner-text .banner-subtext {
  padding: 5px 0 0 0;
  font-size: 9px;
  margin: 0;
}

@media (max-width: 991px) {
  .paypal-sitewide-top-banner__container .banner-text .banner-subtext {
    font-size: 8px;
    padding: 2px 0 0 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.shop-all-btn {
  padding: 5px 24px !important;
  font-weight: 700;
  font-size: 11px;
  width: auto;
  min-width: 90px;
  min-height: 27px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .shop-all-btn {
    clear: none;
    padding: 5px 24px !important;
    line-height: 17px;
    font-size: 11px;
    min-width: 90px;
  }
}

@media (max-width: 767px) {
  .shop-all-btn {
    margin-top: 18px;
    padding: 10px 26px !important;
    line-height: 22px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .shop-all-btn {
    padding: 10px !important;
    margin: 15px auto;
  }
}

@media (max-width: 767px) {
  .selectBoxXs {
    padding: 0;
    cursor: pointer;
  }

  .selectBoxXs i {
    float: right;
  }

  .selectBoxXs .selectBox__value {
    padding-top: 15px;
    font-size: 21px;
    border-right: 2px #ededed solid;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
  }

  .selectBoxXs .selectBox__value:after {
    content: "";
    display: block;
    background: url(../css/../img/mobile-drop-down-arrow.svg) no-repeat;
    width: 20px;
    height: 13px;
    position: absolute;
    top: 45%;
    right: 40px;
  }

  .selectBoxXs__value {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }

  .selectBoxXs .select-block.full-width .selectBox__value {
    border-right: 0;
    padding-left: 10px;
  }

  .selectBoxXs .select-block.full-width .selectBox__value:after {
    right: 20px;
  }

  .selectBoxXs .dropdown-menu {
    transition: height 0.5s ease-in-out;
    opacity: 0;
    display: block;
    top: 100%;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    z-index: -1;
    border: 0;
    border-top: 2px #d2d2d2 solid;
    border-bottom: 2px #d2d2d2 solid;
    transform: translateY(-15%);
    visibility: hidden;
    margin: 0;
  }

  .selectBoxXs .dropdown-menu li {
    border-bottom: 1px #d2d2d2 solid;
    padding-top: 20px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 15px 0 15px;
  }

  .selectBoxXs .dropdown-menu li a {
    padding: 0;
    text-decoration: none !important;
    font-size: 21px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
  }

  .selectBoxXs .dropdown-menu li a.active {
    border-bottom: 3px #5c5757 solid;
    display: inline-block;
    padding-right: 10px;
  }

  .selectBoxXs .dropdown-menu li a:focus {
    background-color: #fff;
  }

  .selectBoxXs .dropdown-menu li:last-child {
    border-bottom: 0;
  }

  .selectBoxXs.show {
    background-color: #fff;
  }

  .selectBoxXs.show .selectBox__value:after {
    top: 54%;
    transform: translateY(-50%) rotate(180deg);
  }

  .selectBoxXs.show .dropdown-menu {
    transition: height 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) and (max-width: 480px) {
  .selectBoxXs {
    overflow-x: hidden;
  }
}

.secondary-navigation-anchor {
  color: var(--secondary-navigation-anchor-text, #000) !important;
}

.secondary-navigation-anchor:hover {
  color: var(--secondary-navigation-anchor-hover, #000) !important;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

header .header-utility .language-switch {
  font-size: 14px;
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  float: left;
  margin-left: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (max-width: 767px) {
  header .header-utility .language-switch {
    display: flex;
    flex-direction: column;
    float: none;
    margin-right: 1.5rem;
    position: relative;
  }

  header .header-utility .language-switch .language-switch-container {
    top: 40px;
  }
}

header .header-utility .language-switch.language-switch-active {
  background-color: #fff;
}

header
  .header-utility
  .language-switch.language-switch-active
  .language-switch-link
  span {
  color: #555;
}

header
  .header-utility
  .language-switch.language-switch-active
  .language-switch-link
  span:hover {
  color: #555;
}

header
  .header-utility
  .language-switch.language-switch-active
  .language-switch-link
  span:hover
  .switch_arrow {
  border-top: 4px solid #555;
}

header .header-utility .language-switch.language-switch-active .switch_arrow {
  border-top: 4px solid #555;
}

header .header-utility .language-switch .language-switch-link {
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  header .header-utility .language-switch .language-switch-link {
    padding-top: 5px;
  }
}

header .header-utility .language-switch .language-switch-link span {
  color: #d93c08;
}

header .header-utility .language-switch .language-switch-link span:hover {
  color: #a82e06;
}

header
  .header-utility
  .language-switch
  .language-switch-link
  span:hover
  .switch_arrow {
  border-top: 4px solid #a82e06;
}

header .header-utility .language-switch .language-switch-menu-container {
  box-shadow: 5px 0 4px -4px rgba(0, 0, 0, 0.12),
    -4px 0 4px -4px rgba(0, 0, 0, 0.12);
  margin: -15px;
  overflow: hidden;
  padding: 15px;
}

header .header-utility .language-switch .language-switch-container {
  background: #fff;
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 0.66666667rem 1rem;
  position: absolute;
  right: 15px;
  z-index: 9999;
}

header .header-utility .language-switch .language-switch-container ul li {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 2.14285714;
  margin-right: 0;
}

header .header-utility .language-switch .language-switch-container ul li a {
  color: #d93c08;
}

header
  .header-utility
  .language-switch
  .language-switch-container
  ul
  li
  a:hover {
  color: #a82e06;
}

@media (max-width: 991px) {
  .search-login-container {
    margin-left: 50px;
  }
}

@media (min-width: 992px) {
  .search-login-container {
    text-align: right;
  }

  .search-login-container > span {
    padding-top: 9px;
    padding-left: 20px;
  }

  .search-login-container .my-account-logout {
    padding-left: 15px;
  }
}

@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .search-login-container .my-account-logout {
    padding-left: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .search-login-container > span {
    padding-left: 7px;
  }
}

@media (max-width: 767px) {
  .search-login-container {
    margin-left: 0;
    padding-bottom: 10px;
  }

  .search-login-container .search-icon-input {
    position: absolute;
    z-index: 999;
    left: 7%;
    top: 27%;
  }
}

.search-login-container a {
  text-decoration: none !important;
  font-size: 0.875rem;
}

.search-login-container .navbar-toggle.collapsed .icon-bar + .icon-bar {
  margin-top: 8px;
}

.search-container ul.search-suggest-results {
  border: 1px solid #dbdbdb;
  display: none;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 37px;
  z-index: 9999;
  background: #fff;
  margin: 0;
}

@media (max-width: 767px) {
  .search-container ul.search-suggest-results {
    top: 56px;
    overflow-y: auto;
    max-height: 400px;
  }
}

.search-container ul.search-suggest-results li {
  width: 100%;
  padding: 0 1rem;
}

.search-container ul.search-suggest-results li:hover {
  background: #d93c08;
  border-bottom: 1px solid #333;
  color: #fff;
}

.search-container ul.search-suggest-results li:hover button {
  color: #fff;
  border-top: 1px solid transparent;
}

.search-container ul.search-suggest-results li:hover + li button {
  border: 0;
}

.search-container ul.search-suggest-results li.active-suggestion {
  background: #d93c08;
  border-bottom: 1px solid #d93c08;
  color: #fff;
}

.search-container ul.search-suggest-results li.active-suggestion button {
  color: #fff;
  border-top: 1px solid transparent;
}

.search-container ul.search-suggest-results li.active-suggestion + li button {
  border-top: 1px solid transparent;
}

.search-container ul.search-suggest-results li:first-child button {
  border: 0;
}

.search-container ul.search-suggest-results li button {
  width: 100%;
  padding: 1rem 0 1rem 4px;
  border: 0;
  border-top: 1px solid #dbdbdb;
  background: 0;
  font-size: 13px;
  color: #999;
  text-align: left;
  text-transform: capitalize;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

@media (max-width: 767px) {
  .search-container ul.search-suggest-results li button {
    white-space: normal;
    word-break: break-word;
  }
}

.search-container ul.search-suggest-results li button span {
  font-weight: bold;
}

.header-loginStatus-container .seperator {
  padding: 0 5px;
}

@media (min-width: 768px) {
  .header-loginStatus-container {
    white-space: nowrap;
  }

  .header-loginStatus-container .my-account-text {
    position: relative;
    padding-right: 2rem;
  }

  .header-loginStatus-container .my-account-text:after {
    content: "";
    display: block;
    background: url(../css/../img/dropdown-icon.svg) no-repeat;
    background-size: contain;
    width: 10px;
    height: 8px;
    position: absolute;
    top: 5px;
    right: 10px;
  }

  .header-loginStatus-container .glyphicon-user {
    display: none;
  }

  .header-loginStatus-container a {
    font-size: 0.875rem;
  }
}

.header-cart-icon-container {
  display: inline-block;
  padding-top: 0 !important;
  position: relative;
  top: 5px;
}

@media (max-width: 991px) {
  .header-cart-icon-container {
    float: right;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.header-search-container {
  display: inline-block;
}

@media (max-width: 767px) {
  .header-search-container {
    border-top: 1px solid #fff;
    padding: 0;
    display: block;
  }
}

.header-search-container input.form-control,
.header-search-container input.stripepay .form-group .StripeElement {
  border: 1px solid #000;
  height: 38px;
  font-size: 0.875rem;
  color: #000;
  background: #fcfcfc;
}

.header-search-container input.form-control::-ms-clear,
.header-search-container input.stripepay .form-group .StripeElement::-ms-clear {
  display: none;
}

.header-search-container input.form-control + label,
.header-search-container input.stripepay .form-group .StripeElement + label {
  display: inline;
}

@media (max-width: 767px) {
  .header-search-container input.form-control,
  .header-search-container input.stripepay .form-group .StripeElement {
    height: 56px;
    font-size: 20px;
    padding-left: 63px;
  }
}

@media (max-width: 991px) {
  .header-search-container input.form-control,
  .header-search-container input.stripepay .form-group .StripeElement {
    border: 2px solid #b3b3b3;
  }
}

@media (min-width: 992px) {
  .header-search-container input.form-control,
  .header-search-container input.stripepay .form-group .StripeElement {
    display: inline-block;
    background: #fff;
    width: 13rem;
    padding: 8px 8px 8px 40px;
    transition: all 0.25s ease-out;
    top: 0;
    right: 0;
  }

  .header-search-container input.form-control:focus,
  .header-search-container input.stripepay .form-group .StripeElement:focus {
    background-color: #f8f8f8;
    border: 1px solid #000;
    outline: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-search-container input.form-control,
  .header-search-container input.stripepay .form-group .StripeElement {
    width: 7rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-search-container input.form-control,
  .header-search-container input.stripepay .form-group .StripeElement {
    display: inline-block;
    font-size: 16px;
    background: #fcfcfc;
    width: 360px;
    height: 44px;
    padding: 10px 12px 10px 50px;
    transition: all 0.25s ease-out;
    top: 0;
    right: 0;
  }

  .header-search-container input.form-control:focus,
  .header-search-container input.form-control:hover,
  .header-search-container input.stripepay .form-group .StripeElement:focus,
  .header-search-container input.stripepay .form-group .StripeElement:hover {
    background-color: #f8f8f8;
    border: 1px solid #b3b3b3;
    outline: 0;
  }
}

.header-search-container input:focus {
  border: 1px solid #dbdbdb;
  background: #fff;
  color: #000;
  box-shadow: none;
}

.header-search-container input:focus + button.btn-search span:before {
  color: #000;
}

.header-search-container input::-webkit-input-placeholder {
  color: #000 !important;
}

.header-search-container input:-moz-placeholder {
  color: #000 !important;
}

.header-search-container input::-moz-placeholder {
  color: #000 !important;
}

.header-search-container input:-ms-input-placeholder {
  color: #000 !important;
}

@media (min-width: 768px) {
  .header-search-container input.custom-searchTerm::-webkit-input-placeholder {
    color: transparent !important;
  }

  .header-search-container input.custom-searchTerm:-moz-placeholder {
    color: transparent !important;
  }

  .header-search-container input.custom-searchTerm::-moz-placeholder {
    color: transparent !important;
  }

  .header-search-container input.custom-searchTerm:-ms-input-placeholder {
    color: transparent !important;
  }
}

.header-search-container form {
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .header-search-container form {
    display: block;
    margin: 5px 15px 10px 15px;
  }
}

.header-search-container .search label {
  position: absolute;
  top: 0;
  left: 0;
}

.header-search-container .search label button.btn-search {
  position: absolute;
  padding: 11px 12px;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
}

.header-search-container .search label button.btn-search .icon-search {
  content: "";
  background: url(../css/../img/icons/icon-search.svg) no-repeat;
  width: 16px;
  height: 16px;
  background-position: 0 0;
  display: block;
  position: relative;
  background-size: contain;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-search-container .search label button.btn-search {
    padding: 10px 14px 10px 12px;
  }

  .header-search-container .search label button.btn-search .icon-search {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 767px) {
  .header-search-container .search label button.btn-search {
    padding: 13px 18px 13px 15px;
  }

  .header-search-container .search label button.btn-search .icon-search {
    width: 31px;
    height: 31px;
  }
}

.main-search-container ul.search-suggest-results {
  width: 100%;
}

.error-search-container ul.search-suggest-results {
  top: 33px;
  width: 100%;
}

form.search.suggest ul.search-suggest-results li.classic {
  padding: 0 1rem;
}

form.search.suggest ul.search-suggest-results li.classic:hover {
  background: #d93c08;
  border-bottom: 1px solid #333;
  color: #fff;
}

form.search.suggest ul.search-suggest-results li {
  white-space: nowrap;
  border: 0;
  padding: 0;
}

form.search.suggest ul.search-suggest-results li:hover {
  background-color: #fff;
}

form.search.suggest ul.search-suggest-results li:hover div {
  background-color: #d93c08;
}

form.search.suggest ul.search-suggest-results li div {
  padding: 0 15px;
}

form.search.suggest ul.search-suggest-results li div.border {
  padding: 0;
  margin: 0 15px;
  border-bottom: 1px solid #dbdbdb;
}

form.search.suggest ul.search-suggest-results li span.ish-searchTerm {
  font-weight: bold;
}

form.search.suggest ul.search-suggest-results li a span {
  color: #000;
}

form.search.suggest ul.search-suggest-results li:hover a span {
  color: #fff;
}

form.search.suggest ul.search-suggest-results li:hover span.left img {
  opacity: 0.8;
}

form.search.suggest ul.search-suggest-results li.sectionHeader {
  background-color: #dbdbdb;
  font-weight: bold;
  padding: 10px;
  white-space: nowrap;
  border-bottom: 0;
}

form.search.suggest ul.search-suggest-results li span.left {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 250px;
  max-width: 100%;
  line-height: 50px;
}

form.search.suggest ul.search-suggest-results li span.left img {
  height: 50px;
  padding-right: 5px;
}

form.search.suggest ul.search-suggest-results li span.right {
  float: right;
  line-height: 50px;
}

form.search.suggest ul.search-suggest-results li.textOnly span.left {
  line-height: 30px;
  width: 300px;
  max-width: 100%;
}

form.search.suggest ul.search-suggest-results li.textOnly span.right {
  line-height: 30px;
}

form.search.suggest ul.search-suggest-results.twocolumns {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
  width: 800px;
  left: -115px;
}

.search-icon-container {
  float: right;
  position: relative;
  top: 12px;
}

.mobile-header-search-icon {
  background: url(../css/../img/icons/icon-search.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: -4px;
  left: 0;
}

@media (min-width: 992px) {
  .primary-nav-block {
    padding-right: 0;
  }
}

.main-navigation {
  z-index: 3;
  position: static;
  top: 0;
  left: 0;
  min-height: 100%;
  background-color: #fff;
  overflow-y: auto;
}

@media screen and (min-width: 992px) {
  .main-navigation {
    position: relative;
    padding: 0;
    background: 0;
    overflow: visible;
  }
}

@media screen and (max-width: 991px) {
  .main-navigation {
    min-height: 100vh;
  }
}

.main-navigation .main-navigation-list {
  padding: 6px 0;
  list-style: none;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
}

@media (min-width: 992px) {
  .main-navigation .main-navigation-list {
    overflow-y: visible;
  }
}

@media (max-width: 991px) {
  .main-navigation .main-navigation-list {
    max-height: 65vh;
    display: list-item;
  }
}

.main-navigation
  .main-navigation-list
  .main-navigation-overlay
  #mobileCat-Products {
  z-index: 1;
}

.main-navigation .main-navigation-list > ul {
  position: relative;
}

@media (max-width: 1199px) {
  .main-navigation .main-navigation-list > ul {
    margin-left: -40px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .main-navigation .main-navigation-list > ul:before {
    content: "";
    border-left: 1px solid #cdcdcd;
    width: 1px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 5px;
  }
}

@media (min-width: 992px) {
  .main-navigation .main-navigation-list > li:not(:last-child):before {
    content: "";
    border-right: 1px solid #cdcdcd;
    position: absolute;
    width: 1px;
    height: 19px;
    right: 0;
    top: 5px;
  }

  .main-navigation .main-navigation-list > li:first-child {
    padding-left: 0;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .main-navigation .main-navigation-list > li.main-navigation-overlay:after {
    content: "";
    display: block;
    background: url(../css/../img/dropdown-icon.svg) no-repeat;
    background-size: contain;
    width: 10px;
    height: 8px;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}

.main-navigation .main-navigation-list li.home {
  display: none;
}

.main-navigation .main-navigation-list li.last:before {
  border: 0;
}

@media screen and (min-width: 992px) {
  .main-navigation .main-navigation-list li.main-navigation-overlay {
    padding-right: 30px;
    padding-left: 20px;
  }

  .main-navigation .main-navigation-list li.main-navigation-overlay.open,
  .main-navigation .main-navigation-list li.main-navigation-overlay:hover {
    background-position: center bottom;
    transition-delay: 0.5s;
  }

  .main-navigation
    .main-navigation-list
    li.main-navigation-overlay.open
    > a:before,
  .main-navigation
    .main-navigation-list
    li.main-navigation-overlay:hover
    > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1rem;
    width: 0;
    height: 0;
    border: solid transparent;
    border-color: rgba(231, 233, 224, 0);
    border-bottom-color: #e7e9e0;
    border-width: 0.688rem;
    margin-left: -0.688rem;
    z-index: 2;
  }

  .main-navigation
    .main-navigation-list
    li.main-navigation-overlay.open
    > a:after,
  .main-navigation
    .main-navigation-list
    li.main-navigation-overlay:hover
    > a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1rem;
    width: 0;
    height: 0;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 0.625rem;
    margin-left: -0.625rem;
    z-index: 2;
  }

  .main-navigation
    .main-navigation-list
    li.main-navigation-overlay.open
    .category-level1,
  .main-navigation
    .main-navigation-list
    li.main-navigation-overlay:hover
    .category-level1 {
    visibility: visible;
    display: block;
    opacity: 1;
  }

  .main-navigation
    .main-navigation-list
    li.main-navigation-overlay
    .dropdown-toggle {
    padding-right: 12px;
    margin-right: 0;
    padding-left: 0;
  }

  .main-navigation
    .main-navigation-list
    li.main-navigation-overlay
    .dropdown-toggle:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
}

.main-navigation .main-navigation-list li.dropdown {
  position: relative;
  float: left;
  margin: 0;
  border-bottom: 1px solid #f3f3f3;
  width: 100%;
}

.main-navigation .main-navigation-list li.dropdown:first-child {
  list-style-type: none;
  padding-left: 0;
}

@media screen and (min-width: 992px) {
  .main-navigation .main-navigation-list li.dropdown {
    border-bottom: 0;
    width: auto;
  }

  .main-navigation .main-navigation-list li.dropdown:first-child {
    border: 0;
  }
}

@media screen and (max-width: 992px) {
  .main-navigation
    .main-navigation-list
    li.dropdown
    .arrow-class
    .list-arrow-down {
    position: relative;
  }

  .main-navigation
    .main-navigation-list
    li.dropdown
    .arrow-class
    .list-arrow-down:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1.625rem;
    width: 0;
    height: 0;
    border: solid transparent;
    pointer-events: none;
    border-color: rgba(205, 209, 213, 0);
    border-top-color: #cdd1d5;
    border-width: 0.5rem;
    margin-top: -0.25rem;
  }
}

.main-navigation .main-navigation-list li.dropdown.open .category-level1 {
  visibility: visible;
  display: block;
  opacity: 1;
  transition-delay: 0.1s;
}

.main-navigation .main-navigation-list li.dropdown a {
  padding: 1rem 0;
  float: left;
  line-height: 22px;
  padding-right: 20px;
  padding-left: 20px;
  text-decoration: none;
}

@media (min-width: 992px) {
  .main-navigation .main-navigation-list li.dropdown a {
    padding: 0.125rem 1.25rem;
  }
}

.main-navigation .main-navigation-list li.dropdown a:hover {
  text-decoration: none;
}

.main-navigation .main-navigation-list li.dropdown a.collapse-toggle {
  width: 100%;
}

.main-navigation
  .main-navigation-list
  li.dropdown
  a.collapse-toggle
  .arrow-down {
  position: relative;
}

.main-navigation
  .main-navigation-list
  li.dropdown
  a.collapse-toggle
  .arrow-down:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.625rem;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
  border-color: rgba(205, 209, 213, 0);
  border-top-color: #cdd1d5;
  border-width: 0.5rem;
  margin-top: -0.25rem;
}

.main-navigation .main-navigation-list li.dropdown .seperator {
  padding: 1rem 0.5rem;
  float: left;
}

.main-navigation .main-navigation-list li.dropdown .category-level1 {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .main-navigation .main-navigation-list li.dropdown .category-level1 {
    padding: 0;
    border-top: 0;
    bottom: 0;
    position: absolute;
    left: 50%;
    padding-top: 1rem;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: none;
    visibility: hidden;
    z-index: 1;
    animation: fadeOpacity 0.1s ease;
    background: 0;
    border: 0;
    box-shadow: none;
    min-width: 100%;
  }

  @keyframes fadeOpacity {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
}

.main-navigation
  .main-navigation-list
  li.dropdown
  .category-level1.category-level1-image
  ul {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .main-navigation
    .main-navigation-list
    li.dropdown
    .category-level1.category-level1-image
    ul {
    flex-direction: row;
  }
}

.main-navigation
  .main-navigation-list
  li.dropdown
  .category-level1.category-level1-image
  ul
  li {
  white-space: normal;
}

@media (min-width: 992px) {
  .main-navigation
    .main-navigation-list
    li.dropdown
    .category-level1.category-level1-image
    ul
    li {
    width: 15vw;
  }
}

@media (min-width: 992px) {
  .main-navigation
    .main-navigation-list
    li.dropdown
    .category-level1.category-level1-image
    ul
    li {
    width: 9rem;
  }
}

@media (min-width: 1200px) {
  .main-navigation
    .main-navigation-list
    li.dropdown
    .category-level1.category-level1-image
    ul
    li {
    width: 10rem;
  }
}

.main-navigation
  .main-navigation-list
  li.dropdown
  .category-level1.category-level1-image
  ul
  li
  a {
  white-space: normal;
  min-width: auto;
}

.main-navigation
  .main-navigation-list
  li.dropdown
  .category-level1.dropdown-menu {
  position: relative;
  box-shadow: none;
  border: 0;
}

@media (min-width: 992px) {
  .main-navigation
    .main-navigation-list
    li.dropdown
    .category-level1.dropdown-menu {
    position: absolute;
    margin-top: -1px;
  }

  .main-navigation
    .main-navigation-list
    li.dropdown
    .category-level1.dropdown-menu.category-level1-image {
    max-height: max-content;
  }

  .main-navigation
    .main-navigation-list
    li.dropdown
    .category-level1.dropdown-menu
    ul {
    margin-left: 0;
    justify-content: center;
  }
}

.main-navigation .main-navigation-list li.dropdown .category-level1 ul {
  position: relative;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  background-color: #fff;
  list-style-type: none;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 999999;
}

@media screen and (min-width: 992px) {
  .main-navigation .main-navigation-list li.dropdown .category-level1 ul {
    margin-left: -1.25rem;
    padding: 1rem;
    border: 1px solid #e7e9e0;
    box-shadow: 0 0.188rem 0.188rem 0 rgba(0, 0, 0, 0.1);
    text-align: center;
  }
}

.main-navigation .main-navigation-list li.dropdown .category-level1 ul li {
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
}

.main-navigation
  .main-navigation-list
  li.dropdown
  .category-level1
  ul
  li:last-child {
  border: 0;
}

@media screen and (min-width: 992px) {
  .main-navigation .main-navigation-list li.dropdown .category-level1 ul li {
    border: 0;
  }
}

.main-navigation
  .main-navigation-list
  li.dropdown
  .category-level1
  ul
  li:first-child {
  margin-left: 0;
}

.main-navigation .main-navigation-list li.dropdown .category-level1 ul li a {
  display: block;
  padding: 1rem 0;
}

@media screen and (min-width: 992px) {
  .main-navigation .main-navigation-list li.dropdown .category-level1 ul li a {
    padding: 0.5rem 0.75rem;
    white-space: normal;
    width: 100%;
    min-width: 250px;
  }
}

.main-navigation
  .main-navigation-list
  li.dropdown
  .category-level1
  ul
  li
  a
  img {
  display: none;
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 992px) {
  .main-navigation
    .main-navigation-list
    li.dropdown
    .category-level1
    ul
    li
    a
    img {
    display: block;
  }
}

.primary-nav {
  background-color: #fff;
}

@media (min-width: 992px) {
  .primary-nav {
    border-top: 1px solid #ededed;
  }
}

.nav-border {
  border-top: 1px solid #ededed;
}

@media (min-width: 992px) {
  .mobile-second-nav {
    z-index: 1;
  }
}

.primary-nav,
.mobile-second-nav,
.header-marketing,
.search-row,
.selectBoxXs {
  position: relative;
  -webkit-transition: height 0.1s ease-out;
  -moz-transition: height 0.1s ease-out;
  -o-transition: height 0.1s ease-out;
  transition: height 0.1s ease-out;
}

.primary-nav.slide-up,
.mobile-second-nav.slide-up,
.header-marketing.slide-up,
.search-row.slide-up,
.selectBoxXs.slide-up {
  transform: translateY(-100%);
  display: none;
}

.primary-nav.slide-down,
.mobile-second-nav.slide-down,
.header-marketing.slide-down,
.search-row.slide-down,
.selectBoxXs.slide-down {
  animation: slide-down-nav 0.1s linear;
}

@media (max-width: 767px) {
  .primary-nav,
  .mobile-second-nav,
  .header-marketing,
  .search-row,
  .selectBoxXs {
    position: static;
    display: block;
  }
}

@keyframes slide-down-nav {
  0 {
    opacity: 0;
    top: -20px;
    display: none;
    height: 0;
  }

  25% {
    opacity: 0.25;
    top: -15px;
    display: block;
    height: 25%;
  }

  50% {
    opacity: 0.5;
    top: -10px;
    display: block;
    height: 50%;
  }

  75% {
    opacity: 0.75;
    top: -5px;
    display: block;
    height: 75%;
  }

  100% {
    opacity: 1;
    top: 0;
    display: block;
    height: 100%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .shop-all-container {
    padding-left: 8px;
  }
}

@media (max-width: 991px) {
  .navbar-toggle-container {
    padding-left: 0;
    float: right;
    display: inline-block !important;
    position: relative;
    top: 7px;
  }

  .navbar-toggle {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    background-image: none;
    border: 1px solid transparent;
    transition: 0.25s ease-in-out;
  }

  .navbar-toggle:focus {
    outline: 0;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 31px;
    height: 3px;
    background: #000;
    transition: 0.25s ease-in-out;
  }

  .navbar-toggle:not(.collapsed) {
    width: 32px;
    height: 32px;
  }

  .navbar-toggle:not(.collapsed) .icon-bar {
    margin-top: 0;
  }

  .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    transform: rotate(45deg);
    position: absolute;
  }

  .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    position: absolute;
    width: 0;
    height: 0;
  }

  .navbar-toggle:not(.collapsed) .icon-bar:last-child {
    transform: rotate(-45deg);
  }

  .navbar-collapse .container {
    margin: 0;
  }
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

footer {
  clear: both;
  color: #cdd1d5;
}

.footer-top {
  padding: 40px 0 60px;
  background: #000;
}

@media (max-width: 767px) {
  .footer-top {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-top {
    padding: 0;
  }

  .footer-top .container {
    margin: 0;
    width: 100%;
  }
}

.footer-top h4 {
  color: #fff;
  font-size: 14px;
}

.footer {
  padding: 1rem 0 0;
  background: #181818;
  margin-top: 0;
  font-size: 0.813rem;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 3rem 0 0;
  }
}

.footer .footer-warranty {
  text-align: center;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-style: italic;
  padding-bottom: 0.5rem;
}

.footer h4 {
  color: #fff;
  font-size: 1rem;
  border-bottom: 1px solid #333;
  padding-bottom: 0.563rem;
}

@media screen and (min-width: 768px) {
  .footer h4 {
    margin-top: 1.125rem;
    margin-bottom: 0.563rem;
    padding-bottom: 0.438rem;
  }
}

.footer li {
  position: relative;
  padding-left: 0.875rem;
}

.footer li:before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: -0.125rem;
  width: 0.375rem;
  height: 0.375rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 0.125rem solid #d93c08;
  border-right: 0.125rem solid #d93c08;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer a[href]:not([role]):not(.btn):hover,
.footer [role="link"]:hover {
  color: #fff;
  text-decoration: underline;
}

.footer .row p a[href]:not([role]):not(.btn),
.footer .row p [role="link"] {
  color: #fff;
}

.disclaimer {
  padding: 0 1rem;
}

.copyright {
  color: #555;
  min-height: 1.75rem;
  margin-top: 2rem;
  padding: 0.375rem 1.25rem;
  background-color: #000;
}

.copyright p {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 767px) {
  .link-group {
    border-bottom: 1px solid #333;
  }

  .link-group ul {
    padding: 1rem 0.75rem;
    list-style: none;
    margin: 0;
  }

  .link-group.collapse {
    display: none;
  }

  .link-group.mobile-collapse {
    display: none;
  }

  .link-group.collapse.in {
    display: block;
  }

  .link-group-title {
    border-bottom: 1px solid #333;
    margin: 0 -15px;
    padding: 1rem 1.5rem;
  }

  .link-group-icon {
    font-size: 14px;
    color: #d93c08;
    float: right;
    cursor: pointer;
  }
}

@media (max-width: 991px) {
  .storefinder {
    float: none;
    width: 100%;
  }
}

.storefinder .glyphicon {
  color: #fff;
  font-size: 40px;
  display: block;
  float: left;
  padding: 20px 1rem 20px 0;
}

.storefinder h4 {
  font-size: 18px;
  margin: 25px 0 0;
}

.newsletter label {
  color: #cdd1d5;
}

.newsletter .newsletter-form {
  position: relative;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .newsletter .newsletter-form {
    margin: 1rem 0 0;
  }
}

.newsletter .newsletter-form input.newsletter-email-field {
  width: 100%;
  border: solid 1px #181818;
  background: #fff;
  height: 38px;
  padding-left: 1rem;
  background-color: #232323;
  color: #fff;
  font-size: 0.813rem;
}

@media (max-width: 767px) {
  .newsletter .newsletter-form input.newsletter-email-field {
    font-size: 1rem;
  }
}

.newsletter .newsletter-form input::-webkit-input-placeholder {
  color: #fff;
}

.newsletter .newsletter-form input:-ms-input-placeholder {
  color: #fff;
}

.newsletter .newsletter-form input::placeholder {
  color: #fff;
}

.newsletter .newsletter-form .button-wrapper {
  text-align: right;
}

.newsletter .newsletter-form .button-wrapper button {
  font-size: 12px;
  border: 1px solid #fff;
  padding: 4px 10px;
  background: 0;
  font-weight: bold;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .newsletter .newsletter-form .button-wrapper button {
    font-size: 14px;
  }
}

.newsletter .newsletter-form .email-field-wrapper {
  margin-bottom: 10px;
  position: relative;
}

.newsletter
  .newsletter-form
  .email-field-wrapper.form-group.has-error
  .newsletter-email-field {
  border-color: #f54f4f;
}

.newsletter
  .newsletter-form
  .email-field-wrapper.form-group.has-error
  .newsletter-email-field:focus {
  border: 0;
}

.newsletter
  .newsletter-form
  .email-field-wrapper.form-group.has-error
  .help-block {
  position: absolute;
  top: 0.125rem;
  right: 0;
  margin: 0;
  padding: 0.375rem 0.75rem;
  background-color: #f54f4f;
  color: #fff;
  font-size: 0.813rem;
  white-space: nowrap;
}

.newsletter .unsubscribe-sep {
  border-color: #333;
  margin: 1rem 0;
}

.newsletter .offers-wrapper label {
  padding-left: 1.5rem;
  line-height: 1rem;
  font-size: 0.625rem;
}

@media (max-width: 767px) {
  .newsletter .offers-wrapper label {
    font-size: 0.825rem;
  }
}

.newsletter .offers-wrapper label:before {
  width: 0.813rem !important;
  height: 0.813rem !important;
  border-radius: 0.125rem !important;
}

.newsletter .offers-wrapper label:after {
  top: 0 !important;
  left: 0.3rem !important;
}

.newsletter .unsubscribe-link {
  background: 0;
  border: 0;
  color: #cdd1d5;
  font-size: 0.75rem;
  padding: 0;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .newsletter .unsubscribe-link {
    font-size: 0.8rem;
  }
}

.newsletter .unsubscribe-link:focus {
  border: 0;
}

.newsletter .success-msg {
  display: none;
}

.newsletter .failure-msg {
  display: none;
}

.newsletter .failure-msg p {
  color: #f54f4f;
}

.unsubscribe-newsletter-block .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
}

@media screen and (max-width: 767px) {
  .unsubscribe-newsletter-block .modal-dialog {
    margin: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .unsubscribe-newsletter-block .modal-dialog {
    margin: 0 auto;
    width: 48rem;
  }
}

.unsubscribe-newsletter-block .modal-content {
  border-radius: 5px;
}

.unsubscribe-newsletter-block .modal-body {
  padding: 1.25rem;
}

.unsubscribe-newsletter-block .form-unsubscribe-newsletter h2 {
  margin: 0 0 1rem 0;
  font-size: 1.2rem;
}

.unsubscribe-newsletter-block .form-unsubscribe-newsletter p {
  color: #767676;
  font-size: 0.938rem;
}

.unsubscribe-newsletter-block .form-unsubscribe-newsletter button {
  min-width: 12.5rem;
}

@media screen and (max-width: 767px) {
  .unsubscribe-newsletter-block .form-unsubscribe-newsletter button {
    margin-top: 1rem;
  }
}

.unsubscribe-newsletter-block .unsubscribe-text-separate {
  margin: 1rem 0;
}

.bronto-newsletter-iframe {
  border: 0;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 1rem 0;
}

@media screen and (min-width: 1200px) {
  .bronto-newsletter-iframe {
    height: 35rem;
  }
}

@media screen and (min-width: 992px) {
  .bronto-newsletter-iframe {
    height: 30rem;
  }
}

@media screen and (max-width: 991px) and (orientation: portrait) {
  .bronto-newsletter-iframe {
    height: 26rem;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .bronto-newsletter-iframe {
    height: 22rem;
  }
}

@media screen and (max-width: 375px) and (orientation: portrait) {
  .bronto-newsletter-iframe {
    height: 16rem;
  }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  .bronto-newsletter-iframe {
    height: 7rem;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .bronto-newsletter-iframe {
    height: auto;
  }
}

#GroupSocial {
  color: transparent;
}

#GroupSocial ul {
  height: 2rem;
  padding: 0;
}

#GroupSocial ul li {
  list-style: none;
  float: left;
  margin-right: 9px;
  padding-left: 0;
  padding-bottom: 1rem;
}

#GroupSocial ul li:before {
  display: none;
}

#GroupSocial ul li a {
  width: 30px;
  height: 30px;
  display: block;
  opacity: 0.5;
}

#GroupSocial ul li a:hover {
  opacity: 1;
  color: transparent;
}

#GroupShipping li {
  padding-left: 0;
}

#GroupShipping li:before {
  display: none;
}

.footer-container {
  padding: 1rem 0.6rem;
}

@media screen and (min-width: 768px) {
  .footer-container {
    padding: 0.5rem 0;
  }
}

.footer-container ul {
  padding: 1rem 1.5rem;
}

@media screen and (min-width: 768px) {
  .footer-container ul {
    padding: 0;
  }
}

.footer-container ul li {
  padding-left: 0;
}

.footer-container ul li:before {
  display: none;
}

.footer-container img {
  max-width: 2rem;
  margin: 0 0.375rem 0.125rem 0;
}

.shark-footer li:before {
  border-color: #3f3f3f;
}

.shark-footer .link-group-icon {
  color: #3f3f3f;
}

.carousel-control {
  border: 0;
  color: #232323;
  text-shadow: none;
  z-index: 1;
}

.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

.carousel-control:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.carousel-control:focus-visible span.glyphicon {
  outline: 2px solid;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 20px;
  }
}

.carousel-indent .carousel-inner {
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}

.carousel-indicators {
  z-index: 10;
}

.carousel-indicators li {
  width: 0.5rem;
  max-width: 0.5rem;
  height: 0.5rem;
  margin: 0 0 0 0.313rem;
  border: 2px solid #fff;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .carousel-indicators li {
    width: 0.75rem;
    max-width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.carousel-indicators .active {
  width: 0.5rem;
  max-width: 0.5rem;
  height: 0.5rem;
  margin: 0 0 0 0.313rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .carousel-indicators .active {
    width: 0.75rem;
    max-width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.recently-viewed-links-container .recently-viewed-links {
  list-style: none;
  margin-top: 17px;
}

@media (max-width: 991px) {
  .recently-viewed-links-container .recently-viewed-links {
    margin-top: 0;
  }
}

.recently-viewed-links-container .recently-viewed-links li {
  display: inline-block;
  padding-left: 1rem;
}

.full-width-carousel-teaser {
  width: calc(100vw - 10px);
  position: relative;
  margin-left: -50vw;
  left: 50%;
  clear: left;
}

.full-width-carousel-teaser img,
.full-width-carousel-teaser video {
  width: 100%;
}

.full-width-carousel-teaser iframe {
  padding-bottom: 1rem;
}

.full-width-carousel-teaser .carousel-control {
  display: none;
}

@media screen and (min-width: 992px) {
  .full-width-carousel-teaser .carousel-control {
    display: block;
    opacity: 1;
    width: 5rem;
  }
}

.full-width-carousel-teaser .carousel-control span {
  display: none;
  visibility: hidden;
}

.full-width-carousel-teaser .carousel-control:before {
  content: "";
  position: absolute;
  top: calc(50% - 1.625rem);
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}

.full-width-carousel-teaser .carousel-control:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.563rem);
  left: calc(50% - 0.25rem);
  width: 1rem;
  height: 1rem;
  border-left: 0.125rem solid #000;
  border-bottom: 0.125rem solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.full-width-carousel-teaser .carousel-control.left:before {
  left: 1rem;
}

.full-width-carousel-teaser .carousel-control.right:before {
  right: 1rem;
}

.full-width-carousel-teaser .carousel-control.right:after {
  left: calc(20% - 2.75rem);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.carousel-indicators {
  z-index: 1;
}

.carousel.hero
  .carousel-inner
  .item
  .row
  .teaser-link:focus-visible
  .enhanced-image-container {
  outline: 2px solid;
  outline-offset: -2px;
}

.carousel.hero .carousel-inner .item .row .enhanced-image-container {
  width: 100%;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .carousel.hero .carousel-inner .item .row .enhanced-image-container {
    height: 40vw;
    text-align: center;
    max-height: 30rem;
  }
}

@media screen and (min-width: 2000px) {
  .carousel.hero .carousel-inner .item .row .enhanced-image-container {
    max-height: 35rem;
  }
}

@media screen and (min-width: 2500px) {
  .carousel.hero .carousel-inner .item .row .enhanced-image-container {
    max-height: 40rem;
  }
}

.carousel.hero .carousel-inner .item .row .enhanced-image-container.text-left {
  text-align: center;
}

.carousel.hero
  .carousel-inner
  .item
  .row
  .enhanced-image-container.text-left
  .enhanced-image-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 0;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .carousel.hero
    .carousel-inner
    .item
    .row
    .enhanced-image-container.text-left
    .enhanced-image-text {
    width: 50%;
  }
}

.carousel.hero
  .carousel-inner
  .item
  .row
  .enhanced-image-container.text-left
  .enhanced-image-text
  h1 {
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1;
  font-size: 1.375rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .carousel.hero
    .carousel-inner
    .item
    .row
    .enhanced-image-container.text-left
    .enhanced-image-text
    h1 {
    margin-bottom: 1.25rem;
    margin-top: 0;
    font-size: 2.25rem;
  }
}

.carousel.hero
  .carousel-inner
  .item
  .row
  .enhanced-image-container.text-left
  .enhanced-image-text
  p {
  margin-bottom: 1rem;
  padding: 0 2.25rem;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  line-height: 1.25;
  font-size: 0.813rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .carousel.hero
    .carousel-inner
    .item
    .row
    .enhanced-image-container.text-left
    .enhanced-image-text
    p {
    line-height: 1.25;
    margin-bottom: 1.25rem;
    margin-top: 0;
    font-size: 1.063rem;
  }
}

.carousel.hero
  .carousel-inner
  .item
  .row
  .enhanced-image-container.text-left
  .enhanced-image-text
  .btn.btn-lg.btn-primary {
  position: relative;
  min-width: 0;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.625rem;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  border-radius: 1.563rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .carousel.hero
    .carousel-inner
    .item
    .row
    .enhanced-image-container.text-left
    .enhanced-image-text
    .btn.btn-lg.btn-primary {
    border: 0;
    text-decoration: none;
    min-width: 12.5rem;
    padding: 1rem 1.5rem;
    border-radius: 1.563rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.875rem;
    font-weight: 700;
  }
}

.carousel.hero .carousel-inner .item .row .enhanced-image-container.text-right {
  text-align: center;
}

.carousel.hero
  .carousel-inner
  .item
  .row
  .enhanced-image-container.text-right
  .enhanced-image-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 0;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .carousel.hero
    .carousel-inner
    .item
    .row
    .enhanced-image-container.text-right
    .enhanced-image-text {
    right: 10%;
    width: unset;
  }
}

.carousel.hero
  .carousel-inner
  .item
  .row
  .enhanced-image-container.text-right
  .enhanced-image-text
  h1 {
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1;
  font-size: 1.375rem;
}

@media screen and (min-width: 768px) {
  .carousel.hero
    .carousel-inner
    .item
    .row
    .enhanced-image-container.text-right
    .enhanced-image-text
    h1 {
    margin-bottom: 1.25rem;
    margin-top: 0;
    font-size: 2.25rem;
    text-transform: uppercase;
  }
}

.carousel.hero
  .carousel-inner
  .item
  .row
  .enhanced-image-container.text-right
  .enhanced-image-text
  p {
  margin-bottom: 1rem;
  padding: 0 2.25rem;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  line-height: 1.25;
  font-size: 0.813rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .carousel.hero
    .carousel-inner
    .item
    .row
    .enhanced-image-container.text-right
    .enhanced-image-text
    p {
    line-height: 1.25;
    margin-bottom: 1.25rem;
    margin-top: 0;
    font-size: 1.063rem;
  }
}

.carousel.hero
  .carousel-inner
  .item
  .row
  .enhanced-image-container.text-right
  .enhanced-image-text
  .btn.btn-lg.btn-primary {
  position: relative;
  min-width: 0;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.625rem;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  border-radius: 1.563rem;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .carousel.hero
    .carousel-inner
    .item
    .row
    .enhanced-image-container.text-right
    .enhanced-image-text
    .btn.btn-lg.btn-primary {
    border: 0;
    text-decoration: none;
    min-width: 12.5rem;
    padding: 1rem 1.5rem;
    border-radius: 1.563rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.875rem;
    font-weight: 700;
  }
}

@media screen and (min-width: 1550px) {
  .carousel.hero
    .carousel-inner
    .item
    .row
    .enhanced-image-container
    .enhanced-image {
    display: revert !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
    height: 100% !important;
  }
}

.carousel.hero
  .carousel-inner
  .item
  .row
  .enhanced-image-container
  .enhanced-image
  img {
  width: 100%;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .carousel.hero
    .carousel-inner
    .item
    .row
    .enhanced-image-container
    .enhanced-image
    img {
    height: auto;
    bottom: 20%;
  }
}

@media screen and (min-width: 1550px) {
  .carousel.hero
    .carousel-inner
    .item
    .row
    .enhanced-image-container
    .enhanced-image
    img {
    position: relative;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    bottom: 0 !important;
  }
}

.carousel.hero
  .carousel-inner
  .item
  .row
  .enhanced-image-container
  .enhanced-image-text
  .btn.btn-lg.btn-primary {
  font-size: 12px;
}

@media screen and (min-width: 992px) {
  .carousel.hero
    .carousel-inner
    .item
    .row
    .enhanced-image-container
    .enhanced-image-text
    .btn.btn-lg.btn-primary {
    font-size: 30px;
  }
}

.carousel.hero .carousel-inner .item.active picture {
  display: revert !important;
}

@media screen and (min-width: 1550px) {
  .carousel.hero .carousel-inner .item.active picture {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
}

.carousel.hero .carousel-control {
  color: #232323;
  text-shadow: none;
  outline-width: 0;
}

.carousel.hero .carousel-control.left {
  background-image: none;
}

.carousel.hero .carousel-control.right {
  background-image: none;
}

.carousel.hero .carousel-control .glyphicon-chevron-left,
.carousel.hero .carousel-control .glyphicon-chevron-right {
  display: none;
}

@media screen and (min-width: 768px) {
  .carousel.hero .carousel-control .icon-prev,
  .carousel.hero .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 20px;
  }
}

.carousel.hero .carousel-indent .carousel-inner {
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .carousel.hero .carousel-indicators {
    bottom: 10px;
  }
}

.carousel.hero .carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .carousel.hero .carousel-indicators li {
    width: 11px;
    height: 11px;
  }
}

.carousel.hero .carousel-indicators .active {
  width: 8px;
  height: 8px;
}

@media screen and (min-width: 768px) {
  .carousel.hero .carousel-indicators .active {
    width: 11px;
    height: 11px;
    margin: 0 5px;
  }
}

.carousel.hero .recently-viewed-links-container .recently-viewed-links {
  list-style: none;
  margin-top: 17px;
}

@media (max-width: 991px) {
  .carousel.hero .recently-viewed-links-container .recently-viewed-links {
    margin-top: 0;
  }
}

.carousel.hero .recently-viewed-links-container .recently-viewed-links li {
  display: inline-block;
  padding-left: 1rem;
}

.marketing-area
  .carousel.hero
  .carousel-inner
  .item
  .row
  .enhanced-image-container
  .enhanced-image
  img {
  height: 100% !important;
  position: relative;
  bottom: 0 !important;
}

.enhanced-image-container {
  position: relative;
}

.enhanced-image-text {
  color: #fff;
  font-weight: bold;
  position: absolute;
  text-align: center;
  top: 30%;
  width: 100%;
}

.enhanced-image-text h1 {
  margin-bottom: 0.5rem;
  line-height: 1;
  text-transform: uppercase;
  color: inherit;
}

@media screen and (min-width: 768px) {
  .enhanced-image-text h1 {
    margin-bottom: 1.25rem;
    margin-top: 0;
    font-size: 2.25rem;
  }
}

@media (max-width: 767px) {
  .enhanced-image-text .btn {
    display: inline;
    width: auto;
  }
}

.eventTimer .eventTimer-wrapper {
  margin-bottom: 0.625rem;
}

.eventTimer .eventTimer-block {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 10px;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  border-radius: 8px;
  width: 65px;
  margin: 0.3125rem;
  font-weight: 800;
  text-transform: uppercase;
}

.eventTimer .eventTimer-description h2 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .eventTimer .eventTimer-description h2 {
    font-size: 44px;
  }
}

.eventTimer .eventTimer-description span {
  display: block;
  opacity: 0.7;
  margin: 0 auto 1rem;
  padding: 5px 0;
  font-size: 0.85rem;
  text-transform: none;
  max-width: 100%;
}

@media (min-width: 767px) {
  .eventTimer .eventTimer-description span {
    font-size: 1.125rem;
    font-weight: normal;
    margin: 0 auto 1.25rem;
  }
}

.eventTimer .eventTimer-heading {
  color: #fff;
  font-size: 30px;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .eventTimer .eventTimer-heading {
    font-size: 18px;
  }
}

.eventTimer .eventTimer-label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

@media (max-width: 767px) {
  .eventTimer .enhanced-image {
    order: 2;
  }
}

.eventTimer .enhanced-image-text {
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 768px) {
  .eventTimer .enhanced-image-text.skew {
    -webkit-transform: skewX(-23deg);
    transform: skewX(-23deg);
    margin-left: -10%;
    width: 65% !important;
    right: auto !important;
    background: #000;
  }

  .eventTimer .enhanced-image-text.skew .enhanced-content-wrapper {
    -webkit-transform: skewX(23deg);
    transform: skewX(23deg);
    margin-left: 16%;
  }

  .eventTimer .enhanced-image-text .diagonal-border {
    width: 20px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: -20px;
    opacity: 0.5;
  }
}

.eventTimer .enhanced-image-text h1,
.eventTimer .enhanced-image-text h2,
.eventTimer .enhanced-image-text h3,
.eventTimer .enhanced-image-text p {
  color: #fff;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

.eventTimer .enhanced-image-text .btn {
  display: inline-block;
  margin: 0;
}

.eventTimer #event-time,
.eventTimer #event-timer-block,
.eventTimer #event-timer-label {
  display: none;
}

.eventTimer.full-width .enhanced-image-text {
  width: 100% !important;
  margin-left: 0;
  -webkit-transform: skewX(0);
  transform: skewX(0);
}

.eventTimer.full-width .enhanced-image-text .enhanced-content-wrapper {
  -webkit-transform: skewX(0);
  transform: skewX(0);
  margin-left: 0;
}

.eventTimer.full-width .enhanced-image-text .diagonal-border {
  display: none;
}

.eventTimer-inline {
  clear: both;
  float: none;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .eventTimer-inline .eventTimer-wrapper {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .eventTimer-inline .eventTimer-wrapper {
    max-width: 175px;
  }
}

.eventTimer-inline .enhanced-image {
  display: block;
}

@media (max-width: 767px) {
  .eventTimer-inline .enhanced-image {
    order: 1;
  }
}

.eventTimer-inline .enhanced-image img {
  padding: 0;
  position: absolute;
  z-index: 0;
}

.eventTimer-inline .enhanced-image + .enhanced-image-text {
  position: relative;
  background: transparent;
}

.eventTimer-inline .enhanced-image-text .eventTimer-content-wrapper {
  width: 100%;
  padding: 1rem;
}

@media only screen and (min-width: 768px) {
  .eventTimer-inline .enhanced-image-text .eventTimer-content-wrapper {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    left: 0;
    max-width: 1350px;
  }
}

.eventTimer-inline .enhanced-image-text .eventTimer-description {
  width: 100%;
  text-align: center;
  display: inline-block;
}

@media (min-width: 768px) {
  .eventTimer-inline .enhanced-image-text .eventTimer-description {
    width: 40%;
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .eventTimer-inline .enhanced-image-text .eventTimer-description {
    width: 30%;
    text-align: left;
  }
}

.eventTimer-inline .enhanced-image-text .eventTimer-description > * {
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 767px) {
  .eventTimer-inline .enhanced-image-text .eventTimer-description > * {
    margin-bottom: 0.625rem;
  }
}

.eventTimer-inline .enhanced-image-text .eventTimer-description span {
  text-transform: none;
  font-weight: normal;
}

.eventTimer-inline .enhanced-image-text .eventTimer-heading {
  margin: 0;
}

@media (max-width: 767px) {
  .eventTimer-inline .enhanced-image-text .eventTimer-heading {
    margin-bottom: 0.625rem;
  }
}

.eventTimer-inline .enhanced-image-text .eventTimer-heading span {
  display: block;
  text-align: right;
}

@media (max-width: 767px) {
  .eventTimer-inline .enhanced-image-text .eventTimer-heading span {
    display: inline;
  }
}

@media (max-width: 767px) {
  .eventTimer-inline .enhanced-image-text .eventTimer-wrapper {
    margin-bottom: 0.625rem;
  }
}

.video-container {
  position: relative;
}

.video-container video {
  display: block;
}

.video-text {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

.video-text h1 {
  color: #fff;
  font-size: 60px;
}

.video-link {
  display: inline-block;
  font-size: 66px;
  font-weight: bold;
  opacity: 0.7;
}

.video-link:hover {
  opacity: 1;
  cursor: pointer;
}

@media (min-width: 992px) {
  .video-link {
    font-size: 85px;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 55%;
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .thirsti-image-video-text-banner.container {
    width: 100%;
  }
}

.thirsti-image-video-text-banner .img-video-container {
  display: flex;
}

@media (max-width: 480px) {
  .thirsti-image-video-text-banner .img-video-container {
    display: block;
  }

  .thirsti-image-video-text-banner .img-video-container .col-md-6 {
    padding: 0;
  }
}

.thirsti-image-video-text-banner .img-video-container .img-section-container {
  padding: 0;
}

@media (max-width: 480px) {
  .thirsti-image-video-text-banner .img-video-container .img-section-container {
    width: 100%;
  }
}

.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container
  .banner-img,
.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container
  #cloudinary-video-player,
.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container
  #vimeo-video-player {
  width: 516px;
  height: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container
    .banner-img,
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container
    #cloudinary-video-player,
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container
    #vimeo-video-player {
    width: 427px;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container
    .banner-img,
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container
    #cloudinary-video-player,
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container
    #vimeo-video-player {
    width: 331px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container
    .banner-img,
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container
    #cloudinary-video-player,
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container
    #vimeo-video-player {
    width: 100%;
    height: auto;
    margin-bottom: 39px;
  }
}

.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container.toggle-left
  .banner-img,
.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container.toggle-left
  #cloudinary-video-player,
.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container.toggle-left
  #vimeo-video-player {
  margin-left: 42px;
  margin-bottom: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container.toggle-left
    .banner-img,
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container.toggle-left
    #cloudinary-video-player,
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container.toggle-left
    #vimeo-video-player {
    margin-left: 34px;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container.toggle-left
    .banner-img,
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container.toggle-left
    #cloudinary-video-player,
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container.toggle-left
    #vimeo-video-player {
    margin-left: 27px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container.toggle-left
    .banner-img,
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container.toggle-left
    #cloudinary-video-player,
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container.toggle-left
    #vimeo-video-player {
    margin: 0 0 39px 0;
  }
}

.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container.toggle-right
  .banner-img,
.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container.toggle-right
  #cloudinary-video-player,
.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container.toggle-right
  #vimeo-video-player {
  margin-right: 42px;
  margin-bottom: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container.toggle-right
    .banner-img,
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container.toggle-right
    #cloudinary-video-player,
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container.toggle-right
    #vimeo-video-player {
    margin-right: 34px;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container.toggle-right
    .banner-img,
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container.toggle-right
    #cloudinary-video-player,
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container.toggle-right
    #vimeo-video-player {
    margin-right: 27px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container.toggle-right
    .banner-img,
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container.toggle-right
    #cloudinary-video-player,
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container.toggle-right
    #vimeo-video-player {
    margin: 0 0 39px 0;
  }
}

.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container
  .thumbnail-image {
  position: relative;
}

.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container
  .thumbnail-image
  .start-image {
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
  top: 50%;
}

.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container
  .thumbnail-image
  .start-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
}

.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container
  .thumbnail-image
  .start-image:hover:after,
.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container
  .thumbnail-image
  .start-image:focus-within:after {
  transition: opacity 0.5s ease;
  filter: alpha(opacity=10);
  opacity: 0.1;
}

.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container
  .thumbnail-image
  .start-image
  img {
  width: 100%;
}

.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container
  .thumbnail-image
  .start-image:hover
  .play-icon,
.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container
  .thumbnail-image
  .start-image:focus-within
  .play-icon {
  background-color: #d93c08;
}

.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container
  .thumbnail-image
  .play-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 50px;
  border: 0;
  box-shadow: 0 0 20px #ccc;
  transition: background-color 0.5s ease;
  width: 83px;
  height: 83px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container
    .thumbnail-image
    .play-icon {
    width: 69px;
    height: 69px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container
    .thumbnail-image
    .play-icon {
    width: 53px;
    height: 53px;
  }
}

@media (max-width: 767px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container
    .thumbnail-image
    .play-icon {
    width: 53px;
    height: 53px;
  }
}

.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container
  .thumbnail-image
  .play-icon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 0;
  margin: auto;
  left: 9px;
  border-top: 12px solid transparent;
  border-left: 20px solid #000;
  border-bottom: 12px solid transparent;
  border-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container
    .thumbnail-image
    .play-icon:before {
    left: 6px;
    border-top: 7px solid transparent;
    border-left: 12px solid #000;
    border-bottom: 7px solid transparent;
  }
}

.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container
  #cloudinary-video-player,
.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container
  #vimeo-video-player {
  position: relative;
}

@media (max-width: 767px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container
    #cloudinary-video-player,
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container
    #vimeo-video-player {
    margin-bottom: 40px;
  }
}

.thirsti-image-video-text-banner
  .img-video-container
  .img-section-container
  #vimeo-video-player {
  height: 516px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container
    #vimeo-video-player {
    height: 427px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container
    #vimeo-video-player {
    height: 331px;
  }
}

@media (max-width: 767px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .img-section-container
    #vimeo-video-player {
    height: 100%;
  }
}

.thirsti-image-video-text-banner .img-video-container .toggle-left {
  order: 1;
}

.thirsti-image-video-text-banner
  .img-video-container
  .toggle-left
  .banner-text-section {
  margin-left: 138px;
  margin-right: 133px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .toggle-left
    .banner-text-section {
    margin-left: 114px;
    margin-right: 110px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .toggle-left
    .banner-text-section {
    margin-left: 88px;
    margin-right: 85px;
  }
}

@media (max-width: 767px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .toggle-left
    .banner-text-section {
    margin: 0;
  }
}

.thirsti-image-video-text-banner .img-video-container .toggle-right {
  order: 2;
}

.thirsti-image-video-text-banner
  .img-video-container
  .toggle-right
  .banner-text-section {
  margin-left: 133px;
  margin-right: 138px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .toggle-right
    .banner-text-section {
    margin-left: 110px;
    margin-right: 114px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .toggle-right
    .banner-text-section {
    margin-left: 85px;
    margin-right: 88px;
  }
}

@media (max-width: 767px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .toggle-right
    .banner-text-section {
    margin: 0;
  }
}

.thirsti-image-video-text-banner .img-video-container .text-section-container {
  position: relative;
  height: auto;
  padding: 0;
}

@media (max-width: 767px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container {
    width: 100%;
    height: auto;
  }
}

.thirsti-image-video-text-banner
  .img-video-container
  .text-section-container
  .banner-text-section {
  width: 370px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container
    .banner-text-section {
    width: 307px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container
    .banner-text-section {
    width: 237px;
  }
}

@media (max-width: 767px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container
    .banner-text-section {
    width: auto;
    padding: 0 30px;
    position: relative;
    top: 0;
    transform: unset;
  }
}

.thirsti-image-video-text-banner
  .img-video-container
  .text-section-container
  .banner-text-section
  .header-title {
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container
    .banner-text-section
    .header-title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 7px;
    font-weight: 700;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container
    .banner-text-section
    .header-title {
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 5px;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container
    .banner-text-section
    .header-title {
    margin-bottom: 27px;
  }
}

.thirsti-image-video-text-banner
  .img-video-container
  .text-section-container
  .banner-text-section
  .header-text {
  font-size: 27px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container
    .banner-text-section
    .header-text {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 7px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container
    .banner-text-section
    .header-text {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container
    .banner-text-section
    .header-text {
    font-size: 39px;
    line-height: 39px;
    margin-bottom: 27px;
  }
}

.thirsti-image-video-text-banner
  .img-video-container
  .text-section-container
  .banner-text-section
  .text-description {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container
    .banner-text-section
    .text-description {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 17px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container
    .banner-text-section
    .text-description {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 13px;
  }
}

@media (max-width: 767px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container
    .banner-text-section
    .text-description {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 27px;
  }
}

.thirsti-image-video-text-banner
  .img-video-container
  .text-section-container
  .banner-text-section
  .button-section {
  display: flex;
}

@media (max-width: 767px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container
    .banner-text-section
    .button-section {
    flex-direction: column;
  }
}

.thirsti-image-video-text-banner
  .img-video-container
  .text-section-container
  .banner-text-section
  .button-section
  .btn {
  padding: 13px 33px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container
    .banner-text-section
    .button-section
    .btn {
    padding: 10px 28px;
    font-size: 11px;
    line-height: 11px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container
    .banner-text-section
    .button-section
    .btn {
    padding: 8px 21px;
    font-size: 9px;
    line-height: 9px;
  }
}

@media (max-width: 767px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container
    .banner-text-section
    .button-section
    .btn {
    padding: 12px 49px;
    font-size: 20px;
    margin-bottom: 27px;
    height: 62px;
    line-height: 2.2rem;
  }
}

.thirsti-image-video-text-banner
  .img-video-container
  .text-section-container
  .banner-text-section
  .button-section
  .btn.cta1 {
  margin-right: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container
    .banner-text-section
    .button-section
    .btn.cta1 {
    margin-right: 17px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container
    .banner-text-section
    .button-section
    .btn.cta1 {
    margin-right: 13px;
  }
}

@media (max-width: 767px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container
    .banner-text-section
    .button-section
    .btn.cta1 {
    margin-bottom: 27px;
    margin-right: 0;
  }
}

.thirsti-image-video-text-banner
  .img-video-container
  .text-section-container
  .banner-text-section
  .button-section
  .btn.cta2 {
  margin-left: 0;
}

@media (max-width: 767px) {
  .thirsti-image-video-text-banner
    .img-video-container
    .text-section-container
    .banner-text-section
    .button-section
    .btn.cta2 {
    margin-bottom: 39px;
  }
}

.video-enhanced-container {
  position: relative;
  clear: both;
}

.video-enhanced-container.autosize iframe,
.video-enhanced-container.autosize object,
.video-enhanced-container.autosize embed {
  width: 100%;
  min-width: 200px;
  min-height: 50vw;
}

@media (min-width: 992px) {
  .video-enhanced-container.autosize iframe,
  .video-enhanced-container.autosize object,
  .video-enhanced-container.autosize embed {
    min-height: 400px;
  }
}

@media (min-width: 1200px) {
  .video-enhanced-container.autosize iframe,
  .video-enhanced-container.autosize object,
  .video-enhanced-container.autosize embed {
    min-height: 600px;
  }
}

.video-enhanced-container.autosize .start-image ~ iframe,
.video-enhanced-container.autosize .start-image ~ object,
.video-enhanced-container.autosize .start-image ~ embed {
  min-height: auto;
  border: 1px solid #fff;
}

.video-enhanced-container .start-image {
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

.video-enhanced-container .start-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
}

.video-enhanced-container .start-image:hover:after,
.video-enhanced-container .start-image:focus-within:after {
  transition: opacity 0.5s ease;
  filter: alpha(opacity=10);
  opacity: 0.1;
}

.video-enhanced-container .start-image img {
  width: 100%;
}

.video-enhanced-container .start-image:hover .play-icon,
.video-enhanced-container .start-image:focus-within .play-icon {
  background-color: #d93c08;
}

.video-enhanced-container .play-icon {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 50px;
  border: 0;
  box-shadow: 0 0 20px #ccc;
  transition: background-color 0.5s ease;
}

@media (min-width: 992px) {
  .video-enhanced-container .play-icon {
    width: 100px;
    height: 100px;
  }
}

.video-enhanced-container .play-icon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 3px;
  left: 6px;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 15px solid transparent;
  border-left: 25px solid #999;
  border-bottom: 15px solid transparent;
  border-right: 0;
}

@media (min-width: 992px) {
  .video-enhanced-container .play-icon:before {
    left: 13px;
    border-top: 25px solid transparent;
    border-left: 45px solid #999;
    border-bottom: 25px solid transparent;
  }
}

.playicon-hide .play-icon,
.video-noplayicon .play-icon {
  display: none;
}

@media (max-width: 991px) {
  .modal.videomodal.in {
    background-color: #000;
    height: 100%;
  }
}

.modal.videomodal .modal-dialog {
  width: 100%;
  margin: 0;
  text-align: center;
}

.modal.videomodal .enhance-video-modal {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  z-index: 1000;
  width: auto !important;
  max-width: 100% !important;
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  .modal.videomodal .enhance-video-modal {
    background-color: transparent;
    border: 0;
    width: 100% !important;
  }
}

.modal.videomodal .close {
  padding: 5px;
  font-size: 45px;
  line-height: 0;
  position: absolute;
}

@media (min-width: 992px) {
  .modal.videomodal .close {
    top: -20px;
    right: -20px;
    width: 40px !important;
    height: 40px;
  }
}

@media (max-width: 991px) {
  .modal.videomodal .close {
    font-size: 60px;
    height: 45px;
    width: 45px !important;
    right: 50px;
    background: transparent;
    color: #fff;
    font-weight: bolder;
    top: -25%;
  }
}

@media (max-width: 768px) {
  .modal.videomodal .close {
    font-size: 60px;
    right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal.videomodal .close {
    right: 9%;
    top: -70%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and screen and (orientation: landscape) {
  .modal.videomodal .close {
    top: 25px;
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .modal.videomodal .close {
    font-size: 60px;
    line-height: 0;
    position: absolute;
    right: 15px;
  }
}

@media screen and (orientation: landscape) and (max-device-width: 991px) {
  .modal.videomodal .close {
    top: 25px !important;
    font-size: 45px;
  }
}

.modal.videomodal iframe {
  clear: both;
  width: 650px !important;
  height: 365px !important;
  margin: 0;
}

@media (max-width: 991px) {
  .modal.videomodal iframe {
    width: 100vh !important;
    max-width: 100% !important;
    height: auto;
  }
}

.full-width-video-thirsti .full-width-video-container {
  position: relative;
}

.full-width-video-thirsti .full-width-video-container video {
  width: 100%;
  height: auto;
}

.full-width-video-thirsti .full-width-video-container .full-video-text-overlay {
  position: absolute;
  left: 127px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  width: 370px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .full-width-video-thirsti
    .full-width-video-container
    .full-video-text-overlay {
    left: 105px;
    width: 306px;
  }
}

@media (max-width: 991px) {
  .full-width-video-thirsti
    .full-width-video-container
    .full-video-text-overlay {
    left: 105px;
    width: 306px;
  }
}

@media (max-width: 768px) {
  .full-width-video-thirsti
    .full-width-video-container
    .full-video-text-overlay {
    left: 82px;
    width: 237px;
  }
}

@media (max-width: 480px) {
  .full-width-video-thirsti
    .full-width-video-container
    .full-video-text-overlay {
    position: relative;
    bottom: 0;
    left: 0;
    color: #000;
    padding: 15px 30px;
    text-align: left;
    top: 0;
    transform: unset;
    width: 100%;
  }
}

.full-width-video-thirsti
  .full-width-video-container
  .full-video-text-overlay
  .title {
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .full-width-video-thirsti
    .full-width-video-container
    .full-video-text-overlay
    .title {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 17px;
  }
}

@media (max-width: 768px) {
  .full-width-video-thirsti
    .full-width-video-container
    .full-video-text-overlay
    .title {
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    margin-bottom: 13px;
  }
}

@media (max-width: 480px) {
  .full-width-video-thirsti
    .full-width-video-container
    .full-video-text-overlay
    .title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 24px;
  }
}

.full-width-video-thirsti
  .full-width-video-container
  .full-video-text-overlay
  .header-text {
  font-size: 33px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 27px;
}

@media (max-width: 991px) {
  .full-width-video-thirsti
    .full-width-video-container
    .full-video-text-overlay
    .header-text {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 21px;
  }
}

@media (max-width: 768px) {
  .full-width-video-thirsti
    .full-width-video-container
    .full-video-text-overlay
    .header-text {
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 17px;
  }
}

@media (max-width: 480px) {
  .full-width-video-thirsti
    .full-width-video-container
    .full-video-text-overlay
    .header-text {
    font-size: 37px;
    line-height: 37px;
    width: 100%;
    font-weight: 700;
    margin-bottom: 39px;
  }
}

.full-width-video-thirsti
  .full-width-video-container
  .full-video-text-overlay
  .cta {
  padding: 12px 33px;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

@media (max-width: 991px) {
  .full-width-video-thirsti
    .full-width-video-container
    .full-video-text-overlay
    .cta {
    padding: 10px 28px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
  }
}

@media (max-width: 768px) {
  .full-width-video-thirsti
    .full-width-video-container
    .full-video-text-overlay
    .cta {
    font-size: 9px;
    line-height: 9px;
    padding: 8px 21px;
    font-weight: 400;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .full-width-video-thirsti
    .full-width-video-container
    .full-video-text-overlay
    .cta {
    padding: 12px 49px;
    font-weight: 700;
    font-size: 20px;
    font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
    width: auto;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 53px;
    height: 61px;
    line-height: 2rem;
  }
}

.image-scale-container {
  position: relative;
  overflow: hidden;
  margin-top: 1%;
  margin-bottom: 0;
  padding: 2px;
}

.image-scale-container img {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

@media (min-width: 768px) {
  .image-scale-container {
    width: 49.5%;
  }

  .image-scale-container:nth-child(odd) {
    margin-right: 1%;
  }

  .image-scale-container:focus img,
  .image-scale-container:hover img {
    transform: scale(1.05);
  }
}

.benefit-teaser {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 1rem 0;
}

@media screen and (min-width: 480px) {
  .benefit-teaser {
    flex-direction: row;
  }
}

.benefit-teaser > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
  color: #000;
}

.benefit-teaser > a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .benefit-teaser > a {
    flex-direction: row;
  }
}

.benefit-teaser > a svg {
  margin-right: 0.625rem;
}

.benefit-teaser > a span {
  align-self: center;
  text-align: center;
}

.benefit-teaser.detail-page-benefit-teaser {
  flex-direction: row;
  background: #000;
  width: 100vw;
  margin: 1rem 0;
  margin-left: -50vw;
  padding: 0.625rem 0;
}

.benefit-teaser.detail-page-benefit-teaser > a {
  justify-content: start;
  color: #fff !important;
  margin: 0 1rem;
  text-decoration: none !important;
}

.benefit-teaser.detail-page-benefit-teaser > a:hover {
  opacity: 0.9;
  text-decoration: underline !important;
}

.benefit-teaser.detail-page-benefit-teaser > a .benefit-bar-content {
  display: flex;
  align-items: center;
}

.benefit-teaser.detail-page-benefit-teaser > a .benefit-bar-content > span {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .benefit-teaser.detail-page-benefit-teaser > a .benefit-bar-content > span {
    font-size: 0.625rem;
  }
}

.benefit-teaser.detail-page-benefit-teaser > a svg {
  margin-right: 0.625rem;
}

@media screen and (max-width: 768px) {
  .benefit-teaser.detail-page-benefit-teaser > a svg {
    margin-right: 0;
    width: 28px;
    height: 28px;
  }
}

.benefit-teaser.detail-page-benefit-teaser > a span {
  position: relative;
}

.benefit-teaser.detail-page-benefit-teaser > a .pdp-benefit-bar-text-arrow {
  width: 20px;
  height: 20px;
  margin: 0;
  color: #fff !important;
  align-content: center;
  align-items: center;
  align-self: center;
  display: none;
}

nav.benefit-teaser {
  display: flex;
  flex-direction: row;
  padding: 1rem 0;
  background-color: #f8f8f8;
  margin: -18px 0 0 0;
}

nav.benefit-teaser > a {
  flex-direction: row;
  align-items: center;
  align-content: center;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  nav.benefit-teaser > a {
    flex-direction: column;
    flex: 1;
  }

  nav.benefit-teaser > a > svg {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  nav.benefit-teaser > a span {
    font-size: 0.625rem;
  }
}

.benefit-bar {
  display: flex;
  flex-direction: row;
  padding: 2rem 0 0;
  justify-content: center;
  visibility: hidden;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .benefit-bar {
    flex-wrap: wrap;
    padding: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .benefit-bar {
    flex-wrap: wrap;
    padding: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .benefit-bar {
    display: block;
    flex-wrap: wrap;
    padding: 1rem 0.5rem;
  }
}

.benefit-bar .benefit-bar-content {
  background-color: #f6efef;
  margin: 0 0.2rem;
  padding: 0 0.225rem 0 1rem;
  align-items: center;
  flex: 1;
  transition: box-shadow 0.3s;
}

@media screen and (min-width: 480px) and (max-width: 991px) {
  .benefit-bar .benefit-bar-content {
    flex: 1 0 45%;
    margin: 0 0.438rem 1rem;
  }
}

@media screen and (max-width: 480px) {
  .benefit-bar .benefit-bar-content {
    flex-basis: 100%;
    height: 50px;
    padding: 0 0 0 0.875rem;
    width: unset;
  }
}

.benefit-bar .benefit-bar-content .content-column {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.benefit-bar .benefit-bar-content:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.benefit-bar img {
  width: 2.15rem !important;
  height: auto;
  background-size: cover;
  background-position: center;
  margin: 6px 0;
  padding-bottom: 0 !important;
}

.benefit-bar .benefit-heading {
  font-size: 0.813rem;
  font-weight: 600;
  line-height: 18px;
  margin: 7px 0 0 5px !important;
}

.benefit-bar .benefit-sub-heading {
  font-size: 0.688rem;
  margin: 0 0 8px 5px !important;
  line-height: 15px;
}

.benefit-bar .benefit-bar-headings {
  padding: 0 0.25rem;
}

.benefit-bar .right-icon {
  position: relative;
  color: #000;
}

.benefit-bar .icon-info-custom {
  height: 1.688rem;
  width: 7.5rem;
}

@media screen and (max-width: 480px) {
  .benefit-bar .icon-info-custom {
    height: 1.25rem;
  }
}

.benefit-bar .popup-header {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .benefit-bar .popup-header {
    margin: 0;
  }
}

.benefit-bar .popup-row-item {
  padding-left: 7px !important;
}

@media screen and (max-width: 480px) {
  .benefit-bar .popup-row-item {
    padding-left: 15px !important;
  }
}

.benefit-bar .popup-row-image {
  padding: 0 !important;
}

.benefit-bar .modal-content-custom {
  border-radius: 0;
}

.benefit-bar .modal-dialog {
  width: 50.813rem;
  max-width: 50.813rem;
}

.benefit-bar .modal-dialog img {
  width: 3.5rem !important;
}

.benefit-bar .modal-body {
  padding: 1.625rem 2.875rem;
}

@media screen and (max-width: 480px) {
  .benefit-bar .modal-body {
    padding: 0.75rem 0.875rem 1.375rem 1.125rem;
  }
}

.benefit-bar .modal-body p {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 30px;
  color: #000;
}

@media screen and (max-width: 480px) {
  .benefit-bar .modal-body p {
    margin-bottom: 1rem;
    font-size: 0.75rem;
    line-height: 20px;
  }
}

@media screen and (max-width: 480px) {
  .benefit-bar .modal-dialog-centered {
    min-height: unset;
  }
}

@media screen and (max-width: 480px) {
  .benefit-bar .modal-dialog-custom {
    align-items: flex-end;
    bottom: 0;
    position: absolute;
    margin: 0;
    width: -webkit-fill-available;
    width: -moz-available;
  }
}

.benefit-bar .modal-header-custom {
  background-color: #f6efef;
  padding: 1.25rem 0 1.375rem 1.813rem;
}

.benefit-bar .modal-header-custom .modal-heading {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 !important;
  line-height: 38px;
}

@media screen and (max-width: 480px) {
  .benefit-bar .modal-header-custom .modal-heading {
    font-size: 0.813rem;
    font-weight: 600;
    margin: 0 !important;
    line-height: 17px;
  }
}

.benefit-bar .modal-header-custom .modal-sub-heading {
  font-size: 1rem;
  margin: 0 !important;
  line-height: 21px;
}

@media screen and (max-width: 480px) {
  .benefit-bar .modal-header-custom .modal-sub-heading {
    font-size: 0.688rem;
    margin: 0 !important;
    line-height: 15px;
  }
}

@media screen and (max-width: 480px) {
  .benefit-bar .modal-header-custom {
    padding: 1rem 0.625rem 1rem 1.25rem;
  }
}

.benefit-bar .close-custom {
  position: relative;
  top: -3.5rem;
  right: -2.25rem;
  height: 2rem !important;
  width: 2.75rem !important;
  background: 0;
  outline-width: 0;
}

@media screen and (min-width: 480px) and (max-width: 1199px) {
  .benefit-bar .close-custom {
    right: -2.7rem;
  }
}

@media screen and (max-width: 480px) {
  .benefit-bar .close-custom {
    top: -16px;
    right: -20px;
  }
}

.rating-teaser .rating-teaser-container {
  min-height: 320px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .rating-teaser .rating-teaser-container {
    height: 442px;
  }
}

.rating-teaser .rating-teaser-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.rating-teaser .rating-teaser-container .rating-teaser-content {
  position: relative;
  max-width: 50rem;
  padding: 2rem 0.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .rating-teaser .rating-teaser-container .rating-teaser-content {
    padding: 3rem 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .rating-teaser .rating-teaser-container .rating-teaser-content {
    padding: 4.375rem 0 5.875rem 0;
  }
}

.rating-teaser
  .rating-teaser-container
  .rating-teaser-content
  .rating-teaser-stars {
  width: 11.938rem;
  height: 1.875rem;
  margin: 0 auto 1rem;
  background-image: url("../css/../img/icons/stars.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 1.875rem;
}

@media screen and (min-width: 480px) {
  .rating-teaser
    .rating-teaser-container
    .rating-teaser-content
    .rating-teaser-stars {
    margin: 0 auto 2rem;
  }
}

.rating-teaser
  .rating-teaser-container
  .rating-teaser-content
  .rating-teaser-stars.rating-4-5 {
  background-position: 0 -1em;
}

.rating-teaser
  .rating-teaser-container
  .rating-teaser-content
  .rating-teaser-stars.rating-4 {
  background-position: 0 -2em;
}

.rating-teaser
  .rating-teaser-container
  .rating-teaser-content
  .rating-teaser-stars.rating-3-5 {
  background-position: 0 -3em;
}

.rating-teaser
  .rating-teaser-container
  .rating-teaser-content
  .rating-teaser-stars.rating-3 {
  background-position: 0 -4em;
}

.rating-teaser
  .rating-teaser-container
  .rating-teaser-content
  .rating-teaser-stars.rating-2-5 {
  background-position: 0 -5em;
}

.rating-teaser
  .rating-teaser-container
  .rating-teaser-content
  .rating-teaser-stars.rating-2 {
  background-position: 0 -6em;
}

.rating-teaser
  .rating-teaser-container
  .rating-teaser-content
  .rating-teaser-stars.rating-1-5 {
  background-position: 0 -7em;
}

.rating-teaser
  .rating-teaser-container
  .rating-teaser-content
  .rating-teaser-stars.rating-1 {
  background-position: 0 -8em;
}

.rating-teaser
  .rating-teaser-container
  .rating-teaser-content
  .rating-teaser-quote {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .rating-teaser
    .rating-teaser-container
    .rating-teaser-content
    .rating-teaser-quote {
    margin-bottom: 2rem;
    font-size: 1.75rem;
  }
}

.rating-teaser
  .rating-teaser-container
  .rating-teaser-content
  .rating-teaser-author {
  color: #fff;
  font-family: "proxima-nova-normal-600", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .rating-teaser
    .rating-teaser-container
    .rating-teaser-content
    .rating-teaser-author {
    font-size: 1.25rem;
  }
}

.rating-teaser
  .rating-teaser-container
  .rating-teaser-content
  .rating-teaser-author
  img {
  width: 3rem;
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  .rating-teaser
    .rating-teaser-container
    .rating-teaser-content
    .rating-teaser-author
    img {
    width: 5rem;
  }
}

.rating-teaser .carousel-control {
  display: none;
  visibility: hidden;
}

.homepage-alternate-grid .imageTextTeaser {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.homepage-alternate-grid .imageTextTeaser .imageTextTeaser-box.come-in {
  transform: translateY(0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 767px) {
  .homepage-alternate-grid .imageTextTeaser h2 {
    font-size: 0.875rem;
  }
}

.homepage-alternate-grid .imageTextTeaser .btn {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .homepage-alternate-grid .imageTextTeaser .btn {
    font-size: 0.625rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    white-space: normal;
  }
}

.homepage-alternate-grid .imageTextTeaser .imageTextTeaser-text {
  margin-bottom: 2.625rem;
}

.homepage-alternate-grid .imageTextTeaser .container {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.homepage-alternate-grid .imageTextTeaser:nth-child(even) {
  background: #f8f8f8;
}

.homepage-alternate-grid .imageTextTeaser:nth-child(even) .container {
  flex-direction: row-reverse;
}

.product-list-advanced {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content: center;
  margin-left: -15px;
  padding-bottom: 4.25rem;
  width: calc(100% - -30px);
}

@media (max-width: 767px) {
  .product-list-advanced {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}

.product-list-advanced .product-tile {
  padding: 0 0 1.5rem 0;
  border: 1px solid #e7e7e7;
  text-align: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 21%;
  margin: 2rem 1rem;
  flex: 1 0 22%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-list-advanced .product-tile {
    margin: 0.5rem 0.25rem;
    flex: 1 0 30%;
    max-width: 29%;
    padding: 0 0 1rem 0;
  }
}

@media screen and (max-width: 768px) {
  .product-list-advanced .product-tile {
    margin: 0.5rem 0.25rem;
    flex: 1 0 46%;
    max-width: 46%;
    padding: 0;
  }
}

.product-list-advanced .product-tile .product-image-container {
  justify-content: center;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .product-list-advanced .product-tile .product-image-container {
    padding: 0;
  }
}

.product-list-advanced .product-tile .product-image-container a {
  position: relative;
}

.product-list-advanced .product-tile .product-tile-title {
  margin-bottom: 0.875rem;
  padding: 0 0.625rem;
}

.product-list-advanced .product-tile .product-description {
  margin-top: 0.625rem;
  margin-bottom: auto;
  padding: 0;
  font-size: 0.875rem;
}

.product-list-advanced .product-tile a {
  text-decoration: none !important;
}

.product-list-advanced .product-tile .product-attribute-content {
  margin-top: 0;
  z-index: 0;
  padding: 1.5rem 0.315rem 1rem;
  justify-content: center;
  flex: 1 100%;
}

.product-list-advanced .product-tile .product-attribute-content ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.product-list-advanced .product-tile .product-attribute-content ul li {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.product-list-advanced .product-tile .product-attribute-content ul li h3 {
  font-size: 0.875rem;
  line-height: 25px;
  margin: 0;
  font-weight: 600;
}

.product-list-advanced .product-tile .product-attribute-content ul li h4 {
  color: #767676;
  font-size: 0.75rem;
  line-height: 25px;
  margin: 0 5px 0 0;
  display: block;
}

.product-list-advanced
  .product-tile
  .product-attribute-content
  ul
  li
  h4::after {
  margin-right: 5px;
}

.product-list-advanced
  .product-tile
  .product-attribute-content
  ul
  li
  .product-attribute-headline {
  color: #767676;
  font-size: 0.875rem;
  line-height: 1.313;
  margin: 0;
  display: block;
}

.product-list-advanced
  .product-tile
  .product-attribute-content
  ul
  li
  .product-attribute-headline
  a[data-toggle="tooltip"] {
  color: inherit;
  position: relative;
  cursor: pointer;
}

.product-list-advanced
  .product-tile
  .product-attribute-content
  ul
  li
  .product-attribute-headline
  a[data-toggle="tooltip"]:after {
  position: absolute;
  right: -20px;
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("../css/../img/icons/icon-info.svg");
  background-repeat: no-repeat;
}

.product-list-advanced
  .product-tile
  .product-attribute-content
  ul
  li
  .product-attribute-headline
  .tooltip {
  padding: 0;
  margin-top: -12px;
  z-index: 999;
}

.product-list-advanced
  .product-tile
  .product-attribute-content
  ul
  li
  .product-attribute-headline
  .tooltip
  .tooltip-arrow {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 0.25rem) !important;
  height: 0;
  width: 0;
  border: solid transparent;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000;
  border-width: 0.5rem;
  pointer-events: none;
}

.product-list-advanced
  .product-tile
  .product-attribute-content
  ul
  li
  .product-attribute-headline
  .tooltip
  .tooltip-inner {
  border-radius: 0.188rem;
  padding: 0.5rem;
}

.product-list-advanced .product-tile .product-attribute-content ul li .tooltip {
  display: none;
}

.product-list-advanced
  .product-tile
  .product-attribute-content
  ul
  li
  .product-attribute-value {
  font-size: 1rem;
  line-height: 1.313;
  margin: 0;
}

.product-list-advanced .product-tile .price-container {
  margin-top: auto;
  margin-bottom: 0.625rem;
  padding-top: 1rem;
}

.product-list-advanced .product-tile .price-container span {
  color: #717171;
  font-size: 0.6rem;
}

.product-list-advanced .product-tile .price-container .current-price {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-size: 1.063rem;
  font-weight: 600;
  line-height: 23px;
}

@media (max-width: 768px) {
  .product-list-advanced .product-tile .product-info-button {
    padding: 0 1rem;
  }
}

@media (min-width: 992px) {
  .product-list-advanced .product-tile .btn-primary {
    min-width: 12.5rem;
    font-size: 0.875rem;
    padding: 0.75rem 1.5rem;
  }
}

.product-teaser-image {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  max-width: none;
}

.product-teaser-image img {
  max-width: none;
  padding-bottom: 0;
}

.product-teaser-text {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding: 0.625rem;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

@media (min-width: 768px) {
  .product-teaser-text {
    font-size: 1.125rem;
  }
}

.product-teaser-text a {
  color: #fff;
  text-decoration: underline;
}

.product-teaser-text-pdp {
  width: 100vw;
  position: relative;
  padding: 0.625rem;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .product-teaser-text-pdp {
    font-size: 1.125rem;
  }
}

.product-teaser-text-pdp a {
  color: #fff;
  text-decoration: underline;
}

.main-container .marketing-area:has(.product-list-advanced) > img {
  aspect-ratio: 2.9;
  display: block;
}

.main-container
  .marketing-area:has(.product-list-advanced)
  > .product-teaser-image
  img.product-teaser-image {
  aspect-ratio: 4.2;
  display: block;
}

@media (max-width: 991px) {
  .main-container
    .marketing-area:has(.product-list-advanced)
    > .product-teaser-image
    img.product-teaser-image {
    aspect-ratio: 2;
  }
}

@media screen and (min-width: 992px) {
  .accessory-search {
    min-height: 16rem;
    height: calc(50vh - 5vw);
  }
}

.accessory-search h1 {
  text-align: center;
  margin: 3rem 0;
}

.accessory-search form {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .accessory-search form {
    flex-direction: row;
  }
}

.accessory-search form .form-control,
.accessory-search form .stripepay .form-group .StripeElement {
  margin-right: 1rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .accessory-search form .form-control,
  .accessory-search form .stripepay .form-group .StripeElement {
    margin-bottom: 0;
  }
}

.accessory-search-result {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .accessory-search-result {
    min-height: 16rem;
  }
}

.accessory-search-result h1 {
  margin: 3rem 0 1.5rem;
}

.accessory-search-result h3 {
  margin-bottom: 3rem;
}

.accessory-search-result .accessory-search-no-result span {
  display: inline-block;
  padding: 2rem;
  background-color: rgba(231, 76, 60, 0.1);
  border-radius: 1rem;
  margin-bottom: 3rem;
}

.customer-care-page h1,
.customer-care-page h2 {
  margin: 2.5rem 0;
  text-align: center;
  font-size: 1.5rem;
}

.customer-care-page .customer-care-navigation {
  margin-bottom: 5rem;
  line-height: 1.688;
}

.customer-care-page .customer-care-navigation .panel-group {
  border: 0;
}

@media screen and (min-width: 768px) {
  .customer-care-page .customer-care-navigation .panel-group {
    padding: 0 2rem;
  }
}

.customer-care-page .customer-care-navigation .panel-group .panel {
  margin-top: 0;
  border-bottom: 2px solid #dbdbdb;
}

.customer-care-page
  .customer-care-navigation
  .panel-group
  .panel
  .panel-heading {
  padding: 1rem 0;
  border: 0;
}

.customer-care-page
  .customer-care-navigation
  .panel-group
  .panel
  .panel-heading
  .panel-title {
  font-size: 1.125rem;
  padding-right: 2rem;
}

.customer-care-page
  .customer-care-navigation
  .panel-group
  .panel
  .panel-heading
  .panel-title.collapsed
  a:before {
  top: 1.5rem;
  transform: rotate(180deg);
}

.customer-care-page
  .customer-care-navigation
  .panel-group
  .panel
  .panel-heading
  .panel-title
  a {
  line-height: 1.688;
}

.customer-care-page
  .customer-care-navigation
  .panel-group
  .panel
  .panel-heading
  .panel-title
  a:before {
  top: 1.5rem;
  transform: rotate(90deg);
}

.customer-care-page
  .customer-care-navigation
  .panel-group
  .panel
  .panel-heading
  .panel-title
  a:after {
  top: 1.5rem;
  transform: rotate(90deg);
}

.customer-care-page
  .customer-care-navigation
  .panel-group
  .panel
  .panel-heading
  .panel-title:hover
  a {
  color: #d93c08;
}

.customer-care-page
  .customer-care-navigation
  .panel-group
  .panel
  .panel-collapse
  .panel-body {
  padding: 0.625rem 0 1rem 0;
  border: 0;
}

.customer-care-page
  .customer-care-navigation
  .panel-group
  .panel
  .panel-collapse
  .panel-body
  p {
  color: #767676;
  font-size: 0.875rem;
}

.customer-care-page
  .customer-care-navigation
  .panel-group
  .panel
  .panel-collapse
  .panel-body
  ul
  li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.5rem;
  list-style-type: none;
}

.customer-care-page
  .customer-care-navigation
  .panel-group
  .panel
  .panel-collapse
  .panel-body
  ul
  li:before {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.125rem solid #d93c08;
  border-bottom: 0.125rem solid #d93c08;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.customer-care-page .customer-care-navigation h3 {
  position: relative;
  margin-bottom: 1.875rem;
  padding-left: 2rem;
  padding-bottom: 2.5rem;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  font-size: 1.375rem;
  border-bottom: 1px solid #dbdbdb;
}

.customer-care-page .customer-care-navigation h3.customer-care-myShark {
  background-image: url("../css/../img/icons/my-shark.svg");
}

.customer-care-page .customer-care-navigation h3.customer-care-delivery {
  background-image: url("../css/../img/icons/delivery.svg");
}

.customer-care-page .customer-care-navigation h3.customer-care-warrantyReturns {
  background-image: url("../css/../img/icons/returns.svg");
}

.customer-care-page
  .customer-care-navigation
  h3.customer-care-productAssistance {
  background-image: url("../css/../img/icons/technical.svg");
}

.customer-care-page .customer-care-navigation h3.customer-care-usefulVideos {
  background-image: url("../css/../img/icons/other.svg");
}

.customer-care-page .customer-care-navigation h3.customer-care-contactUs {
  background-image: url("../css/../img/icons/contact.svg");
}

.customer-care-page .customer-care-navigation h3 a {
  position: absolute;
  bottom: 1rem;
}

.customer-care-page .customer-care-navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.customer-care-page .customer-care-navigation ul li {
  padding-bottom: 0.75rem;
  color: #595959;
  font-size: 0.875rem;
}

.customer-care-page .customer-care-navigation ul li a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.customer-care-page .customer-care-navigation hr {
  margin: 2.5rem 0;
}

.customer-care-page .customer-care-navigation blockquote {
  margin: 2.25rem 0;
  padding: 0 0 0 2.25rem;
  border-left: 0.125rem solid #d93c08;
  color: #929292;
}

.customer-care-subpage {
  overflow: visible;
}

.customer-care-subpage .toclist {
  position: relative;
}

.customer-care-subpage .toclist #customer-care-navbar {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .customer-care-subpage .toclist #customer-care-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 14rem;
    width: calc(25% - 1.25rem);
    float: left;
    margin-top: 0;
  }
}

.customer-care-subpage .toclist #customer-care-navbar .nav-tabs {
  display: block;
}

.customer-care-subpage .toclist #customer-care-navbar .nav-tabs li {
  margin-bottom: 0.875rem;
  float: none;
}

.customer-care-subpage .toclist #customer-care-navbar .nav-tabs li.active a {
  color: #d93c08;
}

.customer-care-subpage .toclist #customer-care-navbar .nav-tabs li a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  display: inherit;
  border: 0;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (min-width: 768px) {
  .customer-care-subpage .toclist .toclist-entry {
    width: calc(66.667% - 1.25rem);
    margin-left: auto;
  }
}

.customer-care-subpage .toclist .toclist-entry .link-anker {
  display: block;
  position: relative;
  top: -220px;
  visibility: hidden;
}

.customer-care-subpage .toclist .toclist-entry .toclist-content > div {
  margin-bottom: 2rem;
}

.customer-care-subpage .toclist .toclist-entry .toclist-content > div h2 {
  margin: 0 0 1.25rem;
  font-size: 1.375rem;
  line-height: 1.688;
  border-bottom: 1px solid #dbdbdb;
}

.customer-care-subpage .toclist .toclist-entry .toclist-content > div h3 {
  margin-top: 1.875rem;
  margin-bottom: 0.875rem;
  font-size: 1rem;
}

.customer-care-subpage .toclist .toclist-entry .toclist-content > div p {
  margin: 1rem 0;
  color: #595959;
}

.customer-care-subpage .toclist .toclist-entry .toclist-content > div ul {
  padding: 0;
}

.customer-care-subpage .toclist .toclist-entry .toclist-content > div ul li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.5rem;
  list-style-type: none;
}

.customer-care-subpage
  .toclist
  .toclist-entry
  .toclist-content
  > div
  ul
  li:before {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 0.125rem solid #d93c08;
  border-bottom: 0.125rem solid #d93c08;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.customer-care-subpage
  .toclist
  .toclist-entry
  .toclist-content
  .video-enhanced-container {
  clear: none;
}

.customer-care-subpage .toclist .toclist-entry > p {
  display: none;
}

.customer-care-subpage .breadcrumbs-list-active {
  padding-left: 1.5rem;
  background-repeat: no-repeat;
  background-size: 1.25rem;
}

.customer-care-subpage.myShark .breadcrumbs-list-active {
  background-image: url("../css/../img/icons/my-shark.svg");
}

.customer-care-subpage.delivery .breadcrumbs-list-active {
  background-image: url("../css/../img/icons/delivery.svg");
}

.customer-care-subpage.warrantyReturns .breadcrumbs-list-active {
  background-image: url("../css/../img/icons/returns.svg");
}

.customer-care-subpage.productAssistance .breadcrumbs-list-active {
  background-image: url("../css/../img/icons/technical.svg");
}

.customer-care-subpage.usefulVideos .breadcrumbs-list-active {
  background-image: url("../css/../img/icons/other.svg");
}

.customer-care-subpage.contactUs .breadcrumbs-list-active {
  background-image: url("../css/../img/icons/contact.svg");
}

.customer-care-subpage.contactUs
  .contact-us-form-container
  #contact-us-form-headline {
  text-align: center;
  margin: 0 0 1.25rem;
  line-height: 1.688;
  border-bottom: 1px solid #dbdbdb;
}

.customer-care-subpage .breadcrumbs {
  margin-top: 1rem;
  margin-bottom: 1.875rem;
  height: 2rem;
  position: relative;
}

.customer-care-subpage .breadcrumbs:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: calc(100vw - 10px);
  margin-left: -50vw;
  height: 2px;
  background: #dbdbdb;
}

.customer-care-subpage .breadcrumbs .breadcrumbs-list {
  font-size: 0.875rem;
  text-transform: initial;
}

.customer-care-subpage .breadcrumbs .breadcrumbs-list .breadcrumbs-list-link {
  position: relative;
  margin-right: 0.5rem;
  padding-right: 1rem;
  color: #000;
  font-size: 0.875rem;
}

.customer-care-subpage
  .breadcrumbs
  .breadcrumbs-list
  .breadcrumbs-list-link:before {
  content: "";
  position: absolute;
  top: 0.375rem;
  right: 0.125rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 0.125rem solid #000;
  border-right: 0.125rem solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.customer-care-subpage
  .breadcrumbs
  .breadcrumbs-list
  .breadcrumb-list-separator {
  display: none;
}

.customer-care-subpage .customer-care-info-box {
  padding: 1.25rem;
  margin: 3rem -1.25rem 0;
  border: 1px solid #dbdbdb;
}

.customer-care-subpage .customer-care-info-box h3 {
  margin-top: 0;
  font-size: 0.875rem;
}

.customer-care-subpage .customer-care-info-box p {
  margin-bottom: 0;
  font-size: 0.813rem;
  line-height: 1.688;
}

.product-registration-page {
  overflow-x: hidden;
}

.product-registration-page .main-container {
  background: 0;
}

.product-registration-page .product-registration {
  display: flex;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 100vh;
  line-height: 1.688;
}

@media screen and (min-width: 768px) {
  .product-registration-page .product-registration {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .product-registration-page .product-registration .product-registration-left {
    width: calc(66.6667% - 1.25rem);
    margin-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.product-registration-page .product-registration .product-registration-left h1 {
  margin: 1.375rem 0 1.25rem;
  font-size: 1.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dbdbdb;
  line-height: 1.688;
}

.product-registration-page
  .product-registration
  .product-registration-left
  form {
  margin-top: 3rem;
}

.product-registration-page
  .product-registration
  .product-registration-left
  form
  .form-group:not(.checkbox) {
  margin-bottom: 0.5rem;
}

.product-registration-page
  .product-registration
  .product-registration-left
  form
  .form-group:not(.checkbox)
  > label,
.product-registration-page
  .product-registration
  .product-registration-left
  form
  .form-group:not(.checkbox)
  > div {
  padding-right: 0;
  padding-left: 0;
}

.product-registration-page
  .product-registration
  .product-registration-left
  form
  .form-group:not(.checkbox)
  > label
  em,
.product-registration-page
  .product-registration
  .product-registration-left
  form
  .form-group:not(.checkbox)
  > div
  em {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .product-registration-page
    .product-registration
    .product-registration-left
    form
    .form-group:not(.checkbox) {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0.75rem;
  }

  .product-registration-page
    .product-registration
    .product-registration-left
    form
    .form-group:not(.checkbox):first-child {
    padding-right: 0.75rem;
    padding-left: 0;
  }
}

.product-registration-page
  .product-registration
  .product-registration-left
  form
  .non-form-text {
  font-weight: bold;
}

.product-registration-page
  .product-registration
  .product-registration-left
  form
  .non-form-text.country-select-icon
  p:after {
  content: "";
  position: absolute;
  top: 30%;
  right: 2rem;
  width: 0.625rem;
  height: 0.625rem;
  margin-top: -0.5rem;
  border-left: 0.125rem solid;
  border-bottom: 0.125rem solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
}

.product-registration-page
  .product-registration
  .product-registration-left
  form
  .form-entry-link {
  position: relative;
  height: 35px;
}

@media (min-width: 768px) {
  .product-registration-page
    .product-registration
    .product-registration-left
    form
    .form-entry-link {
    height: 97px;
  }
}

.product-registration-page
  .product-registration
  .product-registration-left
  form
  .form-entry-link
  a {
  position: absolute;
  bottom: 0;
  line-height: 1;
  text-decoration: none;
  color: inherit;
}

.product-registration-page
  .product-registration
  .product-registration-left
  form
  .form-entry-link
  a
  span {
  color: #d93c08;
}

.product-registration-page
  .product-registration
  .product-registration-left
  form
  .purchase-location-name-container {
  display: none;
  visibility: hidden;
}

.product-registration-page
  .product-registration
  .product-registration-left
  form
  .checkbox
  label {
  line-height: 1.313;
}

.product-registration-page
  .product-registration
  .product-registration-left
  form
  .has-feedback
  .form-control-feedback {
  height: 3rem;
  line-height: 3rem;
}

.product-registration-page
  .product-registration
  .product-registration-left
  form
  small:not(.help-block),
.product-registration-page
  .product-registration
  .product-registration-left
  form
  .privacy-policy {
  display: block;
  color: #767676;
  font-size: 0.75rem;
}

.product-registration-page
  .product-registration
  .product-registration-left
  form
  .lightbox
  p {
  font-size: 0.813rem;
  font-style: normal;
}

.product-registration-page
  .product-registration
  .product-registration-left
  form
  em {
  display: block;
  color: #767676;
  font-size: 0.875rem;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-style: italic;
}

.product-registration-page
  .product-registration
  .product-registration-left
  form
  #product-registration-button {
  float: right;
  min-width: 12.5rem;
}

@media screen and (min-width: 768px) {
  .product-registration-page
    .product-registration
    .product-registration-left
    form
    #product-registration-button {
    margin: 3rem 0;
  }
}

@media screen and (min-width: 768px) {
  .product-registration-page .product-registration .product-registration-right {
    width: calc(33.3333% - 1.25rem);
    position: relative;
    padding-left: 1.25rem;
    margin-left: 1.25rem;
    background-color: transparent;
  }

  .product-registration-page
    .product-registration
    .product-registration-right:after {
    content: "";
    position: absolute;
    top: -10rem;
    left: -0.625rem;
    min-height: calc(100% - -33.75rem);
    right: auto;
    display: block;
    width: 50vw;
    background: #f4f4f4;
    z-index: -1;
  }
}

.product-registration-page
  .product-registration
  .product-registration-right
  h2 {
  margin: 1.375rem 0 1.25rem;
  font-size: 1.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dbdbdb;
  line-height: 1.688;
}

.product-registration-page
  .product-registration
  .product-registration-right
  a.text-link {
  display: block;
}

@media screen and (min-width: 768px) {
  .product-registration-page
    .product-registration
    .product-registration-right
    a.text-link {
    margin-top: 4rem;
  }
}

.product-registration-page .easy-autocomplete {
  position: relative;
}

.product-registration-page .easy-autocomplete input.form-control,
.product-registration-page
  .easy-autocomplete
  input.stripepay
  .form-group
  .StripeElement {
  padding-right: 55px;
}

.product-registration-page .easy-autocomplete input.form-control:hover,
.product-registration-page .easy-autocomplete input.form-control:focus,
.product-registration-page
  .easy-autocomplete
  input.stripepay
  .form-group
  .StripeElement:hover,
.product-registration-page
  .easy-autocomplete
  input.stripepay
  .form-group
  .StripeElement:focus {
  box-shadow: none;
}

.product-registration-page .easy-autocomplete input.form-control a,
.product-registration-page
  .easy-autocomplete
  input.stripepay
  .form-group
  .StripeElement
  a {
  display: block;
}

.product-registration-page .easy-autocomplete .easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.product-registration-page .easy-autocomplete .easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #f4f4f4;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}

.product-registration-page
  .easy-autocomplete
  .easy-autocomplete-container
  ul
  li {
  padding: 10px;
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-weight: normal;
}

.product-registration-page
  .easy-autocomplete
  .easy-autocomplete-container
  ul
  li
  b {
  background: #d93c08;
  color: #fff;
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
}

.product-registration-page
  .easy-autocomplete
  .easy-autocomplete-container
  ul
  li.selected {
  background: none repeat scroll 0 0 #d93c08;
  cursor: pointer;
  color: #fff;
}

.product-registration-page
  .easy-autocomplete
  .easy-autocomplete-container
  ul
  li
  div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}

.product-registration-page
  .easy-autocomplete
  .easy-autocomplete-container
  ul
  li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}

.product-technology-teaser {
  width: 100%;
  max-width: 41.25rem;
  margin: auto;
  text-align: center;
}

.product-technology-teaser h2 {
  display: inline-block;
  padding: 0.75rem 1.75rem 0.75rem 1.75rem;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  background-color: #d93c08;
  text-align: center;
}

.product-technology-teaser h2 em {
  display: block;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  font-style: italic;
}

@media (max-width: 767px) {
  .product-technology-teaser h2 em {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.product-technology-teaser .product-technology-content {
  margin: 3rem 0;
  text-align: left;
}

.product-technology-teaser .product-technology-content .box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 2rem 0;
}

@media screen and (min-width: 480px) {
  .product-technology-teaser .product-technology-content .box {
    flex-direction: row;
    justify-content: space-between;
  }

  .product-technology-teaser .product-technology-content .box:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.product-technology-teaser .product-technology-content .box.imageTextTeaser {
  overflow: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-technology-teaser
    .product-technology-content
    .box.imageTextTeaser
    img {
    height: 100%;
  }
}

.product-technology-teaser
  .product-technology-content
  .box.imageTextTeaser
  .imageTextTeaser-box.come-in {
  transform: translateY(0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  filter: blur(0);
}

.product-technology-teaser .product-technology-content .box h3 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .product-technology-teaser .product-technology-content .box h3 {
    text-align: left;
  }
}

.product-technology-teaser .product-technology-content .box p {
  font-size: 0.813rem;
  color: #767676;
}

.product-technology-teaser .product-technology-content .box > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 480px) {
  .product-technology-teaser .product-technology-content .box > div {
    width: 50%;
  }
}

.product-technology-teaser .product-technology-content .box > div:first-child {
  border-radius: 50%;
  overflow: hidden;
  width: 60%;
  margin: 0 auto;
}

@media screen and (min-width: 480px) {
  .product-technology-teaser
    .product-technology-content
    .box
    > div:first-child {
    width: calc(35.5% - 1.25rem);
    margin: 0;
  }
}

.product-technology-teaser
  .product-technology-content
  .box
  > div:first-child
  img {
  padding: 0;
  border-radius: 50%;
}

.product-technology-teaser .product-technology-content .box > div:last-child {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .product-technology-teaser .product-technology-content .box > div:last-child {
    width: calc(66.6667% - 1.25rem);
  }
}

@media screen and (min-width: 992px) {
  .order-authentication-page {
    min-height: 16rem;
    height: calc(50vh - 5vw);
  }
}

.order-authentication-page h1 {
  text-align: center;
  margin: 3rem 0;
}

.order-authentication-page form .form-group {
  padding: 0;
}

.order-authentication-page form .form-group .form-control-feedback {
  padding-right: 1rem;
}

.order-authentication-page form button {
  float: right;
  margin-top: 1rem;
}

@media screen and (min-width: 992px) {
  .order-documents-page {
    min-height: 16rem;
  }
}

.order-documents-page h1 {
  text-align: center;
  margin: 3rem 0;
}

.slick-prev:focus,
.slick-next:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.homepage header {
  margin-bottom: 0;
}

.homepage .wrapper {
  background: 0;
  padding: 0;
}

.homepage .wrapper .main-container {
  width: 100%;
  padding: 0;
}

.homepage .main-container img {
  width: 100%;
}

.homepage .main-container .brands-carousel img {
  width: auto;
}

.homepage .content-container:not(.container) {
  padding: 0;
}

.homepage .homepage-image-grid {
  display: flex;
  flex-wrap: wrap;
}

.homepage-carousel .carousel-indicators {
  bottom: 35%;
}

.brands-carousel {
  background-color: #eee;
  padding: 40px 0;
}

.welcome-message {
  margin-top: 1rem;
}

.welcome-message p {
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  margin-bottom: 0.33333333rem;
  text-transform: uppercase;
}

.welcome-message a {
  padding-right: 0.5rem;
}

.carousel.hero .carousel-control .glyphicon-menu-left,
.carousel.hero .carousel-control .glyphicon-menu-right {
  background: #fff;
  border-radius: 50%;
  padding: 0.8125rem;
  font-size: 25px;
}

@media (max-width: 767px) {
  .carousel.hero .carousel-control .glyphicon-menu-left,
  .carousel.hero .carousel-control .glyphicon-menu-right {
    font-size: 14px;
  }
}

.carousel-control.right {
  width: auto;
}

.errorpage-main-container {
  background: 0;
  padding: 0 !important;
  margin-top: -1.5rem;
}

@media (max-width: 767px) {
  .errorpage-main-container {
    margin-top: 0;
  }
}

body.errorpage header {
  margin-bottom: 0;
}

body.errorpage .wrapper {
  background: url(../css/../img/background/error_bg.jpg) no-repeat;
  padding: 0;
}

body.errorpage .wrapper .main-container {
  background: 0;
}

body.errorpage .errorpage-content {
  color: #000;
  padding: 5rem 0 8rem;
  width: 100%;
}

body.errorpage .errorpage-content h1 {
  font-size: 70px;
  opacity: 0.85;
}

body.errorpage .errorpage-content .error-text {
  background: rgba(238, 238, 238, 0.8);
  padding: 1rem;
}

body.errorpage .errorpage-content input.form-control,
body.errorpage .errorpage-content input.stripepay .form-group .StripeElement {
  border-color: #dbdbdb;
  background: rgba(238, 238, 238, 0.8);
  box-shadow: none;
  color: #000;
}

body.errorpage .errorpage-content .btn-primary {
  color: #d93c08;
  font-weight: normal;
  bottom: 3px;
}

.error-page-main-container {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 680px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .error-page-main-container {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .error-page-main-container {
    flex-flow: column-reverse;
    padding: 0;
    min-height: 812px;
  }
}

.error-page-main-container .error-page-item-custom {
  padding-right: 24px;
}

@media (max-width: 767px) {
  .error-page-main-container .error-page-item-custom {
    margin-top: -150px !important;
    padding: 0 16px;
  }
}

.error-page-main-container .error-page-item {
  flex: 1;
  margin-top: -150px;
}

@media (max-width: 767px) {
  .error-page-main-container .error-page-item {
    width: 100% !important;
    margin-top: 0;
  }
}

.error-page-main-container .error-page-item img {
  float: right;
  width: 681px !important;
  height: 400px;
}

@media (max-width: 767px) {
  .error-page-main-container .error-page-item img {
    width: 100%;
    height: 213px;
  }
}

.error-page-main-container .error-page-item h1 {
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .error-page-main-container .error-page-item h1 {
    text-align: center;
  }
}

.error-page-main-container .error-page-item h2 {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-size: 2.5rem;
}

@media (max-width: 767px) {
  .error-page-main-container .error-page-item h2 {
    text-align: center;
  }
}

.error-page-main-container .error-page-item p {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .error-page-main-container .error-page-item p {
    text-align: center;
  }
}

.bg-full {
  position: relative;
}

.bg-full:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  background: #f5f5f5;
  z-index: -9999;
}

.error-page {
  margin-top: 0;
  padding: 0 !important;
}

.error-page-sub-container {
  display: flex;
  flex-flow: row;
  margin-top: -80px;
  justify-content: center;
  align-items: center;
  gap: 50px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 992px) {
  .error-page-sub-container {
    padding: 0 15px;
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .error-page-sub-container {
    flex-flow: column;
    gap: 0;
    padding: 40px;
    margin-top: -160px;
  }
}

.error-page-sub-container .items {
  flex-grow: 1;
  width: 100%;
  min-height: 400px;
}

@media (max-width: 767px) {
  .error-page-sub-container .items {
    margin-bottom: 20px;
    padding: 0;
  }
}

.error-page-sub-container .items img {
  margin-bottom: 15px;
  width: 352px;
  min-height: 352px;
}

@media (max-width: 767px) {
  .error-page-sub-container .items img {
    width: 100%;
    min-height: 296px;
  }
}

.error-page-sub-container .items a {
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  font-size: 1.75rem;
  text-decoration: none !important;
}

.product-list {
  padding: 0;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-list_byob--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-bottom: 2rem;
}

.product-list .product-tile {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e7e7e7;
  padding: 0 0.315rem 1.5rem;
}

.product-list .product-tile img {
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .product-list .product-tile img {
    padding: 0;
  }
}

.product-list .product-tile .product-variation-container {
  width: 100%;
}

.product-list .product-tile .product-variation-container .product-variation {
  display: inline-block;
  text-align: left;
  width: 60%;
}

.product-list
  .product-tile
  .product-variation-container
  .product-variation
  .form-group {
  margin-bottom: 0.33333333rem;
}

.product-list .product-tile .product-link-addTobasket {
  display: none;
}

.product-list .product-tile .btn-show-more {
  padding: 0.75rem 0.5rem;
}

.product-list .product-tile .product-tile-rating {
  margin-bottom: 0.5rem;
}

.product-list .product-tile a > span {
  font-size: 0.875rem !important;
  line-height: 19px;
}

.product-list .product-tile__byob {
  display: flex;
  flex-direction: column;
  flex-basis: 255px;
  justify-content: space-around;
  margin: 0 1rem 2rem;
  border: 1px solid #dbdbdb;
  padding: 0 0 1.5rem 0 !important;
}

@media (max-width: 480px) {
  .product-list .product-tile__byob {
    flex-basis: calc(50% - 1rem);
    margin: 0.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .product-list .product-tile__byob {
    flex: 0 0 28% !important;
    max-width: 28% !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .product-list .product-tile__byob button.btn {
    padding: 0.5rem 1.5rem;
  }
}

.product-list .product-tile__byob button.btn-primary {
  font-family: "proxima-nova-normal-600", "Helvetica", "Arial", sans-serif;
  border: solid 2px #d93c08;
}

.product-list .product-tile__byob button.btn-primary.btn-disabled {
  border: solid 2px #767676;
}

.product-list .product-tile__byob.byob-out-of-stock {
  opacity: 0.5;
}

.product-list .product-tile__byob .product-title {
  font-size: 1rem;
  padding: 0 0.5rem;
  min-height: auto;
  margin-bottom: 1rem;
}

@media (max-width: 480px) {
  .product-list .product-tile__byob .product-title {
    margin-top: 0.5rem;
  }
}

.product-list .product-tile__byob .byob-img_container {
  position: relative;
  height: 233px;
  max-height: 233px;
  margin-bottom: 1rem;
}

@media (max-width: 480px) {
  .product-list .product-tile__byob .byob-img_container {
    height: 153px;
    max-height: 153px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-list .product-tile__byob .byob-img_container {
    max-height: 190px;
    height: 182px;
  }
}

.product-list .product-tile__byob .byob-img_container img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  max-height: 233px;
  width: auto;
}

@media (max-width: 480px) {
  .product-list .product-tile__byob .byob-img_container img {
    max-height: 153px;
  }
}

.product-list .product-tile__byob .btn_add-to--bundle {
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}

@media (max-width: 480px) {
  .product-list .product-tile__byob .btn_add-to--bundle {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .product-list .product-tile__byob .btn_add-to--bundle .btn.btn-small {
    padding: 0.5rem;
  }
}

.product-list .product-tile__byob.item-added {
  border-color: #d93c08;
}

.product-list .product-tile__byob--item-price {
  text-align: center;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}

.product-list .product-tile__byob--more-info {
  cursor: pointer;
  text-decoration: underline;
  padding: 0.3rem 0.5rem;
}

.product-list .product-tile-list .product-variation-container {
  width: 100%;
}

.product-list
  .product-tile-list
  .product-variation-container
  .product-variation {
  display: inline-block;
  text-align: right;
  width: 73%;
}

.product-list
  .product-tile-list
  .product-variation-container
  .product-variation
  label {
  text-align: left;
  padding-top: 0;
  width: 100%;
}

.product-list
  .product-tile-list
  .product-variation-container
  .product-variation
  .form-group {
  margin-bottom: 0.5rem;
  margin-left: 0;
  margin-right: 0;
}

.product-list .product-tile-list .product-list-actions-container * ~ * {
  margin-top: 0.5rem;
}

.product-list .product-list-item {
  padding: 0 1rem 2.5rem;
  list-style-type: none;
  outline: 0;
  flex-shrink: 1;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-list .product-list-item:not(:only-child) {
    max-width: 33%;
  }
}

@media screen and (max-width: 768px) {
  .product-list .product-list-item {
    padding: 0 0.35rem 1rem;
  }
}

@media screen and (min-width: 992px) {
  .product-list .product-list-item {
    flex-grow: unset;
    flex-shrink: unset;
  }
}

.product-list .product-list-item.list-view {
  width: 100%;
  padding: 1.25rem 0;
  border-bottom: 1px solid #dbdbdb;
}

.product-list .product-list-item.list-view:last-child {
  border-bottom: 0;
}

.product-list .product-list-item.list-view .product-tile-list {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}

.product-list
  .product-list-item.list-view
  .product-tile-list
  .product-list-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-list
  .product-list-item.list-view
  .product-tile-list
  .product-list-flex
  .product-list-price-container {
  flex-shrink: 0;
  margin-left: 1rem;
}

.product-list .product-list-item.list-view a.product-title {
  padding-top: 0;
  text-align: left;
  min-height: auto;
}

.product-list .product-list-item.list-view .add-to-wishlist {
  padding-right: 0;
}

.product-list .product-list-item.list-view .add-to-compare {
  padding-right: 0;
}

@media (min-width: 768px) {
  .product-list .product-list-item.list-view .add-to-compare {
    text-align: right;
    display: block;
  }
}

.product-list .product-list-item.list-view .add-to-quote {
  padding-right: 0;
}

.product-list .product-title {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-size: 1.125rem;
  display: inline-block;
  text-align: center;
  padding: 1rem 0.25rem;
  min-height: 3rem;
  flex: 1 0 auto;
}

.product-list .price-container {
  border-top: 0 solid #e7e7e7;
}

.product-list .current-price {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-size: 1.063rem;
  margin: 1rem 0;
  font-weight: 600;
  line-height: 23px;
}

.product-list .product-tile-title {
  margin: 0 1rem;
  display: grid;
}

@media screen and (max-width: 768px) {
  .product-list .product-tile-title .btn {
    margin-bottom: 0 !important;
  }
}

.product-list .product-tile-actions {
  position: absolute;
  top: 0;
  right: 0;
}

.product-list .product-tile-actions .btn {
  padding: 3px 6px;
  font-size: 20px;
}

.product-list .product-tile-actions .add-to-cart,
.product-list .product-tile-actions .add-to-wishlist,
.product-list .product-tile-actions .add-to-compare {
  float: right;
}

.product-list .product-tile-actions .add-to-cart.is-selected,
.product-list .product-tile-actions .add-to-wishlist.is-selected,
.product-list .product-tile-actions .add-to-compare.is-selected {
  color: #999;
}

@media (max-width: 767px) {
  .product-list .product-tile-actions .add-to-compare {
    display: none !important;
  }
}

.product-list .color-variations {
  margin: 0 auto;
  width: auto;
}

.product-list .color-variations li {
  width: 16px;
  height: 16px;
  padding: 3px 0 0 0;
  margin-right: 0.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.product-list .color-variations li a {
  display: none;
}

.product-list .product-number {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  color: #999;
}

.product-list .product-number .product-number-label {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .product-list .product-number {
    margin-bottom: 1rem;
  }
}

.filtered-products
  .product-list
  .product-list-item.grid-view:nth-child(2n + 1) {
  clear: both;
}

@media (min-width: 992px) {
  .filtered-products
    .product-list
    .product-list-item.grid-view:nth-child(2n + 1),
  .filtered-products
    .product-list
    .product-list-item.grid-view:nth-child(3n + 1) {
    clear: none;
  }

  .filtered-products
    .product-list
    .product-list-item.grid-view:nth-child(4n + 1) {
    clear: both;
  }
}

.product-list-container {
  padding-bottom: 2rem;
}

.product-list-container:before,
.product-list-container:after {
  display: table;
  content: " ";
}

.product-list-container:after {
  clear: both;
}

.product-list-container:before,
.product-list-container:after {
  display: table;
  content: " ";
}

.product-list-container:after {
  clear: both;
}

.product-list-container a.img-new-res {
  display: block;
}

.product-list-container a.view-all {
  display: block;
  clear: both;
}

.express-shop .product-img-thumbs {
  width: auto;
}

.express-shop .product-thumb-set {
  margin-right: 1rem;
}

.product-image-container {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0;
}

.product-image-container:hover .product-image-hover {
  opacity: 1;
}

.product-image-container .product-image {
  display: block;
  width: 100%;
}

.product-image-container .product-image-hover {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease;
  display: block;
}

@media screen and (max-width: 480px) {
  .product-image-container .product-image-hover {
    width: 100%;
  }
}

.product-image-container a {
  display: block;
}

.express-shop-trigger {
  display: none;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: #d93c08;
  opacity: 0.93;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.express-shop-trigger:hover {
  background-color: #333;
}

.express-shop-trigger .glyphicon {
  font-size: 30px;
  padding: 25px 0;
}

.product-label {
  position: absolute;
  top: 90px;
  left: -6px;
  height: 36px;
  width: 82px;
}

.product-label.product-label-new {
  background: url("../css/../img/icons/product_sprite.webp") no-repeat -164px -73px;
}

.product-label.product-label-topseller {
  background: url("../css/../img/icons/product_sprite.webp") no-repeat -82px -73px;
}

.product-label.product-label-sale {
  background: url("../css/../img/icons/product_sprite.webp") no-repeat 0 -73px;
}

.list-view .product-label {
  top: 15px;
}

.full-page-grid-view-product-list
  .product-list:not(.slick-carousel)
  .product-list-item:nth-child(2n + 1) {
  clear: both;
}

@media (min-width: 768px) {
  .full-page-grid-view-product-list
    .product-list:not(.slick-carousel)
    .product-list-item:nth-child(2n + 1) {
    clear: none;
  }

  .full-page-grid-view-product-list
    .product-list:not(.slick-carousel)
    .product-list-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .full-page-grid-view-product-list
    .product-list:not(.slick-carousel)
    .product-list-item:nth-child(2n + 1) {
    clear: none;
  }

  .full-page-grid-view-product-list
    .product-list:not(.slick-carousel)
    .product-list-item:nth-child(3n + 1) {
    clear: none;
  }

  .full-page-grid-view-product-list
    .product-list:not(.slick-carousel)
    .product-list-item:nth-child(4n + 1) {
    clear: both;
  }
}

.product-list-teaser-text {
  text-align: center;
}

.product-list-teaser-text h3 {
  font-size: 1.25rem;
}

.product-list-teaser-text p {
  color: #767676;
  font-size: 0.813rem;
  line-height: 1.5;
}

a[href]:not([role]):not(.btn).product-title,
[role="link"].product-title {
  text-decoration: none;
}

:not(.filters-row) + .product-list {
  padding-top: 1rem;
}

.product-list-advanced .product-tile .product-image-container .product-image,
.product-list
  .thirsti-product-list-item
  .product-tile
  .product-image-container
  .product-image,
.product-list-advanced
  .product-tile
  .product-image-container
  .product-image-hover,
.product-list
  .thirsti-product-list-item
  .product-tile
  .product-image-container
  .product-image-hover {
  aspect-ratio: 0.935;
}

.current-price {
  color: #000;
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
}

.sale-price {
  color: #d93c08;
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
}

.old-price {
  color: #8b8b8b;
  text-decoration: line-through;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  margin-bottom: 0.5rem;
}

.price-savings {
  color: #8b8b8b;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

.secondary-actions button:first-child {
  margin-right: 3rem;
}

.add-new-wishlist {
  display: inline-block;
}

.choose-variation-link-margin {
  margin-top: 0.5rem;
}

.product-tile {
  position: relative;
}

.product-tile .loading-state {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-tile .loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #dbdbdb;
  border-top-color: #d93c08;
  animation: loading 1s linear infinite;
}

@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}

.search-product-list .product-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .search-product-list .product-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.search-term {
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
}

.product-search-result {
  padding: 0 1rem;
}

.product-search-result h1 {
  font-size: 1.5rem;
  text-align: center;
  margin: 3rem 0 2.5rem;
}

.product-search-result .product-list-header {
  width: calc(100vw - 10px);
  position: relative;
  margin-left: -50vw;
  left: 50%;
  background-color: #f8f8f8;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #dbdbdb;
  padding: 0.375rem 0;
  color: #767676;
  font-family: "proxima-nova-normal-600", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.813rem;
}

.product-search-result .product-list-header .container {
  display: flex;
  padding: 0 10px;
}

.product-search-result
  .product-list-header
  .container
  .product-list-header-price {
  text-align: right;
  padding: 0;
}

.search-content-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.radio.search-result-toggle {
  margin: 1rem 0;
}

.radio.search-result-toggle label {
  padding-left: 0;
}

.no-search-result {
  clear: both;
}

.no-search-result .result-count-message {
  padding-left: 1rem;
}

.no-search-result-title span {
  font-size: 20px;
}

.no-search-result-title span.result-count-message {
  font-size: 16px;
}

.search-guidelines {
  clear: both;
}

.main-search-container {
  padding: 0 0 2rem 0;
  position: relative;
  display: inline-block;
}

.main-search-container input {
  border: 1px solid #dbdbdb;
  height: 38px;
  line-height: 38px;
  width: 400px;
  padding-left: 14px;
  float: left;
}

.main-search-container input::-ms-clear {
  display: none;
}

.main-search-container button.btn-search {
  position: absolute;
  line-height: 33px;
  height: 38px;
  right: 0;
  border: 0;
  background: 0;
  width: 2.5rem;
  top: 0;
}

.main-search-container button.btn-search .icon-search {
  position: absolute;
  top: 0.7rem;
  height: 0.125rem;
  background-color: #000;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.main-search-container button.btn-search .icon-search:before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  border: 0.063rem solid #000;
  border-radius: 50%;
}

.main-search-container button.btn-search .icon-search:after {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0.175rem;
  width: 0.438rem;
  height: 0.125rem;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.category-page {
  padding: 0 0 1rem;
}

@media (max-width: 767px) {
  .category-page {
    padding: 0;
    margin-bottom: 0;
  }
}

.category-page h1 {
  font-size: 1.5rem;
  text-align: center;
  margin: 3rem 0 2.5rem;
}

ul.category-list {
  padding: 0;
  list-style: none;
  clear: both;
}

@media (max-width: 767px) {
  ul.category-list {
    margin-bottom: 1px;
  }

  ul.category-list > li {
    margin: 0;
    padding: 0 1px 0 0;
  }
}

ul.category-list > li:nth-child(2n + 1) {
  clear: both;
}

@media (min-width: 992px) {
  ul.category-list > li:nth-child(2n + 1) {
    clear: none;
  }

  ul.category-list > li:nth-child(3n + 1) {
    clear: both;
  }
}

ul.category-list li {
  margin-bottom: 1rem;
}

ul.category-list ul.category-list {
  padding-left: 10px;
}

ul.category-list ul.category-list ul.category-list {
  padding-left: 10px;
}

.category-name {
  text-align: center;
}

.category-name a {
  position: relative;
  display: block;
}

.category-name a img {
  height: auto;
}

.category-name a.product-title {
  margin: 1rem 0;
  font-size: 1.125rem;
}

.loading-block > div {
  text-align: center;
}

.filters-row {
  position: relative;
  padding: 0.66666667rem 0;
  margin: 1rem -25px;
  z-index: 1;
  height: 4rem;
}

.filters-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: calc(100vw - 10px);
  margin-left: -50vw;
  height: 1px;
  background: #dbdbdb;
}

.filters-row a {
  color: #cdd1d5;
  float: right;
  margin-left: 1rem;
  transition: all 0.4s ease;
}

.filters-row a:hover {
  color: #000;
}

.filters-row a.grid-view-link {
  margin-right: 1rem;
}

.filters-row a.grid-active,
.filters-row a.list-active {
  color: #000;
}

.filters-row a span.glyphicon {
  font-size: 24px;
  line-height: 2rem;
  margin-right: 0.75rem;
}

.filters-row .search-count {
  line-height: 36px;
}

.filters-row .search-count > span {
  font-size: 14px;
  font-weight: bold;
}

.filters-row .sort-by label {
  float: right;
  font-weight: normal;
  line-height: 36px;
  margin-right: 0.66666667rem;
  margin-bottom: 0;
}

.filters-row .sort-by select {
  float: right;
}

@media (max-width: 991px) {
  .filters-row .sort-by select {
    width: 100%;
  }
}

.filters-row .switch-layout {
  padding-left: 0;
}

.pagination-total {
  line-height: 36px;
}

.pagination-sites {
  line-height: 36px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  .pagination-sites {
    margin-bottom: 1rem;
  }
}

.pagination-sites .pagination-label {
  float: left;
  margin-bottom: 0;
  font-weight: normal;
}

.pagination-sites .pagination-site-list {
  display: inline-block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination-sites .pagination-site-list li {
  float: left;
  margin-right: 1rem;
}

.pagination-sites .pagination-site-list li .pagination-hide {
  display: none;
}

.search-contentlist {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}

.category-panel h3 {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .filter-panel {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .filter-panel {
    margin-top: 1rem;
  }
}

.filter-panel h3 span {
  color: #d93c08;
  font-size: 12px;
}

.filter-panel .filter-group:first-child h3 {
  margin-top: 0;
  cursor: initial;
}

.filter-group {
  border-bottom: 1px solid #dbdbdb;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  position: relative;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .filter-group {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .filter-group h3 {
    margin-bottom: 1.25rem;
  }
}

.filter-group .filter-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.filter-group .filter-checkbox {
  padding: 0;
  margin: 0;
  list-style: none;
}

.filter-group .glyphicon:hover {
  color: #d93c08;
  cursor: pointer;
}

.filter-group li.filter-item {
  padding-top: 20px;
  color: #999;
  display: flex;
  flex-direction: row;
}

.filter-group li.filter-item.filter-colour {
  padding: 0;
}

.filter-group li.filter-item a.filter-item-name {
  color: #000;
  text-decoration: none;
  display: flex;
  flex-direction: row;
}

.filter-group li.filter-item a.filter-item-name:hover {
  color: #000;
  text-decoration: none;
}

.filter-group
  li.filter-item
  a.filter-swatch
  span[style="background-color:#fcfcfc;"] {
  border: 1px solid #dbdbdb;
}

.filter-group li.filter-item span.icon-notselected {
  background-color: #fff;
  border: 1px solid #9d9999;
  display: inline-block;
  height: 20px;
  margin-right: 0.33333333rem;
  width: 20px;
  border-radius: 4px;
  min-width: 20px;
}

.filter-group li.filter-item span.filter-count {
  margin-left: 0.33333333rem;
  color: #9d9999;
  font-size: 12px;
  margin-top: 3px;
}

.filter-group li.filter-item .display-text {
  margin-top: 1px;
}

.filter-group li.filter-selected {
  color: #555;
}

.filter-group li.filter-selected a.filter-item-name {
  color: #000;
  text-decoration: none;
}

.filter-group li.filter-selected a.filter-item-name:hover {
  color: #000;
  text-decoration: none;
}

.filter-group li.filter-selected a.filter-clear {
  float: right;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 14px;
}

.filter-group li.filter-selected span.icon-selected {
  background-color: #d93c08;
  border: 1px solid #333;
  display: inline-block;
  height: 20px;
  margin-right: 0.33333333rem;
  width: 20px;
  border-radius: 4px;
}

.filter-group li.filter-selected.filter-colour span {
  border: 2px solid #d93c08;
}

.filter-group li.filter-layer1 {
  padding-left: 1rem;
}

.filter-group li.filter-layer2 {
  padding-left: 2rem;
}

.filter-group li.filter-layer3 {
  padding-left: 3rem;
}

.filter-group li.filter-layer4 {
  padding-left: 4rem;
}

.filter-group li.filter-layer5 {
  padding-left: 5rem;
}

.filter-group li.filter-layer6 {
  padding-left: 6rem;
}

.filter-group li.filter-layer7 {
  padding-left: 7rem;
}

.filter-group li.filter-layer8 {
  padding-left: 8rem;
}

.filter-group li.filter-layer9 {
  padding-left: 9rem;
}

.filter-group > ul .filter-list {
  max-height: 155px;
  overflow-y: auto;
}

.mobile-filter-toggle {
  display: none;
}

.non-parametric-panel .filter-group {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.non-parametric-panel .filter-group ul ul {
  padding-left: 15px;
}

.non-parametric-panel .filter-group ul ul.filter-list {
  max-height: none;
  overflow-y: visible;
  padding-top: 5px;
}

.non-parametric-panel .filter-group ul li.filter-item {
  display: flex;
  flex-direction: row;
}

.non-parametric-panel .filter-group ul li.filter-item a.filter-item-name {
  text-decoration: none;
}

.non-parametric-panel .filter-group ul li.filter-item a.filter-item-name:hover {
  color: #000;
  text-decoration: none;
}

.non-parametric-panel
  .filter-group
  ul
  li.filter-item
  a.filter-item-name.filter-selected {
  color: #000;
  text-decoration: none;
}

input.filter-checkbox {
  display: none;
}

label.filter-checkbox-label {
  font-size: 0;
  text-indent: 999em;
  width: 12px;
  height: 12px;
  background: #eee;
  float: left;
  margin: 3px 5px 0 0;
  border: 1px solid #dbdbdb;
}

label.filter-checkbox-label.selected {
  background: #d93c08;
  border: 1px solid #dbdbdb;
}

.filter-clear .glyphicon {
  font-size: 10px;
  line-height: 14px;
}

.filter-colour {
  float: left;
  display: inline-block;
  margin-right: 3px;
}

.filter-swatch span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
}

.filter-swatch span.filter-colour-bright {
  border: 1px solid #dbdbdb;
}

@media (max-width: 767px) {
  .mobile-filter-toggle {
    display: block;
    padding: 1rem 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .mobile-filter-toggle.collapsed .glyphicon-chevron-up:before {
    content: "\e114";
  }

  .mobile-filter-toggle:hover {
    text-decoration: none;
  }

  .mobile-filter-toggle .glyphicon {
    display: block;
    font-size: 12px;
  }
}

#quickView h1 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}

#quickView .product-sale-price {
  color: #555;
  font-size: 24px;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

#quickView .control-label {
  margin-top: 7px;
}

#quickView .btn-add-to-cart {
  background: #d93c08;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  border: 1px solid #c03507;
  height: 60px;
  line-height: 60px;
  width: 100%;
}

.account-wrapper .grey-panel h2 {
  font-weight: bold;
  margin: 0;
}

.account-wrapper .account-main {
  padding: 1rem 0;
}

.account-wrapper .account-main h1,
.account-wrapper .account-main h2,
.account-wrapper .account-main h3 {
  margin-top: 0;
}

.account-wrapper .account-main h1.nav-title,
.account-wrapper .account-main h2.nav-title,
.account-wrapper .account-main h3.nav-title {
  padding-left: 0.5rem;
  margin: 0;
}

.account-wrapper .account-main .account-page-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}

.account-wrapper .account-main .account-page-title h1 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.account-wrapper .account-main .account-page-title .link-instalment {
  margin: 1rem 0 0 0;
}

@media screen and (min-width: 768px) {
  .account-wrapper .account-main .account-page-title .link-instalment {
    width: auto;
    margin: 0 1.25rem 0 0;
  }
}

.account-wrapper .account-main h1 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5rem;
  font-size: 28px;
}

.account-wrapper .account-main h1.account-welcome-text {
  padding-bottom: 1.1rem;
}

@media (max-width: 767px) {
  .account-wrapper .account-main h1 .btn {
    display: block;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    clear: both;
  }
}

@media (min-width: 768px) {
  .account-wrapper .account-main h1 .btn {
    float: right;
  }
}

.account-wrapper .account-main .list-header-item.column-total,
.account-wrapper .account-main .list-header-item.column-price,
.account-wrapper .account-main .list-header-item.column-transaction {
  padding-right: 0;
}

.account-wrapper .account-main .list-header-item.column-price,
.account-wrapper .account-main .list-header-item.column-quantity,
.account-wrapper .account-main .list-header-item.column-transaction {
  text-align: right;
}

.account-wrapper .account-main .list-item.column-status {
  text-align: left;
}

.account-wrapper .account-main .account-nav-box {
  background-color: #f4f4f4;
  padding-right: 2rem;
}

.account-wrapper .account-main .account-nav-box .account-navigation {
  margin: 0;
  padding: 0;
}

.account-wrapper .account-main .account-nav-box .account-navigation li {
  padding: 1.5rem 10px;
  position: relative !important;
  border-width: 1px;
  border-bottom-style: solid;
  background: #f4f4f4;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li:nth-child(1) {
  border-top: 0;
}

.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li:nth-child(6) {
  border-bottom: 0;
}

.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li.active
  a
  span::before {
  color: #d93c08;
}

.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li.active
  path {
  fill: #d93c08;
}

.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li.active
  .glyphicon-briefcase,
.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li.active
  .glyphicon-credit-card {
  color: #d93c08 !important;
}

.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li.active:hover
  path {
  fill: #d93c08;
}

.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li:hover
  .glyphicon {
  color: #000 !important;
}

.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li:hover
  path {
  fill: #000;
}

.account-wrapper .account-main .account-nav-box .account-navigation li a {
  display: flex;
  width: 100%;
  align-items: center;
  text-decoration: none;
}

.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li
  a
  span
  svg
  path {
  fill: #929292;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li
  a
  span:last-child {
  width: calc(100% - 3.5rem);
}

.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li
  a
  .nav-icon-orderHistory,
.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li
  a
  .nav-icon-accountDetails {
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0.75rem;
  margin-left: 0.5rem;
  font-size: 2.25rem;
  position: relative !important;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li
  a
  .nav-icon-orderHistory
  .svg-icon-orderHistory,
.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li
  a
  .nav-icon-accountDetails
  .svg-icon-orderHistory {
  left: -7em;
  position: absolute;
  top: 0;
}

.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li
  a
  .nav-icon-accountDetails
  .svg-icon-accountDetails {
  left: -1.95em;
  position: absolute;
  top: 0;
}

.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li
  a
  .text-orderHistory,
.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li
  a
  .text-accountDetails {
  font-size: 1em;
}

.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li
  a
  .glyphicon.glyphicon-credit-card,
.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li
  a
  .glyphicon.glyphicon-briefcase,
.account-wrapper
  .account-main
  .account-nav-box
  .account-navigation
  li
  a
  .glyphicon.glyphicon-list {
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0.75rem;
  margin-left: 0.5rem;
  font-size: 2.25rem;
  position: relative !important;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  color: #929292;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.account-wrapper .account-main .account-nav-box .navigation-logout-button {
  min-width: 0;
  padding: 0.5rem 1.25rem;
  border: 0;
  display: inline-block !important;
  text-decoration: none;
  border-radius: 1.563rem;
  text-align: center;
  background-color: #767676;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.875rem;
  margin: 10% 30%;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .account-wrapper .account-main .account-nav-box .navigation-logout-button {
    margin: 0;
    margin-top: 5%;
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .account-wrapper .account-main .account-nav-box .navigation-logout-button {
    margin-left: 0.5rem;
  }
}

.account-wrapper
  .account-main
  .account-nav-box
  .navigation-logout-button:hover {
  background-color: #000;
}

.account-wrapper .account-main .account-detail-box {
  padding-top: 1.5rem;
}

.account-wrapper
  .account-main
  .account-detail-box
  .list-item-row
  .img-new-res
  img {
  width: auto;
}

.account-wrapper
  .account-main
  .account-detail-box
  .list-item-row
  .pli-description-box {
  padding-right: 0.5rem;
}

.account-wrapper
  .account-main
  .account-detail-box
  .pagination-sites
  .pagination-site-list {
  padding-left: 1rem;
}

.account-wrapper .account-main .account-detail-box .order-return-buttons {
  float: right;
}

@media (max-width: 767px) {
  .account-wrapper .account-main .account-detail-box .order-return-buttons {
    float: none;
  }
}

.account-wrapper .account-main .label-order-status {
  display: inline-block;
  white-space: normal;
  padding: 0.4em 0.6em 0.5em;
}

@media (max-width: 767px) {
  .account-wrapper
    .account-border-none
    .list-body
    .list-item-row-big:first-child {
    border-top: 0;
  }
}

.account-wrapper .cost-summary {
  border: 0;
  min-width: 100%;
  font-style: initial;
}

@media screen and (min-width: 768px) {
  .account-wrapper .cost-summary {
    min-width: 50%;
  }
}

.account-wrapper .cost-summary .dl-horizontal {
  padding-top: 1rem;
}

.account-wrapper .cost-summary .dl-horizontal dt {
  padding-left: 0;
}

.account-wrapper .order-summary-links {
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  .account-wrapper .order-summary-links {
    min-width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .account-wrapper .link-instalment {
    width: 50%;
    float: left;
  }
}

.account-wrapper .form-card-update .stripepay {
  padding-left: 0;
}

.account-wrapper
  .form-card-update
  .installment-wrapper
  .link-instalment-detail {
  width: 100%;
}

.account-wrapper .order-summary-info > ul {
  list-style: none;
  padding: 0;
}

.user-profile .h3 {
  margin-top: 0;
}

.birthday-input .form-control,
.birthday-input .stripepay .form-group .StripeElement {
  width: 32%;
  margin-right: 2%;
  float: left;
}

.birthday-input .form-control:last-child,
.birthday-input .stripepay .form-group .StripeElement:last-child {
  margin-right: 0;
}

.dl-profile dd {
  text-align: left;
}

.product-img-box {
  float: right;
  width: 70%;
}

.table-checkbox {
  display: inline-block;
  margin: -4px 4% 0 0;
}

#address_PreferredBillingAddress,
#address_PreferredShippingAddress {
  visibility: visible;
  height: 33px;
  width: 30px;
  margin-left: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  z-index: 99999999;
  cursor: pointer;
}

#address_PreferredBillingAddress + label,
#address_PreferredShippingAddress + label {
  pointer-events: none;
}

#address_PreferredBillingAddress + label:before,
#address_PreferredShippingAddress + label:before {
  top: 0;
}

.pre-checkbox-hidden {
  visibility: hidden !important;
}

@media (max-width: 767px) {
  .order-detail-box:first-child,
  .order-detail-box:nth-child(2) {
    min-height: 180px;
  }
}

@media (max-width: 767px) {
  .order-detail-box:first-child,
  .order-detail-box:nth-child(2) {
    min-height: auto;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .order-detail-box:first-child,
  .order-detail-box:nth-child(2) {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .order-detail-box {
    min-height: auto;
    margin-bottom: 1rem;
  }
}

.order-detail-box address {
  margin-bottom: 0;
}

.order-detail-box .infobox {
  width: 100%;
}

@media (max-width: 767px) {
  .order-detail-box .label.label-info {
    margin-bottom: 1rem;
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .myAccount-addressBook
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
      .input-group-btn
    ).dropdown {
    width: auto;
  }
}

@media (max-width: 767px) {
  .myAccount-addressBook
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
      .input-group-btn
    ) {
    width: 100%;
  }

  .myAccount-addressBook
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
      .input-group-btn
    )
    button {
    font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  }
}

.account-create-full-page .form-group .checkbox {
  margin-bottom: 1rem;
}

.account-create-full-page .form-group p {
  color: #767676;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.product-list-container {
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}

.product-list-container:last-child {
  border-bottom: 0;
}

.product-list-title .product-title {
  font-weight: 600;
}

.product-list-content {
  font-size: 14px;
  color: #000;
  padding: 25px 0 10px 0;
}

.product-list-content label {
  font-weight: 600;
}

.product-list-content span {
  color: #000;
}

.product-feature-btn {
  width: 100%;
  border: 1px solid #000;
  padding: 5px;
  outline: 0;
  background-color: transparent;
  margin: 0 auto 0.625rem auto;
  display: block;
  text-align: center;
  color: #000;
  font-size: 16px;
}

.product-feature-btn:hover {
  background-color: #000;
  color: #fff;
}

.payFullBalance {
  margin-top: 1rem;
}

.link-instalment-detail {
  display: inline-block;
  padding: 1rem 0;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .link-instalment-detail {
    padding: 1rem 1.5rem;
    text-align: center;
  }
}

.StripeBillingDetail .edit-detail {
  background: 0;
  border: 0;
  padding: 0;
  color: #d93c08;
  cursor: pointer;
  padding-left: 0.625rem;
}

.StripeBillingDetail .billingcardinfo {
  margin-bottom: 1rem;
}

.address-validation-error {
  text-align: left;
  font-size: 0.8rem;
}

.update-instalment-header {
  margin-top: 1rem;
}

.update-instalment-header h1 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
}

.update-installment-form .input-wrapper,
.update-installment-form .btn-wrapper {
  padding: 0;
}

.update-installment-form .btn-wrapper {
  text-align: right;
}

@media (min-width: 768px) {
  .paymentDetail-section {
    width: 80%;
    margin: auto;
  }
}

.paymentDetail-section .nav-container {
  border-bottom: 1px solid #ddd;
}

@media (min-width: 768px) {
  .paymentDetail-section .nav-container ul {
    position: absolute;
  }
}

.paymentDetail-section .nav-container li {
  font-size: 24px;
}

.paymentDetail-section .nav-container li.active {
  color: #d93c08;
}

.paymentDetail-section .nav-container li.active a {
  border-width: 1px;
}

.paymentDetail-section .nav-container li:first-child a {
  padding: 1rem 1rem 1.0625rem 0;
}

.paymentDetail-section .nav-container li a {
  margin: 0;
  border-width: 1px;
  padding: 1rem 1rem 1.0625rem;
}

.paymentDetail-section .tab-content {
  padding-top: 2rem;
}

.paymentDetail-section .stripepay {
  margin: 0;
  padding: 0;
}

.paymentDetail-section .stripepay .form-group {
  padding-top: 0;
}

.paymentDetail-section .stripepay .form-group i.form-control-feedback {
  right: 0 !important;
  top: 1.6875rem;
}

.paymentDetail-section .stripepay label {
  position: static !important;
  padding: 0;
}

.dueDate-wrapper {
  padding: 0.4em 0.6em 0.5em;
}

.dueDate-wrapper span {
  text-decoration: underline;
}

.order-pli-ecotax {
  color: #d93c08;
  font-size: 12px;
}

.okta-account-msg {
  padding-top: 11px;
}

#productReg-billing-container .postalCodeValidationMsg {
  color: #a94442;
}

#productReg-billing-container
  small[data-bv-validator="regexp"][data-bv-for="ProductRegistrationForm_PostalCode"] {
  display: none !important;
}

.account-cancel-order {
  color: #e74c3c;
  padding-top: 10px !important;
  font-weight: bold;
  clear: both;
}

.account-cancel-order-detail {
  display: inline-block;
  margin-bottom: 20px;
  color: #e74c3c;
  padding: 10px 30px;
  text-decoration: underline !important;
}

.account-dashboard {
  margin-top: 2rem;
}

.account-dashboard .dashboard-item {
  text-align: center;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.account-dashboard .dashboard-item a {
  font-size: 13px;
  color: #555;
}

.account-dashboard .dashboard-item a:hover {
  text-decoration: none;
}

.account-dashboard .circle-icon {
  background: #232323;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 1rem auto;
  cursor: pointer;
}

.account-dashboard .circle-icon:hover {
  background: #d93c08;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.account-dashboard .circle-icon * {
  color: #eee;
  font-size: 32px;
  line-height: 86px;
}

@media (max-width: 767px) {
  .account-dashboard > div:nth-child(2n + 1) {
    clear: left;
  }
}

.order-status-page h1 {
  margin-top: 60px;
  margin-bottom: 67px;
  font-size: 40px;
  font-weight: 700;
}

.order-status-page .btn {
  float: right;
  padding: 10px 26px;
}

.order-status-page .order-status-error {
  border: 1px solid red;
  padding: 12px 16px;
  border-radius: 5px;
  background-image: url(../css/../img/icons/icon-feather-alert.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 40px;
}

.account-navigation li {
  background: #eee;
  border: 1px solid #ddd;
  padding: 0.66666667rem;
  border-width: 0 1px 1px 1px;
}

.account-navigation li.collapse,
.account-navigation li.collapsing {
  padding: 0;
  border: 0;
}

.account-navigation li:hover {
  background: #d5d5d5;
}

.account-navigation li.account-nav-header {
  background: #232323;
  border: 1px solid #333;
  cursor: pointer;
}

.account-navigation li .glyphicon {
  font-size: 14px;
  margin-right: 0.5rem;
  color: #999;
}

.account-navigation li p {
  margin: 0;
  color: #000;
  font-size: 16px;
}

.account-navigation li:first-child {
  border-radius: 0;
  border-width: 1px;
}

.account-navigation li:last-child {
  border-radius: 0;
}

.account-navigation li a {
  color: inherit;
  font-size: 14px;
}

.account-navigation li.active {
  background: #fff;
  border-right: 0;
}

.account-navigation li.active a {
  color: #000;
}

@media (max-width: 767px) {
  .account-nav-box {
    background: #eee;
    margin-top: -15px;
    border-top: 1px solid #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .account-nav-box {
    background: #eee;
    margin-top: -25px;
    border-top: 1px solid #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}

header .secure-checkout-message-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 1rem;
  font-size: 1.75rem;
  font-weight: bold;
}

header .secure-checkout-message-wrapper .icon {
  width: 48px;
  height: 30px;
}

header .secure-checkout-message-wrapper > * {
  margin-right: 1rem;
}

@media (max-width: 767px) {
  header .secure-checkout-message-wrapper {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  header .secure-checkout-message-wrapper h2 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .one-page-checkout h2 {
    font-size: 1rem;
  }
}

.one-page-checkout .sharkninja-login {
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.one-page-checkout .sharkninja-login .collapse-toggle {
  padding-left: 0.1rem;
  font-family: "proxima-nova-normal-600", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}

.one-page-checkout .sharkninja-login #collapse-login {
  padding: 1.875rem 0;
}

.one-page-checkout .sharkninja-login #collapse-login h3 {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.688;
}

.one-page-checkout .sharkninja-login #collapse-login .control-label {
  font-size: 1rem;
}

.one-page-checkout .sharkninja-login #collapse-login .form-group {
  margin-bottom: 1.875rem;
}

.one-page-checkout .sharkninja-login #collapse-login .btn-primary {
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 768px) {
  .one-page-checkout .sharkninja-login #collapse-login .btn-primary {
    width: calc(50% - 2rem);
  }
}

.one-page-checkout .sharkninja-fair-notice {
  font-size: 0.875rem;
}

.one-page-checkout .sharkninja-fair-notice .text-link {
  padding-left: 0.1rem;
  font-family: "proxima-nova-normal-600", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .one-page-checkout .sharkninja-fair-notice {
    text-align: right;
  }
}

.one-page-checkout
  .multiple-address-container
  .list-body
  .list-item-row
  .list-item {
  overflow: inherit;
}

@media (min-width: 1200px) {
  .one-page-checkout
    .multiple-address-container
    .list-body
    .list-item-row
    .list-item
    address {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .one-page-checkout .sharkninja-address h2 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .one-page-checkout .sharkninja-address h3 {
    font-size: 1rem;
  }
}

.one-page-checkout .sharkninja-address hr {
  margin-bottom: 5px;
}

.one-page-checkout .sharkninja-address button {
  width: 100%;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .one-page-checkout .sharkninja-address button {
    margin-top: 16px;
  }
}

.one-page-checkout .sharkninja-address button[type="submit"] {
  font-size: 20px;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
}

@media screen and (min-width: 768px) {
  .one-page-checkout .sharkninja-address button[type="submit"] {
    min-width: 30rem;
    width: auto;
  }
}

@media (max-width: 767px) {
  .one-page-checkout .sharkninja-address button[type="submit"] {
    font-size: 1rem;
    line-height: 1;
    min-height: 3.75rem;
    white-space: normal;
    padding: 0.5rem 1.5rem;
  }
}

.one-page-checkout .sharkninja-address .info-text {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-style: italic;
  color: #767676;
}

.one-page-checkout .sharkninja-address .non-form-text {
  font-weight: bold;
}

.one-page-checkout .sharkninja-address .country-select-icon p:after {
  content: "";
  position: absolute;
  top: 30%;
  right: 2rem;
  width: 0.625rem;
  height: 0.625rem;
  margin-top: -0.5rem;
  border-left: 0.125rem solid;
  border-bottom: 0.125rem solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
}

.one-page-checkout .sharkninja-address .billing-address input[type="radio"] {
  display: none;
}

.one-page-checkout
  .sharkninja-address
  .billing-address
  input[type="radio"]:checked
  + label {
  display: none;
}

.one-page-checkout .sharkninja-address .billing-address h2 {
  margin-top: 50px;
  margin-left: 15px;
}

.one-page-checkout .sharkninja-address .billing-address .btn {
  background: #767676;
  margin-left: 0;
}

.one-page-checkout .sharkninja-address .billing-address .btn:hover {
  background: #333;
}

.one-page-checkout .sharkninja-address #billing_Address1-container,
.one-page-checkout .sharkninja-address #shipping_Address1-container {
  display: none;
}

.one-page-checkout .sharkninja-address #current-locale {
  display: none;
}

.one-page-checkout .sharkninja-address .u-padding-0 {
  padding-left: 0;
}

.one-page-checkout .sharkninja-address .has-error .help-block {
  text-align: left;
  font-size: 0.8rem;
  margin: 5px 0 10px;
}

.one-page-checkout .sharkninja-address #billing-search-bar {
  color: #000;
}

.one-page-checkout #address-container #address-country {
  display: none;
}

.one-page-checkout .create-account {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 2rem;
  padding: 1.5rem 0;
}

.one-page-checkout .create-account .checkbox {
  margin: 0;
}

.one-page-checkout .pickup-point-info {
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dbdbdb;
}

@media screen and (min-width: 768px) {
  .one-page-checkout .pickup-point-info > div {
    margin-left: 1.25rem;
  }
}

.one-page-checkout .shipping-methods {
  margin-bottom: 1rem;
}

.one-page-checkout .cart-summary-checkout {
  font-size: 14px;
}

.one-page-checkout .cart-summary-checkout h5 {
  margin-top: 0;
}

.one-page-checkout .cart-summary-checkout .cart-pli-data {
  color: #999;
  margin-top: 10px;
}

.one-page-checkout .cart-summary-checkout .cart-pli-data span {
  font-family: "proxima-nova-normal-600", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}

.one-page-checkout .cart-summary-checkout .cart-pli-data span.price {
  color: #d93c08;
  font-size: 1rem;
}

.one-page-checkout .packslip-message .checkbox {
  margin-bottom: 0.5rem;
}

.one-page-checkout .dialog-giftwrap-content {
  padding: 2rem;
  width: 100%;
  text-align: center;
}

.one-page-checkout .checkout-signup {
  background: #232323;
  height: 100%;
  padding-bottom: 2rem;
  color: #fff;
}

@media (max-width: 767px) {
  .one-page-checkout .checkout-signup {
    margin-top: 2rem;
    padding-top: 1px;
  }
}

.one-page-checkout .checkout-signup input {
  border: 1px solid #333;
}

.one-page-checkout .addressDeleteConfirmation {
  display: none;
}

.one-page-checkout .infobox {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #eee;
  width: 100%;
}

.one-page-checkout .infobox h3 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .one-page-checkout .infobox .col-sm-6 ~ .col-sm-6 {
    padding-left: 2rem;
  }
}

.one-page-checkout .promotionsCarousel {
  padding-bottom: 3rem;
}

.one-page-checkout .promotionsCarousel .carousel-indicators {
  bottom: -25px;
}

.one-page-checkout .promotionsCarousel .carousel-inner > .active {
  padding-left: 30px;
  padding-right: 30px;
}

.one-page-checkout .secure-checkout {
  padding-bottom: 2.25rem;
}

.one-page-checkout .secure-checkout h1 {
  margin: 0;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .one-page-checkout .secure-checkout h1 {
    margin-top: 0;
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .one-page-checkout #promoentry .form-inline * {
    width: 48%;
  }
}

.one-page-checkout .checkout-deliver {
  padding: 0 0 0 5px;
}

.one-page-checkout .checkout-deliver h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .one-page-checkout .checkout-deliver h1 {
    font-size: 20px;
  }
}

.one-page-checkout .checkout-deliver h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media (max-width: 480px) {
  .one-page-checkout .checkout-deliver h3 {
    font-size: 13px;
    line-height: 18px;
  }
}

.one-page-checkout .checkout-deliver h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-top: 0;
  margin-bottom: 1rem;
}

.one-page-checkout .checkout-deliver p {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #7e7e7e;
  margin-bottom: 1.5rem;
}

@media (max-width: 480px) {
  .one-page-checkout .checkout-deliver p {
    font-size: 10px;
    margin-bottom: 1rem;
    line-height: 14px;
  }
}

.one-page-checkout .checkout-deliver .checkout-deliver-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
}

.one-page-checkout
  .checkout-deliver
  .checkout-deliver-text
  .icon-card-shipping-img {
  background-position: 22% 0;
}

@media (max-width: 480px) {
  .one-page-checkout
    .checkout-deliver
    .checkout-deliver-text
    .icon-card-shipping-img {
    background-position: 49% 0;
  }
}

.one-page-checkout .shipping-info-methods {
  display: none;
}

.one-page-checkout .new-shipping-methods {
  border: 2px solid #d93c08;
  padding: 16px 18px 0 16px;
  border-radius: 10px;
  margin-left: 2px;
  margin-right: 2px;
}

@media screen and (max-width: 480px) {
  .one-page-checkout .new-shipping-methods {
    padding: 16px 13px 43px 16px;
  }
}

.one-page-checkout .new-shipping-methods input[type="radio"] {
  margin-left: 0 !important;
}

.one-page-checkout .new-shipping-methods .radio {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.one-page-checkout .new-shipping-methods .text-right {
  padding: 0 !important;
}

.one-page-checkout .shipping-info-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding-left: 28px;
  margin-bottom: 8px;
}

.one-page-checkout .shipping-info-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  padding: 0;
  padding-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .one-page-checkout .shipping-info-text {
    font-size: 12px;
    line-height: 16px;
  }
}

.one-page-checkout .click-and-collect-box {
  border-top: 1px solid #dbdbdb;
}

.one-page-checkout .click-and-collect-box .click-and-collect {
  margin-top: 20px;
  padding: 16px 18px 17px 16px;
}

@media (max-width: 480px) {
  .one-page-checkout .click-and-collect-box .click-and-collect {
    padding: 15px 12px 16px 16px;
  }
}

.one-page-checkout
  .click-and-collect-box
  .click-and-collect
  .click-and-collect-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}

.one-page-checkout .click-and-collect-box .click-and-collect p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

@media (max-width: 480px) {
  .one-page-checkout .click-and-collect-box .click-and-collect p {
    font-size: 12px;
    line-height: 18px;
  }
}

.one-page-checkout .click-and-collect-box .click-and-collect h4 {
  padding-bottom: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

.one-page-checkout .click-and-collect-box .click-and-collect .load-more {
  padding-left: 20px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.one-page-checkout .click-and-collect-box .click-and-collect .load-less {
  padding-left: 20px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.one-page-checkout .click-and-collect-box .information-checkboxes .checkbox {
  margin-bottom: 10px;
  padding: 0;
}

.one-page-checkout .click-and-collect-box .information-checkboxes p {
  color: #767676;
  font-size: 0.75rem;
  line-height: 20px;
  font-style: italic;
}

.one-page-checkout .click-and-collect-box .information-checkboxes p big {
  font-size: 1.125rem;
}

.one-page-checkout .click-and-collect-box .information-checkboxes a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}

.one-page-checkout .click-and-collect-box .information-checkboxes .lightbox p {
  font-size: 0.813rem;
  font-style: normal;
}

.one-page-checkout .click-and-collect-box .help-block:last-child {
  margin-top: 10px;
  color: #a94442;
  font-size: 14px;
  text-align: center;
}

.one-page-checkout .icon-shipping-default {
  background-repeat: no-repeat;
  width: 30%;
  height: 50px;
}

.one-page-checkout .icon-svg-shipping {
  background-repeat: no-repeat;
  width: 57px;
  height: 35px;
  background-size: contain;
  display: inline-block;
}

@media (max-width: 480px) {
  .one-page-checkout .icon-svg-shipping {
    width: 50px;
    height: 27px;
  }
}

.one-page-checkout .icon-svg-delivery {
  background-repeat: no-repeat;
  width: 46px;
  height: 36px;
  display: inline-block;
  background-size: contain;
}

@media (max-width: 480px) {
  .one-page-checkout .icon-svg-delivery {
    width: 30px;
    height: 25px;
  }
}

.one-page-checkout .icon-svg-click {
  background-repeat: no-repeat;
  width: 45px;
  height: 51px;
  background-size: contain;
  display: inline-block;
}

@media (max-width: 480px) {
  .one-page-checkout .icon-svg-click {
    width: 30px;
    height: 25px;
  }
}

.one-page-checkout .icon-top-right {
  background-position: top right;
}

.one-page-checkout #more {
  display: none;
}

.checkout-receipt-page .cart-header {
  margin: 3rem 0 1.5rem;
  border-bottom: 1px solid #dbdbdb;
}

.checkout-receipt-page .section .order-date-heading,
.checkout-receipt-page .section .order-number-heading,
.checkout-receipt-page .section .payment-method-heading,
.checkout-receipt-page .section .total-price-heading {
  color: #767676;
}

.checkout-receipt-page .section .payment-method-heading {
  float: left;
  margin-right: 0.25rem;
}

.checkout-receipt-page .section .payment-method-display {
  height: auto;
}

.checkout-receipt-page .section .payment-method-display p {
  display: inline-block;
}

.checkout-receipt-page .section .payment-method-display .paypal-logo {
  margin-left: 1rem;
}

.checkout-receipt-page .age-checked-section {
  border-top: 1px solid #dbdbdb;
  padding-top: 2rem;
  margin: auto;
}

@media (max-width: 991px) {
  .checkout-receipt-page .age-checked-section {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .checkout-receipt-page .age-checked-section {
    padding-top: 0;
  }
}

.checkout-receipt-page .age-checked-section .age-verify-img {
  padding: 0;
}

@media (max-width: 991px) {
  .checkout-receipt-page .age-checked-section .age-verify-img {
    text-align: center;
  }

  .checkout-receipt-page .age-checked-section .age-verify-img .empty-cart-icon {
    width: 200px;
    height: 150px;
  }
}

@media (max-width: 767px) {
  .checkout-receipt-page .age-checked-section .age-verify-img {
    text-align: center;
  }

  .checkout-receipt-page .age-checked-section .age-verify-img .empty-cart-icon {
    width: 200px;
    height: 150px;
  }
}

.checkout-receipt-page .age-checked-section .age-checked-notice {
  font-size: 14px;
}

.cart-summary-checkout a[href]:not([role]):not(.btn),
.cart-summary-checkout [role="link"] {
  text-decoration: none;
}

.one-off-payment-block {
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.stripepay-card-icons {
  margin-top: 0.625rem;
}

.terms-and-conditions {
  margin-top: 5px;
  font-size: 0.875rem;
  padding-left: 0;
}

.terms-and-conditions input[type="checkbox"] + label[for="termsAndConditions"] {
  vertical-align: top;
  padding-left: 20px;
  min-height: 17px;
}

.terms-and-conditions input[type="checkbox"] + label:before {
  width: 1rem;
  height: 1rem;
}

.terms-and-conditions input[type="checkbox"]:checked + label:after {
  top: 0.2rem;
  left: 0.4rem;
  width: 0.25rem;
  height: 0.525rem;
}

.terms-and-conditions .terms-condition-text {
  cursor: default;
  width: 90%;
}

.cart-pli-ecotax,
.checkout-pli-ecotax {
  color: #d93c08;
  font-size: 12px;
}

.checkout-sticky .paypalCredit-min-amountMsg {
  margin: 1rem;
}

.paypalCredit-min-amountMsg {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}

.paypalCredit-min-amountMsg:after {
  background-image: url(../css/../img/icons/paypal-credit-icon.svg);
  background-size: contain;
  background-size: 125px 49px;
  display: none;
  width: 125px;
  height: 34px;
  content: "";
  background-repeat: no-repeat;
  margin-left: 6px;
  padding-left: 6px;
}

.paypalcredit-strip-logo {
  display: inline-block;
  background-repeat: no-repeat;
  width: 56px !important;
  vertical-align: initial;
  margin-right: 8px;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .paypalcredit-strip-logo {
    width: 40px;
    margin-right: 5px;
  }
}

.paypalCredit-min-amount {
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px !important;
}

@media (max-width: 991px) {
  .paypalCredit-min-amount {
    display: inline-block;
    font-size: 12px !important;
  }
}

@media (max-width: 767px) {
  .paypalCredit-min-amount {
    display: inline-block;
    font-size: 13px !important;
  }
}

.pdp-stripbanner-container {
  border: 1px solid #d9d9d9;
  padding: 8px;
  width: 100%;
}

.pdp-stripbanner-container .paypalCredit-msg {
  margin-bottom: 10px;
}

.pdp-stripbanner-container .paypalCredit-msg .paypalCredit-min-amount {
  cursor: pointer;
}

.pdp-stripbanner-container .pdp-paypal-credit-message {
  margin-bottom: 10px;
}

.pdp-stripbanner-container .pdp-stripbanner-header {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  word-wrap: break-word;
  margin-bottom: 10px;
}

.pdp-stripbanner-container .paypalCredit-min-amount {
  cursor: auto;
  font-size: 14px !important;
  color: #000;
  text-decoration: none;
}

@media (max-width: 767px) {
  .pdp-stripbanner-container .paypalCredit-min-amount {
    font-size: 13px !important;
  }
}

.pdp-stripbanner-container .payalCreditMsgLearnMore {
  cursor: pointer;
  text-decoration: underline;
  white-space: nowrap;
}

.pdp-stripbanner-container .paypalcredit-strip-logo {
  width: 60px !important;
  height: auto;
  vertical-align: middle;
  margin-right: 15px;
}

.pdp-stripbanner-container .paypalCredit-min-amountMsg {
  text-align: left;
  justify-content: left;
}

.paypalCredit-msg {
  width: 100%;
}

.basket-cost-summary .paypalCredit-msg.pp-cost-summary {
  display: none;
}

.product-tile .price-container .paypalCredit-min-amountMsg:after {
  display: none;
}

.product-list-item .product-tile .js-make-bold {
  font-size: 16px !important;
}

.product-installment-message {
  margin-bottom: 13px;
}

.category-installment-message {
  margin: 5px 0;
}

.cart-checkout-buttons .paypalCredit-msg,
#overlay-page .paypalCredit-msg,
.product-detail-box .paypalCredit-msg,
.cost-summary .paypalCredit-msg {
  text-align: center;
  margin: 0.5rem 0;
}

.instalment-price-list {
  padding: 0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.instalment-price-list .instalment-price-block {
  display: flex;
}

.instalment-price-list .instalment-price-block div {
  width: 50%;
  margin: 0.625rem 0;
  display: inline-block;
  vertical-align: middle;
}

.instalment-price-list .instalment-price-block div:last-child {
  font-weight: 500;
}

.instalment-price-list .instalment-price-block.instalment-price-total {
  font-weight: bold;
}

.instalment-price-list
  .instalment-price-block.instalment-price-total
  div:last-child {
  font-weight: bold;
}

.instalment-price-list hr {
  margin: 0.625rem 0;
}

.modal-dialog {
  max-width: 525px;
}

.header-section {
  display: flex;
  width: 100%;
  padding: 24px 0;
  justify-content: center;
  box-shadow: 0 1px 0 0 #d5d5d5, 0 5px 15px 0 #d3d3d3;
}

.logo {
  width: 100px;
}

.paypal-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px !important;
  height: 32px;
  color: gray;
  font-weight: bold;
  font-size: 18px;
  border: 0;
  background: none !important;
  outline: none !important;
}

.content-wrapper {
  flex: 1;
  overflow-y: scroll;
  max-height: 72vh;
  padding: 0 12px;
}

.content-wrapper .content {
  margin: auto;
  max-width: 400px;
}

.content-wrapper .content .title {
  font-size: 27px;
  margin-bottom: 10px;
  line-height: 42px;
  text-align: center;
  margin-top: 13px;
}

.calculator {
  margin: 10px 0;
}

.credit-message-popup-heading {
  font-size: 14px !important;
  font-weight: 700 !important;
  background-color: #fff !important;
  color: #333 !important;
  text-align: left !important;
  line-height: 20px;
}

.accordion-heading {
  font-size: 14px !important;
  font-weight: 700 !important;
  display: inline-block;
  padding: 6px 0;
  margin: 10px 0;
}

.calculator-form {
  position: relative;
  display: flex;
  box-sizing: border-box;
}

.calculator-form::before {
  content: "\00A3";
  position: absolute;
  display: block;
  z-index: 9;
  color: #000;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.calculator-input {
  flex: 1 1 70%;
  -ms-flex: 1 1 70%;
  border: 1px solid #b7bcbf;
  border-radius: 5px;
  padding: 10px 10px 10px 25px;
  outline: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #2c2e2f;
  box-sizing: border-box;
}

.calculator-btn {
  flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  padding: 0 14px;
  max-width: 120px;
  cursor: pointer;
  border-radius: 50px;
  background-color: #0070ba;
  border: solid 1px #0070ba;
  color: #fff;
  margin-left: 10px;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
}

.financing-terms .terms-note {
  font-size: 13px;
  margin-top: 20px;
}

.financing-terms table {
  border-collapse: collapse;
  width: 100%;
  position: relative;
}

.financing-terms thead tr {
  height: 50px;
  padding: 5px 0 0 5px;
  background: #f5f5f5;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 13px;
}

.financing-terms thead tr th {
  padding-top: 5px;
  text-align: left;
  padding-left: 8px;
  vertical-align: top;
  line-height: 1.38;
  letter-spacing: -0.2px;
  color: #2c2e2f;
  font-size: 13px;
  width: 20%;
}

.financing-terms tbody tr {
  border-top: solid 0.5px #eaeced;
}

.financing-terms tbody tr td {
  padding: 7px 0 7px 5px;
  box-sizing: border-box;
  margin: 0;
  padding-left: 8px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.2px;
  text-align: left;
}

.symbol-icon {
  display: inline-flex;
  float: right;
  margin: 15px 0;
}

.panel {
  margin-bottom: 20px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-heading {
  cursor: pointer;
  background-color: #fff !important;
  font-size: 17.5px;
  font-weight: 500;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.custom-panel {
  padding: 0.3rem 0 !important;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}

.panel-default {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 0;
}

.representative-example h5 {
  margin: 15px 0;
  font-weight: bold;
  font-size: 14px;
}

.representative-example ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.representative-example ul li {
  list-style-type: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 13px;
}

.representative-example ul li span:nth-of-type(2) {
  font-weight: bold;
  font-size: 14px;
  color: #2c2e2f;
}

.anchor-small,
.description-small {
  font-size: 13px;
  margin-bottom: 10px;
  color: #2c2e2f;
  text-align: justify;
  line-height: 20px;
}

.description-small {
  margin-bottom: 30px;
}

.payPal-credit-message {
  padding: 37px 6px !important;
  text-align: center !important;
  color: #8a8a8a;
  font-size: 1em !important;
}

.panel-innter-content {
  font-size: 13px;
  font-weight: 400;
  margin: 30px 0 0 0;
  padding: 0 !important;
  line-height: 22px;
}

.modal-backdrop {
  z-index: 2000 !important;
}

.modal.in {
  z-index: 2500 !important;
  background-color: rgba(0, 0, 0, 0.4);
}

.anchor-small .anchor-link {
  color: #0070ba !important;
  font-weight: 600;
}

.billing-address-wrapper #postalCodeValidationMsg:nth-child(n + 3) {
  display: none !important;
}

.shipping-address-wrapper #postalCodeValidationMsg:nth-child(n + 3) {
  display: none !important;
}

.shark-progress-bar {
  background-color: #000;
  color: #fff;
}

.shark-progress-bar .progress-items {
  padding: 12px 25px;
  display: inline-flex;
  width: 100%;
}

.shark-progress-bar .progress-items div {
  display: inline-block;
  width: 100%;
  margin: 9px -4px;
  border-top: 2px solid #fff;
}

.shark-progress-bar .progress-items i {
  display: inline-block;
  position: relative;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 9px;
  color: #000;
}

.shark-progress-bar .progress-items .active {
  background-color: #15ac63;
  color: #fff;
}

.shark-progress-bar .progress-items .icon-check:before {
  position: absolute;
  top: 6px;
  left: 6px;
}

.one-page-checkout .share-tools,
.cart-header .share-tools {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .one-page-checkout .cart-headline,
  .cart-header .cart-headline {
    text-align: center;
  }
}

.one-page-checkout .cart-header-title,
.cart-header .cart-header-title {
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .one-page-checkout .cart-header-title,
  .cart-header .cart-header-title {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .one-page-checkout .cart-header-title,
  .cart-header .cart-header-title {
    font-size: 20px;
  }
}

.one-page-checkout .cart-header-note,
.cart-header .cart-header-note {
  font-size: 16px;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  color: #999;
  text-transform: none;
}

.one-page-checkout .cart-header-note span,
.cart-header .cart-header-note span,
.one-page-checkout .cart-header-note a,
.cart-header .cart-header-note a {
  white-space: nowrap;
}

.basket-list-item {
  border-bottom: 1px solid #ddd;
  padding-top: 1rem;
}

@media (max-width: 767px) {
  .basket-list-item {
    border: 0;
  }

  .basket-list-item-wrapper {
    border-bottom: 1px solid #ddd;
  }
}

@media (min-width: 768px) {
  .basket-list-item-wrapper > div:not(:first-child) {
    padding-left: 0;
  }
}

.basket-list-item .product-title {
  font-weight: bold;
  line-height: 22px;
}

.basket-list-item .product-id {
  margin-top: 10px;
  color: #767676;
  font-size: 14px;
  line-height: 24px;
}

.basket-list-item .availability {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}

.basket-list-item .quantity input {
  min-width: 55px;
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .basket-list-item .quantity input {
    border-radius: 5px;
    width: 50%;
  }
}

.basket-list-item .quantity label {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
}

@media (max-width: 767px) {
  .basket-list-item .icon-wrapper,
  .basket-list-item .price-wrapper {
    margin-top: 35px;
  }

  .basket-list-item .icon-wrapper .js-combined-price,
  .basket-list-item .price-wrapper .js-combined-price {
    width: auto;
  }
}

.basket-list-item .list-item-promo {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 15px 0;
}

.basket-list-item .column-price {
  text-align: right;
  font-weight: 700;
  font-size: 21px;
  color: #000;
  white-space: nowrap;
}

.basket-list-item .column-price .discount-price {
  color: #d93c08;
}

.basket-list-item .column-price .old-price {
  font-size: 18px;
  margin: 0;
  line-height: 30px;
}

@media (max-width: 767px) {
  .basket-list-item .column-price .old-price {
    padding: 0;
  }
}

.basket-list-item .column-price .list-item-promo {
  direction: rtl;
}

@media (max-width: 1199px) {
  .product-delivery-content {
    padding: 0 15px 15px;
    margin: 0 -15px;
    border-bottom: solid 1px #ddd;
    text-align: center;
  }
}

.cart-line-img {
  float: left;
  width: 20%;
  margin-right: 5%;
}

.cart-line-img img {
  max-width: 100%;
}

.cart-line-details {
  float: left;
  max-width: 70%;
}

.cart-group-details {
  padding-bottom: 0.5rem;
}

.cart-line-actions {
  padding: 2rem 0 0 0;
}

.cart-summary {
  padding: 1.5rem;
}

@media (max-width: 991px) {
  .cart-summary {
    border-top: 1px solid #dbdbdb;
  }
}

.cart-summary .form-inline * {
  margin-right: 0.5rem;
  margin-top: 1rem;
}

.cart-summary .form-inline *:last-child {
  margin-right: 0;
}

.cart-summary .alert {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.cart-summary .alert a {
  color: inherit;
  text-decoration: underline;
}

.cart-summary .alert a.btn {
  text-decoration: none;
}

.cart-summary h3 {
  margin-top: 0;
}

.cart-summary a[data-toggle]:not(.btn) {
  color: inherit;
  font-weight: bold;
}

.cart-summary a[data-toggle]:not(.btn):hover {
  color: #d93c08;
}

.cart-summary-subscription {
  margin-top: -1rem;
}

.address-summary {
  border: 1px solid #dbdbdb;
  border-width: 1px 1px 0 1px;
  padding: 1.5rem;
}

.address-summary h5 {
  margin-top: 0;
}

.address-summary > div:last-child address {
  margin-bottom: 0;
}

.address-summary address {
  font-size: 14px;
}

.shark-summary {
  border: 1px solid #dbdbdb;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .shark-summary {
    border: 0;
    box-shadow: none;
    border-bottom: 2px solid #ddd;
    margin: 0 -15px 2rem;
    border-radius: 0;
  }
}

.shark-summary h3 {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0.75rem 1rem;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}

.shark-summary .delivery-wrapper .product-delivery-content {
  border-top: 1px solid #dbdbdb;
}

.shark-summary .product-delivery-time-information {
  margin: 0 1.5rem;
  font-size: 0.875rem;
  min-height: 3.5rem;
  padding-left: 2.75rem;
  padding-top: 0.625rem;
  color: #767676;
  background-position: 0 0.375rem;
  background-repeat: no-repeat;
  background-image: url("../css/../img/icons/icon-nextdaydelivery.svg");
  background-size: 2.125rem;
}

.shark-summary .product-delivery-time-information .delivery-time {
  color: #d93c08;
  font-weight: bold;
}

.shark-summary .product-delivery-time-information .details-tooltip {
  padding-left: 0;
  margin-left: 0.25rem;
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: 1rem;
  background-image: url("../css/../img/icons/icon-info.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991px) {
  .desktop-summary {
    display: none;
  }
}

.mobile-summary {
  clear: both;
  margin-bottom: 1rem;
}

@media (min-width: 991px) {
  .mobile-summary {
    display: none;
  }
}

.coupon-wrapper-bottom-view {
  border-bottom: 1px solid #dbdbdb;
}

@media (max-width: 767px) {
  .coupon-wrapper-top-view {
    margin: 0 -15px;
  }
}

.cost-summary {
  font-size: 14px;
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  position: relative;
}

.cost-summary .dl-horizontal {
  font-size: 100%;
  color: #000;
}

.cost-summary .dl-horizontal .promo-applied {
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
}

.cost-summary .dl-horizontal dt {
  float: left;
  width: 180px;
  padding-left: 1rem;
  padding-bottom: 10px;
  clear: left;
  white-space: normal;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cost-summary .dl-horizontal dt {
    width: 330px;
  }
}

.cost-summary .dl-horizontal dt.total-price {
  border-top: 0;
}

.cost-summary .dl-horizontal dd {
  text-align: right;
  margin-left: 0;
  padding-right: 1rem;
}

.cost-summary .dl-horizontal .shipping-amount {
  color: #d93c08;
}

.cost-summary .dl-horizontal .total-saving {
  color: #d0021b;
}

.cost-summary .dl-horizontal .total-price {
  font-size: 22px;
  margin-top: 10px;
  font-weight: 700;
  font-style: italic;
}

.cost-summary ~ .cart-summary {
  border-bottom-width: 1px;
  margin-bottom: 1rem;
}

.cost-summary ~ .cart-summary-subscription {
  border-width: 0 1px 0 1px;
  margin-bottom: 0;
}

.cost-summary .form-group-tc {
  font-size: 16px;
  border: 0;
  margin-bottom: 0;
}

.cost-summary .form-group-tc.has-error .form-control a,
.cost-summary .form-group-tc.has-error .stripepay .form-group .StripeElement a {
  color: inherit;
  text-decoration: underline;
}

.cost-summary .form-group-tc .form-control,
.cost-summary .form-group-tc .stripepay .form-group .StripeElement {
  background-color: inherit;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.cost-summary .form-group-tc .form-control .form-control-feedback,
.cost-summary
  .form-group-tc
  .stripepay
  .form-group
  .StripeElement
  .form-control-feedback {
  display: none !important;
}

.cost-summary.cart-checkout-buttons {
  position: relative;
  border-top: 0;
  font-size: inherit;
  font-family: inherit;
  font-style: normal;
  text-transform: inherit;
}

.cost-summary.cart-checkout-buttons:before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
}

.cost-summary.cart-checkout-buttons button.btn-primary {
  font-size: 1.3rem;
  border-radius: 50px;
  min-height: 3.75rem;
  line-height: 1;
  white-space: normal;
  padding: 0.5rem 1.5rem;
}

@media (max-width: 767px) {
  .cost-summary.cart-checkout-buttons button.btn-primary {
    font-size: 1rem;
  }
}

.cost-summary .js-updated-cost-summary {
  margin-top: 3rem;
}

.cart-continue-buttons {
  padding: 0 1rem;
}

.cart-continue-buttons .section {
  margin: 0;
}

.cart-continue-buttons .btn {
  padding: 0.8125rem 1rem;
  display: block;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .basket-summary .cost-summary {
    padding: 15px 0 0;
    margin: 0 15px;
  }
}

.basket-summary .cost-summary.cart-checkout-buttons {
  padding: 1.35rem 1rem 0;
}

@media (min-width: 768px) {
  .basket-summary .KlarnaCartBanner {
    margin: 1rem 0 0;
  }
}

.basket-summary .express-checkout-section__overlay {
  margin: 20px 0;
}

.basket-summary .express-checkout-section__overlay .btn {
  padding: 10px;
}

.product-detail-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.product-detail-wrapper .product-qty {
  font-size: 13px;
  display: inline-block;
  color: #000;
}

.product-detail-wrapper .price-wrapper {
  display: inline-block;
}

.product-detail-wrapper .old-price {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}

.product-detail-wrapper .product-price {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #000;
}

.product-detail-wrapper .price-block {
  display: inline-block;
  color: #8a8d8f;
  font-size: 20px;
}

.product-detail-wrapper .discount-price + .product-price {
  color: #d93c08;
}

.product-detail-wrapper .discount-price + .product-price span {
  display: block;
  text-align: right;
}

.product-detail-wrapper
  .discount-price
  + .product-price
  span.product-price-text {
  font-size: 1rem;
}

.checkout-sticky .pli-description {
  font-weight: normal;
  color: #767676;
  font-size: 14px;
  line-height: 24px;
}

.checkout-sticky .product-title {
  font-size: 14px;
  font-weight: 700;
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  line-height: 18px;
}

.checkout-sticky .coupon-wrapper {
  border-top: 1px solid #dbdbdb;
  margin-bottom: 0;
  padding: 1rem;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}

.checkout-sticky .coupon-wrapper div {
  text-transform: none;
}

.checkout-sticky .coupon-wrapper a {
  font-weight: 700;
}

@media (max-width: 991px) {
  .checkout-sticky .coupon-wrapper .cart-summary {
    border: 0;
  }
}

.checkout-sticky .cart-summary {
  padding: 0;
}

.checkout-sticky .cart-summary-checkout {
  border-bottom: 1px solid #dbdbdb;
  padding: 15px 0;
  margin: 0;
  font-weight: 700;
}

.checkout-sticky .cart-summary-checkout:last-child {
  border-bottom: 0;
}

.checkout-sticky .shark-summary {
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .checkout-sticky {
    float: right;
  }
}

.mobile-cart-label {
  display: none;
}

.product-out-of-stock {
  color: #d93c08;
}

.cart-variations {
  padding-top: 0.5rem;
  font-size: 90%;
}

.cart-variations dd {
  float: left;
}

.cart-variations dt {
  float: left;
  width: 70px;
  clear: left;
}

@media (max-width: 767px) {
  .cart-line-items {
    padding-top: 1rem;
  }

  .cart-line-items .col-xs-4 {
    background: #eee;
    margin-top: 1rem;
    min-height: 9rem;
  }
}

@media (max-width: 991px) {
  .cart-line-items label {
    line-height: 18px;
  }
}

.order-summary.basket-summary {
  padding-bottom: 2rem;
  border: 1px solid #dbdbdb;
  border-radius: 15px;
}

@media (min-width: 992px) {
  .order-summary.basket-summary {
    box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  }

  .order-summary.basket-summary h2 {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 0.75rem 1rem;
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
}

@media (max-width: 991px) {
  .order-summary.basket-summary {
    margin: 0 -15px;
    padding: 0;
    box-shadow: none;
    border: 0;
  }
}

.order-summary .karna-section {
  padding-top: 10px;
}

@media (max-width: 991px) {
  .mobile-cart-item-label {
    font-size: 90%;
    font-weight: bold;
    padding: 0.5rem 0 3px 0;
    margin: 0;
  }

  .cart-line-qty {
    clear: left;
  }

  .cart-separator {
    margin: 0 -1.5rem 2rem -1.5rem;
  }

  .mobile-cart-img {
    width: 20%;
    float: left;
    padding-right: 0;
  }

  .mobile-cart-label {
    display: inline-block;
    text-transform: uppercase;
    color: #555;
    width: 150px;
    font-size: 13px;
    float: left;
    text-align: left;
  }

  .text-right .mobile-cart-label {
    width: auto;
  }
}

.mobile-cart-counter {
  position: absolute;
  top: 12px;
  right: -6px;
  background: #d12610;
  color: #fff;
  text-align: center;
  font-weight: normal;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  padding-left: 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .mobile-cart-counter {
    width: 23px;
    height: 23px;
    top: 17px;
    font-size: 16px;
    line-height: 24px;
  }
}

.empty-cart {
  text-align: center;
  padding-bottom: 5rem;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 2rem;
}

.empty-cart .empty-cart-icon {
  padding: 7rem 0 2rem;
}

.empty-cart h2 {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  margin-bottom: 2rem;
}

.pli-description ul {
  padding-left: 1rem;
  list-style-position: outside;
}

.pli-description .btn-tool {
  margin-top: 1rem;
  display: inline-block;
}

@media (max-width: 1199px) {
  .pli-description .btn-tool {
    margin-bottom: 1rem;
  }
}

.pli-description .dl-horizontal dt {
  width: auto;
  padding-right: 0.16666667rem;
  float: left;
}

.pli-description .dl-horizontal dd {
  margin-left: auto;
}

.warranty select {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

@media (min-width: 768px) {
  form.bv-form
    .shopping-cart-container
    .list-header.hidden-xs
    .list-header-item-descr {
    padding-left: 7.2rem;
  }
}

@media (min-width: 992px) {
  form.bv-form
    .shopping-cart-container
    .list-header.hidden-xs
    .list-header-item-descr {
    padding-left: 5.8rem;
  }
}

@media (min-width: 1200px) {
  form.bv-form
    .shopping-cart-container
    .list-header.hidden-xs
    .list-header-item-descr {
    padding-left: 7.2rem;
  }
}

form.bv-form
  .shopping-cart-container
  .list-header.hidden-xs
  .total-price-description {
  border-right: 0;
}

form.bv-form .shopping-cart-container .list-header .list-header-item {
  padding-right: 0;
  font-weight: 700;
}

form.bv-form .shopping-cart-container .cart-summary {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 1rem;
  padding: 1rem;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}

form.bv-form .shopping-cart-container .list-body {
  margin-bottom: 1.5rem;
}

form.bv-form
  .shopping-cart-container
  .list-body
  .product-delivery-time-information {
  font-size: 0.875rem;
  min-height: 2rem;
  margin-top: 1rem;
  padding: 0.625rem 1.5rem 0 2.75rem;
  color: #767676;
  background-position: 0 0.375rem;
  background-repeat: no-repeat;
  background-image: url("../css/../img/icons/icon-nextdaydelivery.svg");
  background-size: 2.125rem;
  position: relative;
  display: inline-block;
  text-align: left;
}

form.bv-form
  .shopping-cart-container
  .list-body
  .product-delivery-time-information
  .delivery-time {
  color: #d93c08;
  font-weight: bold;
}

form.bv-form
  .shopping-cart-container
  .list-body
  .product-delivery-time-information
  .details-tooltip {
  padding-left: 0;
  margin-left: 0.25rem;
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: 1rem;
  background-image: url("../css/../img/icons/icon-info.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  form.bv-form
    .shopping-cart-container
    .list-body
    .product-delivery-time-information
    .details-tooltip {
    position: absolute;
    top: 12px;
    right: 0;
  }
}

form.bv-form .shopping-cart-container button.update-cart {
  margin-bottom: 1rem;
}

.warning-text {
  padding: 1rem;
  font-size: 13px;
  border-top: 1px solid #dbdbdb;
}

.warning-text .text-warning-colour {
  font-weight: 600;
  color: red;
}

.hr-line {
  margin-bottom: 0 !important;
}

.row.order-summary.product-overlay-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  z-index: 1001;
  max-height: 100vh;
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page {
    margin: 0;
  }
}

.row.order-summary.product-overlay-page .container {
  margin: auto;
  max-width: 970px;
  transition: all 0.5s ease 0.5s;
}

.row.order-summary.product-overlay-page .container .product-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
}

@media (min-width: 768px) {
  .row.order-summary.product-overlay-page .container .product-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page .container .product-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .overlay-container {
  padding-left: 0;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .product-container
    .overlay-container {
    padding-left: 15px;
  }

  .row.order-summary.product-overlay-page
    .container
    .product-container
    .overlay-container
    .desktop-back-btn {
    display: none;
  }
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .moreInfoOverlayWrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  z-index: 1001;
  max-height: 100vh;
  overflow-y: auto;
  margin-left: 0;
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .moreInfoOverlayWrapper
  .outer-bottom-15 {
  margin-bottom: 15px;
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .moreInfoOverlayWrapper
  .inner-15 {
  padding: 15px;
  opacity: 1;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .product-container
    .moreInfoOverlayWrapper
    .inner-15 {
    margin-top: 30px;
  }
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .moreInfoOverlayWrapper
  .more-info-overlay-close-btn {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #d93c08;
  text-shadow: none;
  position: absolute;
  right: 70px;
  top: 40px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .product-container
    .moreInfoOverlayWrapper
    .more-info-overlay-close-btn {
    right: 30px;
    top: 20px;
  }
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .moreInfoOverlayWrapper
  .container {
  max-width: 600px;
  width: 100%;
  margin-top: 42.563px;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .product-container
    .moreInfoOverlayWrapper
    .container {
    margin-top: 0;
  }
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .moreInfoOverlayWrapper
  .container
  .more-info-heading-text {
  font-style: italic;
  font-weight: 800;
  font-size: 1.125rem;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  color: #000;
  margin: 18px 0;
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .moreInfoOverlayWrapper
  .container
  .more-info-description-text {
  text-align: center;
  font-size: 0.875rem;
  color: #767676;
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .moreInfoOverlayWrapper
  .container
  .more-info-price-section
  .current-price {
  font-size: 0.875rem;
  color: #000;
  font-weight: 700;
  font-style: italic;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .product-container
    .moreInfoOverlayWrapper
    .container
    .more-info-price-section
    .current-price {
    font-size: 0.688rem;
    white-space: nowrap;
  }
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .moreInfoOverlayWrapper
  .container
  .more-info-discount-section {
  font-weight: 700;
  font-style: italic;
  color: #d0021b;
  font-size: 0.875rem;
  white-space: nowrap;
  margin-left: -15px;
  padding-left: 0;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .product-container
    .moreInfoOverlayWrapper
    .container
    .more-info-discount-section {
    font-size: 0.688rem;
    margin-left: 0;
  }
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .moreInfoOverlayWrapper
  .container
  .iframe-wrapper {
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .moreInfoOverlayWrapper
  .container
  .iframe-wrapper
  object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .moreInfoOverlayWrapper
  .container
  .more-info-overlay-close-text {
  padding-top: 7px;
  color: #767676;
  text-decoration: underline;
  font-style: italic;
  font-size: 0.875rem;
  cursor: pointer;
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .moreInfoOverlayWrapper
  .container
  .btn.btn-more-info-add-to-cart {
  background-color: #d8f1e5;
  border: 0.063rem solid #b0e2cb;
  padding: 10px 15px;
  height: 100%;
  line-height: 4.382px;
  color: #000;
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .moreInfoOverlayWrapper
  .container
  .btn.btn-more-info-add-to-cart:focus {
  outline: 0;
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .moreInfoOverlayWrapper
  .container
  .btn.btn-more-info-add-to-cart
  span.icon {
  background-repeat: no-repeat;
  background-image: url("../css/../img/icons/icon-plus.svg");
  background-position: 0 50%;
  padding: 5px;
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .moreInfoOverlayWrapper
  .container
  .btn.btn-more-info-add-to-cart
  span.icon:hover {
  background-image: url("../css/../img/icons/icon-plus-hover.svg");
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .moreInfoOverlayWrapper
  .container
  .btn.btn-more-info-add-to-cart
  span.icon-text {
  font-weight: 700;
  font-size: 0.875rem;
  font-style: italic;
  padding-left: 12px;
  padding-right: 10px;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .product-container
    .moreInfoOverlayWrapper
    .container
    .btn.btn-more-info-add-to-cart
    span.icon-text {
    font-size: 0.75rem;
  }
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .moreInfoOverlayWrapper
  .container
  .btn.btn-more-info-add-to-cart
  span.icon-text:hover {
  color: #fff;
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .moreInfoOverlayWrapper
  .container
  .btn.btn-more-info-add-to-cart:hover {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
}

.row.order-summary.product-overlay-page
  .container
  .product-container
  .moreInfoOverlayWrapper
  .container
  .btn.btn-more-info-add-to-cart:hover
  span.icon {
  background-image: url("../css/../img/icons/icon-plus-hover.svg");
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section
  .btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page .container .overlay-product-section {
    max-height: 100%;
    margin-top: 8%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .row.order-summary.product-overlay-page .container .overlay-product-section {
    max-height: 100%;
    margin-top: 15%;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-upsell
  h3 {
  color: #767676;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 14px;
  margin-bottom: 14px;
  line-height: 18.382px;
  margin-left: -15px;
  font-style: italic;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-upsell
    h3 {
    margin-left: 0;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-upsell
  .overlay-product-row {
  border: 0.063rem solid #ddd;
  border-radius: 0.563rem;
  background: #fff;
  margin-bottom: 20px;
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-upsell
  .overlay-product-row
  .overlay-offer-msg {
  display: flex;
  border: 1px solid #ddd;
  align-items: center;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  color: #767676;
  font-size: 12px;
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-upsell
  .overlay-product-row
  .overlay-offer-msg
  img {
  width: 30%;
  margin-right: 5%;
  border-radius: 0;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-upsell
    .overlay-product-row {
    margin-left: 0;
    margin-right: 0;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-upsell
  .overlay-product-row
  .product-image-col {
  width: 100%;
  max-width: 12.5rem;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-upsell
    .overlay-product-row
    .product-image-col {
    margin-top: 1rem;
    padding-right: 0;
    padding-left: 0;
    max-width: 5rem;
    min-height: 5rem;
    max-height: 5rem;
    min-width: 5rem;
    margin-right: 10px;
    width: 100%;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-upsell
  .overlay-product-row
  img {
  width: 100%;
  max-width: 12.5rem;
  max-height: 200px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: 1px;
  margin-top: 1px;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-upsell
    .overlay-product-row
    img {
    max-width: 5rem;
    min-height: 5rem;
    max-height: 5rem;
    min-width: 5rem;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-upsell
  .overlay-product-row
  .product-desc-row {
  padding: 1.25rem 0;
  margin-left: 10px;
}

@media (max-width: 767px) and (min-width: 374px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-upsell
    .overlay-product-row
    .product-desc-row {
    margin-left: 0;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-upsell
    .overlay-product-row
    .product-desc-row {
    width: auto;
    padding: 10px;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-upsell
  .overlay-product-row
  .product-desc-row
  h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.008px;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  margin: 0;
  font-style: italic;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-upsell
    .overlay-product-row
    .product-desc-row
    h3 {
    font-size: 0.75rem;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-upsell
  .overlay-product-row
  .product-desc-row
  .product-desc-text {
  color: #000;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-upsell
    .overlay-product-row
    .product-desc-row
    .product-desc-text {
    font-size: 0.688rem;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-upsell
  .overlay-product-row
  .product-desc-row
  .product-desc-text
  ul
  li {
  font-size: 12px;
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-upsell
  .overlay-product-row
  .product-desc-row
  .current-price {
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  font-style: italic;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-upsell
    .overlay-product-row
    .product-desc-row
    .current-price {
    font-size: 0.688rem;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-upsell
  .overlay-product-row
  .product-desc-row
  .product-discount-section {
  font-weight: 700;
  font-style: italic;
  color: #d0021b;
  font-size: 0.875rem;
  white-space: nowrap;
  padding-left: 0;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-upsell
    .overlay-product-row
    .product-desc-row
    .product-discount-section {
    font-size: 0.688rem;
  }
}

@media (max-width: 767px) and (min-width: 375px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-upsell
    .overlay-product-row
    .product-desc-row
    .add-to-cart-btn-xs {
    padding-right: 12px;
  }
}

@media (max-width: 767px) and (min-width: 375px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-upsell
    .overlay-product-row
    .product-desc-row
    .more-info-btn-xs {
    padding-left: 0;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-upsell
  .overlay-product-row
  .product-desc-row
  .product-added-button-wrapper {
  margin-bottom: 15px;
}

@media (max-width: 374px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-upsell
    .overlay-product-row
    .product-desc-row
    .button-wrapper {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-upsell
    .overlay-product-row
    .product-desc-row
    .button-wrapper
    .btn.btn-out-of-stock {
    padding: 0.5rem 1rem;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-upsell
  .overlay-product-row
  .product-desc-row
  .row {
  margin-bottom: 10px;
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-upsell
  .overlay-product-row
  .product-desc-row
  .row:last-child {
  margin-bottom: 0;
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-cross-sell
  h3 {
  color: #767676;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 14px;
  margin-bottom: 14px;
  line-height: 18.382px;
  margin-left: -15px;
  font-style: italic;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-cross-sell
    h3 {
    margin-left: 0;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-cross-sell
  .overlay-product-row {
  border: 0.063rem solid #ddd;
  border-radius: 0.563rem;
  background: #fff;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-cross-sell
    .overlay-product-row {
    margin-left: 0;
    margin-right: 0;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-cross-sell
  .overlay-product-row
  .product-image-col {
  width: 100%;
  max-width: 12.5rem;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-cross-sell
    .overlay-product-row
    .product-image-col {
    margin-top: 1rem;
    padding-right: 0;
    padding-left: 0;
    max-width: 5rem;
    min-height: 5rem;
    max-height: 5rem;
    min-width: 5rem;
    margin-right: 10px;
    width: 100%;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-cross-sell
  .overlay-product-row
  img {
  width: 100%;
  max-width: 12.5rem;
  max-height: 200px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: 1px;
  margin-top: 1px;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-cross-sell
    .overlay-product-row
    img {
    max-width: 5rem;
    min-height: 5rem;
    max-height: 5rem;
    min-width: 5rem;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-cross-sell
  .overlay-product-row
  .product-desc-row {
  padding: 1.25rem 0;
  margin-left: 10px;
}

@media (max-width: 767px) and (min-width: 374px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-cross-sell
    .overlay-product-row
    .product-desc-row {
    margin-left: 0;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-cross-sell
    .overlay-product-row
    .product-desc-row {
    width: auto;
    padding: 10px;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-cross-sell
  .overlay-product-row
  .product-desc-row
  h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.008px;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  margin: 0;
  font-style: italic;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-cross-sell
    .overlay-product-row
    .product-desc-row
    h3 {
    font-size: 0.75rem;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-cross-sell
  .overlay-product-row
  .product-desc-row
  .product-desc-text {
  color: #767676;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-cross-sell
    .overlay-product-row
    .product-desc-row
    .product-desc-text {
    font-size: 0.688rem;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-cross-sell
  .overlay-product-row
  .product-desc-row
  .current-price {
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  font-style: italic;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-cross-sell
    .overlay-product-row
    .product-desc-row
    .current-price {
    font-size: 0.688rem;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-cross-sell
  .overlay-product-row
  .product-desc-row
  .product-discount-section {
  font-weight: 700;
  font-style: italic;
  color: #d0021b;
  font-size: 0.875rem;
  white-space: nowrap;
  padding-left: 0;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-cross-sell
    .overlay-product-row
    .product-desc-row
    .product-discount-section {
    font-size: 0.688rem;
  }
}

@media (max-width: 767px) and (min-width: 375px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-cross-sell
    .overlay-product-row
    .product-desc-row
    .add-to-cart-btn-xs {
    padding-right: 12px;
  }
}

@media (max-width: 767px) and (min-width: 375px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-cross-sell
    .overlay-product-row
    .product-desc-row
    .more-info-btn-xs {
    padding-left: 0;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-cross-sell
  .overlay-product-row
  .product-desc-row
  .product-added-button-wrapper {
  margin-bottom: 15px;
}

@media (max-width: 374px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-cross-sell
    .overlay-product-row
    .product-desc-row
    .button-wrapper {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-cross-sell
    .overlay-product-row
    .product-desc-row
    .button-wrapper
    .btn.btn-out-of-stock {
    padding: 0.5rem 1rem;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-cross-sell
  .overlay-product-row
  .product-desc-row
  .row {
  margin-bottom: 10px;
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-cross-sell
  .overlay-product-row
  .product-desc-row
  .row:last-child {
  margin-bottom: 0;
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-accessory {
  padding-left: 0;
  padding-right: 0;
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-accessory
  h3 {
  color: #767676;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-top: 14px;
  margin-bottom: 14px;
  line-height: 18.382px;
  font-style: italic;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-accessory
  .accessory-list-items-row {
  margin-bottom: 15px;
}

@media (max-width: 995px) and (min-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-accessory
    .accessory-list-items-row {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-accessory
    .accessory-list-items-row {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-accessory
  .accessory-list-items-row
  .overlay-product-grid {
  height: auto;
  padding: 1rem;
  border: 0.063rem solid #ddd;
  border-radius: 0.563rem;
  background: #fff;
  max-width: 198px;
  width: calc(32.0833%);
  margin-left: 15px;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-accessory
    .accessory-list-items-row
    .overlay-product-grid {
    max-height: none;
    min-height: auto;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-bottom: 16px;
  }
}

@media (max-width: 996px) and (min-width: 768px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-accessory
    .accessory-list-items-row
    .overlay-product-grid {
    margin-left: 5px;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-accessory
  .accessory-list-items-row
  .overlay-product-grid
  .accessory-list {
  margin-right: 0;
  margin-left: 0;
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-accessory
  .accessory-list-items-row
  .overlay-product-grid
  .accessory-list
  .accessory-image {
  max-width: 159px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-accessory
    .accessory-list-items-row
    .overlay-product-grid
    .accessory-list
    .accessory-image {
    max-width: none;
    width: auto;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-accessory
  .accessory-list-items-row
  .overlay-product-grid
  .accessory-list
  .accessory-image
  img {
  width: 100%;
  max-width: 12.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-accessory
    .accessory-list-items-row
    .overlay-product-grid
    .accessory-list
    .accessory-image
    img {
    max-width: 80px;
    width: auto;
    height: auto;
  }
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-accessory
    .accessory-list-items-row
    .overlay-product-grid
    .accessory-list
    .accessory-content {
    margin-left: 5px;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-accessory
  .accessory-list-items-row
  .overlay-product-grid
  .accessory-list
  .accessory-name {
  font-weight: 700;
  font-size: 0.875rem;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-style: italic;
  color: #000;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  word-break: break-all;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-accessory
    .accessory-list-items-row
    .overlay-product-grid
    .accessory-list
    .accessory-name {
    text-align: unset;
    padding-left: 15px;
    width: 100%;
    font-size: 0.75rem;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-accessory
  .accessory-list-items-row
  .overlay-product-grid
  .accessory-list
  .accessory-price-section {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
  text-align: center;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-accessory
    .accessory-list-items-row
    .overlay-product-grid
    .accessory-list
    .accessory-price-section {
    width: auto;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-accessory
  .accessory-list-items-row
  .overlay-product-grid
  .accessory-list
  .accessory-price-section
  .accessory-price-wrapper {
  display: inline-flex;
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-accessory
  .accessory-list-items-row
  .overlay-product-grid
  .accessory-list
  .accessory-price-section
  .accessory-price-wrapper
  span {
  font-size: 0.875rem;
  color: #767676;
  font-weight: 700;
  font-style: italic;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-accessory
    .accessory-list-items-row
    .overlay-product-grid
    .accessory-list
    .accessory-price-section
    .accessory-price-wrapper
    span {
    font-size: 0.688rem;
    text-align: left;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-accessory
  .accessory-list-items-row
  .overlay-product-grid
  .accessory-list
  .accessory-price-section
  .current-price {
  color: #767676;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-accessory
    .accessory-list-items-row
    .overlay-product-grid
    .accessory-list
    .accessory-price-section
    .current-price {
    font-size: 0.688rem;
    text-align: left;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-accessory
  .accessory-list-items-row
  .overlay-product-grid
  .accessory-list
  .product-added-button-wrapper {
  text-align: center;
  margin-bottom: 10px;
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-accessory
  .accessory-list-items-row
  .overlay-product-grid
  .accessory-list
  .button-wrapper {
  text-align: center;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-accessory
    .accessory-list-items-row
    .overlay-product-grid
    .accessory-list
    .button-wrapper {
    width: auto;
    margin-bottom: 10px;
    text-align: left;
    padding-right: 0;
  }
}

.row.order-summary.product-overlay-page
  .container
  .overlay-product-section.overlay-accessory
  hr {
  width: 95%;
  border: 0;
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 20px;
  color: #dbdbdb;
  background-color: transparent;
  clear: both;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section.overlay-accessory
    hr {
    display: none;
  }
}

.row.order-summary.product-overlay-page .container .overlay-product-section hr {
  width: 100%;
  border: 0;
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 10px;
  color: #dbdbdb;
  background-color: transparent;
  clear: both;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .container
    .overlay-product-section
    hr {
    display: none;
  }
}

.row.order-summary.product-overlay-page .container .back-btn-wrapper {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page .container .back-btn-wrapper {
    margin-bottom: 25px;
  }
}

.row.order-summary.product-overlay-page .container .overlay-white-btn {
  min-width: 12.5rem;
  text-align: center;
  line-height: 1.313;
  border-radius: 1.875rem;
  font-weight: 700;
  font-size: 1.375rem;
  font-style: italic;
  background-color: #fff;
  border: 0.125rem solid #d8d8d8;
  color: #000;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
}

.row.order-summary.product-overlay-page .container .overlay-white-btn:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.row.order-summary.product-overlay-page .container .overlay-white-btn:focus {
  outline: 0;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page .container .overlay-white-btn {
    margin-left: 15px;
  }
}

.row.order-summary.product-overlay-page .cart-detail-container {
  position: sticky;
  top: 16px;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page .cart-detail-container {
    position: inherit;
    top: 0;
    padding: 0 1rem;
    width: 100%;
  }
}

.row.order-summary.product-overlay-page .cart-detail-container h3 {
  color: #767676;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-top: 14px;
  margin-bottom: 14px;
  line-height: 18.382px;
  margin-left: -15px;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

.row.order-summary.product-overlay-page
  .cart-detail-container
  .express-checkout-section__overlay {
  padding: 15px;
  margin-top: 20px;
  position: relative;
  clear: both;
}

.row.order-summary.product-overlay-page
  .cart-detail-container
  .express-checkout-section__overlay
  .btn {
  padding: 5px;
}

.row.order-summary.product-overlay-page .order-summary {
  background: transparent;
  top: 1rem;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  max-width: 300px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.row.order-summary.product-overlay-page .order-summary::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page .order-summary {
    max-width: none;
    position: inherit;
    margin: 0;
    top: 0;
    overflow-y: unset;
    overflow-x: unset;
  }
}

.row.order-summary.product-overlay-page
  .order-summary
  .cart-checkout-buttons
  button.btn-primary {
  font-size: 1.375rem;
  padding: 0.75rem;
  font-style: italic;
}

.row.order-summary.product-overlay-page
  .order-summary
  .cart-checkout-buttons
  button.btn-primary:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.row.order-summary.product-overlay-page
  .order-summary
  .cart-checkout-buttons.proceed-to-accesoryJS
  a.btn {
  padding: 0.75rem;
  font-style: italic;
}

.row.order-summary.product-overlay-page
  .order-summary
  .cart-checkout-buttons.proceed-to-accesoryJS
  a.btn:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .order-summary
    .cart-checkout-buttons.proceed-to-accesoryJS
    .btn {
    padding: 0.75rem 3rem;
  }

  .row.order-summary.product-overlay-page
    .order-summary
    .cart-checkout-buttons
    a {
    font-size: 1.375rem;
    font-style: italic;
  }
}

.row.order-summary.product-overlay-page .order-summary .KlarnaCartBanner {
  margin: 1rem 0 0;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page .order-summary .KlarnaCartBanner {
    margin: 0 0 1rem 0;
  }
}

.row.order-summary.product-overlay-page .order-summary .shark-summary {
  border-radius: 10px;
}

@media (max-width: 991px) {
  .row.order-summary.product-overlay-page .order-summary .shark-summary {
    border: 1px solid #dbdbdb;
    box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page .order-summary .shark-summary {
    border: 1px solid #dbdbdb;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-left: -30px;
    margin-right: -30px;
    border-radius: 0;
    box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  .row.order-summary.product-overlay-page
    .order-summary
    .shark-summary
    .desktop-summary {
    display: block;
    z-index: 1;
  }
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .desktop-summary
  .shark-progress-bar {
  padding-left: 15px;
  padding-right: 15px;
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .desktop-summary
  .shark-progress-bar
  .title {
  padding: 10px;
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 20px;
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .desktop-summary
  .shark-progress-bar
  .progress-items {
  padding: 10px;
  width: 100%;
  height: 40px;
  display: inline-flex;
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .desktop-summary
  .shark-progress-bar
  .progress-items
  i {
  padding: 9px;
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .desktop-summary
  .shark-progress-bar
  .progress-items
  .not-active {
  border-top: 2px solid #686868;
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .desktop-summary
  .shark-progress-bar
  .progress-items
  .icon-check {
  background-image: url("../css/../img/icons/tick-progress-bar.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 11px;
  width: 1.125rem;
  height: 1.125rem;
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .desktop-summary
  .shark-progress-bar
  .progress-items
  .icon-check.active {
  background-image: url("../css/../img/icons/tick-white-progress-bar.svg");
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .desktop-summary
  .shark-progress-bar
  .progress-items
  .icon-check.icon-check-no-image {
  background-image: none;
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .desktop-summary
  .shark-progress-bar
  .progress-items
  .icon-check.icon-check:before {
  content: none;
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .desktop-summary
  .shark-progress-bar
  .progress-items
  .icon-check.icon-check-none {
  background-color: #686868;
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .desktop-summary
  .shark-progress-bar
  .progress-items
  .icon-check.icon-check-none:before {
  content: none;
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .desktop-summary
  .shark-progress-bar
  .progress-items
  div.progress-bar-line {
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .order-summary
    .shark-summary
    .desktop-summary {
    display: block;
  }

  .row.order-summary.product-overlay-page
    .order-summary
    .shark-summary
    .desktop-summary
    .shark-progress-bar {
    max-width: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .cart-summary {
  background: #fff;
  padding: 0;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .order-summary
    .shark-summary
    .cart-summary {
    border: 0.063rem solid #ddd;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0.063rem solid #ddd;
    box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
    padding: 0;
  }
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .cart-summary
  .row.cart-summary-checkout {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
  margin-left: 0;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.313;
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .cart-summary
  .row.cart-summary-checkout:last-child {
  border-bottom: 0;
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .cart-summary
  .row.cart-summary-checkout
  img {
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .cart-summary
  .row.cart-summary-checkout
  .col-xs-8 {
  max-width: 192px;
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .cart-summary
  .row.cart-summary-checkout
  .cart-pli-data {
  margin-top: 0.625rem;
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .cart-summary
  .row.cart-summary-checkout
  .cart-pli-data
  a.overlay-remove-link {
  font-weight: 400;
  color: #d0021b;
  line-height: 1.313;
  float: right;
  font-size: 0.75rem;
  text-decoration: underline;
  text-transform: none;
  margin-top: 5px;
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .cart-summary
  .row.cart-summary-checkout
  .cart-pli-data
  a.overlay-remove-link:hover {
  color: #000;
}

@media (max-width: 767px) and (min-width: 400) {
  .row.order-summary.product-overlay-page
    .order-summary
    .shark-summary
    .cart-summary
    .row.cart-summary-checkout
    .col-xs-4 {
    margin-left: 25px;
  }

  .row.order-summary.product-overlay-page
    .order-summary
    .shark-summary
    .cart-summary
    .row.cart-summary-checkout
    .col-xs-8 {
    padding-top: 10px;
    margin-left: 10px;
  }
}

@media (max-width: 399px) and (min-width: 300) {
  .row.order-summary.product-overlay-page
    .order-summary
    .shark-summary
    .cart-summary
    .row.cart-summary-checkout
    .col-xs-4 {
    margin-left: 2px;
  }

  .row.order-summary.product-overlay-page
    .order-summary
    .shark-summary
    .cart-summary
    .row.cart-summary-checkout
    .col-xs-8 {
    margin-left: 10px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .order-summary
    .shark-summary
    .cart-summary
    .row.cart-summary-checkout
    .col-xs-8 {
    max-width: 100%;
  }

  .row.order-summary.product-overlay-page
    .order-summary
    .shark-summary
    .cart-summary
    .row.cart-summary-checkout
    .col-xs-12 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .order-summary
    .shark-summary
    .cart-summary
    .row.cart-summary-checkout
    hr {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    border-top: 1px solid #ddd;
  }
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  span.error {
  padding-left: 15px;
}

.row.order-summary.product-overlay-page
  .order-summary
  .shark-summary
  .dl-horizontal {
  font-style: normal;
}

.row.order-summary.product-overlay-page .order-summary .basket-mobile-text {
  display: none;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page .order-summary .basket-mobile-text {
    display: block;
    margin-bottom: 15px;
    font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
    font-style: italic;
  }
}

.row.order-summary.product-overlay-page
  .order-summary
  .product-price-section
  .product-price {
  font-size: 1.625rem;
}

@media (max-width: 767px) {
  .row.order-summary.product-overlay-page
    .order-summary
    .product-price-section
    .product-price {
    font-size: 1.375rem;
  }
}

.btn.btn-out-of-stock {
  min-width: 0;
  padding: 7px 26px;
  border-radius: 1.25rem;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  font-size: 0.875rem;
  background-color: #acacac;
  color: #fff;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  white-space: pre-line;
  margin: 0 auto;
  display: inline-block;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 767px) {
  .btn.btn-out-of-stock {
    white-space: nowrap;
    width: auto;
    font-size: 0.75rem;
    margin-bottom: 10px;
  }
}

.btn.btn-overlay-add-to-cart {
  background-color: #d8f1e5;
  border: 0.063rem solid #b0e2cb;
  padding: 7px 12.5px;
  border-radius: 1.25rem;
  color: #000;
  display: inline-block;
}

.btn.btn-overlay-add-to-cart:focus {
  outline: 0;
}

@media (max-width: 1000px) and (min-width: 767px) {
  .btn.btn-overlay-add-to-cart {
    padding: 9.5px 13.5px;
  }
}

@media (max-width: 767px) {
  .btn.btn-overlay-add-to-cart {
    white-space: nowrap;
    width: auto;
    margin-bottom: 10px;
  }
}

.btn.btn-overlay-add-to-cart.btn-add-one-more {
  padding: 7px 0.875rem;
  line-height: unset;
  width: auto;
  background-color: #d8f1e5;
  border: 0.063rem solid #b0e2cb;
  border-radius: 1.25rem;
  color: #000;
  display: inline-block;
}

.btn.btn-overlay-add-to-cart.btn-add-one-more span.icon {
  display: none;
}

.btn.btn-overlay-add-to-cart.btn-add-one-more span.icon-text {
  display: none;
}

.btn.btn-overlay-add-to-cart.btn-add-one-more span.icon-add-one-more-text {
  display: block;
  padding: 0.25rem 0.875rem;
  font-weight: 700;
  font-style: italic;
  font-size: 12px;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

.btn.btn-overlay-add-to-cart span.icon {
  background-repeat: no-repeat;
  background-image: url("../css/../img/icons/icon-plus.svg");
  background-position: 0 50%;
  padding: 5px;
}

.btn.btn-overlay-add-to-cart span.icon:hover {
  background-image: url("../css/../img/icons/icon-plus-hover.svg");
}

.btn.btn-overlay-add-to-cart span.icon-text {
  font-weight: 700;
  font-size: 0.875rem;
  font-style: italic;
  padding-left: 12px;
  padding-right: 10px;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

@media (max-width: 767px) {
  .btn.btn-overlay-add-to-cart span.icon-text {
    font-size: 0.75rem;
  }
}

.btn.btn-overlay-add-to-cart span.icon-text:hover {
  color: #fff;
}

.btn.btn-overlay-add-to-cart:hover {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
}

.btn.btn-overlay-add-to-cart:hover span.icon {
  background-image: url("../css/../img/icons/icon-plus-hover.svg");
}

.btn.upgrate-btn {
  background-color: #19ab63;
  color: #fff;
  width: 100%;
}

.btn.upgrate-btn span.icon {
  background-image: url("../css/../img/icons/icon-plus-hover.svg") !important;
}

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .btn.upgrate-btn {
    width: 90%;
  }
}

.btn.btn-accessory-add-to-cart {
  background-color: #d8f1e5;
  border: 0.063rem solid #b0e2cb;
  padding: 9.5px 19.5px;
  border-radius: 1.25rem;
  color: #000;
  display: inline-block;
  white-space: normal;
}

@media (max-width: 1000px) and (min-width: 767px) {
  .btn.btn-accessory-add-to-cart {
    padding: 9.5px 13.5px;
  }

  .btn.btn-accessory-add-to-cart .icon-div {
    display: flex;
  }
}

@media (max-width: 767px) {
  .btn.btn-accessory-add-to-cart {
    white-space: nowrap;
    width: auto;
    margin-bottom: 0;
  }
}

.btn.btn-accessory-add-to-cart.btn-add-one-more {
  padding: 0.25rem 0.875rem;
  line-height: unset;
  width: auto;
  background-color: #d8f1e5;
  border: 0.063rem solid #b0e2cb;
  border-radius: 1.25rem;
  color: #000;
  display: inline-block;
}

.btn.btn-accessory-add-to-cart.btn-add-one-more span.icon {
  display: none;
}

.btn.btn-accessory-add-to-cart.btn-add-one-more span.icon-text {
  display: none;
}

.btn.btn-accessory-add-to-cart.btn-add-one-more span.icon-add-one-more-text {
  display: block;
  padding: 0.25rem 0.875rem;
  font-weight: 700;
  font-style: italic;
  font-size: 12px;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

.btn.btn-accessory-add-to-cart:focus {
  outline: 0;
}

.btn.btn-accessory-add-to-cart .icon-div {
  float: left;
}

.btn.btn-accessory-add-to-cart .icon-div span.icon {
  background-repeat: no-repeat;
  background-image: url("../css/../img/icons/icon-plus.svg");
  background-position: 0 50%;
  padding: 5px;
}

@media (max-width: 1000px) {
  .btn.btn-accessory-add-to-cart .icon-div span.icon {
    margin-top: 8px;
  }
}

.btn.btn-accessory-add-to-cart .icon-div span.icon:hover {
  background-image: url("../css/../img/icons/icon-plus-hover.svg");
}

.btn.btn-accessory-add-to-cart .icon-text-div {
  margin-left: 12px;
  text-align: center;
}

.btn.btn-accessory-add-to-cart .icon-text-div span.icon-text {
  font-weight: 700;
  font-style: italic;
  margin-left: 5px;
  font-size: 0.875rem;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

@media (max-width: 767px) {
  .btn.btn-accessory-add-to-cart .icon-text-div span.icon-text {
    font-size: 0.75rem;
    white-space: nowrap;
  }
}

.btn.btn-accessory-add-to-cart .icon-text-div span.icon-text:hover {
  color: #fff;
}

.btn.btn-accessory-add-to-cart:hover {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
}

.btn.btn-accessory-add-to-cart:hover span.icon {
  background-image: url("../css/../img/icons/icon-plus-hover.svg");
}

.btn.btn-overlay-more-info {
  background-color: #fff;
  padding: 10px 22px;
  height: 100%;
  line-height: 4.382px;
  border: 1px solid #ddd;
  color: #000;
}

.btn.btn-overlay-more-info:hover {
  box-shadow: none;
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
}

.btn.btn-overlay-more-info:hover span.icon {
  background-image: url("../css/../img/icons/icon-info-hover.svg");
}

.btn.btn-overlay-more-info.accessory-more-info {
  border: 0;
}

@media (max-width: 767px) {
  .btn.btn-overlay-more-info.accessory-more-info {
    border: 1px solid #ddd;
  }
}

@media (max-width: 993px) and (min-width: 800px) {
  .btn.btn-overlay-more-info.accessory-more-info {
    padding: 11px 14px;
  }
}

@media (max-width: 799px) and (min-width: 767px) {
  .btn.btn-overlay-more-info.accessory-more-info {
    padding: 11px 5px;
  }
}

.btn.btn-overlay-more-info.accessory-more-info:hover {
  background-color: #fff;
  border: 0;
  color: #15ac63;
}

.btn.btn-overlay-more-info.accessory-more-info:hover span.icon {
  background-image: url("../css/../img/icons/icon-info-overlay.svg");
}

.btn.btn-overlay-more-info.accessory-more-info span.icon-text {
  font-size: 0.75rem;
  text-transform: none;
  padding-left: 5px;
  padding-right: 5px;
}

.btn.btn-overlay-more-info.accessory-more-info span.icon-text:hover {
  color: #15ac63;
}

@media (max-width: 767px) {
  .btn.btn-overlay-more-info {
    padding: 14px 14px;
    width: 2.125rem;
    height: 2.125rem;
    border: 1px solid #ddd;
    border-radius: 1.875rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .btn.btn-overlay-more-info {
    width: 8.125rem;
    padding: 10px 14px;
  }
}

.btn.btn-overlay-more-info span.icon {
  background-repeat: no-repeat;
  background-image: url("../css/../img/icons/icon-info-overlay.svg");
  background-position: 0 50%;
  padding: 5px;
}

.btn.btn-overlay-more-info span.icon:hover {
  background-image: url("../css/../img/icons/icon-info-hover.svg");
}

.btn.btn-overlay-more-info span.icon-text {
  font-weight: 700;
  font-size: 0.875rem;
  font-style: italic;
  padding-left: 8px;
  padding-right: 0;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

@media (max-width: 767px) {
  .btn.btn-overlay-more-info span.icon-text {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .btn.btn-overlay-more-info span.icon-text {
    display: inline;
  }
}

.btn.btn-overlay-product-added {
  background: transparent;
  color: #15ac63;
  padding: 0;
  cursor: default;
  pointer-events: none;
  white-space: normal;
}

.btn.btn-overlay-product-added:focus {
  outline: 0;
}

.btn.btn-overlay-product-added .icon-check {
  font-size: 0.85rem;
  color: #15ac63;
}

.btn.btn-overlay-product-added .btn-product-added-text {
  color: #15ac63;
  font-size: 0.875rem;
  font-style: italic;
}

@media (max-width: 767px) {
  .btn.btn-overlay-product-added .btn-product-added-text {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .btn.btn-overlay-product-added {
    text-align: left;
    white-space: nowrap;
    margin-bottom: 0;
  }
}

@media (max-width: 1000px) {
  .btn.btn-overlay-product-added {
    white-space: normal;
  }
}

.loader-wrapper,
.exp-loader-wrapper {
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  z-index: 1001;
}

.loader-wrapper .loader,
.exp-loader-wrapper .loader {
  border: 6px solid #fcbba5;
  border-radius: 50%;
  border-top: 6px solid #d93c08;
  width: 55px;
  height: 55px;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
  position: relative;
  top: 40%;
  margin: auto;
  opacity: 1;
}

@-webkit-keyframes spin {
  0 {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0 {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader-wrapper .loader-text,
.exp-loader-wrapper .loader-text {
  padding: 1rem 2rem;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.25);
  font-style: italic;
  font-weight: 600;
  font-size: 1.5rem;
  color: #000;
  max-width: 555px;
  width: max-content;
  margin: 0 auto;
  position: relative;
  top: 43%;
  opacity: 1;
  z-index: 1;
  text-align: center;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

@media (max-width: 767px) {
  .loader-wrapper .loader-text,
  .exp-loader-wrapper .loader-text {
    width: 100%;
  }
}

.fixed {
  position: fixed;
}

.opacity-0-class {
  opacity: 0;
}

.back-btn-accessory {
  padding-left: 0;
}

@media (max-width: 768px) {
  .back-btn-accessory {
    padding-left: 15px;
  }
}

ul.quick-links {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 1rem 2rem 0 0;
}

ul.quick-links li {
  float: left;
  margin-left: 2rem;
}

ul.quick-links a {
  color: #555;
  font-size: 16px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

.quick-cart-link {
  float: right;
  position: relative;
  padding-top: 0;
  transition: all 0.25s ease-out;
}

@media (min-width: 768px) and (max-width: 991px) {
  .quick-cart-link {
    margin-right: 30px;
  }
}

.quick-cart-link .shopping-cart-link-text {
  padding-right: 10px;
}

.quick-cart-link a {
  color: #000;
  text-decoration: none !important;
  cursor: pointer;
}

.quick-cart-link a span.mini-cart-price {
  color: #d93c08;
  font-size: 16px;
  white-space: nowrap;
}

.quick-cart-link a .glyphicon:before {
  font-size: 20px;
  margin-right: 0.5rem;
}

.quick-cart-link > a {
  padding: 0;
  white-space: nowrap;
}

.quick-cart-link.mini-cart-active .view-cart {
  color: #fff;
}

.quick-cart-link .mini-cart {
  position: absolute;
  top: 40px;
  background: #fff;
  right: -1px;
  z-index: 9999;
  width: 310px;
  padding: 1rem;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.23);
}

.quick-cart-link .mini-cart .product-rows-block {
  max-height: 228px;
  position: relative;
  overflow: hidden;
}

.quick-cart-link .mini-cart .product-rows-block .slider {
  max-height: 208px;
  position: relative;
}

.quick-cart-link .mini-cart .btn-scroll-up {
  cursor: pointer;
  height: 22px;
  color: #d93c08;
  width: 100%;
  margin: 1rem 0 0;
  padding: 2px 0 0 0;
  text-align: center;
}

.quick-cart-link .mini-cart .btn-scroll-up.disabled {
  color: #eee;
}

.quick-cart-link .mini-cart .btn-scroll-down {
  cursor: pointer;
  height: 22px;
  color: #d93c08;
  width: 100%;
  margin: 0 0 1rem;
  padding: 2px 0 0 0;
  text-align: center;
}

.quick-cart-link .mini-cart .btn-scroll-down.disabled {
  color: #eee;
}

.quick-cart-link .mini-cart .view-cart {
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  margin-top: 2rem;
}

.product-row {
  display: block;
  padding: 1rem 0;
}

.product-row:before,
.product-row:after {
  display: table;
  content: " ";
}

.product-row:after {
  clear: both;
}

.product-row:before,
.product-row:after {
  display: table;
  content: " ";
}

.product-row:after {
  clear: both;
}

.product-row ~ .product-row {
  border-top: 1px solid #dbdbdb;
}

.product-row .mini-product-img {
  width: 30%;
  text-align: center;
  float: left;
}

.product-row .mini-product-info {
  float: right;
  text-align: left;
  width: 70%;
  padding-left: 1rem;
}

.product-row .mini-product-info a {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  color: #999;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  text-overflow: ellipsis;
  margin: 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 0.25rem;
  padding-top: 0.5rem;
}

.product-row .mini-product-info .product-price {
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  color: #000;
  font-size: 20px;
  padding-bottom: 0.25rem;
}

.product-row .mini-product-info .product-size {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  color: #555;
  font-size: 16px;
}

.product-row .mini-product-info .cart-pli-data {
  font-size: 85%;
  color: #999;
}

.product-row .mini-product-info .cart-pli-data span {
  width: 80px;
  display: inline-block;
}

.product-row .mini-product-info .qty-label {
  font-size: 85%;
  color: #999;
}

.product-row .mini-product-info .qty-label span {
  width: 75px;
  display: inline-block;
}

#payment-accordion {
  margin-bottom: 2rem;
}

#payment-accordion .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #eee;
  border-radius: 10px;
  margin-bottom: 1rem;
  padding: 1rem;
}

#payment-accordion .panel.payment-id-ish_paypal_standard .radio {
  display: inline-block;
  padding-right: 0;
}

#payment-accordion .panel.payment-id-ish_paypal_standard .paypal-logo {
  margin-left: 1rem;
}

#payment-accordion .panel .panel-collapse {
  padding-left: 20px;
}

#payment-accordion .panel .radio {
  padding-top: 0;
}

#payment-accordion .panel .radio > label {
  display: block;
  padding-left: 2rem;
}

#payment-accordion .panel.active {
  border-color: #d93c08;
}

#payment-accordion .propertygroup-property-noneditable {
  margin: 0;
}

@media (max-width: 767px) {
  #payment-accordion
    .propertygroup-property-noneditable
    .propertygroup-property-content {
    padding-left: 0;
  }
}

#payment-accordion .creditcards li {
  background-image: url("../css/../img/checkout/checkout-sprite.webp");
  background-repeat: no-repeat;
  width: 55px;
  height: 35px;
  margin: 0.33333333rem;
  text-indent: -9999px;
}

#payment-accordion .creditcards li.creditcards-vsa {
  background-position: 0 -70px;
}

#payment-accordion .creditcards li.creditcards-dcv {
  background-position: -55px -70px;
}

#payment-accordion .creditcards li.creditcards-amx {
  background-position: -110px -70px;
}

#payment-accordion .creditcards li.creditcards-mas {
  background-position: -165px -70px;
}

#payment-accordion .creditcards li.creditcards-jcb {
  background-position: -220px -70px;
}

.paypal-buttons {
  opacity: 0 !important;
  position: absolute !important;
  bottom: 0;
  margin-bottom: 2rem;
  min-width: 22rem !important;
  width: 60% !important;
  z-index: 1;
  height: 58px !important;
}

@media (max-width: 767px) {
  .paypal-buttons {
    margin-bottom: 0;
    width: calc("100% - 30px") !important;
  }
}

.uk-payment-method .paypal-buttons {
  opacity: 1 !important;
}

.uk-payment-method .braintree_paypal_paylater .paypal-buttons {
  opacity: 0 !important;
}

.btn-fadeOut {
  visibility: hidden;
  opacity: 0 !important;
  transition: visibility 0 linear 300s, opacity 500ms;
  transition-duration: 0.2s;
  pointer-events: none !important;
}

.btn-fadeIn:not([disabled]) {
  visibility: visible;
  opacity: 1 !important;
  transition: visibility 0 linear 300s, opacity 2000ms;
  transition-duration: 0.2s;
  pointer-events: auto !important;
}

.js-checkout-submit:focus {
  border-color: none !important;
  outline: none !important;
}

.btn-wrapper.disabled {
  opacity: 0.65 !important;
  pointer-events: none !important;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1000;
}

.PaypalMessage span > iframe {
  min-height: 17px;
}

.express-checkout-section__overlay .apple-pay-exp-button {
  cursor: pointer;
  display: none;
}

.express-checkout-section__overlay .apple-pay-exp-button,
.express-checkout-section__overlay .google-pay-button,
.express-checkout-section__overlay .klarna-pay-button,
.express-checkout-section__overlay .paypal-exp-button {
  height: 100%;
  margin-bottom: 20px;
}

.express-checkout-section__overlay div#klarna-container {
  width: 100%;
  height: 45px;
}

.express-checkout-section__overlay .klarna-pay-button klarna-express-button {
  width: 100%;
  height: 45px !important;
}

.express-checkout-section__overlay button.gpay-button {
  height: 45px !important;
}

.express-checkout-section__overlay #paypal-vault-button {
  height: 100%;
  display: flex;
}

.express-checkout-section__overlay #paypal-vault-button .paypal-buttons {
  opacity: 1 !important;
  position: relative !important;
  margin: 0;
  min-width: 100% !important;
  height: 45px !important;
}

.express-checkout-section__overlay
  #paypal-vault-button
  .paypal-button.paypal-button-color-black {
  background-color: #000 !important;
}

.express-checkout-section__overlay
  #paypal-vault-button
  .paypal-button.paypal-button-shape-pill {
  border-radius: 45px !important;
  background-color: #000 !important;
}

.express-checkout-section__overlay #paypal-vault-button .paypal-button-row {
  min-height: 45px !important;
  max-height: 87px !important;
}

.express-checkout-section__overlay.express-microsite {
  padding: 0 25px;
}

p.express-option-text {
  margin: 20px 0;
  text-align: center;
}

p.express-option-text.microsite {
  font-size: 16px;
  color: #000;
}

.express-button-container .exp-loader-wrapper {
  position: relative;
  padding: 20px;
}

.checkout-pay-by-card__collapsed_btn .active.express-collapse-icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  font-size: 32px;
  line-height: 0.5em;
  float: right;
  margin-right: 23px;
  transition: 1s ease;
  margin-top: 3px;
}

.checkout-pay-by-card__collapsed_btn.collapsed .active.express-collapse-icon {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  position: relative;
  font-size: 32px;
  line-height: 0.5em;
  float: right;
  margin-right: 23px;
  transition: 1s ease;
  margin-top: 0;
}

#onepagecheckout-express-payments {
  padding: 45px 20px 0;
  border: 3px solid #333;
  border-radius: 5px;
  margin-top: -88px;
  margin-bottom: 20px;
}

#onepagecheckout-express-payments
  .sharkninja-payment.uk-payment-method
  hr:last-child {
  display: none;
}

.one-page-checkout-express-payment > h2 {
  padding-left: 5px;
  font-weight: 600;
  margin-bottom: 40px;
}

.one-page-checkout-express-payment .express-checkout-section__overlay {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

.one-page-checkout-express-payment
  .express-checkout-section__overlay
  .apple-pay-exp-button,
.one-page-checkout-express-payment
  .express-checkout-section__overlay
  .google-pay-button,
.one-page-checkout-express-payment
  .express-checkout-section__overlay
  .klarna-pay-button,
.one-page-checkout-express-payment
  .express-checkout-section__overlay
  .paypal-exp-button {
  margin-bottom: 20px;
  width: 48%;
}

@media (max-width: 767px) {
  .one-page-checkout-express-payment
    .express-checkout-section__overlay
    .apple-pay-exp-button,
  .one-page-checkout-express-payment
    .express-checkout-section__overlay
    .google-pay-button,
  .one-page-checkout-express-payment
    .express-checkout-section__overlay
    .klarna-pay-button,
  .one-page-checkout-express-payment
    .express-checkout-section__overlay
    .paypal-exp-button {
    width: 100%;
  }
}

.one-page-checkout-express-payment
  .express-checkout-section__overlay
  div#klarna-container {
  width: 100%;
  height: 45px;
}

.one-page-checkout-express-payment
  .express-checkout-section__overlay
  .klarna-pay-button
  klarna-express-button {
  width: 100%;
  height: 45px;
}

.one-page-checkout-express-payment .express-microsite {
  padding: 0;
}

#klarna-express-checkout #klarna-express-checkout__inner-container {
  border-radius: 5px !important;
}

.cart-checkout-buttons {
  padding: 1.35rem 0.7em 0 !important;
}

@media (max-width: 991px) {
  .cart-checkout-buttons {
    padding: 1.35rem 1em 0 !important;
  }
}

.cart-checkout-buttons #paypal-vault-button {
  height: 46px !important;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .cart-checkout-buttons #paypal-vault-button {
    width: 100%;
  }
}

.cart-checkout-buttons #paypal-vault-button .paypal-buttons {
  min-width: 19rem !important;
  height: 45px !important;
}

@media (max-width: 767px) {
  .cart-checkout-buttons #paypal-vault-button .paypal-buttons {
    min-width: 100% !important;
    height: 45px !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .cart-checkout-buttons #paypal-vault-button .paypal-buttons {
    width: 50rem !important;
  }
}

.checkout-pay-by-card__collapsed_btn {
  display: block;
  width: 100%;
  padding: 14px;
  background-color: #000;
  margin: 0 0 40px 0 !important;
  border-radius: 5px 5px 0 0;
}

.checkout-pay-by-card__collapsed_btn:focus {
  color: #fff;
}

.checkout-pay-by-card__collapsed_btn.collapsed {
  border-radius: 5px;
}

.express-order-review ul.express-order-review__address {
  list-style: none;
  margin-bottom: 1.5rem;
}

.express-order-review ul.express-order-review__address li {
  line-height: 1.5em;
}

.express-order-review .express-order-review__email {
  margin-bottom: 1rem;
  display: inline-block;
}

.express-order-review .express-order-review__email ul {
  list-style: none;
  margin-bottom: 0 !important;
}

.express-order-review .express-order-review__payment-method {
  margin-top: 40px;
}

.express-order-review .express-order-review__payment-method .method-section {
  border: 1px solid #333;
  border-radius: 15px;
  width: 50%;
  margin: 0 0 40px 20px;
  padding: 20px 10px;
}

@media (max-width: 767px) {
  .express-order-review .express-order-review__payment-method .method-section {
    width: 90%;
  }

  .express-order-review
    .express-order-review__payment-method
    .method-section
    .btn.btn-link {
    width: 50%;
  }

  .express-order-review
    .express-order-review__payment-method
    .method-section
    span {
    margin-left: 0;
  }
}

.express-order-review
  .express-order-review__payment-method
  .method-section
  img {
  width: 93px;
  height: auto;
}

.express-order-review
  .express-order-review__payment-method
  .method-section
  span {
  margin-left: 20px;
}

.express-order-review
  .express-order-review__payment-method
  #exp-edit-detail-popup {
  position: relative;
}

@media (max-width: 767px) {
  .express-order-review
    .express-order-review__payment-method
    #exp-edit-detail-popup {
    width: 50%;
  }
}

.express-order-review
  .express-order-review__payment-method
  #exp-edit-detail-popup
  .exp-edit-buttons {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.at-vat-message_cart-summary {
  padding: 0 15px;
  display: none;
  font-size: 12px;
  margin-bottom: 15px;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  color: #767676;
}

.add-to-cart + .KlarnaCartBanner {
  margin-top: 24px;
}

@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: check-out;
    width: 100%;
    height: 45px !important;
  }

  .apple-pay-button-with-text > * {
    display: none;
  }

  .apple-pay-button-black-with-text {
    -apple-pay-button-style: #000;
  }

  .apple-pay-button-white-with-text {
    -apple-pay-button-style: #fff;
  }

  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }
}

@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    --apple-pay-scale: 1;
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 0;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }

  .apple-pay-button-black-with-text {
    background-color: #000;
    color: #fff;
  }

  .apple-pay-button-white-with-text {
    background-color: #fff;
    color: #000;
  }

  .apple-pay-button-white-with-line-with-text {
    background-color: #fff;
    color: #000;
    border: 0.5px solid #000;
  }

  .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: #000;
  }

  .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: #fff;
  }

  .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text
    > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: #fff;
  }

  .apple-pay-button-with-text > .text {
    font-family: -apple-system;
    font-weight: 300;
    align-self: center;
  }

  .apple-pay-button-with-text > .logo {
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    border: 0;
  }
}

.stripepay {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .stripepay {
    margin-top: 1rem;
  }
}

.stripepay .stripepay-error {
  display: none;
}

.stripepay .stripepay-error.visible {
  display: block;
}

.stripepay .form-group {
  position: relative;
  padding-top: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .stripepay .form-group {
    padding-top: 2.625rem;
    margin-bottom: 1rem;
  }
}

.stripepay .form-group label {
  position: absolute;
  top: -1.625rem;
  left: 1rem;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .stripepay .form-group label {
    top: -2.625rem;
    left: 0;
  }
}

.stripepay .form-group .form-control,
.stripepay .form-group .StripeElement,
.stripepay .form-group .stripepay .form-group .StripeElement {
  transition: none;
}

.stripepay .form-group .form-control.has-error ~ label,
.stripepay .form-group .StripeElement.has-error ~ label,
.stripepay .form-group .stripepay .form-group .StripeElement.has-error ~ label {
  color: #a94442;
}

.stripepay .form-group .form-control ~ i.form-control-feedback,
.stripepay .form-group .StripeElement ~ i.form-control-feedback,
.stripepay
  .form-group
  .stripepay
  .form-group
  .StripeElement
  ~ i.form-control-feedback {
  display: none;
  height: 2.75rem;
  line-height: 2.75rem;
  position: absolute;
  right: 15px;
}

.stripepay
  .form-group
  .form-control.has-error
  ~ i.form-control-feedback.glyphicon-remove,
.stripepay
  .form-group
  .StripeElement.has-error
  ~ i.form-control-feedback.glyphicon-remove,
.stripepay
  .form-group
  .stripepay
  .form-group
  .StripeElement.has-error
  ~ i.form-control-feedback.glyphicon-remove {
  display: block;
  color: #a94442;
}

.stripepay
  .form-group
  .form-control.StripeElement--complete
  ~ i.form-control-feedback.glyphicon-ok,
.stripepay
  .form-group
  .StripeElement.StripeElement--complete
  ~ i.form-control-feedback.glyphicon-ok,
.stripepay
  .form-group
  .stripepay
  .form-group
  .StripeElement.StripeElement--complete
  ~ i.form-control-feedback.glyphicon-ok {
  display: block;
  color: #3c763d;
}

.stripepay .form-group .stripepay-card-icons svg {
  margin-top: 0.33333333rem;
  max-width: 100%;
}

@media (min-width: 768px) {
  .stripepay .form-group .stripepay-card-icons svg {
    margin-top: 0;
  }
}

.stripepay .form-group .stripepay-card-cvc-icon svg {
  margin-top: 0.33333333rem;
}

.stripepay .form-group.stripepay-bv-errors {
  padding: 0;
  margin: 0;
}

.stripepay .form-group.stripepay-bv-errors.has-error {
  padding-top: inherit;
}

.stripepay .form-group.stripepay-bv-errors input.stripepay-validation {
  visibility: hidden;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}

.stripepay .form-group.stripepay-bv-errors input.stripepay-validation ~ i {
  display: none !important;
}

.stripepay
  .form-group.stripepay-bv-errors
  input.stripepay-validation
  ~ small.help-block {
  margin-top: 0;
  font-size: 16px;
  text-align: left;
}

.stripepay .form-group:last-child {
  margin-bottom: 0;
}

.stripepay .stripepay-redirect-message {
  display: none;
  text-align: center;
}

.stripepay .stripepay-redirect-message p {
  color: #767676;
}

.stripepay .stripepay-redirect-message .shark-loader {
  margin: 0 auto;
}

.list-unstyled.alert.alert-danger + .stripepay-error-3dsecure {
  display: none;
}

.page-navigation .page-navigation-contents ul {
  list-style: none outside none;
  padding-left: 0;
}

.page-navigation .page-navigation-contents ul.page-navigation-0 ul {
  padding-left: 1rem;
}

.page-navigation .page-navigation-contents ul li {
  line-height: 24px;
}

.page-navigation .page-navigation-contents ul li.page-navigation-active > a {
  font-weight: bold;
}

ul.collection {
  list-style: none outside none;
  padding-left: 0;
}

ol.collection {
  list-style: outside none decimal;
  padding-left: 24px;
}

.helpdesk-info-box {
  color: #fff;
  background: #d93c08;
  padding: 0.5rem;
  width: 100%;
}

.helpdesk-info-box h2 {
  color: #fff;
  margin-top: 0;
}

.helpdesk-info-box a[href]:not([role]):not(.btn):hover,
.helpdesk-info-box [role="link"]:hover {
  color: #000;
}

.sitemap-navigation .navbar {
  min-height: auto;
}

.sitemap-category-list {
  list-style: none;
  padding-left: 0;
}

.sitemap-category-list li {
  padding-bottom: 1rem;
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
}

.sitemap-category-list li a {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}

.sitemap-category-list .sitemap-category-list {
  padding-left: 1rem;
}

.sitemap-category-list .sitemap-category-list li {
  text-decoration: none;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0.33333333rem;
}

.sitemap-category-list .sitemap-category-list li a {
  font-size: 15px;
}

.sitemap-product-list {
  list-style: none;
  padding-left: 0;
}

.sitemap-product-list li a {
  text-decoration: none;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
}

.form-horizontal.bv-form.terms-order-cancel-form .form-group {
  margin-right: 0;
  margin-left: 0;
}

.form-horizontal.bv-form.terms-order-cancel-form fieldset {
  margin-bottom: 0;
}

iframe.terms-order-formcontainer {
  height: 100vh;
  border: 0;
}

form.form-horizontal.bv-form.terms-order-cancel-form i {
  display: none !important;
}

ul.brand-index {
  list-style: none outside none;
  padding-left: 0;
}

ul.brand-list {
  list-style: none outside none;
  padding-left: 0;
}

.brand-list-container {
  padding: 1rem;
}

#article-category-list,
#article-tag-list {
  position: relative;
  padding: 1rem;
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
}

#article-category-list .wrapper,
#article-tag-list .wrapper {
  margin: 0;
  padding: 0;
}

#article-category-list .wrapper:before,
#article-tag-list .wrapper:before {
  content: "";
  position: absolute;
  width: 150vw;
  top: 0;
  left: -50vw;
  bottom: 0;
  display: block;
  background: #f8f8f8;
  z-index: -1;
}

#article-category-list .wrapper h4,
#article-tag-list .wrapper h4 {
  font-size: 1rem;
  font-style: italic;
}

#article-category-list .wrapper ul,
#article-tag-list .wrapper ul {
  margin: 0.625rem 0 0;
  padding: 0;
  list-style: none;
}

#article-category-list .wrapper ul li,
#article-tag-list .wrapper ul li {
  display: inline-block;
}

#article-category-list .wrapper ul li a,
#article-tag-list .wrapper ul li a {
  display: inline-block;
  text-decoration: none;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.375rem 0.625rem;
  color: #000;
  background: #fff;
  border-radius: 0.375rem;
  border: 1px solid #eaeaea;
}

#article-category-list .wrapper ul li a:hover,
#article-tag-list .wrapper ul li a:hover,
#article-category-list .wrapper ul li a.active,
#article-tag-list .wrapper ul li a.active {
  color: #fff;
  background: #000;
  border-color: #000;
}

#article-category-list .wrapper ul li a.active,
#article-tag-list .wrapper ul li a.active {
  cursor: default;
}

@media screen and (min-width: 992px) {
  #article-category-list .wrapper ul li a,
  #article-tag-list .wrapper ul li a {
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    border-radius: 1.563rem;
  }
}

#article-category-list .wrapper ul li.active a,
#article-tag-list .wrapper ul li.active a {
  color: #fff;
  background: #000;
  border-color: #000;
}

#article-tag-list .wrapper h4 {
  display: inline-block;
  float: left;
  margin-right: 1rem;
  line-height: 5px;
}

#article-tag-list .wrapper ul li a.show-all {
  border: 0;
  background: 0;
  font-size: 18px;
}

#article-tag-list .wrapper ul li a.show-all:before {
  content: "\2716";
}

#article-tag-list .wrapper ul li a.show-all:hover {
  color: #d93c08;
}

#article-listing {
  overflow-x: hidden;
}

#article-listing .blog--article-thumb .blog--article-thumb-image-box {
  position: relative;
  width: 100%;
  margin-bottom: 1.375rem;
  padding: 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #article-listing .blog--article-thumb .blog--article-thumb-image-box {
    width: calc(50% - 2.5rem);
    margin-left: 1.25rem;
    float: left;
  }
}

#article-listing
  .blog--article-thumb
  .blog--article-thumb-image-box:hover
  .blog--article-image {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#article-listing
  .blog--article-thumb
  .blog--article-thumb-image-box
  .blog--article-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

#article-listing .blog--article-thumb a.blog--article-thumb-text-box {
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  padding-bottom: 56.25%;
}

#article-listing .blog--article-thumb a.blog--article-thumb-text-box:hover {
  background-color: rgba(0, 0, 0, 0);
}

#article-listing
  .blog--article-thumb
  a.blog--article-thumb-text-box:hover
  .blog--article-thumb-text-container {
  opacity: 0;
}

#article-listing
  .blog--article-thumb
  a.blog--article-thumb-text-box
  .blog--article-thumb-text-container {
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  bottom: 1rem;
  right: 1.25rem;
  opacity: 1;
  transition-duration: 1s;
}

#article-listing
  .blog--article-thumb
  a.blog--article-thumb-text-box
  .blog--article-thumb-text-container
  h2 {
  max-width: 80%;
  margin: 0;
  font-family: "proxima-nova-normal-600", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  color: #fff;
  transition-duration: 1s;
}

#article-listing
  .blog--article-thumb
  a.blog--article-thumb-text-box
  .blog--article-thumb-text-container
  .blog--detail-info {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#article-listing
  .blog--article-thumb
  a.blog--article-thumb-text-box
  .blog--article-thumb-text-container
  .blog--detail-info
  .blog--subline-author {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
  padding: 0;
  width: 20%;
  height: 20%;
}

@media screen and (min-width: 480px) {
  #article-listing
    .blog--article-thumb
    a.blog--article-thumb-text-box
    .blog--article-thumb-text-container
    .blog--detail-info
    .blog--subline-author {
    width: 3.75rem;
    height: 3.75rem;
  }
}

#article-listing
  .blog--article-thumb
  a.blog--article-thumb-text-box
  .blog--article-thumb-text-container
  .blog--detail-info
  .blog--subline-author-info {
  margin-left: 1.25rem;
  padding: 0;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-style: italic;
  color: #fff;
  opacity: 0.8;
}

#article-listing
  .blog--article-thumb
  a.blog--article-thumb-text-box
  .blog--article-thumb-text-container
  .blog--detail-info
  .blog--subline-author-info
  .blog--metadata-date {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-style: italic;
}

#article-load-more {
  display: table;
  margin: 0 auto 1.5rem;
}

.blog--carousel {
  text-align: center;
  padding: 2.5rem 1rem 3rem;
}

@media screen and (min-width: 768px) {
  .blog--carousel {
    padding: 2.5rem 0 4.75rem 0;
  }
}

.blog--carousel h2,
.blog--carousel .h2 {
  font-size: 1.25rem;
}

.blog--carousel .blog--carousel-article {
  padding: 0.625rem;
}

.blog--carousel .blog--carousel-article:nth-child(odd) {
  clear: both;
}

.blog--carousel .blog--carousel-article a {
  display: block;
  color: #000;
  font-size: 0.75em;
}

@media screen and (min-width: 768px) {
  .blog--carousel .blog--carousel-article a {
    font-size: 1em;
  }
}

.blog--carousel
  .blog--carousel-article
  a:hover
  .blog--carousel-article-box-image
  img {
  opacity: 0.7;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blog--carousel .blog--carousel-article a .blog--carousel-article-box-image {
  overflow: hidden;
}

.blog--carousel
  .blog--carousel-article
  a
  .blog--carousel-article-box-image
  img {
  opacity: 1;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog--carousel .blog--carousel-article a .blog--carousel-article-box-text {
  margin-top: 0.5rem;
}

.blog--carousel .slick-slider .slick-prev,
.blog--carousel .slick-slider .slick-next {
  width: 3.125rem;
  display: none !important;
}

@media screen and (min-width: 1350px) {
  .blog--carousel .slick-slider .slick-prev,
  .blog--carousel .slick-slider .slick-next {
    display: block !important;
  }
}

.blog--carousel .slick-slider .slick-prev:before,
.blog--carousel .slick-slider .slick-next:before,
.blog--carousel .slick-slider .slick-prev:after,
.blog--carousel .slick-slider .slick-next:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog--carousel .slick-slider .slick-prev:before,
.blog--carousel .slick-slider .slick-next:before {
  top: 47%;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #000;
}

.blog--carousel .slick-slider .slick-prev:after,
.blog--carousel .slick-slider .slick-next:after {
  top: calc(47% - 0.45rem);
  left: 0;
  width: 1rem;
  height: 1rem;
  border-left: 0.125rem solid #000;
  border-bottom: 0.125rem solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.blog--carousel .slick-slider .slick-prev:hover:before,
.blog--carousel .slick-slider .slick-next:hover:before {
  background-color: #d93c08;
}

.blog--carousel .slick-slider .slick-prev:hover:after,
.blog--carousel .slick-slider .slick-next:hover:after {
  border-color: #d93c08;
}

.blog--carousel .slick-slider .slick-prev.slick-prev,
.blog--carousel .slick-slider .slick-next.slick-prev {
  left: -4.125rem;
  right: auto;
}

.blog--carousel .slick-slider .slick-prev.slick-next,
.blog--carousel .slick-slider .slick-next.slick-next {
  left: auto;
  right: -4.125rem;
}

.blog--carousel .slick-slider .slick-prev.slick-next:before,
.blog--carousel .slick-slider .slick-next.slick-next:before {
  left: 0;
}

.blog--carousel .slick-slider .slick-prev.slick-next:after,
.blog--carousel .slick-slider .slick-next.slick-next:after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.blog--detail {
  line-height: 1.688;
}

.blog--detail h2 {
  font-size: 26px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.blog--detail li {
  padding: 20px 0;
}

.blog--detail img {
  margin: 20px 0;
}

.blog--detail hr {
  border-top: 1px solid #dbdbdb;
  margin: 3rem 0;
}

.blog--detail-header {
  clear: both;
  float: none;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
  height: 75vh;
  overflow: hidden;
  margin-bottom: 3rem;
}

.blog--detail-header-content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .blog--detail-header-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.blog--detail-header-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.blog--detail-header-content-navigation {
  display: none;
  visibility: hidden;
}

@media screen and (min-width: 992px) {
  .blog--detail-header-content-navigation {
    visibility: visible;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 3.75rem;
    width: 28.125rem;
    padding: 1.875rem;
    border-top-left-radius: 1.125rem;
    border-bottom-left-radius: 1.125rem;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: peekIn 0.8s forwards ease 1s;
    animation: peekIn 0.8s forwards ease 1s;
    background-color: #fff;
  }

  .blog--detail-header-content-navigation .blog--article-navigation-text-box {
    text-align: right;
  }

  .blog--detail-header-content-navigation
    .blog--article-navigation-text-box
    .navigation-category {
    display: block;
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
    font-style: italic;
    color: #939393;
    text-indent: 0.25rem;
  }

  .blog--detail-header-content-navigation
    .blog--article-navigation-text-box
    .article-heading {
    font-size: 1.125rem;
    color: #333;
    text-indent: 0.25rem;
    line-height: 1.313;
  }

  .blog--detail-header-content-navigation .blog--article-navigation-image-box {
    position: relative;
    min-width: 6.875rem;
    min-height: 6.875rem;
    width: 6.875rem;
    height: 6.875rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 1.25rem;
  }

  .blog--detail-header-content-navigation
    .blog--article-navigation-image-box
    img {
    height: 100%;
    margin: 0;
  }
}

.blog--detail-header-content
  a.blog--detail-header-content-navigation:hover
  .blog--article-navigation-text-box
  .navigation-category,
.blog--detail-header-content
  a.blog--detail-header-content-navigation:hover
  .blog--article-navigation-text-box
  .article-heading {
  transition: all 0.3s linear;
  color: #d93c08;
}

.blog--detail-header-content-text {
  position: relative;
  color: #fff;
  width: 100%;
  max-width: 70.5rem;
  margin: 0 auto;
}

.blog--detail-header-content-text h1 {
  max-width: 42.5rem;
  margin-bottom: 1.25rem;
  line-height: 1.25;
  color: #fff;
  font-size: 2.25rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .blog--detail-header-content-text h1 {
    font-size: 3.625rem;
  }
}

.blog--detail-header-content-text .blog--metadata-date {
  font-size: 1.063rem;
  line-height: 1.4;
  font-style: italic;
}

.blog--detail-header-content-text
  .blog--metadata-date
  .blog--subline-author-image {
  float: left;
}

.blog--detail-header-content-text
  .blog--metadata-date
  .blog--subline-author-image
  img {
  border-radius: 100px;
  width: 60px;
  margin: 0;
}

.blog--detail-header-content-text
  .blog--metadata-date
  .blog--subline-author-text {
  padding-top: 6px;
}

.blog--detail-header-content-text .blog--metadata-date a {
  text-decoration: underline;
}

.blog--detail-header-content-text .blog--metadata-date a:hover {
  color: #fff;
}

.blog--detail .blog--box-categories {
  margin-top: 3.5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.blog--detail .blog--box-categories .label {
  font-weight: 600;
  color: #333;
  padding: 0;
}

.blog--detail .blog--box-categories a {
  color: #d93c08;
  text-decoration: none;
}

.blog--detail .blog--box-categories a:hover {
  text-decoration: underline;
}

.blog--detail .blog--box-categories .separator {
  padding-right: 3px;
}

.blog--detail .blog--box-tags {
  margin: 1.25rem 0;
}

.blog--detail .blog--box-tags .label,
.blog--detail .blog--box-tags .separator {
  display: none;
}

.blog--detail .blog--box-tags a {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
  background-color: #f7f7f7;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog--detail .blog--box-tags a:hover {
  background-color: #1a1a1a;
  color: #fff;
}

.blog--detail ~ .blog--back-to-list {
  display: none;
}

.blog--detail .disclaimer {
  position: relative;
  background-color: #f9f9f9;
  margin: -3rem -30px 3.5rem;
}

.blog--detail .disclaimer:before {
  content: "";
  position: absolute;
  width: 150vw;
  top: 0;
  left: -50vw;
  bottom: 0;
  display: block;
  background: #f9f9f9;
  z-index: -1;
}

.blog--detail .disclaimer .icon-info {
  position: absolute;
  top: 2.3rem;
  left: 2rem;
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  .blog--detail .disclaimer .icon-info {
    font-size: 42px;
  }
}

.blog--detail .disclaimer .disclaimer-content {
  max-width: 70.5rem;
  padding: 1rem 1rem 1rem 4rem;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .blog--detail .disclaimer .disclaimer-content {
    width: 100%;
    margin: -3rem auto 3.5rem;
    padding: 2rem 1.25rem 2rem 5rem;
    font-size: 1em;
  }
}

@media screen and (min-width: 1200px) {
  .blog--detail .disclaimer .disclaimer-content {
    padding-left: 4rem;
  }
}

.blog--detail .sociallinks {
  display: block;
  clear: both;
  text-align: center;
  margin: 1rem auto;
}

.blog--detail .sociallinks a {
  display: inline-block;
  margin: 20px 8px;
  font-size: 40px;
  color: #000;
}

.blog--detail .sociallinks a:hover {
  color: #d93c08;
}

.blog--detail-author {
  margin: 3rem 0 0;
}

@media screen and (min-width: 768px) {
  .blog--detail-author {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.blog--detail-author-image {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.blog--detail-author-image img {
  border-radius: 100px;
  max-width: 130px;
  margin: 0;
}

.blog--detail-author-text h3 {
  margin: 0 0 3.5rem;
  font-size: 24px;
}

.blog--detail-next {
  position: absolute;
  right: 0;
  bottom: 7.75rem;
  width: 28.125rem;
  padding: 1.875rem;
  background: #fff;
  border-top-left-radius: 1.125rem;
  border-bottom-left-radius: 1.125rem;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation: peekIn 0.8s forwards ease 1s;
  animation: peekIn 0.8s forwards ease 1s;
}

.blog--detail-next-box {
  color: #333;
  text-align: right;
}

.blog--detail-next-box:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.blog--detail-next-box .next-image {
  padding: 0 10px;
}

.blog--detail-next-box .next-image img {
  border-radius: 100px;
  margin: 0;
}

.blog--detail-next-box .next-content {
  font-size: 1.125rem;
  line-height: 1.6;
  height: 105px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.blog--detail-next-box .next-content .next-wrapper {
  display: block;
  width: 100%;
}

.blog--detail-next-box .next-content span {
  display: block;
}

.blog--detail-next-box .next-content .title {
  color: #939393;
  font-style: italic;
  margin-bottom: 0.625rem;
}

@-webkit-keyframes peekIn {
  from {
    -webkit-transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0);
  }
}

@keyframes peekIn {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

.blog--detail-prevnext,
.blog--detail-allcategories {
  position: relative;
  margin: 4rem 0;
}

.blog--detail-prevnext {
  margin-left: -30px;
  margin-right: -30px;
}

.blog--detail-prevnext-box {
  color: #333;
}

.blog--detail-prevnext-box:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.blog--detail-prevnext-box:last-child {
  text-align: right;
}

.blog--detail-prevnext-box .prevnext-image img {
  border-radius: 100px;
  margin: 0;
}

.blog--detail-prevnext-box .prevnext-content {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  height: 105px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.blog--detail-prevnext-box .prevnext-content .prevnext-wrapper {
  display: block;
  width: 100%;
}

.blog--detail-prevnext-box .prevnext-content span {
  display: block;
}

.blog--detail-prevnext-box .prevnext-content .title {
  color: #939393;
  font-style: italic;
  margin-bottom: 0.625rem;
}

.blog--detail-allcategories-box {
  padding: 0 0.25rem 0.5rem;
}

.blog--detail-allcategories-box .content {
  position: relative;
  padding: 0.75rem;
  text-align: center;
  line-height: 1.35;
  background-size: cover;
}

.blog--detail-allcategories-box .content:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}

.blog--detail-allcategories-box .content .category {
  color: #fff;
}

.blog--detail-allcategories-box .content .count {
  color: #d93c08;
}

.blog--detail-allcategories-box .content .category,
.blog--detail-allcategories-box .content .count {
  position: relative;
  z-index: 2;
  font-size: 1.125rem;
}

.blog--detail-allcategories-box:hover .content:before {
  background: rgba(0, 0, 0, 0.6);
}

.blog--detail-allcategories-box:hover .content .category,
.blog--detail-allcategories-box:hover .content .count {
  text-decoration: underline;
}

.blog--article-navigation-fullwidth {
  display: none;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .blog--article-navigation-fullwidth {
    display: block;
    visibility: visible;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
  }

  .blog--article-navigation-fullwidth .blog--article-navigation {
    position: relative;
    height: 12.5rem;
    padding: 3.125rem 0;
    border: 0;
  }

  .blog--article-navigation-fullwidth
    .blog--article-navigation
    .blog--article-navigation-box {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 6rem;
    width: calc(50% - 1.25rem);
  }

  .blog--article-navigation-fullwidth
    .blog--article-navigation
    .blog--article-navigation-box.left {
    float: left;
    justify-content: flex-start;
  }

  .blog--article-navigation-fullwidth
    .blog--article-navigation
    .blog--article-navigation-box.right {
    float: right;
    justify-content: flex-end;
  }

  .blog--article-navigation-fullwidth
    .blog--article-navigation
    .blog--article-navigation-image-box {
    position: relative;
    min-width: 6.875rem;
    min-height: 6.875rem;
    width: 6.875rem;
    height: 6.875rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 1.25rem;
  }

  .blog--article-navigation-fullwidth
    .blog--article-navigation
    .blog--article-navigation-image-box
    img {
    height: 100%;
  }

  .blog--article-navigation-fullwidth
    .blog--article-navigation
    .blog--article-navigation-text-box.right {
    text-align: right;
  }

  .blog--article-navigation-fullwidth
    .blog--article-navigation
    .blog--article-navigation-text-box
    .navigation-category {
    display: block;
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
    font-weight: 600;
    font-style: italic;
    color: #939393;
    text-indent: 0.25rem;
  }

  .blog--article-navigation-fullwidth
    .blog--article-navigation
    .blog--article-navigation-text-box
    .article-heading {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    text-indent: 0.25rem;
  }

  .blog--article-navigation-fullwidth
    .blog--article-navigation
    a:hover
    .blog--article-navigation-text-box
    .navigation-category,
  .blog--article-navigation-fullwidth
    .blog--article-navigation
    a:hover
    .blog--article-navigation-text-box
    .article-heading {
    color: #d93c08;
  }
}

@-webkit-keyframes peekIn {
  from {
    -webkit-transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0);
  }
}

@keyframes peekIn {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

.blog--recipe {
  color: #333;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.blog--recipe:before {
  content: "";
  display: block;
  margin: 2.5rem 15px;
  border-top: 1px solid #dbdbdb;
}

.blog--recipe img {
  width: 100%;
}

.blog--recipe-prepserves-wrapper {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .blog--recipe-prepserves-wrapper {
    font-size: 18px;
  }
}

.blog--recipe-prepserves-wrapper strong {
  display: block;
  font-weight: 600;
  padding-bottom: 0.375rem;
}

.blog--recipe-prepserves-wrapper .prep,
.blog--recipe-prepserves-wrapper .serves {
  padding: 0.5rem;
}

.blog--recipe-prepserves-wrapper .prep {
  border-right: 1px solid #dbdbdb;
}

.blog--recipe-subline {
  margin: 5rem 0 2rem;
}

@media screen and (min-width: 768px) {
  .blog--recipe-subline {
    margin: 3rem 0 2rem;
  }
}

.blog--recipe-ingredients-headline {
  font-weight: 600;
}

.blog--recipe-ingredients-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog--recipe-ingredients-list ul li {
  padding: 0.625rem 0.75rem;
}

.blog--recipe-ingredients-list ul li:nth-child(2n) {
  background-color: #f7f7f7;
}

.blog--recipe .print .btn {
  display: block;
  clear: both;
  margin: 1rem 0;
  background: 0;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  font-size: 20px;
  font-weight: normal;
  color: #444;
}

.blog--recipe .print .btn:hover {
  color: #d93c08;
}

.blog-author {
  margin-top: 40px;
}

.blog-author h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .blog-author h3 {
    text-align: left;
  }
}

.blog-author div {
  margin-top: 20px;
}

.blog-author .author-image {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.blog-author .author-image img {
  display: block;
}

.blog-author .social-links {
  margin-top: 36px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.blog-author .social-links a {
  margin: 0 5px;
  color: #000;
}

.blog-author .social-links a:hover {
  color: #d93c08;
}

.blog-author .author-description {
  margin-bottom: 60px;
  color: #333;
}

@media (min-width: 768px) {
  .blog-author .author-description {
    font-size: 20px;
  }
}

.blog-author .author-show-more {
  position: relative;
  margin: 10px 0 20px 0;
  border-top: #eee 1px solid;
  background-color: #f8f8f8;
}

.blog-author .author-show-more:before {
  content: "";
  position: absolute;
  width: 150vw;
  top: -1px;
  bottom: 0;
  left: -50vw;
  border-top: #eee 1px solid;
  background-color: #f8f8f8;
  z-index: -1;
}

.blog-author .author-show-more .author-additional-content {
  margin-top: 0;
  margin-left: 1.25rem;
  padding-top: 60px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .blog-author .author-show-more .author-additional-content {
    font-size: 20px;
  }
}

.blog-author .author-button {
  text-align: center;
}

.blog-author .author-button button {
  display: inline-block;
  width: auto;
  min-width: 9.375rem;
  margin-top: -90px;
  background-color: #f4f4f4;
  color: #5f5f5f;
  font-size: 12px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .blog-author .author-button button {
    margin-top: -110px;
  }
}

.blog-author .author-button button:hover {
  background-color: #333;
}

@media print {
  header,
  footer {
    display: none;
    visibility: hidden;
  }

  .wrapper {
    padding-top: 0 !important;
  }

  .blog--recipe {
    margin-bottom: 0;
  }

  .blog--recipe > div {
    float: left;
  }

  .blog--recipe > div:nth-child(2) {
    width: 33%;
    left: 66%;
  }

  .blog--recipe > div:nth-child(3) {
    width: 66%;
    right: 33%;
  }

  .blog--recipe-subline {
    margin-top: 1rem;
  }

  .blog--detail {
    padding-top: 3rem;
  }

  .blog--detail .blog--detail-header,
  .blog--detail .blog--box-categories,
  .blog--detail .blog--box-tags,
  .blog--detail .sociallinks {
    display: none;
    visibility: hidden;
    height: 0;
    margin: 0;
  }
}

.product-details {
  padding: 0;
  margin-bottom: 2.5rem;
}

@media (max-width: 991px) {
  .product-details {
    margin: 0;
  }
}

.product-details > div {
  padding-top: 1.5rem;
}

.product-details h1 {
  font-size: 1.25rem;
  line-height: 1.313;
  margin: 0 0 1rem;
}

.product-details .label-quantity {
  padding-top: 7px;
}

.product-details .bundled-product-list,
.product-details .retail-product-list {
  margin-bottom: 1rem;
}

.product-details .bundled-product-list .product-number,
.product-details .retail-product-list .product-number {
  clear: both;
}

.product-details .bundled-product-list .quantity,
.product-details .retail-product-list .quantity {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
}

.product-details .bundled-product-list .bundled-product-list-item,
.product-details .retail-product-list .bundled-product-list-item,
.product-details .bundled-product-list .retail-product-list-item,
.product-details .retail-product-list .retail-product-list-item {
  list-style: none;
}

.product-details .bundled-product-list-actions form {
  display: inline;
}

.product-details .bundled-product-list-actions .add-to-wishlist,
.product-details .bundled-product-list-actions .price-notification {
  display: inline;
  padding-left: 0;
}

@media (max-width: 480px) {
  .product-details .product-detail-img-content-section {
    width: 100%;
  }

  .product-details .product-detail-img-section {
    aspect-ratio: 1.03;
  }
}

.product-details-top-line {
  margin-bottom: 3rem;
}

@media (max-width: 991px) {
  .product-details-top-line {
    margin-top: 0.33333333rem;
    margin-bottom: 1rem;
  }
}

.product-details-top-line .product-rating {
  float: right;
}

.product-details-top-line .product-rating .rating-display {
  margin-left: 1rem;
}

.pdp #ecotax,
.pdp #lowest-price-30-days {
  display: block !important;
}

.pdp .lowest-price-flex {
  display: flex;
  flex-direction: column;
}

.pdp .lowest-price-flex #lowest-price-30-days {
  order: 3;
}

.pdp .lowest-price-flex .old-price,
.pdp .lowest-price-flex .scale-prices {
  order: 4;
}

.product-photo {
  float: left;
}

.product-alt-images {
  float: left;
}

.product-alt-images .product-alt-images-list {
  list-style: none;
  float: left;
  padding-left: 0;
}

.product-alt-images .product-alt-images-list .product-alt-images-list-item {
  border: 1px solid #ddd;
  margin-bottom: 1rem;
  padding: 1rem;
}

.panel-group {
  border-top: 1px solid #dbdbdb;
  margin: 1rem 0;
}

.panel-group .panel {
  border: 0;
}

.panel-group .panel-heading {
  padding: 1rem;
  border-bottom: 1px solid #dbdbdb;
  background: 0;
  cursor: pointer;
  position: relative;
}

.panel-group .panel-heading a {
  color: #000;
  display: block;
}

.panel-group .panel-heading a:hover {
  color: #000;
}

.panel-group .panel-heading a:before,
.panel-group .panel-heading a:after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 0.125rem;
  height: 14px;
  background-color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: rotate(90deg);
}

.panel-group .panel-heading a:after {
  transform: rotate(270deg);
}

.panel-group .panel-heading a.collapsed:after {
  transform: rotate(180deg);
}

.panel-group .panel-heading a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0;
}

.panel-group .panel-heading .panel-title {
  font-size: 1rem;
}

.panel-group .panel-body {
  color: #000;
  padding: 2rem 1.25rem;
}

.panel-group .panel-body .product-attachments-list-item span.glyphicon {
  font-size: 22px;
  margin-left: 0.66666667rem;
}

.panel-group .panel-body > div > h2 {
  display: none;
}

.product-warranty {
  color: #000;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  margin-top: 1rem;
}

.product-warranty .product-warranty-title {
  font-weight: bold;
}

.product-warranty .product-warranty-list {
  margin-top: 0.33333333rem;
}

.collection .tab-content > .tab-pane,
.accordion .panel-collapse {
  visibility: hidden;
  pointer-events: none;
  height: 0;
}

.collection .tab-content > .active,
.accordion .panel-collapse.in {
  display: block;
  visibility: visible;
  pointer-events: auto;
  height: auto;
}

.collection .tab-content a.btn-feature:hover {
  text-decoration: underline;
}

.collection .tab-content a.btn-feature.selected:hover {
  text-decoration: underline;
}

.border-bottom-none {
  border-bottom: none !important;
}

.margin-bottom-zero {
  margin-bottom: 0 !important;
}

.marketing-area {
  clear: both;
}

.pdp_sticky--footer {
  display: flex;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 3rem;
  border-top: 2px solid #ccc;
  min-height: 50px;
  z-index: 15;
}

@media (max-width: 767px) {
  .pdp_sticky--footer {
    padding: 0.5rem;
  }

  .pdp_sticky--footer > div {
    padding: 0;
    flex: 0 0 50% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pdp_sticky--footer {
    padding: 1rem;
  }
}

.pdp_sticky--footer .btn {
  font-size: 1rem;
  margin: 0;
  width: 100%;
}

.pdp_sticky--footer-title {
  width: 80%;
  flex: 0 0 80%;
  align-self: center;
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .pdp_sticky--footer-title {
    padding: 0 0.5rem;
  }
}

.pdp_sticky--footer-title h5 {
  font-size: 1.5rem;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

.pdp_sticky--footer-title h5 > div {
  display: inline;
}

.pdp_sticky--footer-title h5 .current-price {
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.5rem !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pdp_sticky--footer-title {
    width: 70% !important;
    flex: 0 0 70% !important;
    align-self: center;
  }
}

@media (max-width: 767px) {
  .pdp_sticky--footer-title h5 {
    display: flex;
  }

  .pdp_sticky--footer-title h5 .price-container {
    flex-basis: 30%;
    border-left: 0;
    white-space: nowrap;
    padding-left: 15px;
    margin-left: 0;
  }
}

.pdp_sticky--footer .price-container {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 2px solid #000;
  display: inline-block;
}

.pdp_sticky--footer-cta {
  text-align: right;
  flex: 0 0 20%;
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .pdp_sticky--footer-cta {
    flex: 0 0 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pdp_sticky--footer-cta {
    width: 30% !important;
    flex: 0 0 30% !important;
    align-self: center;
  }
}

.pdp_sticky--footer-cta .server-error {
  display: none;
}

.byob-page .mobile-add-to-cart {
  display: none;
}

.byob_product-info .btn {
  font-size: 1rem;
}

.byob-cart-desc {
  color: #767676;
  font-weight: 400;
}

.byob_sticky--footer {
  display: flex;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 3rem;
  border-top: 2px solid #ccc;
  min-height: 50px;
  z-index: 15;
}

.byob_sticky--footer .btn {
  font-size: 1rem;
  margin-top: 0;
}

@media (max-width: 767px) {
  .byob_sticky--footer {
    padding: 0.5rem;
    display: block;
  }

  .byob_sticky--footer > div {
    width: 100% !important;
    display: block;
    padding-bottom: 0.5rem;
    flex: 0 0 100% !important;
  }

  .byob_sticky--footer > div:last-child {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .byob_sticky--footer {
    padding: 1rem;
  }

  .byob_sticky--footer-title {
    width: 70% !important;
    flex: 0 0 70% !important;
    align-self: center;
  }

  .byob_sticky--footer-cta {
    width: 30% !important;
    flex: 0 0 30% !important;
    align-self: center;
  }
}

.byob_sticky--footer-title {
  width: 80%;
  flex: 0 0 80%;
  align-self: center;
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .byob_sticky--footer-title {
    padding: 0 0.5rem;
  }
}

.byob_sticky--footer-title h5 {
  font-size: 1.5rem;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

.byob_sticky--footer-title h5 > div {
  display: inline;
}

.byob_sticky--footer-title h5 .current-price {
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.5rem !important;
}

.byob_sticky--footer .price-container {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 2px solid #000;
  display: inline-block;
}

@media (max-width: 767px) {
  .byob_sticky--footer-title h5 {
    display: flex;
  }

  .byob_sticky--footer-title h5 .byob-title {
    flex-basis: 70%;
  }

  .byob_sticky--footer-title h5 .price-container {
    flex-basis: 30%;
    border-left: 0;
    white-space: nowrap;
    padding-left: 0;
    margin-left: 0;
  }

  .byob_sticky--footer-title h5 .price-container .current-price {
    padding-left: 0.5rem;
    border-left: 2px solid #000;
  }
}

.byob_sticky--footer-cta {
  text-align: right;
  width: 20%;
  flex: 0 0 20%;
}

@media (max-width: 767px) {
  .byob_sticky--footer-cta {
    float: none !important;
  }
}

.byob_sticky--footer-cta .server-error {
  display: none;
}

@media (max-width: 480px) {
  .benefit-bar {
    height: 83px;
    overflow: hidden;
    aspect-ratio: 1;
    width: 100%;
  }

  .paypal-banner-container {
    aspect-ratio: 10;
    height: 36px;
  }
}

[data-bv-show="rating_summary"] {
  display: block !important;
  aspect-ratio: 1 !important;
  height: 19px !important;
  width: 100% !important;
  overflow: hidden !important;
}

.custome-product-image-contaner {
  aspect-ratio: 1;
}

[data-bv-show="inline_rating"] {
  display: block !important;
  aspect-ratio: 1 !important;
  height: 19px !important;
  width: 100% !important;
}

.product-detail-support-page {
  position: relative;
}

.product-detail-support-page h1 {
  font-size: 1.25rem;
  line-height: 1.67;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .product-detail-support-page h1 {
    margin-left: auto;
    width: calc("50% - 1.25rem");
  }
}

.product-detail-support-page .in-the-box {
  min-height: 400px;
}

@media screen and (min-width: 768px) {
  .product-detail-support-page .in-the-box {
    margin-bottom: 3rem;
  }

  .product-detail-support-page .in-the-box div:first-child {
    position: absolute;
    top: 1rem;
    left: 0;
    padding-right: 1rem;
  }
}

.product-detail-support-page .in-the-box div:last-child {
  margin-left: auto;
}

header:empty {
  border: 0;
}

.brand-logo-container {
  background: #fff;
  text-align: center;
  z-index: 1;
  padding: 1.25rem;
}

.brand-logo-container .brand-logo {
  max-height: 35px;
}

@media (min-width: 992px) {
  .brand-logo-container .brand-logo {
    max-height: 40px;
    margin-bottom: 0.625rem;
  }
}

.special-offer-header {
  padding: 1rem;
  background-color: #000;
  text-align: center;
  font-size: 17.008px;
  font-style: italic;
}

@media (max-width: 991px) {
  .special-offer-header {
    font-size: 12px;
  }
}

.special-offer-header p {
  color: #fff;
  margin: 0;
  font-weight: 700;
}

.special-offer-header a {
  color: #fff;
}

.special-offer-product-detail {
  max-width: 61.25rem;
  margin: auto;
  padding: 0 1.25rem 5rem;
  width: 100%;
}

@media (min-width: 992px) {
  .special-offer-product-detail {
    padding-bottom: 7.5rem;
  }
}

.special-offer-product-detail .footer-wrapper {
  max-width: 61.25rem;
}

@media (min-width: 992px) {
  .special-offer-product-detail .row .col-md-6:first-child {
    padding-right: 11px;
  }

  .special-offer-product-detail .row .col-md-6:last-child {
    padding-left: 11px;
  }
}

@media (min-width: 992px) {
  .special-offer-product-detail .detail-area {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
}

.special-offer-product-detail .detail-area > * {
  flex: auto;
}

@media (max-width: 991px) {
  .special-offer-product-detail .detail-area > * {
    padding-left: 0;
    padding-right: 0;
  }
}

.special-offer-product-detail .detail-area .text-caption {
  text-align: center;
  font-style: italic;
}

.special-offer-product-detail .detail-area .text-caption p {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.special-offer-product-detail .detail-area .text-caption p .highlight {
  font-weight: 800;
  color: #f7551e;
}

.special-offer-product-detail .cl-gallery {
  max-width: 100%;
}

@media (max-width: 991px) {
  .special-offer-product-detail .cl-gallery img {
    border-radius: 10px;
  }
}

@media (max-width: 991px) {
  .special-offer-product-detail .product-detail-img .carousel {
    max-width: 100%;
  }

  .special-offer-product-detail .product-detail-img img {
    border-radius: 10px;
  }
}

.special-offer-product-detail img {
  padding: 0;
}

.special-offer-product-detail .top-section {
  box-shadow: 0 0.125rem 2.5rem 0 rgba(0, 0, 0, 0.06);
}

@media (min-width: 992px) {
  .special-offer-product-detail .top-section {
    max-height: 6.5rem;
    overflow-y: hidden;
  }
}

.special-offer-product-detail .top-section .header-logo {
  background: url(../css/../img/special-offer/special-offer-logo.svg) bottom
    no-repeat;
  background-size: 150px auto;
  height: 60px;
}

.special-offer-product-detail .top-section .linked-products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 61.25rem;
  padding-bottom: 1.5rem;
  margin: 0 auto;
}

.special-offer-product-detail .top-section .linked-products .linked-item {
  display: flex !important;
  margin-bottom: 0.5rem;
  border-color: #ddd;
  border-style: solid;
  border-width: 0.063rem;
  border-radius: 0.563rem;
  overflow: hidden;
  width: 100%;
  align-items: end;
  outline: 0;
}

@media (min-width: 992px) {
  .special-offer-product-detail .top-section .linked-products .linked-item {
    width: calc("20% - 27px");
    margin: 0 0.625rem;
    max-width: 170px;
    margin-bottom: 1.5rem;
  }
}

.special-offer-product-detail .top-section .linked-products .linked-item a {
  display: inherit;
}

.special-offer-product-detail .top-section .linked-products .linked-item img {
  max-height: 46px;
  width: auto;
  margin-right: 0.5rem;
}

@media (min-width: 992px) {
  .special-offer-product-detail .top-section .linked-products .linked-item img {
    max-height: 74.8px;
    min-height: 74.8px;
  }
}

.special-offer-product-detail .top-section .linked-products .linked-item p {
  margin: auto 0;
  padding: 0 0.5rem;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  font-style: italic;
  word-break: break-word;
}

@media (min-width: 992px) {
  .special-offer-product-detail .top-section .linked-products .linked-item p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: calc(4.8em);
  }
}

@media (max-width: 991px) {
  .special-offer-product-detail .top-section .linked-products .linked-item p {
    margin: auto 0;
    text-align: left;
  }
}

.special-offer-product-detail
  .top-section
  .linked-products
  .linked-item.active {
  position: relative;
  border-width: 0.125rem;
  border-color: #f7551e;
}

.special-offer-product-detail
  .top-section
  .linked-products
  .linked-item.active
  :before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  border-color: transparent;
  border-top-left-radius: 0.563rem;
  border-style: solid;
  border-width: 1rem;
  border-left-color: #f7551e;
  border-top-color: #f7551e;
  z-index: 1;
}

.special-offer-product-detail
  .top-section
  .linked-products
  .linked-item.active
  :after {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.25rem;
  width: 0.813rem;
  height: 0.625rem;
  background-image: url(../css/../img/special-offer/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

.special-offer-product-detail
  .top-section
  .linked-products
  .linked-item.inactive {
  opacity: 0.5;
  pointer-events: none;
}

.special-offer-product-detail
  .top-section
  .linked-products
  .linked-item.inactive
  img {
  filter: grayscale(100%);
}

.special-offer-product-detail
  .top-section
  .linked-products
  .linked-item.inactive
  p {
  color: #d93c08;
}

.special-offer-product-detail .top-section .linked-products .slick-arrow {
  top: 25%;
  bottom: 0;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  z-index: 1;
  outline: 0;
  margin-top: -0.5rem;
}

.special-offer-product-detail
  .top-section
  .linked-products
  .slick-arrow[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}

.special-offer-product-detail
  .top-section
  .linked-products
  .slick-arrow:before {
  font-size: 14px;
  color: #f7551e;
  opacity: 0.8;
}

.special-offer-product-detail
  .top-section
  .linked-products
  .slick-arrow.slick-prev {
  left: -35px;
}

.special-offer-product-detail
  .top-section
  .linked-products
  .slick-arrow.slick-prev:before {
  content: "\e079";
}

.special-offer-product-detail
  .top-section
  .linked-products
  .slick-arrow.slick-next {
  right: -35px;
}

.special-offer-product-detail
  .top-section
  .linked-products
  .slick-arrow.slick-next:before {
  content: "\e080";
}

.special-offer-product-detail .main-container hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.special-offer-product-detail .main-container .linked-products-content {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .special-offer-product-detail .main-container .linked-products-content {
    margin: 2.5rem 0 0 0;
  }
}

.special-offer-product-detail
  .main-container
  .linked-products-content
  .linked-item {
  padding: 0.8rem 0 0 0;
  max-width: 20%;
  position: relative;
  border-style: solid;
  border-color: transparent;
  text-decoration: none !important;
}

.special-offer-product-detail
  .main-container
  .linked-products-content
  .linked-item-description {
  padding: 0.25rem;
  display: block;
  text-align: center;
  width: 100%;
}

.special-offer-product-detail
  .main-container
  .linked-products-content
  .linked-item-variant {
  padding: 0.3125rem 0.1rem;
  margin-bottom: 10px;
  display: block;
  color: #fff;
  font-size: 10px;
  height: 23px;
}

@media (max-width: 767px) {
  .special-offer-product-detail
    .main-container
    .linked-products-content
    .linked-item-variant {
    font-size: 7px;
    height: 19px;
  }
}

.special-offer-product-detail
  .main-container
  .linked-products-content
  .linked-item
  a {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.special-offer-product-detail
  .main-container
  .linked-products-content
  .linked-item
  p {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.special-offer-product-detail
  .main-container
  .linked-products-content
  .linked-item
  p.special-offer-product-links-name {
  flex: 1;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .special-offer-product-detail
    .main-container
    .linked-products-content
    .linked-item
    p.special-offer-product-links-name {
    height: 33px;
    font-size: 9px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .special-offer-product-detail
    .main-container
    .linked-products-content
    .linked-item
    p.special-offer-product-links-name {
    height: 33px;
  }
}

@media (min-width: 992px) {
  .special-offer-product-detail
    .main-container
    .linked-products-content
    .linked-item
    p.special-offer-product-links-name {
    height: 42px;
  }
}

.special-offer-product-detail
  .main-container
  .linked-products-content
  .linked-item
  p.special-offer-product-links-price {
  font-size: 18px;
  width: 100%;
}

@media (max-width: 767px) {
  .special-offer-product-detail
    .main-container
    .linked-products-content
    .linked-item
    p.special-offer-product-links-price {
    font-size: 12px;
  }
}

.special-offer-product-detail
  .main-container
  .linked-products-content
  .linked-item
  p.special-offer-product-usp {
  flex: 1;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 10px;
  height: 15px;
}

@media (max-width: 767px) {
  .special-offer-product-detail
    .main-container
    .linked-products-content
    .linked-item
    p.special-offer-product-usp {
    height: 25px;
    font-size: 9px;
  }
}

@media (min-width: 992px) {
  .special-offer-product-detail
    .main-container
    .linked-products-content
    .linked-item
    p.special-offer-product-usp {
    height: 30px;
  }
}

.special-offer-product-detail
  .main-container
  .linked-products-content
  .linked-item.active {
  border-color: #ddd;
  border-style: solid;
}

.special-offer-product-detail
  .main-container
  .linked-products-content
  .linked-item.inactive {
  filter: grayscale(100%);
  opacity: 0.5;
  pointer-events: none;
}

.special-offer-product-detail
  .main-container
  .linked-products-content--three-by-two
  .linked-item {
  max-width: 33%;
}

.special-offer-product-detail
  .main-container
  .linked-products-content--four-by-two
  .linked-item {
  max-width: 25%;
}

.special-offer-product-detail
  .main-container
  .linked-products-content--three-by-two
  .linked-item,
.special-offer-product-detail
  .main-container
  .linked-products-content--four-by-two
  .linked-item {
  padding-top: 0.25rem;
  display: none;
}

.special-offer-product-detail
  .main-container
  .linked-products-content--three-by-two
  .linked-item
  img,
.special-offer-product-detail
  .main-container
  .linked-products-content--four-by-two
  .linked-item
  img {
  max-height: 70px !important;
  width: auto;
}

.special-offer-product-detail
  .main-container
  .linked-products-content--three-by-two
  .linked-item:nth-child(-n + 8),
.special-offer-product-detail
  .main-container
  .linked-products-content--four-by-two
  .linked-item:nth-child(-n + 8) {
  display: block;
}

.special-offer-product-detail
  .main-container
  .linked-products-content--three-by-two
  .linked-item-variant,
.special-offer-product-detail
  .main-container
  .linked-products-content--four-by-two
  .linked-item-variant,
.special-offer-product-detail
  .main-container
  .linked-products-content--three-by-two
  .special-offer-product-usp,
.special-offer-product-detail
  .main-container
  .linked-products-content--four-by-two
  .special-offer-product-usp {
  display: none;
}

.special-offer-product-detail
  .main-container
  .linked-products-content--three-by-two
  .special-offer-product-links-name,
.special-offer-product-detail
  .main-container
  .linked-products-content--four-by-two
  .special-offer-product-links-name {
  height: 0.75rem !important;
  margin-bottom: 0.225rem !important;
  overflow: hidden;
}

.special-offer-product-detail
  .main-container
  .linked-products-content--three-by-two
  .special-offer-product-links-price,
.special-offer-product-detail
  .main-container
  .linked-products-content--four-by-two
  .special-offer-product-links-price {
  font-size: 1.25rem !important;
  word-break: break-all;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .special-offer-product-detail
    .main-container
    .linked-products-content--three-by-two
    .special-offer-product-links-price,
  .special-offer-product-detail
    .main-container
    .linked-products-content--four-by-two
    .special-offer-product-links-price {
    font-size: 1rem !important;
  }
}

.special-offer-product-detail .main-container .linked-products-content img {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  max-height: 120px;
}

.special-offer-product-detail .main-container .linked-products-content div {
  display: inline;
  position: relative;
  overflow: hidden;
}

.special-offer-product-detail
  .main-container
  .linked-products-content
  div:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 0.125rem;
  background-color: #f7551e;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

.special-offer-product-detail
  .main-container
  .linked-products-content
  div:hover:before {
  left: 0;
  right: 0;
}

.special-offer-product-detail .main-container .special-offer-image-nav a {
  width: 1.25rem;
  height: 1rem;
  background-image: url(../css/../img/special-offer/arrow-special-offer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.13;
}

.special-offer-product-detail
  .main-container
  .special-offer-image-nav
  a:first-child {
  float: left;
}

.special-offer-product-detail
  .main-container
  .special-offer-image-nav
  a:last-child {
  float: right;
  margin-top: -14px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.special-offer-product-detail
  .main-container
  .special-offer-image-nav
  .image-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.special-offer-product-detail
  .main-container
  .special-offer-image-nav
  .product-thumb-set {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.25rem;
  border-color: #ddd;
  border-style: solid;
  border-width: 0.125rem;
  border-radius: 50%;
}

.special-offer-product-detail .main-container .special-offer-image-nav .active {
  border-color: #000;
  background-color: #000;
}

.special-offer-product-detail .product-name {
  font-size: 24px;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.313;
  margin-top: 0;
}

@media (max-width: 991px) {
  .special-offer-product-detail .product-name {
    font-size: 15.008px;
    margin-top: 1rem;
  }
}

.special-offer-product-detail .product-variation-special-offer p {
  margin: 0;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 0.625rem;
  font-size: 14px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .special-offer-product-detail .product-variation-special-offer p {
    font-size: 12px;
  }
}

.special-offer-product-detail
  .product-variation-special-offer.upgrade_button
  p {
  font-weight: bold;
  padding-bottom: 0;
  padding-top: 1.625rem;
  text-transform: none;
  font-style: normal;
  width: 70%;
  margin: 0 auto;
}

.special-offer-product-detail
  .product-variation-special-offer.upgrade_button
  .variation-box {
  width: auto;
}

.special-offer-product-detail
  .product-variation-special-offer.upgrade_button
  .variation-box
  .variation-box-content {
  padding: 0.625rem 1.375rem;
}

.special-offer-product-detail
  .product-variation-special-offer.upgrade_button
  .variation-box
  .variation-box-content
  .product-variant
  span {
  font-size: 20px;
  margin: 0;
  text-transform: none;
  color: #f7551e;
  font-style: normal;
}

.special-offer-product-detail .product-variation-special-offer .variation-box {
  display: inline-block;
  width: calc("49% - 5px");
  margin: 6px 3px;
}

.special-offer-product-detail
  .product-variation-special-offer
  .variation-box
  .variation-box-content {
  padding: 0.313rem 0.375rem;
  border-radius: 1.563rem;
  border-color: #ddd;
  border-width: 0.125rem;
  border-style: solid;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
}

.special-offer-product-detail
  .product-variation-special-offer
  .variation-box
  .variation-box-content
  .color-circle {
  width: 18px;
  height: 18px;
  padding: 1.125rem;
  font-size: 36px;
  position: relative;
  border-radius: 50%;
  z-index: 0;
}

@media (max-width: 991px) {
  .special-offer-product-detail
    .product-variation-special-offer
    .variation-box
    .variation-box-content
    .color-circle {
    padding: 0.813rem;
  }
}

.special-offer-product-detail
  .product-variation-special-offer
  .variation-box
  .variation-box-content
  a {
  display: flex;
  color: #000;
  align-items: center;
}

.special-offer-product-detail
  .product-variation-special-offer
  .variation-box
  .variation-box-content
  span {
  margin-left: 10px;
  font-size: 10px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
}

@media (min-width: 992px) {
  .special-offer-product-detail
    .product-variation-special-offer
    .variation-box
    .variation-box-content
    span {
    margin-left: 20px;
    font-size: 14px;
  }
}

.special-offer-product-detail
  .product-variation-special-offer
  .variation-box.active
  .variation-box-content {
  border-color: #f7551e;
}

.special-offer-product-detail
  .product-variation-special-offer
  .variation-box.active
  .variation-box-content
  .color-circle::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  bottom: 0;
  left: 11px;
  background-image: url(../css/../img/special-offer/check.svg);
  background-repeat: no-repeat;
  z-index: 1;
}

@media (max-width: 991px) {
  .special-offer-product-detail
    .product-variation-special-offer
    .variation-box.active
    .variation-box-content
    .color-circle::after {
    top: 9px;
    left: 7px;
  }
}

.special-offer-product-detail
  .product-variation-special-offer
  .variation-box.active
  .product-variant {
  pointer-event: none;
}

.special-offer-product-detail
  .product-variation-special-offer
  .variation-box.inactive {
  filter: grayscale(100%);
  opacity: 0.5;
  pointer-events: none;
}

.special-offer-product-detail
  .product-variation-special-offer
  .variation-box.inactive
  .color-circle {
  background-color: #777 !important;
}

.special-offer-product-detail .product-detail-box {
  padding: 30px;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.563rem;
}

@media (max-width: 991px) {
  .special-offer-product-detail .product-detail-box {
    box-shadow: none;
    padding: 0.9375rem 0 0;
  }
}

.special-offer-product-detail .product-detail-box .PaypalMessage {
  margin: 1rem 0;
}

.special-offer-product-detail .product-detail-box .server-error:empty {
  display: none;
}

.special-offer-product-detail .product-detail-box .add-to-cart {
  text-align: center;
  padding: 0 1.875rem;
}

.special-offer-product-detail .product-detail-box .add-to-cart button {
  font-size: 1.125rem;
  border-radius: 1.875rem;
  font-style: italic;
  width: 100%;
  padding: 0.625rem 2rem;
  text-transform: uppercase;
  margin: 0;
}

@media (min-width: 768px) {
  .special-offer-product-detail .product-detail-box .add-to-cart button {
    padding: 1rem 1.5rem;
    font-size: 1.375rem;
    min-width: 12.5rem;
  }
}

.special-offer-product-detail .product-detail-box .add-to-cart button.btn {
  background-color: #f7551e;
}

.special-offer-product-detail
  .product-detail-box
  .product-price-section
  .price-label {
  font-size: 0.625rem;
}

.special-offer-product-detail
  .product-detail-box
  .product-price-section
  .product-price {
  font-size: 1.625rem;
}

@media (max-width: 767px) {
  .special-offer-product-detail
    .product-detail-box
    .product-price-section
    .product-price {
    font-size: 1.375rem;
  }
}

.special-offer-product-detail
  .product-detail-box
  .product-price-box
  .product-price-wrapper {
  padding: 0;
}

.special-offer-product-detail .product-detail-box .product-price-box p {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.special-offer-product-detail .product-detail-box .product-price-box p span {
  text-transform: uppercase;
  color: #f7551e;
}

@media (min-width: 992px) {
  .special-offer-product-detail .product-detail-box .video {
    min-height: 250px;
  }
}

.special-offer-product-detail p {
  color: #767676;
  font-size: 13.008px;
}

.special-offer-product-detail .information-product-details {
  margin-top: 1.375rem;
}

.special-offer-product-detail .information-product-details h3 {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  font-size: 12px;
}

@media (min-width: 992px) {
  .special-offer-product-detail .information-product-details h3 {
    font-size: 18px;
  }
}

.special-offer-product-detail .information-product-details h3:first-child {
  margin-top: 0;
}

.special-offer-product-detail .information-product-details ul li {
  font-size: 13.008px;
  color: #767676;
}

@media (max-width: 991px) {
  .special-offer-product-detail .information-product-details ul li {
    font-size: 13px;
  }
}

.special-offer-product-detail .information-headline {
  margin-top: 20px;
  padding: 20px 10px 10px;
  background-color: #000;
  text-transform: uppercase;
}

.special-offer-product-detail .information-headline p {
  color: #fff;
  text-align: center;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}

.special-offer-product-detail .information-review {
  display: grid;
}

.special-offer-product-detail .information-review .carousel-indicators li {
  border-color: #000;
}

.special-offer-product-detail
  .information-review
  .carousel-indicators
  li.active {
  background-color: #000;
}

.special-offer-product-detail .information-marketing {
  margin-top: 20px;
  margin-bottom: 20px;
}

.special-offer-product-detail .information-card {
  display: inline-block;
  margin-top: 1.375rem;
}

.special-offer-product-detail .information-card.information-card-reverse {
  display: flex;
  flex-direction: column;
  margin: 0 0 1.375rem 0;
}

@media (min-width: 768px) {
  .special-offer-product-detail .information-card.information-card-reverse {
    flex-direction: row-reverse;
  }
}

.special-offer-product-detail .information-card.information-card-reverse ul li {
  text-align: left;
  color: #767676;
}

.special-offer-product-detail .information-card .information-text {
  text-align: center;
  color: #767676;
  font-size: 0.813rem;
}

.special-offer-product-detail .information-card .information-text h3 {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 0.75rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .special-offer-product-detail .information-card .information-text h3 {
    font-size: 1.125rem;
  }
}

.special-offer-product-detail .information-images .img-container {
  margin: 0 0 1.375rem 0;
}

.special-offer-product-detail .information-video iframe {
  width: 100%;
}

.special-offer-product-detail .information-extra {
  margin-top: 40px;
}

.special-offer-product-detail .information-extra a {
  margin-right: 10px;
  font-size: 14px;
  color: #767676;
  text-decoration: underline;
}

.special-offer-product-detail .product-description.text-box {
  margin: 1rem 0 3.125rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .special-offer-product-detail hr {
    left: auto;
    right: auto;
  }
}

.special-offer-product-detail .delivery-info {
  margin: 1.25rem auto;
  padding: 10px 0;
  color: #767676;
  max-width: 19.625rem;
}

.special-offer-product-detail .delivery-info span {
  font-weight: bold;
  color: #f7551e;
}

.special-offer-product-detail .delivery-info p {
  background-size: 2.125rem;
  max-width: 19.625rem;
  margin: 0.375rem auto 1rem auto;
}

.special-offer-product-detail
  .delivery-info
  .product-delivery-time-information {
  font-size: 0.875rem;
  min-height: 3.5rem;
  padding-left: 2.75rem;
  padding-top: 0.625rem;
  color: #767676;
  background-position: 0 0.375rem;
  background-repeat: no-repeat;
  background-image: url("../css/../img/icons/icon-nextdaydelivery.svg");
  background-size: 2.125rem;
}

.special-offer-product-detail
  .delivery-info
  .product-delivery-time-information
  .delivery-time {
  color: #d93c08;
  font-weight: bold;
}

.special-offer-product-detail
  .delivery-info
  .product-delivery-time-information
  .details-tooltip {
  margin-left: 0.25rem;
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: 1rem;
  padding-left: 0;
  background-image: url("../css/../img/icons/icon-info.svg");
  background-repeat: no-repeat;
  background-position: center;
}

footer {
  position: relative;
}

.content-footer {
  text-align: center;
  background-color: #000;
  padding: 1rem;
}

.content-footer p {
  margin: 0;
  color: #fff;
  font-size: 17.008px;
  font-weight: 600;
  font-style: italic;
}

@media (max-width: 768px) {
  .content-footer p {
    margin-top: 10px;
    font-size: 12px;
  }
}

.special-offer-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  background-color: #000;
  box-shadow: 0 -0.125rem 0.75rem 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}

@media (max-width: 991px) {
  .special-offer-footer {
    padding: 0.625rem 0 0 0;
  }
}

.special-offer-footer h3 {
  margin-top: 16px;
  color: #fff;
  font-weight: 800;
}

.special-offer-footer p {
  margin-bottom: 0;
  font-size: 24px;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 768px) {
  .special-offer-footer p {
    font-size: 16px;
  }
}

.special-offer-footer span {
  display: block;
  font-size: 12px;
  color: #767676;
}

@media (max-width: 991px) {
  .special-offer-footer span {
    font-size: 0.5rem;
    font-weight: 600;
  }
}

.special-offer-footer .price-label {
  font-weight: 600 !important;
}

.special-offer-footer button {
  width: 100%;
  font-size: 22px;
  border-radius: 1.875rem;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  margin: 0;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .special-offer-footer button {
    border-radius: 0;
    font-size: 1.125rem;
    padding: 0.625rem 2rem;
  }
}

.special-offer-footer button.btn {
  background-color: #d93c08;
}

@media (max-width: 991px) {
  .special-offer-footer .container {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .special-offer-footer .button-mobile {
    padding: 0;
  }
}

.special-offer-footer .center-block {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .special-offer-footer .center-block {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

.special-offer-footer .center-block p {
  font-size: 16px;
}

@media (max-width: 991px) {
  .special-offer-footer .center-block p {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .special-offer-footer .mobile-col {
    display: none;
  }
}

.footer-slideDown {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.footer-slideUp {
  box-shadow: 0 -0.125rem 0.75rem 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-transition,
.footer-transition * {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product-price {
  font-weight: 800;
  font-size: 16px;
  font-style: italic;
}

@media (min-width: 992px) {
  .product-price {
    font-size: 26px;
  }
}

.product-price-section {
  text-align: center;
  display: flex;
  margin: auto;
  justify-content: center;
}

.product-price-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  padding: 0.25rem;
}

.product-price-wrapper:first-child {
  padding-left: 0;
}

.product-price-wrapper:last-child {
  padding-right: 0;
}

.product-price-wrapper .price-label {
  font-size: 8px;
  color: #767676;
  font-weight: 300;
}

@media (min-width: 992px) {
  .product-price-wrapper .price-label {
    font-size: 12px;
  }
}

.product-price-wrapper .price-label--small {
  font-size: 11.008px;
}

.product-price span {
  font-size: inherit;
  color: inherit;
}

.product-price.strike {
  text-decoration: line-through;
}

.product-price-separator {
  display: inline-block;
  margin: auto 0;
  font-size: 14px;
  font-style: italic;
}

@media (min-width: 992px) {
  .product-price-separator {
    margin: 1.2rem 0.15rem 0;
    font-size: 1.063rem;
  }
}

.msg-payment-option p {
  font-size: 11.008px;
  color: #767676;
  font-weight: 300;
  padding: 0.5rem 0.5rem 0.25rem;
  margin: 0;
}

.ratings-box {
  font-size: 0;
  overflow: hidden;
}

.rating-total,
.rating-rated {
  color: #999;
  line-height: 24px;
}

.rating-total {
  margin-right: 1rem;
}

.rating-overview {
  float: right;
  border-right: 1px solid #dbdbdb;
  padding-right: 2rem;
}

.rating-overview .rating-display {
  font-size: 2rem;
}

.rating-input {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.rating-input li {
  float: left;
  margin-right: 2px;
  color: #999;
}

.rating-input li:last-child {
  margin-right: 0;
}

.rating-input > li {
  font-size: 16px;
}

.rating-input > li.stars-before a {
  color: #000;
}

.rating-input > li a {
  color: #999;
}

.rating-input > li a:hover {
  color: #000;
}

.rating-display {
  margin: 0 0.5rem 0 0;
  padding: 0;
  list-style: none;
  display: block;
  float: left;
  clear: both;
}

.rating-display li {
  float: left;
  margin-right: 2px;
  color: #c4c4c4;
  font-size: 20px;
}

.rating-display li.rating-total {
  font-size: 16px;
  color: #999;
}

.rating-display li:last-child {
  margin-right: 0;
}

.rating-display > li.rating-description {
  padding-left: 2rem;
  font-size: 85%;
  color: #555;
}

.rating-one .star-one,
.rating-two .star-one,
.rating-two .star-two,
.rating-three .star-one,
.rating-three .star-two,
.rating-three .star-three,
.rating-four .star-one,
.rating-four .star-two,
.rating-four .star-three,
.rating-four .star-four,
.rating-five .star-one,
.rating-five .star-two,
.rating-five .star-three,
.rating-five .star-four,
.rating-five .star-five {
  color: #000;
}

div.rating-description {
  overflow: hidden;
  margin-bottom: 1rem;
}

.product-tile .product-rating .rating-display {
  position: relative;
  left: 50%;
}

.product-tile .product-rating .rating-display li {
  position: relative;
  right: 50%;
}

.product-tile .current-price {
  clear: both;
}

.product-rating {
  position: relative;
}

.product-tile .rating-total {
  font-size: 14px;
}

.product-tile-list .rating-total {
  font-size: 14px;
}

.product-details-top-line .rating-rated,
.express-shop .rating-rated {
  float: left;
  white-space: nowrap;
}

.review-item {
  margin-bottom: 2rem;
}

.review-item .review-item-created {
  color: #999;
}

.review-item .review-item-header-title {
  font-size: 20px;
}

.review-item .review-item-text {
  margin-bottom: 1rem;
}

.review-item + .pagination {
  margin-top: 0;
}

.cl-gallery {
  max-width: 80%;
  margin: auto;
}

.cl-gallery > [tabindex]:focus {
  outline: 0;
  outline-offset: 2px;
}

.product-detail-img .carousel {
  float: left;
  max-width: 500px;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  .product-detail-img .carousel {
    width: 100%;
  }
}

.product-detail-img .carousel .carousel-control {
  display: none;
}

.product-img-main {
  width: 95%;
  float: left;
}

@media (max-width: 767px) {
  .product-img-main {
    margin-bottom: 2rem;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-img-main {
    margin-bottom: 2rem;
  }
}

.product-img-main img {
  display: inline;
  float: left;
  max-width: 100%;
}

.product-img-main img:first-child {
  margin-right: 2%;
}

.product-img-inner img {
  display: none;
}

.product-img-inner .item > img {
  display: inline;
  float: left;
}

@media (max-width: 767px) {
  .product-img-inner .item > img {
    display: inline;
  }
}

@media (max-width: 480px) {
  .product-img-inner .item > img {
    display: inline;
    max-width: 100%;
  }
}

.product-img-inner .item > img:first-child {
  margin-right: 2%;
}

@media (max-width: 767px) {
  .product-img-inner .item > img:first-child {
    margin-right: 0;
  }
}

.product-img-thumbs {
  width: 5rem;
}

.product-img-thumbs .product-thumb-set {
  cursor: pointer;
  border: 1px solid #ddd;
  margin-bottom: 0.5rem;
  padding: 0.33333333rem;
  background-color: transparent;
  float: left;
}

.product-img-thumbs .product-thumb-set:hover {
  border: 1px solid #000;
}

.product-img-thumbs .product-thumb-set img {
  width: 100%;
  width: 3.75rem;
}

.product-img-thumbs .product-thumb-set.active {
  position: relative;
}

.product-img-thumbs .product-thumb-set.active img {
  opacity: 0.5;
  transition: all 0.4s ease;
}

.product-img-thumbs .product-thumb-set.active:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1rem;
  margin-top: -0.313rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.313rem 0.5rem 0.313rem 0;
  border-color: transparent #282d32 transparent transparent;
}

.modal-open {
  padding-right: 0 !important;
}

.product-info {
  color: #767676;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
}

.product-info label {
  text-transform: uppercase;
}

.product-info .product-brand {
  text-transform: uppercase;
}

.product-info .product-brand a {
  color: #767676;
}

.product-info .product-brand a:hover {
  color: #5d5d5d;
}

.product-info .product-number label {
  margin: 0;
}

.product-info .price-container {
  margin-bottom: 0.75rem;
}

.product-info .price-container .current-price {
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-size: 1.25rem;
}

.product-info .price-container .current-price .price-note {
  font-size: 16px;
  margin-left: 1rem;
}

.product-info .sale-price {
  font-size: 30px;
}

.product-info .old-price {
  margin: 0;
}

.product-info .was-price {
  color: #767676;
  font-size: 18px;
  text-decoration: line-through;
}

.product-info .ready-for-shipment {
  color: #000;
  padding-bottom: 1rem;
}

.product-info .product-quantity label,
.product-info .product-variation label {
  text-align: left;
  text-transform: uppercase;
}

.product-info .product-quantity .form-group,
.product-info .product-variation .form-group {
  margin-left: 0;
  margin-right: 0;
}

.product-info .product-variation {
  width: 73%;
}

.product-info .product-variation .form-group {
  margin-bottom: 0.33333333rem;
}

.product-info .product-variation .form-group label {
  padding-top: 0;
}

.product-info .product-variation-container {
  margin-bottom: 2rem;
}

.product-info .product-description {
  font-size: 0.813rem;
}

.product-info .product-delivery-time-information {
  font-size: 0.875rem;
  min-height: 3.5rem;
  padding-left: 2.75rem;
  padding-top: 0.625rem;
  color: #767676;
  background-position: 0 0.375rem;
  background-repeat: no-repeat;
  background-image: url("../css/../img/icons/icon-nextdaydelivery.svg");
  background-size: 2.125rem;
}

.product-info .product-delivery-time-information .delivery-time {
  color: #d93c08;
  font-weight: bold;
}

.product-info .product-delivery-time-information .details-tooltip {
  padding-left: 0;
  margin-left: 0.25rem;
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: 1rem;
  background-image: url("../css/../img/icons/icon-info.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.product-info .product-availability {
  margin-top: 1rem;
  color: #000;
}

.product-info .product-availability:empty {
  display: none;
}

.product-info .product-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.product-info .product-form small {
  display: block;
  width: 100%;
}

.product-info .product-form > * {
  margin-top: 1rem;
}

.product-info .product-form .add-to-cart {
  flex-grow: 1;
  justify-self: flex-end;
  cursor: pointer;
}

.product-info .product-form .add-to-cart .btn {
  margin-bottom: 0;
  width: 100%;
}

.product-info .product-form .product-quantity {
  display: flex;
  flex-flow: row nowrap;
}

.product-info .product-form .product-quantity > * {
  margin-right: 0.9375rem;
}

.product-info .product-form .product-quantity .label-quantity {
  text-transform: inherit;
  padding-top: 12px;
}

.product-info .product-form .product-quantity .form-group {
  margin-bottom: 0;
}

.product-info .product-form .product-quantity .form-group.has-error {
  padding-bottom: 2.4375rem;
}

.product-info .product-form .product-quantity .input-quantity {
  padding: 0.75rem 1rem;
  min-width: 5rem;
  text-align: center;
}

.product-info .product-form .product-quantity .help-block {
  position: absolute;
  margin-top: 0.75rem;
  white-space: nowrap;
}

.product-info .product-form .server-error {
  order: 3;
}

.product-info .product-form .server-error:empty {
  display: none;
}

.product-info .add-to-wishlist {
  padding-left: 0;
}

.product-info .secondary-actions button:first-child {
  margin-right: 0;
}

.product-info .secondary-actions button:last-child {
  float: right;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .product-info .secondary-actions button:last-child {
    float: left;
  }
}

.product-info .promotion-list {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.product-info .promotion-list .promotion-icon {
  display: inline;
  float: left;
  margin-right: 10px;
}

.product-info .promotion-list .promotion-short-title {
  display: inline;
}

.product-info .promotion-list .promotion-long-title {
  display: inline;
}

.product-info .promotion-list .promotion-details-link {
  display: inline;
}

.product-info .one-off-payment-block {
  padding: 1rem;
}

.product-info .modal-dialog-custom {
  max-width: unset !important;
}

.product-info .modal-dialog-custom .modal-content {
  border-radius: unset;
}

.product-info .modal-dialog-custom .modal-content .modal-header {
  padding: 0.5rem 1rem 0;
  border-bottom: 0;
  min-height: unset !important;
}

.product-info .modal-dialog-custom .modal-content .modal-header .close {
  background: unset !important;
  font-size: 36px;
  font-weight: 400;
  outline: 0;
}

.product-info .pdp-eco-tax {
  font-size: 12px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .product-info .pdp-eco-tax {
    margin-bottom: 6px;
  }
}

.product-info .lowest-price-text {
  font-size: 12px;
  margin-bottom: 7px;
}

@media (max-width: 767px) {
  .product-info .lowest-price-text {
    margin-bottom: 9px;
  }
}

.product-info .lowest-price-text .strike-through {
  text-decoration: line-through;
}

ul.color-variations li {
  float: left;
  margin-right: 6px;
  border-radius: 12px;
  width: 24px;
  padding: 6px 0 0 6px;
  height: 24px;
  text-align: center;
  border: solid 1px transparent;
}

ul.color-variations li.pink-color-variation {
  background-color: #ffc0cb;
}

ul.color-variations li.yellow-color-variation {
  background-color: #ff0;
}

ul.color-variations li.blue-color-variation {
  background-color: #00f;
}

ul.color-variations li.black-color-variation {
  background-color: #000;
}

ul.color-variations li.green-color-variation {
  background-color: #008000;
}

ul.color-variations li.red-color-variation {
  background-color: red;
}

ul.color-variations li.white-color-variation {
  background-color: #fff;
  border: 1px solid #dbdbdb;
}

ul.color-variations li a {
  display: block;
  font-size: 0;
  text-indent: -999em;
  width: 1rem;
  height: 1rem;
  background-color: #eee;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

ul.color-variations li.selected a {
  background-color: #5cb85c;
}

ul.size-variations li {
  float: left;
  margin-right: 0.5rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background-color: #eee;
  text-align: center;
}

ul.size-variations li a {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #000;
}

ul.size-variations li.selected {
  background-color: #000;
}

ul.size-variations li.selected a {
  color: #fff;
}

.cross-sell-product {
  padding-top: 4rem;
  text-align: center;
  clear: both;
}

.cross-sell-product a.product-title {
  color: #555;
  text-decoration: none !important;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  display: block;
  text-align: center;
  padding-top: 0.5rem;
}

.bundle-product {
  margin-top: 6rem;
  padding-top: 4rem;
  text-align: center;
  clear: both;
  position: relative;
  border-top: 1px solid #dbdbdb;
}

.bundle-product h3 {
  background-color: #fff;
  left: 38%;
  position: absolute;
  top: -35px;
  width: 28%;
  font-weight: bold;
  text-transform: uppercase;
}

.bundle-product a.product-title {
  color: #555;
  text-decoration: none !important;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  display: block;
  text-align: center;
  padding-top: 0.5rem;
}

.product-end-of-live-status {
  padding-bottom: 0.33333333rem;
}

.product-lifecycle-status {
  color: #d93c08;
  padding-bottom: 0.33333333rem;
}

.product-lifecycle-status span {
  display: block;
}

.product-lifecycle-status span.product-lifecycle-status-title {
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.pdp-tool-tip {
  margin-left: 10px;
  position: absolute;
}

.strike-through {
  text-decoration: line-through;
}

.product-waiting-list {
  margin-top: 30px;
}

.product-waiting-list .product-waiting-list-box {
  padding: 0;
  padding: 20px 30px 30px;
  border: 1px solid #ced4da;
}

.product-waiting-list .bis-heading {
  font-size: 16px;
  font-weight: 600;
}

.product-waiting-list #bis-email {
  display: block;
  height: auto;
  border: 1px solid #ced4da;
  padding: 0.75rem 1rem;
  width: 100%;
  margin: 15px 0;
}

.product-waiting-list #bis-email.valid:focus {
  outline: none !important;
  border: 1px solid #2c9917;
}

.product-waiting-list #bis-email.invalid:focus {
  outline: none !important;
  border: 1px solid #e74c3c;
}

.product-waiting-list #bis-email-error {
  display: block;
  color: #e74c3c;
  font-size: 12px;
  margin: 0 0 10px;
}

.product-waiting-list .btn-primary-square-black {
  padding: 12px 32px;
  color: #fff;
  background-color: #000;
  border: 0;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #fff;
}

.product-waiting-list .btn-primary-square-black:disabled {
  background-color: rgba(0, 0, 0, 0.2);
}

.product-waiting-list .w-100 {
  width: 100%;
}

.product-waiting-list #waitinglist-status {
  padding: 15px 0 0 30px;
  display: none;
}

.product-waiting-list #waitinglist-status.success {
  font-size: 14px;
  color: #085cf1;
}

.product-waiting-list #waitinglist-status.error {
  font-size: 14px;
  color: #e74c3c;
}

.pdp-stripbanner-container .KlarnaCartBanner ::part(osm-container) {
  border: 0;
  padding: 0;
}

.thirsty-badges-container {
  display: flex;
  flex-wrap: wrap;
}

.thirsty-badges-container .badge-tile {
  margin: 0 12px 8px 0;
  padding: 8px;
  border-radius: 2px;
}

.thirsty-badges-container .badge-tile p {
  padding: 0;
  color: #000;
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 6px;
}

.product-tile .thirsty-badges-container {
  padding: 0 10px;
  margin-top: 12px;
}

.product-tile .thirsty-badges-container + a.product-title {
  padding: 0 0.25rem 1rem 0.25rem;
}

.product-tile #lowest-price-30-days {
  display: block !important;
}

.product-tile #lowest-price-30-days .lowest-price-text {
  font-size: 10.6667px !important;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 14.0053px;
}

.product-tile #lowest-price-30-days .lowest-price-text .strike-through {
  text-decoration: line-through;
}

.product-tile #lowest-price-30-days .lowest-price-text span {
  color: #000;
}

.product-tile #lowest-price-30-days .lowest-price-text.single-price {
  margin-top: 8px;
}

.product-variation-container {
  margin-bottom: 0 !important;
  width: 100%;
  margin-top: 0 !important;
}

.product-variation-container .product-variation {
  width: 100%;
}

.product-variation-container .product-variation .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.product-variation-container .product-variation .form-group label {
  padding: 16px 0 10px 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

.product-variation-container
  .product-variation
  .form-group
  .swatch-label-container {
  display: flex;
  flex-wrap: wrap;
}

.product-variation-container
  .product-variation
  .form-group
  .swatch-label-container
  #ecotax {
  display: none !important;
}

.product-variation-container
  .product-variation
  .form-group
  .swatch-label-container
  .swatch-label.btn {
  border: 2px solid #000;
  border-radius: 2px;
  padding: 4px 20px;
  margin-left: 0;
  margin-right: 15px;
  line-height: 0;
  margin-bottom: 8px;
  width: auto;
}

.product-variation-container
  .product-variation
  .form-group
  .swatch-label-container
  .swatch-label.btn
  span {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}

.product-variation-container
  .product-variation
  .form-group
  .swatch-label-container
  .swatch-label.btn
  .current-price {
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
}

.product-variation-container
  .product-variation
  .form-group
  .swatch-label-container
  .swatch-label.btn
  #ecotax {
  display: none !important;
}

.product-variation-container
  .product-variation
  .form-group
  .swatch-label-container
  .swatch-label.btn-primary {
  background-color: #000;
  margin-left: 0;
}

.product-variation-container
  .product-variation
  .form-group
  .swatch-label-container
  .swatch-label.btn-primary
  span,
.product-variation-container
  .product-variation
  .form-group
  .swatch-label-container
  .swatch-label.btn-primary
  .current-price {
  color: #fff;
}

.product-variation-container
  .product-variation
  .form-group
  .swatch-label-container
  .swatch-label.btn-primary
  span.sale-price,
.product-variation-container
  .product-variation
  .form-group
  .swatch-label-container
  .swatch-label.btn-primary
  .current-price.sale-price {
  color: #d93c08;
}

.product-variation-container
  .product-variation
  .form-group
  .swatch-label-container
  .swatch-label.btn-secondary {
  background-color: transparent;
}

.product-list-advanced .product-variation-container,
.product-tile.js-productTile .product-variation-container {
  text-align: center;
  padding: 0 0.315rem;
}

.product-list-advanced .product-variation-container .product-variation,
.product-tile.js-productTile .product-variation-container .product-variation {
  width: 100%;
  text-align: center;
}

.product-list-advanced
  .product-variation-container
  .product-variation
  .form-group
  label,
.product-tile.js-productTile
  .product-variation-container
  .product-variation
  .form-group
  label {
  padding: 8px 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  margin: 0;
  color: #767676;
}

.product-list-advanced
  .product-variation-container
  .product-variation
  .swatch-label-container,
.product-tile.js-productTile
  .product-variation-container
  .product-variation
  .swatch-label-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-list-advanced
  .product-variation-container
  .product-variation
  .swatch-label-container
  .swatch-label.btn,
.product-tile.js-productTile
  .product-variation-container
  .product-variation
  .swatch-label-container
  .swatch-label.btn {
  min-width: auto;
  padding: 8px 16px;
  margin: 0 6px;
  line-height: 0;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .product-list-advanced
    .product-variation-container
    .product-variation
    .swatch-label-container
    .swatch-label.btn,
  .product-tile.js-productTile
    .product-variation-container
    .product-variation
    .swatch-label-container
    .swatch-label.btn {
    margin-right: 10px;
    width: auto;
  }
}

.product-list-advanced
  .product-variation-container
  .product-variation
  .swatch-label-container
  .swatch-label.btn
  span,
.product-tile.js-productTile
  .product-variation-container
  .product-variation
  .swatch-label-container
  .swatch-label.btn
  span {
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
}

.product-list-advanced
  .product-variation-container
  .product-variation
  .swatch-label-container
  .swatch-label.btn
  .current-price,
.product-tile.js-productTile
  .product-variation-container
  .product-variation
  .swatch-label-container
  .swatch-label.btn
  .current-price {
  display: none;
}

.circle {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
}

.tab-content {
  padding: 3.75rem 0;
}

.tab-pane h2 {
  display: none;
}

.tab-pane.active > div {
  padding-top: 20px;
}

.feature-image-wrapper {
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
}

.feature-image-wrapper label {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.feature-image-wrapper label:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.feature-image-wrapper label:hover .view {
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.feature-image-wrapper label .view {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%20preserveAspectRatio%3D%22xMinYMin%20meet%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22m%2034.667%2C21.334%20-21.333%2C0%200%2C-2.668%2021.333%2C0%200%2C2.668%20z%20m%200%2C5.332%20-21.333%2C0%200%2C-2.666%2021.333%2C0%200%2C2.666%20z%20M%2026.666%2C32%20l%20-13.332%2C0%200%2C-2.666%2013.332%2C0%200%2C2.666%20z%20M%2056.458%2C64%2036.761%2C44.302%20C%2033.058%2C46.63%2028.697%2C48%2024%2C48%2010.745%2C48%200%2C37.255%200%2C24%200%2C10.744%2010.745%2C0%2024%2C0%20c%2013.255%2C0%2024%2C10.744%2024%2C24%200%2C4.697%20-1.375%2C9.062%20-3.698%2C12.761%20L%2064%2C56.458%2056.458%2C64%20Z%20M%2024%2C42.667%20C%2034.292%2C42.667%2042.667%2C34.292%2042.667%2C24%2042.667%2C13.707%2034.292%2C5.333%2024%2C5.333%2013.709%2C5.333%205.333%2C13.707%205.333%2C24%205.333%2C34.292%2013.709%2C42.667%2024%2C42.667%20Z%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.feature-text-wrapper {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px;
  color: #000;
  word-break: break-word;
}

.ish-productAttributes {
  display: flex;
  flex-wrap: wrap;
}

.ish-productAttributes dt {
  padding: 0.5rem 0 0.5rem 0.5rem;
  font-weight: normal;
  font-size: 0.75rem;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  background: #f8f8f8;
  word-break: break-word;
}

.ish-productAttributes dt:last-child {
  border-bottom: 1px solid #eee;
}

.ish-productAttributes dd {
  padding: 0.5rem 0 0.5rem 0.5rem;
  font-size: 0.75rem;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}

.ish-productAttributes dd:last-child {
  border-bottom: 1px solid #eee;
}

.in-the-box {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .in-the-box {
    flex-direction: row;
  }
}

.in-the-box > div {
  font-size: 0.875rem;
  width: 100%;
}

@media (min-width: 768px) {
  .in-the-box > div {
    margin-left: 1.25rem;
    width: calc(50% - 1.25rem);
  }
}

.in-the-box > div img {
  width: auto !important;
}

.in-the-box > div p {
  margin-bottom: 0;
}

.in-the-box > div ul {
  margin: 1rem 0;
  padding: 0;
}

.in-the-box > div ul li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.5rem;
  list-style-type: none;
}

.in-the-box > div ul li:before {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.125rem solid #d93c08;
  border-bottom: 0.125rem solid #d93c08;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tab-attachments .product-attachments .product-attachments-list-item {
  position: relative;
  list-style: none;
  padding: 1.875rem 0;
  border-bottom: 1px solid #eee;
}

.tab-attachments .product-attachments .product-attachments-list-item:before {
  content: "";
  position: absolute;
  border: 0.125rem solid #d93c08;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 2.875rem;
  left: 0;
  width: 1.5rem;
  height: 0.438rem;
  border-top: 0;
}

.tab-attachments .product-attachments .product-attachments-list-item:hover a {
  padding-left: 3.375rem;
}

.tab-attachments .product-attachments .product-attachments-list-item a {
  padding-left: 2.625rem;
  position: relative;
  color: #000;
}

.tab-attachments .product-attachments .product-attachments-list-item a:before,
.tab-attachments .product-attachments .product-attachments-list-item a:after {
  content: "";
  position: absolute;
  border: 0.125rem solid #d93c08;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tab-attachments .product-attachments .product-attachments-list-item a:before {
  top: 0.125rem;
  left: 0.688rem;
  width: 0.125rem;
  height: 1.063rem;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}

.tab-attachments .product-attachments .product-attachments-list-item a:after {
  top: 0.438rem;
  left: 0.438rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tab-faq .panel-group {
  border: 0;
  margin: 0;
}

.tab-faq .panel-group .panel + .panel {
  margin-top: 0;
}

.tab-faq .panel-default {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #eee !important;
  padding: 0.75rem 0;
}

.tab-faq .panel-default a {
  color: #000;
}

.tab-faq .panel-default a:hover {
  color: #000;
}

.tab-faq .panel-default a:before,
.tab-faq .panel-default a:after {
  display: none;
}

.tab-faq .panel-default > .panel-heading {
  background: #fff;
  border: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .tab-faq .panel-default > .panel-heading a:active h4.panel-title,
  .tab-faq .panel-default > .panel-heading a:hover h4.panel-title {
    padding: 0 0 0 2rem;
  }

  .tab-faq .panel-default > .panel-heading a h4.panel-title {
    padding: 0 0 0 1.5rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.tab-faq .panel-default > .panel-heading .panel-title {
  position: relative;
  padding: 0.2rem 0 0 2rem;
  cursor: pointer;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .tab-faq .panel-default > .panel-heading .panel-title {
    font-size: 1rem;
  }
}

.tab-faq .panel-default > .panel-heading .panel-title:before,
.tab-faq .panel-default > .panel-heading .panel-title:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tab-faq .panel-default > .panel-heading .panel-title:before {
  top: 0.275rem;
  left: 0.313rem;
  width: 0.125rem;
  height: 0.75rem;
  border-left: 0.125rem solid #d93c08;
}

.tab-faq .panel-default > .panel-heading .panel-title:after {
  top: 0.563rem;
  left: 0;
  width: 0.75rem;
  height: 0.125rem;
  border-bottom: 0.125rem solid #d93c08;
}

.tab-faq .collection.panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0;
  padding-top: 1.25rem;
  padding-left: 2rem;
  font-size: 0.813rem;
  color: #767676;
}

@media screen and (min-width: 768px) {
  .tab-faq
    .collection.panel-group
    .panel-heading
    + .panel-collapse
    .panel-body {
    padding-left: 1.5rem;
  }
}

.collection.tabset .product-list-item .product-link-addTobasket {
  display: block;
}

.collection.tabset
  .product-list-item
  .product-link-addTobasket
  .add-to-cart
  .btn {
  background-color: #d93c08;
  padding: 0.5rem 2.25rem;
}

.collection.tabset .product-list-item .btn-show-more {
  display: none;
}

.product-feature {
  overflow: unset !important;
}

.product-collection {
  padding-bottom: 3.75rem;
}

.product-collection .nav li a {
  padding: 0.625rem;
}

.product-thumbnail {
  padding-bottom: 0;
  margin-bottom: 1.25rem;
}

.product-desc {
  background-color: #f8f8f8;
  padding: 0 !important;
  top: 1rem;
}

@media (max-width: 767px) {
  .product-desc {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    top: 0;
  }
}

.product-desc-content {
  padding: 2.5rem;
  text-align: center;
  font-size: 14px;
  margin: auto;
}

@media (min-width: 768px) {
  .product-desc-content {
    width: 60%;
  }
}

.selected label {
  background-color: rgba(0, 0, 0, 0.6);
}

.selected .feature-text-wrapper {
  border-bottom: 0.15rem solid transparent;
  border-color: #d93c08;
  padding-bottom: 0.2rem;
  margin: 0 auto 1.25rem auto;
  display: table;
}

.moveup {
  top: -12.5rem !important;
}

.movedown {
  top: 0;
}

.icon-close {
  position: relative;
  top: 12.5rem;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M%2018%2C22.941175%2031.058823%2C35.999999%2036%2C31.058822%2022.941176%2C17.999999%2036%2C4.9411758%2031.058823%2C-5.9423828e-7%2018%2C13.058823%204.9411764%2C-5.9423828e-7%200%2C4.9411758%2013.058824%2C17.999999%200%2C31.058822%204.9411764%2C35.999999%2018%2C22.941175%20Z%22%20%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  animation: moveup 0.8s 1;
}

.slideup,
.slidedown {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

.slidedown {
  max-height: 22.5rem;
}

.thirsti-lister-page {
  background-color: #f8f9fa;
  padding: 0;
}

.thirsti-lister-page .filter-heading {
  font-size: 1rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .thirsti-lister-page .filter-heading {
    margin-left: 1rem;
  }
}

.thirsti-lister-page .filter-heading:before {
  content: "";
  position: relative;
  top: 0;
  margin-right: 4px;
  display: inline-block;
  background: url(../css/../img/icon-filter.svg) no-repeat;
  background-size: contain;
  height: 31px;
  width: 31px;
  vertical-align: middle;
}

@media (min-width: 767px) {
  .thirsti-lister-page .filter-heading:before {
    height: 24px;
    width: 24px;
  }
}

.thirsti-lister-page .filter-heading-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #d7d1d1;
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  .thirsti-lister-page .filter-heading-container {
    background-color: #ececec;
    margin: 0 -16px;
    height: 85px;
    padding-bottom: 0;
  }
}

.thirsti-lister-page .clear-all-filters {
  color: #5c5757;
  font-size: 1rem;
  font-weight: 500;
  text-decoration-line: underline;
  cursor: pointer;
}

.thirsti-lister-page .selected-filter-list > div.active-filter {
  align-items: center;
  justify-content: center;
  background-color: #fff;
  display: inline-flex;
  margin-right: 12px;
  border: solid 1px #000;
  border-radius: 23px;
  margin-bottom: 12px;
}

.thirsti-lister-page .selected-filter-list > div.active-filter .filter-name {
  padding: 11px 11px 11px 16px;
  font-size: 13px;
  line-height: 14px;
}

@media (max-width: 992px) {
  .thirsti-lister-page .selected-filter-list > div.active-filter .filter-name {
    padding: 10px 10px 10px 14px !important;
    font-size: 11px !important;
    line-height: 11px;
  }
}

@media (max-width: 767px) {
  .thirsti-lister-page .selected-filter-list > div.active-filter .filter-name {
    padding: 14px 14px 14px 20px !important;
    line-height: 16px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 992px) {
  .thirsti-lister-page .selected-filter-list > div.active-filter {
    margin-right: 8px;
  }
}

@media (max-width: 767px) {
  .thirsti-lister-page .selected-filter-list > div.active-filter {
    margin-right: 16px;
    margin-top: 16px;
    margin-bottom: 0;
  }
}

.thirsti-lister-page .selected-filter-list .remove-filter {
  content: "";
  cursor: pointer;
  display: inline-block;
  margin-right: 17px;
  background-image: url(../css/../img/icons/icon-close-thin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
  width: 10px;
}

@media (max-width: 992px) {
  .thirsti-lister-page .selected-filter-list .remove-filter {
    margin-right: 14px;
  }
}

@media (max-width: 767px) {
  .thirsti-lister-page .selected-filter-list .remove-filter {
    margin-right: 20px;
    padding-right: 0;
    height: 12px;
    width: 12px;
  }
}

.thirsti-lister-page .sort-container {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .thirsti-lister-page .sort-container {
    padding-right: 38px;
  }
}

.thirsti-lister-page .sort-container-label {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 20px;
}

.thirsti-lister-page .sort-container-label:before {
  content: "";
  position: relative;
  margin-right: 10px;
  top: 7px;
  display: inline-block;
  background: url(../css/../img/icon-sort.svg) no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
}

.thirsti-lister-page .sort-container .bootstrap-select {
  border: solid 1px #9d9999;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 400;
  background-color: transparent;
  line-height: 16px;
  min-width: 200px;
}

.thirsti-lister-page .sort-container .bootstrap-select .dropdown-backdrop {
  z-index: 1 !important;
}

.thirsti-lister-page .sort-container .bootstrap-select.filter-select-box {
  width: 100% !important;
  left: 0;
}

.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  .selectpicker.filter-select-box
  + .btn.dropdown-toggle,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  #ProductRegistrationForm_State.filter-select-box
  + .btn.dropdown-toggle,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  .selectpicker.filter-select-box
  + i
  + .btn.dropdown-toggle,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  #ProductRegistrationForm_State.filter-select-box
  + i
  + .btn.dropdown-toggle {
  border-radius: 8px;
  background: #f4f4f4 url(../css/../img/icons/icon-select.svg) no-repeat;
  background-position: right 1rem top 50%;
  background-size: 1rem;
  padding: 12px;
  font-size: 16px;
  line-height: 16px;
  font-family: inherit;
  font-weight: 100;
  padding-right: 20px;
  width: 100%;
  margin: 0;
}

.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  .selectpicker.filter-select-box
  + .btn.dropdown-toggle
  .bs-caret,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  #ProductRegistrationForm_State.filter-select-box
  + .btn.dropdown-toggle
  .bs-caret,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  .selectpicker.filter-select-box
  + i
  + .btn.dropdown-toggle
  .bs-caret,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  #ProductRegistrationForm_State.filter-select-box
  + i
  + .btn.dropdown-toggle
  .bs-caret {
  display: none;
}

.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  .selectpicker.filter-select-box
  + .btn.dropdown-toggle
  .filter-option-inner-inner,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  #ProductRegistrationForm_State.filter-select-box
  + .btn.dropdown-toggle
  .filter-option-inner-inner,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  .selectpicker.filter-select-box
  + i
  + .btn.dropdown-toggle
  .filter-option-inner-inner,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  #ProductRegistrationForm_State.filter-select-box
  + i
  + .btn.dropdown-toggle
  .filter-option-inner-inner {
  color: #000;
}

.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  .selectpicker.filter-select-box
  + .btn.dropdown-toggle
  + .dropdown-menu,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  #ProductRegistrationForm_State.filter-select-box
  + .btn.dropdown-toggle
  + .dropdown-menu,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  .selectpicker.filter-select-box
  + i
  + .btn.dropdown-toggle
  + .dropdown-menu,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  #ProductRegistrationForm_State.filter-select-box
  + i
  + .btn.dropdown-toggle
  + .dropdown-menu {
  z-index: 1;
}

.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  .selectpicker.filter-select-box
  + .btn.dropdown-toggle
  + .dropdown-menu.open,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  #ProductRegistrationForm_State.filter-select-box
  + .btn.dropdown-toggle
  + .dropdown-menu.open,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  .selectpicker.filter-select-box
  + i
  + .btn.dropdown-toggle
  + .dropdown-menu.open,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  #ProductRegistrationForm_State.filter-select-box
  + i
  + .btn.dropdown-toggle
  + .dropdown-menu.open {
  height: auto !important;
}

.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  .selectpicker.filter-select-box
  + .btn.dropdown-toggle
  + .dropdown-menu.open
  .inner.open,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  #ProductRegistrationForm_State.filter-select-box
  + .btn.dropdown-toggle
  + .dropdown-menu.open
  .inner.open,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  .selectpicker.filter-select-box
  + i
  + .btn.dropdown-toggle
  + .dropdown-menu.open
  .inner.open,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  #ProductRegistrationForm_State.filter-select-box
  + i
  + .btn.dropdown-toggle
  + .dropdown-menu.open
  .inner.open {
  height: 70%;
}

.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  .selectpicker.filter-select-box
  + .btn.dropdown-toggle
  + .dropdown-menu
  .active,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  #ProductRegistrationForm_State.filter-select-box
  + .btn.dropdown-toggle
  + .dropdown-menu
  .active,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  .selectpicker.filter-select-box
  + i
  + .btn.dropdown-toggle
  + .dropdown-menu
  .active,
.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  #ProductRegistrationForm_State.filter-select-box
  + i
  + .btn.dropdown-toggle
  + .dropdown-menu
  .active {
  color: #000 !important;
  background-color: #cdcdcd !important;
}

.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  .dropdown-menu {
  right: 0 !important;
  left: unset;
  z-index: 1 !important;
}

.thirsti-lister-page
  .sort-container
  .bootstrap-select.filter-select-box
  .dropdown-menu
  .active {
  color: #000 !important;
  background-color: #cdcdcd !important;
}

.thirsti-lister-page .filter-container {
  display: none;
}

@media (max-width: 767px) {
  .thirsti-lister-page .filter-container {
    border-top: 1px #ededed solid;
    height: 76px;
    font-size: 20px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .thirsti-lister-page .filter-container {
    display: flex;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .thirsti-lister-page .filter-container {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .thirsti-lister-page .filter-container {
    border-top: 1px #ededed solid;
    height: 76px;
    font-size: 20px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
  }
}

.thirsti-lister-page .filter-block {
  border-right: 1px #ededed solid;
}

.thirsti-lister-page .filter-block .filter {
  padding-top: 5px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 767px) {
  .thirsti-lister-page .filter-block .filter #filter-count-bottom {
    width: 25px;
    height: 25px;
    display: flex;
    background-color: #d93c08;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    align-items: center;
    justify-content: center;
  }
}

.thirsti-lister-page .filter-block .filter-icon {
  background: url(../css/../img/icon-filter.svg) no-repeat;
  height: 30px;
  width: 30px;
  float: left;
}

.thirsti-lister-page .filter-block .filter-icon + span {
  margin: 0 12px;
}

.thirsti-lister-page .sort-block .sorting {
  padding-top: 5px;
  font-weight: 700;
}

.thirsti-lister-page .sort-block .sort-icon {
  background: url(../css/../img/icon-sort.svg) no-repeat;
  height: 24px;
  width: 24px;
  float: left;
  margin-right: 12px;
}

.thirsti-lister-page .filters-column .mobile-subheading {
  display: none;
}

.thirsti-lister-page .filters-column .close-filter-container {
  display: none;
}

@media (max-width: 767px) {
  .thirsti-lister-page .filters-column {
    position: fixed;
    display: none;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 2000;
    height: calc(100% - 56px);
  }

  .thirsti-lister-page .filters-column.collapse.in {
    display: block;
  }

  .thirsti-lister-page .filters-column.collapse.in .loader-wrapper {
    display: none;
  }

  .thirsti-lister-page .filters-column .mobile-subheading {
    display: inline-block;
    width: 100%;
    line-height: normal;
  }

  .thirsti-lister-page .filters-column .mobile-subheading .span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .thirsti-lister-page .filters-column .close-filter-container {
    display: block;
  }

  .thirsti-lister-page .filters-column .close-filter-container .close-filter {
    cursor: pointer;
    background-image: url(../css/../img/icons/icon-close-thin.svg);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
    display: inline-block;
  }

  .thirsti-lister-page
    .filters-column
    .close-filter-container
    .close-filter-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 1rem;
    padding-top: 42px;
    padding-bottom: 31px;
    margin-left: 6px;
  }

  .thirsti-lister-page .filters-column .clear-filter {
    display: none;
  }
}

@media (max-width: 767px) and (max-width: 767px) and (orientation: landscape) {
  .thirsti-lister-page .filters-column {
    display: none;
  }
}

@media (max-width: 767px) and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .thirsti-lister-page .filters-column {
    display: block;
  }
}

@media (max-width: 767px) and (max-width: 767px) and (orientation: landscape) {
  .thirsti-lister-page .filters-column.collapse.in {
    display: none;
  }
}

@media (max-width: 767px) and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .thirsti-lister-page .filters-column.collapse.in {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .thirsti-lister-page .filters-column {
    display: none;
  }
}

.thirsti-lister-page .filter-category-heading .filter-category-heading-text {
  width: 85%;
  display: inline-block;
}

.thirsti-lister-page .display-text {
  width: 95%;
  line-height: 20px;
  word-break: break-all;
}

.thirsti-lister-page .selected-filter-name {
  line-height: 20px;
}

.thirsti-lister-page .filter-scroll {
  overflow-y: hidden;
  max-height: 100%;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .thirsti-lister-page .filter-scroll {
    overflow-y: scroll;
    max-height: calc(100% - 56px);
    padding-bottom: 50px;
  }
}

.thirsti-lister-page .filter-scroll .filter-panel .filter-group {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .mobile-sort_container {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 1000;
    bottom: 76px;
    left: 0;
  }

  .mobile-sort_container .sort-container-label {
    font-weight: 700;
    font-size: 1.4rem;
  }

  .mobile-sort_container .sort-container-label:before {
    width: 31px;
    height: 31px;
    margin-right: 8px;
  }

  .mobile-sort_options--list {
    padding: 11px 16px;
    background-color: #fff;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .mobile-sort_options--list .sort-option {
    margin-bottom: 22px;
  }

  .mobile-sort_window {
    width: 100%;
    height: auto;
  }

  .mobile-sort_window--heading {
    background-color: #ececec;
    padding: 14px 16px 13px;
    width: 100%;
  }

  .noscroll {
    position: fixed;
    overflow-y: hidden;
  }
}

@media (max-width: 767px) and (max-width: 991px) {
  .filter-panel {
    padding-right: 0;
    margin-top: 0;
  }
}

@media (max-width: 767px) and (min-width: 768px) {
  .noscroll {
    position: static;
    overflow-y: auto;
  }
}

@keyframes bs-notify-fadeOut {
  0 {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px 0;
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #d93c08;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: 0;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 220px;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control,
.bootstrap-select.stripepay .form-group .StripeElement {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]),
:not(.input-group)
  > .bootstrap-select.stripepay
  .form-group
  .StripeElement:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn,
.bootstrap-select.stripepay .form-group .StripeElement.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]),
.form-inline
  .bootstrap-select.stripepay
  .form-group
  .StripeElement:not([class*="col-"]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control,
.form-group-lg .bootstrap-select.stripepay .form-group .StripeElement,
.form-group-sm .bootstrap-select.stripepay .form-group .StripeElement {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle,
.form-group-lg
  .bootstrap-select.stripepay
  .form-group
  .StripeElement
  .dropdown-toggle,
.form-group-sm
  .bootstrap-select.stripepay
  .form-group
  .StripeElement
  .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control,
.form-inline .bootstrap-select .stripepay .form-group .StripeElement {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group
  .bs3-has-addon.bootstrap-select
  .dropdown-toggle
  .filter-option
  .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle,
.input-group
  .bootstrap-select.stripepay
  .form-group
  .StripeElement
  .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: "\00a0";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup
  .dropdown-toggle
  .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right
  .dropdown-toggle
  .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right
  .dropdown-toggle
  .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control,
.bs-searchbox .stripepay .form-group .StripeElement {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.datepicker {
  border-radius: 0;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 0;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000;
  background-color: #afd9ee;
  background-image: none;
  border-color: #52addb;
}

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

.datepicker table tr td.highlighted .badge {
  color: #d9edf7;
  background-color: #000;
}

.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #999;
}

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000;
  background-color: #ffc966;
  background-image: none;
  border-color: #f59e00;
}

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today .badge {
  color: #ffdb99;
  background-color: #000;
}

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #999;
}

.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
}

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000;
  background-color: #d5d5d5;
  background-image: none;
  border-color: #9d9d9d;
}

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eee;
  border-color: #bbb;
}

.datepicker table tr td.range .badge {
  color: #eee;
  background-color: #000;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #999;
}

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #c1d7e3;
  background-image: none;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted .badge {
  color: #e4eef3;
  background-color: #000;
}

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #999;
}

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000;
  background-color: #f4b747;
  background-image: none;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today .badge {
  color: #f7ca77;
  background-color: #000;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #999;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #999;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: gray;
  border-color: #161616;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: gray;
  border-color: #373737;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: gray;
  background-image: none;
  border-color: #373737;
}

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #161616;
}

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #999;
  border-color: #555;
}

.datepicker table tr td.selected .badge,
.datepicker table tr td.selected.highlighted .badge {
  color: #999;
  background-color: #fff;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #d93c08;
  border-color: #333;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #a82e06;
  border-color: #000;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #a82e06;
  border-color: #141414;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #a82e06;
  background-image: none;
  border-color: #141414;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #852505;
  border-color: #000;
}

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #d93c08;
  border-color: #333;
}

.datepicker table tr td.active .badge,
.datepicker table tr td.active.highlighted .badge {
  color: #d93c08;
  background-color: #fff;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #d93c08;
  border-color: #333;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #a82e06;
  border-color: #000;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #a82e06;
  border-color: #141414;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #a82e06;
  background-image: none;
  border-color: #141414;
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open
  > .dropdown-toggle.datepicker
  table
  tr
  td
  span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open
  > .dropdown-toggle.datepicker
  table
  tr
  td
  span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open
  > .dropdown-toggle.datepicker
  table
  tr
  td
  span.active.disabled:hover.focus {
  color: #fff;
  background-color: #852505;
  border-color: #000;
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #d93c08;
  border-color: #333;
}

.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #d93c08;
  background-color: #fff;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: grid;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .slick-track {
    display: flex !important;
    justify-content: center !important;
    width: unset !important;
  }
}

@media screen and (max-width: 768px) {
  .slick-track {
    display: flex !important;
    justify-content: center !important;
  }
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  .product-list-container .slick-carousel .slick-prev {
    left: -13px;
  }

  .product-list-container .slick-carousel .slick-next {
    right: -13px;
  }
}

.slick-loading .slick-list {
  background: #fff url("../css/../img/icons/loading.gif") center center
    no-repeat;
}

.slick-prev,
.slick-next {
  z-index: 5;
  position: absolute;
  display: block;
  height: 100%;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.slick-prev:hover,
.slick-next:hover {
  outline: 0;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Glyphicons Halflings";
  font-size: 20px;
  line-height: 1;
  color: #232323;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}

.slick-prev:before {
  content: "\e079";
}

[dir="rtl"] .slick-prev:before {
  content: "\e080";
}

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}

.slick-next:before {
  content: "\e080";
}

[dir="rtl"] .slick-next:before {
  content: "\e079";
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: relative;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e074";
  width: 20px;
  height: 20px;
  font-family: "Glyphicons Halflings";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.5;
}

.custom-slider-width {
  width: unset !important;
}

.thirsti-lister-page .marketing-area img {
  padding-bottom: 0;
}

.thirsty-page-heading {
  border-bottom: 1px solid #e3e4e5;
  margin: 0 0 20px 0;
}

.thirsty-page-heading .thirsty-page-title {
  padding-left: 0;
  margin-top: 4px;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .thirsty-page-heading {
    margin: 0 -4px;
  }

  .thirsty-page-heading .thirsty-page-title {
    margin: 0 -16px;
    padding-left: 16px;
  }
}

.thirsty-product-search-result {
  padding-top: 0;
  margin-bottom: 5px;
}

.thirsty-product-search-result .product-list {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .thirsty-product-search-result {
    padding-top: 0;
  }

  .thirsty-product-search-result .product-list {
    padding: 0 8px;
  }
}

.thirsty-product-search-result #filter-accordion .applied-filters-container {
  padding: 20px 0 8px 0;
  border-bottom: solid 1px #d7d1d1;
  line-height: 0;
}

@media (max-width: 767px) {
  .thirsty-product-search-result #filter-accordion {
    padding-top: 0;
  }

  .thirsty-product-search-result #filter-accordion .applied-filters-container {
    padding: 24px 0;
    border-bottom: solid 1px #d7d1d1;
    line-height: 0;
  }
}

.thirsty-product-search-result .filters-column {
  margin-top: 9px;
}

@media (max-width: 767px) {
  .thirsty-product-search-result .filters-column {
    margin-top: 0;
  }
}

.thirsti-product-container {
  text-align: center;
  padding: 30px 0 0 0;
}

.thirsti-product-container .thirsti-product-heading p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px;
}

.thirsti-product-container .thirsti-product-subheading p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 30px;
}

.slick-controls {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 27px;
}

.slick-controls .slick-disabled {
  visibility: hidden !important;
}

.slick-controls .square {
  margin: 0 173px;
}

.slick-controls .square .slick-dots {
  bottom: 0;
}

.slick-controls .square .slick-dots li {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  margin: 0 4px;
  background-color: #000;
}

.slick-controls .square .slick-dots li button {
  height: 10px;
  width: 10px;
}

.slick-controls .square .slick-dots li button:before {
  content: " ";
  line-height: 15px;
  width: 10px;
  height: 10px;
}

.slick-controls .square .slick-dots .slick-active button:before {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  opacity: 1;
}

.slick-controls .prev-btn-custom {
  height: 16px;
  background-image: url(../css/../img/icons/rectangle-next.svg);
  border: 0;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-top: 7px;
}

.slick-controls .next-btn-custom {
  height: 16px;
  background-image: url(../css/../img/icons/rectangle-prev.svg);
  border: 0;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-top: 7px;
}

.thirsti-content-container .slick-disabled {
  display: none;
}

.thirsti-content-container .slick-list {
  width: 900px;
  margin: 0 auto;
  transition: 0.5s ease;
}

.thirsti-content-container .slick-prev,
.thirsti-content-container .slick-next {
  top: unset;
  height: 16px;
  width: 16px;
  bottom: -37px;
}

.thirsti-content-container .slick-prev:before,
.thirsti-content-container .slick-next:before {
  font-size: 17px;
  font-weight: 400;
  opacity: 1;
}

.thirsti-content-container .slick-prev:focus,
.thirsti-content-container .slick-next:focus {
  outline-offset: 0;
  height: 16px;
  width: 16px;
  bottom: -37px;
}

.thirsti-content-container .slick-prev {
  left: 30.5%;
}

.thirsti-content-container .slick-prev:before {
  content: "\e257";
}

.thirsti-content-container .slick-next {
  right: 30.5%;
}

.thirsti-content-container .slick-next:before {
  content: "\e258";
}

.thirsti-content-container .thirsti-pop-img img {
  width: auto;
}

.thirsti-content-container .thirsti-pod-content {
  width: 100%;
  margin: 22.78px 0 40px 0;
  padding-bottom: 0;
}

.thirsti-content-container
  .thirsti-pod-content
  .thirsti-product-list-heading
  p {
  font-size: 15.19px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
  margin-bottom: 3px;
}

.thirsti-content-container
  .thirsti-pod-content
  .thirsti-product-list-description {
  display: contents;
}

.thirsti-content-container
  .thirsti-pod-content
  .thirsti-product-list-description
  p {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  flex: 1 0 auto;
  padding-bottom: 35px;
  margin: 0;
}

.thirsti-content-container .thirsti-product-button {
  text-align: left;
  margin-bottom: 0;
  bottom: 1px;
  position: absolute;
}

.thirsti-content-container .thirsti-product-button .custome-button {
  padding: 10px 31px;
  font-size: 12.15px;
  height: 38px;
}

.pop-width-4 .slick-list .thirsti-pods-ties {
  width: 213px;
  margin-right: 16px;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.pop-width-3 .slick-list .slick-track .thirsti-pods-ties {
  width: 284px;
  margin-right: 24px;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.pop-width-2 .slick-list .thirsti-pods-ties {
  width: 438px;
  margin-right: 24px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.desktopview {
  display: block;
}

.mobileview {
  display: none;
}

.product-list .thirsti-promo-card-item {
  padding: 0 1rem 2.5rem;
  list-style-type: none;
  outline: 0;
  flex-shrink: 1;
}

.product-list .thirsti-product-list-item .product-tile {
  padding: 0 0 1.5rem;
  justify-content: space-between;
  background: #fff;
}

.product-list .thirsti-product-list-item .product-tile div .price-container {
  overflow: hidden;
}

.product-list .thirsti-product-list-item .product-tile a {
  text-decoration: none !important;
}

.product-list
  .thirsti-product-list-item
  .product-tile
  .product-image-container {
  padding-bottom: 1rem;
}

.product-list .thirsti-product-list-item .product-tile .product-tile-title {
  margin-bottom: 0.875rem;
  padding: 0 0.625rem;
}

.product-list .thirsti-product-list-item .product-tile .product-tile-rating {
  margin-bottom: 0.5rem;
}

.product-list .thirsti-product-list-item .product-tile .product-description {
  margin-top: 0.625rem;
  margin-bottom: auto;
  padding: 0;
  font-size: 0.875rem !important;
}

.product-list
  .thirsti-product-list-item
  .product-tile
  .product-attribute-content {
  margin-top: 0;
  z-index: 0;
  padding: 1.5rem 0.315rem 1rem;
  justify-content: center;
  flex: 1 100%;
}

.product-list .thirsti-product-list-item .product-tile .price-container {
  margin-top: auto;
  margin-bottom: 0.625rem;
  padding-top: 1rem;
}

.product-list
  .thirsti-product-list-item
  .product-tile
  .price-container
  .current-price {
  margin: 0;
}

.product-list
  .thirsti-product-list-item
  .product-tile
  .price-container
  .old-price {
  height: 21px !important;
}

.product-list .thirsti-product-list-item .product-tile .price-container span {
  color: #717171;
  font-size: 0.6rem;
}

.product-list
  .thirsti-product-list-item
  .product-tile
  .price-container
  .product-installment-message,
.product-list
  .thirsti-product-list-item
  .product-tile
  .price-container
  .category-installment-message {
  margin: 5px 0;
}

.product-list .thirsti-product-list-item .product-tile .product-info-button {
  margin-top: auto;
}

.product-list
  .thirsti-product-list-item
  .product-tile
  .product-info-button
  .btn-primary {
  min-width: 12.5rem;
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .product-list
    .thirsti-product-list-item
    .product-tile
    .product-info-button
    .btn-primary {
    min-width: 10rem;
  }
}

@media (max-width: 991px) {
  .product-list
    .thirsti-product-list-item
    .product-tile
    .product-info-button
    .btn-primary {
    min-width: 9rem;
  }
}

@media (max-width: 991px) {
  .product-list .thirsti-product-list-item {
    padding: 0 0.5rem 1rem !important;
    max-width: 50% !important;
  }

  .product-list .thirsti-promo-card-item {
    padding: 0 0.5rem 1rem;
    max-width: 41%;
  }

  .thirsti-content-container .slick-list {
    width: 671px;
    margin: 0 auto;
  }

  .thirsti-content-container
    .slick-list
    .thirsti-pods-ties
    .thirsti-pod-content {
    margin: 23px 0 38px 0;
    padding-bottom: 0;
  }

  .thirsti-content-container
    .slick-list
    .thirsti-pods-ties
    .thirsti-pod-content
    .thirsti-product-list-heading
    p {
    font-size: 15px;
    font-weight: 700;
  }

  .thirsti-content-container
    .slick-list
    .thirsti-pods-ties
    .thirsti-pod-content
    .thirsti-product-list-description
    p {
    padding-bottom: 35px;
    margin: 0;
    font-size: 12;
    font-weight: 400;
  }

  .slick-controls {
    margin-top: 45px;
  }

  .pop-width-4 .slick-list .slick-track .thirsti-pods-ties {
    width: 213px;
    margin-right: 16px;
    margin-left: 0;
  }

  .pop-width-3 .slick-list .slick-track .thirsti-pods-ties {
    width: 213px;
    margin-right: 16px;
    margin-left: 0;
  }

  .pop-width-2 .slick-list .thirsti-pods-ties {
    width: 323px;
    margin-right: 24px;
  }
}

@media (max-width: 767px) {
  .desktopview {
    display: none;
  }

  .mobileview {
    display: block;
  }

  .product-list .thirsti-promo-card-item {
    max-width: 100% !important;
    padding: 0 0.25rem 1rem;
    list-style-type: none;
    outline: 0;
    flex-shrink: 1;
  }

  .product-list .thirsti-product-list-item {
    max-width: 50%;
    padding: 0 0.25rem 1rem !important;
  }

  .product-list .thirsti-product-list-item .product-tile {
    padding: 0 0 1.5rem;
    justify-content: space-between;
  }

  .product-list
    .thirsti-product-list-item
    .product-tile
    div
    .product-info-button {
    margin: 0 auto;
    padding: 0 1rem;
    width: 95%;
  }

  .product-list
    .thirsti-product-list-item
    .product-tile
    div
    .product-info-button
    .btn-primary {
    min-width: 3rem;
    font-size: 0.875rem;
    padding: 1rem 1.5rem;
  }

  .thirsti-product-container {
    padding: 24px 0 0 0;
  }

  .thirsti-product-container .thirsti-product-heading p {
    line-height: 30px;
    margin-bottom: 12px;
  }

  .thirsti-product-container .thirsti-product-subheading p {
    line-height: 22px;
    margin-bottom: 32px;
  }

  .slick-controls {
    margin-top: 36px;
    margin-bottom: 28px;
  }

  .slick-controls .next-btn-custom {
    background-size: 50px 16px;
  }

  .slick-controls .square {
    margin: 0;
    min-width: 80%;
  }

  .slick-controls .square .slick-dots li {
    margin: 0 3px;
  }

  .thirsti-content-container {
    margin: 0 -15px;
  }

  .thirsti-content-container .slick-list {
    width: 100%;
  }

  .thirsti-content-container .slick-list .slick-track {
    width: 100% !important;
  }

  .thirsti-content-container .slick-list .slick-track .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
  }

  .thirsti-content-container .slick-list .thirsti-pods-ties {
    min-width: 256px;
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
  }

  .thirsti-content-container
    .slick-list
    .thirsti-pods-ties
    .thirsti-pod-content {
    margin: 29px 0 52px 0;
    padding-bottom: 0;
  }

  .thirsti-content-container
    .slick-list
    .thirsti-pods-ties
    .thirsti-pod-content
    .thirsti-product-list-heading
    p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 21px;
  }

  .thirsti-content-container
    .slick-list
    .thirsti-pods-ties
    .thirsti-pod-content
    .thirsti-product-list-description
    p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 27px 0;
    padding: 0;
  }

  .thirsti-content-container .thirsti-product-button .custome-button {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 15px 40px;
    margin-bottom: 0;
    height: 50px;
  }

  .homepage .thirsti-content-container {
    margin: 0;
  }

  .homepage .thirsti-content-container .slick-list .slick-track {
    width: 100% !important;
  }

  .homepage .thirsti-content-container .slick-list .slick-track .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
  }

  .homepage
    .thirsti-content-container
    .slick-list
    .slick-track
    .slick-slide
    .thirsti-pods-ties {
    min-width: 256 !important;
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
  }
}

.product-promo-card {
  display: flex;
  padding: 0 1.5rem 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  background: var(--promo-background-desktop, #fff);
  border: 1px solid var(--promo-card-border, #fff);
  height: 100%;
  gap: var(--promo-min-height-gap, 24px);
  text-decoration: none !important;
}

.product-promo-card:hover {
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .product-promo-card {
    padding: 24px;
    background: var(--promo-background-mobile, #fff);
    gap: 24px;
    padding-bottom: var(--promo-min-height-padding, 24px);
  }
}

.product-promo-card .promo-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .product-promo-card .promo-content {
    gap: 16px;
    margin-top: 0;
  }
}

.product-promo-card .promo-content--heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.product-promo-card .promo-content--heading--eyebrow {
  align-self: stretch;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  color: var(--eyebrow-text-color, #000);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

@media (max-width: 767px) {
  .product-promo-card .promo-content--heading--eyebrow {
    font-size: 14px;
    line-height: 16px;
  }
}

.product-promo-card .promo-content--heading--headline {
  align-self: stretch;
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  margin: 0;
  color: var(--headline-text-color, #000);
}

.product-promo-card .promo-content--heading--headline:hover {
  color: var(--headline-text-color, #000) !important;
}

@media (max-width: 991px) {
  .product-promo-card .promo-content--heading--headline {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-promo-card .promo-content--heading--headline {
    font-size: 24px;
    line-height: 28px;
  }
}

.product-promo-card .promo-content--description--text {
  align-self: stretch;
  font-family: "proxima-nova-normal-400", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  color: var(--description-text-color, #000);
}

@media (max-width: 991px) {
  .product-promo-card .promo-content--description--text {
    font-size: 14px;
    line-height: 18px;
  }
}

.product-promo-card .promo-button {
  display: flex;
  padding: 0.75rem 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 100px;
  border: 1px solid var(--button-border-color);
  background: var(--button-fill-color, #fff);
  text-decoration: none !important;
}

.product-promo-card .promo-button:hover {
  background: var(--button-background-hover-color, #000);
  color: var(--button-text-hover-color, #000);
  border: 1px solid var(--button-border-hover-color, #e3e4e5);
}

.product-promo-card .promo-button .promo-button-text--label {
  font-family: "proxima-nova-normal-700", "Helvetica", "Arial", sans-serif;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: var(--button-label-color, #fff);
}

.product-promo-card .promo-button .promo-button-text--label:hover {
  color: var(--button-text-hover-color, #000);
}

.thirsti-attribute-content ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.thirsti-attribute-content ul li {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.thirsti-attribute-content ul li p,
.thirsti-attribute-content ul li h4 {
  color: #767676;
  font-size: 0.75rem;
  line-height: 25px;
  margin: 0 5px 0 0;
  display: block;
}

.thirsti-price-container {
  margin-bottom: 0.625rem;
  padding-top: 1rem;
}

.js-show-more-results-row {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .js-show-more-results-row {
    width: unset;
    margin: 0 -4px;
  }

  .js-show-more-results-row a {
    padding: 1rem 1.5rem;
  }
}

#filter-accordion .filter-name {
  font-size: 13px;
}

#filter-accordion span.icon-selected {
  border: 1px solid #333;
  display: inline-block;
  height: 20px;
  margin-right: 0.33333333rem;
  width: 20px;
  position: relative;
  min-width: 20px;
}

#filter-accordion span.icon-selected:after {
  content: "";
  position: absolute;
  top: 2;
  left: 0.45rem;
  width: 0.2rem;
  height: 0.8rem;
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: content-box;
}

#filter-accordion .filter-panel h3 span {
  color: #000;
  font-size: 16px;
}

#filter-accordion .filter-panel .filter-group .filter-list .filter-item {
  width: 97%;
}

.filter-category-heading {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.5s ease;
}

@media (max-width: 767px) {
  .filter-category-heading {
    font-size: 18px;
  }
}

.filter-category-heading.collapsed .glyphicon.glyphicon-menu-down {
  transform: rotate(180deg);
  transition: 0.5s ease;
  font-size: 18px;
}

.filter-category-heading:not(.collapsed) .glyphicon.glyphicon-menu-down {
  transition: 0.5s ease;
  font-size: 18px;
}

.filter-group {
  margin-bottom: 0 !important;
  font-size: 14px;
}

@media (max-width: 767px) {
  .filter-group {
    font-size: 16px;
    overflow: hidden;
  }
}

.filter-group .glyphicon:hover {
  color: #000 !important;
  cursor: pointer;
}

.filter-group li .filter-item {
  padding: 20px 0;
}

.filter-group li .filter-item .selected-filter-name {
  margin-top: 1px;
}

@media (max-width: 767px) {
  .filter-group li .filter-item .selected-filter-name {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .filter-group {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

.radio input[type="radio"]:checked + label:after,
.checkbox input[type="radio"]:checked + label:after {
  background-color: #d93c08;
}

.radio input[type="checkbox"]:checked + label:after,
.checkbox input[type="checkbox"]:checked + label:after {
  border-right: 0.125rem solid #d93c08;
  border-bottom: 0.125rem solid #d93c08;
}
@media (min-width: 992px) {
  .snlp-copy-cta--padded .snlp-inner {
    min-height: 0px;
  }
}
@media (min-width: 992px) {
  .snlp-copy-cta--padded .snlp-inner {
  }
}
@media (min-width: 768px) {
  .snlp-copy-cta .snlp-inner {
    background-position: right center;
    background-size: auto 100%;
  }
}
.snlp-copy-cta .snlp-inner {
  position: relative;
  max-width: 1440px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 242px;
}
.snlp-inner {
  width: 100%;
  margin: 0 auto;
}
