@font-face {
	font-family: 'Savoy-Bold';
	src: url(../../assets/fonts/Savoy-Bold-webfont.woff2) format('woff2'),
	url(../../assets/fonts/Savoy-Bold-webfont.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}@font-face {
	font-family: 'Savoy-Roman';
	src: url(../../assets/fonts/Savoy-Roman-webfont.woff2) format('woff2'),
	url(../../assets/fonts/Savoy-Roman-webfont.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}.special-title {
  font-family: 'Savoy-Roman';
  /*font-style: italic;*/
  color: #D8315B;
}

.special-title2 {
  color: #092761;
}

.ids-ca-sale {
  font-weight: 500;
  font-size: 4.8vw;
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .ids-ca-sale {
    font-size: 26px;
    color: white;
  }
}

.ids-ca-offer {
  margin-top: 3vw;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 500;
  font-size: 3.5vw;
}

@media (min-width: 992px) {
  .cd-headline b.is-visible {
    font-size: 14px;
  }
}

.offer-bar-ca {
  padding: .545rem;
  text-align: center;
  font-family: canada-type-gibson, sans-serif;
  background: linear-gradient(to right, #d8315b, #8e0909);
}

.offer-bar {
  padding: .575rem;
  text-align: center;
  font-family: canada-type-gibson, sans-serif;
}

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

.main-callout {
  font-size: .75em;
  letter-spacing: 1px;
  color: white;
  margin: auto;
  font-family: canada-type-gibson, sans-serif;
}

@media (min-width: 992px) {
  .main-callout {
    font-size: .85em;
  }
}

@media (min-width: 576px) {
  .offer {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}

.offer.sale {
  display: none;
}

@media (min-width: 576px) {
  .offer.sale {
    display: inline;
  }
}

.offer-bar {
  background: linear-gradient(to right, #092761, #7D9ACF,#FFFFFF);
  /*background: linear-gradient(to right, #092761, #7D9ACF,#FFFFFF);*/
  /*animation-duration: 3s;*/
  /*animation-name: colorchange;*/
  /*animation-iteration-count: infinite;*/
  /*animation-direction: alternate;*/
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

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

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

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

a {
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

.d-hiw-titles {
  font-weight: 500;
  font-size: 1.4em;
  margin-bottom: 40px;
  font-family: canada-type-gibson, sans-serif;
}

.d-hiw-body {
  font-style: normal;
  font-size: 1em;
  line-height: 1.575em;
  margin: auto;
  color: rgb(0,0,0);
  letter-spacing: .020em;
  /*max-width: 330px;*/
  font-family: canada-type-gibson, sans-serif;
}

.hiwicons {
  /*color: var(--main-brand-color);*/
  width: 52px;
  margin-bottom: 40px;
}

.m-col {
  /*height: 170px;*/
}

.simple-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  padding: 10px;
  margin-top: -80px;
}

@media (min-width:576px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    margin-top: -100px;
  }
}

.pdp-name {
  display: block;
  color: #333;
  font-size: 14px;
  /*font-weight: 400;*/
  /*line-height: 2em;*/
  /*margin-bottom: .3em;*/
  /*letter-spacing: .1em;*/
  font-family: canada-type-gibson, sans-serif;
  text-align: left;
}

.price {
  color: #797979;
  text-decoration: line-through;
  text-decoration-color: #797979;
  font-size: 14px;
  font-family: canada-type-gibson, sans-serif;
}

.loglink, .sale-price, a, a:hover {
  text-decoration: none;
}

.aged-price {
  /*margin-left: 4px;*/
  font-weight: 500;
  color: #885650;
  /*margin-bottom: 2em;*/
  font-size: 14px;
  font-family: canada-type-gibson, sans-serif;
}

.sale-price {
  margin-left: 4px;
  font-weight: 500;
  color: #885650;
  /*margin-bottom: 2em;*/
  font-size: 14px;
  font-family: canada-type-gibson, sans-serif;
}

a:hover {
  color: var(--main-brand-color);
}

.slide-content {
  /*padding: 2px;*/
  text-align: left;
  padding: 5px;
}

@media (min-width:992px) {
  .swiper-wrapper {
    height: auto!important;
  }
}

@media (min-width:1200px) {
  .swiper-wrapper {
    /*height: 550px!important;*/
  }
}

@media (min-width: 1400px) {
  .swiper-wrapper {
    /*height: 600px!important;*/
  }
}

.slider-title {
  font-weight: 100;
}

.swiper-pagination-bullet-active {
  background: #000!important;
}

.stock {
  font-size: .8rem;
  color: red;
  /*display: block;*/
  margin-left: .45em;
  font-family: canada-type-gibson, sans-serif;
  display: none;
}

@media (min-width: 576px) {
  .stock {
    display: inherit;
  }
}

.swiper-pagination {
  display: none;
  /*margin-top: 1rem;*/
  /*position: relative;*/
}

.slides {
  margin-bottom: 3vw;
  /*overflow: visible;*/
  padding: 10px;
}

@media (min-width: 992px) {
  .slides {
    margin-bottom: 0vw;
    /*overflow: hidden;*/
    padding: 20px;
  }
}

.arrows {
  margin-top: -6.2em;
  background-color: rgba(255,255,255,0);
  height: 500px;
  width: 30px;
  background-repeat: no-repeat!important;
}

.pdp-shop:hover {
  display: block;
  text-decoration: underline;
  color: #885650;
  font-size: 14px;
  font-weight: 400;
  font-family: canada-type-gibson, sans-serif;
  text-align: left;
}

.pdp-shop {
  display: block;
  text-decoration: underline;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  font-family: canada-type-gibson, sans-serif;
  text-align: left;
}

.perf-col {
  background: #fcf8f7;
  padding: 60px;
}

.perfect-copy {
  max-width: 380px;
}

@media (min-width: 768px) {
  .perfect-copy {
    max-width: 650px;
  }
}

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

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

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

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

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

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

footer {
  width: 100%;
  background: #fff;
}

footer .subtext {
  /*max-width: 480px;*/
  font-size: 9px;
  line-height: 1.5em;
  text-align: center;
  padding: .5em 0;
}

#regMfoot {
  padding: 20px;
  max-width: 480px;
  margin: 0 auto;
}

@media only screen and (min-width:769px) {
  .r-cta {
    margin: 15px 0;
    background: black;
    width: 150px;
    height: 35px;
    border-radius: 0px;
    letter-spacing: 1px;
    border: 0px;
    font-size: 0.775rem;
    font-weight: 400;
    z-index: 10;
  }
}

@media only screen and (min-width:769px) {
  .r-cta:hover {
    color: white!important;
  }
}

#regMfoot {
  display: none;
}

@media only screen and (min-width:769px) {
  #regDfoot {
    display: block;
    padding: 20px 10px;
  }
}

@media only screen and (min-width:769px) {
  #regDfoot .subtext {
    width: 100%;
    max-width: 1200px;
    line-height: 1.5em;
    padding: 20px 0;
    position: relative;
  }
}

#regDfoot a.flnk {
  letter-spacing: 1px;
  font-size: 1.2em;
  color: #000;
  padding: 0 5px;
}

