:root {
  --black: #171c25;
  --grey-medium: #f3f3f3;
  --grey-light: #f8f8f8;
  --blue-gold: #0995c6;
  --transition-m: all 250ms cubic-bezier(.39, .575, .565, 1);
  --transition-l: all 350ms cubic-bezier(.39, .575, .565, 1);
  --transition-s: all 175ms cubic-bezier(.39, .575, .565, 1);
}



body {
  letter-spacing: 0px !important;
  line-height: 22px;
  font-family: 'Gilroy', sans-serif !important;
  color: var(--black);
  overflow-x: hidden !important;
}

span>small {
  font-size: 0.650rem !important;
}

.header span {
  letter-spacing: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  font-family: 'Gilroy', sans-serif !important;
}

p {
  margin: unset;
  font-size: inherit;
  font-family: 'Gilroy', sans-serif !important;
  color: var(--black)
}

a {
  font-family: 'Gilroy', sans-serif;
}

a:hover {
  color: var(--blue-gold);
}

.header__menu-search {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.header.scroll-up {
  transform: translate3d(0, 0, 0) !important;
}

.header.is-fixed {
  transform: translate3d(0, -100%, 0);
}

.header.can-animate {
  transition: transform 0.4s cubic-bezier(.39, .575, .565, 1), visibility 0s 0.3s linear;
}

.dd-link {
  display: block;
  margin-bottom: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(9, 149, 198, 0);
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  line-height: 20px;
  font-weight: 400;
}

.dd-link:hover {
  border-bottom-color: var(--blue-gold);
  color: #2b5d79;
}

.banner_link-span {
  color: #2b5d79;
  text-decoration: underline;
  cursor: pointer;
}

.banner_link-span.margin_left {
  margin-left: 8px;
}

.dd-row__spot {
  display: block;
  margin-left: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.header-nav {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 24px 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.header-banner {
  position: relative;
  z-index: 3;
  padding: 0px 24px;
  background-color: #f5f7f8;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  color: #333;
  font-size: 13px;
  transform: translateY(0%);
}

.nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 18px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__back-wrap {
  margin-right: 10px;
  cursor: pointer;
}

.main-icon {
  width: 20px;
  height: 20px;
  margin-right: 0px;
}

.logo_svg {
  width: 150px;
  color: #2b5d79;
}

.header-nav__group {
  width: 33.333333333333336%;
}

.header-nav__group.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-nav__group.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-nav__group.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-menu__sub-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-menu__sub-head a {
  font-size: 14px;
}

.dd-row__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.m-menu__sub-row-title {
  font-weight: 400;
}

.m-menu__categories {
  padding-right: 20px;
  padding-left: 20px;
}

.header__dd-wrap {
  position: relative;
  width: 100%;
}

.menu__search-field {
  height: 60px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px none #000;
  font-size: 16px;
  font-weight: 300;
}

.menu__search-field::-webkit-input-placeholder {
  color: #677075;
}

.menu__search-field:-ms-input-placeholder {
  color: #677075;
}

.menu__search-field::-ms-input-placeholder {
  color: #677075;
}

.menu__search-field::placeholder {
  color: #677075;
}

.menu__search-field.with_icon {
  padding-left: 0px;
  background-image: url('../img/i-search-bw.svg');
  background-position: 0px 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  width: 100%;
  font-family: 'Gilroy', sans-serif;
}

.menu__account-span {
  margin-left: 6px;
  font-weight: 600;
}

.dd__block {
  position: relative;
}

.dd-row__title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.header__overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(26, 28, 29, 0.61);
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
}

.header__dd-main {
  padding: 18px 40px;
  border-bottom: 1px solid #f0f0f0;
}

.header__sub-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Gilroy', sans-serif;
}

.header__sub-link:hover {
  background-color: #fafafa;
  color: #2b5d79;
}

.ib-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.ib-logo.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dd-row__spot-img {
  width: 100%;
  height: 170px;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dd-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style-type: none;
}

.m-menu__sub-wrap {
  overflow: auto;
  width: 100%;
  padding: 20px;
}

.m-menu__sub-title {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
}

.dd__block-subtitle {
  margin-bottom: 14px;
  color: #979797;
  font-size: 13px;
  line-height: 24px;
}

.m-menu__sub {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: visible;
  padding: 0px;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  -webkit-transition: all 400ms cubic-bezier(.39, .575, .565, 1);
  transition: all 400ms cubic-bezier(.39, .575, .565, 1);
}

.dd-row__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-menu__sub-main {
  position: relative;
  margin-top: 12px;
}

.menu__back-img {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header {
  position: sticky;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
}

.m-menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dd__search-field {
  width: 100%;
  height: 60px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px none #000;
  font-size: 16px;
  font-weight: 300;
}

.dd__search-field::-webkit-input-placeholder {
  color: #9ca0a3;
}

.dd__search-field:-ms-input-placeholder {
  color: #9ca0a3;
}

.dd__search-field::-ms-input-placeholder {
  color: #9ca0a3;
}

.dd__search-field::placeholder {
  color: #9ca0a3;
}

.m-menu__sub-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.header__sub-nav {
  font-size: 14px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  background-color: #fff;
}

.menu-item__arrow {
  width: 14px;
  height: 14px;
}

.nav__icon-p {
  margin-top: 1px;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 12px;
}

.nav__icon-p.small_margin {
  margin-left: 2px;
}



.ib-logo__under-p {
  margin-top: 3px;
  font-size: 5.5px;
  line-height: 8px;
  font-weight: 500;
  letter-spacing: 4.6px !important;
  white-space: nowrap;
}

.header__sub-link::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1.6px;
  width: 0%;
  opacity: 1;
  transform: translateY(0px);
  background-color: var(--blue-gold);
  transition: var(--transition-m);
}

.header__sub-link:hover::after {
  opacity: 1;
  width: 100%;
  transform: translateY(0px);
}

.header__sub-link.active {
  background-color: #fafafa;
}

.header__sub-link.active::after {
  opacity: 1;
  width: 100%;
  transform: translateY(0px);
}


.header-nav a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1.6px;
  width: 0%;
  opacity: 1;
  transform: translateY(0px);
  background-color: var(--blue-gold);
  transition: var(--transition-m);
}

.header-nav a:hover::after {
  opacity: 1;
  width: 100%;
  transform: translateY(0px);
}

.header-nav a:hover {
  color: #2b5d79;
}

.first-pic:hover+.first-overlay {
  opacity: 1;
}

.first-overlay {
  pointer-events: none;
}



.sub__list-toggle.is-active {
  color: #2b5d79;
}

.sub__list-toggle.is-active img {
  transform: rotate(180deg);
}


.m-menu__sub.is-opened {
  transform: translateX(0%);
}

.b_span {
  color: #333;
  font-weight: 600;
}

.m-menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.m-menu__item h4 {
  font-size: 14px;
}

.m-menu p {
  font-size: 14px;
}

.sub__list-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  cursor: pointer;
}

.header__dd {
  position: relative;
  z-index: 2;
  display: none;
  width: 100%;
  height: auto;
  padding-bottom: 24px;
  background-color: #fff;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
}

.m-menu__sub-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  color: #333;
}

.header__menu-container {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.header-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 18px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
}

.login-dropdown {
  position: absolute;
  top: 32px;
  display: none;
  transform: translateY(-12px);
  width: 240px;
  padding-top: 14px;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
}

.header__login-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 18px 0 74px 0 rgba(37, 53, 63, 0.21);
}

.login-nav__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-nav__link:hover {
  background-color: #f5f7f8;
}

.login-nav__svg {
  width: 22px;
  height: 22px;
}

.login-nav__span {
  margin-left: 8px;
}

.header-link.login {
  cursor: pointer;
}

.dd-row__spot-details {
  margin-top: 16px;
}

.header-banner__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  width: 100%;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-banner__wrap span {
  text-transform: none;
}

.header-banner.is-hidden {
  transform: translateY(-100%);
}

.dd_mini {
  width: 14px;
  height: 14px;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
}

.header-nav__mobile {
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dd-row__spot-link {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #333;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  font-size: 13px;
}

.dd-row__spot-link:hover {
  border-color: var(--blue-gold);
  background-color: var(--blue-gold);
  color: #fff;
}

.header__dd-row {
  position: relative;
  width: 100%;
}

.header__dd-row.for_men {
  display: none;
}

.header__dd-row.for_women {
  display: none;
}

.header__dd-row.for_search {
  display:block
}

.sub__list {
  display: block;
  overflow: hidden;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 18px;
  font-size: 13px;
  list-style-type: none;
}

.dd-head__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  font-size: 13px;
  text-decoration: underline;
}

.dd-head__link:hover {
  color: var(--blue-gold);
}

.m-menu__sub-row {
  margin-bottom: 0px;
}

.dd-row__links-grid {
  display: -ms-grid;
  display: grid;
  width: 60%;
  max-width: none;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 13px;
}

.m-menu {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dd__form-wrap {
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.header__menu {
  position: absolute;
  z-index: -1;
  display: block;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  padding-top: 152px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.header__menu.is-closed {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.dd-row__spot-wrap {
  position: relative;
}

.ib__wrapper {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ib__wrapper.vert_align {
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dd__block-title {
  font-size: 14px;
  font-weight: 600;
}

.m-menu__account {
  margin-top: 10px;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fafbfc;
}

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

.cart-count {
  display: inline-block;
  margin-left: 4px;
  padding-right: 6px;
  padding-left: 6px;
  border-radius: 6px;
  background-color: #e9eef0;
  color: #2b5d79;
}

.m-menu__list {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

@media screen and (max-width: 991px) {
  .header-nav {
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ffffff;
  }

  .header-banner.is-hidden {
    transform: translateY(-100%);
  }

  .header-nav__group.right {
    display: none;
  }

  .header-nav__group.center {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header-nav__group.left {
    display: none;
  }

  .header__dd-main {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header__sub-nav {
    display: none;
  }

  .header-link {
    margin-top: -4px;
  }

  .header-nav__mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header__menu {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .header-banner__sub-row {
    display: none;
  }

  .header-banner.is-hidden {
    transform: translateY(-100%);
  }

  .header-banner__wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .header-nav {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo_svg {
    width: 130px;
  }

  .header-nav__group {
    width: unset;
  }

  .header-banner.is-hidden {
    transform: translateY(-100%);
  }

}

.footer__social-link {
  margin-right: 14px;
}

.ib-footer__schedule {
  margin-top: 14px;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 54px 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-item {
  position: relative;
  margin-bottom: 8px;
}

.footer_b_span {
  text-decoration: underline;
}

.footer-form {
  margin-top: 12px;
  margin-bottom: 0px;
}

.ib-footer__main-link {
  display: block;
  border-bottom: 1px solid rgba(9, 149, 198, 0);
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  color: #333;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  text-transform: capitalize;
}

.ib-footer__main-link:hover {
  border-bottom-color: var(--blue-gold);
  color: #2b5d79;
}

.footer__left {
  max-width: 400px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ib-logo-svg {
  width: 150px;
  height: 26px;
  color: #2b5d79;
}

.ib-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.ib-logo.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ib-logo.in_footer {
  margin-bottom: 18px;
}

.ib-list {
  position: static;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.ib-list.in_foter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-caption {
  color: #777f81;
  font-size: 13px;
}

.ib-footer-heading {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.ib-footer__col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ib-logo__under-p {
  margin-top: 3px;
  font-size: 5.5px;
  line-height: 8px;
  font-weight: 500;
  letter-spacing: 4.6px;
}

.footer-form__field {
  height: 44px;
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: #f5f7f8;
  font-size: 13px;
}

.footer-form__field::placeholder {
  font-size: 13px;
}

.ib-footer {
  margin-top: 0px !important;
  padding: 36px 0px 0px;
  background-color: transparent;
}

.footer__social-svg {
  width: 30px;
  height: 30px;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
}

.footer__social-svg:hover {
  color: var(--blue-gold);
}

.ib-footer__contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ib-footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 18px 44px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #eaedee;
  background-color: #f5f7f8;
}

.footer__sub-p {
  font-size: 13px;
  line-height: 24px;
}

.footer__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-form__submit {
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  background-color: transparent;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  color: #333;
  font-size: 13px;
  min-width: 120px;
}

.footer-form__submit:hover {
  border-color: var(--blue-gold);
  background-color: var(--blue-gold);
  color: #fff;
}

.ib__wrapper {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ib__wrapper.block {
  display: block;
  max-width: 1500px;
}

.ib-footer__contact-link {
  display: block;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  text-decoration: underline;
}

.ib-footer__contact-link:hover {
  color: var(--blue-gold);
}

.ib-footer__contact-col {
  margin-top: 20px;
}

.footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
}

.ib-footer__schedule-row {
  margin-bottom: 10px;
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  .footer-wrap {
    display: block;
  }

  .ib-footer {
    margin-top: 20px;
  }

  .footer__right {
    margin-top: 46px;
  }
}

@media screen and (max-width: 767px) {
  .footer-wrap {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .ib-footer__col {
    margin-bottom: 24px;
  }

  .footer__right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .list-item {
    margin-bottom: 6px;
  }

  .ib-footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ib-footer__bottom {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    text-align: center;
  }

  .footer__right {
    margin-top: 32px;
  }
}

.mybag-page {
  padding: 48px 0;
}

.hp__welcome{
  padding-top: 0px;
}

a {
  color: unset;
  text-decoration: unset;
}

.row-heading.white {
  color: #fff;
}

a.splide__slide {
  color: var(--black) !important;
  text-decoration: none;
}

.for_main.splide__slide {
  display: none;
}

.for_main.splide__slide.is-active {
  display: block;
}



.cart-counter {
  position: unset !important;
  height: unset !important;
  width: unset !important;
}

/*CART*/
.mini-cart-wrapper {
  font-family: 'Gilroy', sans-serif !important;
}

.mini-cart {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: visible;
  width: 100%;
  max-width: 600px;
  background-color: #fff;
}

.mini-cart-wrapper .product-price {
  font-weight: 600;
  font-size: 13px;
}

.top-tray h3 {
  font-size: 20px !important;
  line-height: 32px;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.close-mini-cart {
  padding: 11.5px;
}

.close-mini-cart .icon {
  width: 18px !important;
  height: 18px !important;
}

.mini-cart .overflow-wrapper {
  padding-top: 42px;
}

.mini-cart .cart-icon .svgIcon-root {
  font-size: 18px;
}

.mini-cart .top-tray {
  margin-top: 16px;
}

.cart-item .thumbnail-wrapper {
  width: unset;
  height: unset;
}

.cart-item .thumbnail-wrapper {
  width: 160px;
  height: 130px;
  border-style: solid;
  border-width: 1px;
  border-color: #eceff0;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.top-tray .cart-icon {
  width: 18px;
  height: 18px;
  position: relative;
}

.mini-cart .counter {
  position: absolute;
  top: -12px !important;
  right: 0px !important;
  left: auto !important;
  z-index: 100;
}

.cart-item .thumbnail-wrapper img {
  padding: 12px;
}

.cart-item .thumbnail-wrapper {
  border: 1px solid #eceff0;
  border-radius: 0px;
}

.cart-item .item-qty {
  position: absolute;
  left: 6px;
  top: 6px;
  right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 4px 10px;
  background-color: var(--blue-gold);
  border-radius: 0px;
  line-height: unset;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: var(--fontmedium);
}

.cart-item {
  padding-bottom: 0px;
  border-bottom: 0px solid #d8d8d8;
}

.cart-notice {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  padding: 8px 8px 8px 14px !important;
  border-left: 3px solid var(--blue-gold);
  background-color: #f5f7f8 !important;
  background: #f5f7f8 !important;
  color: #5e6061 !important;
  font-size: 12px !important;
  border-radius: 0px !important;
}

.cart-item-details span b {
  font-size: 12px;
  color: #919191;
}



.cart-item-details i {
  font-size: 12px;
}

.mini-cart .line-item.labels {
  color: #9aa1a5;
  font-size: 12px;
}

.mini-cart .totals {
  padding: 12px 0px;
  width: auto;
  margin: 0px 40px;
  border-top: 1px solid #eceff0;
  font-size: 13px;
}

.totals p {
  color: #999;
  font-weight: 400;
}

.totals p:last-child {
  color: #333;
  font-weight: 600;
}

.mini-cart .btn-group {
  display: block;
}

.mini-cart .btn-group button {
  width: 100%;
  font-size: 14px;
  border-radius: 0px !important;
  letter-spacing: 0px !important;
  font-weight: 500;
}

.mini-cart .btn-group button:first-child {
  margin-bottom: 14px;
}

.btn.continue-shopping {
  border: 1px none #333;
  background-color: #f5f6f6 !important;
  background: #f5f6f6 !important;
  box-shadow: none;
  color: #677077;
  font-size: 13px;
}

.btn.btn-primary.mini-cart-checkout:hover {
  background-color: var(--blue-gold) !important;
  color: #fff !important;
}

.btn.btn-primary.mini-cart-checkout {
  background-color: #0995c6;
  color: white;
}

@media screen and (max-width: 991px) {
  .mini-cart {
    max-width: 90vw !important;
  }
}

@media screen and (max-width: 479px) {
  .mini-cart {
    max-width: 90vw !important;
  }

  .cart-item .thumbnail-wrapper {
    width: 90px;
    height: 90px;
  }

  .cart-item .thumbnail-wrapper img {
    padding: 0px;
  }
}

.ib-modal.active {
  z-index: 99999 !important;
}

.welcome-title {
  color: white;
  font-size: 30px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0px;
  font-family: 'Joane', serif !important;
}

/* HOME PAGE SALES section*/
.sales__call {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 62px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--blue-gold);
  color: #fff !important;
}

.sales__subtitle {
  max-width: 400px;
  margin-top: 6px;
  color: var(--black);
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}

.sales__right-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sales__field-submit {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 42px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 0px;
  background-color: #f5f7f8;
  color: #445a66;
  font-size: 12px;
  border: none;
}

.title-tag {
  margin-bottom: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #5f737e;
  font-size: 12px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.sales__title {
  color: #171c25;
  font-size: 28px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
}

.sales__right {
  width: 66vh;
  height: 48vh;
  margin-left: 0px;
  padding: 26px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f5f6f885;
}

.sales__form {
  width: 100%;
  max-width: 500px;
  margin-top: 26px;
  margin-bottom: 18px;
}

.sales__field {
  height: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #d4d8db #d4d8db #e9ebec;
  border-radius: 0px;
  font-size: 14px !important;
  width: 100%;
}

.sales__field::-webkit-input-placeholder {
  color: #acb1b4;
  font-size: 14px !important;
}

.sales__field:-ms-input-placeholder {
  color: #acb1b4;
  font-size: 14px !important;
}

.sales__field::-ms-input-placeholder {
  color: #acb1b4;
  font-size: 14px !important;
}

.sales__field::placeholder {
  color: #acb1b4;
  font-size: 14px !important;
}

.hp__sales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Gilroy', sans-serif;
}

.span_grad {
  border-bottom: 2px none var(--blue-gold);
  background-image: linear-gradient(79deg, #171c25, #0e6687 64%, var(--blue-gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sales__left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sales__form-label {
  color: #171c25;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0px;
  font-size: 13px;
}

.sales__form-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .sales__title {
    text-align: left;
  }

  .sales__right {
    width: 100%;
    height: 420px;
    margin-left: 0px;
  }

  .hp__sales {
    display: block;
  }

  .sales__left {
    margin-bottom: 46px;
    padding-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .sales__subtitle {
    font-size: 14px;
    text-align: left;
  }

  .sales__title {
    font-size: 28px;
    line-height: 42px;
    text-align: left;
  }

  .sales__right {
    padding: 0px;
  }

  .span_grad {
    display: block;
  }

  .sales__left {
    margin-bottom: 32px;
    padding-top: 12px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

.row-subtitle.dim {
  color: var(--black);
}

.title__left-align {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.hp-row__view-more.margin_top.image_overlay.dim {
  border-color: var(--black);
  color: var(--black);
}


/* NEWSLETTER POPUP */
:root {
  --modal-transition: all 300ms cubic-bezier(.39, .575, .565, 1);
}

.modal__news-form-sub {
  position: absolute;
  bottom: 20px;
  margin-top: 8px;
  color: #a3abb4;
  font-size: 12px;
}

.news-main__subtitle {
  max-width: 340px;
  margin-top: 4px;
  color: var(--black);
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.news__img-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 42%;
  height: 500px;
  max-height: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.news-main__title {
  font-family: Joane, sans-serif;
  color: #171c25;
  font-size: 26px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.modal__news-form-btn {
  position: static;
  top: 0px;
  right: 0px;
  width: 170px;
  height: 40px;
  margin-top: 24px;
  padding: 0px 28px;
  border-radius: 0px;
  background-color: var(--blue-gold);
  -webkit-transition: var(--modal-transition);
  border: unset;
  transition: var(--modal-transition);
  color: #fff;
  font-size: 14px !important;
  cursor: pointer;
}

.modal__news-form-btn:hover {
  background-color: #1da7d8;
}

.sales__form {
  width: 100%;
  max-width: 500px;
  margin-top: 26px;
  margin-bottom: 0px;
}

.modal__news-controls {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.span_grad {
  border-bottom: 2px none var(--blue-gold);
  background-image: linear-gradient(79deg, #171c25, #0e6687 64%, var(--blue-gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal__news {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: var(--modal-transition);
  transition: var(--modal-transition);
}

.gender-select__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--grey-light);
}

.modal-close {
  width: 16px;
  height: 16px;
}

.modal__news-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  background-color: #fff;
  -webkit-transition: var(--modal-transition);
  transition: var(--modal-transition);
}

.modal__news-wrap.is-hidden {
  opacity: 0;
  transform: translateY(48px);
  transition: var(--modal-transition);
  -webkit-transition: var(--modal-transition);
}

.modal__news-field {
  height: 44px;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #d4d8db #d4d8db #d5dee2;
  border-radius: 0px;
  background-color: var(--grey-light);
  font-family: Gilroy, sans-serif;
  font-size: 14px !important;
  text-align: center;
}
.modal__news-field:focus {
  border-bottom-color: var(--blue-gold);
}
.modal__news-field::-webkit-input-placeholder {
  font-size: 14px;
  color: #91979c;
}

.modal__news-field:-ms-input-placeholder {
  font-size: 14px;
  color: #91979c;
}

.modal__news-field::-ms-input-placeholder {
  font-size: 14px;
  color: #91979c;
}

.modal__news-field::placeholder {
  font-size: 14px;
  color: #91979c;
}

.news-img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 68% 50%;
  object-position: 68% 50%;
}

.modal__form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__news-close {
  cursor: pointer;
}

.form__sub-link {
  -webkit-transition: var(--modal-transition);
  transition: var(--modal-transition);
  color: #717e86;
  text-decoration: underline;
}

.form__sub-link:hover {
  color: var(--blue-gold);
}

.modal__news-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(8, 10, 14, 0.8);
  opacity: 1;
  -webkit-transition: var(--modal-transition);
  transition: var(--modal-transition);
}

.modal__news-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 86%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news__gender {
  position: relative;
  width: 100%;
  margin-top: 12px;
}

.modal__gender-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 149, 198, 0);
  -webkit-transition: var(--modal-transition);
  transition: var(--modal-transition);
  color: #91979c;
  cursor: pointer;
  font-size: 14px;
}

.modal__gender-select:hover {
  border-color: var(--blue-gold);
  background-color: rgba(18, 106, 136, 0.05);
  color: #2b5d79;
}

.modal__gender-select.is-active {
  border-color: var(--blue-gold);
  background-color: rgba(18, 106, 136, 0.05);
  color: #2b5d79;
}

.modal__news-body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 991px) {
  .news-main__title {
    text-align: center;
  }

  .modal__news-wrap {
    margin-right: 30px;
    margin-left: 30px;
  }

  .news-img {
    -o-object-position: 60% 50%;
    object-position: 60% 50%;
  }

  .modal__news-main {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .modal__news-body {
    padding-top: 48px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .news__img-wrap {
    width: 100%;
    height: 240px;
  }

  .modal__news-wrap {
    display: block;
  }

  .news-img {
    width: 100%;
    -o-object-position: 50% 80%;
    object-position: 50% 80%;
  }

  .modal__news-close {
    padding: 5px;
    background-color: #fff;
  }

  .modal__news-body {
    position: static;
    padding-top: 30px;
    padding-bottom: 68px;
  }
}

@media screen and (max-width: 479px) {
  .modal__news-form-sub {
    text-align: center;
  }

  .news-main__subtitle {
    margin-top: 4px;
    text-align: center;
  }

  .news__img-wrap {
    height: 220px;
  }

  .news-main__title {
    margin-top: 10px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
  }

  .sales__form {
    margin-top: 12px;
  }

  .modal__news-controls {
    position: absolute;
    top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 20px;
  }

  .span_grad {
    display: inline;
  }

  .modal__news-wrap {
    overflow: hidden;
    margin-right: 20px;
    margin-left: 20px;
  }

  .news-img {
    width: 100%;
    -o-object-position: 70% 76%;
    object-position: 70% 76%;
  }

  .modal__news-main {
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal__news-body {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* RESULTS PAGE */
.res-banner__img-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: var(--grey-light);
}

.res-banner__img-wrap.for_pendants {
  background-color: #f7f7f9;
}

/*Custom checkbox*/
.results__checkbox {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 10px 0px;
}

.results__checkbox-custom {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-left: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.results__checkbox-title {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.results__checkbox>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.results__checkbox>span::before {
  content: '';
  display: block;
  position: static;
  margin-top: -4px;
  width: 19px;
  height: 19px;
  left: 0px;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #eeeeee;
  border: 1px solid rgba(204, 204, 204, 0);
  border-radius: 6px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  transition: var(--transition-m);
  cursor: pointer;
}

.results__checkbox>input:not(:disabled):not(:checked)+span:hover::before {
  background-color: #e0dfdf;
}

.results__checkbox>input:not(:disabled):active+span::before {
  background-color: rgba(9, 149, 198, 0.17);
}

.results__checkbox>input:checked+span::before {
  border-color: var(--blue-gold);
  background-color: rgba(9, 149, 198, 0.17);
  /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  */
}

.results__checkbox>input:disabled+span::before {
  background-color: #bababa;
}



.filter__color-name {
  margin-left: 10px;
}

.filter__color-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.results__sort-link {
  display: block;
  padding: 10px 18px;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
}

.results__sort-link:hover {
  background-color: #f5f6f8;
}

.results__top-filter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter__color-item {
  padding: 10px 18px;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
}

.filter__color-item:hover {
  background-color: #f5f6f8;
}

.filter__color-item.is-active {
  background-color: #f5f6f8;
}

.results__cb {
  width: 19px;
  height: 19px;
  margin-top: 0px;
  margin-left: 0px;
  border-style: solid;
  border-color: hsla(0, 0%, 80%, 0);
  border-radius: 6px;
  background-color: #eee;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
}

.top-filter__title {
  margin-right: 0px;
  font-weight: 500;
}

.results__items-wrapper {
  position: relative;
}

.results__breadcrumbs {
  position: relative;
  margin-bottom: 16px;
}

.product__top-filter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.results__wrap {
  min-height: 100vh;
  padding: 42px 34px 34px;
}

.results__items-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.filter-dropdown__list {
  position: static;
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #a6acb1;
  background-color: transparent;
  list-style-type: none;
}

.results__main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.results__filter-title {
  margin-bottom: 0px;
  font-weight: 500;
}

.results__filter-body {
  overflow: hidden;
  height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
}

.results__filter-body.active {
  height: auto;
}

.filter__color-point {
  display: block;
  width: 22px;
  height: 22px;
  margin-top: 0px;
  margin-right: 0px;
  border-radius: 8px;
  background-image: linear-gradient(45deg, #000, #fff);
}

.filter__color-point.blue {
  background-image: linear-gradient(45deg, #223164, #3e68c2);
}

.filter__color-point.gold {
  background-image: linear-gradient(45deg, #ccbf9a, #f8eacc);
}

.filter__color-point.two-tone {
  background-image: linear-gradient(45deg, #e2d2b6, #e6d6a8 50%, #f5f5f5 51%, #ebebeb);
}

.filter__color-point.tri-tone {
  background-image: linear-gradient(45deg, #e2c6cc, #e7cdd3 40%, var(--grey-light) 41%, #ddd 63%, #e2d2b6 64%, #ebe1c5);
}

.filter__color-point.white {
  background-image: linear-gradient(45deg, #a3a3a3, #e9e9e9);
}

.filter__color-point.rose {
  background-image: linear-gradient(45deg, #bd9e96, #f7d7cf);
}

.filter__color-point.steel {
  background-image: linear-gradient(45deg, #a3a3a3, #ebebeb 50%, #c2c0c0 51%, #e9e9e9);
}

.filter-dropdown {
  padding: 0px;
  border: 1px solid #a6acb1;
  background-color: #fff;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.results-list {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}


.results__filters {
  min-width: 270px;
}

.results__items-filters_mob {
  display: none;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 16px;
}

.form-block {
  margin-bottom: 0px;
  padding-bottom: 14px;
}

.results__item-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: none;
  margin-right: 0px;
  padding: 42px 0px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #eceff0;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
  line-height: 24px;
  cursor: pointer;
}

.results__item-card:hover {
  border-color: var(--blue-gold);
}

.results__top-filter {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid var(--grey-light);
  border-bottom: 1px solid var(--grey-light);
}
/*
.results__top-filter.is-fixed {
  position: fixed;
  left: 0px;
  top: 125px;
  right: 0px;
  z-index: 100;
  padding: 6px 34px;
  background-color: #fff;
}
*/

/*Mobile Filters*/
.filter-mobile-v4__body-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-mobile-v4__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 200vh;
  margin-top: -20vh;
  background-color: rgba(26, 28, 29, 0.61);
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
}

.filter-mobile-v4__wrapper {
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 32px 24px 20px;
}

.filter-mobile-v4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: block;
  width: auto;
  height: auto;
}

.filter-mobile-v4__filters {
  display: block;
}

.filter-mobile-v4__sort-links {
  position: relative;
}

.filter__btn-trigger {
  width: auto;
  padding: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: var(--grey-light);
  color: #171c25;
  text-align: center;
}

.filter__span_b {
  font-weight: 500;
  text-decoration: none;
}

.filter-mobile-v4__title {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
}

.filter-mobile-v4__body-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 16px;
}

.filter-close_svg {
  width: 14px;
  height: 14px;
}

.filter-mobile-v4__body {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 6;
  width: 90%;
  background-color: #fff;
  -webkit-transition: all 400ms cubic-bezier(.39, .575, .565, 1);
  transition: all 400ms cubic-bezier(.39, .575, .565, 1);
}

.filter-mobile-v4__close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.results__filter-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.top-filter__left-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 14px;
}

.filter__btn-trigger {
  width: auto;
  padding: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: var(--grey-light);
  color: #171c25;
  text-align: center;
}

.results__span-divider {
  margin-left: 14px;
}

.results__cb-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.results-banner__img {
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: right center;
  -o-object-position: right center;
}

.results__span_b {
  font-weight: 500;
}

.results__filters-dd-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-dropdown__wrap {
  padding: 14px 18px;
}

.filter-dropdown__wrap.no_margin {
  padding-right: 0px;
  padding-left: 0px;
}

.results__filter-counter {
  color: #7d8286;
}

.results__name {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Joane', sans-serif !important;
}

.top-filter__right-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.results__main {
  padding-top: 0px;
  padding-bottom: 0px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.results__cb-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  margin-left: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.res-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.results__items {
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.crumb__link-divider {
  padding-left: 8px;
  padding-right: 8px;
}

.results__filters-group {
  position: relative;
  margin-bottom: -1px;
  border-top: 1px solid var(--grey-medium);
  border-bottom: 1px solid var(--grey-medium);
}

.results__subtitle {
  max-width: 400px;
  font-size: .875rem;
  margin-top: 10px;
  line-height: 22px;

}

.crumb {
  align-items: center;
  display: flex;
}

.top-filter__current-sort {
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
}

.product__top-filter-body {
  position: absolute;
  top: 38px;
  display: block;
  min-width: 240px;
  margin-top: 0px;
  padding-top: 14px;
  background-color: transparent;
  -webkit-transition: opacity 240ms ease;
  transition: opacity 240ms ease;
}

.product__top-filter-body.right_align {
  right: 0px;
}

.product__top-filter-body.hide {
  display: none;
}

.top-filter__dd-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.res-banner__title-wrap {
  position: absolute;
  left: 34px;
  z-index: 2;
}

.filter__size-form {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

@media screen and (min-width: 1440px) {
  .results__items-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .results__items-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .results__items-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .results-page {
    padding-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .results__main-wrapper {
    display: block;
  }

  .results-page {
    padding-top: 0px;
  }

  .results__items-filters_mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .results-banner__img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: right center;
    -o-object-position: right center;
  }

  .breadcrumbs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .results__items {
    margin-top: 42px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .results__wrap {
    padding-top: 45px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .results__item-card>img {
    height: 130px;
    object-fit: contain;
  }

  .affirm_advert>img {
    height: 100% !important;
  }

  .results__items-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .results__filters.mob-hide {
    display: none;
  }

  .results__items-filters_mob {
    grid-column-gap: 8px;
  }

  .results__top-filter.mob-hide {
    display: none;
  }

  .results-banner__img {
    width: 100%;
    -o-object-position: 72% 50%;
    object-position: 72% 50%;
  }

  .results__name {
    line-height: 36px;
    max-width: 60%;
  }

  .breadcrumbs {
    padding-right: 20px;
    padding-left: 20px;
  }

  .breadcrumbs.for_results {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .results__items {
    margin-top: 12px;
  }

  .results__subtitle {
    max-width: 54%;
  }

  .res-banner__title-wrap {
    left: 20px;
  }
}

/* RESULTS COLOR DROPDOWN OVERWRITE*/


.colornav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.colornav-link {
  display: block;
  width: 22px;
  height: 22px;
  margin-top: 0px;
  margin-right: 0px;
  border-radius: 8px;
}


.custom-checkbox input[type=checkbox] {
  --active: var(--blue-gold);
  --border-hover: var(--blue-gold);
  --border: rgba(11, 110, 146, 0.438);
  border-radius: 0px;
}

/* STATIC PAGES */
.contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  background-color: #fff;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
}

.contact-item:hover {
  border-color: #171c25;
}

.contact__sub {
  padding: 42px;
  background-color: var(--grey-light);
}

.location-info__link {
  text-decoration: underline;
}

.contact-location__info {
  position: relative;
}

.location-info__b-span {
  margin-right: 12px;
  font-weight: 500;
}

.contact-page__grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-link__call-span {
  margin-left: 8px;
}

.contact-location__grid {
  display: -ms-grid;
  display: grid;
  margin-top: 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-main__top {
  width: auto;
  padding: 42px;
  background-color: var(--grey-light);
}

.contact-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
}

.contact-item__icon {
  width: 100%;
  height: 100%;
}

.contact-form__input {
  display: inline-block;
  width: 100%;
  height: 44px;
  min-width: 240px;
  margin-bottom: 0px;
  padding: 14px;
  border: 1px none #000;
}

.contact-form__input::-webkit-input-placeholder {
  color: #aeb0b4;
}

.contact-form__input:-ms-input-placeholder {
  color: #aeb0b4;
}

.contact-form__input::-ms-input-placeholder {
  color: #aeb0b4;
}

.contact-form__input::placeholder {
  color: #aeb0b4;
}

.contact-page {
  position: relative;
  height: auto;
  min-height: 100vh;
  padding-top: 0px;
}

.location-info__subtitle {
  margin-bottom: 0px;
  line-height: 24px;
}

.location-info__subtitle.flow_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sub-page__title {
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  line-height: 52px;
  font-weight: 500;
  text-align: center;
}

.sub-page__head-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-page__form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 28px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1.5px none #e5e7e9;
  background-color: var(--grey-medium);
}

.contact-location__map {
  width: 40%;
  margin-left: 0%;
}

.contact-page__form {
  width: 100%;
  margin-bottom: 0px;
}

.contact-item__icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  padding: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #171c25;
}

.contact__sub-subtitle {
  width: 100%;
  max-width: 400px;
  margin-top: 0px;
  line-height: 24px;
}

.contact-form__submit {
  display: block;
  width: 100%;
  border: 1px none #171c25;
  background-color: #e7e7e7;
  color: #171c25;
}

.sub-page__h4 {
  margin-top: 0px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
}

.location__google-map {
  width: 100%;
  height: 460px;
  border: 1px solid transparent;
}

.contact-form__input-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  grid-column-gap: 8px;
}

.contact-item__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.location-map__wrap {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding: 18px;
  background-color: #e7e7e7;
}

.contact-location__open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 16px;
}

.sub-wrapper {
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.contact-link__p {
  padding: 0px;
  background-color: transparent;
  color: #171c25;
  font-weight: 500;
  text-decoration: underline;
}

.location-info__title {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  font-weight: 600;
}

.sub-page__main {
  display: block;
  height: 100%;
}

.contact-link__svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__sub-title {
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  line-height: 52px;
  font-weight: 500;
  text-align: center;
}

.contact-item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  padding: 12px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #e2e5eb;
  border-left: 0px solid #171c25;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  cursor: pointer;
}

.contact-item__link:hover {
  padding-left: 12px;
  border-left-width: 3px;
  border-left-color: var(--blue-gold);
}

.sub-page__subtitle {
  display: block;
  line-height: 24px;
  text-align: center;
}

.sub-page__subtitle.max-width {
  width: 100%;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.contact-item__subtitle {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  line-height: 24px;
}

.contact-location__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-main__body {
  padding: 42px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-head__title {
  margin-right: 100px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.faq-head__dd-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.faq-category__rows-wrap {
  display: block;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.faq-body__text {
  padding-left: 0px;
  border-left: 3px none #171c25;
  color: #171c25;
  line-height: 26px;
  font-weight: 400;
}

.faq-category {
  position: relative;
  display: none;
  width: 100%;
}

.faq-category.general {
  display: block;
}

.faq-title {
  font-family: Gilroy, sans-serif;
  font-size: 22px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
}

.faq-list {
  position: static;
  display: block;
  margin-bottom: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  list-style-type: none;
}

.faq-menu__btn {
  margin-bottom: -1px;
  padding: 12px 40px;
  border-bottom: 2px none rgba(9, 149, 198, 0);
  border-left: 0px solid #000;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  color: #171c25;
  text-align: center;
}

.faq-menu__btn:hover {
  border-bottom-color: rgba(228, 228, 228, 0);
  border-left-width: 3px;
  background-color: #fff;
  opacity: 1;
  font-weight: 500;
}

.faq-menu__btn.is-active {
  border-bottom: 2px none #171c25;
  border-left: 3px solid #171c25;
  background-color: #fff;
  opacity: 1;
  font-weight: 500;
}

.faq-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.legal__btn-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-height: 60vh;
  max-width: none;
  margin-top: 28px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  border-bottom: 1.5px none #e5e7e9;
  background-color: var(--grey-light);
}

.sub-page__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6vh 48px 48px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sub-page__body.grey_bg {
  display: block;
  background-color: var(--grey-light);
}

.faq-body__text_link {
  color: #3c87b1;
  text-decoration: underline;
}

.faq-body {
  position: relative;
  display: none;
  padding-bottom: 0px;
}

.faq-category__title {
  margin-bottom: 24px;
  font-family: Joane, sans-serif;
  font-size: 20px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
}

.faq-body__wrapper {
  padding-top: 0px;
  padding-bottom: 12px;
}

.sub-page {
  width: 100vw;
  min-height: auto;
}

.sub-page__side-menu {
  position: static;
  width: 100%;
}

.sub-page__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 0px;
  border-bottom: 1px solid #f0f0f0;
}

.faq-item {
  width: 100%;
  margin-bottom: 23px;
  padding: 12px 23px;
  background-color: #fff;
}

.sub-page__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34%;
  padding: 6vh 48px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.sub-page__side.expanded {
  width: 44%;
}

.legal-arrow__img {
  width: auto;
  height: 17px;
}

.legal-arrow__img.rotated {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.legal__side-title {
  font-family: Gilroy, sans-serif;
  font-size: 22px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
}

.legal-arrow_p {
  position: relative;
  margin-top: 2px;
  margin-right: 10px;
  margin-left: 10px;
}

.legal__item-number {
  margin-right: 10px;
  font-weight: 600;
}

.legal__item-number.sub {
  margin-left: 0px;
}

.legal__switch-btn {
  margin-bottom: -1px;
  padding: 9px 14px;
  border-bottom: 2px none rgba(9, 149, 198, 0);
  border-left: 0px solid #000;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: var(--transition-l);
  transition: var(--transition-l);
  color: #171c25;
  text-align: left;
  text-transform: capitalize;
}

.legal__switch-btn:hover {
  border-left: 3px solid #171c25;
  border-bottom-color: rgba(228, 228, 228, 0);
  background-color: #fff;
  opacity: 1;
  font-weight: 400;
}

.legal__switch-btn.is-active {
  border-bottom: 2px none #171c25;
  border-left-width: 3px;
  border-left-color: #171c25;
  background-color: #fff;
  opacity: 1;
  font-weight: 500;
}

.legal__list-item {
  position: relative;
  display: block;
  margin-bottom: 18px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 24px;
}

.legal__list-item.sub {
  margin-bottom: 18px;
  padding-left: 26px;
}

.legal__items-wrap {
  position: relative;
}

.legal__item-title {
  margin-bottom: 0px;
  font-family: Joane, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}

.legal-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.policy-item {
  display: none;
  margin-bottom: 48px;
  padding-left: 0px;
  list-style-type: none;
}

.policy-item.is-active {
  display: block;
}

.legal__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.legal__b-span {
  font-weight: 600;
}

.terms-item {
  display: none;
  margin-bottom: 48px;
  padding-left: 0px;
  list-style-type: none;
}

.terms-item.is-active {
  display: block;
}

.sitemap__body {
  padding: 42px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sitemap-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 26px;
}

.sitemap__top {
  width: auto;
  padding: 42px;
  background-color: var(--grey-light);
}

.sitemap__col-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
}

.sitemap-link {
  display: block;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  text-transform: capitalize;
}

.sitemap-link:hover {
  color: var(--blue-gold);
}

.sitemap__list-item {
  position: relative;
  margin-bottom: 12px;
}

.sitemap__first-col {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sitemap__first-col.max {
  max-width: 24%;
}

.sitemap-page {
  position: relative;
  height: auto;
  min-height: 100vh;
  padding-top: 0px;
}

.sitemap__contact-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sitemap__grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sitemap__sub-row {
  padding: 42px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sitemap__sub-row.grey_bg {
  background-color: var(--grey-light);
}

.sitemap__col {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sitemap__col-list {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

@media screen and (min-width: 1440px) {
  .contact-main__top {
    width: auto;
  }

  .sub-page__side.expanded {
    width: 36%;
  }

  .sitemap__top {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .contact__sub {
    padding-right: 20px;
    padding-left: 20px;
  }
  .results-banner__img {
    object-position: 80% center;
    -o-object-position: 80% center;
  }

  .contact-page__grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contact-main__top {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-location {
    display: block;
  }

  .contact-page {
    padding-top: 0px;
  }

  .contact-page__form-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contact-location__map {
    width: 100%;
  }

  .contact-location__details {
    margin-bottom: 26px;
  }

  .contact-main__body {
    padding: 42px 20px;
  }

  .faq-menu__btn {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .legal__btn-group {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .legal__btn-group.for_terms {
    max-height: 220px;
  }

  .sub-page__wrapper {
    display: block;
  }

  .sub-page__side {
    width: 100%;
  }

  .sub-page__side.expanded {
    width: 100%;
    padding-top: 48px;
  }

  .legal__switch-btn {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .sitemap__body {
    padding: 42px 20px;
  }

  .sitemap__top {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sitemap-page {
    padding-top: 0px;
  }

  .sitemap__contact-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .sitemap__sub-row {
    padding: 42px 20px;
  }
}

@media screen and (max-width: 767px) {
  .contact-page__form-wrap {
    display: block;
  }
  .res-banner__title-wrap {
    max-width: 60%;
  }
  .sub-page__subtitle {
    text-align: center;
  }

  .legal__btn-group {
    display: block;
  }

  .legal__btn-group.for_faq {
    display: block;
  }

  .sub-page__body.grey_bg {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sub-page__side {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sitemap__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .contact-item {
    margin-bottom: 24px;
  }
  .results-banner__img {
    object-position: 72% center;
    -o-object-position: 72% center;
  }
  .contact-location__info {
    margin-bottom: 36px;
  }

  .contact-page__grid {
    display: block;
  }

  .contact-location__grid {
    display: block;
  }

  .contact-main__top {
    padding: 52px 20px;
  }

  .contact-form__input {
    margin-bottom: 8px;
  }

  .contact-form__input-wrap {
    display: block;
    margin-bottom: 0px;
  }

  .contact-location__details {
    margin-bottom: 8px;
  }

  .faq-head__title {
    margin-right: 30px;
    font-weight: 600;
  }

  .sitemap-container {
    display: block;
  }

  .sitemap__top {
    padding: 24px 20px;
  }

  .sitemap__first-col.max {
    max-width: none;
    margin-bottom: 0px;
  }

  .sitemap__contact-grid {
    display: block;
  }

  .sitemap__grid {
    display: block;
  }

  .sitemap__col {
    padding-bottom: 26px;
  }
}

/* 404 PAGE */

.error-page__title-tag {
  margin-bottom: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #5f737e;
  font-size: 12px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.error-page__subtitle {
  max-width: 470px;
  margin-top: 6px;
  color: #171c25;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.error-page__footer-form-field {
  height: 44px;
  width: 100%;
  margin-right: 14px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: #f5f7f8;
  font-size: 13px;
}

.error-page__title-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-page__search-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 42px;
  padding-right: 28px;
  padding-left: 28px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #f5f7f8;
  color: #445a66;
  font-size: 12px;
}

.error-page__go-details {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-page__wrapper {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-page__nav-link {
  display: block;
  width: 100%;
  margin-right: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px none var(--blue-gold);
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  color: var(--black);
  font-size: 13px;
  text-align: left;
}

.error-page__nav-link:hover {
  color: var(--blue-gold);
}

.error-page__help-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #e0e6eb;
  background-color: transparent;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  color: #333;
  font-size: 13px;
}

.error-page__help-link:hover {
  border-color: var(--blue-gold);
  background-color: rgba(188, 199, 202, 0.11);
  color: #2b5d79;
}

.error-page__body {
  position: relative;
  display: block;
  min-height: 100vh;
  padding-top: 0px;
  background-color: transparent;
}

.error-page__form {
  width: 100%;
  max-width: 500px;
  margin-top: 26px;
  margin-bottom: 18px;
}

.error-page__search-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-page {
  position: relative;
  overflow: visible;
  width: 100vw;
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0vh;
}

.error-page__search-field {
  width: 100%;
  height: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #d4d8db #d4d8db #e9ebec;
  border-radius: 0px;
  font-family: 'Gilroy', sans-serif;
  font-size: 13px;
}

.error-page__search-field::-webkit-input-placeholder {
  font-size: 13px;
  color: #acb1b4;
}

.error-page__search-field:-ms-input-placeholder {
  font-size: 13px;
  color: #acb1b4;
}

.error-page__search-field::-ms-input-placeholder {
  font-size: 13px;
  color: #acb1b4;
}

.error-page__search-field::placeholder {
  font-size: 13px;
  color: #acb1b4;
}

.error-page__go-img {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.error-page__sub-head {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
  text-align: left;
}

.error-page__footer-link {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px none var(--blue-gold);
  background-color: rgba(9, 149, 198, 0);
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
}

.error-page__footer-link:hover {
  padding-right: 14px;
  padding-left: 14px;
  background-color: var(--blue-gold);
  color: #fff;
}

.error-page__help-wrap {
  display: -ms-grid;
  display: grid;
  margin-top: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.error-page__form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-page__go-link {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--blue-gold);
  background-color: rgba(9, 149, 198, 0);
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  font-size: 13px;
}

.error-page__go-link:hover {
  padding-right: 14px;
  padding-left: 14px;
  background-color: #f5f7f8;
  color: #171c25;
}

.modal__help-icon {
  width: 22px;
  height: 22px;
}

.error-page__footer-form-btn {
  height: 44px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  background-color: transparent;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  color: #333;
  font-size: 13px;
}

.error-page__footer-form-btn:hover {
  border-color: var(--blue-gold);
  background-color: var(--blue-gold);
  color: #fff;
}

.error-page__nav-title {
  margin-bottom: 8px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-bottom: 1px none var(--blue-gold);
  border-left: 2px none var(--blue-gold);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.error-page__go-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-page__main {
  display: block;
  width: 100%;
  min-height: 100vh;
  padding-top: 168px;
  padding-right: 44px;
  padding-left: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-page__lottie {
  width: 120px;
  margin-bottom: 0px;
  opacity: 0.42;
  -webkit-filter: hue-rotate(54deg) grayscale(100%);
  filter: hue-rotate(54deg) grayscale(100%);
}

.go-link__span {
  margin-bottom: 4px;
  color: #61686d;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
}

.error-page__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-page__form-title {
  font-size: 13px;
  line-height: 24px;
  text-align: left;
}

.error-page__nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.help-link__icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #e0e6eb;
  background-color: #f9fafa;
}

.error-page__top-back-link {
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px none #171c25;
  background-color: rgba(9, 149, 198, 0);
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
}

.error-page__top-back-link:hover {
  padding-right: 14px;
  padding-left: 14px;
  background-color: var(--blue-gold);
  color: #fff;
}

.error-page__nav-col {
  position: relative;
  width: 23%;
}

.error-page__go-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.error-page__grad_span {
  border-bottom: 2px none var(--blue-gold);
  background-image: linear-gradient(79deg, #171c25, #0e6687 64%, var(--blue-gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error-page__go-title {
  margin-bottom: 4px;
  color: #61686d;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

.error-page__row {
  padding-top: 32px;
  padding-bottom: 32px;
}

.error-page__row.first {
  margin-top: 24px;
}

.error-page__footer-form {
  margin-top: 6px;
  margin-bottom: 0px;
}

.error-page__grad-bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(108, 153, 168, 0.11)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(108, 153, 168, 0.11), hsla(0, 0%, 100%, 0));
  opacity: 0.34;
}

.error-page__back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  width: 100vw;
  height: auto;
}

.error-page__nav-list {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.error-page__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
  padding: 10px 44px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #eaedee;
  background-color: #f5f7f8;
}

.error-page__title {
  color: #171c25;
  font-size: 24px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .error-page__title-wrap {
    margin-bottom: 46px;
    padding-top: 0px;
  }

  .error-page__help-wrap {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .error-page__main {
    padding-top: 120px;
    padding-right: 28px;
    padding-left: 28px;
  }

  .error-page__nav-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .error-page__nav-col {
    width: 48%;
  }

  .error-page__go-grid {
    grid-auto-flow: row;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

@media screen and (max-width: 767px) {
  .error-page {
    overflow: hidden;
  }

  .error-page__main {
    padding-top: 120px;
  }

  .error-page__nav-wrap {
    display: block;
  }

  .error-page__nav-col {
    width: 100%;
    margin-bottom: 26px;
  }

  .error-page__go-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .error-page__subtitle {
    font-size: 14px;
    text-align: center;
  }

  .error-page__title-wrap {
    margin-bottom: 32px;
    padding-top: 36px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .error-page__help-link {
    margin-bottom: 10px;
  }

  .error-page {
    overflow: hidden;
  }

  .error-page__help-wrap {
    display: block;
  }

  .error-page__main {
    padding-top: 110px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .error-page__lottie {
    margin-bottom: -14px;
  }

  .error-page__grad_span {
    display: inline;
  }

  .error-page__row {
    padding-top: 64px;
    padding-bottom: 50px;
  }

  .error-page__footer {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    text-align: center;
  }

  .error-page__title {
    font-size: 22px;
    line-height: 42px;
    text-align: center;
  }
}

/* PRODUCT PAGE */
.product__add-fav {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: -8px;
  padding: 8px;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  flex: none;
  margin-top: -2px;
}

.product__add-fav path {
  transition: all 200ms ease;
}

.product__add-fav.is-active path {
  fill: #0095c6;
  stroke: #0095c6;
}

.product__btn-group {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.side-row__sale-wrap {
  margin-top: 0px;
  padding-top: 16px;
  padding-left: 0px;
  border-top: 3px solid var(--blue-gold);
  border-left: none;
}

.product__breadcrumbs {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.wa-btn__img {
  width: 20px;
  margin-right: 0px;
  -webkit-filter: saturate(84%);
  filter: saturate(84%);
}

.product__wa-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
  padding: 0px 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--grey-light);
}

.product-option__wrapper {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all .35s cubic-bezier(.39, .575, .565, 1);
  position: relative;
}

.product__price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  padding: 6px 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--black) !important;
  background-color: var(--grey-medium);
  -webkit-transition: var(--transition-l);
  transition: var(--transition-l);
  font-weight: 500;
  cursor: pointer;
}

.product__sale-link {
  width: auto;
}

.product__sale-link.with_margin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}

.buy-btn {
  min-height: 46px;
  min-width: 46%;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #171c29;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 13px;
  font-weight: 700;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.buy-btn:hover {
  background-color: #0095c6;
  color: white;
}


.buy-btn2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: #333;
  border-radius: 0px;
  background-color: #171c25;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.buy-btn2:hover {
  border-color: var(--blue-gold);
  background-color: var(--blue-gold);
  color: #fff;
}

.color-gradient {
  width: 18px;
  height: 18px;
  background-color: #51bfe5;
  border-radius: 50rem;
  flex: none;
  margin-top: -1px;
}

.color-gradient.rose {
  background-image: linear-gradient(45deg, #bd9e96, #f7d7cf);
}

.color-gradient.white {
  background-image: linear-gradient(45deg, #a3a3a3, #e9e9e9);
}

.color-gradient.gold {
  background-image: linear-gradient(45deg, #b9ab83, #f8eacc);
}

.product__wrapper {
  width: 100%;
  display: flex;
  position: relative;
}

.icon__external-small {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}

.product__item-summary-wrap {
  max-width: 400px;
  margin-top: 0px;
  font-family: Gilroy, sans-serif;
  color: #171c25;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}

.product__sale-sub {
  display: block;
  margin-top: 4px;
  color: #171c25;
  font-size: 12px;
  line-height: 18px;
}

.product__sale-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.product__row-title {
  position: relative;
  display: inline-block;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  font-size: 0.875rem;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.product__row-title.underline {
  font-weight: 600;
}

.product__row-title.is-off {
  opacity: 0.34;
}

.product__row-title.is-off:hover {
  opacity: 1;
}

.product__about-wrap {
  flex-flow: column wrap;
  display: flex;
}

.product__about-wrap.for_warranty {
  display: none;
}

.splide__track.for_main {
  width: 100%;
  height: 100%;
}

.product__about-stroke {
  height: 1px;
  border-bottom: 1px dashed #b6b6b6;
  flex: 1;
  margin-top: -1px;
}

.product__more-body {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.product__about-name {
  text-align: right;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.product__viewer-group.is-expanded .product__slider-img {
  height: 60vh !important;
  cursor: auto !important;
}

.product-fav__svg path {
  transition: all 200ms ease-in-out;
}

.product-fav__svg.is-active path {
  fill: var(--blue-gold);
  stroke: var(--blue-gold);
}

.product__add-fav path {
  transition: var(--transition-m);
}

.slider__row-gradient {
  pointer-events: none;
}

.ib__hp-card>.ib-card__fav-svg {
  opacity: 0;
}

.ib__hp-card:hover>.ib-card__fav-svg {
  opacity: 1;
}

.ib-card__fav-svg {
  opacity: 0;
}

.res-card:hover .ib-card__fav-svg {
  opacity: 1;
}

.descra.stop {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}


.first-pic:hover+.first-overlay {
  opacity: 1;
}

.first-overlay {
  pointer-events: none;
}

.sub__list-toggle.is-active {
  color: #2b5d79;
}

.sub__list-toggle.is-active img {
  transform: rotate(180deg);
}

.m-menu__sub.is-opened {
  transform: translateX(0%);
}

.underline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0px;
  z-index: -1;
  bottom: 4px;
  background-color: #dedede;
}

.thumbnails__slide:last-child {
  margin-right: 0px !important;
}

@media screen and (min-width: 767px) {
  .thumbnails__slide:first-child {
    display: none;
  }
}

.product__slide.for_main.splide__slide {
  padding: 0px !important;
}

.splide__pagination {
  display: flex !important;
  position: static !important;
  margin-bottom: 14px !important;
}

.splide__pagination__page.is-active {
  background: var(--black) !important;
  transform: scale(1) !important;
}

.splide__track.for_thumbnails {
  width: 100%;
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
  border: 2px solid var(--blue-gold);
}

.product__item-summary.is-full {
  overflow: visible;
  text-overflow: unset;
  -webkit-line-clamp: unset;
}

.splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.splide__list.for_main {
  overflow: visible;
  height: 100%;
}

.splide__list.for_thumbnails {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.product__slide {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product__slide.for_main {
  width: 100%;
}

.product__slider-thumbnails {
  position: relative;
  display: block;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product__view {
  width: 62%;
  min-height: 120px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f9f9f9;
  flex-direction: column;
  padding: 4.4vw;
  display: flex;
  overflow: hidden;
}

.side-row__line {
  margin-top: 20px;
}

.side-row__line.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
span.price_holder {
  font-weight: 600;
  margin-right: 12px;
  font-size: 18px;
}

.product__mobile-info {
  display: none;
}

.product__side {
  min-height: 120px;
  flex: 1;
}

.product__about-row {
  min-width: 48%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -1px;
  padding: 6px 0;
  display: flex;
}

.option-btn {
  min-height: 42px;
  min-width: 12.5%;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  letter-spacing: .2px;
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #fafafa;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 6px 16px 5px;
  font-size: 13px;
  font-weight: 500;
  transition: all .15s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 rgba(9, 149, 198, .1);
}

.option-btn:hover {
  background-color: rgba(75, 184, 219, .05);
  border-color: #0095c6;
}

.option-btn.is-active {
  box-shadow: none;
  background-color: rgba(12, 183, 240, .03);
  background-image: none;
  border-color: #4e9cc0;
}

.thumbnails__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-option-name {
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 1;
  align-items: center;
  padding-top: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.side-row {
  padding: 26px 4.4vw;
  line-height: 22px;
}

.product-option__head {
  cursor: pointer;
  background-color: #e6f2f8;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  transition: all .25s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.more-summary {
  display: none;
  margin-top: 0px;
  padding-top: 4px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}

.options-block.for_ring {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.options-block.for_size {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.options-block.for_length {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sidebar-section__content {
  position: relative;
}

.length_cm {
  display: block;
  opacity: 0.6;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  text-align: center;
}

.product__item-option {
  flex-direction: column;
  display: flex;
  position: relative;
}

.product__item-option:hover {
  z-index: 2;
  border-color:#0995c6;
}
.option-current span {
  font-size: 14px !important;
  font-weight: 500;
}

.product-main {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.crumb__link {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0;
  font-size: 11px;
  font-weight: 600;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
}

.crumb__link:hover {
  color: #0995c6;
}

.warranty-span {
  font-weight: 500;
}

.product__promises {
  margin: 0px 0px;
  padding: 98px 6vw;
  background-color: #ffffff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.product-fav__svg {
  position: static;
  top: auto;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  color: #c7c7c7;
  cursor: pointer;
}

.product-fav__svg:hover {
  position: static;
  color: var(--blue-gold);
}

.warranty-p {
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
}

.option__ring-size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product-option__body {
  transition: all .35s cubic-bezier(.39, .575, .565, 1);
  position: relative;
  overflow: hidden;
}

.side-row__body {
  margin-bottom: 0rem;
}

.side-body__breadcrumbs {
  padding-left: 4.4vw;
  padding-right: 4.4vw;
  position: relative;
}

.product__pic {
  width: 100%;
  mix-blend-mode: normal;
  -o-object-fit: cover;
  object-fit: cover;
}

.product__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.side-row__body-head {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  display: flex;
}

.side-row__body-head.flow {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 0.875rem;
}

.product__about-title {
  color: rgba(23, 28, 41, .55);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.product__certificate-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 0px solid var(--blue-gold);
  font-weight: 600;
  transition: all 0ms !important;
  text-transform: uppercase;
}
.product__certificate-link svg{
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.product__certificate-link:hover {
  color: #0995c6;
  border-left: 0px solid var(--blue-gold);
  padding-left: 0px;
  text-decoration: underline !important;
}
.product__certificate-link:hover span {
  color: #0995c6;
  border-left: 0px solid var(--blue-gold);
  padding-left: 0px;
  text-decoration: underline !important;
}

.product__more-btn {
  color: rgba(23, 28, 41, .5);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  padding: 5px 0;
  font-size: 12px;
  font-weight: 700;
}

.product__more-btn:hover {
  color: #171c29;
}

.product__more-btn.is-active {
  color: #171c29;
  border-color: #f5f5f5;
  text-decoration: underline;
}

.st__embed {
  display: none;
}

.mob-btn {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  padding: 4vw;
  -webkit-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
}

.mob-btn.is-hidden {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

@media screen and (min-width: 1440px) {
  .product__view {
    width: 66%;
    padding: 4.8vw;
  }

  .options-block.for_length {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .product__wrapper {
    flex-direction: column;
  }

  .product__view {
    width: 100%;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 44px;
  }

  .product__mobile-info {
    position: relative;
    display: block;
    margin-bottom: 26px;
  }

  .side-row.mob-hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .splide__track.for_thumbnails {
    width: 100%;
  }

  .splide__list.for_thumbnails {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .thumbnails__slide.splide__slide {
    margin-right: 14px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .product__pic {
    min-height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

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

  .buy-btn {
    min-height: 48px;
  }

  .buy-btn2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 0px;
  }

  .splide__track.for_thumbnails {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .splide__track.for_main {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .splide__list.for_thumbnails {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product__slide.for_main.splide__slide {
    padding: 20px;
  }

  .product__slider-thumbnails {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product__view {
    z-index: 3;
    background-color: #fff;
    padding: 0;
    position: relative;
  }

  .product__item-title {
    font-size: 20px;
    line-height: 28px;
  }

  .product__mobile-info {
    margin-top: 24px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .thumbnails__slide.splide__slide {
    min-height: 70px;
  }

  .options-block.for_length {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-fav__svg {
    width: 18px;
    height: 18px;
    margin-left: 0px;
  }

  .option__ring-size {
    margin-left: 0px;
  }

  .product__pic {
    height: 100%;
    min-height: 60px;
  }

  .product__slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}


.product__delivery {
  display: block;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.product-fav__span {
  overflow: hidden;
  width: auto;
  margin-top: 1px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  white-space: nowrap;
}

.product-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  margin-left: 6px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  color: #7d8286;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.product-label:hover {
  opacity: 1;
  color: var(--blue-gold);
}

.full-close-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__details-dd-icon {
  width: 7px;
  height: 7px;
  border-right: 1px solid #171c25;
  border-bottom: 1px solid #171c25;
  -webkit-transform: translate(0px, -2px) rotate(45deg);
  -ms-transform: translate(0px, -2px) rotate(45deg);
  transform: translate(0px, -2px) rotate(45deg);
}

.product__sidebar-section {
  position: relative;
  margin-bottom: 38px;
}

.product__sidebar-section.vert_align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__delivery-img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.product__viewer-wrap.splide-slider {
  padding-top: 0px;
  padding-bottom: 0px;
}

.summary-wrap {
  position: relative;
  overflow: hidden;
  height: auto;
  padding-bottom: 0px;
}

.product__sidebar-wrapper {
  margin-bottom: 0px;
}

.sidebar-content__body {
  position: relative;
}

.sidebar-section__content {
  position: relative;
}

.promise-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 28px;
  padding-left: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-fav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  max-height: 32px;
  margin-top: 8px;
  padding: 6px 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #f7f8f9;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
}

.product-fav:hover {
  background-color: #e8eaec;
}

.certificate-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}

.fullscreen-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
}

.product-option {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dee3e7;
  border-bottom: 1px solid #dee3e7;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  cursor: pointer;
}

.product__details-body {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.certificate__img {
  width: auto;
  height: 24px;
  margin-right: 12px;
}

.ib-product-summary {
  max-width: 460px;
  color: #171c25;
  font-size: 14px;
  line-height: 26px;
}

.product__details-warranty {
  max-width: 460px;
  color: #171c25;
  font-size: 12px;
  line-height: 26px;
}

.product__main-body {
  position: static;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.color-gradient.rose {
  background-color: #f0cac7;
  background-image: none;
}

.color-gradient.white {
  background-color: #cacaca;
  background-image: none;
}

.color-gradient.yellow {
  background-color: #e5d5b0;
  background-image: none;
}

.color-gradient.black {
  background: linear-gradient(45deg, #6F7174, #171C25);
}

.color-gradient.two-tone {
  background: linear-gradient(45deg, #e2d2b6, #e6d6a8 50%, #f5f5f5 51%, #ebebeb);
}

.color-gradient.two-tone-rose {
  background: linear-gradient(45deg, #FDDDDD, #D2ACAC 50%, #f5f5f5 51%, #ebebeb);
}

.color-gradient.tri-tone {
  background: linear-gradient(45deg, #e2c6cc, #e7cdd3 40%, var(--grey-light) 41%, #ddd 63%, #e2d2b6 64%, #ebe1c5);
}

.color-gradient.steel {
  background: linear-gradient(45deg, #a3a3a3, #ebebeb 50%, #c2c0c0 51%, #e9e9e9);
}

.color-gradient.titanium {
  background: linear-gradient(45deg, #959294, #3F383C);
}

.color-gradient.blue {
  background: radial-gradient(50% 50% at 50% 50%, rgba(225, 247, 255, 0.color-gradient.3) 0%, rgba(202, 241, 255, 0.color-gradient.288) 59.color-gradient.38%, rgba(178, 230, 249, 0) 59.color-gradient.39%, rgba(136, 211, 237, 0) 100%),
  linear-gradient(311.color-gradient.74deg, rgba(9, 149, 198, 0.color-gradient.4) 13.color-gradient.67%, rgba(136, 211, 237, 0.color-gradient.4) 49.color-gradient.66%, rgba(102, 194, 226, 0.color-gradient.4) 50.color-gradient.19%, rgba(255, 255, 255, 0.color-gradient.4) 64.color-gradient.48%),
  linear-gradient(222.color-gradient.81deg, rgba(9, 149, 198, 0.color-gradient.3) 14.color-gradient.05%, rgba(9, 149, 198, 0.color-gradient.3) 50.color-gradient.01%, rgba(136, 211, 237, 0.color-gradient.3) 50.color-gradient.27%, rgba(136, 211, 237, 0.color-gradient.3) 64.color-gradient.45%),
  linear-gradient(270deg, rgba(136, 211, 237, 0.color-gradient.5) 29.color-gradient.17%, rgba(9, 149, 198, 0.color-gradient.5) 50.color-gradient.46%, rgba(255, 255, 255, 0.color-gradient.5) 50.color-gradient.55%, rgba(9, 149, 198, 0.color-gradient.5) 100%),
  linear-gradient(180deg, rgba(136, 211, 237, 0.color-gradient.3) 30.color-gradient.45%, rgba(136, 211, 237, 0.color-gradient.3) 50.color-gradient.73%, rgba(9, 149, 198, 0.color-gradient.3) 50.color-gradient.73%, rgba(9, 149, 198, 0.color-gradient.3) 100%),
  radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #BAEDFF 57.color-gradient.8%, #88D3ED 57.color-gradient.81%, var(--blue-gold) 100%), var(--blue-gold);
}

.color-gradient.blue-gold {
  background: linear-gradient(45deg, #88D3ED, var(--blue-gold));
}

.color-gradient.navy-blue {
  background: linear-gradient(45deg, #223164, #3e68c2);
}

.product__slider-img {
  width: 100%;
  height: 420px;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.product__delivery-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-title {
  font-family: Joane, sans-serif;
  font-size: 24px;
  line-height: 42px;
  font-weight: 300;
  text-align: center;
}

.product__details-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.sidebar-content__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.sidebar-content__head.for_options {
  margin-bottom: 16px;
}

.splide__track.for_main {
  width: 100%;
  height: 100%;
}

.splide__arrow.splide__arrow--prev {
  margin-left: 8px;
}

.splide__arrow.splide__arrow--next {
  margin-right: 8px;
}

.product__more-main.splide__track {
  overflow: visible;
}

.splide__pagination__page.is-active {
  background: #171c25;
  transform: scale(1);
}

.splide__pagination__page {
  opacity: 1 !important;
  height: 7px !important;
  width: 7px !important;
}

.splide__arrow {
  position: relative;
  margin-bottom: 0px;
  transform: translateY(0%) rotate(0deg);
  opacity: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__slide.for_thumbnails.is-visible {
  border: 1px solid #e3e5e7 !important;
  width: 64px !important;
  height: 64px !important;
  margin-right: 6px !important;
  margin-left: 6px !important;
  margin-bottom: 0 !important;
}

.splide__list.for_thumbnails {
  transform: translateX(0px) !important;
}

.splide__slide.for_thumbnails.is-active {
  border: 2px solid var(--blue-gold) !important;
}

#thumbnail-slider .splide__arrows {
  display: none !important;
}
.splide .splide__arrows {
  margin-top: 16px;
}

.splide .splide__arrow {
  width: 38px !important;
  height: 38px !important;
}
#main-sliders .splide__arrows {
  display: flex;
  position: absolute;
  width: 100%;
  justify-content: space-between;
}

.splide__arrow {
  background-color: #ffffff !important;
}

.splide__slide.for_main.is-active {
  background-size: contain;
}

.splide__arrow.splide__arrow--prev {
  left: 14px !important;
}

.splide__arrow.splide__arrow--next {
  right: 14px !important;
}

@media screen and (max-width: 479px) {
  .splide__arrows {
    display: none !important;
  }

  .splide__slide.for_thumbnails.is-visible {
    border: 1px solid #e3e5e7 !important;
    width: 48px !important;
    height: 48px !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }

  .product-slider__thumbnails-wrap {
    margin-top: 12px;
  }

  .splide__slide.for_thumbnails.is-active {
    border: 2px solid var(--blue-gold) !important;
  }

  #thumbnail-slider .splide__arrows {
    display: block !important;
  }

  #thumbnail-slider-track {
    position: relative;
    z-index: 10;
  }
}

.product__viewer-group.is-expanded .product__slider-img {
  height: 60vh !important;
  cursor: auto !important;
}

.product-fav__svg path {
  transition: all 200ms ease-in-out;
}

.product-fav__svg.is-active path {
  fill: var(--blue-gold);
  stroke: var(--blue-gold);
}

.product__main-wrap {
  position: static;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 48px;
  padding-right: 2vw;
  padding-left: 2vw;
  text-align: left;
}

.buy-btn__price {
  letter-spacing: .4px;
  font-size: 15px;
  font-weight: 500;
}

.options__collapse-all {
  padding: 0px;
  background-color: transparent;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  color: #171c25;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

.options__collapse-all:hover {
  color: #157ca0;
}

.product__sidebar {
  padding: 0vw 4vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product__main {
  padding-top: 148px;
}

.splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.splide__list.for_main {
  overflow: visible;
  height: 100%;
}

.splide__list.for_thumbnails {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__viewer-group {
  position: -webkit-sticky;
  position: sticky;
  top: 136px;
  overflow: hidden;
  width: 60%;
  padding-top: 24px;
  padding-bottom: 42px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.product__viewer-group.is-expanded {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.product__labels-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__slide {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product__slide.for_main {
  width: 100%;
}

.product__slide.for_thumbnails {
  width: 52px;
  height: 52px;
  margin-bottom: 0px;
  border: 1px solid #e3e5e7;
}

.product__slide.for_thumbnails.splide__slide {
  margin-right: 4px;
  margin-left: 4px;
}

.promise-item__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__more {
  overflow: hidden;
  min-height: auto;
  padding-top: 0px;
}

.iba-product {
  position: relative;
  overflow: visible;
  width: 100vw;
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0vh;
}

.ib-summary_span {
  display: inline-block;
  margin-top: 8px;
}

.product-slider__main {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-slider__main.splide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product__details-row {
  position: relative;
  margin-bottom: 0px;
}

.product-price {
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.ib-card__info .product-price {
  text-align: left;
}

.promise-link {
  margin-top: 22px;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  font-size: 13px;
  text-align: center;
  text-decoration: underline !important;
  font-weight: 500 !important;
}

.promise-link:hover {
  color: var(--blue-gold);
}

.product-slider__thumbnails-wrap {
  position: relative;
  display: block;
  margin-top: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-option__head-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 10%;
  display: flex;
}

.product__slider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.promise-svg {
  width: 28px;
}

.wa-btn__img {
  width: 20px;
  margin-right: 10px;
  -webkit-filter: saturate(84%);
  filter: saturate(84%);
}

.product__wa-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(59, 185, 157, 0);
  border-radius: 0px;
  background-color: #f7f8f9;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  color: #171c25;
  font-size: 14px;
  cursor: pointer;
}

.product__wa-btn:hover {
  background-color: #51c5ab;
  color: #fff;
}

.crumb_divider {
  margin-right: 6px;
  margin-left: 6px;
}

.summary-grad {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

.product__breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.details__b-span {
  font-weight: 500;
  text-decoration: underline;
}

.option__ring-size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product__buy-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: #333;
  border-radius: 0px;
  background-color: #2b5d79;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.product__buy-btn:hover {
  border-color: var(--blue-gold);
  background-color: var(--blue-gold);
  color: #fff;
}

.product__buy-btn.mob_fixed {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.product__buy-btn.mob_fixed.is-hidden {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.ib__wrapper {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.length_cm {
  display: block;
  opacity: 0.6;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.details-warranty_bold {
  font-weight: 600;
}

.product-fav__svg {
  position: static;
  top: auto;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  margin-top: -1px;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: var(--transition-m);
  transition: var(--transition-m);
  color: #c7c7c7;
  cursor: pointer;
}

.product-fav__svg:hover {
  position: static;
  color: var(--blue-gold);
}

.options-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.options-block.for_ring {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.options-block.for_size {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.options-block.for_length {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product__more-items {
  margin-top: 0px;
  padding: 0px;
}

.product__more-items.grey_bg {
  padding-top: 58px;
  padding-bottom: 84px;
  background-color: #f7f8f9;
}

.product__item {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.summary__more-btn {
  position: relative;
  z-index: 1;
  padding: 0px;
  background-color: transparent;
  color: #7d8286;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
}

.promise-subtitle {
  margin-top: 6px;
  color: var(--black);
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.option-btn.active {
  z-index: 3;
  border-color: var(--blue-gold);
  border-radius: 0px;
  background-color: rgba(18, 106, 136, 0.05);
  color: #2b5d79;
}

.promises-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.full__close-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sidebar-section__certificate {
  display: block;
  margin-top: 14px;
}

.full__close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f8f9;
  cursor: pointer;
}

.sidebar-section__title {
  font-weight: 500;
}

.option-current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  margin-bottom: 0px !important;
  padding-bottom: 2px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.summary-more {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
  margin-top: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product__thumbnails-img {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none #e3e5e7;
  -o-object-fit: cover;
  object-fit: cover;
}

.promise-title {
  font-size: .875rem;
  margin-top: 18px;
  font-weight: 500;
  text-align: center;
}

.st__embed {
  display: none;
}

@media screen and (min-width: 1440px) {
  .product__viewer-group {
    width: 60%;
  }

  .options-block.for_length {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .product__main-wrap {
    padding-top: 26px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .product__sidebar {
    padding: 25px 0px 0px;
  }

  .product__main {
    padding-top: 118px;
  }

  .product__viewer-group {
    position: static;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .product__more {
    padding-top: 0px;
  }

  .iba-product {
    overflow: hidden;
  }

  .product__more-items {
    padding-right: 20px;
    padding-left: 20px;
  }

  .product__item {
    display: block;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .promise-item {
    width: 50%;
    margin-bottom: 0px;
    padding: 24px 14px;
    border: 1px solid #e6e6e6;
    margin-top: -1px;
    margin-left: -1px;
  }

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

  .product__sidebar {
    padding-right: 0px;
    padding-left: 0px;
  }

  .product__more {
    padding-top: 0px;
  }

  .iba-product {
    overflow: hidden;
  }

  .promise-link {
    margin-top: 12px;
  }

  .promises-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .promise-title {
    margin-top: 8px;
  }
}

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

  .product__delivery-img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }

  .product__viewer-wrap.splide-slider {
    padding-bottom: 24px;
  }

  .promise-item {
    padding-right: 20px;
    padding-left: 20px;
  }

  .product__promises {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .product__slider-img {
    height: 270px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .product__delivery-row {
    margin-bottom: 16px;
  }

  .product-title {
    max-width: none;
    margin-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
  }

  .splide__track.for_main {
    padding-top: 0px;
    padding-bottom: 3vw;
  }

  .splide__track.for_thumbnails {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product__main-wrap {
    padding-top: 36px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .product__sidebar {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .splide__list.for_thumbnails {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product__labels-wrap {
    margin-bottom: 6px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .product__slide.for_main.splide__slide {
    padding: 20px;
  }

  .product__slide.for_thumbnails {
    width: 48px;
    height: 48px;
    margin-right: 4px;
    margin-bottom: 0px;
    margin-left: 4px;
  }

  .product__more {
    padding-top: 0px;
  }

  .iba-product {
    overflow: hidden;
  }

  .product-slider__main.splide {
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .product-slider__thumbnails-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product__slider-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product__wa-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
  }

  .product__breadcrumb {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .option__ring-size {
    margin-left: 0px;
  }

  .product__buy-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 0px;
  }

  .product__buy-btn.mob_fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .product-fav__svg {
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }

  .options-block.for_length {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product__thumbnails-img {
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    border-style: none;
    border-width: 1px;
    border-color: #e3e5e7;
    -o-object-fit: cover;
    object-fit: cover;
  }
}



/*Gilroy Font Family*/
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-Extrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-ExtraboldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/*Joane Font Family*/
@font-face {
  font-family: 'Joane';
  src: url('../fonts/Joane/Joane-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Joane';
  src: url('../fonts/Joane/Joane-LightItalic') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Joane';
  src: url('../fonts/Joane/Joane-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Joane';
  src: url('../fonts/Joane/Joane-RegularItalic') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}


@font-face {
  font-family: 'Joane';
  src: url('../fonts/Joane/Joane-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Joane';
  src: url('../fonts/Joane/Joane-SemiboldItalic') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* JBOX plugin */
.jBox-wrapper {
  text-align: left;
  box-sizing: border-box
}

.jBox-container,
.jBox-content,
.jBox-title {
  position: relative;
  word-break: break-word;
  box-sizing: border-box
}

.jBox-container {
  background: #fff
}

.jBox-content {
  padding: 8px 12px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity .2s;
  color: #171c29;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.jBox-content span {
  font-size: 18px;
  font-weight: 600;
  color: var(--blue-gold);
  margin-top: 8px;
  display: block;
}

.jBox-footer {
  box-sizing: border-box
}

.jBox-Mouse .jBox-container,
.jBox-Tooltip .jBox-container {
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .25)
}

.jBox-Mouse .jBox-title,
.jBox-Tooltip .jBox-title {
  padding: 8px 10px 0;
  font-weight: 700
}

.jBox-Mouse.jBox-hasTitle .jBox-content,
.jBox-Tooltip.jBox-hasTitle .jBox-content {
  padding-top: 5px
}

.jBox-Mouse {
  pointer-events: none
}

.jBox-pointer {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box
}

.jBox-pointer:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  transform: rotate(45deg);
  box-sizing: border-box
}

.jBox-pointer-top {
  top: 0
}

.jBox-pointer-top:after {
  left: 5px;
  top: 6px;
  box-shadow: -1px -1px 2px rgba(0, 0, 0, .15)
}

.jBox-pointer-right {
  right: 0
}

.jBox-pointer-right:after {
  top: 5px;
  right: 6px;
  box-shadow: 1px -1px 2px rgba(0, 0, 0, .15)
}

.jBox-pointer-left {
  left: 0
}

.jBox-pointer-left:after {
  top: 5px;
  left: 6px;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, .15)
}

.jBox-pointer-bottom {
  bottom: 0
}

.jBox-pointer-bottom:after {
  left: 5px;
  bottom: 6px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .15)
}

.jBox-pointer-bottom,
.jBox-pointer-top {
  width: 30px;
  height: 12px
}

.jBox-pointer-left,
.jBox-pointer-right {
  width: 12px;
  height: 30px
}

.jBox-Modal .jBox-container {
  border-radius: 0px
}

.jBox-Modal .jBox-container,
.jBox-Modal.jBox-closeButton-box:before {
  box-shadow: 0px 50px 60px rgb(9 149 198 / 7%);
}

.jBox-Modal .jBox-content {
  padding: 15px 20px
}

.jBox-Modal .jBox-title {
  border-radius: 4px 4px 0 0;
  padding: 15px 20px;
  background: #fafafa;
  border-bottom: 1px solid #eee
}

.jBox-Modal.jBox-closeButton-title .jBox-title {
  padding-right: 65px
}

.jBox-Modal .jBox-footer {
  border-radius: 0 0 4px 4px
}

.jBox-closeButton {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  box-sizing: border-box
}

.jBox-closeButton svg {
  position: absolute;
  top: 50%;
  right: 50%
}

.jBox-closeButton path {
  fill: #aaa;
  transition: fill .2s
}

.jBox-closeButton:hover path {
  fill: #888
}

.jBox-overlay .jBox-closeButton {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.jBox-overlay .jBox-closeButton svg {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: -10px
}

.jBox-overlay .jBox-closeButton path {
  fill: #ddd
}

.jBox-overlay .jBox-closeButton:hover path {
  fill: #fff
}

.jBox-closeButton-title .jBox-closeButton {
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px
}

.jBox-closeButton-title svg {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-right: -6px
}

.jBox-closeButton-box {
  box-sizing: border-box
}

.jBox-closeButton-box .jBox-closeButton {
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%
}

.jBox-closeButton-box .jBox-closeButton svg {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-right: -5px
}

.jBox-closeButton-box:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.jBox-closeButton-box.jBox-pointerPosition-top:before {
  top: 5px
}

.jBox-closeButton-box.jBox-pointerPosition-right:before {
  right: 2px
}

.jBox-Modal.jBox-hasTitle.jBox-closeButton-box .jBox-closeButton {
  background: #fafafa
}

.jBox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 14, 18, 0.8);
}

.jBox-footer {
  background: #fafafa;
  border-top: 1px solid #eee;
  padding: 8px 10px;
  border-radius: 0 0 3px 3px
}

body[class*=" jBox-blockScroll-"],
body[class^=jBox-blockScroll-] {
  overflow: hidden
}

.jBox-draggable {
  cursor: move
}

@keyframes jBoxLoading {
  to {
    transform: rotate(360deg)
  }
}

.jBox-loading .jBox-content {
  opacity: .2
}

.jBox-loading-spinner .jBox-content {
  min-height: 38px !important;
  min-width: 38px !important;
  opacity: 0
}

.jBox-spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px
}

.jBox-spinner:before {
  display: block;
  box-sizing: border-box;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, .2);
  border-top-color: rgba(0, 0, 0, .8);
  animation: jBoxLoading .6s linear infinite
}

.jBox-countdown {
  border-radius: 4px 4px 0 0;
  z-index: 0;
  background: #000;
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  overflow: hidden
}

.jBox-countdown-inner {
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  position: absolute;
  background: #fff
}

[class*=" jBox-animated-"],
[class^=jBox-animated-] {
  animation-fill-mode: both
}

@keyframes jBox-tada {
  0% {
    transform: scale(1)
  }

  10%,
  20% {
    transform: scale(.8) rotate(-4deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale(1.2) rotate(4deg)
  }

  40%,
  60%,
  80% {
    transform: scale(1.2) rotate(-4deg)
  }

  100% {
    transform: scale(1) rotate(0)
  }
}

.jBox-animated-tada {
  animation: jBox-tada 1s
}

@keyframes jBox-tadaSmall {
  0% {
    transform: scale(1)
  }

  10%,
  20% {
    transform: scale(.9) rotate(-2deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(2deg)
  }

  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-2deg)
  }

  100% {
    transform: scale(1) rotate(0)
  }
}

.jBox-animated-tadaSmall {
  animation: jBox-tadaSmall 1s
}

@keyframes jBox-flash {

  0%,
  100%,
  50% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.jBox-animated-flash {
  animation: jBox-flash .5s
}

@keyframes jBox-shake {

  0%,
  100% {
    transform: translateX(0)
  }

  20%,
  60% {
    transform: translateX(-6px)
  }

  40%,
  80% {
    transform: translateX(6px)
  }
}

.jBox-animated-shake {
  animation: jBox-shake .4s
}

@keyframes jBox-pulseUp {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.15)
  }

  100% {
    transform: scale(1)
  }
}

.jBox-animated-pulseUp {
  animation: jBox-pulseUp .25s
}

@keyframes jBox-pulseDown {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(.85)
  }

  100% {
    transform: scale(1)
  }
}

.jBox-animated-pulseDown {
  animation: jBox-pulseDown .25s
}

@keyframes jBox-popIn {
  0% {
    transform: scale(0)
  }

  50% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1)
  }
}

.jBox-animated-popIn {
  animation: jBox-popIn .25s
}

@keyframes jBox-popOut {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(0)
  }
}

.jBox-animated-popOut {
  animation: jBox-popOut .25s
}

@keyframes jBox-fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.jBox-animated-fadeIn {
  animation: jBox-fadeIn .2s
}

@keyframes jBox-fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.jBox-animated-fadeOut {
  animation: jBox-fadeOut .2s
}

@keyframes jBox-slideUp {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(-300px);
    opacity: 0
  }
}

.jBox-animated-slideUp {
  animation: jBox-slideUp .4s
}

@keyframes jBox-slideRight {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(300px);
    opacity: 0
  }
}

.jBox-animated-slideRight {
  animation: jBox-slideRight .4s
}

@keyframes jBox-slideDown {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(300px);
    opacity: 0
  }
}

.jBox-animated-slideDown {
  animation: jBox-slideDown .4s
}

@keyframes jBox-slideLeft {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-300px);
    opacity: 0
  }
}

.jBox-animated-slideLeft {
  animation: jBox-slideLeft .4s
}

.jBox-Confirm .jBox-content {
  text-align: center;
  padding: 46px 76px
}

@media (max-width:500px) {
  .jBox-Confirm .jBox-content {
    padding: 32px 20px
  }
}

.jBox-Confirm-footer {
  height: 46px
}

.jBox-Confirm-button {
  display: block;
  float: left;
  cursor: pointer;
  text-align: center;
  width: 50%;
  line-height: 46px;
  height: 46px;
  overflow: hidden;
  font-size: 14px !important;
  font-weight: 500;
  padding: 0 10px;
  transition: color .2s, background-color .2s;
  box-sizing: border-box
}

.jBox-Confirm-button-cancel {
  border-bottom-left-radius: 0px;
  background: #f8f8f8;
  color: #171c29
}

.jBox-Confirm-button-cancel:active,
.jBox-Confirm-button-cancel:hover {
  background: rgb(227, 227, 227)
}

.jBox-Confirm-button-cancel:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2)
}

.jBox-Confirm-button-submit {
  border-bottom-right-radius: 0px;
  background: #0995c6;
  color: #fff
}

.jBox-Confirm-button-submit:active,
.jBox-Confirm-button-submit:hover {
  background: #17abe1
}

.jBox-Confirm-button-submit:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2)
}

.jBox-Image .jBox-container {
  background-color: transparent
}

.jBox-Image .jBox-content {
  padding: 0;
  width: 100%;
  height: 100%
}

.jBox-image-container {
  background: center center no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0
}

.jBox-image-label-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 100;
  display: flex
}

.jBox-image-label-container {
  position: relative;
  flex: 1
}

.jBox-image-label {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 24px;
  transition: opacity .36s;
  opacity: 0;
  z-index: 0;
  pointer-events: none
}

.jBox-image-label.expanded {
  background: #000
}

.jBox-image-label:not(.expanded) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.jBox-image-label.active {
  opacity: 1;
  pointer-events: all
}

@media (max-width:600px) {
  .jBox-image-label {
    font-size: 13px
  }
}

.jBox-image-pointer-next,
.jBox-image-pointer-prev {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: .8;
  transition: opacity .2s;
  background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPg0KPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTkzLDIyNy40TDgwLjQsMjQwTDkzLDI1Mi42YzAuNCwwLjQsMC40LDEuMSwwLDEuNWwtMS42LDEuNmMtMC40LDAuNC0xLDAuNS0xLjUsMEw3NSwyNDAuN2MtMC40LTAuNC0wLjUtMSwwLTEuNWwxNC45LTE0LjljMC40LTAuNCwxLTAuNCwxLjUsMGwxLjYsMS42QzkzLjUsMjI2LjQsOTMuNCwyMjcsOTMsMjI3LjR6Ii8+DQo8L3N2Zz4=);
  background-size: 11px auto;
  user-select: none;
  z-index: 1
}

.jBox-image-pointer-next:hover,
.jBox-image-pointer-prev:hover {
  opacity: 1
}

.jBox-image-pointer-next {
  transform: scaleX(-1)
}

.jBox-image-counter-container {
  flex-shrink: 0;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #fff;
  text-align: right;
  display: none
}

.jBox-image-has-counter .jBox-image-counter-container {
  display: block
}

.jBox-overlay.jBox-overlay-Image {
  background: #000
}

.jBox-image-not-found {
  background: #000
}

.jBox-image-not-found:before {
  content: '';
  box-sizing: border-box;
  display: block;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 5px solid #222;
  border-radius: 50%
}

.jBox-image-not-found:after {
  content: '';
  display: block;
  box-sizing: content-box;
  z-index: auto;
  width: 6px;
  height: 74px;
  margin-top: -37px;
  margin-left: -3px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #222;
  transform: rotateZ(45deg);
  transform-origin: 50% 50% 0
}

.jBox-image-download-button-wrapper {
  position: absolute;
  top: -40px;
  right: 35px;
  height: 40px;
  display: flex;
  cursor: pointer;
  opacity: .8;
  transition: opacity .2s
}

.jBox-image-download-button-wrapper:hover {
  opacity: 1
}

.jBox-image-download-button-icon {
  width: 40px;
  height: 40px;
  background: center center no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNDE2IDI1NnYtMTkyaC0xOTJ2MTkyaC0xNjBsMjU2IDI1NiAyNTYtMjU2aC0xNjB6TTAgNTc2aDY0MHY2NGgtNjQwdi02NHoiPjwvcGF0aD48L3N2Zz4=);
  background-size: 60%
}

.jBox-image-download-button-text {
  white-space: nowrap;
  line-height: 40px;
  padding: 0 10px 0 0;
  color: #fff;
  font-size: 14px
}

@keyframes jBoxImageLoading {
  to {
    transform: rotate(360deg)
  }
}

.jBox-image-loading:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  border: 4px solid #333;
  border-bottom-color: #666;
  animation: jBoxImageLoading 1.2s linear infinite;
  border-radius: 50%
}

.jBox-Notice {
  transition: margin .2s
}

.jBox-Notice .jBox-container {
  border-radius: 4px;
  box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, .25), inset -1px -1px 0 0 rgba(0, 0, 0, .1)
}

.jBox-Notice .jBox-content {
  border-radius: 4px;
  padding: 12px 20px
}

@media (max-width:768px) {
  .jBox-Notice .jBox-content {
    padding: 10px 15px
  }
}

@media (max-width:500px) {
  .jBox-Notice .jBox-content {
    padding: 8px 10px
  }
}

.jBox-Notice.jBox-hasTitle .jBox-content {
  padding-top: 5px
}

@media (max-width:500px) {
  .jBox-Notice.jBox-hasTitle .jBox-content {
    padding-top: 0
  }
}

.jBox-Notice.jBox-hasTitle .jBox-title {
  padding: 12px 20px 0;
  font-weight: 700
}

@media (max-width:768px) {
  .jBox-Notice.jBox-hasTitle .jBox-title {
    padding: 10px 15px 0
  }
}

@media (max-width:500px) {
  .jBox-Notice.jBox-hasTitle .jBox-title {
    padding: 8px 10px 0
  }
}

.jBox-Notice.jBox-closeButton-title .jBox-title {
  padding-right: 55px
}

.jBox-Notice.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton {
  width: 40px
}

.jBox-Notice.jBox-Notice-black .jBox-container {
  color: #fff;
  background: #000
}

.jBox-Notice.jBox-Notice-black.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-black.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
  fill: #fff
}

.jBox-Notice.jBox-Notice-gray .jBox-container {
  color: #222;
  background: #f6f6f6
}

.jBox-Notice.jBox-Notice-gray.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-gray.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
  fill: #222
}

.jBox-Notice.jBox-Notice-red .jBox-container {
  color: #fff;
  background: #d00
}

.jBox-Notice.jBox-Notice-red.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-red.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
  fill: #fff
}

.jBox-Notice.jBox-Notice-green .jBox-container {
  color: #fff;
  background: #5d0
}

.jBox-Notice.jBox-Notice-green.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-green.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
  fill: #fff
}

.jBox-Notice.jBox-Notice-blue .jBox-container {
  color: #fff;
  background: #49d
}

.jBox-Notice.jBox-Notice-blue.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-blue.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
  fill: #fff
}

.jBox-Notice.jBox-Notice-yellow .jBox-container {
  color: #000;
  background: #fd0
}

.jBox-Notice.jBox-Notice-yellow.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-yellow.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
  fill: #fff
}

.jBox-NoticeFancy .jBox-content,
.jBox-NoticeFancy .jBox-title {
  padding-left: 25px
}

.jBox-NoticeFancy.jBox-Notice-color .jBox-container {
  color: #fff;
  background: #000
}

.jBox-NoticeFancy.jBox-Notice-color .jBox-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  border-radius: 4px 0 0 4px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
  background-size: 14px 14px
}

.jBox-NoticeFancy.jBox-Notice-black .jBox-container:after,
.jBox-NoticeFancy.jBox-Notice-gray .jBox-container:after {
  background-color: #888
}

.jBox-NoticeFancy.jBox-Notice-red .jBox-container:after {
  background-color: #e00
}

.jBox-NoticeFancy.jBox-Notice-green .jBox-container:after {
  background-color: #6c0
}

.jBox-NoticeFancy.jBox-Notice-blue .jBox-container:after {
  background-color: #49d
}

.jBox-NoticeFancy.jBox-Notice-yellow .jBox-container:after {
  background-color: #fb0
}

.jBox-NoticeFancy .jBox-countdown {
  left: 8px;
  border-radius: 0 4px 0 0
}

.jBox-TooltipBorder .jBox-container,
.jBox-TooltipBorder .jBox-pointer:after {
  border: 2px solid #49d
}

.jBox-TooltipBorder .jBox-pointer:after {
  width: 22px;
  height: 22px
}

.jBox-TooltipBorder .jBox-pointer-bottom,
.jBox-TooltipBorder .jBox-pointer-top {
  width: 34px;
  height: 13px
}

.jBox-TooltipBorder .jBox-pointer-bottom:after,
.jBox-TooltipBorder .jBox-pointer-top:after {
  left: 6px
}

.jBox-TooltipBorder .jBox-pointer-left,
.jBox-TooltipBorder .jBox-pointer-right {
  width: 13px;
  height: 34px
}

.jBox-TooltipBorder .jBox-pointer-left:after,
.jBox-TooltipBorder .jBox-pointer-right:after {
  top: 6px
}

.jBox-TooltipBorder.jBox-closeButton-box:before {
  width: 28px;
  height: 28px;
  background: #49d
}

.jBox-TooltipBorderThick .jBox-container {
  box-shadow: none;
  border-radius: 8px;
  border: 4px solid #ccc
}

.jBox-TooltipBorderThick .jBox-pointer:after {
  box-shadow: none;
  border: 4px solid #ccc;
  width: 24px;
  height: 24px
}

.jBox-TooltipBorderThick .jBox-pointer-bottom,
.jBox-TooltipBorderThick .jBox-pointer-top {
  width: 38px;
  height: 13px
}

.jBox-TooltipBorderThick .jBox-pointer-left,
.jBox-TooltipBorderThick .jBox-pointer-right {
  width: 13px;
  height: 38px
}

.jBox-TooltipBorderThick.jBox-closeButton-box:before {
  width: 32px;
  height: 32px;
  background: #ccc
}

.jBox-TooltipDark .jBox-container {
  border-radius: 4px;
  background: #000;
  color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.jBox-TooltipDark .jBox-pointer:after {
  background: #000
}

.jBox-TooltipDark .jBox-closeButton {
  background: #000
}

.jBox-TooltipDark.jBox-closeButton-box:before {
  box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton path {
  fill: #ddd
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:hover path {
  fill: #fff
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:active path {
  fill: #bbb
}

.jBox-TooltipError {
  pointer-events: none
}

.jBox-TooltipError .jBox-container {
  border-radius: 2px;
  background: #d00;
  color: #fff;
  font-weight: 700;
  font-size: 13px
}

.jBox-TooltipError .jBox-content {
  padding: 0 10px;
  line-height: 28px
}

.jBox-TooltipError .jBox-pointer:after {
  background: #d00;
  width: 20px;
  height: 20px
}

.jBox-TooltipError .jBox-pointer-bottom,
.jBox-TooltipError .jBox-pointer-top {
  width: 22px;
  height: 8px
}

.jBox-TooltipError .jBox-pointer-left,
.jBox-TooltipError .jBox-pointer-right {
  width: 8px;
  height: 22px
}

.jBox-TooltipError .jBox-pointer-top:after {
  left: 1px;
  top: 6px
}

.jBox-TooltipError .jBox-pointer-right:after {
  top: 1px;
  right: 6px
}

.jBox-TooltipError .jBox-pointer-bottom:after {
  left: 1px;
  bottom: 6px
}

.jBox-TooltipError .jBox-pointer-left:after {
  top: 1px;
  left: 6px
}

.jBox-TooltipSmall {
  pointer-events: none
}

.jBox-TooltipSmall .jBox-container {
  border-radius: 2px
}

.jBox-TooltipSmall .jBox-content {
  padding: 0 10px;
  line-height: 28px
}

.jBox-TooltipSmall .jBox-pointer:after {
  width: 20px;
  height: 20px
}

.jBox-TooltipSmall .jBox-pointer-bottom,
.jBox-TooltipSmall .jBox-pointer-top {
  width: 22px;
  height: 8px
}

.jBox-TooltipSmall .jBox-pointer-left,
.jBox-TooltipSmall .jBox-pointer-right {
  width: 8px;
  height: 22px
}

.jBox-TooltipSmall .jBox-pointer-top:after {
  left: 1px;
  top: 6px
}

.jBox-TooltipSmall .jBox-pointer-right:after {
  top: 1px;
  right: 6px
}

.jBox-TooltipSmall .jBox-pointer-bottom:after {
  left: 1px;
  bottom: 6px
}

.jBox-TooltipSmall .jBox-pointer-left:after {
  top: 1px;
  left: 6px
}

.jBox-TooltipSmallGray {
  pointer-events: none
}

.jBox-TooltipSmallGray .jBox-container {
  font-size: 13px;
  line-height: 24px;
  border-radius: 12px;
  background-image: linear-gradient(to bottom, #fafafa, #f2f2f2)
}

.jBox-TooltipSmallGray .jBox-content {
  padding: 0 10px
}

.jBox-TooltipSmallGray .jBox-pointer:after {
  width: 20px;
  height: 20px
}

.jBox-TooltipSmallGray .jBox-pointer-bottom,
.jBox-TooltipSmallGray .jBox-pointer-top {
  width: 22px;
  height: 8px
}

.jBox-TooltipSmallGray .jBox-pointer-left,
.jBox-TooltipSmallGray .jBox-pointer-right {
  width: 8px;
  height: 22px
}

.jBox-TooltipSmallGray .jBox-pointer-top:after {
  background: #fafafa;
  left: 1px;
  top: 6px
}

.jBox-TooltipSmallGray .jBox-pointer-right:after {
  top: 1px;
  right: 6px
}

.jBox-TooltipSmallGray .jBox-pointer-bottom:after {
  background: #f2f2f2;
  left: 1px;
  bottom: 6px
}

.jBox-TooltipSmallGray .jBox-pointer-left:after {
  top: 1px;
  left: 6px
}


/* CUSTOM DIAMOND SELECT */

.select-section {
  font-size: 14px !important;
  width: 100%;
}

.select-section__content {
  position: relative;
}

.select-list {
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
}

.select-list::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.size-select__option.is-active {
  pointer-events: none;
}

.size-results__item.is-active {
  background-color: rgba(9, 149, 198, 0.06) !important;
  border: 1px solid #0995c6 !important;
  z-index: 1;
}

.size-results__item-col > p {
  font-size: 12px !important;
}

.size-results__item.active::before {
  content: "";
  z-index: 10;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 175px;
  height: 300px;
  opacity: .7;
  transform: rotate(0deg) translateX(-300px);
  transition: all 0ms ease-in-out;
}

.size-results__item.active.blink::before {
  transform: rotate(0deg) translateX(900px);
  transition: all 1000ms ease-in-out;
}

.diamond-wrapper.animated {
  animation: diamondMove 3s linear infinite;
}

@keyframes diamondMove {
  0% {
    transform: translateY(0px)
  }

  25% {
    transform: translateY(-4px)
  }

  75% {
    transform: translateY(4px)
  }

  100% {
    transform: translateY(0px)
  }
}

.size-select {
  position: relative;
}

.size-select::before {
  content: "";
  z-index: 10;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 175px;
  height: 300px;
  opacity: .7;
  transform: rotate(0deg) translateX(-300px);
  transition: all 0ms ease-in-out;
}

.size-select.blink::before {
  transform: rotate(0deg) translateX(900px);
  transition: all 1000ms ease-in-out;
}

.size-select::after {
  content: "";
  right: 20px;
  margin-top: -1px;
  position: absolute;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: all 200ms ease;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.size-select.is-opened::after {
  margin-top: 2px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.select__wrapper {
  position: relative;
}

.size-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dee1e8;
  background-color: #fff;
  cursor: pointer;
}

.size-select.dark {
  overflow: hidden;
  border-color: rgba(222, 225, 232, 0);
  background-color: #f2f3f5;
}

.select-section__title {
  font-size: .9375rem;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.select-size_current {
  font-size: 14px;
  margin-bottom: 0px;
}

.select-list {
  position: absolute;
  left: 0px;
  top: 60px;
  right: 0px;
  bottom: auto;
  z-index: 20;
  display: none;
  overflow: auto;
  width: 100%;
  max-height: 200px;
  border: 1px solid #dee1e8;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.size-select__option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  cursor: pointer;
}

.size-select__option p {
  font-size: 14px;
}

.size-select__option:hover {
  background-color: #eff1f3;
}

.size-select__option.is-active {
  background-color: #f0f3f5;
}

.size-select_price {
  color: #929292;
}

.size-select_price_bold {
  color: #333;
  font-weight: 500;
}

.select-section__dropdown {
  position: relative;
  height: 50px;
}

.selected-size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.guide__style {
  display: none;
}

.sr-container {
  height: auto;
  min-height: auto;
  margin-top: 10px;
  background-color: #fff;
}

.size-loading {
  position: relative;
  z-index: 20;
  display: none;
  width: 100%;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dee1e8;
  background-color: #fff;
}

.diamond-loading-lottie {
  width: 50px;
  height: 50px;
  margin-bottom: 0px;
}

.size-loading_p {
  font-size: 14px;
  color: #585c60;
  font-weight: 500;
}

.diamond-wrapper {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
}

.size-results {
  position: relative;
  display: none;
}

.size-results__row {
  display: block;
  margin-top: 20px;
  border: 1px none #000;
}

.size-results__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 70px;
  margin-bottom: -1px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(222, 225, 232, 0) rgba(222, 225, 232, 0) #dee1e8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.size-results__item:hover {
  background-color: #f2f3f5;
}

.size-results__item-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.size-results__img {
  max-width: 100%;
}

.guide-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #a3aab4;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}

.guide-btn:hover {
  color: #0995c6;
}

.size-results__item-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 10px 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.size-results__item-name {
  font-size: 12px;
  text-transform: uppercase;
}

.size-results__row-title {
  font-size: 14px;
  margin-bottom: 0px;
  color: #526274;
}

.size-results__row-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.size-results__item-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #838383;
  font-size: 12px;
}

.size-results__item-col.for_price {
  width: 20%;
  color: #333;
  font-weight: 500;
}

.size-results__body {
  position: relative;
  border: 1px solid #dee1e8;
  max-height: 275px;
  overflow-y: scroll;
}

.modal__guide {
  position: fixed;
  top:0px;
  left:0px;
  z-index: 1000;
  display: none;
  width: 100vw;
  height: 100vh;
}

.modal__guide-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.guide-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 3;
  width: 640px;
  min-width: auto;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 300ms cubic-bezier(.526, .003, .485, 1.003);
  transition: all 300ms cubic-bezier(.526, .003, .485, 1.003);
}

.guide-wrap.is-hidden {
  opacity: 0;
  -webkit-transform: translate(-140px, 0px);
  -ms-transform: translate(-140px, 0px);
  transform: translate(-140px, 0px);
}

.no-scrollbar {
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 50px;
}

.modal__guide-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__guide-title {
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
}

.guide-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.guide-row {
  position: relative;
  margin-top: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dadfe4;
}

.guide-row__wrap {
  width: 100%;
}

.guide__details {
  margin-top: 12px;
}

.guide-description {
  color: #333;
  font-size: 13px;
  line-height: 30px;
}

.guide-row__title {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
}

.guide__shapes-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.guide__grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.guide__shape-img {
  width: 40px;
  height: 40px;
}

.guide__spot-p {
  width: 100%;
  margin-top: 8px;
  padding: 5px 10px;
  background-color: #f5f6f8;
  font-size: 12px;
  text-align: center;
}

.guide-row__main {
  margin-top: 24px;
}

.guide-row__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.guide__cut-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cut-img {
  width: 100px;
  height: 100px;
}

.guide__color-wrap {
  display: block;
}

.guide__color-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.guide__color-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.guide__color-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.guide__color-img {
  width: 40px;
}

.guide__color-p {
  margin-top: 8px;
}

.guide__color-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  padding: 6px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f6f8;
  font-weight: 500;
}

.guide__clarity-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.clarity-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.clarity-title {
  margin-top: 8px;
}

.dim-span {
  display: block;
  color: #818181;
  font-size: 12px;
  font-weight: 500;
}

.clarity-img {
  width: 70px;
}

@media screen and (max-width: 767px) {
  .guide-wrap {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .test-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .select-section {
    width: 100%;
  }

  .no-scrollbar {
    padding: 20px;
  }

  .guide-row__wrap {
    width: auto;
    margin-top: 20px;
  }

  .guide__shapes-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .guide__color-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .guide__color-container {
    width: 100%;
    margin-top: 16px;
  }

  .guide__color-title {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .guide__clarity-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/*Changes to style.min.css*/

.ib-productpage-product-more {
  background-color: var(--grey-light);
}
.ib-productpage-product-more.for_recently {
  background-color: #ffffff;
}

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

.product__slider-title> h4 {
  text-align: center;
  margin-bottom: 4px !important;
  margin-top: 28px !important;
  font-family: 'Gilroy', sans-serif !important;
  text-transform: capitalize;
  font-weight: 500 !important;
}

.product__slider-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.product-splide .splide__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.splide__arrows {
  margin-bottom: 28px;
}

.c-productcard {
  margin-right: 0px;
  margin-left: 0px;
}

.c-productcard__stuff {
  max-height: 360px;
}

.c-productcard-wrapper {
  border-radius: 0px;
}

.c-productcard {
  border-radius: 0px;
  border: 1px solid #dfdfdf;
}


#product-splide .splide__pagination {
  display: none !important;
}

#product-splide {
  position: relative;
  padding: 0px 16px;
}

#product-splide .splide__list {
  margin-left: 36px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-page__slider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.splide__arrow {
  background-position: 50% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

#product-splide .splide__arrow {
  background: #ffffff !important;
  border: 1px solid #dfdfdf;
}

#product-splide .splide__arrow svg {
  width: 12px !important;
  height: 12px !important;
}

#product-splide .splide__arrows {
  display: flex !important;
}

.size-select.dark {
  background-color: #f8f8f8;
}
.size-select {
  padding: 12px 18px !important;
}
.size-select__option.is-active {
  background-color: #f3f3f3 !important;
}
.product__item-option.for_diamond {
  z-index: 3;
}
.size-select__option:hover {
  background-color: #f3f3f3;
}
.size-select__option p {
  margin-bottom: 0px !important;
}
.size-results__row-title {
  color: #171C25;
}
.guide-btn {
  color: #171c25;
  text-decoration: underline !important;
}
.size-results__item-img-wrap {
  padding-left: 8px;
}
.size-results__item {
  border: none;
}

.cartBtn-amount{
  color:#fff;
}

/* PROFILE PAGE */
.order-card {
  margin-bottom: 68px;
  padding-bottom: 68px;
  border-bottom: 1px solid #dadada;
}

.overview-card__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.invoice-card__details-row {
  margin-bottom: 0px;
}

.order-item__details {
  margin-left: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-card__image {
  position: relative;
  margin-bottom: 0px;
}

.account__input-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
}

.profile-card__input-wrap {
  margin-bottom: 10px;
}

.profile-card__form>input[type=submit] {
  display: none !important;
}

.profile-card__input-wrap.half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.invoice-card__details-more {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  padding: 20px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top: 1px solid #eceff0;
  border-bottom: 1px none #eceff0;
}

.order-item {
  display: block;
  margin-bottom: 10px;
  padding: 16px;
  border: 1px solid #eceff0;
  background-color: #fff;
}

.product-card__actions-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  padding: 10px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px none #d6d6d6;
  background-color: #fff;
  text-align: center;
}

.account__nav-list-item {
  position: relative;
}

.product-card__actions {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.order-card__title {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.order-item__img-wrap {
  position: relative;
}

.account-main {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 0vh;
  margin-left: auto;
}

.account-main.overview {
  display: block;
}

.account-main.wishlist {
  display: none;
}

.account-main.orders {
  display: none;
  max-width: 1400px;
}

.account-main.profile {
  display: none;
}

.account-main.address {
  display: none;
}

.account__nav-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.profile__form-wrap {
  margin-bottom: 0px;
}



.order__product-link {
  font-size: 0.875rem;
  text-decoration: underline;
}

.account__nav-header {
  position: relative;
}

.order-item__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.invoice-card__details-main {
  display: -ms-grid;
  display: grid;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px none #e0e0e0;
}

.account__icon-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
}

.account__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.account-main__title {
  font-size: 18px;
  font-weight: 500;
}

.overview-card__footer {
  margin-top: 18px;
}

.order-card__delivery {
  position: relative;
  margin-top: 0px;
  text-align: left;
}

.profile__input {
  height: 44px;
  width: 100%;
  font-size: 14px;
  margin-bottom: 0px;
  border: 1px solid #dfdfdf;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
}

.profile__input:hover {
  border-color: #0995c6;
}

.profile__input:focus {
  border-color: #0995c6;
}

.profile__input::-webkit-input-placeholder {
  font-size: 14px;
  color: #494949;
}

.profile__input:-ms-input-placeholder {
  font-size: 14px;
  color: #494949;
}

.profile__input::-ms-input-placeholder {
  font-size: 14px;
  color: #494949;
}

.profile__input::placeholder {
  font-size: 14px;
  color: #494949;
}

.profile-card__form-btn {
  display: block;
  width: 100%;
  background-color: #0995c6;
  color: #ffffff;
  text-align: center;
}

.profile-card__form-btn.cancel {
  background-color: #e4e4e4;
  color: #171c25;
}

.order__detail-span {
  display: block;
  margin-top: 0px;
  color: #171c25;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.order-card__items-wrap {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.account__body {
  padding: 6vw 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f9f9f9;
}

.profile-card__change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6d1ab;
  -webkit-transition: all 300ms cubic-bezier(.39, .575, .565, 1);
  transition: all 300ms cubic-bezier(.39, .575, .565, 1);
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.profile-card__change:hover {
  background-color: #eee0c7;
}

.profile-card__change.edit {
  background-color: #e6d1ab;
  color: #000;
}

.profile-card__title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

.account__welcome-title {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 500;
}

.order__invoice-body {
  position: relative;
}

.overview-card__details {
  margin-top: 12px;
}

.account__switch-btn {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  width: 100% !important;
  text-align: left;
  border-left: 3px solid rgba(23, 28, 37, 0.12);
  -webkit-transition: all 300ms cubic-bezier(.39, .575, .565, 1);
  transition: all 300ms cubic-bezier(.39, .575, .565, 1);
  cursor: pointer;
}

.account__switch-btn:hover {
  border-left: 3px solid rgba(23, 28, 37, 1);
  background-color: #f8f8f8;
}

.account__switch-btn.is-active {
  padding-left: 12px;
  border-left-width: 3px;
  border-left-color: #171c25;
  background-color: #f8f8f8;
  font-weight: 600;
}

.account__membership {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 14px;
  background-color: #f8f8f8;
  font-size: 12px;
  font-weight: 500;
}

.order-card__status-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 0px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile__overview-switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 0px solid #0995c6;
  -webkit-transition: all 300ms cubic-bezier(.39, .575, .565, 1);
  transition: all 300ms cubic-bezier(.39, .575, .565, 1);
  font-weight: 500;
  text-decoration: underline;
}

.profile__overview-switch:hover {
  padding-left: 12px;
  border-left-width: 3px;
}

.profile-card__body {
  padding: 0px;
}

.order-card__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.account__subtitle {
  max-width: 360px;
  text-align: left;
}

.link_overlap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.overview-card__details_no {
  font-weight: 600;
}

.overview-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 24px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #eceff0;
  background-color: #fff;
}

.product__image-product {
  display: block;
  width: 100%;
  height: 220px;
  -o-object-fit: contain;
  object-fit: contain;
}

.overview-card__body {
  position: relative;
}

.order-card__delivery-date {
  font-weight: 600;
}

.account__wishlist-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.overview-card__details-row {
  margin-bottom: 4px;
}

.invoice-card__detail {
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #9b9b9b;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* WebKit browsers */
input:focus::-webkit-input-placeholder {
  color: transparent;
}

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

#profile-tabs.is-fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
}

.account {
  min-height: calc(100vh - 120px) !important;
}

.account__nav-list {
  overflow: scroll;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
}

.account__nav-list::-webkit-scrollbar {
  display: none;
}

.header.scroll-up {
  transform: translate3d(0, 0, 0) !important;
}

.header.is-fixed {
  position: sticky;
  transform: translate3d(0, -100%, 0);
}

.header.can-animate {
  transition: transform 0.4s cubic-bezier(.39, .575, .565, 1), visibility 0s 0.3s linear;
}

.profile-card__input-wrap.half>.account__input-border {
  width: calc(50% - 5px);
}

input[type=submit] {
  border: unset;
}

.account__input-border input {
  border-radius: 0px !important;
}

.profile-card__form>.profile-card__input-wrap:last-child {
  margin-bottom: 0px;
}

/*
.account__cards-wrap > .profile-card {
width: calc(50% - 8px)
} */
@media screen and (max-width: 991px) {
  .account__cards-wrap>.profile-card {
    width: unset;
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 479px) {
  .profile-card__input-wrap.half>.account__input-border {
    width: 100%;
    margin-bottom: 10px;
  }
}

.order-card__body>.order-card__item-row:last-child {
  border-bottom: none !important;
}

.order__invoice-card .order__detail-span {
  font-weight: 400 !important;
}

.account-main>.order-row:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}


.product-card__actions>.product-card__actions-btn:last-child {
  border-right: none;
}

.overview-card .profile__overview-card-list:last-child {
  margin-bottom: 0px !important;
}

.profile-card__details.form {
  display: none;
}

.card__section-list {
  width: 100%;
  margin-bottom: 2px;
  font-size: 12px;
}

.card__section-list.section-list__address-name {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
}

.order-card__status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

.order-card__status.cancel {
  color: #af585a;
}

.order-card__status.success {
  color: #599c84;
}

.order-card__status.pending {
  color: #117da3;
  font-weight: 600;
}

.account__sidebar {
  width: 32%;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.account-main__overview-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.order-item__price {
  margin-top: 0px;
  font-size: 12px;
  font-weight: 500;
}

.profile-card__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #eceff0;
  background-color: transparent;
}

.overview-card__title-sub {
  display: block;
  font-size: 12px;
  font-weight: 400;
}



.order__invoice {
  width: 40%;
  border: 1px solid #eceff0;
  background-color: #fff;
}

.profile__product-card {
  border: 1px solid #edeef2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0px;
  position: relative;
  height: 100%;
  background: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1)
}

.profile__product-card:hover {
  border-color: #0995c6;
}

.order-status__span {
  font-weight: 400;
}

.account__nav-list {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.profile-card__edit-svg {
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 6px;
}

.profile-card__password-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.invoice-card__dd-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.account__nav-body {
  margin-top: 32px;
}

.order-item__details-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.account__cards-wrap {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.account__cards-wrap.for_personal {
  display: block;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.order-item__more {
  display: block;
  width: 100%;
  margin-top: 0px;
  font-size: 12px;
  line-height: 20px;
}

.profile-card {
  width: auto;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #eceff0;
  background-color: #fff;
}

.order-item__product-img {
  width: 100px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.order-card__header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #eceff0;
  background-color: #fff;
}

.order-item__details-more {
  display: block;
  margin-top: 16px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.account-main__header {
  position: relative;
  margin-bottom: 24px;
}

.order-item__name {
  font-weight: 500;
}



.order__invoice-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eceff0;
  font-weight: 500;
  cursor: pointer;
}

.invoice-card__cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
}

.invoice-card__cost.shipping {
  font-size: 12px;
  font-weight: 400;
}



@media screen and (min-width: 1440px) {
  .account__wishlist-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .order__invoice {
    width: 32%;
  }
}

@media screen and (min-width: 1920px) {
  .account__wishlist-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .account__sidebar {
    width: 28%;
  }

  .order__invoice {
    width: 26%;
  }
}

@media screen and (max-width: 991px) {
  .account__nav-wrap {
    padding-right: 28px;
    padding-left: 28px;
  }

  .order-card__items-wrap {
    margin-left: 0px;
  }

  .account__body {
    padding-right: 28px;
    padding-left: 28px;
  }

  .order__invoice-body {
    display: none;
  }

  .order-card__body {
    display: block;
  }

  .overview-card {
    margin-bottom: 14px;
  }

  .account__wishlist-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .account__sidebar {
    width: 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .account-main__overview-grid {
    display: block;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .order__invoice {
    width: 100%;
    margin-bottom: 10px;
  }

  .profile-card__password-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .account__cards-wrap {
    display: block;
  }

  .account__cards-wrap.for_personal {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .account__nav-list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .account__nav-wrap {
    position: static;
    overflow: hidden;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .account__nav-header {
    padding-right: 18px;
    padding-left: 18px;
  }

  .account__wrapper {
    display: block;
  }

  .account__body {
    padding: 32px 18px;
  }

  .account__switch-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 26px;
    padding-left: 26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 3px solid rgba(23, 28, 37, 0.18);
    border-left-style: none;
  }

  .account__switch-btn.is-active {
    padding-left: 26px;
    border-bottom-color: #171c25;
  }

  .account__wishlist-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .account__sidebar {
    width: 100%;
    padding-top: 38px;
    padding-bottom: 0px;
  }

  .account__nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding-right: 18px;
    padding-left: 0px;
  }

  .account__nav-body {
    margin-top: 49px;
  }
}

@media screen and (max-width: 479px) {
  .account__input-border {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profile-card__input-wrap.half {
    display: block;
  }

  .account__nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .profile-card__change {
    padding-right: 8px;
    padding-left: 8px;
  }

  .account__welcome-title {
    font-weight: 600;
  }

  .order-card__status-svg {
    margin-right: 8px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .profile-card__body {
    padding-right: 0px;
    padding-left: 0px;
  }

  .account__subtitle {
    text-align: center;
  }

  .product__image-product {
    height: 130px;
  }

  .order-card__status {
    margin-top: 6px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .order-card__status.pending {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .account-main__overview-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .order-item__price {
    margin-top: 10px;
  }

  .profile-card__header {
    padding-right: 0px;
    padding-left: 0px;
  }

  .order-item__details-top {
    display: block;
  }

  .order-card__header {
    display: block;
  }
}


/* RESULTS PAGE FIXES 08/02/2022 */
li.menu-item {
  justify-content: center;
  padding: 8px 0px;
  display: flex;
}

.custom-checkbox input[type=checkbox] {
  background-color: #eeeeee;
  border: 1px solid rgba(9, 147, 198, 0);
}

.custom-checkbox input[type=checkbox]:checked {
  background-color: rgba(9, 149, 198, 0.17);
  border: 1px solid #0995c6;
}

.custom-checkbox input[type=checkbox]:not(.switch):after {
  content: '';
  display: none !important;
}

#result-filter {
  background: #ffffff;
}

#result-filter.in-header {
  padding: 6px 34px;
  border-bottom: 2px solid #f8f8f8;
  margin-bottom: 0px;
}

.product-splide .splide__pagination {
  display: none !important;
}


.splide__pagination.splide__pagination--ltr{
  display:none !important;
}

/* NEW HOMEPAGE STYLE */
.hp__row-categories {
  padding: 112px 80px;
}

.hp__categories-wrap {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hp__category-link-img {
  display: block;
  width: 100%;
}

.hp__category-name {
  margin-top: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 300ms cubic-bezier(.39, .575, .565, 1);
  transition: all 300ms cubic-bezier(.39, .575, .565, 1);
  text-transform: uppercase;
}

.hp__categories-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hp__category-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hp__category-link:hover .hp__category-name {
  border-bottom: 2px solid #0995c6;
}

.hp__categories-title {
  margin-bottom: 6px;
  color: #171c25;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

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

@media screen and (max-width: 991px) {
  .hp__categories-wrap {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .hp__row-categories {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hp__categories-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}


/*Header*/
.header.scroll-up {
  transform: translate3d(0, 0, 0) !important;
}

.header.is-fixed {
  transform: translate3d(0, -100%, 0);
}

.header.can-animate {
  transition: transform 0.4s cubic-bezier(.39, .575, .565, 1), visibility 0s 0.3s linear;
}

.hp__row-banner {
  position: relative;
  height: 38vh;
}

.hp__row-banner_img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
}

@media screen and (max-width: 767px) {
  .hp__row-banner {
    height: 280px;
  }
}

/*Welcome Images*/

.splide .splide__pagination {
  display: none !important;
}

.hp__welcome {
  position: relative;
}


.hp__welcome-wrap {
  position: relative;
}

.welcome__pic-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 58vh;
  padding: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome-pic {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.welcome__details {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.welcome__details.first-welcome {
  right: 80px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.welcome-title {
  color: #171c25;
  margin-bottom: 4px;
  font-size: 32px;
  line-height: 42px;
}

.welcome-subtitle {
  margin-bottom: 14px;
}

.welcome-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #171c25;
  -webkit-transition: all 280ms cubic-bezier(.39, .575, .565, 1);
  transition: all 280ms cubic-bezier(.39, .575, .565, 1);
  color: #ffffff !important;
}

.welcome-btn > span {
  color: #ffffff !important;
}

.welcome-btn:hover {
  background-color: #0995c6;
}

.welcome-btn__span {
  color: #ffffff;
  position: relative;
}

.welcome-btn__svg {
  width: 28px;
  height: 28px;
  margin-top: -1px;
  margin-right: -12px;
  margin-left: 12px;
}



.welcome-pic_mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.right-welcome{

  text-align: right !important;
}

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

  .welcome__details.first-welcome>p,
  h1 {
    text-align: left !important;
  }

  .hp__content {
    overflow: visible;
  }
}

@media screen and (min-width: 1920px) {
  .welcome__pic-wrap {
    min-height: 50vh;
  }
}

@media screen and (max-width: 991px) {
  .welcome__pic-wrap {
    padding-right: 40px;
    padding-left: 40px;
  }

  .welcome__details.first-welcome {
    right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hp__welcome-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .welcome__pic-wrap {
    min-height: 100vh;
    padding: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .welcome__pic-wrap.for_men {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .welcome-pic {
    display: none;
  }

  .welcome__details {
    position: -webkit-sticky;
    position: sticky;
    bottom: 14px;
  }

  .welcome__details.first-welcome {
    position: static;
    bottom: 14px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .welcome-pic_mobile {
    display: block;
  }
}
.hp-row__view-more:hover {
  border-color: none !important;
  background-color: none !important;
  color: #fff !important;
  transform: translateX(10px) !important;
}

/* NEW MENU */
m-menu__category-img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.m-menu__nav {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 38px 14px;
  background-color: #f8f8f8;
}

.category-link__img-wrap {
  position: relative;
  height: auto;
  border: 1px none #ebebeb;
  -webkit-transition: all 280ms cubic-bezier(.39, .575, .565, 1);
  transition: all 280ms cubic-bezier(.39, .575, .565, 1);
  cursor: pointer;
}

.category-link__img-wrap:hover {
  border-color: #0995c6;
}

.menu-wrap {
  overflow: auto;
  width: 100%;
  height: 100%;
  border-top: 1px none #f1f1f1;
  background-color: transparent;
}

.m-menu__category-name {
  display: inline-block;
  padding-bottom: 0px;
  border-bottom: 1px none #0995c6;
  font-weight: 500;
  text-align: center;
}

.m-menu__category-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-menu__help-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
}

.icon__external-small {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}

.menu-link_b {
  font-weight: 600;
  text-decoration: underline;
}

.menu__category-link {
  position: relative;
}

.header__menu {
  position: absolute;
  z-index: -1;
  display: block;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  -webkit-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

.header__menu.is-closed {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.m-menu__category-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.menu__category-link.full-width {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
.menu__category-link.full-width img {
  height: unset;
}
.m-menu__main-title {
  font-family: Gilroy, sans-serif;
  font-size: 26px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
}

.m-menu__subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.m-menu__nav-link {
  display: block;
  padding: 8px 0px;
  background-color: transparent;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.m-menu__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-menu__category.margin {
  display: block;
  padding: 38px 14px;
}

.m-menu__nav-body {
  display: block;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.m-menu__body {
  padding: 0px;
  background-color: transparent;
}

.m-menu__help-p {
  margin-right: 4px;
}

@media screen and (max-width: 991px) {
  .menu-wrap {
    border-top-style: none;
  }



  .m-menu__category-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .m-menu__category-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

/* NEW PRODUCT SLIDER CONTAINER */
.product__viewer-main-wrap {
  position: relative;
  width: 100%;
}

.product__viewer-main-img {
  display: block;
  width: 100%;
}

.product__viewer-sub {
  display: -ms-grid;
  display: grid;
  margin-top: 16px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product__viewer-sub-wrap {
  position: relative;
}

.product__viewer-sub-img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .product__viewer {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .product__slider {
    display: none !important;
  }
}

.badge-out-stock {
  background-color: rgb(228 174 199 / 20%);
  color: #5c0116;
  padding: 2px 8px;
  border-radius: 4px;
  z-index: 8;
  position: absolute;
  display: inline-block;
}

.badge-out-stock .svgIcon-root {
  font-size: 13px;
}
.badge-out-stock svg{
  margin-right: 0px !important;
}
.badge-out-stock span {
  font-size: 12px;
  font-weight: var(--fontmedium);
}

.res-banner.for_watches {
  height: unset !important;
}

.res-banner.for_watches>.res-banner__img-wrap {
  height: 360px;
}

.res-banner.for_watches .results-banner__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .res-banner.for_watches .results-banner__img {
    -o-object-position: 75% 50%;
    object-position: 75% 50%;
  }
}

.res-banner .results-banner__img {
  width: 100%;
}

.res-banner.for_watches .res-banner__title-wrap {
  color: #ffffff !important;
}

.res-banner.for_watches span a {
  color: #64c9ec;
  font-weight: 500;
  text-decoration: underline;
}

/* RESULTS PAGE NOTICE MESSAGE */
.results__watches-alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
}

.results__watches-alert svg {
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  padding: 0px;
  background-color: transparent;
}

.results__watches-alert span {
  font-weight: 500;
  text-align: center;
}

.results__watches-alert span>span {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 479px) {
  .res-banner .results__name {
    max-width: unset;
  }

  .res-banner .res-banner__title-wrap {
    max-width: 60%;
  }

  .res-banner.for_watches .results-banner__img {
    -o-object-position: 70% 50%;
    object-position: 70% 50%;
  }

  .results__watches-alert {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: -20px;
  }

  .results__watches-alert span {
    max-width: 300px;
  }

  .results__watches-alert span>span {
    margin-top: 10px;
  }
}

.product__slider-main .splide__arrows{
  display:none !important;
}

.ib-btn--cta-productpage span{
  color:#fff;
}

/* NEWSLETTER POPUP BUTTONS FIX*/
.ib-btn--primary>span {
  color: #ffffff;
}

.modal__gender-select>span {
  text-align: center !important;
}

.modal__gender-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  text-align: center;
  display: flex;
  width: 32%;
  padding: 6px 0px;
  height: unset;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 149, 198, 0);
  -webkit-transition: var(--modal-transition);
  transition: var(--modal-transition);
  color: #91979c;
  cursor: pointer;
  font-size: 14px;
}

.gender-select__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: unset;
  margin-top: 8px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--grey-light);
}

@media screen and (max-width: 479px) {
  .news_gender .news-main_subtitle {
    margin-top: 12px;
    text-align: center !important;
    font-weight: 500;
  }

  .news-main__title {
    line-height: 30px;
    font-weight: 500;
  }
}

.header__dd {
  padding-bottom: 0px !important;
}
.ib-productpage-product-more:nth-of-type(even) {
  background-color: #fff !important;
}

.ib-productpage-product-more:nth-of-type(odd) {
  background-color: var(--grey-light) !important;
}


.ib-btn--primary:hover{
  background-color:var(--color-brand) !important;
}


@media screen and (max-width: 479px) {
  .sales__left {
    margin-bottom: 32px;
    padding-top: 12px;
    padding-bottom: 0px;
    margin-left: 0px !important;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ib__hp-row.for_jeweller {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

/* SAKS PAGE*/
.saks-page__welcome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  padding: 86px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}

.saks-page__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.saks-page__map-wrap {
  width: 58%;
}

.saks__features-wrap {
  width: 100%;
  margin-top: 24px;
}

.saks__features-wrap.desktop-hide {
  display: none;
}

.saks-page__title_sub {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
}

.saks-page__store-img {
  display: block;
  max-width: 100%;
}

.saks__category-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.saks__category-link span {
  font-size: 14px;
  margin-top: 12px;
}

.saks__feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  font-weight: 500;
}

.saks__feature-item span {
  margin-bottom: 0px;
}

.saks-page__desktop-what {
  padding: 86px 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.route-svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.saks-page__holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.schedule-span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
}

.saks__route-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms cubic-bezier(.39, .575, .565, 1);
  transition: all 300ms cubic-bezier(.39, .575, .565, 1);
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

.saks__route-link span {
  margin-bottom: -2px;
}

.saks__route-link:hover {
  color: #0995c6;
}

.saks__route-link span {
  transition: all 300ms cubic-bezier(.39, .575, .565, 1);;
}

.saks__route-link:hover span {
  color: #0995c6;
}

.saks-page__map-container {
  position: relative;
  width: auto;
  height: 100%;
  min-height: 650px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #f1f1f1;
  background-color: #fff;
}

.saks-page {
  min-height: 100vh;
  font-size: 14px;
}

.saks-page__categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 68px 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}

.schedule-item {
  margin-right: 6px;
  font-weight: 500;
}

.saks-page__title-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #171c25;
}

.saks-page__title-wrap.no_border {
  margin-bottom: 0px;
  border-bottom-style: none;
}

.saks__category-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.saks-page__top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f0f0f0;
}

.saks__category-name {
  margin-top: 12px;
  text-align: center;
  text-decoration: none;
}

.saks {
  position: relative;
  min-height: auto;
  background-color: transparent;
}

.saks-page__more-img-wrap {
  max-width: 100%;
  margin-top: 20px;
}

.saks__categories-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.saks__features-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.saks__feature-svg {
  width: 38px;
  height: 38px;
  margin-right: 18px;
  padding: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 149, 198, 0);
  background-color: #f0f0f0;
  color: #171c25;
}

.saks-subtitle {
  max-width: 400px;
  margin-top: 4px;
  margin-right: auto;
  margin-left: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.saks-page__map-embed {
  width: 100%;
  height: 100%;
}

.saks__span_b {
  font-weight: 500;
}

.saks-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

.saks-page__more-wrap {
  padding: 118px 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.saks-page__categories-title {
  margin-top: 0px;
  margin-bottom: 36px;
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  text-transform: capitalize;
}

.sub-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 62px 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.sub-contact__form-wrap {
  width: 100%;
  margin-bottom: 0px;
}

.sub-contact__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-contact__label {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.sub-contact__subtitle {
  max-width: 300px;
  font-size: 14px;
  margin-bottom: 18px;
  text-align: center;
}

.sub-contact__field-wrap {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.sub-contact__field {
  height: 48px;
  width: 100%;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #171c25;
  border-radius: 0px;
  background-color: transparent;
}

.sub-contact__field::-webkit-input-placeholder {
  font-size: 14px;
  color: #acacac;
}

.sub-contact__field:-ms-input-placeholder {
  font-size: 14px;
  color: #acacac;
}

.sub-contact__field::-ms-input-placeholder {
  font-size: 14px;
  color: #acacac;
}

.sub-contact__field::placeholder {
  font-size: 14px;
  color: #acacac;
}

.sub-contact__form-btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 100%;
  padding: 8px 28px;
  background-color: #171c25;
  color: white;
  font-size: 14px;
}

@media screen and (min-width: 1440px) {
  .saks-page__welcome {
    padding-right: 74px;
    padding-left: 74px;
  }

  .saks-page__store-img {
    max-width: 90%;
  }

  .saks-page__desktop-what {
    padding-right: 74px;
    padding-left: 74px;
  }

  .saks-page__categories {
    padding: 78px;
  }

  .saks-title {
    font-size: 26px;
  }

  .saks-page__more-wrap {
    padding-right: 74px;
    padding-left: 74px;
  }

  .saks-page__categories-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .saks-page__welcome {
    width: 100%;
    padding: 58px 42px;
  }

  .saks-page__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .saks-page__map-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .saks__features-wrap {
    width: auto;
  }

  .saks__features-wrap.desktop-hide {
    display: block;
  }

  .saks__feature-item {
    background-color: #fff;
  }

  .saks-page__desktop-what.tab-hide {
    display: none;
  }

  .saks-page__holder {
    width: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .saks-page__map-container {
    height: auto;
    min-height: auto;
  }

  .saks-page__categories {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .saks-page__more-schedule {
    width: 100%;
  }

  .saks-page__more-img-wrap {
    max-width: 380px;
  }

  .saks__categories-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .saks__features-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .saks__feature-svg {
    width: 40px;
    height: 40px;
    background-color: #fff;
  }

  .saks-page__map-embed {
    height: 450px;
  }

  .saks-page__more-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .saks-page__welcome {
    padding-right: 20px;
    padding-left: 20px;
  }

  .saks-page__title_sub {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  }

  .saks-page__store-img {
    max-width: 100%;
  }

  .schedule-span {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    text-transform: uppercase;
  }

  .saks-page__map-container {
    min-height: 400px;
  }

  .saks-page__categories {
    padding-right: 20px;
    padding-left: 20px;
  }

  .saks-page__more-img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .saks__features-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .saks__feature-svg {
    width: 42px;
    height: 42px;
    padding: 8px;
  }

  .saks-page__map-embed {
    height: 400px;
  }

  .saks-page__more-wrap {
    display: block;
    padding: 24px 20px;
  }
}

@media screen and (max-width: 479px) {
  .saks-page__title_sub {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
  }

  .saks-page__store-img {
    max-width: 80%;
  }

  .saks__feature-item {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 14px;
  }

  .saks__categories-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .saks-subtitle {
    max-width: 260px;
    margin-top: 8px;
  }

  .saks-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
  }

  .saks-page__more-wrap {
    display: block;
  }
}

a[data-fancybox]{
  color:#0995c6 !important;
}



.results__item-card > .badge-shipping-today{
  position:absolute;
  top:0px;
}
.results__item-card > .badge-out-stock{
  position:absolute;
  top:0px;
}
.results__item-card > .badge-shipping-weeks{
  position:absolute;
  top:0px;
}

.badge-shipping-weeks {
  background-color: transparent;
  color: #0797e2;
  padding: 0px;
  margin-top:14px;
  margin-left:10px;
  border-radius: 4px;
  z-index: 8;
  display: inline-block;
  line-height:10px;
}

.badge-shipping-weeks span {
  font-size: 12px;
  font-weight: var(--fontmedium);
  color: #0797e2;
}
.badge-shipping-weeks .svgIcon-root {
  font-size: 13px;
}
.badge-shipping-weeks svg{
  display:none;
}
/* STOCK PRODUCT PAGE BADGES */
.product__item-availability {
  color: #0c9e8b;
  letter-spacing: .4px;
  text-transform: uppercase;
  background-color: rgba(63, 194, 172, .06);
  border-radius: 6px;
  align-items: center;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  position: relative;
}

.side-row__ship-line {
  margin-top: 16px;
}

.product__item-availability-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__availability-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product__availability-info {
  margin-top: 2px;
  line-height: 20px;
}

.product__availability-date {
  display: inline;
  font-weight: 500;
  text-decoration: underline;
}

.product__item-availability.in_stock{
  background-color: rgba(47, 150, 133, 0.1);
}

.product__item-availability.out_stock{
  background-color: rgba(190, 107, 115, 0.1);
}

.product__item-availability.in_stock .product__availability-date {
  color: #2f776b;
}

.product__item-availability.out_stock .product__availability-date {
  color: #2b677c;
}

/* ADMIN CARD */
.admin-card p {
  margin: unset;
}

.admin-card select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.admin-card__input-wrap:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 6px;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  border-right: 1.5px solid black;
  border-bottom: 1.5px solid black;
}

.admin-card__actions a:last-child {
  margin-right: 0px !important;
}

.admin-card__price-wrap {
  max-width: 50%;
  min-width: 50%;
  padding: 4px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.admin-card__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  padding: 6px;
  font-weight: 600;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d3d3d3;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
}

.admin-card__link:hover {
  border-color: #0995c6;
  background-color: rgba(9, 149, 198, 0.1);
}

.admin-card__link.link_save {
  padding: 4px 18px;
  border-color: #0995c6;
  background-color: #0995c6;
  color: #fff;
  font-size: 0.75rem;
}

.admin-card__link.link_delete {
  border-color: #a2454b;
  background-color: rgba(162, 69, 75, 0.16);
  color: #a2454b;
}

.admin-card__link.link_delete:hover {
  background-color: rgba(162, 69, 75, 0.29);
}

.admin-card__price-label {
  margin-bottom: 2px;
  font-weight: 500;
}

.admin-card {
  position: absolute;
  z-index: 10;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.admin-card__md-wrap {
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.75rem;
  line-height: 16px;
}

.admin-card__price-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.admin-card__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.admin-card__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  font-size: 0.625rem;
}

.admin-card__footer {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.admin-card__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 6px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.admin-card__select {
  width: 100%;
  height: auto;
  max-width: none;
  min-width: auto;
  line-height: 16px;
  max-height: 24px;
  margin-bottom: 0px;
  padding: 0px 18px 0px 4px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 149, 198, 0);
  border-radius: 0px;
  background-color: #e0e0e0;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  font-size: 0.625rem;
  font-weight: 500;
  cursor: pointer;
}

.admin-card__select:hover {
  border-color: #0995c6;
  background-color: #f7f7f7;
}

.admin-card__select.md_select {
  font-size: 0.75rem;
  font-weight: 500;
  z-index:99;
}
.admin_card_input{
  border: none;
  height: 25px;
  background: #ede4d0;
  text-align: right;
}
.admin-card__price-input {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding: 2px 12px 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  font-size: 0.75rem;
}

.admin-card__price-input:hover {
  border-color: #0995c6;
}

.admin-card__price-input:focus {
  border-color: #0995c6;
}

.admin-card__input-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 40px;
  margin-right: 4px;
  margin-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.admin-card__form-wrap {
  margin-right: 6px;
  margin-bottom: 0px;
  padding: 0px;
}

.admin-card__info-title {
  width: 28%;
  font-weight: 500;
}

.admin-card__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 50%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.admin-card__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}

.admin-card__detail.rose-gold {
  background-color: #ecd2cd;
}

.admin-card__detail.yellow-gold {
  background-color: #eedfc5;
}

.admin-card__detail.white-gold {
  background-color: #d3d3d3;
}

.admin-card__select-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.admin-card__info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e0e0e0;
}

.admin-card__info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 17px;
}

.admin-card__icon {
  width: 18px;
  height: 18px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.admin-card__icon.show {
  background-image: url('../img/mobile-menu/link--show.svg');
}

.admin-card__icon.remove {
  background-image: url('../img/mobile-menu/link--remove.svg');
}

.admin-card__icon.edit {
  background-image: url('../img/mobile-menu/link--edit.svg');
}

.admin-card__icon.next {
  background-image: url('../img/mobile-menu/link--next.svg');
}

.admin-card__icon.prev {
  background-image: url('../img/mobile-menu/link--prev.svg');
}

.admin-card__info-wrap {
  width: 100%;
  padding: 0px 0px 0px 6px;
  background-color: transparent;
}

@media screen and (max-width: 479px) {
  .admin-card__price-wrap {
    max-width: none;
    min-width: auto;
    margin-bottom: 6px;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .admin-card__link.link_save {
    width: 100%;
  }

  .admin-card {
    position: static;
  }

  .admin-card__price-form {
    display: block;
  }

  .admin-card__header {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .admin-card__footer {
    display: block !important;
  }

  .admin-card__price-input {
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 0px;
  }

  .admin-card__form-wrap {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .admin-card__icon {
    width: 16px;
    height: 16px;
  }

  .admin-card__info-wrap {
    padding-left: 0px;
  }
}

/* ZOOM CLASSES */

.zoom-out-10 {
  transform: scale(0.9) !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.zoom-out-20 {
  transform: scale(0.8) !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.zoom-out-30 {
  transform: scale(0.7) !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.zoom-out-40 {
  transform: scale(0.6) !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.zoom-out-50 {
  transform: scale(0.5) !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.zoom-0 {
  transform: scale(1) !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.zoom-10 {
  transform: scale(1.1) !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.zoom-20 {
  transform: scale(1.2) !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.zoom-30 {
  transform: scale(1.3) !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.zoom-40 {
  transform: scale(1.4) !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.zoom-50 {
  transform: scale(1.5) !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.zoom-60 {
  transform: scale(1.6) !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.zoom-70 {
  transform: scale(1.7) !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.zoom-80 {
  transform: scale(1.8) !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.zoom-90 {
  transform: scale(1.9) !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.zoom-100 {
  transform: scale(2) !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* CONTRAST AND BRIGHTNESS CLASSES */

.brightness-10{
  filter: brightness(10%);
}
.brightness-20{
  filter: brightness(20%);
}
.brightness-30{
  filter: brightness(30%);
}
.brightness-40{
  filter: brightness(40%);
}
.brightness-50{
  filter: brightness(50%);
}
.brightness-60{
  filter: brightness(60%);
}
.brightness-70{
  filter: brightness(70%);
}
.brightness-80{
  filter: brightness(80%);
}
.brightness-90{
  filter: brightness(90%);
}
.brightness-100{
  filter: brightness(100%);
}
.brightness-110{
  filter: brightness(110%);
}
.brightness-120{
  filter: brightness(120%);
}
.brightness-130{
  filter: brightness(130%);
}
.brightness-140{
  filter: brightness(140%);
}
.brightness-150{
  filter: brightness(150%);
}
.brightness-160{
  filter: brightness(160%);
}
.brightness-170{
  filter: brightness(170%);
}
.brightness-180{
  filter: brightness(180%);
}
.brightness-190{
  filter: brightness(190%);
}
.brightness-200{
  filter: brightness(200%);
}



.contrast-10{
  filter: contrast(10%);
}
.contrast-20{
  filter: contrast(20%);
}
.contrast-30{
  filter: contrast(30%);
}
.contrast-40{
  filter: contrast(40%);
}
.contrast-50{
  filter: contrast(50%);
}
.contrast-60{
  filter: contrast(60%);
}
.contrast-70{
  filter: contrast(70%);
}
.contrast-80{
  filter: contrast(80%);
}
.contrast-90{
  filter: contrast(90%);
}
.contrast-100{
  filter: contrast(100%);
}
.contrast-110{
  filter: contrast(110%);
}
.contrast-120{
  filter: contrast(120%);
}
.contrast-130{
  filter: contrast(130%);
}
.contrast-140{
  filter: contrast(140%);
}
.contrast-150{
  filter: contrast(150%);
}
.contrast-160{
  filter: contrast(160%);
}
.contrast-170{
  filter: contrast(170%);
}
.contrast-180{
  filter: contrast(180%);
}
.contrast-190{
  filter: contrast(190%);
}
.contrast-200{
  filter: contrast(200%);
}
/*
.results__item-card > a > .product-picture {
  height:unset !important;
}*/
.res-banner__title-wrap h1, p{
  color:#000;
}
.white h1{
  color:#fff;
}
.white p{
  color:#fff;
}


.results__item-card>a {
  overflow: hidden !important;
}

a.hp__card {
  overflow: hidden !important;
}
.hp__card > .ib-card__info{
  z-index:2;
}
.hp__card > .ib-card__info > .ib-card__info-top{
  padding-top: 30px;
}

.custom_tag{
  color: #e42c2c !important;
  font-size: 12px;
  font-weight: var(--fontmedium);
  left: 12px;
  display: flex;
  font-weight: 700;
  white-space: normal;
}

.product_card_video_icon{
  position:absolute;
  bottom:10px;
  right:10px;
  width:32px;
}

/* NEW PRODUCT IMAGE VIEWER */
.product__desktop-viewer {
  flex-wrap: wrap;
  display: flex;
}

.product__slider-viewer {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: none;
  overflow: hidden;
}

.main_mobile_slider .splide__track,
.thumb_mobile_slider .splide__track {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .product__slider-viewer {
    display: flex;
  }
}


.main_mobile_slider .splide__arrow {
  margin-right: -16px !important;
  margin-left: -16px !important;
  border: 1px solid #e6e6e6;
}

.product__slider-viewer .product-media {
  padding: 0px;
}

.main_mobile_slider .splide__track {
  background-color: white;
  border: 1px solid #e6e6e6;
}

div.thumb_mobile_slider {
  width: 100%;
}

.thumb_mobile_slider .splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 1px solid #0995c6;
}

.thumb_mobile_slider .splide__track {
  margin-top: 14px;
}

.thumb_mobile_slider .splide__track--nav>.splide__list>.splide__slide {
  border: 1px solid #e6e6e6;
}

.thumb_mobile_slider .splide__slide {
  background-color: #ffffff !important;
  background-size: contain !important;
}

.iba-product .splide__arrow {
  touch-action: manipulation;
}

.iba-product .splide__arrows div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.iba-product .splide__arrow {
  position: static !important;
  opacity: 1 !important;
  height: 48vw;
  width: 24vw;
  background-color: transparent !important;
  transform: unset !important;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 0px;
  border: 0px solid #b4b4b4;
  background-image: url("/assets/public-2022/v4/img/product__new-splide-arrow.svg");
  background-position: 80% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}
.for_mob > .splide__arrow{
  height: 48vw !important;
  width: 24vw !important;
}

.iba-product .splide__arrows.for_mob {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  height: 0px;
  margin-top: 0px;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.iba-product .splide_arrow.splide_arrow--prev {
  background-position: 78% 50% !important;
}

.product-media {
  position: relative;
  width: 50%;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .product-media {
    width: calc(100% / 3);
  }

  .product__desktop-viewer {
    display: none;
  }
}

.product-media:before {
  content: '';
  float: left;
  padding-top: 100%;
}

.product-media__inner-wrap {
  width: 100%;
  height: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-media-video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
}

.product-media-img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: contain;
  background-color: #fff;
  display: block;
}

@media screen and (min-width: 1440px) {
  .product-media {
    padding: 6px;
  }
}

@media screen and (max-width: 767px) {
  .product__splide-area {
    padding: 28px 20px !important;
  }
}

/*We buy watches section*/
.product__sell-watch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.product__sell-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #e6e6e6;
  background-color: #fff;
}

.product__sell-icon {
  width: 24px;
  height: 24px;
}

.product__sell-watch-details {
  margin-left: 10px;
}

.product__sell-watch-details span {
  display: block;
  font-size: 14px;
}

.product__sell-watch-title {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.product__sell-link {
  color: #0995c6;
}

/*More product splide slider*/

.product__splide-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__splide-subtitle {
  font-size: 14px;
  margin-top: 3px;
  text-align: center;
}

.splide__track {
  overflow: hidden;
}

.product__splide-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.splide.product__more-grid-slider {
  display: none;
  overflow: hidden;
}

.product__splide-area {
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding: 28px 44px;
}

.product-splide__products-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

@media screen and (max-width: 479px) {
  .main_mobile_slider .splide__track {
    border-color: transparent !important;
  }
  .splide.product__more-slider {
    display: none;
  }

  .splide.product__more-grid-slider {
    display: block;
  }

  .product-splide__products-grid {
    padding-right: 0px;
    padding-left: 0px;
  }
}


/*Watches condition select*/
.condition-select__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.condition-select__info span {
  font-size: 0.875rem !important;
}

.condition-select__svg {
  overflow: hidden;
  width: 48px;
  padding-right: 7px;
  padding-left: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #dbdbdb;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
}

.condition-select__status {
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.side-row__condition {
  display: block;
  margin-top: 16px;
}

.side-row__condition-body {
  margin-top: 6px;
}

.sidebar-content__condition {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.condition-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  cursor: pointer;
}

.condition-select:hover {
  border-color: #0995c6;
  box-shadow: 0 12px 12px 0 rgba(9, 149, 198, 0.13);
}

.condition-select.is-selected {
  border-color: #0995c6;
  background-color: rgba(9, 149, 198, 0.1);
  color: #395863;
}

.condition-select:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.condition-select.is-selected .condition-select__svg {
  border-right: 1px solid #0995c6;
}

.condition-select:hover .condition-select__svg {
  border-right: 1px solid #0995c6;
}

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

.side-row__condition-title {
  font-size: 0.875rem;
  font-weight: 600;
}

.admin-card__select-wrap{
  margin-top: 30px;
}

.product-media__zoom-select {
  position: absolute;
  top: 10px;
  left: 10px;
}

.product-media_zoom-select .admin-card_select {
  height: 36px;
  appearance: none;
  min-width: 60px;
}

.product-media_zoom-select .admin-card_input-wrap:after {
  top: 7px;
  width: 6px;
  height: 6px;
}


.product__more-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__splide-area .splide__track {
  width: 100%;
}

.product__splide-area .product__splide-head {
  position: relative;
  padding: 0px 48px;
}

.product__splide-area .splide__arrows {
  display: flex;
  position: absolute;
  margin: 0px !important;
  width: 100%;
  justify-content: space-between;
}

.product__splide-title {
  margin-top: 4px;
}

/* LOCATIONS CSS */
.locations__loader-typo {
  margin-top: -36px;
  font-weight: 600;
}

.store-row__address {
  max-width: 300px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
}

.locations__benefit-title-wrap {
  padding-right: 18px;
}

.locations__book-benefits-group {
  position: relative;
  max-width: 400px;
}

.locations__form-field-row {
  position: relative;
}

.locations__book-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.locations__stores-list {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.locations__main-stores {
  margin-top: 46px;
}

.locations__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #f0f0f0;
}

.store-row__body {
  position: relative;
  display: none;
}

.store-row__body.is-visible {
  display: block;
}

.store-row__direct-link:hover {
  color: #0995c6;
}

.locations__benefit-item {
  position: relative;
  margin-bottom: 18px;
}

.store-row__body-inner-wrap {
  padding-bottom: 20px;
}

.locations__book-benefits {
  margin-top: 36px;
}

.locations {
  position: relative;
  font-size: .875rem;
}

.locations__main-subtitle {
  line-height: 22px;
}

.locations__book-btn-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.locations__book-store-img {
  width: 400px;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

.locations__loader-lottie-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Updated LOCATIONS styling */
.store-block__description-wrap {
  padding-top: 42px;
}

.store-block__description {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 500;
}

.locations__more-inner-wrap {
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

.locations__stores-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.store-block__heading {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.store-block__info-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 26px 14px;
  display: flex;
}

.store-block__main-details {
  position: relative;
}

.store-block {
  height: 100%;
  background-color: #fff;
  border: 1px solid #f9f9f9;
  flex-direction: column;
  transition: all .24s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
  box-shadow: 0 12px 32px rgba(23, 28, 41, .07);
}

.store-block:hover {
  border-color: #0095c6;
  box-shadow: 0 12px 32px rgba(23, 28, 41, 0);
}

.locations__store-root-line {
  text-transform: capitalize;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.store-block__direct-link {
  color: rgba(23, 28, 37, .6);
  margin-top: 8px;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  display: block;
}

.store-block__direct-link:hover {
  color: #0995c6;
}

.store-block__pic-wrap {
  padding: 14px 14px 0;
  position: relative;
}

.store-block__store-pic {
  width: 100%;
}

.store-block__heading-location {
  color: #0995c6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.locations__store-root {
  text-transform: lowercase;
  align-items: center;
  margin-top: 16px;
  text-decoration: underline;
  display: flex;
}

.locations__store-root:hover {
  color: #0995c6;
}

@media screen and (max-width: 991px) {
  .locations__stores-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .locations__stores-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .store-block__description-wrap {
    padding-top: 24px;
  }

  .store-block__description {
    display: none;
  }

  .locations__stores-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .store-block__heading {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 20px;
  }

  .store-block__info-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .store-block {
    width: 100%;
    align-items: stretch;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .store-block__pic-wrap {
    width: 100%;
    flex: none;
  }

  .store-block__store-pic {
    height: 100%;
    object-fit: cover;
  }
}

/* End updated LOCATIONS */

.locations__more-title {
  margin-bottom: 8px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.locations__more-title.locations__title_left-align {
  text-align: left;
}

.locations__store-root-line svg {
  width: unset !important;
  height: unset !important;
  margin-right: 8px;
}

.store-row__description {
  display: block;
  max-width: 300px;
  margin-bottom: 12px;
  color: #5f5f5f;
}

.store-row {
  margin-bottom: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.store-row.is-opened {
  position: relative;
  z-index: 1;
}

.store-row__schedule-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
}

.locations__book-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  padding: 12px 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0995c6;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.locations__book-btn:not(.locations__book-btn_sub) span {
  color: #ffffff;
}

.locations__book-btn:hover {
  background-color: #16a9dd;
}

.locations__book-btn.locations__book-btn_sub {
  background-color: #f8f8f8;
  color: #171c25;
}

.locations__map-embed {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  min-height: 70vh;
}

.locations__main-info-title {
  position: relative;
}

.locations__stores-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.store-row__number {
  margin-top: 10px;
  margin-bottom: 10px;
}

.locations__main-title {
  margin-bottom: 6px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  text-transform: capitalize;
}

.store-row__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  font-weight: 500;
  cursor: pointer;
}

.store-row__head:hover {
  padding-left: 7px;
}

.store-row__title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.locations__book-info {
  position: relative;
  max-width: 38%;
}

.locations__book-benefits-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.locations__book-form-row {
  position: relative;
  margin-bottom: 14px;
}

.locations__main-info {
  padding: 72px 4vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.locations__form-field {
  width: 100%;
  height: 48px;
  margin-bottom: 0px;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  background-color: #f8f8f8;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
}

.locations__form-field:hover {
  border-color: #0995c6;
}

.locations__form-field:focus {
  border-color: #0995c6;
  background-color: rgba(9, 149, 198, 0.05);
}

.locations__form-field::-webkit-input-placeholder {
  color: #8f8f8f;
}

.locations__form-field:-ms-input-placeholder {
  color: #8f8f8f;
}

.locations__form-field::-ms-input-placeholder {
  color: #8f8f8f;
}

.locations__form-field::placeholder {
  color: #8f8f8f;
}

.store-row__geo-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0995c6;
}

.locations__benefit-title {
  display: block;
  margin-bottom: 4px;
  color: #171c25;
  font-weight: 600;
}

.locations__benefit-description {
  color: #636363;
  font-size: 13px;
}

.locations__more-subtitle {
  max-width: 400px;
  line-height: 24px;
  text-align: center;
}

.locations__more-subtitle.locations__subtitle_left-align {
  text-align: left;
}

.locations__book-form-wrap {
  margin-top: 28px;
  margin-bottom: 0px;
}

.locations__benefit-order {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 600;
}

.locations__more {
  padding: 84px 4vw;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}

.locations__more.white_bg {
  padding-top: 66px;
  padding-bottom: 66px;
  background-color: #fff;
}

.locations__loader-lottie {
  width: 140px;
}

.locations__map-wrap {
  position: relative;
  width: 62vw;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #f0f0f0;
}

.locations__form-label {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
}

.locations__map-loader {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.9);
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.store-row__arrow-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13px;
  height: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1440px) {
  .locations__map-wrap {
    width: 68vw;
  }
}

@media screen and (max-width: 991px) {
  .locations__book-benefits-group {
    width: 40%;
    max-width: none;
    margin-left: 34px;
  }

  .locations__main {
    height: 90vh;
  }

  .locations__book-store-img {
    width: auto;
  }

  .locations__book-info {
    max-width: none;
    margin-right: 34px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .locations__main-info {
    padding: 47px 40px;
  }

  .locations__more {
    padding: 46px 40px;
  }

  .locations__map-wrap {
    width: 50vw;
  }
}

@media screen and (max-width: 767px) {
  .locations__book-benefits-group {
    width: 100%;
    margin-top: 34px;
    margin-left: 0px;
  }

  .locations__book-wrap {
    display: block;
  }

  .locations__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .locations__book-store-img {
    display: block;
    width: 100%;
  }

  .locations__map-embed {
    height: 400px;
    min-height: auto;
  }

  .locations__stores-head {
    margin-bottom: 32px;
  }

  .locations__book-info {
    margin-right: 0px;
  }

  .locations__main-info {
    padding-right: 30px;
    padding-left: 30px;
  }

  .locations__more {
    padding-right: 30px;
    padding-left: 30px;
  }

  .locations__map-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (max-width: 479px) {
  .locations__more-title {
    font-size: 22px;
  }

  .locations__book-btn {
    padding-right: 16px;
    padding-left: 16px;
  }

  .locations__map-embed {
    height: 400px;
  }

  .locations__stores-head {
    margin-bottom: 24px;
  }

  .locations__main-info {
    padding: 32px 20px 54px;
  }

  .locations__more-subtitle {
    max-width: 320px;
  }

  .locations__more {
    padding: 52px 20px;
  }

  .locations__more.white_bg {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}

.custom-checkbox input[type=checkbox]:checked::before{
  content: "\2713";
  font-size: 23px;
  width: 100%;
  color: #0995c6;
  line-height: 23px;
}


/* NEW FOOTER */
.ib-footer__logo-img {
  display: block;
  width: 130px;
}

.ib-footer-col {
  position: relative;
  margin-right: 48px;
}

.ib-footer__form-wrap {
  width: 100%;
  margin-bottom: 0px;
}

.ib-footer__form-field {
  height: 48px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #171c25;
  border-radius: 0px;
  background-color: transparent;
  width: 100%;
}

.ib-footer__form-field:focus {
  border-bottom-color: #0995c6;
}

.ib-footer__form-field::-webkit-input-placeholder {
  color: #949494;
  font-size: .875rem;
}

.ib-footer__form-field:-ms-input-placeholder {
  color: #949494;
  font-size: .875rem;
}

.ib-footer__form-field::-ms-input-placeholder {
  color: #949494;
  font-size: .875rem;
}

.ib-footer__form-field::placeholder {
  color: #949494;
  font-size: .875rem;
}

.ib-footer-col__heading {
  font-weight: 600;
  font-size: .875rem !important;
}

.ib-footer__sub-info {
  position: relative;
  width: 100%;
}

.ib-footer-form__submit-btn {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 8px;
  padding: 8px 16px;
  background-color: #f0f0f0;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  color: #171c25;
  font-size: .875rem !important;
  font-weight: 500;
}

.ib-footer-form__submit-btn:hover {
  background-color: #0995c6;
  color: #fff;
}

.ib-footer__address-link {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
}

.ib-footer__address-link:hover {
  color: #0995c6;
}

.ib-footer__sub-link {
  margin-right: 16px;
  font-size: 13px;
  font-weight: 500;
}

.ib-footer__cta-content {
  font-size: 12px;
  font-weight: 400;
}

.ib-footer-form__title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.ib-footer-form__subtitle {
  max-width: 300px;
  margin-top: 4px;
  margin-bottom: 18px;
  font-size: 13px;
  text-align: center;
}

.ib-footer-main__group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ib-footer-main__group.ib-footer__group_links {
  width: auto;
}

.ib-footer__schedule-span {
  margin-left: 24px;
  font-weight: 500;
}

.ib-footer__schedule-span.ib-footer-schedule_close {
  color: #de5965;
}

.ib-footer__about-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
}

.ib-footer__social-svg {
  width: 22px;
  height: 22px;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  cursor: pointer;
}

.ib-footer__social-svg:hover {
  color: #0995c6;
}

.ib-footer-main__wrapper {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.ib-footer-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ib-footer-col__contact-title {
  display: block;
  margin-bottom: 2px;
  color: #171c25;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.ib-footer-col__contact-link {
  display: block;
  font-weight: 500;
  text-decoration: underline;
}

.ib-footer-more__group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ib-footer-more__group.ib-footer-more__group_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ib-footer-more__group.ib-footer-more__group_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ib-footer-more__group.ib-footer-more__group_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ib-footer-col__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ib-footer-col__drop-icon {
  display: none;
  width: 14px;
  height: 14px;
  margin-left: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ib-footer-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eceff0;
  border-bottom: 1px solid #eceff0;
}

.ib-footer-col__body {
  position: relative;
}

.ib-footer__newsletters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 54px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eceff0;
  border-bottom: 1px solid #eceff0;
  background-color: #fff;
}

.ib-footer-col__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style-type: none;
}

.ib-footer__logo-link {
  position: relative;
  display: block;
}

.ib-footer__link {
  position: relative;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 175ms ease-in-out;
  transition: all 175ms ease-in-out;
  font-size: 13px;
  font-weight: 500;
}

.ib-footer__link:hover {
  color: #0995c6;
}

.ib-footer__link {
  position: relative;
}

.ib-footer__link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1.4px;
  bottom: -2px;
  left: 0px;
  background-color: #0995c6;
  transition: all 175ms ease-in-out;
}

.ib-footer__link:hover::after {
  width: 100%;
}

.ib-footer-main__info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ib-footer-form__field-wrap {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.ib-footer-col__contact-wrap {
  position: relative;
  margin-bottom: 8px;
}

.ib-footer-main {
  padding: 44px 50px;
}

.ib-footer {
  position: relative;
  background-color: #fff;
  font-size: 0.875rem;
}

.ib-footer-col__wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ib-footer__social-list {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding-left: 0px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  list-style-type: none;
}

@media screen and (max-width: 991px) {
  .ib-footer__sub-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center !important;
  }

  .ib-footer-col__list {
    display: block;
  }

  .ib-footer-main__group {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .ib-footer-main__group.ib-footer__group_links {
    margin-bottom: 24px;
  }

  .ib-footer__about-row {
    -webkit-box-pack: start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: start;
    justify-content: space-between;
  }

  .ib-footer__address-link {
    margin-right: auto;
    margin-left: auto;
  }

  .ib-footer-more__group.ib-footer-more__group_center {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .ib-footer-more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ib-footer-main__info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .ib-footer__sub-info {
    display: block;
  }

  .ib-footer__about-row {
    text-align: left !important;
  }

  .ib-footer__address-link {
    margin-right: unset;
    margin-left: unset;
  }

  .ib-footer-more__group.ib-footer-more__group_right {
    padding: 16px 0px;
  }

  .ib-footer-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 14px;
  }

  .ib-footer__sub-link {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .ib-footer-main__group.ib-footer__group_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .ib-footer-more__group.ib-footer-more__group_center {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .ib-footer-more__group.ib-footer-more__group_left {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .ib-footer-col__drop-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .ib-footer-more {
    margin-top: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .ib-footer-col__body.ib-footer-col_mob-hide {
    display: none;
  }

  .ib-footer-col__list {
    padding-bottom: 0px;
  }

  .ib-footer__logo-link {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .ib-footer-main__info-wrap {
    width: 100%;
  }

  .ib-footer-main {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* NEW MOBILE MENU*/
.ib-menu-nav__sub-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ib-menu-shop__category-col {
  position: relative;
}

.ib-menu-shop {
  display: block;
  overflow: hidden;
  padding: 10px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ib-menu-nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 10px 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f8f8f8;
}

.ib-menu-nav__svg-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.ib-menu-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999999 !important;
  height:100vh !important;
  display: none;
}

.ib-menu-nav {
  display: block;
  margin-top: 20px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f9f9f9;
}

.ib-menu__logo-img {
  width: 120px;
}

.ib-menu-shop__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.ib-menu__backdrop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(20, 22, 26, 0.7);
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}



.ib-menu-nav__contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 20px 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
}

.ib-menu-nav__contact-link:hover {
  color: #0995c6;
}

.ib-menu__bold-span {
  font-weight: 600;
}

.ib-menu__all-link {
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 600;
  text-transform: uppercase;
}


.ib-menu-nav__contact-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.ib-menu-category__img-wrap {
  position: relative;
}

.ib-menu-category__info {
  margin-top: 10px;
  font-weight: 500;
}

.ib-menu-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 149, 198, 0);
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  font-size: 12px;
  font-weight: 500;
}

.ib-menu-nav-link:hover {
  border-color: #0995c6;
  background-color: #fff;
}

.ib-menu-shop__subtitle {
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.ib-menu {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-width: 497px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-transition: all 400ms cubic-bezier(.39, .575, .565, 1);
  transition: all 400ms cubic-bezier(.39, .575, .565, 1);
}

.ib-menu.is-hidden {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.ib-menu-category {
  position: relative;
  margin-bottom: 7px;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
}

.ib-menu-category:hover {
  color: #0995c6;
}

.ib-menu-shop__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.ib-menu-shop__wrapper {
  padding-right: 20px;
  padding-left: 20px;
}

.menu-splide .splide__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px !important;
}

.menu-splide .splide__track {
  overflow: visible;
}

.menu-splide .splide__arrows {
  display: flex;
}

.menu-splide .splide__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static !important;
  opacity: 1 !important;
  height: auto !important;
  width: auto !important;
  background-color: white;
  transform: translateY(0%);
  margin-left: 0px;
  border-radius: 0px;
  border: 0px solid #b4b4b4;
  background-image: none !important;
  background-position: 53% 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}

.menu-splide .splide__arrow--prev {
  transform: rotate(180deg);
}

.menu-splide .splide .splide__arrow {
  margin-bottom: 0px;
}

.splide.menu-splide .splide__arrow.splide__arrow--prev {
  margin-right: 8px !important;
}

.menu-splide .splide__arrow svg {
  width: 24px;
}

/* mobile menu splides */
.c-productcard__stuff{
  min-height: unset;
}

.splide__slide > .results__item-card > a > .product-picture{
  max-height: 50% !important;
}

/*New css*/
.locations__main-subinfo {
  margin-top: 14px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #0995c6;
  background-color: rgba(9, 149, 198, 0.1);
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}

.locations__main-subinfo span {
  color: #176b88;
}

.locations__quality-img {
  height: 400px;
  -o-object-fit: fill;
  object-fit: fill;
}

.locations__quality-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.locations__quality-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 4vw;
  padding-left: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.locations__quality {
  padding-right: 4vw;
  padding-left: 4vw;
  background-color: #f9f9f9;
}

.locations__quality-group {
  position: relative;
  display: block;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.locations__quality-group.for_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .locations__quality {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .locations__quality-wrapper {
    display: block;
  }

  .locations__quality-title {
    padding: 58px 30px;
    background-color: #fff;
  }

  .locations__quality {
    padding-right: 0px;
    padding-left: 0px;
  }

  .locations__quality-group.for_title {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .locations__quality-group.for_image {
    min-width: auto;
    background-color: #f9f9f9;
  }
}

@media screen and (max-width: 479px) {
  .locations__quality-img {
    height: 300px;
    max-height: 400px;
    min-height: auto;
  }

  .locations__quality-wrapper {
    display: block;
  }

  .locations__quality-title {
    padding: 49px 20px;
  }

  .locations__quality {
    padding-right: 0vw;
    padding-left: 0vw;
    background-color: #fff;
  }

  .locations__quality-group {
    width: 100%;
  }

  .locations__quality-group.for_image {
    width: 100%;
    background-color: #f9f9f9;
  }
}


/*Partial changs*/
/*15504*/
.locations__main-subtitle {
  font-weight: 500;
}

/*15461*/
.locations__main-stores {
  margin-top: 32px;
}

/*15574*/
.store-row__description {
  font-size: 13px;
  font-weight: 500;
  color: #171c29;
  margin-top: 10px;
}

/*15864*/
.locations__more-subtitle {
  max-width: 600px;
}

/*1336*/
.ib-footer {
  margin-top: 0px !important;
  padding: 0px !important;
}

.locations__benefit-description {
  color: #171c29;
  font-size: 12px;
  font-weight: 400;
}

.locations__benefit-title {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.locations__benefit-item a {
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline !important;
}

.store-row__flagship-spot {
  background-color: rgba(9, 147, 198, 0.15);
  color: #086283 !important;
  font-size: 13px;
  font-weight: 600;
  margin-left: 6px;
  padding: 4px 12px;
}


/* NEW CARD UPDATE */
/*Admin layout*/
.admin-card {
  position: static;
  display: block;
}

.admin-card__wrapper {
  display: block;
  padding: 14px;
  padding-top: 6px;
}

.admin-card__header {
  padding: 0px;
}

.admin-card__price-form {
  display: block;
}

.admin-card__price-wrap {
  max-width: unset;
  min-width: unset;
  padding: 0px;
}

.results__item-card {
  padding: 32px 0px 14px;
}

.admin-card__select {
  height: 24px;
  background-color: #f3f3f3;
  border: none !important;
  padding: 0px 10px;
  font-size: 12px !important;
  font-weight: 500;
}

.admin-card__price-input {
  border: none !important;
  height: 24px !important;
  background-color: #f3f3f3;
  padding: 0px 10px;
  font-size: 12px !important;
}

.admin-card__price-label {
  font-size: 11px !important;
  font-weight: 500;
}

.admin-card__input-wrap {
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}
/*
.admin-card__input-wrap::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 6px;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1.5px solid black;
  border-bottom: 1.5px solid black;
  z-index: 100000;
}*/

.admin-card__actions {
  margin-top: 8px;
  padding: 0px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.admin-card__actions a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.admin-card__link.link_save {
  margin-right: 0px !important;
  background-color: rgba(9, 149, 198, 0.1) !important;
  border: 1px solid #9fcfdf !important;
  color: #4e687e !important;
  padding: 3px 6px !important;
  font-size: 12px !important;
  line-height: 20px !important;
}

.admin-card__link.link_save:hover {
  background-color: #0995c6 !important;
  border: 1px solid #0995c6 !important;
  color: white !important;
}

.admin-card__link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 6px;
  font-weight: 600;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d3d3d3;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
}

.admin-card__link:hover {
  border-color: #0995c6;
  background-color: rgba(9, 149, 198, 0.1);
}

.badge-shipping-today {
  margin-top: 14px;
  margin-left: 14px;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0px;
  background-color: transparent;
  line-height: 10px;
}

/*Badges*/

.badge-shipping-today span {
  color: #26967a !important;
  font-weight: 500 !important;
}

.badge-shipping-today svg {
  display: none;
}

/*Product card layout*/
.product-name {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
}

.product-name a {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.product-details {
  font-size: 11px;
  color: #9ca3a5;
  line-height: 12px;
  font-weight: 600;
  margin-top: 8px;
}

.ib-card__info-top {
  position: relative;
  height: 62px;
}

.custom_tag {
  color: #0995c6 !important;
  font-size: 11px;
  top: -24px;
  left: 0px;
  position: absolute;
  display: flex;
  font-weight: 600;
  white-space: normal;
  text-transform: uppercase;
}

.product-price {
  font-size: 14px;
  font-weight: 500;
  margin-top: 0px;
}

@media screen and (max-width: 479px) {
  .product-name a {
    max-width: 36vw;
    line-height: 19px;
  }

  .results__wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .admin-card__price-wrap {
    margin-bottom: 0px;
  }
}

/*Product admin card layout*/
.admin-card__header {
  display: block;
}

.admin-card__details {
  margin-top: 8px;
}

.admin-card__select-wrap {
  margin-top: 0px;
  margin-right: 0px;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.admin-card__info-wrap {
  padding: 0px;
}

.admin-card__info-wrap tbody {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.admin-card__info-wrap tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 14px;
  background-color: #f3f3f3;
}

.admin-card__info-wrap tbody tr th {
  padding: 4px 4px;
  font-size: 10px;
  font-weight: 600;
  color: #5f6466;
  width: 30%;
}

.admin-card__info-wrap tbody tr td {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #171c29;
  background-color: unset;
  font-size: 12px;
  text-align: right;
  font-weight: 600;
  border: 1px solid #f3f3f3;
  padding-right: 6px;
  margin-right: -1px;
}

.admin-card__info-wrap tbody tr td.bg-golden {
  background-color: rgb(237 228 208) !important;
}

.admin-card__info-wrap tbody tr td.bg-silver {
  background-color: hsla(0, 0%, 75.7%, .6) !important;
}

.admin-card__info-wrap tbody tr td.bg-rosegold {
  background-color: rgba(221, 175, 156, .6) !important;
}

@media screen and (max-width: 479px) {
  .admin-card__form-wrap {
    margin-bottom: 0px;
  }

  .admin-card__select-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .admin-card__info-wrap tbody {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

/*NEW*/
.admin-card__inputs-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 8px;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}


.store-row__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.store-row__title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.store-row__geo-icon {
  margin-right: 6px;
  width: 22px;
  height: 22px;
}

.store-row__info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.store-row__info-row>*:nth-child(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.store-row__info-row *>span:nth-child(1) {
  width: 130px !important;
}

.store-row__info-row *>span:nth-child(2) {
  width: 90px !important;
  font-weight: 600;
}

.store-row__flagship-spot {
  font-size: 12px !important;
}

@media screen and (max-width: 991px) {
  .store-row__info-row>*:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .store-row__info-row *>span:nth-child(1) {
    width: auto;
    margin-top: 3px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    color: #0995c6;
    font-size: 12px;
    line-height: 10px;
  }
}

.store-row__description {
  font-size: 13px;
  margin-top: 0px;
  max-width: unset;
}

.store-row__address {
  margin-top: 16px;
  margin-bottom: 0px;
}

.store-row__address a {
  text-decoration: underline !important;
}

.store-row__number {
  font-size: 13px;
  font-weight: 500 !important;
  margin-top: 2px;
  margin-bottom: 12px;
}

.store-row__number a {
  text-decoration: underline !important;
}

.store-row__schedule-row {
  font-weight: 500;
  margin-top: 2px;
}


/*Changes*/
.logo_svg {
  width: 128px !important;
}

.header__sub-link {
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
}

/*Banner styles*/
.bf-banner__time {
  font-size: 20px;
  line-height: 14px;
  font-weight: 600;
}

.bf-banner__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 9px;
  padding-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.bg-banner__clock-divide {
  margin-top: -2px;
  margin-right: 6px;
  margin-left: 6px;
  font-size: 18px;
  font-weight: 700;
}

.bf-banner {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1f24;
}

.bg-banner__span-big {
  color: #fff;
}

.bf-banner__off-typo {
  color: #0aa8df;
  font-size: 24px;
  font-weight: 600;
}

.bg-banner__main-img {
  width: 200px;
}

.bf-banner__time-span {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
}

.bf-banner__clock-box {
  display: block;
  width: auto;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bf-banner__group {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bf-banner__group.sub_center-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bf-banner__group.sub_left-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bf-banner__group.sub_right-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.bf-banner__span-small {
  display: block;
  margin-right: 0px;
  margin-bottom: -5px;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.bf-banner__clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 479px) {
  .bg-banner__clock-divide {
    margin-top: 0px;
  }

  .bf-banner__wrapper {
    padding-top: 2px;
  }

  .bg-banner__main-img {
    width: 42vw;
    max-width: none;
  }

  .bf-banner__time-span {
    font-size: 11px;
  }

  .bf-banner__clock-box {
    margin-bottom: 0px;
  }

  .bf-banner__group.sub_center-align {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .bf-banner__group.sub_left-align {
    display: none;
  }

  .bf-banner__group.sub_right-align {
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 2px;
  }

  .bf-banner__clock {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}


/*Main black friday image*/
.bf-main__off-typo {
  margin-top: 22px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #0aa8df;
  border-bottom: 1px solid #0aa8df;
}

.bf-product__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('./black-overlay.webp');
  background-position: 0px 0px;
  background-size: 100%;
  opacity: 0.09;
}

.bf-main__tape-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bf-main__tape-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bf-main__tape-row {
  -webkit-animation: tapeMove 14s linear infinite;
  animation: tapeMove 14s linear infinite;
}

@keyframes tapeMove {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}


.reverse-tape__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reverse-tape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.straight-tape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.reverse-tape__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tape__typo {
  position: relative;
  font-weight: 600;
  font-size: 18px !important;
}

.tape__typo-span {
  font-size: 18px !important;
  margin-left: 4px;
  font-weight: 600;
  color: #171c29;
}

.straight-tape {
  -webkit-animation: tapMoveStraight 28s linear infinite;
  animation: tapMoveStraight 28s linear infinite;
}

.reverse-tape {
  -webkit-animation: tapMove 28s linear infinite;
  animation: tapMove 28s linear infinite;
}

@keyframes tapMoveStraight {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes tapMove {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

.tape-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tape-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  margin-left: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tape-typo {
  position: relative;
}

.tape-typo-span {
  position: relative;
  margin-left: 4px;
}

.bf-main__tape-row-reverse {
  -webkit-animation: tapeMove2 32s linear infinite;
  animation: tapeMove2 32s linear infinite;
}

@keyframes tapeMove2 {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

.bf-main__tape-span {
  color: #000;
}

.bf-main__group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bf-main__group.bf-main__group_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bf-main__tape-typo {
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.bf-main__tape {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
}

.bf-main__tape.tape-top {
  -webkit-transform: translate(214px, 0px) rotate(6deg);
  -ms-transform: translate(214px, 0px) rotate(6deg);
  transform: translate(214px, 0px) rotate(6deg);
}

.bf-main__tape.tape-bottom {
  left: auto;
  top: auto;
  right: -490px;
  bottom: 6%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.bf-main__off-span {
  display: inline-block;
  color: #0aa8df;
}

.bf-main__img {
  width: 80%;
  border-radius: 500rem;
  mix-blend-mode: normal;
}

.bf-main__off-divider {
  display: none;
  width: 100px;
  height: 4px;
  margin-bottom: 10px;
  background-color: #0995c6;
}

.bf-main__tape-row-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bf-product {
  position: relative;
  overflow: hidden;
  background-color: #16171b;
}

.bf-main__main-title {
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
}

.bf-main {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 400px;
  color: #fff;
}

.bf-main__off-heading {
  margin-left: -6px;
  color: #fff;
  font-size: 96px;
  line-height: 70px;
  font-weight: 600;
}

.bf-main__img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 40vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #0995c6;
  border-radius: 500rem;
  background-color: #141414;
  background-image: -webkit-gradient(linear, left top, right top, from(#171818), to(#131515));
  background-image: linear-gradient(90deg, #171818, #131515);
  box-shadow: none;
}

.bf-main__subtitle {
  margin-top: 4px;
  color: #0aa8df;
  font-size: 16px;
  font-weight: 600;
}

.bf-main__typo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bf-main__off-subtitle {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 10px;
  font-weight: 700;
}

.bf-main__tape-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0995c6;
}

.bf-main__tape-wrapper.to-reverse {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .bf-main__tape {
    width: 1200px;
  }

  .bf-main__tape.tape-top {
    top: -12%;
    -webkit-transform: translate(110px, 24px) rotate(6deg);
    -ms-transform: translate(110px, 24px) rotate(6deg);
    transform: translate(110px, 24px) rotate(6deg);
  }

  .bf-main__tape.tape-bottom {
    bottom: -1%;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }

  .bf-main__main-title {
    font-size: 32px;
  }

  .bf-main__off-heading {
    font-size: 68px;
  }

  .bf-main__typo-wrap {
    padding-left: 10%;
  }

  .bf-main__off-subtitle {
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 767px) {
  .bf-main__typo-wrap {
    padding-left: 4%;
  }
}

@media screen and (max-width: 479px) {
  .bf-main__off-typo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-style: none;
    border-bottom-style: none;
  }

  .bf-product__overlay {
    background-size: cover;
  }

  .bf-main__group.bf-main__group_img {
    display: none;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .bf-main__tape {
    width: 1200px;
  }

  .bf-main__tape.tape-top {
    top: 3%;
    z-index: 10;
    -webkit-transform: translate(-300px, -71px) rotate(6deg);
    -ms-transform: translate(-300px, -71px) rotate(6deg);
    transform: translate(-300px, -71px) rotate(6deg);
  }

  .bf-main__tape.tape-bottom {
    bottom: 7%;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }

  .bf-main__off-span {
    margin-right: -10px;
  }

  .bf-main__img {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .bf-main__off-divider {
    display: block;
    height: 2px;
    margin-bottom: 14px;
  }

  .bf-product {
    overflow: hidden;
  }

  .bf-main__main-title {
    font-size: 8vw;
    line-height: 10vw;
  }

  .bf-main {
    display: block;
    height: auto;
  }

  .bf-main__off-heading {
    font-size: 18vw;
    line-height: 18vw;
    font-weight: 700;
  }

  .bf-main__img-wrap {
    display: none;
    width: 120vw;
    height: 120vw;
    border-top-style: none;
    border-right-style: none;
    border-bottom-width: 0px;
    border-left-style: none;
    opacity: 0.6;
  }

  .bf-main__typo-wrap {
    padding: 110px 20px 94px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .bf-main__off-subtitle {
    margin-bottom: 9px;
    font-size: 14px;
  }
}

/*Badges*/
.bf-badges {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bf-badges__main-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 6px 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1f2a;
  color: #fff;
  width: 110px;
}

.bf-badges__main-tag.sub {
  width: unset !important;
}

.bf-badges__main-tag.sub {
  background-color: #df0836;
  color: #171c29;
}

.ib-card__info .product-price-bf {
  text-align: left;
  font-size: 22px !important;
  color: #0995c6 !important;
  font-weight: 600 !important;
}

.product-price-old-bf {
  color: #df0836 !important;
  font-size: 14px !important;
}

.bf-badges__main-img {
  margin-top: 0px;
}

.bf-badges__sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 16px;
  line-height: 10px;
  font-weight: 600;
  margin-top: 3px;
}

.bf-badges__sale-span {
  color: white !important;
  display: inline-block;
  margin-top: 0px;
  margin-left: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: auto;
}

.product-price-old-bf{
  font-weight: 600;
  color:#a0a0a0;
  text-decoration: line-through;
}

.product__item-title {
  letter-spacing: .2px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.price-wrap_bf {
  text-decoration: line-through;
  font-size: 14px;
  background-color: unset;
  padding: unset;
}
.price-wrap_bf-sale {
  background-color: unset !important;
  font-weight: 600 !important;
  font-size: 18px;
  padding-left: 4px;
  padding-right: 4px;
}
.price-wrap_bf-sale span {
  color: #df0836;
}
.black-text{
  color: var(--black) !important;
}
.bf-banner__off-typo.for-cm {
  color: #0df36c !important;
}
.side-row__pay-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.side-row__pay-links a {
  transition: all 200ms ease-in-out;
}

.side-row__pay-links a:hover {
  opacity: 0.6;
}


/* NEW MENU STUFF */
.header__sub-nav {
  position: relative !important;
}

.dropdown-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}

.dropdown-menu {
  position: absolute;
  z-index: 2;
  top: 36px;
  display: block !important;
  overflow: hidden;
  width: 100%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: all 250ms cubic-bezier(.39, .575, .565, 1);
  transition: all 250ms cubic-bezier(.39, .575, .565, 1);
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dropdown-menu__featured-img {
  width: 98px;
}

.dropdown-menu__list-item {
  position: relative;
  margin: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f9f9f9;
  white-space: nowrap;
}

.dropdown-menu__category-block {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-menu__category-block.dropdown-menu_pendants {
  display: block;
}

.dropdown-menu__max-area {
  height: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-menu__featured-title {
  font-weight: 600;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-menu__heading {
  margin-top: 0px;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.dropdown-menu__container {
  overflow: auto;
  height: 100%;
  max-height: 700px;
  padding: 38px 40px 56px;
  /* border-top: 1px solid #eee; */
  background-color: #fff;
}

.dropdown-menu__featured-subtitle {
  margin-top: 4px;
  color: #171c29;
  font-size: 12px;
  line-height: 18px;
}

.dropdown-menu__featured-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-menu__featured-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.dropdown-menu__featured-link:hover .dropdown-menu__featured-title {
  color: #0995c6;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-menu__featured {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 24px;
  padding-top: 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #f1f1f1;
}

.dropdown-menu__category-link {
  display: block;
  padding: 3px 12px;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.dropdown-menu__category-link:hover {
  background-color: #fff;
  color: #0995c6;
}

.dropdown-menu__category-link.category-link_mark {
  font-weight: 600;
}

.dropdown-menu__backdrop {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(23, 28, 41, 0.6);
  -webkit-transition: all 250ms cubic-bezier(.39, .575, .565, 1);
  transition: all 250ms cubic-bezier(.39, .575, .565, 1);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;

}

body.dropdown-menu_opened .dropdown-menu__backdrop {
  opacity: 1;
  visibility: visible;
}

body.dropdown-menu_opened .dropdown-menu {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/*Changes*/
.header__sub-link::after {
  background-color: #0995c6 !important;
}

.header__sub-link:hover {
  background-color: #ffffff !important;
  color: #0995c6 !important;
}

.header__sub-link.is-selected {
  color: #0995c6 !important;
}

.header__sub-link.is-selected::after {
  width: 100%;
}


.holiday-banner__info {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.holiday-banner__desktop-right-box {
  position: static;
  top: -55px;
  right: -50px;
  width: 300px;
}

.holiday-banner__pay-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.holiday-banner__tagline {
  margin-bottom: 8px;
  padding: 3px 12px;
  background-image: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 6px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  color: white !important;
}

.holiday-banner__info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.holiday-banner {
  position: relative;
  margin-bottom: -1px;
  background-color: #16171b;
}

.particles-js {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 13;
  background-color: rgba(224, 50, 50, 0);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.particles-js.particles-js_holiday-banner {
  position: absolute;
  z-index: 2;
}

.holiday-banner__pay-flex {
  display: -ms-grid;
  display: grid;
  margin-top: 6px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.holiday-banner__pay-link {
  position: relative;
  -webkit-transition: all 250ms cubic-bezier(.39, .575, .565, 1);
  transition: all 250ms cubic-bezier(.39, .575, .565, 1);
}

.holiday-banner__pay-link:hover {
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}

.holiday-banner__mob-top-box {
  position: relative;
  left: auto;
  top: -139px;
  right: -125px;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 430px;
  height: 430px;
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

.holiday-banner__decor-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.holiday-banner__texture-pic {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  background-image: url('../img/mobile-menu/holiday_texture-overlay.png');
  background-position: 0px 0px;
  background-size: 1500px;
  background-repeat: repeat;
  opacity: 0.95;
  mix-blend-mode: screen;
}

.holiday-banner__pay-title {
  padding: 0px 18px;
  box-shadow: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.holiday-banner__pay-img {
  position: relative;
  width: 90px;
}

.holiday-banner__left-ornament {
  position: absolute;
  left: 374px;
  bottom: 76px;
  z-index: 2;
  width: 120px;
  height: 120px;
}

.holiday-banner__left-ornament.to-top {
  left: 261px;
  z-index: 4;
}

.holiday-banner__left-ornament.to-bottom {
  left: 220px;
  bottom: -11px;
  z-index: 4;
}

.holiday-banner__mob-box-pic {
  width: 100%;
  height: 100%;
}

.holiday-banner__wrapper {
  position: relative;
  overflow: hidden;
  height: 520px;
  background-color: #0995c6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#005674), to(rgba(60, 205, 255, 0.52)));
  background-image: linear-gradient(180deg, #005674, rgba(60, 205, 255, 0.52));
}

.holiday-banner__wrapper.holiday-banner__wrapper_min {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #0995c6;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(56, 183, 228, 0), #036e94);
  color: #fff;
}

.holiday-banner__desktop-left-box {
  position: absolute;
  bottom: 0px;
  z-index: 3;
  width: 300px;
}

.holiday-banner__right-ornament {
  position: absolute;
  right: 241px;
  width: 130px;
  -webkit-transform: rotate(-94deg);
  -ms-transform: rotate(-94deg);
  transform: rotate(-94deg);
}

.holiday-banner__right-ornament.to-top {
  top: -24px;
  right: 209px;
  z-index: 3;
}

.holiday-banner__right-ornament.to-bottom {
  top: 23px;
  right: 283px;
  z-index: 3;
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
}

.radial-inners {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 160vh;
  height: 160vh;
  border-radius: 500rem;
  background-image: radial-gradient(circle farthest-side at 50% 50%, rgba(0, 49, 66, 0.5), rgba(173, 234, 255, 0.03) 40%, rgba(140, 226, 255, 0.56) 60%, #82dfff 68%, rgba(134, 224, 255, 0.46) 80%, rgba(100, 215, 255, 0.16) 89%, rgba(181, 236, 255, 0));
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.radial-inners.radial-inners_holiday {
  z-index: auto;
  width: 150vh;
  height: 150vh;
  background-image: radial-gradient(circle farthest-side at 50% 50%, rgba(56, 155, 205, 0), rgba(130, 213, 255, 0.15) 23%, rgba(130, 213, 255, 0.48) 41%, #a6e8ff 58%, #8dd9ff 60%, #8dd9ff 64%, rgba(141, 217, 255, 0.22) 84%, rgba(141, 217, 255, 0));
}


.holiday-banner__desktop-left-box-pic {
  -webkit-filter: brightness(106%);
  filter: brightness(106%);
}

.holiday-banner__decor-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.holiday-banner__title {
  margin-bottom: 4px;
  background-image: linear-gradient(63deg, #fda, #fff7ec 36%, #ffe8c4 68%, #ffeed6);
  font-size: 90px;
  line-height: 90px;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Roslindale' !important;
}

.holiday-banner__mob-bottom-box {
  position: relative;
  left: -134px;
  bottom: -89px;
  z-index: 2;
  display: none;
  width: 430px;
  height: 430px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.holiday-banner__subtitle {
  max-width: 230px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.holiday-banner__desktop-right-box-pic {
  display: block;
  width: 100%;
  -webkit-filter: brightness(102%);
  filter: brightness(102%);
}

@media screen and (max-width: 991px) {
  .holiday-banner__desktop-right-box {
    right: -106px;
    width: 260px;
    margin-top: -79px;
    margin-right: -70px;
  }

  .holiday-banner__left-ornament.to-top {
    left: 1px;
    bottom: 330px;
  }

  .holiday-banner__left-ornament.to-bottom {
    left: 52px;
    bottom: 261px;
  }

  .holiday-banner__desktop-left-box {
    left: -66px;
    bottom: -7px;
    width: 260px;
  }

  .holiday-banner__right-ornament.to-top {
    top: 312px;
    right: 91px;
  }

  .holiday-banner__right-ornament.to-bottom {
    top: 226px;
    right: 75px;
  }
}

@media screen and (max-width: 767px) {
  .holiday-banner__left-ornament.to-top {
    left: -12px;
    bottom: 259px;
  }

  .holiday-banner__left-ornament.to-bottom {
    bottom: 312px;
  }

  .holiday-banner__desktop-left-box {
    margin-bottom: -24px;
    margin-left: -29px;
  }

  .holiday-banner__right-ornament.to-bottom {
    right: 38px;
  }

  .radial-inners {
    width: 1200px;
    height: 1200px;
  }
}

@media screen and (max-width: 479px) {
  .holiday-banner__desktop-right-box {
    top: -207px;
    right: -79px;
    display: none;
    width: 200px;
    -webkit-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg);
  }

  .holiday-banner__pay-wrap {
    margin-top: 18px;
  }

  .holiday-banner__tagline {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 7px;
  }

  .holiday-banner__info-wrapper {
    margin-top: -18px;
  }

  .holiday-banner {
    overflow: hidden;
  }

  .holiday-banner__mob-top-box {
    left: -52px;
    top: -134px;
    right: auto;
    bottom: auto;
    display: block;
    width: 260px;
    height: 260px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    transform: rotate(11deg);
  }

  .holiday-banner__decor-right {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .holiday-banner__left-ornament.to-top {
    left: auto;
    right: 191px;
    bottom: 20px;
  }

  .holiday-banner__left-ornament.to-bottom {
    left: auto;
    right: 98px;
    bottom: -15px;
  }

  .holiday-banner__wrapper.holiday-banner__wrapper_min {
    height: 520px;
  }

  .holiday-banner__desktop-left-box {
    left: -17px;
    bottom: -168px;
    display: none;
    width: 200px;
    -webkit-transform: rotate(49deg);
    -ms-transform: rotate(49deg);
    transform: rotate(49deg);
  }

  .holiday-banner__right-ornament.to-top {
    left: 259px;
    top: -5px;
    right: auto;
    display: block;
    -webkit-transform: rotate(-63deg);
    -ms-transform: rotate(-63deg);
    transform: rotate(-63deg);
  }

  .holiday-banner__right-ornament.to-bottom {
    left: 169px;
    top: -61px;
    right: auto;
    -webkit-transform: rotate(-71deg);
    -ms-transform: rotate(-71deg);
    transform: rotate(-71deg);
  }

  .radial-inners {
    width: 900px;
    height: 900px;
    margin-top: -60px;
  }

  .radial-inners.radial-inners_holiday {
    width: 180vw;
    height: 180vw;
    margin-top: 0px;
  }

  .holiday-banner__decor-left {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .holiday-banner__title {
    margin-bottom: -1px;
    font-size: 15vw;
    line-height: 18vw;
  }

  .holiday-banner__mob-bottom-box {
    left: auto;
    top: auto;
    right: -118px;
    bottom: -87px;
    display: block;
    width: 260px;
    height: 260px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform: rotate(57deg);
    -ms-transform: rotate(57deg);
    transform: rotate(57deg);
  }

  .holiday-banner__subtitle {
    font-size: 14px;
  }
}

@font-face {
  font-family: 'Roslindale';
  src: url('../fonts/Roslindale/RoslindaleText-Bold.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

.holiday-banner__info {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.holiday-banner__desktop-right-box {
  position: static;
  top: -55px;
  right: -50px;
  width: 300px;
}

.holiday-banner__pay-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.holiday-banner__tagline {
  margin-bottom: 8px;
  padding: 3px 12px;
  background-image: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 6px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  color: white !important;
}

.holiday-banner__info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.holiday-banner {
  position: relative;
  margin-bottom: -1px;
  background-color: #16171b;
}

.particles-js {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 13;
  background-color: rgba(224, 50, 50, 0);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.particles-js.particles-js_holiday-banner {
  position: absolute;
  z-index: 2;
}

.holiday-banner__pay-flex {
  display: -ms-grid;
  display: grid;
  margin-top: 6px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.holiday-banner__pay-link {
  position: relative;
  -webkit-transition: all 250ms cubic-bezier(.39, .575, .565, 1);
  transition: all 250ms cubic-bezier(.39, .575, .565, 1);
}

.holiday-banner__pay-link:hover {
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}

.holiday-banner__mob-top-box {
  position: relative;
  left: auto;
  top: -139px;
  right: -125px;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 430px;
  height: 430px;
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

.holiday-banner__decor-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.holiday-banner__texture-pic {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  background-image: url('../img/mobile-menu/holiday_texture-overlay.png');
  background-position: 0px 0px;
  background-size: 1500px;
  background-repeat: repeat;
  opacity: 0.95;
  mix-blend-mode: screen;
}

.holiday-banner__pay-title {
  padding: 0px 18px;
  box-shadow: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.holiday-banner__pay-img {
  position: relative;
  width: 90px;
}

.holiday-banner__left-ornament {
  position: absolute;
  left: 374px;
  bottom: 76px;
  z-index: 2;
  width: 120px;
  height: 120px;
}

.holiday-banner__left-ornament.to-top {
  left: 261px;
  z-index: 4;
}

.holiday-banner__left-ornament.to-bottom {
  left: 220px;
  bottom: -11px;
  z-index: 4;
}

.holiday-banner__mob-box-pic {
  width: 100%;
  height: 100%;
}

.holiday-banner__wrapper {
  position: relative;
  overflow: hidden;
  height: 520px;
  background-color: #0995c6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#005674), to(rgba(60, 205, 255, 0.52)));
  background-image: linear-gradient(180deg, #005674, rgba(60, 205, 255, 0.52));
}

.holiday-banner__wrapper.holiday-banner__wrapper_min {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #0995c6;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(56, 183, 228, 0), #036e94);
  color: #fff;
}

.holiday-banner__desktop-left-box {
  position: absolute;
  bottom: 0px;
  z-index: 3;
  width: 300px;
}

.holiday-banner__right-ornament {
  position: absolute;
  right: 241px;
  width: 130px;
  -webkit-transform: rotate(-94deg);
  -ms-transform: rotate(-94deg);
  transform: rotate(-94deg);
}

.holiday-banner__right-ornament.to-top {
  top: -24px;
  right: 209px;
  z-index: 3;
}

.holiday-banner__right-ornament.to-bottom {
  top: 23px;
  right: 283px;
  z-index: 3;
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
}

.radial-inners {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 160vh;
  height: 160vh;
  border-radius: 500rem;
  background-image: radial-gradient(circle farthest-side at 50% 50%, rgba(0, 49, 66, 0.5), rgba(173, 234, 255, 0.03) 40%, rgba(140, 226, 255, 0.56) 60%, #82dfff 68%, rgba(134, 224, 255, 0.46) 80%, rgba(100, 215, 255, 0.16) 89%, rgba(181, 236, 255, 0));
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.radial-inners.radial-inners_holiday {
  z-index: auto;
  width: 150vh;
  height: 150vh;
  background-image: radial-gradient(circle farthest-side at 50% 50%, rgba(56, 155, 205, 0), rgba(130, 213, 255, 0.15) 23%, rgba(130, 213, 255, 0.48) 41%, #a6e8ff 58%, #8dd9ff 60%, #8dd9ff 64%, rgba(141, 217, 255, 0.22) 84%, rgba(141, 217, 255, 0));
}


.holiday-banner__desktop-left-box-pic {
  -webkit-filter: brightness(106%);
  filter: brightness(106%);
}

.holiday-banner__decor-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.holiday-banner__title {
  margin-bottom: 4px;
  background-image: linear-gradient(63deg, #fda, #fff7ec 36%, #ffe8c4 68%, #ffeed6);
  font-size: 90px;
  line-height: 90px;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Roslindale' !important;
}

.holiday-banner__mob-bottom-box {
  position: relative;
  left: -134px;
  bottom: -89px;
  z-index: 2;
  display: none;
  width: 430px;
  height: 430px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.holiday-banner__subtitle {
  max-width: 230px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.holiday-banner__desktop-right-box-pic {
  display: block;
  width: 100%;
  -webkit-filter: brightness(102%);
  filter: brightness(102%);
}

@media screen and (max-width: 991px) {
  .holiday-banner__desktop-right-box {
    right: -106px;
    width: 260px;
    margin-top: -79px;
    margin-right: -70px;
  }

  .holiday-banner__left-ornament.to-top {
    left: 1px;
    bottom: 330px;
  }

  .holiday-banner__left-ornament.to-bottom {
    left: 52px;
    bottom: 261px;
  }

  .holiday-banner__desktop-left-box {
    left: -66px;
    bottom: -7px;
    width: 260px;
  }

  .holiday-banner__right-ornament.to-top {
    top: 312px;
    right: 91px;
  }

  .holiday-banner__right-ornament.to-bottom {
    top: 226px;
    right: 75px;
  }
}

@media screen and (max-width: 767px) {
  .holiday-banner__left-ornament.to-top {
    left: -12px;
    bottom: 259px;
  }

  .holiday-banner__left-ornament.to-bottom {
    bottom: 312px;
  }

  .holiday-banner__desktop-left-box {
    margin-bottom: -24px;
    margin-left: -29px;
  }

  .holiday-banner__right-ornament.to-bottom {
    right: 38px;
  }

  .radial-inners {
    width: 1200px;
    height: 1200px;
  }
}

@media screen and (max-width: 479px) {
  .holiday-banner__desktop-right-box {
    top: -207px;
    right: -79px;
    display: none;
    width: 200px;
    -webkit-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg);
  }

  .holiday-banner__pay-wrap {
    margin-top: 18px;
  }

  .holiday-banner__tagline {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 7px;
  }

  .holiday-banner__info-wrapper {
    margin-top: -18px;
  }

  .holiday-banner {
    overflow: hidden;
  }

  .holiday-banner__mob-top-box {
    left: -52px;
    top: -134px;
    right: auto;
    bottom: auto;
    display: block;
    width: 260px;
    height: 260px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    transform: rotate(11deg);
  }

  .holiday-banner__decor-right {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .holiday-banner__left-ornament.to-top {
    left: auto;
    right: 191px;
    bottom: 20px;
  }

  .holiday-banner__left-ornament.to-bottom {
    left: auto;
    right: 98px;
    bottom: -15px;
  }

  .holiday-banner__wrapper.holiday-banner__wrapper_min {
    height: 520px;
  }

  .holiday-banner__desktop-left-box {
    left: -17px;
    bottom: -168px;
    display: none;
    width: 200px;
    -webkit-transform: rotate(49deg);
    -ms-transform: rotate(49deg);
    transform: rotate(49deg);
  }

  .holiday-banner__right-ornament.to-top {
    left: 259px;
    top: -5px;
    right: auto;
    display: block;
    -webkit-transform: rotate(-63deg);
    -ms-transform: rotate(-63deg);
    transform: rotate(-63deg);
  }

  .holiday-banner__right-ornament.to-bottom {
    left: 169px;
    top: -61px;
    right: auto;
    -webkit-transform: rotate(-71deg);
    -ms-transform: rotate(-71deg);
    transform: rotate(-71deg);
  }

  .radial-inners {
    width: 900px;
    height: 900px;
    margin-top: -60px;
  }

  .radial-inners.radial-inners_holiday {
    width: 180vw;
    height: 180vw;
    margin-top: 0px;
  }

  .holiday-banner__decor-left {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .holiday-banner__title {
    margin-bottom: -1px;
    font-size: 15vw;
    line-height: 18vw;
  }

  .holiday-banner__mob-bottom-box {
    left: auto;
    top: auto;
    right: -118px;
    bottom: -87px;
    display: block;
    width: 260px;
    height: 260px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform: rotate(57deg);
    -ms-transform: rotate(57deg);
    transform: rotate(57deg);
  }

  .holiday-banner__subtitle {
    font-size: 14px;
  }
}

.holiday-badge {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: auto;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 6px 6px 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.holiday-badge.flex {
  padding-top: 5px;
  padding-left: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.holiday-badge__pic {
  position: relative;
  z-index: 2;
  width: 54px;
  margin-right: 6px;
}

.holiday-badge__pic.msom {
  width: 60px;
}

.holiday-badge__sale {
  color: #da3846;
  font-size: 15px;
  font-weight: 600;
}

@font-face {
  font-family: 'Roslindale';
  src: url('../fonts/Roslindale/RoslindaleText-Bold.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/*Card styles*/
.xmas-card_decor {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xmas-card_decor-freeze {
  width: 100%;
}

.xmas-card_decor-badge {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xmas-card_decor-badge-pic {
  position: relative;
  left: -6px;
  width: 58px;
}

/*Sale style*/

.xmas-card__decor-sale-wrap {
  position: relative;
  margin-top: -42px;
  padding-right: 20px;
}

@media screen and (max-width: 1248px) {
  .xmas-card__decor-sale-wrap {
    margin-top: -30px;
  }
}

@media screen and (max-width: 1118px) {
  .xmas-card__decor-sale-wrap {
    margin-top: -22px;
  }
}

@media screen and (max-width: 358px) {
  .xmas-card__decor-sale-wrap {
    margin-top: -20px;
  }
}

@media screen and (max-width: 328px) {
  .xmas-card__decor-sale-wrap {
    margin-top: 0px !important;
  }
}

.xmas-sale__container {
  position: relative;
  -webkit-transform: skew(0deg, -20deg);
  -ms-transform: skew(0deg, -20deg);
  transform: skew(0deg, -20deg);
}

.xmas-sale__percentage {
  color: #d52e3a;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}

.xmas-sale__sub-wrap {
  position: absolute;
  left: auto;
  top: auto;
  right: -12px;
  bottom: -13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  line-height: 16px;
  font-weight: 800;
}

.xmas-sale__sub-span {
  padding-right: 6px;
  padding-left: 6px;
  background-color: #d52e3a;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .xmas-card__decor-sale-wrap {
    margin-top: -12px;
  }
}

@media screen and (max-width: 479px) {
  .xmas-card__decor-sale-wrap {
    margin-top: -10px;
  }
}

/*Banner styles*/

.xmas-subtitle {
  color: #f32f4d;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

.xmas-subtitle.is-minified {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.xmas-title__main-img {
  width: 400px;
  margin-bottom: 6px;
}

.xmas-mobile__decor-group {
  position: relative;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.xmas-mobile__decor-group.is-for-bottom {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.xmas-mobile {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.xmas-decor__tree-img {
  position: relative;
  z-index: 2;
  display: block;
  width: 420px;
  -webkit-filter: none;
  filter: none;
}

.xmas-banner__circles {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
}

.xmas-mobile__box-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 4;
  width: 140px;
}

.xmas-pay__candies {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500rem;
}

.holiday-banner__pay-img {
  position: relative;
  width: 90px;
}

.holiday-banner__pay-img.is-bigger {
  width: 100px;
}

.xmas-decor__candy-img {
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
}

.xmas-decor__candy-img.n1_circle-2.dimmed {
  width: 68px;
  height: 68px;
}

.xmas-decor__candy-img.is-double {
  width: 36px;
  height: 36px;
}

.xmas-pay__sub-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xmas-decor__group {
  position: relative;
  z-index: 2;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.xmas-decor__group.xmas-decor__group-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.xmas-decor__group.xmas-decor__group-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.xmas-decor__box-wrap_reversed {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 1;
}

.xmas-decor__decor-tree {
  position: relative;
  z-index: 6;
  height: 80%;
  -webkit-filter: brightness(104%);
  filter: brightness(104%);
}

.xmas-banner__content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 33px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xmas-decor__top-snow {
  position: absolute;
  left: -129px;
  top: -214px;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 500px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.xmas-decor__bottom-snow {
  position: absolute;
  left: auto;
  top: auto;
  right: -129px;
  bottom: -270px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 500px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.xmas-pay__frame-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500rem;
}

.xmas-decor__box-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
}

.xmas-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xmas-banner__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #0995c6;
  background-image: radial-gradient(circle farthest-side at 50% 50%, rgba(237, 249, 255, 0.5), rgba(9, 149, 198, 0) 49%), radial-gradient(circle farthest-side at 50% 50%, #c6eaff, #8acbf0);
}

.xmas-decor__candy-shadow {
  position: absolute;
  left: 3px;
  top: 4px;
  width: 100%;
  height: 100%;
  border-radius: 500rem;
  background-color: #171c29;
  opacity: 0.5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.xmas-decor__candy-shadow.is-dimmed {
  opacity: 0.28;
}

.xmas-decor__box-img {
  width: 240px;
}

.xmas-decor__box-img.for_right-group {
  width: 230px;
  -webkit-filter: brightness(96%);
  filter: brightness(96%);
}

.xmas-decor__candy-wrap {
  position: absolute;
  left: -10px;
  top: 40px;
  z-index: 3;
}

.xmas-decor__candy-wrap.is-double-1 {
  left: 58px;
  top: 10px;
}

.xmas-decor__candy-wrap.is-double-3 {
  left: auto;
  top: auto;
  right: -11px;
  bottom: 14px;
}

.xmas-decor__candy-wrap.for-present {
  left: auto;
  top: auto;
  right: -18%;
  bottom: 17px;
}

.xmas-decor__candy-wrap.for-present.is-bigger {
  right: 34%;
  bottom: -99px;
}

.xmas-decor__candy-wrap.is-double-2 {
  left: auto;
  top: auto;
  right: 20px;
  bottom: 72px;
}

.xmas-pay__frame {
  position: relative;
  border-radius: 500rem;
  background-color: #fff;
}

.xmas-decor__right-stick-wrap {
  position: absolute;
  right: 100px;
  bottom: -62px;
  z-index: 3;
  width: 110px;
  height: 110px;
}

.xmas-mobile__frame-box {
  display: block;
  width: 100%;
  height: 100%;
}

.holiday-banner__pay-link {
  position: relative;
  -webkit-transition: all 250ms cubic-bezier(.39, .575, .565, 1);
  transition: all 250ms cubic-bezier(.39, .575, .565, 1);
}

.xmas-banner__dim-subtitle {
  color: #67a1b6;
  font-size: 16px;
  font-weight: 600;
}

.xmas-decor__stick-one {
  position: absolute;
  left: 151px;
  top: 31px;
  z-index: 1;
  width: 110px;
}

.xmas-decor__tree-wrap {
  position: relative;
  z-index: 2;
}

.xmas-pay__grid {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 6px solid #fff;
  border-radius: 500rem;
  background-color: #fff;
}

.xmas-decor__box-wrap_bottom {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -19%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xmas-pay__tape-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.xmas-pay__tape-line {
  width: 6px;
  height: 300px;
  margin-right: -8px;
  margin-left: 24px;
  background-color: #f32f4d;
  -webkit-transform: rotate(51deg);
  -ms-transform: rotate(51deg);
  transform: rotate(51deg);
}

.xmas-banner__info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xmas-pay__sub-info-span {
  font-weight: 600;
}

.xmas-pay__sub-info-title {
  margin-right: 11px;
  margin-left: 11px;
  font-size: 46px;
  line-height: 38px;
  font-weight: 600;
}

.xmas-banner__snow-particles {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
}

.xmas-banner__snow-particles.no-touch {
  display: block;
}

.xmas-pay {
  margin-top: 10px;
}

.xmas-banner__decor {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.xmas-banner__circles-wrapper {
  width: 100%;
  height: 100%;
}

.xmas-banner {
  overflow: hidden;
  width: 100vw;
  height: 470px;
}

.xmas-banner__snow-img {
  width: 100%;
  height: 100%;
}

.xmas-banner__snow-img.is-reversed {
  margin-top: 0px;
  margin-left: 0px;
}

.xmas-mobile__plain-box {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
}

.xmas-banner__rays {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.xmas-decor__stick-two {
  -webkit-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  transform: rotate(63deg);
}

.ray-container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  /*background: linear-gradient(to bottom, #1898ce 0%, #8ebfff 43%, #c8dfe6 74%, #f9dfc0 100%);*/
}

.ray {
  position: absolute;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  transform-origin: 100% 50%;
}

.ray1 {
  transform: perspective(50px) rotateY(30deg);
}

.ray2 {
  transform: rotate(-10deg) perspective(50px) rotateY(30deg);
}

.ray3 {
  transform: rotate(-20deg) perspective(50px) rotateY(30deg);
}

.ray4 {
  transform: rotate(-30deg) perspective(50px) rotateY(30deg);
}

.ray5 {
  transform: rotate(-40deg) perspective(50px) rotateY(30deg);
}

.ray6 {
  transform: rotate(-50deg) perspective(50px) rotateY(30deg);
}

.ray7 {
  transform: rotate(-60deg) perspective(50px) rotateY(30deg);
}

.ray8 {
  transform: rotate(-70deg) perspective(50px) rotateY(30deg);
}

.ray9 {
  transform: rotate(-80deg) perspective(50px) rotateY(30deg);
}

.ray10 {
  transform: rotate(10deg) perspective(50px) rotateY(30deg);
}

.ray11 {
  transform: rotate(20deg) perspective(50px) rotateY(30deg);
}

.ray12 {
  transform: rotate(30deg) perspective(50px) rotateY(30deg);
}

.ray13 {
  transform: rotate(-90deg) perspective(50px) rotateY(30deg);
}

.ray14 {
  transform: rotate(-100deg) perspective(50px) rotateY(30deg);
}

.ray14 {
  transform: rotate(-110deg) perspective(50px) rotateY(30deg);
}

.n1-circles {
  pointer-events: none;
}

.xmas-pay__tape-row {
  animation: taper 8s linear infinite;
}


@keyframes taper {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

#xmas-circles {
  position: absolute;
  top: 0px;
  left: 0px;
  width:100%;
  height:100%;
}

.n1-snow-top,
.n1-snow-bottom {
  pointer-events: none;
}

.n1_circle-1 {
  animation: n1Circle1 8s linear infinite;
}

@keyframes n1Circle1 {
  0% {
    transform: rotate(0deg);
  }

  0% {
    transform: rotate(360deg);
  }
}

.n1_circle-2 {
  animation: n1Circle2 8s linear infinite;
}

@keyframes n1Circle2 {
  0% {
    transform: rotate(0deg);
  }

  0% {
    transform: rotate(-360deg);
  }
}

.no-touch {
  pointer-events: none;
}

.xmas-subtitle {
  text-shadow:
          -2px -2px 0 #ffffff,
          0 -2px 0 #ffffff,
          2px -2px 0 #ffffff,
          2px 0 0 #ffffff,
          2px 2px 0 #ffffff,
          0 2px 0 #ffffff,
          -2px 2px 0 #ffffff,
          -2px 0 0 #ffffff;
}

@media screen and (min-width: 1440px) {
  .xmas-decor__tree-img {
    width: 480px;
  }

  .xmas-banner__wrapper {
    width: 100vw;
  }
}

@media screen and (max-width: 991px) {
  .xmas-decor__tree-img {
    left: -69px;
    width: 400px;
    max-width: none;
  }

  .xmas-decor__tree-img.is-reversed {
    left: auto;
    right: -80px;
  }

  .xmas-decor__candy-img.n1_circle-2.dimmed {
    width: 40px;
    height: 40px;
  }

  .xmas-decor__box-img {
    width: 200px;
  }

  .xmas-decor__box-img.for_right-group {
    width: 200px;
  }

  .xmas-decor__candy-wrap.for-present {
    right: -2%;
    bottom: -14px;
  }
}

@media screen and (max-width: 767px) {
  .xmas-decor__box-wrap_reversed {
    right: -26%;
  }

  .xmas-decor__box-wrap {
    left: -15%;
  }

  .xmas-decor__box-img {
    width: 260px;
  }

  .xmas-decor__box-img.for_right-group {
    width: 260px;
  }
}

@media screen and (max-width: 479px) {
  .xmas-title__main-img {
    width: 300px;
  }

  .xmas-mobile {
    display: block;
  }

  .xmas-banner__circles {
    display: block;
  }

  .xmas-mobile__box-wrap {
    height: 116px;
  }

  .holiday-banner__pay-img.is-bigger {
    width: 90px;
  }

  .xmas-decor__candy-img.n1_circle-2.dimmed {
    width: 64px;
    height: 64px;
  }

  .xmas-decor__group {
    width: 100%;
  }

  .xmas-decor__group.xmas-decor__group-right {
    display: none;
  }

  .xmas-decor__group.xmas-decor__group-left {
    display: none;
  }

  .xmas-banner__content {
    padding: 105px 21px 86px;
  }

  .xmas-decor__top-snow {
    left: -138px;
    top: -127px;
    width: 800px;
    height: 300px;
  }

  .xmas-decor__bottom-snow {
    right: -30px;
    bottom: -163px;
    width: 600px;
    height: 300px;
  }

  .xmas-pay__frame-wrapper {
    padding: 4px;
  }

  .xmas-decor__candy-wrap {
    left: auto;
    top: 42px;
    right: 6px;
    z-index: 4;
  }

  .xmas-decor__candy-wrap.for-present {
    right: 168px;
    bottom: 13px;
    z-index: 1;
  }

  .xmas-decor__stick-one {
    left: auto;
    top: -16px;
    right: 91px;
    height: 107px;
  }

  .xmas-pay__grid {
    border-width: 4px;
  }

  .xmas-decor__box-wrap_bottom {
    bottom: -27%;
    z-index: 3;
    height: 180px;
  }

  .xmas-banner__info {
    margin-top: 22px;
  }

  .xmas-banner__decor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .xmas-banner {
    height: 550px;
  }

  .xmas-decor__stick-two {
    position: absolute;
    left: 24px;
    top: 174.07px;
    width: 100px;
  }
}

.global-xmas-banner {
  width: 100%;
}

.global-xmas-banner__tree-pic {
  position: absolute;
  height: 100%;
}

.global-xmas-banner__main-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-image: url('../banner-img/xmas-banner-pattern.png'), radial-gradient(circle farthest-corner at 50% 100%, #7bb7cc, #55ade0 72%);
  background-position: 50% -30px, 0px 0px;
  background-size: 200px, auto;
  background-repeat: repeat-x, repeat;
  color: #fff;
}

.global-xmas-banner__logo-wrap {
  position: relative;
  z-index: 2;
}

.global-xmas-banner__sale-pic {
  height: 40px;
}

.global-xmas-banner__content-group {
  width: 33.333333333333336%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.global-xmas-banner__content-group.on-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-right: 20px;
  padding-bottom: 14px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(53, 138, 179, 0)), color-stop(79%, #358ab3));
  background-image: linear-gradient(90deg, rgba(53, 138, 179, 0), #358ab3 79%);
}

.global-xmas-banner__content-group.is-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-xmas-banner__content-group.on-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(8%, #6ab3d6), to(rgba(106, 179, 214, 0)));
  background-image: linear-gradient(90deg, #6ab3d6 8%, rgba(106, 179, 214, 0));
}

.js-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xmas-banner__clock-box {
  display: block;
  width: auto;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-xmas-banner__time-span {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.xmas-banner__time {
  font-size: 18px;
  line-height: 14px;
  font-weight: 600;
}

.global-xmas-banner__clock-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: -8px;
}

.global-xmas-banner__clock-wrap span {
  color: white !important;
  font-weight: 700 !important;
  line-height: 12px !important;
}

.global-xmas-banner__logo-pic {
  position: relative;
  z-index: 2;
  width: 180px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.xmas-banner__clock-divide {
  margin-top: -2px;
  margin-right: 6px;
  margin-left: 6px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 479px) {
  .js-clock {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xmas-banner__clock-box {
    margin-bottom: 0px;
  }

  .global-xmas-banner__tree-pic {
    left: -150px;
    width: 400px;
    height: 68px;
    max-width: none;
  }

  .global-xmas-banner__content-group {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .global-xmas-banner__content-group.on-right {
    z-index: 2;
    padding-top: 12px;
    padding-right: 14px;
    padding-bottom: 12px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(53, 138, 179, 0)), color-stop(49%, rgba(53, 138, 179, 0.83)));
    background-image: linear-gradient(90deg, rgba(53, 138, 179, 0), rgba(53, 138, 179, 0.83) 49%);
  }

  .global-xmas-banner__content-group.is-center {
    padding-left: 4px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .global-xmas-banner__content-group.on-left {
    display: none;
  }

  .global-xmas-banner__time-span {
    font-size: 11px;
    font-weight: 600;
  }

  .xmas-banner__time {
    font-size: 20px;
  }

  .global-xmas-banner__logo-pic {
    width: 46vw;
    height: 100%;
    max-width: none;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
  }

  .xmas-banner__clock-divide {
    margin-top: -2px;
    margin-right: 4px;
    margin-left: 4px;
    font-weight: 600;
  }
}

.options-block_case {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media screen and (max-width: 991px) {
  .options-block_case {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 620px) {
  .options-block_case {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}


.filter__color-item {
  padding: 8px 0px;
  cursor: pointer;
  margin-bottom: 4px;
  border: 1px solid transparent;
}

.filter__color-item:last-child {
  margin-bottom: 0px;
}

.filter-label {
  font-size: 14px;
  font-weight: 400;
}

.filter__color-item span {
  font-size: 14px !important;
  font-weight: 400;
  transition: all 200ms ease;
}

.filter__color-item:hover span {
  color: #0995c6 !important;
}

.filter__color-item:hover {
  background-color: unset;
  padding-left: 8px;
}

.filter__color-item.is-active .filter__color-point-wrap {
  padding: 2px;
  border: 1px solid #0995c6;
}

.filter__color-item.is-active span {
  font-weight: 500 !important;
  color: #171c29;
}

.filter__color-item.is-active {
  padding: 8px 12px;
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
}

.filter__color-point {
  width: 100%;
  height: 100%;
}

.filter__color-point-wrap {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 200ms ease;
}

.js-clock{
  display:none;
}


/*Card styles*/
.xmas-card_decor {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xmas-card_decor-freeze {
  width: 100%;
}

.xmas-card_decor-badge {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xmas-card_decor-badge-pic {
  position: relative;
  left: -6px;
  width: 58px;
}

/*Sale style*/

.xmas-card__decor-sale-wrap {
  position: relative;
  margin-top: -42px;
  padding-right: 20px;
}

@media screen and (max-width: 1248px) {
  .xmas-card__decor-sale-wrap {
    margin-top: -30px;
  }
}

@media screen and (max-width: 1118px) {
  .xmas-card__decor-sale-wrap {
    margin-top: -22px;
  }
}

@media screen and (max-width: 358px) {
  .xmas-card__decor-sale-wrap {
    margin-top: -20px;
  }
}

@media screen and (max-width: 328px) {
  .xmas-card__decor-sale-wrap {
    margin-top: 0px !important;
  }
}

.xmas-sale__container {
  position: relative;
  -webkit-transform: skew(0deg, -20deg);
  -ms-transform: skew(0deg, -20deg);
  transform: skew(0deg, -20deg);
}

.xmas-sale__percentage {
  color: #d52e3a;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}

.xmas-sale__sub-wrap {
  position: absolute;
  left: auto;
  top: auto;
  right: -12px;
  bottom: -13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  line-height: 16px;
  font-weight: 800;
}

.xmas-sale__sub-span {
  padding-right: 6px;
  padding-left: 6px;
  background-color: #d52e3a;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .xmas-card__decor-sale-wrap {
    margin-top: -12px;
  }
}

@media screen and (max-width: 479px) {
  .xmas-card__decor-sale-wrap {
    margin-top: -10px;
  }
}

/*Banner styles*/

.xmas-subtitle {
  color: #f32f4d;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

.xmas-subtitle.is-minified {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.xmas-title__main-img {
  width: 400px;
  margin-bottom: 6px;
}

.xmas-mobile__decor-group {
  position: relative;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.xmas-mobile__decor-group.is-for-bottom {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.xmas-mobile {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.xmas-decor__tree-img {
  position: relative;
  z-index: 2;
  display: block;
  width: 420px;
  -webkit-filter: none;
  filter: none;
}

.xmas-banner__circles {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
}

.xmas-mobile__box-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 4;
  width: 140px;
}

.xmas-pay__candies {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500rem;
}

.holiday-banner__pay-img {
  position: relative;
  width: 90px;
}

.holiday-banner__pay-img.is-bigger {
  width: 100px;
}

.xmas-decor__candy-img {
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
}

.xmas-decor__candy-img.n1_circle-2.dimmed {
  width: 68px;
  height: 68px;
}

.xmas-decor__candy-img.is-double {
  width: 36px;
  height: 36px;
}

.xmas-pay__sub-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xmas-decor__group {
  position: relative;
  z-index: 2;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.xmas-decor__group.xmas-decor__group-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.xmas-decor__group.xmas-decor__group-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.xmas-decor__box-wrap_reversed {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 1;
}

.xmas-decor__decor-tree {
  position: relative;
  z-index: 6;
  height: 80%;
  -webkit-filter: brightness(104%);
  filter: brightness(104%);
}

.xmas-banner__content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 33px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xmas-decor__top-snow {
  position: absolute;
  left: -129px;
  top: -214px;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 500px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.xmas-decor__bottom-snow {
  position: absolute;
  left: auto;
  top: auto;
  right: -129px;
  bottom: -270px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 500px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.xmas-pay__frame-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500rem;
}

.xmas-decor__box-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
}

.xmas-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xmas-banner__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #0995c6;
  background-image: radial-gradient(circle farthest-side at 50% 50%, rgba(237, 249, 255, 0.5), rgba(9, 149, 198, 0) 49%), radial-gradient(circle farthest-side at 50% 50%, #c6eaff, #8acbf0);
}

.xmas-decor__candy-shadow {
  position: absolute;
  left: 3px;
  top: 4px;
  width: 100%;
  height: 100%;
  border-radius: 500rem;
  background-color: #171c29;
  opacity: 0.5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.xmas-decor__candy-shadow.is-dimmed {
  opacity: 0.28;
}

.xmas-decor__box-img {
  width: 240px;
}

.xmas-decor__box-img.for_right-group {
  width: 230px;
  -webkit-filter: brightness(96%);
  filter: brightness(96%);
}

.xmas-decor__candy-wrap {
  position: absolute;
  left: -10px;
  top: 40px;
  z-index: 3;
}

.xmas-decor__candy-wrap.is-double-1 {
  left: 58px;
  top: 10px;
}

.xmas-decor__candy-wrap.is-double-3 {
  left: auto;
  top: auto;
  right: -11px;
  bottom: 14px;
}

.xmas-decor__candy-wrap.for-present {
  left: auto;
  top: auto;
  right: -18%;
  bottom: 17px;
}

.xmas-decor__candy-wrap.for-present.is-bigger {
  right: 34%;
  bottom: -99px;
}

.xmas-decor__candy-wrap.is-double-2 {
  left: auto;
  top: auto;
  right: 20px;
  bottom: 72px;
}

.xmas-pay__frame {
  position: relative;
  border-radius: 500rem;
  background-color: #fff;
}

.xmas-decor__right-stick-wrap {
  position: absolute;
  right: 100px;
  bottom: -62px;
  z-index: 3;
  width: 110px;
  height: 110px;
}

.xmas-mobile__frame-box {
  display: block;
  width: 100%;
  height: 100%;
}

.holiday-banner__pay-link {
  position: relative;
  -webkit-transition: all 250ms cubic-bezier(.39, .575, .565, 1);
  transition: all 250ms cubic-bezier(.39, .575, .565, 1);
}

.xmas-banner__dim-subtitle {
  color: #67a1b6;
  font-size: 16px;
  font-weight: 600;
}

.xmas-decor__stick-one {
  position: absolute;
  left: 151px;
  top: 31px;
  z-index: 1;
  width: 110px;
}

.xmas-decor__tree-wrap {
  position: relative;
  z-index: 2;
}

.xmas-pay__grid {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 6px solid #fff;
  border-radius: 500rem;
  background-color: #fff;
}

.xmas-decor__box-wrap_bottom {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -19%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xmas-pay__tape-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.xmas-pay__tape-line {
  width: 6px;
  height: 300px;
  margin-right: -8px;
  margin-left: 24px;
  background-color: #f32f4d;
  -webkit-transform: rotate(51deg);
  -ms-transform: rotate(51deg);
  transform: rotate(51deg);
}

.xmas-banner__info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xmas-pay__sub-info-span {
  font-weight: 600;
}

.xmas-pay__sub-info-title {
  margin-right: 11px;
  margin-left: 11px;
  font-size: 46px;
  line-height: 38px;
  font-weight: 600;
}

.xmas-banner__snow-particles {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
}

.xmas-banner__snow-particles.no-touch {
  display: block;
}

.xmas-pay {
  margin-top: 10px;
}

.xmas-banner__decor {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.xmas-banner__circles-wrapper {
  width: 100%;
  height: 100%;
}

.xmas-banner {
  overflow: hidden;
  width: 100vw;
  height: 470px;
}

.xmas-banner__snow-img {
  width: 100%;
  height: 100%;
}

.xmas-banner__snow-img.is-reversed {
  margin-top: 0px;
  margin-left: 0px;
}

.xmas-mobile__plain-box {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
}

.xmas-banner__rays {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.xmas-decor__stick-two {
  -webkit-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  transform: rotate(63deg);
}

.ray-container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  /*background: linear-gradient(to bottom, #1898ce 0%, #8ebfff 43%, #c8dfe6 74%, #f9dfc0 100%);*/
}

.ray {
  position: absolute;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  transform-origin: 100% 50%;
}

.ray1 {
  transform: perspective(50px) rotateY(30deg);
}

.ray2 {
  transform: rotate(-10deg) perspective(50px) rotateY(30deg);
}

.ray3 {
  transform: rotate(-20deg) perspective(50px) rotateY(30deg);
}

.ray4 {
  transform: rotate(-30deg) perspective(50px) rotateY(30deg);
}

.ray5 {
  transform: rotate(-40deg) perspective(50px) rotateY(30deg);
}

.ray6 {
  transform: rotate(-50deg) perspective(50px) rotateY(30deg);
}

.ray7 {
  transform: rotate(-60deg) perspective(50px) rotateY(30deg);
}

.ray8 {
  transform: rotate(-70deg) perspective(50px) rotateY(30deg);
}

.ray9 {
  transform: rotate(-80deg) perspective(50px) rotateY(30deg);
}

.ray10 {
  transform: rotate(10deg) perspective(50px) rotateY(30deg);
}

.ray11 {
  transform: rotate(20deg) perspective(50px) rotateY(30deg);
}

.ray12 {
  transform: rotate(30deg) perspective(50px) rotateY(30deg);
}

.ray13 {
  transform: rotate(-90deg) perspective(50px) rotateY(30deg);
}

.ray14 {
  transform: rotate(-100deg) perspective(50px) rotateY(30deg);
}

.ray14 {
  transform: rotate(-110deg) perspective(50px) rotateY(30deg);
}

.n1-circles {
  pointer-events: none;
}

.xmas-pay__tape-row {
  animation: taper 8s linear infinite;
}


@keyframes taper {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

#xmas-circles {
  position: absolute;
  top: 0px;
  left: 0px;
  width:100%;
  height:100%;
}

.n1-snow-top,
.n1-snow-bottom {
  pointer-events: none;
}

.n1_circle-1 {
  animation: n1Circle1 8s linear infinite;
}

@keyframes n1Circle1 {
  0% {
    transform: rotate(0deg);
  }

  0% {
    transform: rotate(360deg);
  }
}

.n1_circle-2 {
  animation: n1Circle2 8s linear infinite;
}

@keyframes n1Circle2 {
  0% {
    transform: rotate(0deg);
  }

  0% {
    transform: rotate(-360deg);
  }
}

.no-touch {
  pointer-events: none;
}

.xmas-subtitle {
  text-shadow:
          -2px -2px 0 #ffffff,
          0 -2px 0 #ffffff,
          2px -2px 0 #ffffff,
          2px 0 0 #ffffff,
          2px 2px 0 #ffffff,
          0 2px 0 #ffffff,
          -2px 2px 0 #ffffff,
          -2px 0 0 #ffffff;
}

@media screen and (min-width: 1440px) {
  .xmas-decor__tree-img {
    width: 480px;
  }

  .xmas-banner__wrapper {
    width: 100vw;
  }
}

@media screen and (max-width: 991px) {
  .xmas-decor__tree-img {
    left: -69px;
    width: 400px;
    max-width: none;
  }

  .xmas-decor__tree-img.is-reversed {
    left: auto;
    right: -80px;
  }

  .xmas-decor__candy-img.n1_circle-2.dimmed {
    width: 40px;
    height: 40px;
  }

  .xmas-decor__box-img {
    width: 200px;
  }

  .xmas-decor__box-img.for_right-group {
    width: 200px;
  }

  .xmas-decor__candy-wrap.for-present {
    right: -2%;
    bottom: -14px;
  }
}

@media screen and (max-width: 767px) {
  .xmas-decor__box-wrap_reversed {
    right: -26%;
  }

  .xmas-decor__box-wrap {
    left: -15%;
  }

  .xmas-decor__box-img {
    width: 260px;
  }

  .xmas-decor__box-img.for_right-group {
    width: 260px;
  }
}

@media screen and (max-width: 479px) {
  .xmas-title__main-img {
    width: 300px;
  }

  .xmas-mobile {
    display: block;
  }

  .xmas-banner__circles {
    display: block;
  }

  .xmas-mobile__box-wrap {
    height: 116px;
  }

  .holiday-banner__pay-img.is-bigger {
    width: 90px;
  }

  .xmas-decor__candy-img.n1_circle-2.dimmed {
    width: 64px;
    height: 64px;
  }

  .xmas-decor__group {
    width: 100%;
  }

  .xmas-decor__group.xmas-decor__group-right {
    display: none;
  }

  .xmas-decor__group.xmas-decor__group-left {
    display: none;
  }

  .xmas-banner__content {
    padding: 105px 21px 86px;
  }

  .xmas-decor__top-snow {
    left: -138px;
    top: -127px;
    width: 800px;
    height: 300px;
  }

  .xmas-decor__bottom-snow {
    right: -30px;
    bottom: -163px;
    width: 600px;
    height: 300px;
  }

  .xmas-pay__frame-wrapper {
    padding: 4px;
  }

  .xmas-decor__candy-wrap {
    left: auto;
    top: 42px;
    right: 6px;
    z-index: 4;
  }

  .xmas-decor__candy-wrap.for-present {
    right: 168px;
    bottom: 13px;
    z-index: 1;
  }

  .xmas-decor__stick-one {
    left: auto;
    top: -16px;
    right: 91px;
    height: 107px;
  }

  .xmas-pay__grid {
    border-width: 4px;
  }

  .xmas-decor__box-wrap_bottom {
    bottom: -27%;
    z-index: 3;
    height: 180px;
  }

  .xmas-banner__info {
    margin-top: 22px;
  }

  .xmas-banner__decor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .xmas-banner {
    height: 550px;
  }

  .xmas-decor__stick-two {
    position: absolute;
    left: 24px;
    top: 174.07px;
    width: 100px;
  }
}

.global-xmas-banner {
  width: 100%;
}

.global-xmas-banner__tree-pic {
  position: absolute;
  height: 100%;
}

.global-xmas-banner__main-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-image: url('../banner-img/xmas-banner-pattern.png'), radial-gradient(circle farthest-corner at 50% 100%, #7bb7cc, #55ade0 72%);
  background-position: 50% -30px, 0px 0px;
  background-size: 200px, auto;
  background-repeat: repeat-x, repeat;
  color: #fff;
}

.global-xmas-banner__logo-wrap {
  position: relative;
  z-index: 2;
}

.global-xmas-banner__sale-pic {
  height: 40px;
}

.global-xmas-banner__content-group {
  width: 33.333333333333336%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.global-xmas-banner__content-group.on-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-right: 20px;
  padding-bottom: 14px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(53, 138, 179, 0)), color-stop(79%, #358ab3));
  background-image: linear-gradient(90deg, rgba(53, 138, 179, 0), #358ab3 79%);
}

.global-xmas-banner__content-group.is-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-xmas-banner__content-group.on-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(8%, #6ab3d6), to(rgba(106, 179, 214, 0)));
  background-image: linear-gradient(90deg, #6ab3d6 8%, rgba(106, 179, 214, 0));
}

.js-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xmas-banner__clock-box {
  display: block;
  width: auto;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-xmas-banner__time-span {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.xmas-banner__time {
  font-size: 18px;
  line-height: 14px;
  font-weight: 600;
}

.global-xmas-banner__clock-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: -8px;
}

.global-xmas-banner__clock-wrap span {
  color: white !important;
  font-weight: 700 !important;
  line-height: 12px !important;
}

.global-xmas-banner__logo-pic {
  position: relative;
  z-index: 2;
  width: 180px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.xmas-banner__clock-divide {
  margin-top: -2px;
  margin-right: 6px;
  margin-left: 6px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 479px) {
  .js-clock {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xmas-banner__clock-box {
    margin-bottom: 0px;
  }

  .global-xmas-banner__tree-pic {
    left: -150px;
    width: 400px;
    height: 68px;
    max-width: none;
  }

  .global-xmas-banner__content-group {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .global-xmas-banner__content-group.on-right {
    z-index: 2;
    padding-top: 12px;
    padding-right: 14px;
    padding-bottom: 12px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(53, 138, 179, 0)), color-stop(49%, rgba(53, 138, 179, 0.83)));
    background-image: linear-gradient(90deg, rgba(53, 138, 179, 0), rgba(53, 138, 179, 0.83) 49%);
  }

  .global-xmas-banner__content-group.is-center {
    padding-left: 4px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .global-xmas-banner__content-group.on-left {
    display: none;
  }

  .global-xmas-banner__time-span {
    font-size: 11px;
    font-weight: 600;
  }

  .xmas-banner__time {
    font-size: 20px;
  }

  .global-xmas-banner__logo-pic {
    width: 46vw;
    height: 100%;
    max-width: none;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
  }

  .xmas-banner__clock-divide {
    margin-top: -2px;
    margin-right: 4px;
    margin-left: 4px;
    font-weight: 600;
  }
}

.y-banner__info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.y-banner__ambient-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  width: 100%;
  height: 100%;
}

.y-banner__left-tree-img {
  width: 38vw;
  max-width: 600px;
}

.y-banner {
  position: relative;
  overflow: hidden;
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#252322), color-stop(55%, #101113), to(#121314));
  background-image: linear-gradient(180deg, #252322, #101113 55%, #121314);
}

.y-banner.bright_blue {
  display: block;
  width: 100vw;
  background-image: linear-gradient(11deg, #58bcdf, #a9e9ff 55%, #79d1f0);
}

.y-banner__left-tree-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.y-banner__sale-wrap {
  margin-top: 10px;
}

.y-banner__main-ball-img {
  position: relative;
  z-index: 2;
  height: 100%;
}

.y-banner__left-flow-img {
  width: 170px;
}

.y-banner__right-flow-img {
  width: 230px;
}

.y-banner__snow-particles {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  pointer-events: none;
}

.y-banner__small-ornament-img {
  position: absolute;
  top: -21px;
  right: 36%;
  width: 60px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.y-banner__right-flow-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.y-banner__sale-img {
  width: 300px;
}

.y-banner__left-flow-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.y-banner__ball {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  margin-top: -11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.y-banner__ball {
  animation: ball 9s ease infinite;
}

@keyframes ball {
  0% {
    transform: rotate(-5deg);
  }
  25% {
    transform: rotate(4deg);
  }
  55% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}

.xmas-pay__tape-line {
  background-color: #0995c6 !important;
}

.xmas-pay {
  margin-top: 0px !important;
}

.y-banner__sunrays-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  opacity: 0.4;
}

.y-banner__ambient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  pointer-events: none;
}

#y-ambient {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.y-banner__big-ornament-img {
  position: absolute;
  right: 20%;
  width: 60px;
}

.y-banner__sunrays-img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.y-banner__main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.y-banner__right-tree-wrap {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.y-banner__right-tree-img {
  width: 35vw;
  max-width: 640px;
}

@media screen and (max-width: 479px) {
  .y-banner__info-wrap {
    margin-top: -42px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .y-banner__left-tree-img {
    width: 100vw;
  }

  .y-banner {
    height: 510px;
  }

  .y-banner.bright_blue {
    height: 538px;
  }

  .y-banner__sale-wrap {
    margin-top: 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .y-banner__main-ball-img {
    width: 100%;
    padding-top: 28px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .y-banner__left-flow-img {
    width: 20vw;
  }

  .y-banner__right-flow-img {
    width: 20vw;
  }

  .y-banner__small-ornament-img {
    right: 13%;
    height: 110px;
  }

  .y-banner__right-flow-wrap {
    display: none;
  }

  .y-banner__left-flow-wrap {
    display: none;
  }

  .y-banner__ball {
    width: 360px;
    height: 360px;
  }

  .y-banner__ambient {
    display: block;
  }

  .y-banner__big-ornament-img {
    right: -2%;
    height: 110px;
  }

  .y-banner__sunrays-img {
    width: 500px;
    max-width: none;
  }

  .y-banner__right-tree-img {
    width: 60vw;
  }
}

/* Fireworks */
.y-fireworks {
  position: fixed;
  z-index: 99999;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100vh;
  width: 100vw;
  transition: all 500ms ease;
}

/* Cards */
.y-card__garland-img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  max-width: 100%;
}

.xmas-card_decor-badge img:nth-child(1) {
  margin-left: 14px;
  width: 36px;
}

.xmas-card_decor-badge img:nth-child(2) {
  width: 50px;
  margin-right: 14px;
  margin-top: 12px;
}

.xmas-card_decor-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.y-fireworks {
  pointer-events: none;
}

.global-xmas-banner__logo-pic {
  margin-bottom: -18px !important;
  width: 220px !important;
}

@media screen and (max-width: 479px) {
  .global-xmas-banner__logo-pic {
    margin-left: -4px;
    width: 170px !important;
  }

}

:root {
  --transition-cb1: cubic-bezier(.39, .575, .565, 1);
}


.sign-modal__half-col {
  width: 49%;
}

.sign-modal-view__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign-modal__form-pin-wrap input {
  width: 56px !important;
  height: 70px !important;
  margin: 0px 7px;
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  font-size: 34px !important;
  text-align: center;
}

.sign-modal__form-pin-wrap input:focus {
  border-color: #0995c6;
  background-color: rgba(9, 149, 198, 0.08);
}

.sign-modal__container.for_signup input:focus {
  border-color: #0995c6;
  background-color: rgba(87, 194, 233, 0.08);
}

.sign-modal__form-pin-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign-modal__button-wrap {
  position: relative;
  overflow: hidden;
}

.sign-modal__checkbox-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.sign-modal__flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sign-modal__subtitle {
  max-width: 300px;
  margin-top: 7px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.sign-modal__pass-switch {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b6b9c0;
  cursor: pointer;
}

.sign-modal__pass-switch.is-active svg.svg_pass-show {
  display: none;
}

.sign-modal__pass-switch.is-active svg.svg_pass-hide {
  display: block;
}

.sign-modal__pass-switch path {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sign-modal__pass-switch:hover path {
  color: #0995c6;
}

.sign-modal__sub-link {
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}

.sign-modal__sub-link:hover {
  color: #0995c6;
}

.sign-modal__form-row {
  position: relative;
  margin-bottom: 14px;
}

.sign-modal__form-row.form-row_options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign-modal__footer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f7f7f7;
}

.sign-modal__footer .sign-modal__sub-btn:hover {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #171c29;
}

.sign-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  padding-right: 44px;
  padding-left: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.sign-modal__body {
  position: relative;
}

.sign-modal__form-wrap input {
  width: 100%;
  height: 48px;
  margin-bottom: 0px;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  background-color: #f8f8f8;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  font-size: 14px;
}

.sign-modal__form-wrap input:hover {
  border-color: #0995c6;
}

.sign-modal__form-wrap input:focus {
  border-color: #0995c6;
  background-color: rgba(9, 149, 198, 0.05);
}

.sign-modal__form-wrap input::-webkit-input-placeholder {
  color: #8f8f8f;
}

.sign-modal__form-wrap input:-ms-input-placeholder {
  color: #8f8f8f;
}

.sign-modal__form-wrap input::-ms-input-placeholder {
  color: #8f8f8f;
}

.sign-modal__form-wrap input::placeholder {
  color: #8f8f8f;
}

.sign-modal__form-wrap {
  margin-bottom: 0px;
}

.locations__form-field-row {
  position: relative;
}

.sign-modal__header {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.sign-modal__checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 6px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: hsla(0, 0%, 80%, 0);
  border-radius: 6px;
  background-color: #ececec;
}

.sign-modal__inner-wrapper {
  padding: 42px 48px;
}

.sign-modal__backdrop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(29, 31, 34, 0.82);
  opacity: 1;
  -webkit-transition: all 200ms var(--transition-cb1);
  transition: all 200ms var(--transition-cb1);
}

.sign-modal__backdrop.is-hidden {
  opacity: 0;
}

.sign-modal__logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign-modal__pass-input-wrap {
  position: relative;
}

.sign-modal-view__body {
  margin-top: 20px;
}

.sign-modal__form-wrap label {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
}

.sign-modal__gender-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  padding: 8px 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}

.sign-modal__gender-select.is-active {
  border-color: #0995c6;
  background-color: rgba(207, 242, 255, 0.35);
  font-weight: 500;
  color: #125d76;
}

.sign-modal__logo-img {
  width: 120px;
}

.sign-modal__sub-btn {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: rgba(9, 149, 198, 0);
  color: #171c29;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sign-modal__sub-btn:hover {
  color: #0995c6;
  text-decoration: underline;
  background-color: rgba(9, 147, 198, 0.08);
}

.sign-modal__sub-btn.sign-modal__sub-btn_dim {
  border-style: solid;
  font-size: 14px !important;
  border-width: 1px;
  border-color: #d6d6d6;
  background-color: #e9e9e9;
}

.sign-modal-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 45px;
  height: 45px;
  padding: 16px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  cursor: pointer;
}

.sign-modal-close:hover {
  background-color: #fff;
  color: #0995c6;
}

.sign-modal__phone-view {
  position: relative;
}

.sign-modal-view {
  position: relative;
  overflow: visible;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.sign-modal__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sign-modal__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.sign-modal__main-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  color: white;
  font-size: 14px !important;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid #0995c6;
  background-color: #0995c6;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  font-weight: 600;
  cursor: pointer;
}

.sign-modal__main-btn:hover {
  background-color: #16a9dd;
  border: 1px solid #16a9dd;
}

.sign-modal__main-btn.is-loading {
  color: transparent !important;
  pointer-events: none;
  border: 1px solid #0995c6;
}

.sign-modal__main-btn.is-loading:hover {
  background-color: #0995c6;
}

.sign-modal__main-btn.is-loading .sign-btn_circle-loader {
  visibility: visible;
  opacity: 1;
}

.sign-modal__main-btn.is-loading .sign-btn_progress-bad {
  -webkit-transform: scaleX(100%);
  -ms-transform: scaleX(100%);
  transform: scaleX(100%);
}

.sign-btn_progress-bad {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(0%);
  -ms-transform: scaleX(0%);
  transform: scaleX(0%);
  background-color: #1282aa;
  z-index: 1;
  -webkit-transition: all 4s ease;
  -o-transition: all 4s ease;
  transition: all 4s ease;
}

.sign-btn_circle-loader {
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  transition: all 250ms ease;
  opacity: 0;
  visibility: hidden;
}

.sign-btn_circle-loader:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 18px;
  height: 18px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  animation: signButtonLoading 1s ease infinite;
  z-index: 10;
}

.sign-btn_circle-loader:before {
  z-index: 5;
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 2px dashed #fff;
  width: 27px;
  height: 27px;
  border-left: 1.2px solid transparent;
  border-bottom: 1.2px solid transparent;
  animation: signButtonLoading 1s linear infinite;
}

@keyframes signButtonLoading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.sign-modal__pass-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21px;
}

.sign-modal__container {
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: auto;
  width: 100%;
  max-height: 90vh;
  max-width: 490px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(32, 39, 48, 0.4);
  -webkit-transform: translate(0px, 0px) translate(-50%, -50%);
  -ms-transform: translate(0px, 0px) translate(-50%, -50%);
  transform: translate(0px, 0px) translate(-50%, -50%);
  -webkit-transition: all 350ms var(--transition-cb1);
  -o-transition: all 350ms var(--transition-cb1);
  transition: all 350ms var(--transition-cb1);
}

.sign-modal__container.for_signup {
  background-color: #f8f8f8;
}

.sign-modal__container.for_signup input {
  background-color: #ffffff;
  border-color: #e6e6e6;
}

.sign-modal__container.is-hidden {
  opacity: 0;
  -webkit-transform: translate(0px, 50px) translate(-50%, -50%);
  -ms-transform: translate(0px, 50px) translate(-50%, -50%);
  transform: translate(0px, 50px) translate(-50%, -50%);
}

.sign-modal__tel-input-wrap {
  padding-top: 0px;
  padding-bottom: 0px;
}

.sign-modal__phone-span {
  color: #0995c6;
  font-weight: 600;
}

.sign-modal__checkbox-label {
  cursor: pointer;
}

.sign-modal__checkbox-label>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.sign-modal__checkbox-label>span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px !important;
  font-weight: 500 !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sign-modal__checkbox-label>span::before {
  content: '';
  display: inline-block;
  margin-top: -2px;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-color: #e6e6e6;
  border: 1px solid rgba(204, 204, 204, 0);
  border-radius: 6px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% 60%;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sign-modal__checkbox-label>input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #0995c6;
  background-color: #ffffff;
}

.sign-modal__checkbox-label>input:not(:disabled):active+span::before {
  background-color: rgba(68, 207, 255, 0.18);
  border-color: #0995c6;
}

.sign-modal__checkbox-label>input:focus:not(:checked)+span::before {
  border-color: #0995c6;
}

.sign-modal__checkbox-label>input:checked+span::before {
  border-color: #0995c6;
  background-color: rgba(68, 207, 255, 0.18);
  background-image: url('../new/login-checkmark.svg');
}

.sign-modal__checkbox-label>input:disabled+span::before {
  background-color: #e9ecef;
}

@media screen and (max-width: 767px) {
  .sign-modal {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .sign-modal__form-pin-wrap input {
    border-radius: 0px;
  }

  .sign-modal {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sign-modal__inner-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sign-modal__backdrop {
    display: block;
  }

  .sign-modal-close {
    background-color: #fff;
  }

  .sign-modal__wrapper {
    overflow: auto;
  }

  .sign-modal__container {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    max-height: none;
    box-shadow: none;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-property: none;
    transition-property: none;
  }
}

.sign-modal__container.grey_bg {
  background-color: #f9f9f9;
}

.sign-modal__container.grey_bg .sign-modal__input-field {
  background-color: #fff;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.sign-modal * {
  outline: none !important;
}

.input-tel {
  width: 100%;
  height: 48px;
  margin-bottom: 0px;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  background-color: #f8f8f8;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
}

.input-tel:hover {
  border: 1px solid #0995c6;
}

.input-tel:focus {
  border-color: #0995c6;
  background-color: rgba(9, 149, 198, 0.05);
}

.input-tel-register {
  width: 100%;
  height: 48px;
  margin-bottom: 0px;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
}

.input-tel-register:hover {
  border: 1px solid #0995c6;
}

.input-tel-register:focus {
  border-color: #0995c6;
  background-color: rgba(9, 149, 198, 0.05);
}

.iti__country-list {
  max-width: 396px;
  margin-top: 10px !important;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 20px 22px 6px rgba(39, 64, 82, 0.17);
}

.iti__country {
  padding: 10px 10px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.iti__country-name {
  font-size: 14px !important;
  font-weight: 500;
}

.iti__flag-box {
  margin-right: 10px !important;
}

.iti__dial-code {
  font-size: 13px;
  font-weight: 500;
  color: #0995c6 !important;
}

.iti__divider {
  border-bottom: 1px solid #e6e6e6;
}

.sign-modal__form-row:last-child {
  margin-bottom: 0px;
}

.sign-modal__form-pin-wrap input::-webkit-outer-spin-button,
.sign-modal__form-pin-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sign-modal__form-pin-wrap input[type=number] {
  -moz-appearance: textfield;
}

.sign-modal__pass-icon svg.svg_pass-hide {
  display: none;
}

.sign-modal__pass-icon.is-active svg.svg_pass-hide {
  display: block;
}

.sign-modal__pass-icon.is-active svg.svg_pass-show {
  display: none;
}

.input-tel-register {
  background-color: #f8f8f8;
}


/*
** Admin login overlay
*/

.sign-admin-cb {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 99998;
  opacity: 0;
  background-color: #fafdff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  padding-bottom: 186px;
}

.sign-admin-cb__logo-wrap {
  overflow: hidden;
  margin-bottom: 160px;
}

.sign-admin-cb__logo-img {
  position: static;
  top: 20%;
  z-index: 3;
  width: 120px;
  margin-bottom: 186px;
  -webkit-transition: all 350ms cubic-bezier(.39, .575, .565, 1);
  -o-transition: all 350ms cubic-bezier(.39, .575, .565, 1);
  transition: all 350ms cubic-bezier(.39, .575, .565, 1);
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px)
}

.sign-admin-cb__main {
  position: relative;
  overflow: hidden;
}

.sign-admin-cb__heading-wrap {
  position: relative;
  overflow: hidden;
}

.sign-admin-cb__heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 350ms cubic-bezier(.39, .575, .565, 1);
  -o-transition: all 350ms cubic-bezier(.39, .575, .565, 1);
  transition: all 350ms cubic-bezier(.39, .575, .565, 1);
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-align: center !important;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px)
}

.sign-admin-cb__admin-name {
  color: #0995c6;
}

.sign-admin-cb__subtitle-wrap {
  overflow: hidden;
  margin-top: 14px;
}

.sign-admin-cb__subtitle {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 350ms cubic-bezier(.39, .575, .565, 1);
  -o-transition: all 350ms cubic-bezier(.39, .575, .565, 1);
  transition: all 350ms cubic-bezier(.39, .575, .565, 1);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin-top: 7px;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px)
}

.is-out {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

@media screen and (max-width: 767px) {
  .sign-admin-cb__logo-wrap {
    margin-bottom: 20px;
  }

  .sign-admin-cb__logo-img {
    margin-bottom: 34px;
  }

  .sign-admin-cb {
    padding-bottom: 34px;
  }
}

@media screen and (max-width: 479px) {
  .sign-admin-cb__logo-img {
    position: static;
  }

  .sign-admin-cb__heading {
    max-width: 300px;
    line-height: 42px;
  }
}

/*
Baloons
*/

.baloon-container__wiggle {
  position: relative;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.sign-admin__baloons-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 13;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.baloon-container {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: translate(0px, 400px);
  -ms-transform: translate(0px, 400px);
  transform: translate(0px, 400px);
}

.sign-admin__baloon-img {
  width: 8vw;
}

.sign-admin__baloon-img._13vw {
  width: 13vw;
}

.sign-admin__baloon-img._9vw {
  width: 9vw;
}

.sign-admin__baloon-img._7vw {
  width: 7vw;
}

.sign-admin__baloon-img._11vw {
  width: 11vw;
}

.sign-admin__baloon-img._12vw {
  width: 12vw;
}

.baloon_1 {
  -webkit-transform: translate(0px, -90vh);
  -ms-transform: translate(0px, -90vh);
  transform: translate(0px, -90vh);
  -webkit-transition: all 4000ms cubic-bezier(.39, .575, .565, 1);
  transition: all 4000ms cubic-bezier(.39, .575, .565, 1);
}

.baloon_2 {
  -webkit-transform: translate(0px, -88vh);
  -ms-transform: translate(0px, -88vh);
  transform: translate(0px, -88vh);
  -webkit-transition: all 4000ms cubic-bezier(.39, .575, .565, 1);
  transition: all 4000ms cubic-bezier(.39, .575, .565, 1);
}

.baloon_3 {
  -webkit-transform: translate(0px, -92vh);
  -ms-transform: translate(0px, -92vh);
  transform: translate(0px, -92vh);
  -webkit-transition: all 4000ms cubic-bezier(.39, .575, .565, 1);
  transition: all 4000ms cubic-bezier(.39, .575, .565, 1);
}

.baloon_4 {
  -webkit-transform: translate(0px, -91vh);
  -ms-transform: translate(0px, -91vh);
  transform: translate(0px, -91vh);
  -webkit-transition: all 4000ms cubic-bezier(.39, .575, .565, 1);
  transition: all 4000ms cubic-bezier(.39, .575, .565, 1);
}

.baloon_5 {
  -webkit-transform: translate(0px, -94vh);
  -ms-transform: translate(0px, -94vh);
  transform: translate(0px, -94vh);
  -webkit-transition: all 4000ms cubic-bezier(.39, .575, .565, 1);
  transition: all 4000ms cubic-bezier(.39, .575, .565, 1);
}

.baloon_6 {
  -webkit-transform: translate(0px, -84vh);
  -ms-transform: translate(0px, -84vh);
  transform: translate(0px, -84vh);
  -webkit-transition: all 4000ms cubic-bezier(.39, .575, .565, 1);
  transition: all 4000ms cubic-bezier(.39, .575, .565, 1);
}

.baloon-container.cont-m11 {
  top: 62px;
}

.baloon-container.cont-m3 {
  bottom: -66px;
}

.baloon-container.cont-m12 {
  bottom: 67px;
  margin-left: -68px;
}

.baloon-container.cont-m2 {
  left: -6px;
  bottom: -17px;
}

.baloon-container.cont-m1 {
  left: 27px;
  bottom: 27px;
  z-index: 1;
  margin-right: -15px;
}

.baloon-container.cont-m5 {
  left: 5px;
  top: -63px;
  margin-left: -39px;
}

.baloon-container.cont-m9 {
  bottom: -53px;
  margin-right: -54px;
}

.baloon-container.cont-m4 {
  left: -2vw;
  top: -7px;
}

.baloon-container.cont-m10 {
  bottom: 42px;
  margin-right: -45px;
}

.baloon-container.cont-m8 {
  top: -44px;
  margin-right: -53px;
}

.baloon-container.cont-m7 {
  margin-bottom: -71px;
  margin-left: -38px;
}

.baloon-container.cont-m6 {
  left: -45px;
  bottom: -26px;
}

@media screen and (max-width: 991px) {
  .baloon-container {
    -webkit-transform: translate(0px, 262px);
    -ms-transform: translate(0px, 262px);
    transform: translate(0px, 262px);
  }

  .sign-admin__baloon-img {
    width: 16vw;
  }

  .sign-admin__baloon-img._13vw {
    width: 20vw;
  }

  .sign-admin__baloon-img._9vw {
    width: 14vw;
  }

  .sign-admin__baloon-img._7vw {
    width: 12vw;
  }

  .sign-admin__baloon-img._11vw {
    width: 13vw;
  }

  .sign-admin__baloon-img._12vw {
    width: 18vw;
  }


  .baloon-container.cont-m3 {
    margin-right: -10vw;
  }

  .baloon-container.cont-m8 {
    margin-right: 0px;
    margin-left: -8vw;
  }
}

@media screen and (max-width: 767px) {
  .baloon-container {
    -webkit-transform: translate(0px, 271px);
    -ms-transform: translate(0px, 271px);
    transform: translate(0px, 271px);
  }

  .sign-admin__baloon-img._13vw {
    width: 23vw;
  }

  .sign-admin__baloon-img._9vw {
    width: 22vw;
  }

  .sign-admin__baloon-img._12vw {
    width: 23vw;
  }

  .baloon-container.cont-m3 {
    margin-left: -10vw;
  }

  .baloon-container.cont-m8 {
    margin-right: -10vw;
  }

  .baloon-container.cont-m7 {
    margin-left: -10vw;
  }
}

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

  .baloon-container {
    -webkit-transform: translate(0px, 243px);
    -ms-transform: translate(0px, 243px);
    transform: translate(0px, 243px);
  }

  .sign-admin__baloon-img {
    width: 20vw;
  }

  .sign-admin__baloon-img._13vw {
    width: 31vw;
  }

  .sign-admin__baloon-img._9vw {
    width: 32vw;
  }

  .sign-admin__baloon-img._7vw {
    width: 24vw;
  }

  .sign-admin__baloon-img._11vw {
    width: 23vw;
  }

  .sign-admin__baloon-img._12vw {
    width: 20vw;
  }

  .baloon-container.cont-m3 {
    margin-right: -25vw;
  }

  .baloon-container.cont-m1 {
    margin-right: -8vw;
  }

  .baloon-container.cont-m9 {
    margin-left: -20vw;
  }

  .baloon-container.cont-m10 {
    bottom: -54px;
  }

  .baloon-container.cont-m8 {
    top: 61px;
  }

  .baloon-container.cont-m6 {
    margin-right: -20vw;
  }

  .baloon_1 {
    -webkit-transform: translate(0px, -85vh);
    -ms-transform: translate(0px, -85vh);
    transform: translate(0px, -85vh);
  }

  .baloon_2 {
    -webkit-transform: translate(0px, -89vh);
    -ms-transform: translate(0px, -89vh);
    transform: translate(0px, -89vh);
  }

  .baloon_3 {
    -webkit-transform: translate(0px, -82vh);
    -ms-transform: translate(0px, -82vh);
    transform: translate(0px, -82vh);
  }

  .baloon_4 {
    -webkit-transform: translate(0px, -88vh);
    -ms-transform: translate(0px, -88vh);
    transform: translate(0px, -88vh);
  }

  .baloon_5 {
    -webkit-transform: translate(0px, -84vh);
    -ms-transform: translate(0px, -84vh);
    transform: translate(0px, -84vh);
  }

  .baloon_6 {
    -webkit-transform: translate(0px, -83vh);
    -ms-transform: translate(0px, -83vh);
    transform: translate(0px, -83vh);
  }

  .baloon_7 {
    -webkit-transform: translate(0px, -80vh);
    -ms-transform: translate(0px, -80vh);
    transform: translate(0px, -80vh);
  }

}

.wiggle_1 {
  animation: wiggle_1 8s linear infinite;
}

@keyframes wiggle_1 {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-12deg);
  }

  30% {
    transform: rotate(-13deg);
  }

  75% {
    transform: rotate(14deg);
  }

  80% {
    transform: rotate(15deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.wiggle_2 {
  animation: wiggle_2 10s linear infinite;
}

@keyframes wiggle_2 {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(15deg);
  }

  32% {
    transform: rotate(17deg);
  }

  72% {
    transform: rotate(-12deg);
  }

  84% {
    transform: rotate(-15deg);
  }

  100% {
    transform: rotate(0deg);
  }
}


.wiggle_3 {
  animation: wiggle_3 11s linear infinite;
}

@keyframes wiggle_3 {
  0% {
    transform: rotate(0deg);
  }

  28% {
    transform: rotate(-18deg);
  }

  36% {
    transform: rotate(-22deg);
  }

  78% {
    transform: rotate(11deg);
  }

  84% {
    transform: rotate(13deg);
  }

  100% {
    transform: rotate(0deg);
  }
}


.wiggle_4 {
  animation: wiggle_4 10s linear infinite;
}

@keyframes wiggle_4 {
  0% {
    transform: rotate(-7deg);
  }

  34% {
    transform: rotate(16deg);
  }

  39% {
    transform: rotate(18deg);
  }

  78% {
    transform: rotate(-11deg);
  }

  87% {
    transform: rotate(-14deg);
  }

  100% {
    transform: rotate(-7deg);
  }
}

.wiggle_5 {
  animation: wiggle_5 13s linear infinite;
}

@keyframes wiggle_5 {
  0% {
    transform: rotate(3deg);
  }

  34% {
    transform: rotate(18deg);
  }

  39% {
    transform: rotate(20deg);
  }

  80% {
    transform: rotate(-11deg);
  }

  84% {
    transform: rotate(-12deg);
  }

  100% {
    transform: rotate(3deg);
  }
}

.wiggle_6 {
  animation: wiggle_6 11s linear infinite;
}

@keyframes wiggle_6 {
  0% {
    transform: rotate(0deg);
  }

  34% {
    transform: rotate(-13deg);
  }

  39% {
    transform: rotate(-15deg);
  }

  80% {
    transform: rotate(17deg);
  }

  84% {
    transform: rotate(18deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.wiggle_7 {
  animation: wiggle_7 9s linear infinite;
}

@keyframes wiggle_7 {
  0% {
    transform: rotate(-12deg);
  }

  28% {
    transform: rotate(20deg);
  }

  30% {
    transform: rotate(22deg);
  }

  74% {
    transform: rotate(-8deg);
  }

  100% {
    transform: rotate(-12deg);
  }
}

.wiggle_8 {
  animation: wiggle_8 13s linear infinite;
}

@keyframes wiggle_8 {
  0% {
    transform: rotate(0deg);
  }

  34% {
    transform: rotate(-12deg);
  }

  39% {
    transform: rotate(-14deg);
  }

  80% {
    transform: rotate(15deg);
  }

  84% {
    transform: rotate(17deg);
  }

  100% {
    transform: rotate(0deg);
  }
}


.parsley-required{
  color: #ca0a46;
  pointer-events: none !important;
}
.parsley-type{
  color: #ca0a46;
  pointer-events: none !important;
}

.sign-modal__main-btn.is-successful {
  border-color: #09ad8d;
  color: #018d71 !important;
  background-color: rgba(2, 192, 154, 0.16);
  pointer-events: none !important;
}

.sign-modal__main-btn.is-failed {
  border-color: #dc0e30;
  color: #ca0a46 !important;
  background-color: rgba(192, 2, 36, 0.16);
  pointer-events: none !important;
  padding:3px;
}




.size_available{
  background-color: #21bb713d;
}

.affirm_advert{
  padding:0px !important;
  border:none !important;
  pointer-events: none !important;
}


.ib-menu__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 14px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.ib-menu__close-icon {
  position: absolute;
  right: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;

}

.ib-menu__categories a {
  position: relative;
  margin-bottom: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e7ed;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
}

.ib-menu__categories a:hover {
  border-color: #0995c6;
}

.ib-menu__logo-link {
  height: 100%;
}

.ib-menu__link-name {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  font-size: 13px !important;
  font-weight: 500 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ib-menu__categories {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ib-menu__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ib-menu__logo-img {
  height: 100%;
}

.ib-menu__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ib-menu__link-img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}


/* new menu again */
.mob-menu {
  z-index: 10000;
  display: none;
  letter-spacing: .15px;
  padding-right: 20px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mob-menu a:hover {
  color: unset;
}

.mob-menu__mega-link {
  cursor: pointer;
  border-top: 1px solid #e9e9e9;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.mob-menu__nav-item-count {
  color: rgba(23, 28, 41, .6);
  margin-left: 6px;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  right: 20px;
}

.mob-menu__over-content {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  transition: all .39s cubic-bezier(.39, .575, .565, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(100%);
}

.mob-menu__close-btn {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.mob-menu__close-btn svg {
  width: 12px !important;
  height: 12px !important;
}

.mob-menu__container {
  z-index: 2;
  width: calc(100% - 42px);
  max-width: 479px;
  background-color: #fff;
  transition: all .39s cubic-bezier(.39, .575, .565, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  transform: translateX(-100%);
}

.mob-menu__icon {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  width: 12px !important;
  height: 12px !important;
}

.mob-menu__sub-nav-item {
  grid-row-gap: 8px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mob-menu__sub-nav-item svg {
  width: 18px;
  height: 18px;
  margin-top: -1px;
  cursor: pointer;
  margin-right: 8px;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
}

.mob-menu__sub-nav-item img {
  width: 18px;
  height: 18px;
  margin-top: -1px;
  margin-right: 8px;
}

.mob-menu__over-heading {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px !important;
}

.mob-menu__cart-count {
  letter-spacing: 2px;
  margin-left: 4px;
  font-weight: 500;
}

.mob-menu__sub-nav {
  flex: 1;
  padding: 0;
}

.mob-menu__scroll-content {
  width: 100%;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
}

.mob-menu__scroll-content::-webkit-scrollbar {
  display: none;
}

.mob-menu__step-spot {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.mob-menu__diamonds-wrapper {
  padding-bottom: 38px;
  padding-left: 20px;
  padding-right: 20px;
}

.mob-menu__nav-item {
  cursor: pointer;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mob-menu__nav-item.mob-menu__nav-item_bold {
  background-image: linear-gradient(69deg, #f7f7f7, #fff);
  font-weight: 600;
}

.mob-menu__nav-item.nav-item__sale {
  color: #0095c6;
  background-image: none;
  font-weight: 500;
}

.mob-menu__nav-list {
  background-color: #fff;
  padding-bottom: 28px;
  position: relative;
}

.mob-menu__spot-link {
  color: #fff;
  cursor: pointer;
  background-color: #0095c6;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.mob-menu__spot-link:hover {
  color: #ffffff !important;
}

.mob-menu__diamonds-title {
  text-align: center;
  margin-bottom: 18px;
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
}

.mob-menu__mega-link-heading  {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.mob-menu__mega-link-subheading {
  color: rgba(23, 28, 41, .65);
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 400;
}

.mob-menu__header {
  z-index: 3;
  background-color: #fff;
  border-bottom: 1px #eceff1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.mob-menu__nav-step {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 48px;
  display: flex;
  background-image: url(../img/mobile-menu/menu__step-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

.mob-menu__nav-step svg {
  width: 12px !important;
  height: 12px !important;
}

.mob-menu__main-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: none;
  flex-direction: column;
  flex: 1;
  transition: all .39s cubic-bezier(.39, .575, .565, 1);
}

.mob-menu__logo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  padding: 20px;
}

.mob-menu__logo img {
  width: 140px;
}

.mob-menu__mega-title {
  flex-direction: column;
  align-items: flex-start;
  line-height: 24px;
  display: flex;
}

.mob-menu__mega-title span {
  color: rgba(23, 28, 41, .6);
  font-size: 13px;
  font-weight: 400;
}

.mob-menu__wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.mob-menu__nav-item a {
  flex: 1;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.mob-menu__step-block {
  padding-bottom: 42px;
}

.mob-menu__diamonds-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mob-menu__diamonds-grid a {
  max-width: 260px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.mob-menu__sub-nav-list {
  padding-top: 16px;
  padding-bottom: 16px;
}

.mob-menu__step-back {
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.mob-menu__step-back svg {
  width: 25px !important;
  height: 25px !important;
}

.mob-menu__backdrop {
  z-index: 1;
  opacity: 0;
  background-color: rgba(12, 17, 26, .7);
  transition: all .39s cubic-bezier(.39, .575, .565, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mob-menu__mega-spot-content {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 13px 64px 13px 20px;
  display: flex;
  background-image: url(../img/mobile-menu/menu__step-next.svg);
  background-size: 20px 20px;
  background-position: bottom 50% right 20px;
  background-repeat: no-repeat;
}

.mob-menu__mega-spot {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.mob-menu__mega-spot img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #f9f9f9;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: block;
  transform: rotate(0);
}

.mob-menu__mega-spot-content svg {
  width: 20px !important;
  height: 20px !important;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  display: flex;
}

.mob-menu__step-content {
  position: relative;
}


/* ST VALENTINE HEADER */
.vday__hor-tape {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid #d1f4ff;
  border-bottom: 1px solid #d1f4ff;
  background-color: #c0f0ff;
}

.sub-heart1 {
  position: absolute;
  left: 0%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.vday-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 390px;
  height: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vday__ambient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  width: 100%;
  height: 100%;
}

.vday-pay__txt-span {
  display: none;
}

.vday-center__hor-shadow {
  position: absolute;
  z-index: 1;
  width: 140%;
  height: 20%;
  border-radius: 50%;
  background-color: #7ce1ff;
  opacity: 0.67;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}


.vday-tape {
  animation: bannerTape 60s linear infinite;
}

@keyframes bannerTape {
  0% {
    transform: translateX(0%)
  }

  100% {
    transform: translateX(100%)
  }
}

.anim_beat {
  animation: heartBeat 4s ease-in-out infinite;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  15% {
    transform: scale(1.04);
  }

  30% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.04);
  }

  60% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.04);
  }

  100% {
    transform: scale(1);
  }
}

.vday__heart-shadow {
  animation: heartSh 4s ease-in-out infinite;
}

@keyframes heartSh {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }

  15% {
    transform: scale(0.92);
    opacity: 0.15;
  }

  30% {
    transform: scale(1);
    opacity: 0.4;
  }

  45% {
    transform: scale(0.92);
    opacity: 0.15;
  }

  60% {
    transform: scale(1);
    opacity: 0.4;
  }

  75% {
    transform: scale(0.92);
    opacity: 0.15;
  }

  100% {
    transform: scale(1);
    opacity: 0.4;
  }
}

#vday-ambient {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.sub-heart1 {
  animation: sub1 2.6s ease-in-out infinite;
}

@keyframes sub1 {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  42% {
    transform: translateY(-18px) rotate(-10deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

.sub-heart2 {
  animation: sub2 2.2s ease-in-out infinite;
}

@keyframes sub2 {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  42% {
    transform: translateY(-11px) rotate(8deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

.no-touch {
  pointer-events: none;
}

.vday-heart__shadow {
  animation: beatShadow 4s ease-in-out infinite;
}

@keyframes beatShadow {
  0% {
    transform: scale(1);
    opacity: .30;
  }

  15% {
    transform: scale(.85);
    opacity: .10;
  }

  30% {
    transform: scale(1);
    opacity: .30;
  }

  45% {
    transform: scale(.85);
    opacity: .10;
  }

  60% {
    transform: scale(1);
    opacity: .30;
  }

  75% {
    transform: scale(.85);
    opacity: .10;
  }

  100% {
    transform: scale(1);
    opacity: .30;
  }
}

.vday-pay {
  position: absolute;
  bottom: 0px;
  z-index: 3;
  margin-bottom: 20px;
}

.vday-pay__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d7f5ff;
  background-color: rgba(169, 232, 251, 0.59);
  box-shadow: 0 28px 38px 0 rgba(90, 217, 255, 0.56);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.vday__main-banner {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 450px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #a0ecff 17%, #59cdf5);
}

.sub-heart2__img {
  width: 86px;
}

.vday__ver-tape {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid #d1f4ff;
  border-bottom: 1px solid #d1f4ff;
  background-color: #c0f0ff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.vday__heart-shadow {
  position: absolute;
  bottom: -15.875px;
  z-index: 1;
  width: 60%;
  height: 80%;
  border-radius: 50%;
  background-color: rgba(39, 49, 77, 0.7);
  opacity: 0.42;
  -webkit-filter: blur(30px);
  filter: blur(30px);
}

.vday-tape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.vday-pay__grid {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  padding: 6px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-right: 1px solid #d7f5ff;
  border-left: 1px solid #d7f5ff;
  border-radius: 0rem;
  background-color: rgba(235, 250, 255, 0.36);
}

.vday__heart-container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 81%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vday__content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vday__ambient-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
}

.vday-center__sub-hearts {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
}

.vday__bottom-heart {
  position: absolute;
  left: 46%;
  top: auto;
  bottom: -15%;
  z-index: 8;
  width: 110px;
  opacity: 1;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.vday-center__main {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vday-pay__pay-img {
  position: relative;
  width: 90px;
}

.vday-pay__pay-img.vday-img_bigger {
  width: 90px;
}

.vday-center__main-heart {
  position: relative;
  z-index: 2;
  height: 100%;
  -webkit-filter: saturate(96%) hue-rotate(357deg);
  filter: saturate(96%) hue-rotate(357deg);
}

.sub-heart2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.vday-pay__txt {
  width: 100px;
  margin-right: 14px;
  margin-left: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #0c556d;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.vday-pay__txt.for-now {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.pay-link {
  position: relative;
  -webkit-transition: all 250ms cubic-bezier(.39, .575, .565, 1);
  transition: all 250ms cubic-bezier(.39, .575, .565, 1);
}

.sub-heart1__img {
  width: 70px;
}

.vday__tapes {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vday-center__ver-shadow {
  position: absolute;
  z-index: 1;
  width: 20%;
  height: 80%;
  border-radius: 50%;
  background-color: #7ce1ff;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.vday__texture-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('./img/vday-texture.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
  mix-blend-mode: screen;
}

.vday-center__main-info {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vday-tape>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.vday-tape>div>img {
  width: 20px;
  margin-right: 16px;
  margin-left: 16px;
}

.vday-tape>div>span {
  color: #69bcd4 !important;
  font-weight: 600 !important;
}

.vday-center__back-heart {
  position: absolute;
  left: 0%;
  top: -20px;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 90px;
  opacity: 0.88;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.vday-center__blur-heart {
  position: absolute;
  top: -109px;
  right: 18px;
  z-index: 2;
  width: 150px;
  opacity: 0.71;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
}

@media screen and (max-width: 479px) {
  .vday-center {
    width: unset;
  }
  .vday-pay__txt-span {
    display: inline;
  }

  .vday-center__hor-shadow {
    width: 110%;
    height: 14%;
    opacity: 1;
  }

  .vday-pay__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vday__main-banner {
    height: 510px;
  }

  .sub-heart2__img {
    width: 70px;
  }

  .vday__ver-tape {
    width: 100vh;
  }

  .vday__heart-shadow {
    height: 110%;
    background-color: rgba(23, 28, 41, 0.5);
  }

  .vday__heart-container {
    width: 100%;
    height: auto;
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
  }

  .vday__content {
    padding: 20px 38px;
  }

  .vday__ambient-bg {
    display: block;
  }

  .vday__bottom-heart {
    left: 52%;
    bottom: 20%;
    width: 90px;
  }

  .vday-pay__pay-img.vday-img_bigger {
    width: 80px;
  }

  .vday-center__main-heart {
    height: auto;
  }

  .sub-heart2 {
    right: -10px;
    bottom: 18px;
  }

  .vday-pay__txt {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .vday-pay__txt.for-now {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .vday-pay__txt.for-later {
    display: none;
  }

  .sub-heart1__img {
    width: 60px;
  }

  .vday-center__ver-shadow {
    opacity: 0.7;
  }

  .vday-center__main-info {
    padding-top: 26px;
  }

  .vday-center__back-heart {
    top: 38px;
    right: 9px;
    width: 100px;
  }

  .vday-center__blur-heart {
    top: -66px;
    right: -33px;
    width: 125px;
  }
}

/* Vday product tag */
.vday-tag {
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: 3;
}

.vday-tag>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vday-tag img {
  width: 60px;
  -webkit-filter: hue-rotate(6deg);
  filter: hue-rotate(6deg);
}

@media screen and (max-width: 479px) {
  .vday-tag img {
    width: 56px;
  }
}

/* Price styles */
.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-price span:first-child {
  font-size: 13px !important;
  font-weight: 500 !important;
  text-decoration: line-through;
}

.product-price span:last-child {
  font-size: 16px !important;
  color: #d44463 !important;
  font-weight: 700 !important;
  margin-left: 4px;
  text-decoration: none !important;
}


/* Hearts particles */
.vday-card .product-name>.particle {
  opacity: 0;
  position: absolute;
  background-color: #F8B7C5;
  -webkit-animation: particleHearts 3s ease-in infinite;
  animation: particleHearts 3s ease-in infinite;
}

.vday-card .product-name>.particle:before,
.vday-card .product-name>.particle:after {
  position: absolute;
  content: "";
  border-radius: 100px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #F8B7C5;
}

.vday-card .product-name>.particle:before {
  transform: translateX(-50%);
}

.vday-card .product-name>.particle:after {
  transform: translateY(-50%);
}

@-webkit-keyframes particleHearts {
  0% {
    opacity: 0;
    transform: translate(0, 0%) rotate(45deg);
  }

  20% {
    opacity: 0.8;
    transform: translate(0, -20%) rotate(45deg);
  }

  100% {
    opacity: 0;
    transform: translate(0, -1000%) rotate(45deg);
  }
}

@keyframes particleHearts {
  0% {
    opacity: 0;
    transform: translate(0, 0%) rotate(45deg);
  }

  20% {
    opacity: 0.8;
    transform: translate(0, -20%) rotate(45deg);
  }

  100% {
    opacity: 0;
    transform: translate(0, -1000%) rotate(45deg);
  }
}

.option_price{
  color: #21a3d9;
  font-weight: 600;
}

.btn-primary{
  background:#4aabda;
}

.btn-primary:hover{
  background:#0995c6;
}

.legal__items-wrap {
  font-size: 14px;
}
.legal__item-title {
  font-weight: 500 !important;
}
.sub-page__subtitle {
  font-size: 14px !important;
}
@media screen and (max-width: 479px) {
  .legal__side-title {
    text-align: center !important;
  }
  .legal__btn-group.for_terms {
    max-height: unset;
  }
}


.options-block_case {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media screen and (max-width: 991px) {
  .options-block_case {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 620px) {
  .options-block_case {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.option-btn__img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.option-current span {
  font-weight: 400 !important;
}

.option-btn.active {
  border: 1px solid #0fa4d9 !important;
  background-color: rgba(186, 224, 237, 0.15) !important;
}

.option-btn:active {
  box-shadow: none;
  transform: scale(.98);
}

.option-btn .clickCircle {
  background: rgba(255, 255, 255, 1);
}

.option-btn .clickCircle.animate {
  -webkit-animation: clickEffect 0.4s linear;
  animation: clickEffect 0.4s linear;
}

.clickCircle {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.506);
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.clickCircle.animate {
  -webkit-animation: clickEffect 0.3s linear;
  animation: clickEffect 0.3s linear;
}

@-webkit-keyframes clickEffect {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}

@keyframes clickEffect {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}


.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


/*Tippy styles*/
.tippy-box[data-theme~="ib_options"] {
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#0995c6), to(#20baf0));
  background-image: linear-gradient(180deg, #0995c6, #20baf0); */
  background-color: #1ca5d7;
  color: white;
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  padding: 0px 8px;
  border-radius: 6px;
}

.tippy-box[data-theme~="ib_options"][data-placement^="top"]>.tippy-arrow::before {
  border-top-color: #1ca5d7;

}

.tippy-box[data-theme~="ib_options"][data-placement^="bottom"]>.tippy-arrow::before {
  border-bottom-color: #1ca5d7;
}

.tippy-box[data-theme~="ib_options"][data-placement^="left"]>.tippy-arrow::before {
  border-left-color: #1ca5d7;
}

.tippy-box[data-theme~="ib_options"][data-placement^="right"]>.tippy-arrow::before {
  border-right-color: #1ca5d7;
}

.tippy-box[data-theme~="ib_tippy_mark"] {
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#0995c6), to(#20baf0));
  background-image: linear-gradient(180deg, #0995c6, #20baf0); */
  background-color: #171c29;
  color: white;
  font-size: 13px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  padding: 5px 12px !important;
  border-radius: 9px;
}

.tippy-box[data-theme~="ib_tippy_mark"][data-placement^="top"]>.tippy-arrow::before {
  border-top-color: #171c29;

}

.tippy-box[data-theme~="ib_tippy_mark"][data-placement^="bottom"]>.tippy-arrow::before {
  border-bottom-color: #171c29;
}

.tippy-box[data-theme~="ib_tippy_mark"][data-placement^="left"]>.tippy-arrow::before {
  border-left-color: #171c29;
}

.tippy-box[data-theme~="ib_tippy_mark"][data-placement^="right"]>.tippy-arrow::before {
  border-right-color: #171c29;
}


.item-option__mark {
  width: 20px;
  height: 20px;
  opacity: .3;
  color: rgba(23, 28, 41, 0);
  cursor: pointer;
  background-image: url('../new/img/question-mark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  justify-content: center;
  align-items: center;
  margin-top: -3px;
  margin-left: 2px;
  transition: all .2s;
  display: flex;
  position: relative;
}




/* MINI CART */

/* MINI CART */
.mini-cart-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 540px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: -4px 0 6px 0 rgba(23, 28, 41, 0.05);
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  -webkit-transition: all 350ms cubic-bezier(.39, .575, .565, 1);
  transition: all 350ms cubic-bezier(.39, .575, .565, 1);
}

.mini-cart-container.is-visible {
  -webkit-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}

.cart-item-v4__price-wrap {
  position: relative;
}

.cart-item-v4 {
  transition: all 350ms ease;
}

.cart-item-v4__body {
  margin-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mini-cart__backdrop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(23, 28, 41, 0.5);
  display: none;
  -webkit-transition: all 350ms cubic-bezier(.39, .575, .565, 1);
  transition: all 350ms cubic-bezier(.39, .575, .565, 1);
}

.mini-cart__backdrop.is-visible {
  display: block;
}

.mini-cart__main-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 14px !important;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0995c6;
  background-color: #0995c6;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  color: #fff;
  font-weight: 600;
}

.mini-cart__main-btn:hover {
  border-color: #15a7da;
  background-color: #1ca6d8;
  color: #fff;
}

.mini-cart__main-btn .clickCircle.animate {
  -webkit-animation: clickEffect 0.6s linear;
  animation: clickEffect 0.6s linear;
}

.mini-cart__main-btn .clickCircle {
  background: rgba(255, 255, 255, 0.25);
}

.cart-notice-v4__typo {
  position: relative;
}

.cart-item-v4:last-child .cart-item-v4__wrapper {
  border: none;
}

.cart-item-v4__price {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}

.mini-cart__title {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.cart-notice-v4 {
  margin-top: 18px;
}

.cart-item-v4__details {
  margin-right: 8px;
  color: #737b86;
  font-size: 12px;
  font-weight: 500;
}

a.cart-item-v4__details {
  text-decoration: underline !important;
  font-weight: 500;
  margin-top: 3px !important;
}

.cart-item-v4__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-cart__list {
  padding-top: 18px;
  padding-bottom: 18px;
}

.cart-item-v4__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mini-cart__subinfo {
  margin-right: 20px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.mini-cart__footer {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f3f4f5;
}

.cart-item-v4__quantity-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 26px;
  height: 26px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #f3f4f5;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  cursor: pointer;
}

.cart-item-v4__quantity-btn:not(:disabled):hover,
.cart-item-v4__quantity-btn:not([disabled]):hover {
  background-color: #14a8db;
  color: #fff;
}

.cart-item-v4__quantity-btn:disabled,
.cart-item-v4__quantity-btn[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}

.mini-cart__subinfo span {
  opacity: 0.7;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

@media screen and (max-width: 479px) {
  .mini-cart__subinfo span {
    display: none;
  }
}

.mini-cart-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display:none;
}

.cart-item-v4__thumbnail-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 28%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: hsla(0, 0%, 97.7%, 0);
}

.mini-cart__total-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mini-cart__controls-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cart-notice-v4__typo_bold {
  color: #1086af;
  font-weight: 600;
}

.cart-item-v4__product {
  font-size: 14px;
  margin-right: 14px;
  line-height: 18px;
  font-weight: 500;
}

.mini-cart__header-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  padding-bottom: 28px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mini-cart-total {
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}

.cart-notice-v4__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  border-width: 1px;
  border-color: #0995c6;
  border-radius: 0px 1rem 1rem;
  background-color: rgba(78, 198, 240, 0.05);
  color: #2a7c99;
  font-size: 13px;
  font-weight: 500;
}

.mini-cart__body {
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart-item-v4__quantity-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-item-v4__flow-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart-item-v4__remove-btn {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #b2b7be;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-item-v4__remove-btn:hover {
  color: #171c29;
}

.mini-cart-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  cursor: pointer;
}

.mini-cart-close:hover {
  background-color: #e1e1e1;
}

.mini-cart__items-count {
  display: block;
  margin-top: 2px;
  color: #171c29;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
}

.mini-cart__items-count>span {
  font-weight: 600;
}

.mini-cart__header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f3f4f5;
}

.cart-item-v4__wrapper {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #edf1f5;
}

.cart-item-v4__multi-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 2px;
}

.cart-item-v4__product-quantity {
  padding-right: 16px;
  padding-left: 16px;
  font-size: 13px;
  font-weight: 600;
}

.cart-item-v4__thumbnail {
  width: 100%;
}

.cart-notice-v4__icon {
  width: 20px;
  height: 20px;
  margin-right: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #0995c6;
}

.bag_inner {
  padding-right: 46px;
  padding-left: 46px;
}

@media screen and (max-width: 991px) {
  .bag_inner {
    padding-right: 42px;
    padding-left: 42px;
  }
}

@media screen and (max-width: 479px) {
  .mini-cart-container {
    max-width: 94vw;
  }

  .mini-cart__backdrop {
    background-color: rgba(23, 28, 41, 0.74);
  }

  .cart-item-v4__details {
    color: #747f8b;
    font-weight: 400;
  }

  .cart-item-v4__footer {
    margin-top: 18px;
  }

  .cart-item-v4__thumbnail-wrap {
    width: 100px;
    max-width: none;
  }

  .mini-cart__header-details {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .cart-item-v4__flow-group {
    margin-bottom: 2px;
  }

  .cart-item-v4__product-quantity {
    padding-right: 12px;
    padding-left: 12px;
  }

  .cart-notice-v4__icon {
    display: none;
  }

  .bag_inner {
    padding-right: 26px;
    padding-left: 26px;
  }
}

/* NEW SEARCH DROPDOWN */
.header-nav-wrapper {
  position: relative;
}

.header-search {
  position: absolute;
  display: none;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 18px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edeff1;
  /* box-shadow: 0 6px 15px 0 rgba(23, 28, 41, 0.06); */
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: all 350ms cubic-bezier(.39, .575, .565, 1);
  transition: all 350ms cubic-bezier(.39, .575, .565, 1);
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}

.header-search.is-visible {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.header-search__form-wrap {
  width: 100%;
  max-width: 560px;
  margin-bottom: 0px;
}

.header-search__input-wrap {
  position: relative;
}

.header-search__input {
  width: 100%;
  height: 46px;
  margin-bottom: 0px;
  padding-left: 46px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 149, 198, 0);
  border-radius: 7px;
  font-size: 14px;
}

.header-search__input:focus {
  border-color: rgba(9, 149, 198, 0);
}

.header-search__input::-webkit-input-placeholder {
  color: #787a7c;
  font-size: 14px;
}

.header-search__input:-ms-input-placeholder {
  color: #787a7c;
  font-size: 14px;
}

.header-search__input::-ms-input-placeholder {
  color: #787a7c;
  font-size: 14px;
}

.header-search__input::placeholder {
  color: #787a7c;
  font-size: 14px;
}

.header-search__input:focus::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #787a7c !important;
}

.header-search__input:focus:-ms-input-placeholder {
  opacity: 1 !important;
  color: #787a7c !important;
}

.header-search__input:focus::-ms-input-placeholder {
  opacity: 1 !important;
  color: #787a7c !important;
}

.header-search__input:focus::placeholder {
  opacity: 1 !important;
  color: #787a7c !important;
}

.header-search__submit {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f1;
  border-radius: 4px;
  background-color: #eff0f1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
  font-weight: 500;
}

.header-search__submit:hover {
  border-color: #1fa8d8;
  background-color: #1fa8d8;
  color: #fff;
}

.header-search__span-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search__span-icon svg {
  width: 17px !important;
}

.header-search__span-icon svg * {
  stroke-width: 1.5px !important;
  stroke: #171c29;
}

.ib-backdrop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(23, 28, 41, 0.25);
  transition: all 300ms cubic-bezier(.39, .575, .565, 1);
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .header-search {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-search.is-hidden {
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .header-search {
    padding-right: 28px;
    padding-left: 28px;
  }
}

@media screen and (max-width: 479px) {
  .header-search {
    padding-right: 18px;
    padding-left: 18px;
  }
}


/* Affirm footer */
.footer-affirm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-affirm__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.footer-affirm__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #484af7;
}

.footer-affirm__side img {
  width: 60px;
}

.footer-affirm__logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 62px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-affirt__disclosure {
  padding: 6px 20px;
  border: 1.5px solid #484af7;
}

.footer-affirt__disclosure>div {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  font-weight: 500;
}

.footer-affirt__disclosure>div a {
  text-decoration: underline;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .footer-affirm__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-affirm__side {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media screen and (max-width: 479px) {
  .footer-affirt__disclosure {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/* Sirv container on hover*/
.product-picture_sirv {
  background-color: white;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  transform: scale(1.15);
  opacity: 0;
  transition: all 225ms cubic-bezier(.39, .575, .565, 1);
}

.product-picture_sirv.is-visible {
  transform: scale(1);
  opacity: 1;
}

.results__item-card>a {
  position: relative;
}

.blockUI.blockMsg.blockPage{
  background:#0797e2 !important;
  color:#fff !important;
  border:none !important;
  padding:20px;
}

/* CUSTOM PAGE ADD */
.product__item-summary-wrap {
  line-height: 24px !important;
  margin-top: 16px !important;
  font-size: 14px !important;
}
.more-summary {
  padding-top: 8px;
}

/* STOCK PRODUCT PAGE BADGES */

.side-row__custom {
  margin-top: 32px;
}

.side-row__custom-line {
  margin-bottom: 4px;
}

.side-row__clear-btn {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 3px 12px 1px 12px;
  border-radius: 50rem;
  background-color: #e6e6e6;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.side-row__clear-btn:hover {
  background-color: #0995c6;
  color: #fff;
}

.custom-area_text {
  font-size: 14px !important;
  height: 86px;
  min-height: 86px !important;
  padding: 12px 14px 12px 14px;
  background-color: #f9f9f9;
  border: 1px solid #e1e2e6;
  width: 100%;
  transition: all 250ms cubic-bezier(.39, .575, .565, 1);
}

.custom-area_input {
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 600;
  height: 52px;
  background-color: #f9f9f9;
  border: 1px solid #e1e2e6;
  width: 100%;
  transition: all 250ms cubic-bezier(.39, .575, .565, 1);
  letter-spacing: 2px;
}

.custom-area_text:hover,
.custom-area_input:hover {
  border-color: #0995c6;
}

.custom-area_text:focus,
.custom-area_input:focus {
  border-color: #0995c6;
  background-color: white;
}

.custom-area_text:focus::placeholder,
.custom-area_input:focus::placeholder {
  color: #caccd1 !important;
  opacity: 1 !important;
}

.custom-area_text::placeholder,
.custom-area_input::placeholder {
  font-size: 14px !important;
  color: #85878e;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.product__item-availability .product__availability-info {
  color: #0ba876;
}

.product__item-availability-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__availability-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product__availability-info {
  margin-top: 2px;
  line-height: 20px;
}

.product__availability-date {
  display: inline;
  font-weight: 500;
  text-decoration: underline;
}

.product__item-availability.in_stock {
  background-color: rgba(47, 150, 133, 0.1);
}

.product__item-availability.out_stock {
  background-color: rgba(190, 107, 115, 0.1);
}

.product__item-availability.in_stock .product__availability-date {
  color: #2f776b;
}

.product__item-availability.out_stock .product__availability-date {
  color: #2b677c;
}

.product__item-availability.availability_order {
  color: #078bb9;
  background-color: rgba(9, 155, 206, .05);
}

.product__item-availability.availability_order .product__availability-info {
  color: #0995c6;
}
.product__availability-date {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.availability_order .product__availability-date {
  color: #2283a5;
  font-weight: 700;
}
.svgShipTrailer {
  animation: svgShipTrailer 0.8s cubic-bezier(.39, .575, .565, 1) infinite;
}

@keyframes svgShipTrailer {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-4.5%);
  }

  100% {
    transform: translateY(0%);
  }
}
.svgShipBody {
  animation: svgShipBody 0.8s cubic-bezier(.39, .575, .565, 1) infinite;
}

@keyframes svgShipBody {
  0% {
    transform: translateY(-3%);
  }

  50% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-3%);
  }
}
.svgShipRoad {
  animation: svgShipRoad 1s linear infinite;
}

@keyframes svgShipRoad {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}
.svgShipWheel {
  animation: svgShipWheel 0.45s linear infinite;
  transform-origin: center;
}

@keyframes svgShipWheel {
  0% {
    transform: rotate(0 108 153)
  }

  100% {
    transform: rotate(360 108 153)
  }
}

button.mini-cart-close svg {
  width: 14px !important;
  height: 14px !important;
}

.product__item-summary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
  font-size:14px;
}

.product__item-summary ul {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 12px;
  display: flex;
}

.product__item-summary > ul > li {
  list-style:unset !important;
}

.side-row__line > ul{
  list-style: disc !important;
  margin-left: 25px !important;
  margin-bottom: 15px !important;
}

.side-row__line > ul > li {
  list-style:unset !important;
}


@media screen and (max-width: 991px) {
  .splide .splide_arrow.splide_arrow--next {
    background-position: 88% 50% !important;
  }

  .iba-product .splide_arrow.splide_arrow--prev {
    background-position: 88% 50% !important;
  }
}

@media screen and (max-width: 600px) {
  .mobile-hidden {
    display: none;
  }
}

/* ALERT MESSAGA STYLES */

.btc-alert {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: block;
  width: 100vw;
  height: 100vh;
  padding-right: 20px;
  padding-left: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.btc-alert.visible {
  display: block;
}

.btc-alert__close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 4;
  display: flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btc-alert__container-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 34px 60px;
  flex-direction: column;
  align-items: center;
}

.btc-alert__heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 500;
}

.btc-alert__header {
  display: flex;
  margin-bottom: 14px;
  justify-content: center;
  align-items: center;
}

.btc-alert__main-spot {
  font-weight: 600;
  text-decoration: underline;
}

.btc-alert__svg-bg {
  position: absolute;
  top: -60px;
  right: -58px;
  width: 220px;
  height: 220px;
  opacity: 0.04;
  z-index: -1;
}

.btc-alert__main-img {
  width: 100px;
  margin-top: -3px;
  margin-left: 10px;
}

.btc-alert__container {
  position: relative;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 100%;
  opacity: 0;
  max-width: 510px;
  margin-right: auto;
  border-radius: 0px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: all 300ms cubic-bezier(.39, .575, .565, 1);
}

.btc-alert__main-typo {
  max-width: 360px;
  padding-left: 0px;
  line-height: 22px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.btc-alert__backdrop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 28, 37, 0.3);
  transition: all 300ms cubic-bezier(.39, .575, .565, 1);
  opacity: 0;
}

.btc-alert__btns-group {
  display: flex;
  margin-top: 14px;
  justify-content: center;
  align-items: center;
}

.btc-alert__main-btn {
  display: inline-block;
  margin-top: 0px;
  padding: 8px 60px;
  border: 1px solid #0095c6 !important;
  background-color: #0095c6;
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}

.btc-alert__main-btn:hover {
  background-color: rgba(9, 149, 198, 0);
  color: #0095c6;
  border: 1px solid #0095c6 !important;
}

@media screen and (max-width: 479px) {
  .btc-alert__container-wrapper {
    padding: 36px 24px;
  }

  .btc-alert__heading {
    font-size: 24px;
  }

  .btc-alert__svg-bg {
    top: -100px;
    right: -53px;
    display: none;
    width: 200px;
    height: 200px;
  }

  .btc-alert__main-img {
    width: 90px;
    margin-top: -2px;
    margin-left: 6px;
  }

  .btc-alert__container {
    width: auto;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .btc-alert__main-typo {
    max-width: none;
  }

  .btc-alert__btns-group {
    display: block;
  }

  .btc-alert__main-btn {
    width: 100%;
    text-align: center;
  }
}

/* Page alerts */
.page-alert span {
  color: inherit !important;
}

.page-alert__typo-wrap {
  position: relative;
}

.page-alert-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  min-height: 70px;
  padding: 10px 0px 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.page-alert-text {
  font-size: 14px;
  font-weight: 500;
}

.page-alert {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 450ms cubic-bezier(.39, .575, .565, 1);
  transition: all 450ms cubic-bezier(.39, .575, .565, 1);
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.page-alert.is-visible {
  opacity: 1;
  -webkit-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}

.page-alert__close-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 18px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.page-alert__close-icon {
  width: 14px;
  height: 14px;
}

.page-alert-spot {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 0px;
  padding: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
}

.page-alert__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 18px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-alert-icon {
  width: 24px;
  height: 24px;
}

.page-alert-backdrop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 48, 77, 0.35)), color-stop(50%, rgba(28, 38, 57, 0.1)), to(rgba(23, 28, 37, 0)));
  background-image: linear-gradient(180deg, rgba(33, 48, 77, 0.35), rgba(28, 38, 57, 0.1) 50%, rgba(23, 28, 37, 0));
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.page-alert-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-alert:not(.page-alert_backdrop) .page-alert-backdrop {
  display: none;
}

.page-alert .page-alert-icon {
  display: none;
}

.page-alert.page-alert:not(.page-alert_error):not(.page-alert_warning):not(.page-alert_info) .page-alert-icon.page-alert-icon_icebox {
  display: block !important;
}

.page-alert.page-alert_error .page-alert-icon.page-alert-icon_error {
  display: block !important;
}

.page-alert.page-alert_warning .page-alert-icon.page-alert-icon_warning {
  display: block !important;
}

.page-alert.page-alert_info .page-alert-icon.page-alert-icon_info {
  display: block !important;
}

/*Full width alert*/
.page-alert.page-alert_backdrop .page-alert-spot {
  background-color: #f7f7f7;
  color: #171c29;
}

.page-alert.page-alert_backdrop .page-alert-backdrop {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 48, 77, 0.35)), color-stop(50%, rgba(28, 38, 57, 0.1)), to(rgba(23, 28, 37, 0)));
  background-image: linear-gradient(180deg, rgba(33, 48, 77, 0.35), rgba(28, 38, 57, 0.1) 50%, rgba(23, 28, 37, 0));
}

.page-alert.page-alert_backdrop .page-alert-block {
  box-shadow: 0 0 38px 0 rgba(40, 45, 53, 0.15);
}

.page-alert.page-alert_backdrop.page-alert_error .page-alert-backdrop {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 10, 39, 0.68)), color-stop(39%, rgba(255, 22, 47, 0.3)), color-stop(62%, rgba(255, 7, 29, 0.09)), to(rgba(240, 53, 70, 0)));
  background-image: linear-gradient(180deg, rgba(255, 10, 39, 0.68), rgba(255, 22, 47, 0.3) 39%, rgba(255, 7, 29, 0.09) 62%, rgba(240, 53, 70, 0));
}

.page-alert.page-alert_backdrop.page-alert_error .page-alert-spot {
  color: rgb(233, 30, 53);
}

.page-alert.page-alert_backdrop.page-alert_warning .page-alert-backdrop {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 206, 31, 0.48)), color-stop(54%, rgba(255, 191, 0, 0.1)), to(rgba(255, 191, 0, 0)));
  background-image: linear-gradient(180deg, rgba(255, 206, 31, 0.48), rgba(255, 191, 0, 0.1) 54%, rgba(255, 191, 0, 0));
}

.page-alert.page-alert_backdrop.page-alert_warning .page-alert-spot {
  color: rgb(225, 163, 28);
}

.page-alert.page-alert_backdrop.page-alert_info .page-alert-backdrop {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 149, 198, 0.50)), color-stop(56%, rgba(9, 149, 198, 0.18)), to(rgba(9, 149, 198, 0)));
  background-image: linear-gradient(180deg, rgba(9, 149, 198, 0.50), rgba(9, 149, 198, 0.18) 56%, rgba(9, 149, 198, 0));
}

.page-alert.page-alert_backdrop.page-alert_info .page-alert-spot {
  color: #0995c6;
}


/*Minified alerts*/
.page-alert:not(.page-alert_backdrop) .page-alert-block {
  box-shadow: 0 18px 38px 0 rgba(40, 45, 53, 0.2);
  border-radius: 0px;
}

.page-alert:not(.page-alert_backdrop) .page-alert-spot {
  border-radius: 0px;
}

.page-alert:not(.page-alert_backdrop).page-alert_error .page-alert-block {
  background-color: #f03546;
  color: #ffffff;
  box-shadow: 0 18px 38px 0 rgba(240, 53, 69, 0.25);
}

.page-alert:not(.page-alert_backdrop).page-alert_error .page-alert-spot {
  background-color: #ffffff;
  color: #f03546;
}

.page-alert:not(.page-alert_backdrop).page-alert_warning .page-alert-block {
  background-color: #ffcd4d;
  color: #171c29;
  box-shadow: 0 18px 38px 0 rgba(255, 183, 0, 0.35);
}

.page-alert:not(.page-alert_backdrop).page-alert_warning .page-alert-spot {
  background-color: #ffffff;
  color: #d88c13;
}

.page-alert:not(.page-alert_backdrop).page-alert_info .page-alert-block {
  background-color: #0995c6;
  color: #ffffff;
  box-shadow: 0 18px 38px 0 rgba(9, 147, 198, 0.35);
}

.page-alert:not(.page-alert_backdrop).page-alert_info .page-alert-spot {
  background-color: #ffffff;
  color: #0995c6;
}

@media screen and (max-width: 767px) {
  .page-alert-block {
    max-width: 100%;
  }

  .page-alert__wrapper {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .page-alert__typo-wrap {
    width: 100%;
    line-height: 20px;
    text-align: center;
  }

  .page-alert-block {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .page-alert {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
  }

  .page-alert.is-visible {
    opacity: 1;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }

  .page-alert__close-btn {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: auto;
  }

  .page-alert-spot {
    margin-right: 0px;
    margin-bottom: 14px;
  }

  .page-alert-backdrop {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .page-alert-title {
    text-align: center;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.stroke-solid {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 4px;
  transition: stroke-dashoffset 1s ease,  opacity 1s ease;
}

.icon {
  transform: scale(0.8);
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out;

}

#play_icon:hover .stroke-solid {
  opacity: 1;
  stroke-dashoffset: 300;
}
#play_icon:hover .icon {
  transform: scale(0.9);
}

html {
  height: 100%;
  scroll-behavior: auto !important;
}

body {
  height: 100%;
  background-image: url("http://taylorswines.uat.playhousedigital.com/media/wysiwyg/TaylorsWines/Homepage/img_video.png");
}

#play_icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width:80px;
  max-height:80px;
  z-index:9999;
}


.results__empty-search {
  width: 100%;
  padding: 0 20px;
  display: none;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.results__empty-search dotlottie-player {
  margin-top: -40px;
  margin-bottom: -18px;
}

.results__empty-title {
  font-size: 22px;
  font-weight: 600;
}

.results__empty-text {
  color: rgba(23, 28, 41, 0.5);
  font-weight: 500;
  font-size: 14px;
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  .results__empty-search {
    margin-bottom: 48px;
  }

  .results__empty-search dotlottie-player {
    margin-top: -12px !important;
    height: 160px !important;
  }

  .results__empty-title {
    max-width: 260px;
  }
}

/* MAIL MODAL */
/* Mail modal */
.mail-modal__wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  pointer-events: none;
}

.mail-modal__backdrop {
  background-color: rgba(23, 28, 41, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  pointer-events: auto;
  transition: all 200ms ease;
  opacity: 0;
}

.mail-modal-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
  pointer-events: auto;
}

.mail-modal__label {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
}

.mail-modal__subtitle {
  max-width: 300px;
  text-align: center;
  margin-top: 2px;
  font-size: 14px;
}

.mail-modal__container {
  pointer-events: auto;
  width: 100%;
  max-height: 80vh;
  max-width: 500px;
  background-color: #fff;
  border-radius: 0;
  padding: 38px;
  position: relative;
  box-shadow: 0 6px 14px rgba(23, 28, 41, .05);
  transition: all 350ms ease;
  opacity: 0;
  transform: translateY(48px);
}

.mail-modal__controls-wrap {
  width: 100%;
  margin-top: 16px;
}

.mail-modal {
  display: none;
  z-index: 1200;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mail-modal__form-controls {
  margin-top: 18px;
  margin-bottom: 0;
  position: relative;
}

.mail-modal__form-submit {
  color: #fff;
  cursor: pointer;
  background-color: #0995c6;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
  width: 100%;
}

.mail-modal__form-submit:hover {
  background-color: #16a9dd;
}

.mail-modal__form-wrap {
  margin-bottom: 0;
}

.mail-modal__title {
  text-align: center;
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.mail-modal-close {
  z-index: 2;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  padding: 14px;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.mail-modal-close:hover {
  color: #171c25;
  background-color: #fff;
}

.mail-modal__input {
  width: 100%;
  height: 48px;
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  margin-bottom: 0;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
}

.mail-modal__input:hover {
  background-color: #fff;
  border-color: #0995c6;
}

.mail-modal__input:focus {
  background-color: rgba(9, 149, 198, .03);
  border-color: #0995c6;
  box-shadow: 0 0 0 3px rgba(9, 149, 198, .11);
}

.mail-modal__input::-ms-input-placeholder {
  color: #8f8f8f;
}

.mail-modal__input::placeholder {
  color: #8f8f8f;
}

@media screen and (max-width: 479px) {
  .mail-modal-close {
    background-color: #fff;
  }
}


.ib-productpage-product-more > .iba-product .splide__arrow{
  height:unset !important;
  width:unset !important;
}

/* WHATSAPP BUTTON */
@media only screen and (min-width: 960px) {
  .hidedesktop{display:none;}
}

.floating-chat {
  z-index: 30;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 26px;
  right: 26px;
}

.floating-chat__typo-wrap {
  box-shadow: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  right: 28%;
  transform: translate(-50%);
}

.floating-chat__typo-wrap:hover .floating-chat__typo {
  background-color: #40C04D;
  color: white;
  box-shadow: 0 0 28px rgba(6, 62, 117, .05);
}

.floating-chat__typo-wrap:hover .floating-chat__corner {
  background-color: #40C04D;
}

.floating-chat__typo {
  z-index: 2;
  white-space: nowrap;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px !important;
  border-radius: 8px;
  padding: 8px 16px;
  position: relative;
  box-shadow: 0 0 28px rgba(6, 62, 117, .15);
  transition: all .15s cubic-bezier(.39, .575, .565, 1);
}

.floating-chat__corner {
  z-index: 2;
  width: 12px;
  height: 12px;
  box-shadow: none;
  background-color: #fff;
  position: absolute;
  right: -6px;
  transform: rotate(45deg);
  transition: all .15s cubic-bezier(.39, .575, .565, 1);
}

.floating-chat__link {
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all .15s cubic-bezier(.39, .575, .565, 1);
}

.floating-chat__wa-img {
  z-index: 2;
  width: 56px;
  height: 56px;
  cursor: pointer;
  transition: all .15s cubic-bezier(.39, .575, .565, 1);
  position: relative;
}

.floating-chat__wa-img:hover {
  opacity: 1;
  transform: scale(1.08);
}

@media screen and (max-width: 991px) {
  .floating-chat {
    display: none;
  }
}

.side-row__line ul li span>a {
  font-weight: 500;
  text-decoration: underline !important;
}

.side-row__line ul li span {
  font-size: 14px !important;
}

/* BTC ALERt*/
.btc-alert {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: block;
  width: 100vw;
  height: 100vh;
  padding-right: 20px;
  padding-left: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.btc-alert.visible {
  display: block;
}

.btc-alert__close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 4;
  display: flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btc-alert__container-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 34px 60px;
  flex-direction: column;
  align-items: center;
}

.btc-alert__heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 500;
}

.btc-alert__header {
  display: flex;
  margin-bottom: 14px;
  justify-content: center;
  align-items: center;
}

.btc-alert__main-spot {
  font-weight: 600;
  text-decoration: underline;
}

.btc-alert__svg-bg {
  position: absolute;
  top: -60px;
  right: -58px;
  width: 220px;
  height: 220px;
  opacity: 0.04;
  z-index: -1;
}

.btc-alert__main-img {
  width: 100px;
  margin-top: -3px;
  margin-left: 10px;
}

.btc-alert__container {
  position: relative;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 100%;
  opacity: 0;
  max-width: 510px;
  margin-right: auto;
  border-radius: 0px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: all 300ms cubic-bezier(.39, .575, .565, 1);
}

.btc-alert__main-typo {
  max-width: 360px;
  padding-left: 0px;
  line-height: 22px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.btc-alert__backdrop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 28, 37, 0.3);
  transition: all 300ms cubic-bezier(.39, .575, .565, 1);
  opacity: 0;
}

.btc-alert__btns-group {
  display: flex;
  margin-top: 14px;
  justify-content: center;
  align-items: center;
}

.btc-alert__main-btn {
  display: inline-block;
  margin-top: 0px;
  padding: 8px 60px;
  border: 1px solid #0095c6 !important;
  background-color: #0095c6;
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}

.btc-alert__main-btn:hover {
  background-color: rgba(9, 149, 198, 0);
  color: #0095c6;
  border: 1px solid #0095c6 !important;
}

@media screen and (max-width: 479px) {
  .btc-alert__container-wrapper {
    padding: 36px 24px;
  }

  .btc-alert__heading {
    font-size: 24px;
  }

  .btc-alert__svg-bg {
    top: -100px;
    right: -53px;
    display: none;
    width: 200px;
    height: 200px;
  }

  .btc-alert__main-img {
    width: 90px;
    margin-top: -2px;
    margin-left: 6px;
  }

  .btc-alert__container {
    width: auto;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .btc-alert__main-typo {
    max-width: none;
  }

  .btc-alert__btns-group {
    display: block;
  }

  .btc-alert__main-btn {
    width: 100%;
    text-align: center;
  }
}

.btc-alert{
  display:none;
}

/* ABOUT US PAGE*/
.about-title-img {
  margin-top: 58px;
  position: relative;
}

.about-row__img {
  width: 100%;
  max-height: none;
}

.about-page__subheading {
  max-width: 600px;
  text-transform: capitalize;
  margin-top: 20px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.about-title-spot {
  color: #fff;
  font-family: 'GeorgiaPro' !important;
  background-color: #0095c6;
  border-radius: 500px;
  margin-bottom: 18px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.2px;
}

.follow-block__heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.about-row__details-heading {
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.about-page__background-fade {
  z-index: 2;
  height: 85%;
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  margin-bottom: -1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.follow-box__content {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.follow-block__container {
  background-color: #f7f8fa;
  padding: 65px;
  position: relative;
}

.about-quote > span:nth-child(1) {
  margin-top: -26px;
  margin-right: 8px;
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
}

.about-page__content {
  z-index: 2;
  min-height: 80vh;
  padding: 0;
  position: relative;
}

.follow-box__outline {
  margin-top: 4px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.about-title-img__wrapper {
  width: 100%;
  align-items: flex-start;
  display: flex;
}

.about-row__head-line {
  width: 48px;
  height: 4px;
  background-color: #fff;
}

.about-row.white_background .about-row__head-line {
  background-color: #0095c6;
}

.about-page__background-lines>div:nth-child(1) {
  height: 24px;
  opacity: .23;
  background-image: linear-gradient(194deg, rgba(0, 149, 198, .22), rgba(56, 190, 235, .6) 37%, rgba(249, 250, 251, 0) 84%);
  margin-left: 40%;
}

.about-page__main-heading {
  font-family: 'GeorgiaPro' !important;
  color: #0095c6;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.follow-box {
  background-color: #fff;
  border: 1px solid #f7f8fa;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  position: relative;
}

.follow-box:hover {
  z-index: 1;
  border-color: rgba(219, 223, 230, 0);
  transform: translate(0, -8px);
  box-shadow: 0 36px 38px rgba(29, 36, 55, .11);
}

.about-page__subheading > span {
  display: block;
}

.about-row__details-heading > a {
  color: #0095c6;
  text-decoration: underline;
}

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

.about-title-group {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-quote {
  align-items: center;
  padding-top: 68px;
  padding-bottom: 68px;
  display: flex;
  position: relative;
}

.about-page__background {
  height: 420px;
  opacity: .8;
  background-color: #f5fafd;
  background-image: radial-gradient(circle at 0 0, rgba(24, 179, 229, .15), rgba(245, 250, 253, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.about-row-box {
  display: flex;
}

.about-quote > p {
  max-width: 720px;
  font-size: 16px;
  font-style: italic;
  line-height: 28px;
}

.follow-box__footer > span {
  font-weight: 600;
}

.about-page__background-lines {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10%;
  transform: translate(0, -50%)skew(0deg, 25deg);
}

.about-page {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.about-page__background-lines>div:nth-child(3) {
  width: 100%;
  height: 20vh;
  opacity: 1;
  background-color: #f5fafd;
  background-image: linear-gradient(23deg, rgba(0, 149, 198, .15), #effaff 78%);
  transform: none;
}

.follow-block__description {
  flex: 1;
  margin-top: -1px;
  margin-left: 6%;
}

.about-row__outline {
  font-size: 15px;
  font-style: italic;
  line-height: 24px;
}

.follow-box__heading {
  text-align: right;
  font-size: 16px;
  font-weight: 600;
}

.about-row-box__wrapper {
  width: 40%;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 28px 0 0;
  display: flex;
}

.about-page__area {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 106px;
  padding-right: 106px;
}

.follow-block__box-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 18px;
  display: grid;
}

.follow-block__content-group {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.follow-box__social-img {
  width: 46px;
  margin-left: 20%;
}

.follow-block__description-title {
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.about-row__details {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 0 56px 0 28px;
  display: flex;
}

.about-row.white_background .about-row__details {
  padding-left: 0;
}

.about-title-img__wrapper > img:nth-child(2) {
  width: 32%;
  min-height: 410px;
  object-fit: cover;
  margin-left: 1%;
}

.about-page__background-lines>div:nth-child(2) {
  height: 74px;
  opacity: .44;
  background-image: linear-gradient(194deg, rgba(0, 149, 198, .22), rgba(18, 167, 216, .64) 40%, rgba(249, 250, 251, 0) 84%);
  margin-left: 20%;
}

.follow-box__wrapper {
  height: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.follow-block__outline {
  line-height: 22px;
}

.follow-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.follow-box__outline > span {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.about-page-arrow {
  z-index: 3;
  width: 38px;
  height: 38px;
  background-color: #0095c6;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translate(-50%)rotate(45deg);
}

.about-page-arrow.about-page-arrow_white {
  background-color: #fff;
}

.about-title-img__wrapper > img:nth-child(1) {
  width: 67%;
  display: block;
}

.about-page__background-lines>div:nth-child(4) {
  height: 68px;
  opacity: .76;
  background-image: linear-gradient(194deg, rgba(0, 149, 198, .22), rgba(249, 250, 251, 0) 84%);
  margin-right: 40%;
}

.follow-box__footer {
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.follow-block__heading-group {
  width: 28%;
  flex: none;
}

.about-page__wrapper {
  padding-top: 112px;
  padding-bottom: 48px;
}

.follow-box__title-group {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-row {
  min-height: 120px;
  color: #fff;
  background-color: #0095c6;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
}

.about-row:not(.white_background) span,
.about-row:not(.white_background) p,
.about-row:not(.white_background) h1,
.about-row:not(.white_background) h2,
.about-row:not(.white_background) h3,
.about-row:not(.white_background) h4,
.about-row:not(.white_background) h5 {
  color: white;
}

.about-row.white_background {
  color: #171c29;
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 1440px) {
  .follow-box__social-img {
    margin-left: 36%;
  }

  .about-title-img__wrapper > img:nth-child(2) {
    min-height: 430px;
  }

  .follow-block__heading-group {
    width: 34%;
  }
}

@media screen and (min-width: 1920px) {
  .follow-block__heading-group {
    width: 36%;
  }
}

@media screen and (max-width: 991px) {
  .follow-block__container {
    padding: 28px;
  }

  .about-page__background {
    height: 200px;
  }

  .follow-block__description {
    margin-left: 9%;
  }

  .about-page__area {
    padding-left: 60px;
    padding-right: 60px;
  }

  .follow-block__box-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-title-img__wrapper > img:nth-child(2) {
    min-height: 220px;
  }

  .follow-block__heading-group {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .follow-block__heading {
    font-size: 22px;
  }

  .follow-block__container {
    padding: 20px;
  }

  .about-page__subheading > span {
    display: inline;
  }

  .about-page__background {
    height: 180px;
  }

  .about-page__background-lines {
    padding-top: 18px;
  }

  .about-page__background-lines>div:nth-child(3) {
    height: 10vh;
  }

  .follow-block__description {
    margin-top: 25px;
    margin-left: 0%;
  }

  .about-row-box__wrapper {
    justify-content: flex-start;
  }

  .about-page__area {
    padding-left: 34px;
    padding-right: 34px;
  }

  .follow-block__box-grid {
    grid-template-columns: 1fr;
  }

  .follow-block__content-group {
    flex-direction: column;
  }

  .follow-block__description-title {
    font-size: 16px;
  }

  .follow-block__outline {
    font-size: 14px;
    line-height: 22px;
  }

  .follow-block__heading-group {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .about-title-img {
    margin-top: 42px;
  }

  .about-page__subheading {
    max-width: 340px;
    margin-top: 4px;
    font-size: 16px;
    line-height: 26px;
  }

  .about-title-spot {
    margin-bottom: 12px;
    padding: 2px 14px;
    font-size: 13px;
    line-height: 32px;
  }

  .about-row__details-heading {
    font-size: 14px;
    line-height: 24px;
  }

  .about-page__background-fade {
    height: 60%;
  }

  .follow-block__container {
    padding: 36px 24px;
  }

  .about-quote > span:nth-child(1) {
    margin-top: -6px;
  }

  .about-page__background-lines>div:nth-child(1) {
    margin-left: -48%;
  }

  .about-page__main-heading {
    font-size: 10.4vw;
    line-height: 18vw;
  }

  .follow-box:hover {
    transform: translate(0, -4px);
    box-shadow: 0 28px 28px rgba(29, 36, 55, .08);
  }

  .about-row__heading {
    text-align: center;
    font-size: 26px;
    line-height: 34px;
  }

  .about-quote {
    align-items: flex-start;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .about-page__background {
    height: 240px;
  }

  .about-row-box {
    flex-direction: column;
    display: flex;
  }

  .about-quote > p {
    font-size: 14px;
    line-height: 24px;
  }

  .about-page__background-lines {
    padding-left: 0;
    top: 7%;
  }

  .about-page__background-lines>div:nth-child(3) {
    height: 50px;
  }

  .about-row-box__wrapper {
    width: 100%;
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    order: -1;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-page__area {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-page__area.no-mobile-margin {
    padding-left: 0;
    padding-right: 0;
  }

  .follow-box__social-img {
    width: 38px;
  }

  .follow-block__description-title {
    font-size: 14px;
    line-height: 22px;
  }

  .about-row__details {
    padding-top: 28px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-title-img__wrapper > img:nth-child(2) {
    width: 39%;
    min-height: 170px;
  }

  .about-page__background-lines>div:nth-child(2) {
    height: 84px;
    margin-left: -122%;
  }

  .follow-box__wrapper {
    padding: 16px;
  }

  .follow-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .follow-box__outline > span {
    padding-right: 6px;
    display: inline;
  }

  .about-page-arrow {
    width: 32px;
    height: 32px;
    bottom: -16px;
    left: 50%;
    transform: translate(-50%)rotate(45deg);
  }

  .about-title-img__wrapper > img:nth-child(1) {
    width: 60%;
  }

  .follow-box__footer {
    margin-top: 20px;
  }

  .about-page__wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .about-row {
    padding-top: 46px;
    padding-bottom: 46px;
  }
}

@font-face {
  font-family: 'GeorgiaPro';
  src: url('/assets/public-2022/v4/fonts/GeorgiaPro-Semibold.ttf') format('ttf');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/* PASSWORD RESET PAGE */
.pass-reset-page {
  font-family: 'Poppins', sans-serif;
  color: #171c29;
  line-height: 22px;
  word-spacing: 0px;
}

.pass-reset-page p {
  font-size: 14px;
  letter-spacing: 0px;
}

.pass-reset-page input {
  width: 100%;
  padding: 12px;
  transition: all 200ms ease;
}

.pass-reset-page input::placeholder {
  font-size: 14px;
}

.pass-reset-page h1,
.pass-reset-page h2,
.pass-reset-page h3,
.pass-reset-page h4,
.pass-reset-page h5,
.pass-reset-page h6 {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

#passResetForm.is-disabled {
  pointer-events: none;
}

.pass-reset-loader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: #42bae2;
  width: 0%;
  height: 100%;
  border-radius: 50px;
  transition: all 300ms ease;
}

.pass-reset-btn {
  height: 46px;
  min-width: 200px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  background-color: #0095c6;
  transform-origin: center;
  border-radius: 5px;
  letter-spacing: 0px;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  font-weight: 500;
  line-height: 0px !important;
  display: flex;
  box-shadow: 0 16px 48px rgba(0, 149, 198, .2);
  transition: all 300ms ease;
  outline: 0;
  border: 0;
}

.pass-reset-btn:hover {
  background-color: #21abd8;
  color: white;
}

.pass-reset-btn:active {
  transform: scale(0.99);
}

.pass-reset-error {
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%) translateY(14px);
  color: #c02942;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  transition: all 200ms ease;
  opacity: 0;
  pointer-events: none;
}

.pass-reset__result .pass-reset-btn {
  margin-top: 18px;
}

.pass-reset__input-holder {
  position: relative;
}

.pass-reset__result {
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
  display: none;
  position: relative;
  transform: none;
}

.pass-reset__logo-link {
  z-index: 4;
  width: 150px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10vh;
}

.pass-reset__background>div:nth-child(4) {
  height: 68px;
  opacity: .76;
  background-image: linear-gradient(194deg, rgba(0, 149, 198, .22), rgba(249, 250, 251, 0) 84%);
  margin-right: 40%;
}

.pass-reset__background>div:nth-child(2) {
  height: 74px;
  opacity: .44;
  background-image: linear-gradient(194deg, rgba(0, 149, 198, .22), rgba(18, 167, 216, .64) 40%, rgba(249, 250, 251, 0) 84%);
  margin-left: 20%;
}

.pass-reset-page {
  z-index: 1;
  background-color: #fafdff;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all .45s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pass-reset__main-title-group {
  flex-direction: column;
  align-items: center;
  margin-bottom: 28px;
  display: flex;
}

.pass-reset__content {
  z-index: 4;
  width: 100%;
  height: 100%;
  max-width: 380px;
  justify-content: center;
  align-items: center;
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
}

.pass-reset__footer>span {
  color: rgba(23, 28, 41, .6);
}

.pass-reset__input-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.pass-reset__background {
  z-index: 2;
  width: 100%;
  opacity: .4;
  position: absolute;
  top: 8%;
  transform: skew(0deg, -14deg);
}

.pass-reset__background>div:nth-child(1) {
  height: 24px;
  opacity: .23;
  background-image: linear-gradient(194deg, rgba(0, 149, 198, .22), rgba(56, 190, 235, .6) 37%, rgba(249, 250, 251, 0) 84%);
  margin-left: 40%;
}

.pass-reset__background>div:nth-child(3) {
  width: 100%;
  height: 20vh;
  opacity: 1;
  background-color: #f5fafd;
  background-image: linear-gradient(23deg, rgba(0, 149, 198, .15), #effaff 78%);
  transform: none;
}

.pass-reset__input-holder>input[type='password'] {
  height: 50px;
  background-color: #fff;
  border: 1px solid #ced6df;
  border-radius: 0;
  margin-bottom: 0;
}

.pass-reset__input-holder>input[type='password'].is-empty {
  border: 1px solid #e28e9d;
  background-color: rgba(240, 30, 68, 0.05);
}

.pass-reset__input-holder>input[type='password']:hover,
.pass-reset__input-holder>input[type='password']:focus {
  border-color: #0095c6;
}

.pass-reset__input-holder>input[type='password']::-ms-input-placeholder {
  color: #868d90;
}

.pass-reset__input-holder>input[type='password']::placeholder {
  color: #868d90;
}

.pass-reset__footer {
  z-index: 4;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: absolute;
  bottom: 10vh;
}

.pass-reset__footer>a {
  color: #171c29;
  border-bottom: 1px solid #171c29;
  padding-bottom: 1px;
  font-weight: 500;
}

.pass-reset__footer>a:hover {
  color: #0095c6;
}

.pass-reset__main {
  z-index: 4;
  width: 100%;
  max-width: 460px;
  padding-top: 4vh;
  padding-bottom: 4vh;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
  position: relative;
}

.pass-reset__input-holder>label {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-transform: capitalize;
  background-color: rgba(255, 255, 255, .01);
  background-image: none;
  margin-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  display: none;
  position: absolute;
  top: -8px;
  left: 8px;
}

.pass-reset__main-title-group p,
.pass-reset__result p {
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  line-height: 22px;
}

@media screen and (max-width: 991px) {
  .pass-reset__input-holder>input[type='password']:hover {
    border-color: #d5dce4;
  }
}

@media screen and (max-width: 767px) {
  .pass-reset__background>div:nth-child(3) {
    height: 10vh;
  }
}

@media screen and (max-width: 479px) {
  .pass-reset__logo-link {
    top: 4vh;
  }

  .pass-reset__background>div:nth-child(2) {
    height: 84px;
    margin-left: -122%;
  }

  .pass-reset-page {
    background-image: radial-gradient(circle farthest-side at 0 100%, rgba(7, 160, 211, .06), rgba(255, 255, 255, 0) 45%);
  }

  .pass-reset__background {
    opacity: .3;
    top: 16%;
  }

  .pass-reset__background>div:nth-child(1) {
    margin-left: -48%;
  }

  .pass-reset__background>div:nth-child(3) {
    height: 50px;
  }

  .pass-reset__input-holder>input[type='password'] {
    border-radius: 0;
  }

  .pass-reset__footer {
    bottom: 4vh;
  }
}

.color-gradient.red {
  background-image: linear-gradient(45deg, #c7242d, #ff9d9f);
}

.filter__color-point.red{
  background-image: linear-gradient(45deg, #c7242d, #ff9d9f);
}

/* RING SIZER APP */
.sizer-app {
  background-color: #cfd9e2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  font-size: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sizer-area {
  width: 100%;
  height: 100%;
  max-width: 479px;
  background-color: #f6f9fd;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.sizer-box {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dfe6f0;
  border-radius: 12px;
  position: relative;
}

.sizer-box:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.sizer-box.animate {
  animation: blink 1s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

.button-ripple {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  transform: scale(0);
}

.button-ripple-animate {
  -webkit-animation: ripple 0.4s linear;
  animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

.sizer-details {
  pointer-events: none;
}

.sizer-btn.is-disabled {
  pointer-events: none;
  background-color: rgba(231, 234, 238, 0.55);
  color: rgba(0, 13, 26, 0.31);
}

.sizer-wrapper {
  padding-left: 18px;
  padding-right: 18px;
}

.sizer-box__background-circle {
  width: 52px;
  height: 52px;
  background-color: #fff;
  border: 1.2px dashed #d3dbe5;
  border-radius: 500px;
}

.sizer-details-icon {
  width: 12px;
  height: 12px;
  color: #1196c2;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  display: flex;
}

.sizer-btn {
  color: #fff;
  cursor: pointer;
  background-color: #15abdd;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 52px;
  font-weight: 300;
  transition: all .12s linear;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(19, 172, 221, 0);
}

.sizer-btn svg {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sizer-btn:active {
  transform: scale(.96);
  box-shadow: 0 12px 28px rgba(19, 172, 221, .28);
}

.sizer-details-subtitle {
  color: rgba(23, 28, 41, .45);
  text-transform: uppercase;
  margin-top: 2px;
  font-size: 12px;
  line-height: 14px;
}

.sizer__content {
  padding-bottom: 0;
  position: relative;
}

.sizer-description {
  max-width: 360px;
  line-height: 22px;
}

.sizer__main {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.sizer-details-row {
  width: 33.3333%;
}

.sizer-circle {
  width: 112px;
  height: 112px;
  background-color: rgba(68, 209, 255, .02);
  border: 1.2px dashed #0ba8db;
  border-radius: 500px;
}

.sizer-box__background {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sizer__footer-link {
  width: 100%;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.sizer__footer-link svg {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.sizer-box__background-line {
  width: 100%;
  height: 1px;
  background-color: #ebf2fa;
  position: absolute;
}

.sizer-box__background-line.vertical {
  width: 1px;
  height: 100%;
}

.sizer-details__group {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sizer-details__group div:first-child {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sizer-details__group div:nth-child(2) {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sizer-details__group div:last-child {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.sizer-details__group.for_bottom {
  align-items: flex-end;
}

.sizer-details__group.for_top {
  align-items: flex-start;
}

.sizer-box__main {
  z-index: 2;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sizer-details-spot {
  color: #1196c2;
  font-size: 14px;
  font-weight: 500;
}

.sizer-details {
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sizer__footer-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  margin-top: 18px;
  display: flex;
}

.sizer-controls {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  display: grid;
}

.sizer-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 20px 18px;
  display: flex;
}

@media screen and (max-width: 479px) {
  .sizer-app {
    display: block;
  }
}

/* QUIZ MODAL */
.quiz-answer__metal-wrap>div {
  flex-direction: column;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.quiz-container__content {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}

.quiz-container__background>div>div:nth-child(4) {
  height: 68px;
  opacity: .76;
  background-image: linear-gradient(194deg, rgba(0, 149, 198, .22), rgba(249, 250, 251, 0) 84%);
  margin-right: 40%;
}

.quiz-container__header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 38px 20px 32px;
  display: flex;
}

.quiz-container__footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: flex-end;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.quiz-answer__details {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quiz-bar {
  width: 5%;
  height: 100%;
  background-color: #0da4d6;
  background-image: none;
  border-radius: 50px;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
  box-shadow: 0 4px 12px rgba(25, 189, 243, .4);
}

.quiz-container__background>div>div:nth-child(2) {
  height: 74px;
  opacity: .44;
  background-image: linear-gradient(194deg, rgba(0, 149, 198, .22), rgba(18, 167, 216, .64) 40%, rgba(249, 250, 251, 0) 84%);
  margin-left: 20%;
}

.quiz-answer__metal-img {
  width: 100%;
  mix-blend-mode: darken;
}

.quiz-container-height {
  justify-content: flex-start;
  align-items: center;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
  transform-origin: center;
}

.quiz-poll__wrapper {
  padding-left: 68px;
  padding-right: 68px;
  position: relative;
}

.quiz-poll__metal-grid {
  width: 100%;
  min-height: 50px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quiz-step-text {
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
}

.quiz-poll__header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 32px;
  display: flex;
}

.quiz-container__body {
  position: relative;
}

.quiz-answer__gender-wrap {
  flex-direction: column;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 24px;
  display: flex;
}

.quiz-container__background>div>div:nth-child(1) {
  height: 24px;
  opacity: .23;
  background-image: linear-gradient(194deg, rgba(0, 149, 198, .22), rgba(56, 190, 235, .6) 37%, rgba(249, 250, 251, 0) 84%);
  margin-left: 40%;
}

.quiz-close-btn {
  z-index: 4;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.quiz-container__background>div>div:nth-child(3) {
  width: 100%;
  height: 20vh;
  opacity: 1;
  background-color: #f5fafd;
  background-image: linear-gradient(23deg, rgba(0, 149, 198, .15), #effaff 78%);
  transform: none;
}

.quiz-container__background>div:last-child {
  z-index: 2;
  height: 50%;
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  margin-bottom: -1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.quiz-answer-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 12px;
  font-weight: 600;
}

.quiz-poll-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.quiz-modal {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.quiz-answer__metal-wrap {
  flex-direction: column;
  display: flex;
}

.quiz-container__background {
  z-index: 1;
  height: 240px;
  opacity: .48;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.quiz-answer-radio {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b5c4cc;
  border-radius: 50px;
  margin-top: 8px;
  transition: all .25s cubic-bezier(.39, .575, .565, 1);
}

.quiz-modal__wrapper {
  z-index: 1;
  width: 100%;
  max-width: 840px;
  min-height: 80px;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.quiz-poll__answers-wrap {
  width: 100%;
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quiz-poll__answers-wrap.restricted-width {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.quiz-answer__diamond-img {
  height: 150px;
  mix-blend-mode: darken;
}

.quiz-modal__backdrop {
  background-color: rgba(23, 28, 41, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
  opacity: 0;
}

.quiz-answer__gender-img {
  width: 100%;
  mix-blend-mode: multiply;
}

.quiz-progress-bar {
  width: 100%;
  height: 8px;
  max-width: 420px;
  background-color: #dfe6ee;
  border-radius: 50px;
  display: flex;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
}

.quiz-container__background>div:first-child {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 16%;
  transform: translate(0, -50%)skew(0deg, 25deg);
}

.quiz-main-btn {
  position: relative;
  min-width: 220px;
  background-color: #0da1d1;
  color: white;
  font-size: 14px;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 16px 58px;
  font-weight: 600;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  box-shadow: 0 8px 28px rgba(17, 163, 211, .4);
}

.quiz-main-btn[disabled],
.quiz-main-btn:disabled {
  cursor: not-allowed;
  background-color: rgba(247, 249, 250, 0);
  color: transparent;
  box-shadow: none !important;
  pointer-events: none;
}

.quiz-main-btn[disabled]:active,
.quiz-main-btn:disabled:active {
  transform: none;
  box-shadow: none;
}

.quiz-main-btn[disabled]::after,
.quiz-main-btn:disabled::after {
  content: 'Loading...';
  position: absolute;
  color: #7f8b90;
}

.quiz-main-btn[disabled]:hover,
.quiz-main-btn:disabled:hover {
  background-color: unset;
}

.quiz-main-btn:hover {
  background-color: #1fabd8;
}

.quiz-main-btn:active {
  transform: scale(.95);
  box-shadow: 0 -8px 28px rgba(17, 163, 211, .06);
}

.quiz-answer {
  flex: 1;
  margin-bottom: 0;
  transition: all 350ms linear;
}

.quiz-answer__wrapper {
  position: relative;
  min-height: 20px;
  cursor: pointer;
  background-color: rgba(241, 245, 246, .62);
  border: 1.5px solid #f7f9fa;
  padding: 0;
  transition: all .25s cubic-bezier(.39, .575, .565, 1);
}

.quiz-answer__wrapper span {
  transition: all .25s cubic-bezier(.39, .575, .565, 1);
}

.quiz-answer>input {
  display: none;
}

.quiz-answer>input[type="radio"]:checked~div .quiz-answer-radio,
.quiz-answer>input[type="radio"]:checked~* .quiz-answer-radio,
.quiz-answer>input[type="radio"]:checked~.quiz-answer-radio {
  background-color: #fff;
  border-width: 6px;
  border-color: #0c9fd0;
}

.quiz-answer>input[type="radio"]:checked~.quiz-answer__wrapper {
  border-color: #0d9fcf;
  background-color: rgba(12, 159, 208, 0.02);
}

.quiz-answer__wrapper:hover {
  color: #0095c6;
  background-color: rgba(0, 0, 0, 0);
  border-color: #dddddd;
}

.quiz-answer__wrapper:hover span {
  color: #0095c6;
}

.quiz-answer__wrapper:hover .quiz-answer-radio {
  border-color: #0c9fd0;
}

.quiz-answer__wrapper:hover .quiz-answer-title {
  color: #0095c6;
}

.quiz-answer__wrapper:active {
  opacity: .65;
  transform: scale(.98);
}

.quiz-poll {
  width: 100%;
  flex: none;
  transition: all .5s cubic-bezier(.39, .575, .565, 1);
  position: relative;
  transform: translate(0);
}

.quiz-answer__diamond-wrap {
  display: flex;
}

.quiz-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 820px;
  background-color: #fff;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 48px rgba(23, 28, 41, .15);
  transform: translateY(32px);
}

.quiz-form {
  position: relative;
}

@media screen and (max-width: 991px) {
  .quiz-poll__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .quiz-answer__metal-img {
    width: 100%;
    height: 110px;
    object-fit: contain;
    object-position: 100% 50%;
  }

  .side-row,
  .product__view {
    padding: 32px;
  }

  .quiz-poll__metal-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quiz-container__background>div>div:nth-child(3) {
    height: 10vh;
  }

  .quiz-poll__answers-wrap.vertical_flow {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .quiz-answer__diamond-img {
    height: 120px;
  }

  .quiz-container__background>div:first-child {
    padding-top: 18px;
  }
}

@media screen and (max-width: 479px) {
  .quiz-answer__metal-wrap>div {
    padding-top: 18px;
    padding-bottom: 18px;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 10px;
  }

  .side-row__line {
    margin-top: 16px;
  }

  .item-option__mark {
    display: none;
  }

  .quiz-container__header {
    padding-top: 28px;
    padding-bottom: 14px;
  }

  .quiz-container__footer {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .quiz-container__background>div>div:nth-child(2) {
    height: 84px;
    margin-left: -122%;
  }

  .quiz-answer__metal-img {
    height: 100px;
    object-position: 100% 100%;
  }

  .quiz-poll__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quiz-poll__header {
    padding-bottom: 22px;
  }

  .quiz-container__background>div>div:nth-child(1) {
    margin-left: -48%;
  }

  .quiz-container__background>div>div:nth-child(3) {
    height: 50px;
  }

  .quiz-container__background>div:last-child {
    height: 65%;
  }

  .quiz-answer-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quiz-poll-title {
    max-width: 360px;
    line-height: 30px;
  }

  .quiz-container__background {
    opacity: .38;
  }

  .quiz-modal__wrapper {
    padding: 10px;
  }

  .quiz-poll__answers-wrap {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .quiz-answer__diamond-img {
    height: 100px;
  }

  .quiz-answer__gender-img {
    width: 100%;
  }

  .quiz-progress-bar {
    max-width: 220px;
  }

  .quiz-container__background>div:first-child {
    padding-left: 0;
    top: 7%;
  }

  .quiz-main-btn {
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 -8px 20px rgba(17, 163, 211, .12);
  }
}
.unedited_tag{
  position: absolute;
  bottom: 0px;
  right: 0px !important;
  height: 30px;
  width: 30px;
  display: block;
  background: red;
  color:#fff;
  padding:2px;
  z-index:3;
  text-align:center;
}
.green_tag{
  background:#0ba876;
}
/* NEW PRODUCT SIDE */
.product-main p {
  margin: unset;
}

@media screen and (min-width: 992px) {
  .product__add-fav:hover {
    color: rgba(23, 28, 41, .5);
  }
}

.product__item-summary ul li p,
.product__item-summary ul li span {
  padding-left: 4px;
}

.product__item-summary p,
.product__item-summary span {
  font-size: 14px;
}

.product__item-price {
  letter-spacing: .4px;
  font-size: 16px;
  font-weight: 600;
}

.product__item-price.old_price {
  font-size: 14px;
  text-decoration: line-through;
}

.product__item-price.sale_price {
  color: #d83953;
  font-size: 18px;
}

.match-box__wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding: 18px;
  display: flex;
}

.match-box-title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.match-box-dash {
  pointer-events: none;
}

.match-box-dash:before {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  content: '';
  width: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.match-box-dash span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #ffffff, #ebcb8b);
  animation: matchDash1 1s linear infinite;
}

.match-box {
  box-shadow: none;
  background-color: #fefcf9;
  border: 1px solid #f7f1e7;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.match-box-title {
  letter-spacing: .2px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}

.match-box-title:hover {
  color: rgba(23, 28, 41, .7);
  text-decoration: underline;
}

.match-box__details-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.match-box-dash {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.match-box-price {
  letter-spacing: .2px;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
}

.match-box-thumbnail {
  width: 36%;
  cursor: pointer;
  object-fit: contain;
  background-color: #fff;
  border: 1px solid #eee2cd;
  flex: none;
  display: block;
}

.match-box-btn {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  letter-spacing: .4px;
  background-color: #171c29;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 1px;
  padding: 4px 18px 3px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  color: white;
}

.match-box-btn:hover {
  background-color: #0095c6;
  color: white;
}

@keyframes matchDash1 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.match-box-dash span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff, #ebcb8b);
  animation: matchDash2 1s linear infinite;
  animation-delay: 0.5s;
}

@keyframes matchDash2 {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

.match-box-dash span:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #ffffff, #ebcb8b);
  animation: matchDash3 1s linear infinite;
}

@keyframes matchDash3 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.match-box-dash span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to top, #ffffff, #ebcb8b);
  animation: matchDash4 1s linear infinite;
  animation-delay: 0.5s;
}

@keyframes matchDash4 {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

.option-guide-btn img {
  width: 18px;
  height: 18px;
  margin-top: -1px;
}

.option-gia {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 14px;
  display: flex;
}

.diamond-color-img {
  width: 20px;
  height: 20px;
}

.product-slider {
  width: 100%;
  position: relative;
}

.product-media-img.scale_minus20 {
  transform: scale(.85);
}

.option-guide-btn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #0095c6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.option-guide-btn:hover {
  background-color: #fff;
  border-color: #0095c6;
  text-decoration: underline;
}

.typo_gia-spot {
  width: 50px;
  color: rgba(23, 28, 41, 0);
  background-image: url('../new/img/gia-typo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -3px;
  margin-right: 4px;
}

.warranty-p>span {
  font-weight: 700;
  display: inline;
}

.side-row__payments {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  margin-top: 18px;
  display: flex;
}

.side-body {
  padding-top: 4.2vw;
}

.product-option__dd-icon {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  transform: rotate(180deg);
}

.option-gia__typo {
  font-weight: 600;
  line-height: 22px;
}

.product__summary-toggle {
  cursor: pointer;
  background-image: none;
  align-items: center;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.product__summary-toggle:hover {
  color: rgba(23, 28, 41, .6);
}

.item-option__mark:hover {
  opacity: 1;
}

.option-gia__price {
  font-weight: 600;
}

.product__about-title>span {
  margin-left: 6px;
  font-size: 11px;
  font-style: italic;
}

.side-row__line_price {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.option-gia>img {
  width: 14px;
  flex: none;
  margin-top: 4px;
}

.side-row.side-row_details {
  border-top: 8px solid #f9f9f9;
  border-bottom: 8px solid #f9f9f9;
}

.side-row__title-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.side-row__body {
  flex-direction: column;
  display: flex;
  position: relative;
}

.option-letters-input {
  width: 100%;
  height: 48px;
  letter-spacing: .2px;
  background-color: #fff;
  border: 1px #bebebe;
  border-bottom: 1px solid #aaa;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 8px;
  font-weight: 600;
  box-shadow: 0 4px 5px rgba(91, 101, 126, .1);
}

.option-letters-input:focus {
  border-bottom-color: #0095c6;
  box-shadow: 0 4px 5px rgba(0, 149, 198, .14);
}

.option-letters-input::-ms-input-placeholder {
  color: #6b6b6b;
  font-weight: 400;
}

.option-letters-input::placeholder {
  color: #6b6b6b;
  font-weight: 400;
  font-size: 14px !important;
}

.option-size-price {
  font-size: 12px;
  font-weight: 600;
}

.option-gia__typo>span {
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 18px;
  display: block;
}

.side-row__pay-links>img {
  width: 90px;
}

.option-gia__details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.side-row__options {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.match-box-heading {
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee2cd;
  padding: 10px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(228, 204, 157, .25);
}

@media screen and (min-width: 1440px) {
  .side-body__breadcrumbs {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }

  .side-body {
    padding-top: 6vw;
  }

  .product-media {
    padding: 6px;
  }

  .side-row {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}

@media screen and (max-width: 991px) {
  .side-body__breadcrumbs {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 13px;
  }

  .crumb__link:hover {
    color: #171c29;
  }

  .product-option__head:hover {
    padding-left: 14px;
  }

  .side-body {
    padding-top: 0;
  }

  .match-box-title:hover {
    color: #171c29;
    text-decoration: none;
  }

  .product__summary-toggle:hover {
    color: #171c29;
  }

  .side-row {
    padding: 32px 44px;
  }

  .option-btn:hover {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
  }

  .option-btn:active {
    transform: scale(.98);
  }

  .option-btn.is-active {
    box-shadow: none;
    background-color: rgba(66, 172, 209, .04);
  }

  .option-btn.is-active:hover {
    background-color: rgba(66, 172, 209, .04);
    border-color: #0095c6;
  }

  .side-row__options {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  .side-body__breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .side-row__options {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    display: flex;
  }
}

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

  .match-box__wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 14px;
  }

  .product-media__inner-wrap {
    border-style: none;
  }

  .side-body__breadcrumbs {
    background-color: #fff;
    margin-top: 12px;
    padding-left: 26px;
    padding-right: 26px;
    box-shadow: 0 4px 12px rgba(23, 28, 41, .02);
  }

  .product-media-img {
    padding-left: 0;
    padding-right: 0;
  }

  .product-media {
    width: 100%;
  }

  .product-media.splide__slide {
    flex: none;
  }

  .match-box-btn {
    margin-top: 4px;
  }

  .product__view {
    padding: 0px !important;
  }

  .side-row {
    padding: 26px;
  }

  .option-btn:active {
    transform: scale(.97);
  }

  .option-letters-input {
    border-radius: 0;
  }
}


/* SEPARATE */
/* #region GENERAL */

.eff_ripple-circle {
  display: block;
  position: absolute !important;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  transform: scale(0);
}

.product-option__head .eff_ripple-circle.ripple-circle_animated {
  -webkit-animation: rippleEffect 0.6s linear;
  animation: rippleEffect 0.6s linear;
}

.product-option__head .eff_ripple-circle {
  background: rgba(255, 255, 255, 0.5);
}

.eff_ripple-circle.ripple-circle_animated {
  -webkit-animation: rippleEffect 0.32s linear;
  animation: rippleEffect 0.32s linear;
}

@-webkit-keyframes rippleEffect {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes rippleEffect {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

.product__item-summary ul li {
  position: relative;
}

.product__item-summary ul li::after {
  content: '';
  position: absolute;
  top: 8px;
  left: -10px;
  width: 4px;
  height: 4px;
  background-color: black;
  border-radius: 50px;
}

.product__item-summary.is-collapsed ul {
  display: none;
}

.product__item-summary>p:first-child {
  font-weight: 600;
}

.floating-btn-mobile {
  z-index: 9999;
  padding: 20px;
  transition: all .375s cubic-bezier(.39, .575, .565, 1);
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 110%);
}

@media screen and (max-width: 479px) {
  .floating-btn-mobile {
    padding: 14px;
    display: block;
  }
}


/* #endregion */


/* #region OPTIONS ROWS */
#optionGia .option-btn {
  padding: 0px !important;
  width: 100%;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0;
  text-align: left;
}

#optionGia .product-option__head {
  background-color: rgba(180, 155, 120, .16);
}

#optionSize .option-btn {
  min-width: 100%;
  display: flex;
  justify-content: space-between;
}

#optionDiamondsColor .option-btn {
  min-width: 46%;
  display: flex;
  justify-content: space-between;
}

#optionDiamondsColor .product-option__head {
  background-color: #f0f0f0;
}

#optionRingSize .options-block {
  display: grid;
  grid-template-columns: repeat(5, 1fr)
}

#optionBraceletLength .options-block {
  display: grid;
  grid-template-columns: repeat(5, 1fr)
}

#optionNecklaceLength .options-block {
  display: grid;
  grid-template-columns: repeat(5, 1fr)
}

#optionGoldColor .options-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

#optionGoldColor .product-option__head {
  background-color: #f1e9d8;
}

.product__item-option.is-collapsed .product-option__dd-icon {
  transform: rotate(0deg) !important;
}

/* .option-btn::after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #0095c6;
  background-image: url('https://uploads-ssl.webflow.com/638ef356d12d6b6ef63ff3cd/64e6041a64491f96240737d4_Vector%2010%20(1).svg');
  background-position: 47% 47%;
  background-repeat: no-repeat;
  background-size: 55%;
  border-bottom-right-radius: 4px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  opacity: 0;
  transition: all 200ms ease;
}

.option-btn.is-active::after {
  opacity: 1;
} */

.product-option__head>* {
  position: relative;
  z-index: 2;
}

.product-option__head::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 5%, #fff);
}

.product__item-option {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.option-btn[data-option-sub] {
  background-color: #ececec;
  border-color: #ececec;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.option-btn[data-option-sub="smallerSizes"] {
  order: -1;
  background-image: url("https://uploads-ssl.webflow.com/638ef356d12d6b6ef63ff3cd/64f895668dd0bf95e83c72b9_ring-size_smaller.svg");
}

.option-btn[data-option-sub="biggerSizes"] {
  order: 1;
  background-image: url("https://uploads-ssl.webflow.com/638ef356d12d6b6ef63ff3cd/64f8956a8a3ddd3aa948bafc_ring-size_bigger.svg")
}

/* #endregion */


/* #region DMG MODAL */
.pg-modal__overscroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.pg-modal__overscroll::-webkit-scrollbar {
  display: none;
}

/* #endregion */


/* #region PRODUCT SPLIDE */
.product-slider .product-media {
  padding: 0px !important;
}

.product-slider_thumbnails .product-media {
  padding: 0px;
}

.product-slider_thumbnails .splide__list {
  justify-content: center !important;
}

.product-slider_thumbnails .splide__slide {
  border: 1px solid #ffffff !important;
}

.product-slider_thumbnails .splide__slide.is-active {
  border: 1px solid #0095c6 !important;
}

.main_mobile_slider .product-media {
  background-color: #ffffff;
  padding: 0px;
}

.my-slider-progress-bar {
  width: 0;
}

.main_mobile_slider .splide__pagination {
  position: static;
  margin-top: 12px;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 479px) {
  .main_mobile_slider .splide__pagination {
    padding-left: 20px;
    padding-right: 20px;
    gap: 4px;
  }
}

.main_mobile_slider .splide__pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;

}

.main_mobile_slider .splide__pagination__page {
  height: 2px;
  width: 100%;
  border-radius: 0px !important;
  opacity: 1;
  margin: 0 !important;
  background: #e3e3e3 !important;
  transition: all 300ms ease !important;
}

.main_mobile_slider .splide__pagination__page.is-active {
  transform: scale(1) !important;
  background: #0095c6 !important;
}

/* #endregion */


/* #region TEMPORARY */

.tippy-box[data-theme~="ib_options"] {
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#0995c6), to(#20baf0));
  background-image: linear-gradient(180deg, #0995c6, #20baf0); */
  background-color: #171c29;
  color: white;
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  padding: 6px 8px;
  border-radius: 8px;
  text-align: center !important;
}

.tippy-box[data-theme~="ib_options"][data-placement^="top"]>.tippy-arrow::before {
  border-top-color: #171c29;

}

.tippy-box[data-theme~="ib_options"][data-placement^="bottom"]>.tippy-arrow::before {
  border-bottom-color: #171c29;
}

.tippy-box[data-theme~="ib_options"][data-placement^="left"]>.tippy-arrow::before {
  border-left-color: #171c29;
}

.tippy-box[data-theme~="ib_options"][data-placement^="right"]>.tippy-arrow::before {
  border-right-color: #171c29;
}

.tippy-box[data-theme~="ib_tippy_mark"] {
  background-color: #171c29;
  color: white;
  font-size: 13px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  padding: 5px 12px !important;
  border-radius: 9px;
}

.tippy-box[data-theme~="ib_tippy_mark"][data-placement^="top"]>.tippy-arrow::before {
  border-top-color: #171c29;

}

.tippy-box[data-theme~="ib_tippy_mark"][data-placement^="bottom"]>.tippy-arrow::before {
  border-bottom-color: #171c29;
}

.tippy-box[data-theme~="ib_tippy_mark"][data-placement^="left"]>.tippy-arrow::before {
  border-left-color: #171c29;
}

.tippy-box[data-theme~="ib_tippy_mark"][data-placement^="right"]>.tippy-arrow::before {
  border-right-color: #171c29;
}

.floating-btn-mobile .buy-btn {
  border-radius: 500px;
  padding-left: 24px;
  padding-right: 24px;
  min-height: 52px;
}



/* #region PG -- Product Guide Modal */
.pg-modal {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  font-size: 14px;
}

.pg-section {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.pg-select {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-direction: column;
  display: flex;
}

.pg-select__ring-size-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
  position: relative;
}

.pg-row__heading {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.pg-select__title {
  font-size: 14px;
  font-weight: 600;
}

.pg-select-result {
  position: relative;
}

.pg-select__clarity-img {
  width: 100px;
  height: 100px;
}

.pg-row__subheading {
  font-weight: 500;
  line-height: 24px;
}

.pg-modal__container {
  z-index: 2;
  width: 100%;
  max-width: 490px;
  background-color: #fff;
  border-radius: 8px;
  transition: all .475s cubic-bezier(.39, .575, .565, 1);
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: auto;
  right: 14px;
}

.pg-modal__container.is-hidden {
  transform: translateX(106%);
}

@media screen and (max-width: 479px) {
  .pg-modal__container.is-hidden {
    transform: translateY(106%);
  }
}

.pg-switch-btn {
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  padding: 10px 14px;
  font-weight: 600;
}

.pg-switch-btn.is-active {
  color: #fff;
  background-color: #171c29;
}

.pg-select__ring-cell {
  color: rgba(23, 28, 41, .7);
  border: 1px solid #ececec;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
}

.pg-row__size-chart > div {
  margin-bottom: -1px;
  display: flex;
}

.pg-row__size-chart > div:first-child {
  z-index: 1;
  position: relative;
}

.pg-row__header {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.pg-select-grid_ring-chart {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  box-shadow: none;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.pg-row__body-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pg-row__size-chart > div > span {
  width: 50%;
  text-align: center;
  border: 1px solid #ececec;
  flex: none;
  margin-right: -1px;
  padding: 7px 14px;
  font-weight: 500;
}

.pg-row__size-chart > div:first-child > span {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-color: #171c29;
  font-size: 11px;
  font-weight: 700;
}

.pg-row {
  border-bottom: 1px solid #ececec;
  padding: 44px 50px;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
}

.pg-row__details-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.pg-row__title-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pg-section__controls {
  display: none;
}

.pg-select-grid_color {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  box-shadow: none;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.pg-modal__overscroll {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
}

.pg-select__color-img {
  width: 64px;
  height: 64px;
}

.pg-row__body {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.pg-select__ring-size > span:last-child {
  font-size: 11px;
  font-weight: 600;
  line-height: 24px;
}

.pg-select__details {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.pg-main-img {
  width: 30%;
}

.pg-main-img.for_ring-diameter {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.pg-main-img.is_max {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}

.pg-select__ring-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pg-select-btn {
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  flex: 1;
  padding: 6px 6px 4px;
  font-weight: 500;
}

.pg-select-btn:focus {
  border: 1px solid #0095c6;
}

.pg-select-btn:hover {
  background-color: #f6f6f6;
  border: 1px solid #f3f3f3;
}

.pg-select-btn.is-active {
  color: #056585;
  background-color: rgba(29, 191, 245, .04);
  border-color: #0095c6;
  box-shadow: 0 4px 5px rgba(0, 149, 198, .09);
}

.pg-select-btn.is-active:hover {
  background-color: rgba(0, 0, 0, 0);
}

.pg-select__ring-cell > span {
  color: #171c29;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.pg-row__wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.pg-row__size-chart {
  flex-direction: column;
  display: flex;
}

.pg-select-result__wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.pg-modal__backdrop {
  opacity: 1;
  background-color: rgba(0, 13, 26, .3);
  transition: all .475s cubic-bezier(.39, .575, .565, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pg-select-grid_clarity {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  box-shadow: none;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.pg-select__subtitle {
  line-height: 22px;
}

.pg-modal__close-btn {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  direction: ltr;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  cursor: pointer;
  background-color: #171c29;
  border-radius: 220px 500px 500px 0;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.pg-modal__close-btn:hover {
  background-color: #0095c6;
}

.pg-select__shape-img {
  width: 90px;
}

.pg-select-grid_shape {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  box-shadow: none;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.pg-select__ring-size {
  flex-direction: column;
  align-items: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  display: flex;
}

.pg-ctw-grid {
  grid-column-gap: 8px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pg-row__subheading > span,
.pg-modal p > span {
  font-weight: 700;
}

.pg-ctw-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pg-ctw-item > div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.pg-ctw-item > div > div:first-child {
  color: rgba(23, 28, 41, .6);
  text-align: center;
  letter-spacing: .4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.pg-ctw-item > div > img {
  width: 20px;
}

.pg-ctw-item:nth-child(8) > div > img {
  width: 48px;
}

.pg-ctw-item:nth-child(10) > div > img {
  width: 52px;
}

.pg-ctw-item:nth-child(5) > div > img {
  width: 36px;
}

.pg-ctw-item:nth-child(2) > div > img {
  width: 24px;
}

.pg-ctw-item:nth-child(3) > div > img {
  width: 28px;
}

.pg-ctw-item:nth-child(6) > div > img {
  width: 40px;
}

.pg-ctw-item:nth-child(9) > div > img {
  width: 50px;
}

.pg-ctw-item:nth-child(7) > div > img {
  width: 44px;
}

.pg-ctw-item:nth-child(4) > div > img {
  width: 32px;
}

.pg-ctw-item__measure {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.pg-ctw-item__measure > span:nth-child(1),
.pg-ctw-item__measure > span:nth-child(2) {
  width: 1px;
  height: 8px;
  background-color: #171c29;
}

.pg-ctw-item__measure > span:nth-child(3) {
  width: 100%;
  height: 1px;
  background-color: #171c29;
  position: absolute;
}

.pg-ctw-item > div > div:last-child {
  text-align: center;
  letter-spacing: .2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

@media screen and (max-width: 991px) {
  .pg-row:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .pg-select-btn:hover {
    color: #04789e;
    background-color: rgba(29, 191, 245, .05);
    border-color: #0095c6;
  }
}

@media screen and (max-width: 767px) {
  .pg-modal__container {
    max-width: 420px;
  }

  .pg-row {
    padding: 26px 28px;
  }

  .pg-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .pg-select__ring-size-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .pg-select__clarity-img {
    width: 80px;
    height: 80px;
  }

  .pg-select__ring-size > span:first-child {
    font-size: 18px;
    font-weight: 600;
  }

  .pg-modal__container {
    width: auto;
    max-height: 82vh;
    max-width: none;
    min-height: 240px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    display: flex;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .pg-switch-btn {
    background-color: #f9f9f9;
    border-radius: 0;
  }

  .pg-select-grid_ring-chart {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .pg-row {
    border-bottom-style: none;
    padding: 38px 26px;
  }

  .pg-section__controls {
    z-index: 2;
    padding: 0;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }

  .pg-select-grid_color {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .pg-modal__overscroll {
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .pg-section {
    flex: 1;
    padding-top: 0;
    padding-bottom: 0;
    overflow: auto;
  }

  .pg-select__ring-size > span:last-child {
    color: rgba(23, 28, 41, .7);
    font-size: 12px;
  }

  .pg-main-img {
    width: 120px;
    max-width: 250px;
  }

  .pg-main-img.for_ring-diameter {
    width: 70%;
  }

  .pg-main-img.is_max {
    max-height: 190px;
    max-width: none;
  }

  .pg-select-grid_clarity {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .pg-modal__close-btn {
    border-radius: 500px;
    padding-top: 8px;
    padding-bottom: 7px;
    top: -12px;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 8px 20px rgba(23, 28, 41, .2);
  }

  .pg-modal__close-btn:hover {
    box-shadow: 0 8px 20px rgba(0, 149, 198, .24);
  }

  .pg-select__shape-img {
    width: 80px;
  }

  .pg-select-grid_shape {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .pg-select__ring-size {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: row;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
  }

  .pg-ctw-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/* #endregion */

#optionGoldColor .product-option__head.rose {
  background-color: rgb(245, 227, 225);
  background-image: none;
}

#optionGoldColor .product-option__head.white {
  background-color: rgb(241, 241, 241);
  background-image: none;
}

#optionGoldColor .product-option__head.yellow {
  background-color: rgb(241, 233, 216);

  background-image: none;
}

#optionGoldColor .product-option__head.black {
  background: linear-gradient(45deg, #6F7174, #171C25);
}

#optionGoldColor .product-option__head.two-tone {
  background: linear-gradient(45deg, #e2d2b6, #e6d6a8 50%, #f5f5f5 51%, #ebebeb);
}

#optionGoldColor .product-option__head.two-tone-rose {
  background: linear-gradient(45deg, #FDDDDD, #D2ACAC 50%, #f5f5f5 51%, #ebebeb);
}

#optionGoldColor .product-option__head.tri-tone {
  background: linear-gradient(45deg, #e2c6cc, #e7cdd3 40%, var(--grey-light) 41%, #ddd 63%, #e2d2b6 64%, #ebe1c5);
}

#optionGoldColor .product-option__head.steel {
  background: linear-gradient(45deg, #a3a3a3, #ebebeb 50%, #c2c0c0 51%, #e9e9e9);
}

#optionGoldColor .product-option__head.titanium {
  background: linear-gradient(45deg, #959294, #3F383C);
}

#optionGoldColor .product-option__head.blue {
  background: radial-gradient(50% 50% at 50% 50%, rgba(225, 247, 255, 0.color-gradient.3) 0%, rgba(202, 241, 255, 0.color-gradient.288) 59.color-gradient.38%, rgba(178, 230, 249, 0) 59.color-gradient.39%, rgba(136, 211, 237, 0) 100%),
  linear-gradient(311.color-gradient.74deg, rgba(9, 149, 198, 0.color-gradient.4) 13.color-gradient.67%, rgba(136, 211, 237, 0.color-gradient.4) 49.color-gradient.66%, rgba(102, 194, 226, 0.color-gradient.4) 50.color-gradient.19%, rgba(255, 255, 255, 0.color-gradient.4) 64.color-gradient.48%),
  linear-gradient(222.color-gradient.81deg, rgba(9, 149, 198, 0.color-gradient.3) 14.color-gradient.05%, rgba(9, 149, 198, 0.color-gradient.3) 50.color-gradient.01%, rgba(136, 211, 237, 0.color-gradient.3) 50.color-gradient.27%, rgba(136, 211, 237, 0.color-gradient.3) 64.color-gradient.45%),
  linear-gradient(270deg, rgba(136, 211, 237, 0.color-gradient.5) 29.color-gradient.17%, rgba(9, 149, 198, 0.color-gradient.5) 50.color-gradient.46%, rgba(255, 255, 255, 0.color-gradient.5) 50.color-gradient.55%, rgba(9, 149, 198, 0.color-gradient.5) 100%),
  linear-gradient(180deg, rgba(136, 211, 237, 0.color-gradient.3) 30.color-gradient.45%, rgba(136, 211, 237, 0.color-gradient.3) 50.color-gradient.73%, rgba(9, 149, 198, 0.color-gradient.3) 50.color-gradient.73%, rgba(9, 149, 198, 0.color-gradient.3) 100%),
  radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #BAEDFF 57.color-gradient.8%, #88D3ED 57.color-gradient.81%, var(--blue-gold) 100%), var(--blue-gold);
}

#optionGoldColor .product-option__head.blue-gold {
  background: linear-gradient(45deg, #88D3ED, var(--blue-gold));
}

#optionGoldColor .product-option__head.navy-blue {
  background: linear-gradient(45deg, #223164, #3e68c2);
  color:#fff;
}
#optionGoldColor .product-option__head.red {
  background: linear-gradient(45deg, #e45353, #e42c2c);
  color:#fff;
}
.thumb_mobile_slider .splide__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* PRIVATE SALE MODAL*/
.private-modal {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  z-index: 99999;
  display: none;
}

.private-modal__ticker > div {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 14px;
  display: flex;
}

.private-modal .sparkle-main {
  pointer-events: none;
}

.private-modal canvas {
  position: static;
  width: 100%;
  height: 100%;
}

.private-modal__ticker > div > div > div > div {
  width: 14px;
  height: 14px;
  background-image: url('./img/private-modal_ticker-star.svg');
  background-size: 100% 100%;
  background-position: center;
  margin-top: -3px;
  margin-left: 6px;
  margin-right: 9px;
}

.private-modal h3 {
  text-align: center;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: white;
}

.private-modal__controls-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.private-modal__ticker > div > div {
  flex: none;
  align-items: center;
  display: flex;
  animation: privateTicker 28s linear infinite;
}
@keyframes privateTicker {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.private-modal__backdrop {
  background-color: rgba(26, 33, 44, .6);
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  background-image: url('./img/private-modal__close-img.svg');
  background-position: right 20px top 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.private-modal__subheading {
  max-width: 320px;
  text-align: center;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.private-modal__subheading.is_min {
  max-width: 280px;
}

.private-modal__ticker > div > div > div {
  flex: none;
  align-items: center;
  display: flex;
}

.private-modal input {
  width: 100%;
  height: 56px;
  color: #fff;
  background-color: #2f475a;
  border: 1px solid #334a5c;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 14px !important;
  font-weight: 600;
}

.private-modal input:hover {
  background-color: rgba(51, 74, 92, .7);
  border-color: #1ca7d4;
}

.private-modal input:focus {
  background-color: rgba(51, 74, 92, 0);
  border-color: #1ca7d4;
}

.private-modal input::-ms-input-placeholder {
  color: #7e8d9a;
  font-weight: 500;
  font-size: 14px !important;
}

.private-modal input::placeholder {
  color: #7e8d9a;
  font-weight: 500;
  font-size: 14px !important;
}

.private-modal__container {
  width: 100%;
  max-width: 500px;
  opacity: 0;
  background-image: linear-gradient(97deg, #fcfcfa, #d1c4a1 28%, #faebc2 47%, #fff 76%, #d1af73);
  border: 10px solid #5eb1cc;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(0, 48px)translate(-50%, -50%);
}

.private-modal__container.is-visible {
  opacity: 1;
  transform: translate(0)translate(-50%, -50%);
}

.private-modal__btn {
  height: 48px;
  min-width: 150px;
  background-color: #0095c6;
  border: 2px solid #0095c6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 600 !important;
  font-size: 14px !important;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.private-modal__btn:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #0095c6;
  color: white;
}

.private-modal__btn.lg_size {
  min-width: 220px;
}

.private-modal__btn.is_dim {
  background-color: rgba(47, 71, 90, .6);
  border-color: rgba(48, 69, 85, .64);
  font-weight: 400;
}

.private-modal__btn.is_dim:hover {
  background-color: rgba(0, 0, 0, 0);
}

.private-modal__over {
  z-index: 8;
  height: 68%;
  opacity: .8;
  mix-blend-mode: screen;
  background-image: radial-gradient(circle farthest-side at 50% -12%, rgba(0, 149, 198, .58), rgba(255, 237, 198, 0));
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
  pointer-events: none;
}

.private-modal__ticker span {
  color: #fff;
  letter-spacing: 6px;
  white-space: nowrap;
  word-break: normal;
  flex: none;
  font-size: 18px;
  font-weight: 700;
}

.private-modal__container > div {
  min-height: 360px;
  background-image: linear-gradient(#021d2e, #1f3850);
  flex-direction: column;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

.private-modal__content {
  width: 100%;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transition: all 400ms ease;
}

.private-modal__content[id="privateModalResults"] {
  display: none;
}

.private-modal__container div:not(.private-modal__ticker) img {
  width: 76%;
  margin-bottom: 28px;
}

.private-modal__ticker {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 42px;
  overflow: hidden;
  transform: rotate(-4deg);
}

.private-modal__form-wrap {
  width: 100%;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 62px;
  padding-right: 62px;
  display: flex;
}

.private-modal form {
  width: 100%;
}

.private-modal__subheading > span {
  color: #f3d7a7;
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 700 !important;
}

.private-modal__input-error {
  color: #ffa2a2;
  text-align: center !important;
  margin: auto;
  margin-top: 9px !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 16px;
  display: none;
}

.sparkle-main {
  z-index: 20;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .private-modal__container {
    max-width: calc(100% - 42px);
  }
  .private-modal__form-wrap {
    padding: 0 24px;
  }
}

@media screen and (max-width: 479px) {
  .private-modal__controls-group {
    width: 100%;
  }

  .private-modal__btn {
    max-width: 130px;
    min-width: 110px;
    flex: 1;
    padding-left: 8px;
    padding-right: 8px;
  }

  .private-modal__over {
    top: 0;
    left: 0%;
    right: 0%;
  }

  .private-modal__container > div {
    padding: 24px 0px;
  }
}

.page-floating__private-btn {
  z-index: 89;
  width: 200px;
  cursor: pointer;
  border: 3px solid rgba(221, 196, 136, .33);
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
  position: fixed;
  bottom: 20px;
  right: -3px;
  box-shadow: 0 12px 24px rgba(221, 196, 136, .33);
  transform: translateX(100%);
}

.page-floating__private-btn:hover {
  border-color: #23a7d3;
  box-shadow: 0 12px 24px rgba(0, 149, 198, .19);
}

@media screen and (max-width: 479px) {
  .page-floating__private-btn {
    width: 50vw;
    min-width: 200px;
  }
}
