@charset "UTF-8";
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.h1,
h1 {
  font-size: 2.997rem;
}
.h2,
h2 {
  font-size: 1.494rem;
}
.h3,
h3 {
  font-size: 1.296rem;
}
.h4,
h4 {
  font-size: 1.26rem;
}
.h5,
h5 {
  font-size: 1.197rem;
}
.h6,
h6 {
  font-size: 0.999rem;
}
.lead {
  font-size: 1.125rem;
  font-weight: 300;
}
.display-1 {
  font-size: 5rem;
}
.display-1,
.display-2 {
  font-weight: 400;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4rem;
}
.display-3,
.display-4 {
  font-weight: 400;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
}
hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.small,
small {
  font-size: 0.875em;
  font-weight: 400;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.blockquote-footer {
  color: #666;
  display: block;
  font-size: 0.875em;
}
.blockquote-footer:before {
  content: '— ';
}
.container-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .container-2 {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container-2 {
    max-width: 768px;
  }
}
@media (min-width: 1023px) {
  .container-2 {
    max-width: 1023px;
  }
}
@media (min-width: 1400px) {
  .container-2 {
    max-width: 1300px;
  }
}
.container-3 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .container-3 {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container-3 {
    max-width: 768px;
  }
}
@media (min-width: 1023px) {
  .container-3 {
    max-width: 1023px;
  }
}
@media (min-width: 1400px) {
  .container-3 {
    max-width: 1140px;
  }
}
.container-brand {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .container-brand {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container-brand {
    max-width: 768px;
  }
}
@media (min-width: 1023px) {
  .container-brand {
    max-width: 1023px;
  }
}
@media (min-width: 1400px) {
  .container-brand {
    max-width: 1140px;
  }
}
.container-2-sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.container-2,
.container-2-sm {
  max-width: 576px;
}
.container-2-md {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.container-2,
.container-2-md,
.container-2-sm {
  max-width: 768px;
}
.container-2-lg {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.container-2,
.container-2-lg,
.container-2-md,
.container-2-sm {
  max-width: 1023px;
}
.container-2-xl {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.container-2,
.container-2-lg,
.container-2-md,
.container-2-sm,
.container-2-xl {
  max-width: 1300px;
}
.container-primary {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .container-primary {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container-primary {
    max-width: 768px;
  }
}
@media (min-width: 1023px) {
  .container-primary {
    max-width: 1023px;
  }
}
@media (min-width: 1400px) {
  .container-primary {
    max-width: 1400px;
  }
}
@media (min-width: 768px) {
  .container-primary {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
  }
}
@media (min-width: 1023px) {
  .container-primary {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .container-primary {
    margin-left: auto;
    margin-right: auto;
    padding-left: 140px;
    padding-right: 140px;
    width: 100%;
  }
}
.h1,
.h2,
.h3,
.h4 {
  font-weight: var(--h-font-weight, 700);
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center;
}
.h1 {
  font-size: var(--h1-font-size-mobile, 32px);
  font-weight: var(--h1-font-weight, var(--h-font-weight, 700));
}
@media (min-width: 768px) {
  .h1 {
    font-size: var(--h1-font-size-desktop, 48px);
  }
}
.h2 {
  font-size: var(--h2-font-size-mobile, 24px);
}
@media (min-width: 768px) {
  .h2 {
    font-size: var(--h2-font-size-desktop, 32px);
  }
}
.h3 {
  font-size: var(--h3-font-size-mobile, 20px);
}
@media (min-width: 768px) {
  .h3 {
    font-size: var(--h3-font-size-desktop, 24px);
  }
}
.h4 {
  font-size: var(--h4-font-size-mobile, 16px);
}
@media (min-width: 768px) {
  .h4 {
    font-size: var(--h4-font-size-desktop, 18px);
  }
}
.p {
  font-size: var(--p-font-size-mobile, 18px);
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p {
    font-size: var(--p-font-size-desktop, 16px);
  }
}
.display-5 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}
.display-6 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}
.note1 {
  font-size: 14px;
  font-weight: 600;
}
.note1,
.note2 {
  margin-bottom: 0;
}
.note2 {
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .note1-sm {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .note2-sm {
    font-size: 12px;
    font-weight: 400;
  }
  .display-1-sm {
    font-size: 5rem;
  }
  .display-1-sm,
  .display-2-sm {
    font-weight: 400;
    line-height: 1.2;
  }
  .display-2-sm {
    font-size: 5.5rem;
  }
  .display-3-sm {
    font-size: 4rem;
  }
  .display-3-sm,
  .display-4-sm {
    font-weight: 400;
    line-height: 1.2;
  }
  .display-4-sm {
    font-size: 3.5rem;
  }
  .display-5-sm {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
  }
  .display-6-sm {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .note1-md {
    font-size: 14px;
    font-weight: 600;
  }
  .note2-md {
    font-size: 12px;
    font-weight: 400;
  }
  .display-1-md {
    font-size: 5rem;
  }
  .display-1-md,
  .display-2-md {
    font-weight: 400;
    line-height: 1.2;
  }
  .display-2-md {
    font-size: 5.5rem;
  }
  .display-3-md {
    font-size: 4rem;
  }
  .display-3-md,
  .display-4-md {
    font-weight: 400;
    line-height: 1.2;
  }
  .display-4-md {
    font-size: 3.5rem;
  }
  .display-5-md {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
  }
  .display-6-md {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
  }
}
@media (min-width: 1023px) {
  .note1-lg {
    font-size: 14px;
    font-weight: 600;
  }
  .note2-lg {
    font-size: 12px;
    font-weight: 400;
  }
  .display-1-lg {
    font-size: 5rem;
  }
  .display-1-lg,
  .display-2-lg {
    font-weight: 400;
    line-height: 1.2;
  }
  .display-2-lg {
    font-size: 5.5rem;
  }
  .display-3-lg {
    font-size: 4rem;
  }
  .display-3-lg,
  .display-4-lg {
    font-weight: 400;
    line-height: 1.2;
  }
  .display-4-lg {
    font-size: 3.5rem;
  }
  .display-5-lg {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
  }
  .display-6-lg {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
  }
}
@media (min-width: 1400px) {
  .note1-xl {
    font-size: 14px;
    font-weight: 600;
  }
  .note2-xl {
    font-size: 12px;
    font-weight: 400;
  }
  .display-1-xl {
    font-size: 5rem;
  }
  .display-1-xl,
  .display-2-xl {
    font-weight: 400;
    line-height: 1.2;
  }
  .display-2-xl {
    font-size: 5.5rem;
  }
  .display-3-xl {
    font-size: 4rem;
  }
  .display-3-xl,
  .display-4-xl {
    font-weight: 400;
    line-height: 1.2;
  }
  .display-4-xl {
    font-size: 3.5rem;
  }
  .display-5-xl {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
  }
  .display-6-xl {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
  }
}
.btn {
  font-size: var(--btn-font-size, 16px);
  font-weight: 800;
  line-height: 1.6;
  padding: var(--btn-padding, 10px 20px);
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
@media (max-width: 1022.98px) {
  .btn {
    font-size: var(--btn-font-size-mobile, var(--btn-font-size, 16px));
  }
}
.btn.btn-primary {
  background: #29d54f;
  border: 0;
  box-shadow: none;
  color: #fff;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.btn.btn-primary:hover {
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
  color: #fff;
  filter: brightness(90%);
}
.btn.btn-secondary {
  background: var(--btn-background-primary, #fe5196);
  border: 0;
  box-shadow: none;
  color: var(--btn-color-secondary-hover, #fff);
  outline: none;
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover {
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
  color: var(--btn-color-secondary-hover, #fff);
  filter: brightness(90%);
}
.btn.btn-black {
  background-color: #000;
  border: 0;
  box-shadow: none;
  color: #fff;
}
.btn.btn-black:hover {
  background-color: #000;
  border-color: #000;
}
.btn.btn-black.focus,
.btn.btn-black:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn.btn-black.disabled,
.btn.btn-black.focus,
.btn.btn-black:disabled,
.btn.btn-black:focus,
.btn.btn-black:not(:disabled):not(.disabled).active,
.btn.btn-black:not(:disabled):not(.disabled):active,
.show > .btn.btn-black.dropdown-toggle {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn.btn-black:not(:disabled):not(.disabled).active:focus,
.btn.btn-black:not(:disabled):not(.disabled):active:focus,
.show > .btn.btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn.btn-black:hover {
  color: #fff;
}
.btn.btn-white {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #333;
  color: #000;
}
.btn.btn-white.focus,
.btn.btn-white:focus,
.btn.btn-white:hover {
  background-color: #ececec;
  border-color: #e6e6e6;
  color: #333;
}
.btn.btn-white.focus,
.btn.btn-white:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 88%, 0.5);
}
.btn.btn-white.disabled,
.btn.btn-white:disabled {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}
.btn.btn-white:not(:disabled):not(.disabled).active,
.btn.btn-white:not(:disabled):not(.disabled):active,
.show > .btn.btn-white.dropdown-toggle {
  background-color: #e6e6e6;
  border-color: #dfdfdf;
  color: #333;
}
.btn.btn-white:not(:disabled):not(.disabled).active:focus,
.btn.btn-white:not(:disabled):not(.disabled):active:focus,
.show > .btn.btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 88%, 0.5);
}
.btn.btn-white:hover {
  color: #000;
}
.btn.btn-medium {
  max-width: var(--btn-width-medium, 315px);
  width: 100%;
}
.btn:hover {
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
}
.btn--no-transform {
  text-transform: unset;
}
.btn-group-toggle-active .active {
  display: none;
}
.footer {
  background: linear-gradient(284.84deg, #2456a0 30.75%, #4aa3e9 85.96%);
  color: #fff;
  padding: 50px 0 20px;
  text-align: left;
}
.footer * {
  line-height: 1.2;
}
.footer--huusk {
  background: #000;
}
.footer--melzu .footer__logo {
  max-width: 130px;
}
.footer__logo {
  margin-bottom: 30px;
  max-width: 190px;
  width: 100%;
}
.footer__title {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.footer__list {
  list-style: none !important;
  margin-bottom: 30px;
  margin-top: 15px;
  padding: 0;
}
.footer__list-item {
  margin-bottom: 10px;
  padding: 0;
}
.footer__list-item a,
.footer__list-item a:hover,
.footer__list-item a:visited {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none !important;
}
.footer__list-item p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.footer__list-item--contact {
  align-items: center;
  display: flex;
}
.footer__copy {
  background: #fff;
}
.footer__copy-text {
  font-size: 12px;
  margin: 0;
}
@media (max-width: 768px) {
  .footer__copy-text {
    margin-bottom: 15px;
  }
}
.footer__copy-holder {
  align-items: center;
  color: #4a4a4a;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}
@media (min-width: 768px) {
  .footer__copy-holder {
    flex-direction: row;
  }
}
.footer__contact-icon {
  background-color: #2676f7;
  height: 30px;
  margin-right: 10px;
  width: 30px;
}
.footer__contact-icon--mail {
  -webkit-mask: url(../../theme/images/footer/emails.svg) no-repeat center;
  mask: url(../../theme/images/footer/emails.svg) no-repeat center;
}
.footer__contact-icon--phone {
  -webkit-mask: url(../../theme/images/footer/phone.svg) no-repeat center;
  mask: url(../../theme/images/footer/phone.svg) no-repeat center;
}
.footer__contact-icon--time {
  -webkit-mask: url(../../theme/images/footer/time.svg) no-repeat center;
  mask: url(../../theme/images/footer/time.svg) no-repeat center;
}
.footer__contact--enence .footer__contact-icon {
  background: #e12a63;
}
.footer__contact--ryoko .footer__contact-icon {
  background: #e76c12;
}
.footer__contact--huusk .footer__contact-icon {
  background: #f90;
}
.footer__contact--melzu .footer__contact-icon {
  background: #bf73e3;
}
.footer__payments-img {
  max-width: 300px;
}
.footer--2 {
  background: #313233;
  color: #fff;
}
.footer--2 .footer__list-item a,
.footer--2 .footer__list-item a:hover,
.footer--2 .footer__list-item a:visited,
.footer--2 .footer__list-item p,
.footer--2 .footer__title {
  color: #fff;
}
blockquote cite {
  color: #666;
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.flash-sale-banner {
  top: 0;
  z-index: 10;
}
.flash-sale-banner p {
  color: #ffeb00;
}
.flash-sale-banner a {
  background: #ffeb00;
  max-width: 300px;
}
.srb {
  background: #fff;
  margin-bottom: -1px;
  top: -1px;
  z-index: 9;
}
@media (max-width: 575.98px) {
  .srb {
    background: #fff;
  }
}
.srb__holder {
  padding: 15px 0;
}
@media (max-width: 575.98px) {
  .srb__holder {
    padding: 10px 0;
  }
}
.srb--christmas .srb__holder {
  padding: 15px 0 20px;
}
.srb__img {
  max-width: 180px;
  min-width: 100px;
  width: 25%;
}
.srb__btn,
.srb a {
  z-index: 11;
}
.srb__btn {
  background: #fe346e;
  color: #fff;
  max-width: 300px;
}
@media (min-width: 1023px) {
  .srb__btn {
    max-width: 350px;
  }
}
.srb__btn:active,
.srb__btn:hover {
  color: #fff;
}
@media (max-width: 575.98px) {
  .srb__btn {
    background: #fe346e;
    min-width: 190px;
  }
  .srb__btn,
  .srb__btn:active,
  .srb__btn:hover {
    color: #fff;
  }
}
.limited-time-promo {
  background: #fff;
}
.limited-time-promo--black {
  background: #000;
  color: #fff;
}
.limited-time-promo--green {
  background: #0ed13d;
}
.top-promo {
  background: #0097fe;
}
.top-promo span {
  font-weight: 700;
  text-transform: uppercase;
}
.top-promo span:nth-child(2) {
  font-weight: 700;
  text-decoration: underline;
}
.upsell-steps {
  padding: 3px 0;
}
.upsell-steps__step {
  background: #f1f1f1;
  -webkit-clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%, 0 0);
  clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%, 0 0);
  color: #b1b1b1;
  transform: scaleX(1.03);
}
.upsell-steps__step:last-child {
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
}
.upsell-steps__step--completed,
.upsell-steps__step:first-child {
  background: #0097fe;
}
.upsell-steps__step:first-child {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
}
.upsell-steps__number {
  border: 1px solid #b1b1b1;
  border-radius: 100px;
  color: #b1b1b1;
  height: 20px;
  width: 20px;
}
.upsell-steps__step--completed .upsell-steps__number {
  background: #fff;
  border: unset;
  color: #0097fe;
}
.nav {
  background: #fff;
  padding: 10px 0;
  width: 100%;
}
.nav--legacy .nav__items--mobile.show {
  display: flex !important;
}
@media (min-width: 1024px) {
  .nav--legacy .nav__items--mobile.show {
    display: none !important;
  }
}
.nav--legacy .nav__items--mobile:not(.show) {
  display: none !important;
}
.nav--absolute {
  position: absolute;
  top: 0;
  z-index: 2;
}
.nav--absolute:not(.nav--opened) {
  background: transparent !important;
}
.nav--absolute:not(.nav--opened) .nav__item--btn {
  background: #0ed13d;
}
.nav--absolute:not(.nav--opened) .nav__item:not(.nav__item--btn) {
  color: #000;
}
.nav--absolute.nav--opened .nav__item:not(.nav__item--btn) {
  color: #447cda;
}
.nav--opened,
.nav--white {
  background: #fff;
}
.nav--white .nav__item:not(.nav__item--btn) {
  color: #000;
}
.nav--white .nav__item--btn {
  background: #0ed13d;
}
.nav--white .nav__toggle-row {
  background: #000;
}
.nav--white .nav__toggle-close svg {
  fill: #000;
}
.nav--cool-hover .nav__item:not(.nav--cool-hover .nav__item--btn) {
  color: #fff;
  position: relative;
  transition: color 0.23s ease-in-out;
}
.nav--cool-hover .nav__item:not(.nav--cool-hover .nav__item--btn):after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%) scaleY(2);
  transition: width 0.23s ease-in-out;
  width: 0;
  z-index: -1;
}
.nav--cool-hover .nav__item:not(.nav--cool-hover .nav__item--btn):hover {
  color: #fff;
}
.nav--cool-hover .nav__item:not(.nav--cool-hover .nav__item--btn):hover:after {
  width: 110%;
}
.nav--2 {
  background: #fff;
}
.nav--2 .nav__item,
.nav--2 .nav__item:focus,
.nav--2 .nav__item:hover,
.nav--2 .nav__item:visited {
  color: #fff;
}
.nav--2 .nav__item--btn {
  background-color: #fff;
  border-color: transparent;
  color: #333;
  color: #fff;
  font-weight: 400;
}
.nav--2 .nav__item--btn.focus,
.nav--2 .nav__item--btn:focus,
.nav--2 .nav__item--btn:hover {
  background-color: #ececec;
  border-color: transparent;
  color: #333;
}
.nav--2 .nav__item--btn.focus,
.nav--2 .nav__item--btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.nav--2 .nav__item--btn.disabled,
.nav--2 .nav__item--btn:disabled {
  background-color: #fff;
  border-color: transparent;
  color: #333;
}
.nav--2 .nav__item--btn:not(:disabled):not(.disabled).active,
.nav--2 .nav__item--btn:not(:disabled):not(.disabled):active,
.show > .nav--2 .nav__item--btn.dropdown-toggle {
  background-color: #e6e6e6;
  border-color: transparent;
  color: #333;
}
.nav--2 .nav__item--btn:not(:disabled):not(.disabled).active:focus,
.nav--2 .nav__item--btn:not(:disabled):not(.disabled):active:focus,
.show > .nav--2 .nav__item--btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.nav--2.nav--cool-hover .nav__item:not(.nav__item--btn) {
  color: #fff;
}
.nav--2 .nav__logo {
  max-width: 130px;
}
@media (max-width: 575.98px) {
  .nav--2 .nav__logo {
    max-width: 130px;
  }
}
.nav--3 {
  background: #fff;
}
.nav--3 .nav__item,
.nav--3 .nav__item:focus,
.nav--3 .nav__item:hover,
.nav--3 .nav__item:visited {
  color: #fff;
}
.nav--3 .nav__item--btn {
  background-color: #fff;
  border-color: transparent;
  color: #333;
  color: #fff;
  font-weight: 400;
}
.nav--3 .nav__item--btn.focus,
.nav--3 .nav__item--btn:focus,
.nav--3 .nav__item--btn:hover {
  background-color: #ececec;
  border-color: transparent;
  color: #333;
}
.nav--3 .nav__item--btn.focus,
.nav--3 .nav__item--btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.nav--3 .nav__item--btn.disabled,
.nav--3 .nav__item--btn:disabled {
  background-color: #fff;
  border-color: transparent;
  color: #333;
}
.nav--3 .nav__item--btn:not(:disabled):not(.disabled).active,
.nav--3 .nav__item--btn:not(:disabled):not(.disabled):active,
.show > .nav--3 .nav__item--btn.dropdown-toggle {
  background-color: #e6e6e6;
  border-color: transparent;
  color: #333;
}
.nav--3 .nav__item--btn:not(:disabled):not(.disabled).active:focus,
.nav--3 .nav__item--btn:not(:disabled):not(.disabled):active:focus,
.show > .nav--3 .nav__item--btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.nav--3.nav--cool-hover .nav__item:not(.nav__item--btn) {
  color: #fff;
}
.nav--3 .nav__logo {
  max-width: 130px;
}
@media (max-width: 575.98px) {
  .nav--3 .nav__logo {
    max-width: 130px;
  }
}
.nav--secondary {
  background-color: #666;
}
.nav__logo {
  max-width: 130px;
}
.nav__logo--travel-modem {
  max-width: 150px !important;
}
.nav__holder-right {
  align-items: center;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1023.98px) {
  .nav__holder-right {
    display: none;
  }
}
.nav__flag {
  margin-left: 15px;
  width: 30px;
}
.nav__flag--mobile {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .nav__flag--mobile {
    display: none;
  }
}
.nav__close {
  display: none;
}
.nav__items {
  align-items: center;
  display: flex;
}
.nav__items--mobile {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .nav__items--mobile {
    display: none;
  }
}
.nav__item {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  word-break: normal;
}
@media (max-width: 1023.98px) {
  .nav__item {
    margin-top: 20px;
  }
}
.nav__item:focus,
.nav__item:hover,
.nav__item:visited {
  color: #fff;
  text-decoration: none !important;
}
.nav__item:hover {
  opacity: 0.8;
}
.nav__item--btn {
  background-color: #0ed13d;
  border-color: transparent;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.41);
  color: #fff;
  max-width: 250px;
  padding: 10px;
}
.nav__item--btn.focus,
.nav__item--btn:focus,
.nav__item--btn:hover {
  background-color: #0cad33;
  border-color: transparent;
  color: #fff;
}
.nav__item--btn.focus,
.nav__item--btn:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.nav__item--btn.disabled,
.nav__item--btn:disabled {
  background-color: #0ed13d;
  border-color: transparent;
  color: #fff;
}
.nav__item--btn:not(:disabled):not(.disabled).active,
.nav__item--btn:not(:disabled):not(.disabled):active,
.show > .nav__item--btn.dropdown-toggle {
  background-color: #0ba12f;
  border-color: transparent;
  color: #fff;
}
.nav__item--btn:not(:disabled):not(.disabled).active:focus,
.nav__item--btn:not(:disabled):not(.disabled):active:focus,
.show > .nav__item--btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
@media (max-width: 1023.98px) {
  .nav__item--btn {
    margin-bottom: 10px;
  }
}
.nav__item--btn.nav__item--btn-1 {
  background: transparent;
  border: 1px solid #fff;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
}
.nav__item--btn.nav__item--btn-1:hover {
  background: transparent;
  border: 1.5px solid #fff;
  box-shadow: none;
  filter: drop-shadow(0 4px 20px rgba(255, 255, 255, 0.25));
  font-weight: 700;
}
.nav__item--btn.nav__item--btn-2 {
  background: none;
  border: none;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}
.nav__item--btn.nav__item--btn-2:hover {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 700;
  text-decoration: underline !important;
}
.nav__item-gadgets {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.nav__item--gadgets:after {
  background-color: #fff;
  bottom: -10px;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.45s ease-out;
  width: 100%;
}
.nav__item--gadgets:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.nav__toggle {
  cursor: pointer;
  width: 30px;
}
.nav__toggle-row {
  background: #fff;
  height: 2px;
  margin-bottom: 4px;
}
.nav__toggle-row:nth-child(3) {
  margin-bottom: 0;
}
.nav__toggle-close,
.nav__toggle:not(.collapsed) .nav__toggle-row {
  display: none;
}
.nav__toggle:not(.collapsed) .nav__toggle-close {
  display: block;
}
@media (min-width: 1024px) {
  .nav__toggle {
    display: none;
  }
}
.nav__dropdown {
  min-width: 250px;
  top: 30px !important;
}
.nav__dropdown-before:before {
  border-bottom: 15px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: ' ';
  height: 0;
  position: absolute;
  top: 0;
  transform: translate(50%, -100%);
  width: 0;
}
@media (min-width: 1023px) {
  .nav__dropdown-before--languages:before {
    right: 0;
    transform: translate(-50%, -100%);
  }
}
.nav__dropdown .nav__item {
  color: #000;
  display: block;
  padding: 10px 0;
  text-align: left;
}
.nav--massivedeals {
  background: #fff;
}
.nav--massivedeals .nav__logo,
.nav--massivedeals__nav-logo {
  max-width: 170px !important;
}
.nav--massivedeals .nav__item {
  color: #000 !important;
  text-transform: capitalize;
}
.nav--massivedeals .nav__dropdown {
  background: #fff;
}
.nav--massivedeals .nav__dropdown:before {
  border-bottom-color: #fff;
}
@media (max-width: 575.98px) {
  .nav__logo {
    max-width: 130px;
  }
}
.footer-banner {
  background: #fff;
  color: #000;
}
.modal-body__yes-button {
  background: #0fd13d !important;
}
.modal-body-margin {
  margin: 14px;
}
.modal-body__button {
  background: #0fd13d;
  border-radius: 16px;
  box-shadow: 0 3.2px 3.2px rgba(0, 0, 0, 0.35);
  color: #fff;
  display: inline-block;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 16px 24px;
  text-transform: capitalize;
  vertical-align: top;
}
.modal-body__text {
  color: #0a0a0a;
  font-size: 16px;
  line-height: 1.4;
}
.modal-body__no-button {
  background-color: hsla(210, 3%, 87%, 0.47);
  color: #fff;
}
.modal-dialog-margin-0-auto {
  margin: 0 auto !important;
}
.push-engage-modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 10001;
}
.push-engage-modal .modal-dialog {
  left: 0;
  position: fixed;
  right: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .push-engage-modal .modal-dialog {
    top: -50%;
  }
}
@media (max-width: 1022.98px) {
  .push-engage-modal .modal-dialog {
    bottom: -50%;
  }
}
@media (max-width: 767.98px) {
  .push-engage-modal .modal-dialog .modal-body-margin {
    margin: 0;
  }
}
.order-quantity-options-4__label {
  background-color: #f9f9f9;
  border: 3px solid transparent;
  opacity: 0.45;
}
input:checked + .order-quantity-options-4__label {
  border-color: currentColor;
  opacity: 1;
}
.order-quantity-options-4__price {
  color: currentColor;
}
.order-quantity-options-4__product-img {
  height: 6em;
  max-height: 100%;
}
.order-quantity-options-4__product-img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.gadgets {
  background: 60% / cover url(../../theme/gadgets/enence/bg.svg) no-repeat;
}
.gadgets-product-header {
  max-width: 500px;
}
@media (min-width: 768px) {
  .gadgets-product-header--enence,
  .gadgets-product-header--tvidler {
    transform: scale(1.25);
  }
}
@media (max-width: 767.98px) {
  .gadgets-product-header--tvidler {
    max-width: 400px;
    transform: rotate(-45deg);
  }
}
.gadgets__leaf-left {
  max-width: 400px;
}
.gadgets__leaf-right {
  max-width: 350px;
}
.gadgets__stars {
  max-width: 140px;
}
.gadgets__text-blue {
  color: #032e63;
}
.gadgets__money-back {
  max-width: 100px;
}
.gadgets__order-button {
  background-color: #1ac70e;
  border: 2px solid #1ac70e;
  border-radius: 11px;
  box-shadow: inset 0 0 2px 0 #fff, inset 0 0 3px 0 rgba(0, 0, 0, 0.3), inset 0 0 3px 5px rgba(0, 0, 0, 0.03), 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  opacity: 1 !important;
  padding-bottom: 14px;
  padding-top: 14px;
}
.gadgets__order-button:hover {
  box-shadow: none;
}
.order-page-features {
  background: #fff;
}
@media (max-width: 767.98px) {
  .order-page-features__icon {
    width: unset;
  }
}
.cod-explanatory {
  background: linear-gradient(284.84deg, #2456a0 30.75%, #4aa3e9 85.96%);
  color: #fff;
}
@media (min-width: 2000px) {
  .cod-explanatory {
    background-size: 2000px;
  }
}
@media (max-width: 767.98px) {
  .cod-explanatory {
    background: #fff;
  }
}
.cod-explanatory__block {
  max-width: 270px;
}
.cod-explanatory__days {
  height: 65px;
  width: 65px;
}
.cod-explanatory__btn {
  background: #29d54f;
}
.cod-banner {
  background: #3c85cd;
  z-index: 20;
}
.cod-banner__btn {
  background: #29d54f;
  border-radius: 8px !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-shadow: 0 2.568px 3.424px rgba(0, 0, 0, 0.25);
}
.cod-banner__text {
  color: #fff !important;
}
.cod-banner br {
  margin: 0 !important;
}
.cod-banner-animation {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: slide-in;
  animation-name: slide-in;
}
@-webkit-keyframes slide-in {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.cod-banner-2__top {
  background-image: url(../../theme/components/cod-banner-2/nuubu.svg);
}
.cod-banner-2__top br {
  margin: 0;
}
.cod-banner-2__btn {
  background: linear-gradient(0deg, #4aa3e9, #2456a0);
}
.cod-banner-2__btn-wrapper {
  background: linear-gradient(0deg, #2456a0, #4aa3e9);
}
.cod-banner-2 *,
.cod-banner-2 :visited {
  text-decoration: none !important;
}
.cod-delivery {
  border: 2px solid #007ffd;
}
.cod-delivery__bg {
  width: 136px;
}
.cod-delivery__icon {
  background-color: #f90;
  height: 60px;
  padding: 7px;
  transform: translate(50%, -50%);
  width: 60px;
}
@media (max-width: 1022.98px) {
  .cod-delivery__icon {
    height: 45px;
    padding: 7px;
    width: 45px;
  }
}
.cod-delivery__secure {
  background: #525451;
  border: 1px solid #5cd200;
  border-radius: 5px;
}
.cod-delivery__check {
  transform: translate(-50%, -50%);
}
.cod-delivery .st0 {
  fill: #fff;
}
.bf-v1 {
  background-image: radial-gradient(62.37% 62.37% at 50% 50%, #71acf8 0, #063b7d 0.01%, #000 100%);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 20;
}
@media (min-width: 1023px) {
  .bf-v1 {
    background-image: radial-gradient(62.37% 62.37% at 50% 50%, #71acf8 0, #063b7d 0.01%, #000 100%);
  }
}
.bf-v1-blink {
  -webkit-animation: blinker 1.2s linear infinite;
  animation: blinker 1.2s linear infinite;
}
.bf-v1__wrapper {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #2882f4;
}
@media (max-width: 1022.98px) {
  .bf-v1__wrapper {
    background: 50% / contain no-repeat;
  }
}
.bf-v1__btn {
  background: #2882f4 !important;
  border: 1px solid #063b7d !important;
  box-shadow: none !important;
}
.bf-v1__percentage {
  -webkit-text-fill-color: #2882f4;
}
@media (min-width: 1023px) {
  .bf-v1__percentage {
    font-size: 65px !important;
  }
}
.bf-2022-rotate {
  transform: rotate(-1.2deg);
}
@media (min-width: 1023px) {
  html[lang='ar-eg'] .bf-v1,
  html[lang='ar'] .bf-v1,
  html[lang='bg'] .bf-v1,
  html[lang='hi'] .bf-v1,
  html[lang='hr'] .bf-v1,
  html[lang='hu'] .bf-v1,
  html[lang='id'] .bf-v1,
  html[lang='ja'] .bf-v1,
  html[lang='ko'] .bf-v1,
  html[lang='pl'] .bf-v1,
  html[lang='sl'] .bf-v1,
  html[lang='ta'] .bf-v1,
  html[lang='te'] .bf-v1,
  html[lang='th'] .bf-v1,
  html[lang='tr'] .bf-v1,
  html[lang='tw'] .bf-v1,
  html[lang='uk'] .bf-v1,
  html[lang='zh-cn'] .bf-v1,
  html[lang='zh-hk'] .bf-v1 {
    background-image: radial-gradient(62.37% 62.37% at 50% 50%, #71acf8 0, #063b7d 0.01%, #000 100%) !important;
  }
}
html[lang='ar-eg'] .bf-v1__wrapper,
html[lang='ar'] .bf-v1__wrapper,
html[lang='bg'] .bf-v1__wrapper,
html[lang='hi'] .bf-v1__wrapper,
html[lang='hr'] .bf-v1__wrapper,
html[lang='hu'] .bf-v1__wrapper,
html[lang='id'] .bf-v1__wrapper,
html[lang='ja'] .bf-v1__wrapper,
html[lang='ko'] .bf-v1__wrapper,
html[lang='pl'] .bf-v1__wrapper,
html[lang='sl'] .bf-v1__wrapper,
html[lang='ta'] .bf-v1__wrapper,
html[lang='te'] .bf-v1__wrapper,
html[lang='th'] .bf-v1__wrapper,
html[lang='tr'] .bf-v1__wrapper,
html[lang='tw'] .bf-v1__wrapper,
html[lang='uk'] .bf-v1__wrapper,
html[lang='zh-cn'] .bf-v1__wrapper,
html[lang='zh-hk'] .bf-v1__wrapper {
  background: unset !important;
}
@-webkit-keyframes blinker {
  90% {
    opacity: 0;
  }
}
@keyframes blinker {
  90% {
    opacity: 0;
  }
}
.tracking {
  background: #f2f2f2;
}
.tracking__header {
  background-image: url(../../images/tracking/header-bg.svg);
  background-position: 50% 50%;
  background-size: cover;
  height: 40vh;
  min-height: 350px;
}
.tracking__header-text {
  top: -55px;
}
.tracking__track {
  top: -110px;
}
.tracking__results-top {
  background: #fff;
}
.tracking__button {
  background: #ea4970;
  border-radius: 100px;
  min-width: 200px;
}
.tracking__input {
  border: 1px solid #e5e5e5;
}
.tracking__overlay {
  height: 100%;
  opacity: 0.8;
  width: 100%;
  z-index: 1;
}
.tracking__overlay-spinner {
  height: 100px;
  width: 100px;
}
.tracking__text-primary {
  color: #ea4970;
}
.tracking__text-gray {
  color: #e3e3e3;
}
.tracking__status--1 [data-desktop-step='1'] {
  display: block !important;
}
.tracking__status--1 [data-mobile-step='1'] line {
  stroke: #ea4970;
}
.tracking__status--1 [data-step] {
  color: #e3e3e3;
}
.tracking__status--1 [data-step='1'] {
  color: #ea4970;
}
.tracking__status--2 [data-desktop-step='2'] {
  display: block !important;
}
.tracking__status--2 [data-mobile-step='1'] circle,
.tracking__status--2 [data-mobile-step='2'] circle {
  fill: #ea4970;
}
.tracking__status--2 [data-mobile-step='1'] line,
.tracking__status--2 [data-mobile-step='2'] line {
  stroke: #ea4970;
}
.tracking__status--2 [data-step] {
  color: #e3e3e3;
}
.tracking__status--2 [data-step='1'],
.tracking__status--2 [data-step='2'] {
  color: #ea4970;
}
.tracking__status--3 [data-desktop-step='3'] {
  display: block !important;
}
.tracking__status--3 [data-mobile-step='1'] circle,
.tracking__status--3 [data-mobile-step='2'] circle,
.tracking__status--3 [data-mobile-step='3'] circle {
  fill: #ea4970;
}
.tracking__status--3 [data-mobile-step='1'] line,
.tracking__status--3 [data-mobile-step='2'] line,
.tracking__status--3 [data-mobile-step='3'] line {
  stroke: #ea4970;
}
.tracking__status--3 [data-step] {
  color: #e3e3e3;
}
.tracking__status--3 [data-step='1'],
.tracking__status--3 [data-step='2'],
.tracking__status--3 [data-step='3'] {
  color: #ea4970;
}
body {
  background: #fff;
  color: #6f6f6f;
  font-family: Montserrat, sans-serif;
  /* font-family: Roboto; */
  line-height: 1.4;
}
.bg-black {
  background-color: #000 !important;
}
.order-quantity-options__label {
  background: #fff;
}
input:checked + .order-quantity-options__label {
  border: 3px solid #1ac70e;
}
.order-form-check {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.order-quantity-options__badge {
  background-color: var(--order-option-badge-color, #007ffd);
}
.order-options__bottom-badge {
  background-color: #007ffd;
}
.btn {
  border-radius: 8px;
}
.link-color a {
  color: #000;
}
.customer-support-select {
  border-color: #000;
}
.max-layout-width {
  margin-left: auto;
  margin-right: auto;
  /* max-width: 2000px; */
}
.derila-p1-blue {
  color: #18e3ff;
}
.derila-p1-dark-blue {
  color: #3d7dda;
}
.derila-p1__header {
  background-image: url(../../theme/derila/product/header-bg.svg);
  background-position: 80% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1500px) {
  .derila-p1__header {
    background-image: url(../../theme/derila/product/header-bg-xxl.svg);
    background-position: 100% 20%;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .derila-p1__header {
    margin-bottom: 125px;
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .derila-p1__header {
    background-position: 80% -50px;
    background-size: 1000px;
  }
}
.derila-p1__header-overlay {
  background: linear-gradient(72.48deg, #012161 22.86%, #1d3db8 43.32%, hsla(0, 0%, 100%, 0) 61.46%);
}
@media (max-width: 767.98px) {
  .derila-p1__header-overlay {
    background: linear-gradient(8deg, #012161 22.86%, #1d3db8 43.32%, hsla(0, 0%, 100%, 0) 81.46%);
  }
}
.derila-p1__header-square {
  border: 0.5px solid #18e3ff;
  border-radius: 30px;
}
.derila-p1__header-product {
  pointer-events: none;
  transform: translate(-50%, 30%) scale(1.9);
  width: 250px;
}
@media (min-width: 1023px) {
  .derila-p1__header-right {
    top: 50px;
  }
}
.derila-p1__header-right:hover .derila-p1__header-yt {
  display: none;
}
.derila-p1__header-right:hover .derila-p1__header-yt-hover {
  display: block !important;
}
.derila-p1__header-right.clicked {
  cursor: default;
  position: relative;
  z-index: 2;
}
.derila-p1__header-right.playing.clicked {
  pointer-events: none;
}
.derila-p1__header-right.clicked .derila-p1__header-video {
  -webkit-animation: video-show-up 1s ease-in-out;
  animation: video-show-up 1s ease-in-out;
  display: block !important;
  transform: scale(1.2);
}
@media (max-width: 1439.98px) {
  .derila-p1__header-right.clicked .derila-p1__header-video {
    -webkit-animation: video-show-up-desktop 1s ease-in-out;
    animation: video-show-up-desktop 1s ease-in-out;
    left: calc(-30% + 10vw);
  }
}
@media (max-width: 1022.98px) {
  .derila-p1__header-right.clicked .derila-p1__header-video {
    -webkit-animation: video-show-up-tablet 1s ease-in-out;
    animation: video-show-up-tablet 1s ease-in-out;
    left: -10%;
  }
}
@media (max-width: 767.98px) {
  .derila-p1__header-right.clicked .derila-p1__header-video {
    -webkit-animation: unset;
    animation: unset;
    left: unset;
    transform: unset;
  }
}
.derila-p1__header-right.clicked .derila-p1__header-thumbnail {
  display: none;
}
.derila-p1__header-spacing {
  padding-top: calc(25vh + 50px);
}
.derila-p1__banner {
  background-image: url(../../theme/derila/product/banner-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.derila-p1__pain {
  background: linear-gradient(43.16deg, #02214f 16%, #0b34b9 33.36%, #1e4bdd 53.11%, #4b8ff2 70.19%);
}
.derila-p1__compare {
  background: linear-gradient(#fff 50%, rgba(61, 125, 218, 0.1) 0);
}
@media (max-width: 575.98px) {
  .derila-p1__compare {
    background: linear-gradient(#fff 40%, rgba(61, 125, 218, 0.1) 0);
  }
}
.derila-p1__compare-table {
  background: #2a2a2a;
  border-radius: 20px;
}
.derila-p1__compare-product {
  width: 90px;
}
.derila-p1-compare-dark {
  background: #1c1c1c;
}
.derila-p1-compare-dark-light {
  background: #2a2a2a;
}
.derila-p1-compare-light {
  background: #f7f7f8;
}
.derila-p1-compare-white {
  background: #fff;
}
@-webkit-keyframes video-show-up {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes video-show-up {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
@-webkit-keyframes video-show-up-tablet {
  0% {
    left: 0;
    transform: scale(1);
  }
  to {
    left: -10%;
    transform: scale(1.2);
  }
}
@keyframes video-show-up-tablet {
  0% {
    left: 0;
    transform: scale(1);
  }
  to {
    left: -10%;
    transform: scale(1.2);
  }
}
@-webkit-keyframes video-show-up-desktop {
  0% {
    left: 0;
    transform: scale(1);
  }
  to {
    left: calc(-30% + 10vw);
    transform: scale(1.2);
  }
}
@keyframes video-show-up-desktop {
  0% {
    left: 0;
    transform: scale(1);
  }
  to {
    left: calc(-30% + 10vw);
    transform: scale(1.2);
  }
}
.product-2__header {
  background-position: 80% top;
}
.product-2__gradient {
  background: linear-gradient(284.84deg, #2456a0 30.75%, #4aa3e9 85.96%);
}
.product-2__grey_bg {
  background-color: #f4f4f4;
}
.product-2__color {
  color: #447cda;
}
.product-2__pain-spot {
  background: rgba(255, 0, 0, 0.11);
  padding-bottom: 25%;
  width: 25%;
}
.product-2__pain-spot.count-1 {
  left: 30%;
  top: 33%;
}
.product-2__pain-spot.count-2 {
  bottom: 15%;
  right: -5%;
}
.product-2__pain-spot.count-3 {
  left: 32%;
  top: -5%;
}
@media (min-width: 768px) {
  .product-2__how-helps-bg {
    background: url(../../theme/derila/product-2/pillow-1-big.svg) top/cover no-repeat;
  }
}
.product-2__better-sleep--text {
  box-sizing: content-box;
  padding: 4%;
  width: 20%;
}
.product-2__get-sleep {
  background: url(../../theme/derila/product-2/bg.svg) top/cover no-repeat;
}
.order-2__order-header {
  background: url(../../theme/derila/product-2/order-2-header-mob.svg) 0 / cover no-repeat;
}
@media (min-width: 768px) {
  .order-2__order-header {
    background: url(../../theme/derila/product-2/order-2-header.svg@1) 50% / cover no-repeat;
  }
}
.features-table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 13% 0 0;
}
.features-table thead th.features-table__border {
  border-bottom: 0;
  border-top: 3px solid #447cda;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.features-table td,
.features-table th {
  border: 0;
}
.features-table td.features-table__border,
.features-table th.features-table__border {
  border-left: 3px solid #447cda;
  border-right: 3px solid #447cda;
}
.features-table tbody tr:last-child td.features-table__border {
  border-bottom: 3px solid #447cda;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.features-table__item {
  box-sizing: content-box;
  width: 24%;
}
.features-table__item.features-table__border {
  box-sizing: content-box;
  width: 25%;
}
.features-table__img {
  transform: translateY(-65%);
}
.features-table__img .features-table__border {
  width: calc(25% - 6px);
}
.features-table__thumb {
  transform: translateY(-80%);
  width: 30%;
}
.derila-o1__header {
  background-image: url(../images/header-bg.svg);
  background-position: 80% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 575.98px) {
  .derila-o1__header {
    background-image: url(../images/header-bg-mobile.svg);
  }
}
.derila-o1__header-product {
  max-width: 500px;
  width: 50vw;
}
@media (max-width: 575.98px) {
  .derila-o1__header-product {
    margin-top: 15vh;
    max-width: 320px;
    width: 75vw;
  }
}
.derila-o1__header-overlay {
  background: linear-gradient(72.48deg, #012161 22.86%, #1d3db8 43.32%, hsla(0, 0%, 100%, 0) 61.46%);
}
@media (max-width: 575.98px) {
  .derila-o1__header-overlay {
    background: linear-gradient(33deg, #012161 11.86%, #1d3db8 23.32%, hsla(0, 0%, 100%, 0) 61.46%);
  }
}
.order-page-melzu {
  padding-top: 20px;
}
.order-page-melzu__order-box {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 2%;
  padding: 15px 10px;
}
.order-page-melzu__order-box .step {
  margin: 10px 0;
}
.order-page-melzu__order-box .order-headline-red-desc {
  margin-bottom: 0;
}
.order-page-melzu__order-box .order-form-check {
  display: flex;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 49%;
}
@media (max-width: 1022.98px) {
  .order-page-melzu__order-box .order-form-check {
    width: 100%;
  }
}
.order-page-melzu__order-box .order-form-check input {
  display: none;
}
.order-page-melzu__order-box .order-form-check label {
  align-items: center;
  width: 100%;
}
.order-page-melzu__order-box .order-form-check--rounded {
  border-radius: 10px;
}
.order-page-melzu__order-box .order-attribute-options {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2%;
}
.order-page-melzu__order-box .order-attribute-options .image {
  width: 70%;
}
@media (max-width: 1022.98px) {
  .order-page-melzu__order-box .order-attribute-options .image {
    width: 100%;
  }
}
.order-page-melzu__order-box .order-attribute-options .options {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-left: 1%;
  margin-right: -1%;
  width: 30%;
}
@media (max-width: 1022.98px) {
  .order-page-melzu__order-box .order-attribute-options .options {
    width: 100%;
  }
}
.order-page-melzu__order-box .order-attribute-options .options .attributes {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1022px) {
  .order-page-melzu__order-box .order-attribute-options .options .attributes {
    margin-left: auto;
    width: 135px;
  }
}
.order-page-melzu__order-box .order-attribute-options .options .attributes .color-option {
  margin: 5px;
  min-height: 40px;
  min-width: 40px;
}
@media screen and (max-width: 1105px) {
  .order-page-melzu__order-box .order-attribute-options .options .attributes .color-option {
    min-height: 35px;
    min-width: 35px;
  }
}
.order-page-melzu__order-box .order-attribute-options .options .attributes input:checked + .color-option {
  border: 3px solid #5acd65 !important;
}
.order-page-melzu__order-box .order-attribute-options .options .quantity {
  width: 100%;
}
@media (max-width: 1022.98px) {
  .order-page-melzu__order-box .order-attribute-options .options .quantity {
    margin: auto 0 5px auto;
    width: 45%;
  }
  .order-page-melzu__order-box .order-attribute-options .options .quantity .quantity-select {
    margin: 0 auto 0 0;
    max-width: 150px;
  }
}
.order-page-melzu__order-box hr {
  margin: 15px 0;
}
.order-page-melzu .order-list-check {
  font-weight: 400;
  padding: 5px 5px 5px 0;
}
.order-page-melzu .options-label {
  font-size: 14px;
}
@media (min-width: 1023px) {
  .derila-extra-pillows-upsell__header {
    background: url(../../theme/upsells/get-derila-extra-pillows/header-bg.svg) bottom/cover no-repeat;
  }
}
@media (max-width: 1022.98px) {
  .derila-extra-pillows-upsell__header-mobile {
    background: url(../../theme/upsells/get-derila-extra-pillows/header-bg.svg) 0 / cover no-repeat;
  }
  .derila-extra-pillows-upsell__header-img {
    max-width: 500px;
  }
}
.derila-extra-pillows-upsell-graybg {
  background-color: #f1f4f8;
}
@media (min-width: 1023px) {
  .derila-extra-pillows-upsell__give-gift {
    background: url(../../theme/upsells/get-derila-extra-pillows/give-the-gift-bg.svg) 8vw top/contain no-repeat;
  }
}
.derila-extra-pillows-upsell__give-gift-mobile {
  bottom: 40px;
  max-width: 280px;
  transform: scale(1.6);
}
@media (min-width: 768px) and (max-width: 1022.98px) {
  .derila-extra-pillows-upsell__give-gift-mobile {
    bottom: 60px;
    max-width: 330px;
  }
}
.derila-extra-pillows-upsell__give-gift-text {
  text-align: center;
}
@media (min-width: 1023px) {
  .derila-extra-pillows-upsell__give-gift-text {
    text-align: left;
  }
}
.derila-extra-pillows-upsell__wake-up-text {
  text-align: center;
}
@media (min-width: 768px) {
  .derila-extra-pillows-upsell__wake-up-text {
    text-align: left;
  }
}
@media (max-width: 1022.98px) {
  .derila-extra-pillows-upsell__wake-up-img {
    max-width: 340px;
  }
}
.derila-u__header {
  background-position: 100%;
}
@media (min-width: 1023px) {
  .derila-u__header {
    background-image: url(../../theme/upsells/get-derila-extra-pillows-2/header-bg.svg);
  }
}
.derila-u__better {
  background-position: 80%;
}
@media (min-width: 576px) {
  .derila-u__better {
    min-height: 530px;
  }
}
.derila-u__better-overlay {
  background: linear-gradient(91.6deg, #fff -4.66%, hsla(0, 0%, 85%, 0) 107.59%);
}
@media (max-width: 575.98px) {
  .derila-u__better-overlay {
    background: linear-gradient(91.6deg, #fff -4.66%, hsla(0, 0%, 85%, 0) 167.59%);
  }
}
.derila-u__take {
  background-position: 30%;
}
.derila-u__take-overlay {
  background: linear-gradient(270.71deg, #fff -2.13%, hsla(0, 0%, 85%, 0) 158.78%);
}
@media (max-width: 767.98px) {
  .derila-u__take-overlay {
    background: hsla(0, 0%, 100%, 0.6);
  }
}
.derila-warranty-2__corner {
  background-image: url(../../theme/upsells/get-derila-warranty-2/corner-bg.svg);
  background-position: 100% 0;
  background-size: 60%;
}
@media (max-width: 575.98px) {
  .derila-warranty-2__corner {
    background-image: url(../../theme/upsells/get-derila-warranty-2/corner-bg-mobile.svg);
    background-size: 100%;
  }
  .derila-warranty-2__protected {
    background-image: url(../images/ico-cancel.svg);
    background-position: center 10%;
    background-size: 150px;
  }
}
.derila-warranty-2__btn {
  background-color: #ddba68;
  border-radius: 50px;
}
@media (min-width: 576px) and (max-width: 1022.98px) {
  .derila-warranty-2__warranty {
    transform: translateY(-50%) scale(1.4);
  }
}
@media (max-width: 575.98px) {
  .derila-warranty-2__warranty {
    max-width: 380px;
  }
}
.derila-warranty-2__footer {
  background-color: #3d89d1;
}
.order-page-free-melzu-foot__free {
  background: #007ffd;
  border-radius: 5px;
}
.order-page-free-melzu-foot__free-gift {
  margin-right: 30px;
  min-width: 80px;
  padding-bottom: 20px;
  right: 20px;
  width: 60px;
}
@media (min-width: 768px) {
  .order-page-free-melzu-foot__free-gift {
    min-width: 100px;
    transform: rotate(12deg);
  }
}
.order-page-free-melzu-foot__free-text {
  padding: 20px 120px 20px 20px;
}