#regDfoot a.flnk:hover {
  color: inherit;
}

@media only screen and (min-width:769px) {
  #regDfoot #logonbadge {
    position: absolute;
    top: 20px;
    left: 0;
    width: 300px;
  }
}

@media only screen and (min-width:769px) {
  #regDfoot #logonbadge img {
    height: 30px;
    margin-right: 10px;
    display: inline-block;
    float: left;
  }
}

@media only screen and (min-width:769px) {
  #regDfoot #fcta {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 0;
    background-color: rgb(240,70,150);
    color: white;
    padding: 10px 20px;
    text-decoration: none;
  }
}

@media only screen and (min-width:1200px) {
  footer .subtext {
    font-size: 10px;
    padding: .75em 0;
  }
}

.jf-footer {
  z-index: 10;
  position: relative;
}

.fconsult {
  /*font-weight: 400;*/
  font-size: 1em;
}

.copyright {
  display: block;
  font-weight: 600;
  padding: 0;
}

.disc {
  font-weight: 400;
}

html, body {
  overflow-x: hidden!important;
  width: auto!important;
}

.section-body {
  color: black;
  font-family: 'Savoy-Roman';
  font-size: 3.9vw;
  /*line-height: 1.45em;*/
  text-align: center;
}

@media (min-width: 992px) {
  .section-body {
    color: #333;
    font-family: 'Savoy-Roman';
    font-size: 1.125em;
    line-height: 1.45em;
    text-align: left;
  }
}

.section-titles {
  /*font-size: 2.75em;*/
  font-size: 9.2vw;
  font-family: Savoy-Roman;
  color: #333;
  /*max-width: 350px;*/
  /*line-height: 2;*/
  text-align: center;
  margin-bottom: 1vw;
}

@media (min-width: 992px) {
  .section-titles {
    font-weight: normal;
    color: #333333;
    font-family: Savoy-Roman;
    font-size: 2.45em;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-align: left;
  }
}

.section-margin {
  margin-bottom: 15vw;
}

@media (min-width: 992px) {
  .section-margin {
    margin-bottom: 100px;
  }
}

.section-pre-title {
  color: #333;
  text-align: center;
  font-size: 2.8vw;
  font-weight: 500;
  /*margin-bottom: 40px;*/
  letter-spacing: 1.3px;
  /*padding-top: 4vw;*/
}

@media (min-width: 992px) {
  .section-pre-title {
    font-style: normal;
    font-size: .95em;
    font-weight: 500;
    /*margin-bottom: 20px;*/
    letter-spacing: 1px;
    line-height: 28px;
    color: rgb(0,0,0);
    text-align: left;
  }
}

.sub-section-titles {
  font-size: 1.8em;
  font-family: Savoy-Roman;
  line-height: 1.5em;
}

.shop-now-sub-cta {
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: .5vw;
  text-decoration: underline;
  font-family: canada-type-gibson, sans-serif;
}

@media (min-width: 992px) {
  .shop-now-sub-cta {
    font-size: .95em;
    letter-spacing: 1px;
    font-family: canada-type-gibson, sans-serif;
  }
}

@media (min-width: 576px) {
  .who-one {
    /*min-width: 500px;*/
    /*margin: auto;*/
    margin-bottom: 6vw;
  }
}

@media (min-width: 992px) {
  .who-one {
    max-width: 330px;
    margin-bottom: 30px;
  }
}

.keytrend-text {
  position: absolute;
  color: white;
  /*margin: auto;*/
  line-height: 3.2;
}

.keytrend-title {
  font-family: Savoy-Roman;
  line-height: 10vw;
  /*margin-bottom: 4px;*/
  font-size: 9.2vw;
}

.hiw-one {
  padding: 11vw 6vw 11vw 6vw;
}

@media (min-width: 992px) {
  .hiw-one {
    padding: 0vw;
  }
}

#homepage-custom-multisize-grid-1523893771051 .jvlsrY, #homepage-custom-multisize-grid-1523893771051-modal .jvlsrY {
  display: none!important;
}

.top-layer {
  z-index: 10;
  position: relative;
}

.logo {
  height: 25px;
  margin: 15px 0px 15px 0px;
  /*margin: auto;*/
  position: relative;
}

.login {
  position: absolute;
  display: block;
  right: 15px;
  top: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 5px 20px;
  /*border: solid;*/
  background: white;
  border-width: 1px;
  border-color: #777;
}

@media (min-width: 992px) {
  .login {
    top: 8px;
  }
}

@media (min-width: 992px) {
  .login {
    background: white;
    color: black;
    border: none;
    background: white;
  }
}

.loglink, a:hover {
  /*color: black!important;*/
  color: inherit;
}

.loglink, a {
  text-decoration: none;
}

#jfheader {
  /*height: 65px;*/
  width: 100%;
  z-index: 100;
  padding: 0;
  display: block;
  font-size: .75em;
  font-weight: 400;
  /*box-shadow: 0 5px 10px rgba(0,0,0,.3);*/
  background: #fff;
}

@media (min-width: 992px) {
  #jfheader {
    height: auto;
    max-width: 1200px;
    position: relative;
    box-shadow: 0 0;
    font-size: .7rem;
    margin: 0 auto;
  }
}

.already-mem {
  display: none;
  font-size: 1em;
  letter-spacing: 1.5px;
}

@media (min-width: 992px) {
  .already-mem {
    display: inline-block;
    color: #000;
  }
}

.loglink {
  color: black;
  font-weight: 400;
  text-decoration: underline;
  z-index: 10;
  position: relative;
}

@media (min-width: 992px) {
  .loglink {
    font-size: 1em;
    letter-spacing: 1.5px;
    text-decoration: underline;
  }
}

.jf-header-section {
  background: white;
  max-width: 100%;
}

form label {
  font-size: 13px;
  padding-bottom: 5px;
}

form {
  text-align: left;
  z-index: 14;
  background: #fff;
  width: 100% !important;
  padding: 10px 15px;
  margin: 0;
  position: relative;
}

input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: .5em 0;
  padding: .5em .2em;
  line-height: 1.4;
  font-size: 13px;
  display: block;
  width: 100%;
  font-family: Gibson, Arial, sans-serif;
  cursor: text;
  border-width: 2px;
  border-style: inset;
}

.fp {
  color: #ff0066;
  cursor: pointer;
  text-decoration: underline;
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
  font-size: 15px;
  padding: 10px 0;
}

.fp:visited {
  color: #ff0066;
}

.dd_cta {
  background: #ff0066;
  color: #fff !important;
  font-size: 15px;
  text-align: center;
  width: 100%;
  margin: 10px auto;
  display: block;
  cursor: pointer;
  text-decoration: none;
  border-radius: .2em;
  padding: 10px;
  font-family: Gibson, sans-serif;
  font-weight: 600;
}

#signin {
}

#signin input {
  margin-bottom: 2px;
  padding: 2px;
  color: #666;
  border: solid 1px #ccc;
  width: 118px;
  font-size: 13px;
}

#signin .input_checkbox {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  width: auto !important;
  top: 2px;
  position: relative;
}

#signin .member {
  line-height: 22px;
  color: #000;
  text-decoration: none !important;
}

.brand_dropdown {
  position: absolute;
  width: 212px;
  top: 25px;
  right: -10px;
  text-align: left;
}

.brand_dropdown .body {
  float: left;
  width: 182px;
  padding: 0 10px 10px 10px;
  -webkit-box-shadow: 1px 1px 2px 2px #ddd;
  -moz-box-shadow: 1px 1px 2px 2px #ddd;
  box-shadow: 1px 1px 2px 2px #ddd;
  background-color: #fff;
}

.brand_dropdown #close {
  float: right;
  cursor: pointer;
  position: relative;
  margin-right: -10px;
}

.brand_dropdown .input_text {
  width: 176px !important;
  margin-bottom: 8px !important;
}

.brand_dropdown label {
  font-size: 13px;
  line-height: 20px;
  color: #333;
}

.brand_dropdown label span {
  font-size: 12px;
  line-height: 14px;
}

.brand_dropdown .signin {
  width: 115px;
  height: 26px;
  padding: 26px 0 0;
  background: url('https://us-cdn.justfab.com/media/images/buttons/signin_115x26.png');
  border: 0;
  cursor: pointer;
}

.litebox {
  float: left;
  padding: 15px 15px 30px 15px;
  text-align: left;
}

.litebox .container {
  float: left;
  padding: 10px;
  background-color: #fff;
  width: auto !important;
}

.litebox #support {
  float: left;
  width: 730px;
  padding: 10px;
  background: url('https://us-cdn.justfab.com/media/images/dm/global/works_bg_main.png');
  text-align: left;
}

.litebox #support .inner {
  float: left;
  width: 710px;
  padding: 15px;
  background-color: #fff;
  font-family: Gibson, "Trebuchet MS", Arial, sans-serif;
  font-size: .7em;
  font-weight: 100;
  line-height: 1.2;
}

.litebox #support .header {
  font-size: 24px;
  text-transform: uppercase;
  color: #ff0066;
  border-bottom: 1px solid #666;
  line-height: 20px;
  padding-bottom: 10px;
}

.litebox #support .lb_cont {
  height: 500px;
  overflow: auto;
  padding-right: 10px;
}

.litebox #support .lb_cont em {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.litebox #support .lb_cont span {
  display: block;
  font-weight: 600;
}

.litebox #support .lb_cont ul {
  margin: 10px 0px;
}

.litebox #support .lb_cont li {
  list-style: circle;
  margin-left: 10px;
}

.litebox #support table td {
  padding: 2px 8px;
  border: solid 1px #e5e5e5;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

#cboxOverlay {
  background-color: #000;
  opacity: 0.5 !important;
}

#colorbox {
}

#cboxContent {
}

#cboxLoadedContent {
  overflow: hidden !important;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #e5e5e5;
}

#cboxCurrent {
  position: relative;
  top: -90px;
  right: 0;
  left: 0;
  display: none !important;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxLoadingGraphic {
  background: url('https://us-cdn.justfab.com/media/images/dm/1226/loading.gif') center center no-repeat;
}

#cboxClose {
  display: block;
  position: absolute;
  text-indent: -9999px;
  z-index: 3;
  background: rgba(0, 0, 0, 0) url("https://jf-na-cdn.justfab.com/image/site/en_US/icon/login-lb-close.png") no-repeat scroll 0 0 / 36px 36px;
  height: 36px;
  right: -5px;
  top: -5px;
  width: 36px;
  border: 0;
  padding: 0;
}

#cboxContent {
}

#login_form_lb .litebox {
  padding: 10px;
  float: none;
}

#login_form_lb .container {
  width: 320px !important;
  letter-spacing: 0.01em;
  font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
  float: none;
}

#login_form_lb .title {
  background-color: #f2f2f2;
  font-family: FuturaPT-Medium, "Trebuchet MS", Arial, sans-serif;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#login_form_lb .title.not-member {
  font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  margin: 12px 0 0 0;
  letter-spacing: 0.01em;
  text-transform: none;
}

#login_form_lb .title.not-member a {
  color: #e74582;
  text-decoration: none !important;
}

#login_form_lb .subtitle {
  padding-bottom: 14px;
}

#login_form_lb .container input[type="email"], #login_form_lb .container input[type="password"], #login_form_lb .container input[type="text"] {
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #333;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  font-size: 13px;
  border: solid 1px #d9d9d9;
}

#login_form_lb ::-webkit-input-placeholder {
  color: #999;
  font-size: 13px;
  letter-spacing: 0.01em;
  font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
}

#login_form_lb :-moz-placeholder {
  color: #999;
  font-size: 13px;
  letter-spacing: 0.01em;
  font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
}

#login_form_lb :-ms-input-placeholder {
  color: #999;
  font-size: 13px;
  letter-spacing: 0.01em;
  font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
}

#login_form_lb :placeholder-shown {
  color: #999;
  font-size: 13px;
  letter-spacing: 0.01em;
  font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
}

#login_form_lb .container input:focus, #login_form_lb .container .bordered {
  border: solid 1px #999 !important;
}

#login_form_lb .password-field {
  position: relative;
  clear: both;
}

span.show-toggle {
  display: none;
}

input.has-user-input:focus + span.show-toggle {
  color: #999;
  background-color: #f2f2f2;
  position: absolute;
  width: 40px;
  height: 20px;
  border-radius: 5px;
  line-height: 20px;
  text-align: center;
  top: 10px;
  right: 5px;
  cursor: pointer;
  display: block;
  font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#login_form_lb .forgot {
  float: right;
  color: #999;
  font-size: 13px;
  margin-bottom: 10px;
  text-decoration: none;
}

#login_form_lb .ctas {
  clear: both;
  margin: 27px 0 15px 0;
  text-align: center;
}

#login_form_lb .ctas .button {
  width: 122px;
  background-color: #e74582;
  padding: 10px 14px;
  margin: 0;
  font-family: "FuturaPT-Medium", "Trebuchet MS", Arial, sans-serif;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
}

.button {
  background: #ea4f8d;
  color: #fff;
  font-size: 1rem;
  font-weight: 400 !important;
  letter-spacing: 1px;
  line-height: 1rem;
  height: 40px;
  min-width: 10.71429rem;
  padding: .85em 1.25em;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}

@media only screen and (max-width:320px) {
  #login_form_lb .container {
    width: 300px !important;
  }
}

.clickTo {
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  position: absolute;
  z-index: 5;
}

.container.hit-area-color {
  height: 100vh;
  background-color: rgba(198, 255, 178, .28);
  z-index: 5;
}

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

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

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

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

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

.legal-text {
  /*font-size: 10px;*/
  /*line-height: 30px;*/
  color: rgba(0,0,0,0.6);
  font-family: Savoy-Roman;
  font-weight: normal;
  font-size: 3.5vw;
}

@media (min-width: 992px) {
  .legal-text {
    font-size: 18px;
  }
}

400;600;700&display=swap'); * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.content {
  margin: 80px auto;
  max-width: 580px;
}

.accordion__item {
  background: #faefeb;
  /*border-radius: 4px;*/
  /*border: solid;*/
  /*border-width: 1px;*/
  /*border-color: pink;*/
}

.accordion__item:not(:last-child) {
  margin-bottom: 2px;
}

.accordion__header {
  padding: 30px 20px 30px 45px;
  padding-right: 50px;
  font-weight: 500;
  /*font-size: 1.575em;*/
  font-size: 6vw;
  color: black;
  position: relative;
  cursor: pointer;
  letter-spacing: .025em;
}

.accordion__header::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  /*background: url("../../assets/img/arrow-right-burg.svg") no-repeat center;*/
  background-size: contain;
  transition: all .4s ease;
}

.accordion__body {
  padding: 0 40px 20px 20px;
  /*font-weight: 300;*/
  /*font-size: 0.875rem;*/
  color: #323232;
  line-height: 1.5;
  display: none;
  font-size: 1.125em;
  letter-spacing: .020em;
  line-height: 1.75em;
}

.open-accordion .accordion__body {
  display: block;
}

.open-accordion .accordion__header::after {
  transform: rotate(90deg);
}

.sort_lession_pointer {
  cursor: n-resize;
}

.bg-tag {
  background-color: #bf1010;
  color: #fff;
  /*border-right: 2px solid #ECECEC;*/
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.newcta:focus, .newcta:active {
  outline: none !important;
  box-shadow: none;
}

.newcta {
  background: black;
  max-width: 520px;
  border-radius: 0px;
  letter-spacing: .5vw;
  border: 0px;
  font-size: 4.5vw;
  /*font-size: 17px;*/
  font-weight: 500;
  color: white;
  padding: 15px 0px 15px 0px;
  display: block;
  font-family: canada-type-gibson, sans-serif;
}

@media (min-width: 992px) {
  .newcta {
    background: black;
    width: 240px;
    /*height: 48px;*/
    border-radius: 0px;
    letter-spacing: .1em;
    border: 0px;
    font-size: 17px;
    font-weight: 400;
    color: white;
    padding: 12px 0px 12px 0px;
    z-index: 12;
    position: relative;
  }
}

.newcta:hover {
  /*background-color: #E6DFD1;*/
  background-color: #d8315b;
  /*#F8CA68;: #E87FA4;*/
  color: white!important;
  border: 0px;
}

.hero-section-update {
  /*margin-top: 6.4rem;*/
}

.offer-text {
  position: relative;
  display: block;
  /*line-height: 3;*/
}

@media (min-width: 992px) {
  .offer-text {
    z-index: 10;
    position: absolute;
    /*line-height: 3;*/
  }
}

.main-text {
  /*font-size: 2.75em;*/
  font-size: 12.8vw;
  font-family: Savoy-Roman;
  color: #7D9ACF;
  /*max-width: 350px;*/
  /*line-height: 1.4;*/
}

.main-text2 {
  /*font-size: 2.75em;*/
  font-size: 6vw;
  font-family: Savoy-Roman;
  color: #A9B5A3;
  /*max-width: 350px;*/
  /*line-height: 1.4;*/
}

@media (min-width: 992px) {
  .main-text {
    /*font-weight: 300!important;*/
    font-size: 4.8em;
    font-family: Savoy-Roman;
    color: rgb(255,255,255);
    max-width: 100%;
    /*line-height: 1;*/
  }
}

@media (min-width: 992px) {
  .main-text2 {
    /*font-weight: 300!important;*/
    font-size: 2.0em;
    font-family: Savoy-Roman;
    color: rgb(255,255,255);
    max-width: 100%;
    /*line-height: 1;*/
  }
}

.sale-day-text {
  /*font-weight: 300!important;*/
  font-size: 7vw;
  /*font-family: Savoy-Roman;*/
  color: #7D9ACF;
  max-width: 100%;
  /*line-height: 1;*/
}

@media (min-width: 992px) {
  .sale-day-text {
    /*font-weight: 300!important;*/
    font-size: 2.5em;
    /*font-family: Savoy-Roman;*/
    color: rgb(255,255,255);
    max-width: 100%;
    /*line-height: 1;*/
  }
}

.sub-text {
  font-family: Savoy-Roman;
  /*font-style: normal;*/
  font-size: 4.2vw;
  margin: auto;
  /*font-family: Savoy-Roman;*/
  /*color: black;*/
  /*max-width: 500vw;*/
  margin-bottom: 5vw;
  /*letter-spacing: 1px;*/
}

@media (min-width: 992px) {
  .sub-text {
    font-style: normal;
    /*font-size: 2vw;*/
    font-size: 1.25em;
    font-family: Savoy-Roman;
    color: rgb(255,255,255);
    /*max-width: 250px;*/
    margin-bottom: 1.4rem;
    letter-spacing: 1px;
  }
}

.pre-main-text {
  color: rgba(0,0,0,0.6);
  font-style: normal;
  /*font-size: 1em;*/
  font-size: 2.8vw;
  font-weight: 500;
  /*margin-bottom: 40px;*/
  letter-spacing: 1.3px;
  /*line-height: 2;*/
  /*padding-top: 2vw;*/
  font-family: canada-type-gibson, sans-serif;
}

@media (min-width: 992px) {
  .pre-main-text {
    font-style: normal;
    font-size: .75em;
    /*font-size: 1vw;*/
    font-weight: 500;
    /*margin-bottom: 40px;*/
    letter-spacing: 1.3px;
    /*line-height: 28px;*/
    color: rgb(255,255,255);
  }
}

.offer-bold {
  font-family: 'Savoy-Bold';
}

.showcase-cont {
  background-color: #F9EEEA;
}

@media (min-width: 992px) {
  .showcase-cont {
    background-color: white;
  }
}

.showcase-title {
  padding-top: 15vw;
}

@media (min-width: 992px) {
  .showcase-title {
    padding-top: 0vw;
  }
}

.m-spotlight-cont {
  background-color: #FCF8F7;
}

.spotlight-arrows {
  margin-top: -6.2em;
  /*background-color: rgba(255,255,255,0);*/
  height: 30px;
  width: 40px;
  background-repeat: no-repeat!important;
}

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h2, h2 {
  font-size: 2rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: canada-type-gibson;
  font-weight: 400 !important;
}

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

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

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

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

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

