.egc-options-main-container .email-tab-container .BVRRSortSelectWidget .BVRRSelect,
.egc-options-main-container .questionsAnswersTabContainer .BVRRSortSelectWidget .BVRRSelect,
.egc-options-main-container .reviewsTabContainer .BVRRSortSelectWidget .BVRRSelect,
.reviewsAndQAMainCointainer .email-tab-container .BVRRSortSelectWidget .BVRRSelect,
.reviewsAndQAMainCointainer .questionsAnswersTabContainer .BVRRSortSelectWidget .BVRRSelect,
.reviewsAndQAMainCointainer .reviewsTabContainer .BVRRSortSelectWidget .BVRRSelect {
  padding: 0 3px;
}

.egc-options-main-container .email-tab-container .BVRRSortSelectWidget .BVRRSelect:focus,
.egc-options-main-container .questionsAnswersTabContainer .BVRRSortSelectWidget .BVRRSelect:focus,
.egc-options-main-container .reviewsTabContainer .BVRRSortSelectWidget .BVRRSelect:focus,
.reviewsAndQAMainCointainer .email-tab-container .BVRRSortSelectWidget .BVRRSelect:focus,
.reviewsAndQAMainCointainer .questionsAnswersTabContainer .BVRRSortSelectWidget .BVRRSelect:focus,
.reviewsAndQAMainCointainer .reviewsTabContainer .BVRRSortSelectWidget .BVRRSelect:focus {
  outline: 0;
}

.egc-options-main-container .email-tab-container .BVRRSortSelectWidget .sbHolder,
.egc-options-main-container .questionsAnswersTabContainer .BVRRSortSelectWidget .sbHolder,
.egc-options-main-container .reviewsTabContainer .BVRRSortSelectWidget .sbHolder,
.reviewsAndQAMainCointainer .email-tab-container .BVRRSortSelectWidget .sbHolder,
.reviewsAndQAMainCointainer .questionsAnswersTabContainer .BVRRSortSelectWidget .sbHolder,
.reviewsAndQAMainCointainer .reviewsTabContainer .BVRRSortSelectWidget .sbHolder {
  width: 220px;
  border: none;
}

.egc-options-main-container .email-tab-container .BVRRSortSelectWidget .sbHolder .sbSelector,
.egc-options-main-container .questionsAnswersTabContainer .BVRRSortSelectWidget .sbHolder .sbSelector,
.egc-options-main-container .reviewsTabContainer .BVRRSortSelectWidget .sbHolder .sbSelector,
.reviewsAndQAMainCointainer .email-tab-container .BVRRSortSelectWidget .sbHolder .sbSelector,
.reviewsAndQAMainCointainer .questionsAnswersTabContainer .BVRRSortSelectWidget .sbHolder .sbSelector,
.reviewsAndQAMainCointainer .reviewsTabContainer .BVRRSortSelectWidget .sbHolder .sbSelector {
  width: 100%;
}

.article-product-image-hover,
.article-products-wrapper .image-wrap:hover,
.article-products-wrapper .linked-product-wrapper span:not('.tooltip-content').hover+a .image-wrap {
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: calc(100% - 5px);
  width: 100%;
  padding-bottom: 10px;
}

.article-product-image-hover:after,
.article-products-wrapper .image-wrap:hover:after,
.article-products-wrapper .linked-product-wrapper span:not('.tooltip-content').hover+a .image-wrap:after {
  content: '';
  position: absolute;
  width: 102%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}

#wrapper.clarinsmag-wrap {
  max-width: none;
}

#wrapper.clarinsmag-wrap .page-content {
  margin-top: 0;
}

.clarins-mag-wrapper {
  max-width: 1250px;
  margin: auto;
}

.search-result-content .clarins-mag-wrapper {
  max-width: none;
}

.clarins-nav-wrapper,
.mag-navigation-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

.clarinsmag-wrap .clarins-mag-category-wrapper .article-info .number-holder:after,
.clarinsmag-wrap .clarins-mag-category-wrapper .article-info .number-holder:before {
  box-sizing: border-box;
}

.clarinsmag-wrap .clarins-mag-category-wrapper .article-info .info-holder:after,
.clarinsmag-wrap .clarins-mag-category-wrapper .article-info .info-holder:before {
  box-sizing: border-box;
}

.clarinsmag-wrap .clarins-mag-category-wrapper .article-info .category-number {
  right: -5px;
}

.clarinsmag-wrap .clarins-mag-category-wrapper .article-info .share-holder .social-share {
  width: 100%;
}

.mag-navigation {
  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;
  padding: 0;
  margin: 0;
}

.mag-navigation li {
  -webkit-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  min-width: 55px;
  list-style-type: none;
  font-size: 11px;
  text-transform: uppercase;
}

.mag-navigation li.selected .nav-item-title {
  color: #be0f34;
}

.mag-navigation li .title-wrapper {
  padding: 5px 10px;
}

.mag-navigation li .nav-item-number {
  color: #be0f34;
}

.mag-navigation p {
  max-width: 90px;
  margin: 5px 5px 0;
  line-height: 13px;
}

.clarins-mag-category-wrapper .mag-navigation li:not(.selected) .tint {
  position: relative;
}

.clarins-mag-category-wrapper .mag-navigation li:not(.selected) .tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 3px;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.5);
}

.mag-logo-big-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

.mag-logo-big {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  margin: 57px 0 35px;
}

.mag-recent-articles-list {
  position: relative;
  height: 600px;
}

.stickyPosition {
  position: relative;
}

.mag-navigation-sticky,
.stickyPosition {
  top: 30px;
}

.mag-navigation-sticky {
  display: none;
  position: relative;
  height: 63px;
  width: 100%;
  z-index: 4;
}

.mag-navigation-sticky.stick {
  position: fixed;
  top: 63px;
  left: 0;
  display: block;
}

.mag-navigation-sticky .mag-sticky-background {
  height: 100%;
  background: #fff;
  border-top: 1px solid rgba(42,42,42,.1);
  border-bottom: 1px solid rgba(42,42,42,.1);
}

.mag-sticky-holder {
  max-width: 1250px;
  margin: 0 auto;
}

.mag-sticky-container,
.mag-sticky-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

.mag-logo-small {
  position: absolute;
  left: 50%;
  top: 57%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.mag-sticky-menu {
  letter-spacing: .1em;
  margin-top: 5px;
  text-align: left;
}

.mag-sticky-menu:after,
.mag-sticky-menu:before {
  box-sizing: border-box;
}

.mag-sticky-menu .sbHolder {
  font-size: 14px;
  width: 100%;
}

.mag-sticky-menu .sbSelector:hover,
.mag-sticky-menu .sbSelector:link,
.mag-sticky-menu .sbSelector:visited {
  font-weight: 400;
}

.mag-sticky-menu .sbOptions {
  width: 100%;
}

.mag-sticky-menu .sbOptions li:first-child {
  display: none;
}

.mag-sticky-menu .sbOptions a {
  padding-left: 5px;
  padding-right: 5px;
}

.mag-sticky-menu .sbSelector {
  padding-left: 9px;
}

.mag-sticky-menu select {
  margin: 0;
  width: 0;
}

.articles-list {
  position: relative;
}

.article-info-wrapper {
  width: 100%;
  padding: 0 20px;
  display: inline-block;
  box-sizing: border-box;
}

.article-info-holder {
  box-sizing: border-box;
  float: left;
}

.article-info-holder:after,
.article-info-holder:before {
  box-sizing: border-box;
}

.clarinsmag-wrap .image-holder.video {
  margin: 0 auto;
  box-sizing: border-box;
  float: left;
  left: 16.6666666667%;
}

.clarinsmag-wrap .image-holder.video:after,
.clarinsmag-wrap .image-holder.video:before {
  box-sizing: border-box;
}

.clarinsmag-wrap .image-holder.single {
  margin-bottom: 45px;
}

.clarinsmag-wrap .image-holder img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.article-products-wrapper .clarinsmag-wrap.iPad .image-wrap:hover,
.article-products-wrapper .linked-product-wrapper span:not('.tooltip-content').hover+a .clarinsmag-wrap.iPad .image-wrap,
.clarinsmag-wrap.iPad .article-product-image-hover,
.clarinsmag-wrap.iPad .article-products-wrapper .image-wrap:hover,
.clarinsmag-wrap.iPad .article-products-wrapper .linked-product-wrapper span:not('.tooltip-content').hover+a .image-wrap,
.clarinsmag-wrap.iPad .linked-product-wrapper span {
  bottom: calc(100% + 8px);
}

.clarinsmag-wrap .mag-divider {
  margin: 45px 0 50px;
  border-top: 1px solid #e5e5e5;
}

.clarinsmag-wrap .mag-logo-big-description {
  width: 44%;
  margin: 0 28%;
}

.clarinsmag-wrap .mag-logo-big-description h1 {
  font-family: "Times New Roman",Times,serif;
  font-size: 18px;
  line-height: 26px;
}

.clarins-mag-category-wrapper .article-item {
  margin-bottom: 18px;
}

.clarins-mag-category-wrapper .last-page-item:not(.before-discover) .article-products-wrapper {
  margin-bottom: 20px;
}

.article-item {
  margin: 0 auto 50px;
}

.article-item.landing:last-child {
  margin-bottom: 8px;
}

.article-item .mag-divider {
  margin-bottom: 0;
}

.article-item .YTVideoPreview {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.article-item .category-links {
  text-transform: uppercase;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  position: relative;
  z-index: 2;
  margin-bottom: 2px;
}

.article-text .heading2,
.article-text p,
.mag-item-sharp-sign {
  font-family: "Times New Roman",Times,serif;
}

.article-item .category-links .article-title {
  border-right: 1px solid #000;
  padding: 3px 10px 3px 0;
}

.article-item .category-links .more-articles {
  color: #be0f34;
  text-decoration: underline;
  padding-left: 10px;
}

.article-item .articleImages-carousel {
  margin-bottom: 45px;
  margin: 0 auto;
}

.article-item .articleImages-carousel ul {
  padding: 0;
  width: 100%;
  position: relative;
  display: inline-block;
  list-style-type: none;
}

.article-item .video-holder {
  max-width: 1250px;
  pointer-events: visible;
}

.article-item .mag-product-image {
  margin: 0 auto;
}

.article-item .divider-grid-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

.article-item .divider-wrapper {
  max-width: 1250px;
  margin: 0 auto;
}

.article-item.category-page-item .category-links {
  margin-bottom: 0;
}

.article-item.category-page-item .category-links .article-title {
  border: 0;
}

.landing-listing-asset {
  margin-bottom: 15px;
}

.article-text .heading2 {
  font-size: 50px;
  font-weight: 400;
  margin: 0;
  line-height: 50px;
}

.article-text p {
  margin: 21px 0 0;
  font-size: 18px;
}

.article-text p:first-letter {
  font-size: 90px;
  line-height: .8;
  float: left;
}

.article-text .mag-item-number {
  margin-right: 10px;
  padding-top: 4px;
}

.mag-item-number,
.mag-item-sharp-sign {
  font-size: 50px;
  color: #be0f34;
}

.mag-item-number {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.article-info .share-holder .social-share,
.article-products-wrapper .linked-product-wrapper span:not('.tooltip-content'),
.clarinsmag-wrap .discover-module .category-title {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.video-wrap div[id^=ytapiplayer] {
  background-color: transparent;
  height: auto!important;
  margin-bottom: 0;
}

.video-wrap .YTthumbnail {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 48.37% 0 0;
}

.video-wrap .YTVideoPreview {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto!important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.article-info {
  max-width: 1250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  clear: both;
}

.article-info .number-holder {
  box-sizing: border-box;
  float: left;
}

.article-info .number-holder:after,
.article-info .number-holder:before {
  box-sizing: border-box;
}

.article-info .info-holder {
  box-sizing: border-box;
  float: left;
}

.article-info .info-holder:after,
.article-info .info-holder:before {
  box-sizing: border-box;
}

.article-info .category-info {
  width: 100%;
  display: inline-block;
}

.article-info .category-number {
  color: #be0f34;
  line-height: .7;
}

.article-info .category-number .mag-item-number,
.article-info .category-number .mag-item-sharp-sign {
  font-size: 75px;
}

.article-info .share-holder {
  box-sizing: border-box;
  float: left;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}

.article-info .share-holder:after,
.article-info .share-holder:before {
  box-sizing: border-box;
}

.article-info .share-holder .social-share {
  width: 100%;
  float: right;
  font-size: 14px;
}

.article-info .share-holder .social-share>span {
  border: 2px solid #e5e5e5;
  padding: 15px 0;
  display: block;
  width: 100%;
  text-align: center;
  float: right;
  cursor: pointer;
  text-transform: uppercase;
  box-sizing: border-box;
}

.article-info .share-holder .icons {
  margin-top: 5px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  opacity: 1;
  clear: both;
  text-align: center;
  border: solid #e5e5e5;
  border-width: 0 2px 2px;
  width: 100%;
  box-sizing: border-box;
}

.article-info .share-holder .icons a {
  display: block;
  padding-top: 5px;
}

.article-info .share-holder .icon-holder,
.article-info .share-holder .icons .social-widget {
  margin: 0 auto;
}

.article-info .share-holder .chicklets.sharethis {
  display: none;
}

.article-info .share-holder .sharethisButtonWrapper {
  cursor: pointer;
  margin: 5px 0 18px 25px;
}

.article-products-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.article-products-wrapper:after,
.article-products-wrapper:before {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
  visibility: hidden;
}

.article-products-wrapper .linked-product-wrapper span:not('.tooltip-content') {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-transform: uppercase;
}

.article-products-wrapper .image-wrap {
  display: none;
}

.clarinsmag-wrap .discover-item,
.clarinsmag-wrap .discover-module-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

.clarinsmag-wrap .discover-item {
  margin-bottom: 23px;
}

.clarinsmag-wrap .discover-module {
  max-width: 1250px;
  margin: 0 auto;
  clear: both;
}

.clarinsmag-wrap .discover-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.clarinsmag-wrap .discover-module li {
  list-style-type: none;
}

.clarinsmag-wrap .discover-module .category-title {
  font-size: 11px;
  margin: 20px 0 2px;
}

.clarinsmag-wrap .discover-module .category-title .number {
  color: #be0f34;
}

.clarinsmag-wrap .discover-module .article-title {
  font-size: 22px;
  font-family: "Times New Roman",Times,serif;
  margin: 0;
}

.clarinsmag-wrap .discover-module .jcarousel-pagination {
  bottom: 103px;
}

.clarinsmag-wrap .discover-module .divider-grid-wrapper {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.clarinsmag-wrap .discover-module .divider-grid-wrapper .mag-divider {
  margin: 0;
}

.clarinsmag-wrap .discover-module .main-title-wrapper {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.clarinsmag-wrap .discover-module .heading3 {
  margin: 0;
  text-align: center;
  color: #be0f34;
  font-size: 30px;
  font-family: "Times New Roman",Times,serif;
  font-weight: 400;
}

.clarinsmag-wrap .discover-module .heading3 span {
  padding: 0 30px;
}

.clarinsmag-wrap .mag-discover-carousel {
  width: auto;
}

.clarinsmag-wrap .category-loaded-title {
  font-size: 30px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.clarinsmag-wrap .category-loaded-title .category-number {
  color: #be0f34;
}

.clarinsmag-wrap .category-loaded-title .category-number span {
  font-family: "Gotham SSm light A","Gotham SSm light B",Helvetica,Arial,sans-serif;
}

.clarinsmag-wrap .category-loaded-title .category-title {
  font-weight: 400;
  display: inline;
  font-size: 30px;
  margin: 0;
}

.clarinsmag-wrap .mag-logo-big.category {
  margin-bottom: 5px;
}

.clarinsmag-wrap .search-result-content {
  position: relative;
  margin-top: 45px;
}

.clarinsmag-wrap .search-result-content .grid-tile {
  margin-bottom: 50px;
}

.clarinsmag-wrap .discover-module.last+.more-articles-container {
  bottom: 5px;
}

.clarinsmag-wrap .scroll-loading .discover-module.last+.more-articles-container {
  bottom: 40px;
}

.clarinsmag-wrap .more-articles-container {
  max-width: 1250px;
  clear: both;
  text-align: center;
}

.clarinsmag-wrap .more-articles-container.hidden {
  display: none;
}

.clarinsmag-wrap .more-articles-holder {
  margin-left: 20px;
  margin-right: 20px;
}

.clarinsmag-wrap .more-articles-wrapper {
  background: #bf0f35;
  margin-left: 20px;
  margin-right: 20px;
}

.clarinsmag-wrap .more-articles-wrapper .more-articles {
  font-size: inherit;
  background: inherit;
  letter-spacing: .01em;
  color: #fff;
  padding: 19px 35px;
  width: 100%;
  text-transform: uppercase;
}

.clarinsmag-wrap .scroll-loading .more-articles-container {
  bottom: 70px;
}

.clarinsmag-wrap .scroll-loading .more-articles-container.push-down {
  bottom: 40px;
}

.clarinsmag-wrap .content-search-result-items {
  position: relative;
}

.mag-instagram-wrapper {
  max-width: 1250px;
  margin: auto;
}

.mag-instagram-wrapper .follow-us-wrapper {
  float: left;
  display: table-footer-group;
  padding: 0 10px;
  box-sizing: border-box;
}

.mag-instagram-wrapper .follow-us-wrapper:after,
.mag-instagram-wrapper .follow-us-wrapper:before {
  box-sizing: border-box;
}

.mag-instagram-wrapper .follow-us-wrapper .follow-us {
  padding: 0 20px;
  margin: 15px 0 30px;
}

.mag-instagram-wrapper .follow-us-wrapper .follow-us span {
  padding: 16px 0;
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  border: 2px solid #e5e5e5;
  font-size: 14px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.cart.choice-of-bonus-holder .bonus-product-wrapper .product-tile .product-image a,
.cart.choose-from-holder .bonus-product-wrapper .product-tile .product-image a,
.choose-from-wrapper .choosefromform .bonus-product-holder .product-name a,
.choose-from-wrapper .choosefromform .bonus-product-holder .product-tile .product-image a,
.mag-product-rollover-carousel .product-tile .product-pricing a,
.mag-product-rollover-carousel .product-tile .review-link {
  pointer-events: none;
  cursor: default;
}

.mag-instagram-wrapper .mag-instagram-header .instagram-header-contents {
  box-sizing: border-box;
  float: left;
  left: 8.3333333333%;
  margin: 0 0 6px;
}

.mag-instagram-wrapper .mag-instagram-header .instagram-header-contents:after,
.mag-instagram-wrapper .mag-instagram-header .instagram-header-contents:before {
  box-sizing: border-box;
}

.mag-instagram-wrapper .mag-instagram-header .instagram-content {
  margin-left: 20px;
  margin-right: 20px;
}

.mag-instagram-wrapper .category-number {
  text-align: center;
}

.mag-instagram-wrapper .mag-item-sharp-sign {
  font-size: 75px;
  font-weight: 400;
  color: #be0f34;
  margin-right: 5px;
  line-height: 0;
}

.mag-instagram-wrapper .mag-trending-header {
  color: #000;
  font-size: 50px;
  position: relative;
  font-family: "Times New Roman",Times,serif;
}

.clarinsmag-wrap .product-rollover-title,
.mag-instagram-wrapper .article-title {
  font-size: 11px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
}

.mag-instagram-wrapper .article-title {
  position: absolute;
  top: -5px;
  left: 0;
  font-weight: 400;
}

.mag-instagram-wrapper #instagram-block {
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  display: inline-block;
}

.mag-instagram-wrapper #instagram-block ul {
  width: 100%;
  display: inline-block;
  list-style-type: none;
  padding: 0 10px;
  box-sizing: border-box;
}

.mag-instagram-wrapper #instagram-block ul li:nth-of-type(1n+2) {
  display: none;
}

.clarinsmag-wrap .product-rollover-title {
  margin: 33px 0 10px;
  letter-spacing: .02em;
}

.mag-product-rollover-carousel .product-tile .product-pricing,
.mag-product-rollover-carousel .product-tile .product-tile-block .product-description,
.mag-product-rollover-carousel .product-tile .product-tile-block .product-name {
  letter-spacing: .02em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.mag-product-rollover-carousel {
  border: none;
  display: block;
  margin: 0 auto;
  box-shadow: none;
  border-radius: 0;
}

.mag-product-rollover-carousel.jcarousel li.linked-product-wrapper {
  border: none;
}

.mag-product-rollover-carousel ul {
  display: inline-block;
}

.mag-product-rollover-carousel ul.center {
  width: 100%;
  position: static;
  text-align: center;
}

.mag-product-rollover-carousel ul.center li {
  float: left;
  display: inline-block;
}

.mag-product-rollover-carousel.expand .pagination-wrapper {
  margin-top: 30px;
}

.mag-product-rollover-carousel .pagination-wrapper {
  width: 100%;
  margin: 4px 0 0;
  text-align: center;
  display: inline-block;
}

.mag-product-rollover-carousel .jcarousel-pagination {
  margin: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: static;
}

.choose-from-wrapper .bonus-carousel-holder,
.doubleOptin.deactivated {
  position: relative;
}

.mag-product-rollover-carousel .product-tile .product-tile-block {
  height: 75px;
  margin-bottom: 14px;
}

.mag-product-rollover-carousel .product-tile .product-tile-block .product-name {
  font-size: 14px;
  max-height: 35px;
}

.mag-product-rollover-carousel .product-tile .product-tile-block .product-description {
  display: block;
  max-height: 25px;
  overflow: hidden;
  font-size: 10px;
}

.mag-product-rollover-carousel .product-tile .product-review {
  margin-bottom: 0;
  min-height: 15px;
}

.mag-product-rollover-carousel .product-tile .product-review .no-ratings {
  display: none;
}

.mag-product-rollover-carousel .product-tile .product-pricing {
  margin: 10px 0 9px;
}

.mag-product-rollover-carousel .product-tile .review-link {
  width: 100%;
  display: inline-block;
}

.mag-product-rollover-carousel .product-tile .quickview {
  letter-spacing: .1em;
  font-size: 11px;
  text-align: center;
  padding: 12px 14px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  border: 2px solid #e5e5e5;
}

.mag-product-rollover-carousel .product-tile .quickview:hover {
  opacity: .7;
  border: 2px solid #767676;
  color: #000;
}

.mag-product-rollover-carousel .product-tile .product-quickshop {
  display: inline-block;
}

.mag-product-rollover-carousel .product-tile .product-quickshop .quickview {
  padding: 12px 14px;
}

.mag-product-rollover-carousel .product-tile .product-quickshop .quickviewText {
  top: 1px;
  position: relative;
}

.mag-product-rollover-carousel .product-tile .color-wheel,
.mag-product-rollover-carousel .product-tile .freeshipping,
.mag-product-rollover-carousel .product-tile .pricePerUnit,
.mag-product-rollover-carousel .product-tile .product-badge {
  display: none;
}

.mag-product-rollover-carousel .product-tile:not(.no-hover) .product-image:hover .thumb-link.changable {
  display: block;
}

.mag-product-rollover-carousel .product-tile:not(.no-hover) .product-image:hover .alternative-link {
  display: none;
}

.mag-product-rollover-carousel .mag-rollover-section {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in;
}

.mag-product-rollover-carousel .mag-rollover-section.hover {
  max-height: 215px;
}

.choose-from-wrapper {
  max-width: 1250px;
  margin: 13px auto 0;
}

.choose-from-wrapper .choose-form-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

.choose-from-wrapper .choose-bonus-slotcontent {
  margin-bottom: 103px;
}

.choose-from-wrapper .bonus-carousel-wrapper {
  width: 85%;
  margin: 0 auto;
}

.choose-from-wrapper .choosefromform {
  width: 100%;
  font-size: 14px;
}

.choose-from-wrapper .choosefromform .bonus-product-holder {
  padding: 0 4px;
  border: 0;
}

.choose-from-wrapper .choosefromform .bonus-product-holder .bonus-product-wrapper {
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
}

.choose-from-wrapper .choosefromform .bonus-product-holder .product-badge {
  left: 0;
}

.choose-from-wrapper .choosefromform .bonus-product-holder .product-tile {
  margin: 0 5px;
}

.choose-from-wrapper .choosefromform .bonus-product-holder .product-tile-block {
  height: 73px;
}

.choose-from-wrapper .choosefromform .bonus-product-holder .product-name {
  margin-top: 22px;
}

.choose-from-wrapper .choosefromform .bonus-product-holder .product-name a {
  display: block;
}

.choose-from-wrapper .choosefromform .jcarousel-pagination {
  bottom: -60px;
}

.choose-from-wrapper .choosefromform .products-pagination {
  top: 95px;
}

.choose-from-wrapper .choosefromform .jcarousel-control-prev {
  left: 0;
}

.choose-from-wrapper .choosefromform .jcarousel-control-next {
  right: 0;
}

.choose-from-wrapper .choosefromform .choose-message {
  text-align: center;
  font-size: 26px;
  margin-bottom: 37px;
}

.choose-from-wrapper .choosefromform .selectbtn-container {
  line-height: 18px;
}

.choose-from-wrapper .choosefromform input[type=checkbox].btnStyleCheckbox:checked+label {
  color: #b70037;
  border: 2px solid #b70037;
}

.choose-from-wrapper .choosefromform .add-bonus-products {
  display: block;
  margin: 0 auto;
  width: 248px;
  height: 75px;
  font-size: 16.72px;
  outline: 0;
}

.choose-from-wrapper .choosefromform .sloterror {
  color: #be0f34;
  margin-bottom: 15px;
}

.cart.choice-of-bonus-holder,
.cart.choose-from-holder {
  border: 2px solid #c52030;
  padding: 27px 14px;
  margin-bottom: 30px;
}

.cart.choice-of-bonus-holder .bonus-section-head,
.cart.choose-from-holder .bonus-section-head {
  overflow: hidden;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  margin-bottom: 17px;
  padding: 0 29px 0 14px;
}

.cart.choice-of-bonus-holder .bonus-section-head .title,
.cart.choose-from-holder .bonus-section-head .title {
  float: left;
  margin: 0;
  font-size: 14px;
}

.cart.choice-of-bonus-holder .bonus-section-head .change-selection,
.cart.choose-from-holder .bonus-section-head .change-selection {
  display: block;
  float: right;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
}

.cart.choice-of-bonus-holder .bonus-product-wrapper,
.cart.choose-from-holder .bonus-product-wrapper {
  width: 14.25%;
  float: left;
  margin-top: 13px;
}

.cart.choice-of-bonus-holder .bonus-product-wrapper .product-tile,
.cart.choose-from-holder .bonus-product-wrapper .product-tile {
  margin: 0 15px;
}

.cart.choice-of-bonus-holder .bonus-product-wrapper .product-tile-block,
.cart.choose-from-holder .bonus-product-wrapper .product-tile-block {
  height: 50px;
}

.cart.choice-of-bonus-holder .bonus-product-wrapper .product-tile-block .product-name,
.cart.choose-from-holder .bonus-product-wrapper .product-tile-block .product-name {
  max-height: 62px;
}

.cart.choice-of-bonus-holder .bonus-product-wrapper .product-tile-block .product-name a,
.cart.choose-from-holder .bonus-product-wrapper .product-tile-block .product-name a {
  pointer-events: none;
  cursor: default;
  display: block;
}

.cart.choice-of-bonus-holder .bonus-product-wrapper .product-name,
.cart.choose-from-holder .bonus-product-wrapper .product-name {
  font-size: 12px;
}

.cart.choice-of-bonus-holder .callout-message,
.cart.choose-from-holder .callout-message {
  margin-left: 14px;
}

.choice-of-bonus-holder .item-edit-details {
  display: inline;
}

.doubleOptin {
  display: inherit;
}

.doubleOptin.activated .socialsOverlay,
.doubleOptin.deactivated .deactivateButton,
.doubleOptin.deactivated .deactivateButton a,
.hintSpace {
  display: none;
}

.doubleOptin.activated .icons,
.doubleOptin.activated .st_sharethis {
  pointer-events: auto;
}

.doubleOptin.deactivated:hover .socialsOverlay {
  background: rgba(255,255,255,.8);
}

.doubleOptin.deactivated .socialsOverlay {
  background: 0 0;
  height: 100%;
  width: 100%;
  position: absolute;
  zoom: 1;
}

.doubleOptin.deactivated .icons,
.doubleOptin.deactivated .st_sharethis {
  pointer-events: none;
}

.hintSpace {
  position: relative;
}

.hintSpace .doubleOptinSelector {
  position: absolute;
  bottom: -5px;
}

.hintSpace .dblOptinHint {
  display: block;
  position: absolute;
  width: 332.5px;
  z-index: 2;
  padding: 20px 0 20px 20px;
  text-align: left;
  white-space: normal;
  background: #eee;
}

.hintSpace .dblOptinHint:before {
  content: "";
  width: inherit;
  position: absolute;
  top: -15px;
  height: 15px;
}

.hintSpace .dblOptinHint .socialsActivateInfo {
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
  padding-right: 35px;
  letter-spacing: .02em;
  text-transform: none;
}

.hintSpace .dblOptinHint .socialsActivateInfo .enableTitle {
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
  font-size: 15px;
}

.hintSpace .dblOptinHint .socialsActivateInfo .enableInfo {
  font-size: 14px;
  letter-spacing: .02em;
}

.hintSpace .dblOptinHint .socialsActivateInfo a.enablePrivacyPolicy {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 700;
  letter-spacing: .3px;
  text-decoration: none;
  border-bottom: 2px solid #c9c9c9;
}

.hintSpace .dblOptinHint,
.hintSpace .doubleOptinSelector {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.hintSpace .socialOptinFooter {
  display: block;
}

.hintSpace .socialOptinFooter .activateButton {
  display: inline-block;
  zoom: 1;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 25px;
  border-style: solid;
  border-color: #c9c9c9;
}

.hintSpace .socialOptinFooter .activateButton .enableMedia {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid #c9c9c9;
}

.deactivateButton {
  margin-left: -2px;
  overflow: visible;
  max-width: 196px;
  display: table-row;
  position: absolute;
  text-transform: none;
  white-space: normal;
}

.deactivateButton .disableIcon {
  display: inline-block;
  margin: 1px 0 5px;
  float: left;
  cursor: pointer;
}

.deactivateButton a {
  color: #707378;
  font-family: ProximaNovaLight;
  font-size: 11px;
  float: left;
  text-align: left;
  display: none;
  padding-left: 4px;
  width: 163px;
}

.stripItem.strip4.sharethisitem.doubleOptin {
  white-space: nowrap;
  display: inline-block!important;
}

.shareOption.shareWishlistInMedia.doubleOptin.activated {
  height: 50px;
}

.dynamic-women .col-3-deskop .social-share.doubleOptin.deactivated {
  position: absolute;
}

.dynamic-women .col-3-deskop .social-share.doubleOptin.deactivated .socialsOverlay {
  display: none!important;
}

.dynamic-women .col-3-deskop .social-share.doubleOptin.deactivated .icons .icon-holder,
.dynamic-women .col-3-deskop .social-share.doubleOptin.deactivated .label {
  opacity: .3;
}

.dynamic-women .col-3-deskop .social-share.doubleOptin.activated .icons .icon-holder,
.dynamic-women .col-3-deskop .social-share.doubleOptin.activated .label {
  opacity: 1;
}

.lip-my-account .personal-details-wrapper.ajax-loading .personal-details-tab,
.lip-my-reviews .personal-details-wrapper.ajax-loading .personal-details-tab,
.store-locator-details-wrapper.ajax-loading .mobile-full-width,
.store-locator-details-wrapper.ajax-loading .store-locator-details,
.store-locator-details-wrapper.ajax-loading .stores-details-content,
.stores-details.ajax-loading .mobile-full-width,
.stores-details.ajax-loading .store-locator-details,
.stores-details.ajax-loading .stores-details-content {
  opacity: .3;
}

.stripItem.doubleOptin .dblOptinHint {
  margin-left: -40%;
}

.shareOption.shareWishlistInMedia.doubleOptin .socialsOverlay {
  padding-bottom: 5px;
}

.shareOption.shareWishlistInMedia.doubleOptin .doubleOptinSelector {
  top: 0;
}

.shareOption.shareWishlistInMedia.doubleOptin .dblOptinHint {
  margin-top: 12px;
  margin-right: -1%;
}

.shareOption.shareWishlistInMedia.doubleOptin .deactivateButton {
  margin-top: 10px;
}

.article-info-holder .doubleOptin .socialsOverlay {
  margin-top: -1px;
}

.article-info-holder .doubleOptin .hintSpace .doubleOptinSelector {
  margin-bottom: -10px;
}

.article-info-holder .doubleOptin .hintSpace .dblOptinHint {
  margin-top: 10px;
  margin-right: -1%;
}

.newsletter-landing-page {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.newsletter-landing-page .newsletter-landing-title {
  font-family: "Times New Roman",Times,serif;
}

.newsletter-landing-page .newsletter-landing-title .newsletter-landing-header {
  font-size: 60px;
}

.newsletter-landing-page .newsletter-landing-title .newsletter-landing-subheader {
  font-size: 40px;
}

.newsletter-landing-page .left-section {
  float: left;
  width: 50%;
  text-align: left;
}

.newsletter-landing-page .left-section .advantages-section {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  padding-left: 2%;
}

.newsletter-landing-page .left-section .advantages-section .advantages-title {
  margin-bottom: 50px;
}

.newsletter-landing-page .left-section .advantages-section .advantages-title .mail-icon {
  position: absolute;
  left: -7px;
}

.newsletter-landing-page .left-section .advantages-section .advantages-title .mail-text {
  float: left;
  margin-left: 40px;
  text-transform: uppercase;
  font-weight: bolder;
}

.newsletter-landing-page .left-section .advantages-section .advantages-list {
  padding: 0;
  list-style-position: inside;
}

.newsletter-landing-page .left-section .newsletter-form-2-container label {
  font-weight: 400;
  text-align: left;
}

.newsletter-landing-page .left-section .newsletter-form-2-container span.error {
  margin: 1% 2% 2%;
  font-size: 12px;
}

.newsletter-landing-page .left-section .newsletter-form-2-container span.error#newsletterEmail-error,
.newsletter-landing-page .left-section .newsletter-form-2-container span.error#newsletterPostal-error {
  margin-left: 0;
}

.newsletter-landing-page .left-section .newsletter-form-2-container~.legal-requirements {
  margin-left: 2%;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .newsletterError {
  color: red;
  margin: 1% 2%;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .required-field {
  margin-left: 2%;
  font-size: 14px;
  line-height: 40px;
  color: #767676;
}

.choose-from-wrapper .newsletter-landing-page .left-section .newsletter-form-2-container .choose-from-holder,
.editorial-slides-section .newsletter-landing-page .left-section .newsletter-form-2-container #editorial-carousel,
.mag-instagram-wrapper .newsletter-landing-page .left-section .newsletter-form-2-container .mag-instagram-header,
.newsletter-landing-page .left-section .newsletter-form-2-container .articles-wraper,
.newsletter-landing-page .left-section .newsletter-form-2-container .cart-actions-top,
.newsletter-landing-page .left-section .newsletter-form-2-container .cart-page-header-section,
.newsletter-landing-page .left-section .newsletter-form-2-container .choose-from-wrapper .choose-from-holder,
.newsletter-landing-page .left-section .newsletter-form-2-container .editorial-slides-section,
.newsletter-landing-page .left-section .newsletter-form-2-container .editorial-slides-section #editorial-carousel,
.newsletter-landing-page .left-section .newsletter-form-2-container .gift-kit-sticky-content,
.newsletter-landing-page .left-section .newsletter-form-2-container .mag-instagram-wrapper .mag-instagram-header,
.newsletter-landing-page .left-section .newsletter-form-2-container .main-content-holder.hasNavigation,
.newsletter-landing-page .left-section .newsletter-form-2-container .mobile-full-width,
.newsletter-landing-page .left-section .newsletter-form-2-container .pt_account .page-content .primary-content,
.newsletter-landing-page .left-section .newsletter-form-2-container .pt_checkout .primary-focus,
.newsletter-landing-page .left-section .newsletter-form-2-container .pt_product-search-result .plp-container,
.newsletter-landing-page .left-section .newsletter-form-2-container .pt_samples .primary-focus,
.newsletter-landing-page .left-section .newsletter-form-2-container .pt_store-locator .store-locator,
.newsletter-landing-page .left-section .newsletter-form-2-container .row,
.newsletter-landing-page .left-section .newsletter-form-2-container .samples-max-count-reached-overlay,
.newsletter-landing-page .left-section .newsletter-form-2-container .samples-overlay,
.newsletter-landing-page .left-section .newsletter-form-2-container .samples-product-overlay,
.newsletter-landing-page .left-section .newsletter-form-2-container .search-no-result-content,
.newsletter-landing-page .left-section .newsletter-form-2-container .shopping-bag-primary-content,
.newsletter-landing-page .left-section .newsletter-form-2-container .vanity-kit-sticky-content,
.newsletter-landing-page .left-section .newsletter-form-2-container .wishlist-editorial-slides-section,
.newsletter-landing-page .left-section .newsletter-form-2-container .wishlist-editorial-slides-section #wishlist-editorial-carousel,
.pt_account .page-content .newsletter-landing-page .left-section .newsletter-form-2-container .primary-content,
.pt_checkout .newsletter-landing-page .left-section .newsletter-form-2-container .primary-focus,
.pt_product-search-result .newsletter-landing-page .left-section .newsletter-form-2-container .plp-container,
.pt_samples .newsletter-landing-page .left-section .newsletter-form-2-container .primary-focus,
.pt_store-locator .newsletter-landing-page .left-section .newsletter-form-2-container .store-locator,
.wishlist-editorial-slides-section .newsletter-landing-page .left-section .newsletter-form-2-container #wishlist-editorial-carousel {
  width: 90%;
  margin: 0 0 0 2%;
}

.choose-from-wrapper .newsletter-landing-page .left-section .newsletter-form-2-container .choose-from-holder .form-row input.input-text,
.editorial-slides-section .newsletter-landing-page .left-section .newsletter-form-2-container #editorial-carousel .form-row input.input-text,
.mag-instagram-wrapper .newsletter-landing-page .left-section .newsletter-form-2-container .mag-instagram-header .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .articles-wraper .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .cart-actions-top .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .cart-page-header-section .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .choose-from-wrapper .choose-from-holder .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .editorial-slides-section #editorial-carousel .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .editorial-slides-section .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .gift-kit-sticky-content .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .mag-instagram-wrapper .mag-instagram-header .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .main-content-holder.hasNavigation .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .mobile-full-width .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .pt_account .page-content .primary-content .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .pt_checkout .primary-focus .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .pt_product-search-result .plp-container .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .pt_samples .primary-focus .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .pt_store-locator .store-locator .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .row .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .samples-max-count-reached-overlay .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .samples-overlay .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .samples-product-overlay .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .search-no-result-content .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .shopping-bag-primary-content .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .vanity-kit-sticky-content .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .wishlist-editorial-slides-section #wishlist-editorial-carousel .form-row input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .wishlist-editorial-slides-section .form-row input.input-text,
.pt_account .page-content .newsletter-landing-page .left-section .newsletter-form-2-container .primary-content .form-row input.input-text,
.pt_checkout .newsletter-landing-page .left-section .newsletter-form-2-container .primary-focus .form-row input.input-text,
.pt_product-search-result .newsletter-landing-page .left-section .newsletter-form-2-container .plp-container .form-row input.input-text,
.pt_samples .newsletter-landing-page .left-section .newsletter-form-2-container .primary-focus .form-row input.input-text,
.pt_store-locator .newsletter-landing-page .left-section .newsletter-form-2-container .store-locator .form-row input.input-text,
.wishlist-editorial-slides-section .newsletter-landing-page .left-section .newsletter-form-2-container #wishlist-editorial-carousel .form-row input.input-text {
  width: 100%;
  margin-left: 0;
  box-sizing: border-box;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.choose-from-wrapper .newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .choose-from-holder .left-side,
.editorial-slides-section .newsletter-landing-page .left-section .newsletter-form-2-container .address-fields #editorial-carousel .left-side,
.mag-instagram-wrapper .newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .mag-instagram-header .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .articles-wraper .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .cart-actions-top .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .cart-page-header-section .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .choose-from-wrapper .choose-from-holder .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .editorial-slides-section #editorial-carousel .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .editorial-slides-section .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .gift-kit-sticky-content .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .mag-instagram-wrapper .mag-instagram-header .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .main-content-holder.hasNavigation .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .mobile-full-width .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .pt_account .page-content .primary-content .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .pt_checkout .primary-focus .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .pt_product-search-result .plp-container .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .pt_samples .primary-focus .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .pt_store-locator .store-locator .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .row .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .samples-max-count-reached-overlay .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .samples-overlay .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .samples-product-overlay .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .search-no-result-content .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .shopping-bag-primary-content .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .vanity-kit-sticky-content .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .wishlist-editorial-slides-section #wishlist-editorial-carousel .left-side,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .wishlist-editorial-slides-section .left-side,
.pt_account .page-content .newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .primary-content .left-side,
.pt_checkout .newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .primary-focus .left-side,
.pt_product-search-result .newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .plp-container .left-side,
.pt_samples .newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .primary-focus .left-side,
.pt_store-locator .newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .store-locator .left-side,
.wishlist-editorial-slides-section .newsletter-landing-page .left-section .newsletter-form-2-container .address-fields #wishlist-editorial-carousel .left-side {
  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;
}

.choose-from-wrapper .newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .choose-from-holder .left-side #newsletterPostal-error,
.editorial-slides-section .newsletter-landing-page .left-section .newsletter-form-2-container .address-fields #editorial-carousel .left-side #newsletterPostal-error,
.mag-instagram-wrapper .newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .mag-instagram-header .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .articles-wraper .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .cart-actions-top .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .cart-page-header-section .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .choose-from-wrapper .choose-from-holder .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .editorial-slides-section .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .gift-kit-sticky-content .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .mag-instagram-wrapper .mag-instagram-header .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .main-content-holder.hasNavigation .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .mobile-full-width .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .pt_account .page-content .primary-content .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .pt_checkout .primary-focus .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .pt_product-search-result .plp-container .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .pt_samples .primary-focus .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .pt_store-locator .store-locator .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .row .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .samples-max-count-reached-overlay .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .samples-overlay .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .samples-product-overlay .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .search-no-result-content .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .shopping-bag-primary-content .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .vanity-kit-sticky-content .left-side #newsletterPostal-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .wishlist-editorial-slides-section .left-side #newsletterPostal-error,
.pt_account .page-content .newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .primary-content .left-side #newsletterPostal-error,
.pt_checkout .newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .primary-focus .left-side #newsletterPostal-error,
.pt_product-search-result .newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .plp-container .left-side #newsletterPostal-error,
.pt_samples .newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .primary-focus .left-side #newsletterPostal-error,
.pt_store-locator .newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .store-locator .left-side #newsletterPostal-error,
.wishlist-editorial-slides-section .newsletter-landing-page .left-section .newsletter-form-2-container .address-fields #wishlist-editorial-carousel .left-side #newsletterPostal-error {
  width: 200px;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .col-1,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .col-2 {
  clear: none;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .col-1 input.input-text,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .col-2 input.input-text {
  margin-left: 0;
  width: 100%;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .col-1 .form-group,
.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .col-2 .form-group {
  width: 100%;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .col-1 {
  width: 75%;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .col-2 {
  width: 23%;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .address-fields .right-side {
  margin-left: 2%;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .information-text {
  width: 90%;
  margin: 3% 0 3% 2%;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .information-text .bold-text {
  font-weight: 700;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .radio-buttons {
  margin-left: 2%;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .radio-buttons label {
  padding: 0 10% 3% 0;
}

.choose-from-wrapper .newsletter-landing-page .left-section .newsletter-form-2-container .country-field .choose-from-holder .form-row .sbHolder,
.editorial-slides-section .newsletter-landing-page .left-section .newsletter-form-2-container .country-field #editorial-carousel .form-row .sbHolder,
.mag-instagram-wrapper .newsletter-landing-page .left-section .newsletter-form-2-container .country-field .mag-instagram-header .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .articles-wraper .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .cart-actions-top .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .cart-page-header-section .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .choose-from-wrapper .choose-from-holder .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .editorial-slides-section #editorial-carousel .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .editorial-slides-section .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .gift-kit-sticky-content .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .mag-instagram-wrapper .mag-instagram-header .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .main-content-holder.hasNavigation .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .mobile-full-width .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .pt_account .page-content .primary-content .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .pt_checkout .primary-focus .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .pt_product-search-result .plp-container .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .pt_samples .primary-focus .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .pt_store-locator .store-locator .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .row .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .samples-max-count-reached-overlay .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .samples-overlay .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .samples-product-overlay .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .search-no-result-content .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .shopping-bag-primary-content .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .vanity-kit-sticky-content .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .wishlist-editorial-slides-section #wishlist-editorial-carousel .form-row .sbHolder,
.newsletter-landing-page .left-section .newsletter-form-2-container .country-field .wishlist-editorial-slides-section .form-row .sbHolder,
.pt_account .page-content .newsletter-landing-page .left-section .newsletter-form-2-container .country-field .primary-content .form-row .sbHolder,
.pt_checkout .newsletter-landing-page .left-section .newsletter-form-2-container .country-field .primary-focus .form-row .sbHolder,
.pt_product-search-result .newsletter-landing-page .left-section .newsletter-form-2-container .country-field .plp-container .form-row .sbHolder,
.pt_samples .newsletter-landing-page .left-section .newsletter-form-2-container .country-field .primary-focus .form-row .sbHolder,
.pt_store-locator .newsletter-landing-page .left-section .newsletter-form-2-container .country-field .store-locator .form-row .sbHolder,
.wishlist-editorial-slides-section .newsletter-landing-page .left-section .newsletter-form-2-container .country-field #wishlist-editorial-carousel .form-row .sbHolder {
  width: 100%;
  box-sizing: border-box;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .topicsOptions {
  margin: 5% 0;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .topicsOptions legend {
  background: 0 0;
  text-transform: none;
  padding: 0 2%;
  border: none;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .topicsOptions .topics-of-interest-items {
  width: 90%;
  padding: 0 2%;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .topicsOptions .topics-of-interest-items .form-row {
  clear: none;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .topicsOptions .topics-of-interest-items .form-row label {
  text-align: left;
  width: 30%;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .topicsOptions .topics-of-interest-items .form-row label span {
  text-align: left;
  float: right;
  width: 85%;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .data-usage-fields {
  margin-bottom: 5%;
  color: #767676;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .data-usage-fields #newsletterSubscribe-error,
.newsletter-landing-page .left-section .newsletter-form-2-container .data-usage-fields #newsletterTerms-error {
  float: left;
  clear: both;
  margin-left: 0;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .data-usage-fields label {
  width: 90%;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .data-usage-fields label .label-text {
  float: right;
  width: 95%;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .data-usage-fields label .label-text a {
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
  outline: 0;
}

.newsletter-landing-page .left-section .newsletter-form-2-container .data-usage-fields,
.newsletter-landing-page .left-section .newsletter-form-2-container .subscribe {
  margin-left: 2%;
}

.newsletter-landing-page .right-section {
  float: left;
  width: 50%;
  text-align: left;
}

.newsletter-landing-page .right-section img {
  width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

.newsletter-form-2-container .privacy-policy,
.newsletter-form-2-container .termsnconditions {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
  display: inline-block;
  margin: 10px 0;
}

.newsletter-form-2-container .tncBlock {
  margin-top: 10px;
}

.UserRegistrationForm .date-select .birthdayday,
.UserRegistrationForm .date-select .birthdaymonth,
.UserRegistrationForm .date-select .birthdayyear,
.UserRegistrationForm .phone-area-country-code.error,
.sleeping-customer-form .date-select .birthdayday,
.sleeping-customer-form .date-select .birthdaymonth,
.sleeping-customer-form .date-select .birthdayyear,
.sleeping-customer-form .phone-area-country-code.error {
  margin-top: 0;
}

.UserRegistrationForm .phone-area-country-code,
.sleeping-customer-form .phone-area-country-code {
  float: left;
  width: 100%;
  clear: none;
  margin-right: 2%;
}

.UserRegistrationForm .phone-area-country-code .sbHolder,
.sleeping-customer-form .phone-area-country-code .sbHolder {
  width: 100%;
}

.UserRegistrationForm .phone-area-code-row,
.sleeping-customer-form .phone-area-code-row {
  clear: both;
}

.UserRegistrationForm .phone-area-code,
.UserRegistrationForm .phone-area-code .sbHolder,
.sleeping-customer-form .phone-area-code,
.sleeping-customer-form .phone-area-code .sbHolder {
  width: 100%;
}

.UserRegistrationForm .phone-area-code.error,
.sleeping-customer-form .phone-area-code.error {
  margin-top: 0;
  position: relative;
}

.UserRegistrationForm .phone-area-code.row-phoneAreaCode,
.sleeping-customer-form .phone-area-code.row-phoneAreaCode {
  width: 100%;
  clear: none;
  margin-right: 0;
}

.UserRegistrationForm .phone-area-code.row-phoneAreaCode.right,
.sleeping-customer-form .phone-area-code.row-phoneAreaCode.right {
  float: right;
}

.UserRegistrationForm .phone-area-code.row-additionalPhone1,
.sleeping-customer-form .phone-area-code.row-additionalPhone1 {
  margin-right: 2%;
}

.UserRegistrationForm .pd-date-selects,
.sleeping-customer-form .pd-date-selects {
  position: relative;
}

.UserRegistrationForm .pd-date-selects span.error,
.sleeping-customer-form .pd-date-selects span.error {
  position: absolute;
  top: 50px;
  left: 0;
}

.UserRegistrationForm .date-select,
.sleeping-customer-form .date-select {
  position: relative;
}

.UserRegistrationForm .date-select legend,
.sleeping-customer-form .date-select legend {
  background: 0 0;
  border: none;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 10px;
  text-transform: none;
}

.UserRegistrationForm .date-select .form-row,
.sleeping-customer-form .date-select .form-row {
  position: initial;
}

.UserRegistrationForm .date-select .form-row span.error,
.sleeping-customer-form .date-select .form-row span.error {
  position: absolute;
}

.UserRegistrationForm .date-select .error,
.sleeping-customer-form .date-select .error {
  left: 0;
}

.UserRegistrationForm .date-select .birthdayyear,
.sleeping-customer-form .date-select .birthdayyear {
  margin-right: 4.5%;
}

.UserRegistrationForm .date-select .birthdayday,
.sleeping-customer-form .date-select .birthdayday {
  margin-right: 0;
}

.UserRegistrationForm span.error,
.sleeping-customer-form span.error {
  clear: both;
}

.form-builder.asia-miles-form .full-width.form-row,
.form-builder.billingAddressForm .full-width.form-row,
.form-builder.checkout-email-form .full-width.form-row,
.form-builder.contactUsForm .full-width.form-row,
.form-builder.edit-address-form .full-width.form-row,
.form-builder.electronic-invoice-form .full-width.form-row,
.form-builder.popstation-search-form .full-width.form-row,
.form-builder.profileForm .full-width.form-row,
.form-builder.shippingAddressForm .full-width.form-row,
.form-builder.summary-form .full-width.form-row {
  margin-left: 0;
  clear: both;
  width: 100%;
}

.form-builder.asia-miles-form .form-row,
.form-builder.billingAddressForm .form-row,
.form-builder.checkout-email-form .form-row,
.form-builder.contactUsForm .form-row,
.form-builder.edit-address-form .form-row,
.form-builder.electronic-invoice-form .form-row,
.form-builder.popstation-search-form .form-row,
.form-builder.profileForm .form-row,
.form-builder.shippingAddressForm .form-row,
.form-builder.summary-form .form-row {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  float: none;
  clear: both;
}

.form-builder.asia-miles-form .form-row:nth-of-type(odd),
.form-builder.billingAddressForm .form-row:nth-of-type(odd),
.form-builder.checkout-email-form .form-row:nth-of-type(odd),
.form-builder.contactUsForm .form-row:nth-of-type(odd),
.form-builder.edit-address-form .form-row:nth-of-type(odd),
.form-builder.electronic-invoice-form .form-row:nth-of-type(odd),
.form-builder.popstation-search-form .form-row:nth-of-type(odd),
.form-builder.profileForm .form-row:nth-of-type(odd),
.form-builder.shippingAddressForm .form-row:nth-of-type(odd),
.form-builder.summary-form .form-row:nth-of-type(odd) {
  margin-left: 0;
}

.form-builder.asia-miles-form .form-row.half-width .sbHolder,
.form-builder.billingAddressForm .form-row.half-width .sbHolder,
.form-builder.checkout-email-form .form-row.half-width .sbHolder,
.form-builder.contactUsForm .form-row.half-width .sbHolder,
.form-builder.edit-address-form .form-row.half-width .sbHolder,
.form-builder.electronic-invoice-form .form-row.half-width .sbHolder,
.form-builder.popstation-search-form .form-row.half-width .sbHolder,
.form-builder.profileForm .form-row.half-width .sbHolder,
.form-builder.shippingAddressForm .form-row.half-width .sbHolder,
.form-builder.summary-form .form-row.half-width .sbHolder {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
}

.form-builder.asia-miles-form .form-row input[type=text],
.form-builder.asia-miles-form .form-row input[type=password],
.form-builder.asia-miles-form .form-row input[type=tel],
.form-builder.billingAddressForm .form-row input[type=text],
.form-builder.billingAddressForm .form-row input[type=password],
.form-builder.billingAddressForm .form-row input[type=tel],
.form-builder.checkout-email-form .form-row input[type=text],
.form-builder.checkout-email-form .form-row input[type=password],
.form-builder.checkout-email-form .form-row input[type=tel],
.form-builder.contactUsForm .form-row input[type=text],
.form-builder.contactUsForm .form-row input[type=password],
.form-builder.contactUsForm .form-row input[type=tel],
.form-builder.edit-address-form .form-row input[type=text],
.form-builder.edit-address-form .form-row input[type=password],
.form-builder.edit-address-form .form-row input[type=tel],
.form-builder.electronic-invoice-form .form-row input[type=text],
.form-builder.electronic-invoice-form .form-row input[type=password],
.form-builder.electronic-invoice-form .form-row input[type=tel],
.form-builder.popstation-search-form .form-row input[type=text],
.form-builder.popstation-search-form .form-row input[type=password],
.form-builder.popstation-search-form .form-row input[type=tel],
.form-builder.profileForm .form-row input[type=text],
.form-builder.profileForm .form-row input[type=password],
.form-builder.profileForm .form-row input[type=tel],
.form-builder.shippingAddressForm .form-row input[type=text],
.form-builder.shippingAddressForm .form-row input[type=password],
.form-builder.shippingAddressForm .form-row input[type=tel],
.form-builder.summary-form .form-row input[type=text],
.form-builder.summary-form .form-row input[type=password],
.form-builder.summary-form .form-row input[type=tel] {
  margin-left: 0;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

.form-builder.asia-miles-form .form-row textarea,
.form-builder.billingAddressForm .form-row textarea,
.form-builder.checkout-email-form .form-row textarea,
.form-builder.contactUsForm .form-row textarea,
.form-builder.edit-address-form .form-row textarea,
.form-builder.electronic-invoice-form .form-row textarea,
.form-builder.popstation-search-form .form-row textarea,
.form-builder.profileForm .form-row textarea,
.form-builder.shippingAddressForm .form-row textarea,
.form-builder.summary-form .form-row textarea {
  margin: 0 0 20px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.form-builder.asia-miles-form .form-row textarea.error,
.form-builder.billingAddressForm .form-row textarea.error,
.form-builder.checkout-email-form .form-row textarea.error,
.form-builder.contactUsForm .form-row textarea.error,
.form-builder.edit-address-form .form-row textarea.error,
.form-builder.electronic-invoice-form .form-row textarea.error,
.form-builder.popstation-search-form .form-row textarea.error,
.form-builder.profileForm .form-row textarea.error,
.form-builder.shippingAddressForm .form-row textarea.error,
.form-builder.summary-form .form-row textarea.error {
  margin-bottom: 0;
}

.form-builder.asia-miles-form .form-row label.error,
.form-builder.asia-miles-form .form-row span.error,
.form-builder.billingAddressForm .form-row label.error,
.form-builder.billingAddressForm .form-row span.error,
.form-builder.checkout-email-form .form-row label.error,
.form-builder.checkout-email-form .form-row span.error,
.form-builder.contactUsForm .form-row label.error,
.form-builder.contactUsForm .form-row span.error,
.form-builder.edit-address-form .form-row label.error,
.form-builder.edit-address-form .form-row span.error,
.form-builder.electronic-invoice-form .form-row label.error,
.form-builder.electronic-invoice-form .form-row span.error,
.form-builder.popstation-search-form .form-row label.error,
.form-builder.popstation-search-form .form-row span.error,
.form-builder.profileForm .form-row label.error,
.form-builder.profileForm .form-row span.error,
.form-builder.shippingAddressForm .form-row label.error,
.form-builder.shippingAddressForm .form-row span.error,
.form-builder.summary-form .form-row label.error,
.form-builder.summary-form .form-row span.error {
  margin: 0;
  min-height: 14px;
  padding: 3px 0;
  display: inline-block;
}

.form-builder.asia-miles-form .form-row .sbHolder,
.form-builder.asia-miles-form .form-row input:not(.error),
.form-builder.billingAddressForm .form-row .sbHolder,
.form-builder.billingAddressForm .form-row input:not(.error),
.form-builder.checkout-email-form .form-row .sbHolder,
.form-builder.checkout-email-form .form-row input:not(.error),
.form-builder.contactUsForm .form-row .sbHolder,
.form-builder.contactUsForm .form-row input:not(.error),
.form-builder.edit-address-form .form-row .sbHolder,
.form-builder.edit-address-form .form-row input:not(.error),
.form-builder.electronic-invoice-form .form-row .sbHolder,
.form-builder.electronic-invoice-form .form-row input:not(.error),
.form-builder.popstation-search-form .form-row .sbHolder,
.form-builder.popstation-search-form .form-row input:not(.error),
.form-builder.profileForm .form-row .sbHolder,
.form-builder.profileForm .form-row input:not(.error),
.form-builder.shippingAddressForm .form-row .sbHolder,
.form-builder.shippingAddressForm .form-row input:not(.error),
.form-builder.summary-form .form-row .sbHolder,
.form-builder.summary-form .form-row input:not(.error) {
  margin-bottom: 20px;
}

.form-builder.asia-miles-form .form-row.error .sbHolder,
.form-builder.billingAddressForm .form-row.error .sbHolder,
.form-builder.checkout-email-form .form-row.error .sbHolder,
.form-builder.contactUsForm .form-row.error .sbHolder,
.form-builder.edit-address-form .form-row.error .sbHolder,
.form-builder.electronic-invoice-form .form-row.error .sbHolder,
.form-builder.popstation-search-form .form-row.error .sbHolder,
.form-builder.profileForm .form-row.error .sbHolder,
.form-builder.shippingAddressForm .form-row.error .sbHolder,
.form-builder.summary-form .form-row.error .sbHolder {
  margin-bottom: 0;
}

.form-builder.asia-miles-form .form-row.show-hint span.error,
.form-builder.billingAddressForm .form-row.show-hint span.error,
.form-builder.checkout-email-form .form-row.show-hint span.error,
.form-builder.contactUsForm .form-row.show-hint span.error,
.form-builder.edit-address-form .form-row.show-hint span.error,
.form-builder.electronic-invoice-form .form-row.show-hint span.error,
.form-builder.popstation-search-form .form-row.show-hint span.error,
.form-builder.profileForm .form-row.show-hint span.error,
.form-builder.shippingAddressForm .form-row.show-hint span.error,
.form-builder.summary-form .form-row.show-hint span.error {
  margin: 0 0 15px;
}

.form-builder.asia-miles-form .form-row.makedefault,
.form-builder.billingAddressForm .form-row.makedefault,
.form-builder.checkout-email-form .form-row.makedefault,
.form-builder.contactUsForm .form-row.makedefault,
.form-builder.edit-address-form .form-row.makedefault,
.form-builder.electronic-invoice-form .form-row.makedefault,
.form-builder.popstation-search-form .form-row.makedefault,
.form-builder.profileForm .form-row.makedefault,
.form-builder.shippingAddressForm .form-row.makedefault,
.form-builder.summary-form .form-row.makedefault {
  margin-bottom: 30px;
}

.form-builder.asia-miles-form .form-row.address-finder-postal,
.form-builder.billingAddressForm .form-row.address-finder-postal,
.form-builder.checkout-email-form .form-row.address-finder-postal,
.form-builder.contactUsForm .form-row.address-finder-postal,
.form-builder.edit-address-form .form-row.address-finder-postal,
.form-builder.electronic-invoice-form .form-row.address-finder-postal,
.form-builder.popstation-search-form .form-row.address-finder-postal,
.form-builder.profileForm .form-row.address-finder-postal,
.form-builder.shippingAddressForm .form-row.address-finder-postal,
.form-builder.summary-form .form-row.address-finder-postal {
  box-sizing: border-box;
  float: left;
}

.form-builder.asia-miles-form .form-row.address-finder-postal:after,
.form-builder.asia-miles-form .form-row.address-finder-postal:before,
.form-builder.billingAddressForm .form-row.address-finder-postal:after,
.form-builder.billingAddressForm .form-row.address-finder-postal:before,
.form-builder.checkout-email-form .form-row.address-finder-postal:after,
.form-builder.checkout-email-form .form-row.address-finder-postal:before,
.form-builder.contactUsForm .form-row.address-finder-postal:after,
.form-builder.contactUsForm .form-row.address-finder-postal:before,
.form-builder.edit-address-form .form-row.address-finder-postal:after,
.form-builder.edit-address-form .form-row.address-finder-postal:before,
.form-builder.electronic-invoice-form .form-row.address-finder-postal:after,
.form-builder.electronic-invoice-form .form-row.address-finder-postal:before,
.form-builder.popstation-search-form .form-row.address-finder-postal:after,
.form-builder.popstation-search-form .form-row.address-finder-postal:before,
.form-builder.profileForm .form-row.address-finder-postal:after,
.form-builder.profileForm .form-row.address-finder-postal:before,
.form-builder.shippingAddressForm .form-row.address-finder-postal:after,
.form-builder.shippingAddressForm .form-row.address-finder-postal:before,
.form-builder.summary-form .form-row.address-finder-postal:after,
.form-builder.summary-form .form-row.address-finder-postal:before {
  box-sizing: border-box;
}

.form-builder.asia-miles-form .row-title span.error:last-child,
.form-builder.billingAddressForm .row-title span.error:last-child,
.form-builder.checkout-email-form .row-title span.error:last-child,
.form-builder.contactUsForm .row-title span.error:last-child,
.form-builder.edit-address-form .row-title span.error:last-child,
.form-builder.electronic-invoice-form .row-title span.error:last-child,
.form-builder.popstation-search-form .row-title span.error:last-child,
.form-builder.profileForm .row-title span.error:last-child,
.form-builder.shippingAddressForm .row-title span.error:last-child,
.form-builder.summary-form .row-title span.error:last-child {
  display: block;
}

.form-builder.asia-miles-form .phone-area-code-row,
.form-builder.billingAddressForm .phone-area-code-row,
.form-builder.checkout-email-form .phone-area-code-row,
.form-builder.contactUsForm .phone-area-code-row,
.form-builder.edit-address-form .phone-area-code-row,
.form-builder.electronic-invoice-form .phone-area-code-row,
.form-builder.popstation-search-form .phone-area-code-row,
.form-builder.profileForm .phone-area-code-row,
.form-builder.shippingAddressForm .phone-area-code-row,
.form-builder.summary-form .phone-area-code-row {
  clear: both;
}

.form-builder.asia-miles-form .phone-area-code-row .phone-area-code,
.form-builder.billingAddressForm .phone-area-code-row .phone-area-code,
.form-builder.checkout-email-form .phone-area-code-row .phone-area-code,
.form-builder.contactUsForm .phone-area-code-row .phone-area-code,
.form-builder.edit-address-form .phone-area-code-row .phone-area-code,
.form-builder.electronic-invoice-form .phone-area-code-row .phone-area-code,
.form-builder.popstation-search-form .phone-area-code-row .phone-area-code,
.form-builder.profileForm .phone-area-code-row .phone-area-code,
.form-builder.shippingAddressForm .phone-area-code-row .phone-area-code,
.form-builder.summary-form .phone-area-code-row .phone-area-code {
  float: left;
  width: 32%;
  margin-right: 2%;
  clear: none;
}

.form-builder.asia-miles-form .phone-area-code-row .phone-area-code .sbHolder,
.form-builder.billingAddressForm .phone-area-code-row .phone-area-code .sbHolder,
.form-builder.checkout-email-form .phone-area-code-row .phone-area-code .sbHolder,
.form-builder.contactUsForm .phone-area-code-row .phone-area-code .sbHolder,
.form-builder.edit-address-form .phone-area-code-row .phone-area-code .sbHolder,
.form-builder.electronic-invoice-form .phone-area-code-row .phone-area-code .sbHolder,
.form-builder.popstation-search-form .phone-area-code-row .phone-area-code .sbHolder,
.form-builder.profileForm .phone-area-code-row .phone-area-code .sbHolder,
.form-builder.shippingAddressForm .phone-area-code-row .phone-area-code .sbHolder,
.form-builder.summary-form .phone-area-code-row .phone-area-code .sbHolder {
  width: 100%;
}

.form-builder.asia-miles-form .phone-area-code-row .phone-area-code.row-additionalPhone2,
.form-builder.billingAddressForm .phone-area-code-row .phone-area-code.row-additionalPhone2,
.form-builder.checkout-email-form .phone-area-code-row .phone-area-code.row-additionalPhone2,
.form-builder.contactUsForm .phone-area-code-row .phone-area-code.row-additionalPhone2,
.form-builder.edit-address-form .phone-area-code-row .phone-area-code.row-additionalPhone2,
.form-builder.electronic-invoice-form .phone-area-code-row .phone-area-code.row-additionalPhone2,
.form-builder.popstation-search-form .phone-area-code-row .phone-area-code.row-additionalPhone2,
.form-builder.profileForm .phone-area-code-row .phone-area-code.row-additionalPhone2,
.form-builder.shippingAddressForm .phone-area-code-row .phone-area-code.row-additionalPhone2,
.form-builder.summary-form .phone-area-code-row .phone-area-code.row-additionalPhone2 {
  margin-right: 0;
}

.form-builder.asia-miles-form .radiogroup,
.form-builder.billingAddressForm .radiogroup,
.form-builder.checkout-email-form .radiogroup,
.form-builder.contactUsForm .radiogroup,
.form-builder.edit-address-form .radiogroup,
.form-builder.electronic-invoice-form .radiogroup,
.form-builder.popstation-search-form .radiogroup,
.form-builder.profileForm .radiogroup,
.form-builder.shippingAddressForm .radiogroup,
.form-builder.summary-form .radiogroup {
  margin: 20px 0;
}

.form-builder.asia-miles-form .radiogroup label,
.form-builder.billingAddressForm .radiogroup label,
.form-builder.checkout-email-form .radiogroup label,
.form-builder.contactUsForm .radiogroup label,
.form-builder.edit-address-form .radiogroup label,
.form-builder.electronic-invoice-form .radiogroup label,
.form-builder.popstation-search-form .radiogroup label,
.form-builder.profileForm .radiogroup label,
.form-builder.shippingAddressForm .radiogroup label,
.form-builder.summary-form .radiogroup label {
  display: inline;
  float: none;
  padding-bottom: 15px;
  width: 0;
  margin-right: 5%;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .02em;
  padding: 0;
  margin-left: 1%;
}

.form-builder.asia-miles-form .radiogroup .value,
.form-builder.billingAddressForm .radiogroup .value,
.form-builder.checkout-email-form .radiogroup .value,
.form-builder.contactUsForm .radiogroup .value,
.form-builder.edit-address-form .radiogroup .value,
.form-builder.electronic-invoice-form .radiogroup .value,
.form-builder.popstation-search-form .radiogroup .value,
.form-builder.profileForm .radiogroup .value,
.form-builder.shippingAddressForm .radiogroup .value,
.form-builder.summary-form .radiogroup .value {
  display: inline;
}

.form-builder.asia-miles-form .radiogroup .value label,
.form-builder.billingAddressForm .radiogroup .value label,
.form-builder.checkout-email-form .radiogroup .value label,
.form-builder.contactUsForm .radiogroup .value label,
.form-builder.edit-address-form .radiogroup .value label,
.form-builder.electronic-invoice-form .radiogroup .value label,
.form-builder.popstation-search-form .radiogroup .value label,
.form-builder.profileForm .radiogroup .value label,
.form-builder.shippingAddressForm .radiogroup .value label,
.form-builder.summary-form .radiogroup .value label {
  letter-spacing: .03em;
}

.form-builder.asia-miles-form .form-caption,
.form-builder.asia-miles-form .mandatory-label,
.form-builder.billingAddressForm .form-caption,
.form-builder.billingAddressForm .mandatory-label,
.form-builder.checkout-email-form .form-caption,
.form-builder.checkout-email-form .mandatory-label,
.form-builder.contactUsForm .form-caption,
.form-builder.contactUsForm .mandatory-label,
.form-builder.edit-address-form .form-caption,
.form-builder.edit-address-form .mandatory-label,
.form-builder.electronic-invoice-form .form-caption,
.form-builder.electronic-invoice-form .mandatory-label,
.form-builder.popstation-search-form .form-caption,
.form-builder.popstation-search-form .mandatory-label,
.form-builder.profileForm .form-caption,
.form-builder.profileForm .mandatory-label,
.form-builder.shippingAddressForm .form-caption,
.form-builder.shippingAddressForm .mandatory-label,
.form-builder.summary-form .form-caption,
.form-builder.summary-form .mandatory-label {
  display: none;
}

.form-builder.shippingAddressForm .row-title .value label:last-of-type {
  padding-right: 0;
}

.form-builder .row-phoneCountryCode.country-flag .sbSelector {
  background-image: -webkit-linear-gradient(left,#eee 66px,#fff 67px,rgba(255,255,255,0) 100%);
  background-image: linear-gradient(to right,#eee 66px,#fff 67px,rgba(255,255,255,0) 100%);
  top: 2px;
}

.form-builder .row-phoneCountryCode.country-flag .sbSelector .flag {
  margin: 16px 30px 0 20px;
}

.form-builder .row-phoneCountryCode.country-flag .sbSelector .flag-empty {
  margin-right: 75px;
}

.form-builder .row-phoneCountryCode.country-flag .sbOptions li {
  white-space: nowrap;
}

.form-builder .row-phoneCountryCode.country-flag .sbOptions li .flag {
  margin: -1px 10px 0 0;
}

.form-builder .row-phoneCountryCode.country-flag .form-group label {
  width: calc(100% - 80px);
  left: 70px;
}

.form-builder.billingAddressForm .form-row.searchable,
.form-builder.billingAddressForm .form-row.searchable.row-cityautosuggestion,
.form-builder.billingAddressForm .form-row.searchable.row-provinceautosuggestion,
.form-builder.edit-address-form .form-row.searchable,
.form-builder.edit-address-form .form-row.searchable.row-cityautosuggestion,
.form-builder.edit-address-form .form-row.searchable.row-provinceautosuggestion,
.form-builder.profileForm .form-row.searchable,
.form-builder.profileForm .form-row.searchable.row-cityautosuggestion,
.form-builder.profileForm .form-row.searchable.row-provinceautosuggestion,
.form-builder.shippingAddressForm .form-row.searchable,
.form-builder.shippingAddressForm .form-row.searchable.row-cityautosuggestion,
.form-builder.shippingAddressForm .form-row.searchable.row-provinceautosuggestion {
  margin-top: -71px;
}

.form-builder.billingAddressForm .form-row.searchable.redesign-autocomplete.error,
.form-builder.edit-address-form .form-row.searchable.redesign-autocomplete.error,
.form-builder.profileForm .form-row.searchable.redesign-autocomplete.error,
.form-builder.shippingAddressForm .form-row.searchable.redesign-autocomplete.error {
  margin-top: -71px;
}

.form-builder .form-row.searchable,
.form-builder .form-row.searchable.row-cityautosuggestion,
.form-builder .form-row.searchable.row-provinceautosuggestion {
  z-index: 1;
  position: relative;
}

.form-builder .form-row.searchable.row-cityautosuggestion:focus,
.form-builder .form-row.searchable.row-provinceautosuggestion:focus {
  background: #fff;
}

.form-builder .form-row.searchable.row-cityautosuggestion:after,
.form-builder .form-row.searchable.row-provinceautosuggestion:after {
  top: 14px;
  right: 7px;
  content: "";
  position: absolute;
  display: inline-block;
}

.form-builder .form-row.select-city-ru .jspPane,
.form-builder .form-row.select-province-ru .jspPane,
.main-content-holder .form-builder.profileForm .pd-date-selects {
  position: relative;
}

.form-builder .form-row.searchable.row-cityautosuggestion.error:after,
.form-builder .form-row.searchable.row-cityautosuggestion.not-empty:after,
.form-builder .form-row.searchable.row-provinceautosuggestion.error:after,
.form-builder .form-row.searchable.row-provinceautosuggestion.not-empty:after {
  display: none;
}

.form-builder .form-row.searchable.row-cityautosuggestion.error .input-text,
.form-builder .form-row.searchable.row-cityautosuggestion.not-empty .input-text,
.form-builder .form-row.searchable.row-provinceautosuggestion.error .input-text,
.form-builder .form-row.searchable.row-provinceautosuggestion.not-empty .input-text {
  padding-right: 10px;
}

.form-builder .form-row.searchable.row-cityautosuggestion .input-text,
.form-builder .form-row.searchable.row-provinceautosuggestion .input-text {
  padding-right: 40px;
}

.form-builder .form-row.select-city-ru.error .sbSelectorWrapper,
.form-builder .form-row.select-province-ru.error .sbSelectorWrapper {
  border: none;
}

.form-builder .form-row.select-city-ru .sbHolder,
.form-builder .form-row.select-province-ru .sbHolder {
  border: none;
  background: 0 0;
}

.form-builder .form-row.select-city-ru .sbHolder .sbSelectorWrapper,
.form-builder .form-row.select-province-ru .sbHolder .sbSelectorWrapper {
  height: unset;
}

.form-builder .form-row.select-city-ru .sbSelector,
.form-builder .form-row.select-city-ru .sbToggle,
.form-builder .form-row.select-province-ru .sbSelector,
.form-builder .form-row.select-province-ru .sbToggle {
  visibility: hidden;
}

.form-builder .form-row.select-city-ru .jspContainer,
.form-builder .form-row.select-province-ru .jspContainer {
  max-height: 200px;
  box-sizing: border-box;
  border: 2px solid #e5e5e5;
}

.form-builder .form-row.select-city-ru .sbOptions,
.form-builder .form-row.select-province-ru .sbOptions {
  left: 0;
  border: none;
}

.main-content-holder .form-builder.profileForm .pd-date-selects span.error {
  position: absolute;
  top: 45px;
  left: 0;
}

.main-content-holder .form-builder.profileForm .clear-row-width.row-gender {
  margin-top: 27px;
}

.main-content-holder .form-builder.profileForm .clear-row-width .pd-reset-password legend {
  margin: 7px 0;
}

.main-content-holder .form-builder.profileForm .clear-row-width.pd-birthday .birthday {
  height: 100%;
}

.main-content-holder .form-builder.profileForm .clear-row-width.pd-birthday .row-birthdayday,
.main-content-holder .form-builder.profileForm .clear-row-width.pd-birthday .row-birthdayyear {
  width: 29%;
}

.main-content-holder .form-builder.profileForm .clear-row-width.pd-birthday .row-birthdaymonth {
  width: 38%;
}

.main-content-holder .form-builder.profileForm .clear-row-width.pd-birthday .row-birthdayyear {
  margin-right: 0;
}

.main-content-holder .form-builder.profileForm .pd-using-products {
  margin-top: 20px;
}

.main-content-holder .form-builder.profileForm .pd-using-products label {
  float: left;
  text-align: left;
  width: 50%;
  margin: 10px 0 0;
}

.main-content-holder .form-builder.profileForm .pd-using-products .row-usedclarinssince {
  display: inline-block;
  width: 100%;
  margin: 0 0 5px;
}

.gs-product-carousel .gs-product-add-to-bag {
  overflow-wrap: break-word;
  white-space: pre-line;
  font-size: 8px;
  padding: 10px 5px;
  max-width: 100%;
}

.gs-product-carousel .gs-product-add-to-bag:hover {
  padding: 10px 5px;
}

.refer-a-friend-summary {
  box-sizing: border-box;
  float: left;
  display: none;
}

.refer-a-friend-summary:after,
.refer-a-friend-summary:before {
  box-sizing: border-box;
}

.my-coupons-wrapper {
  display: block;
}

.my-coupons-details .refer-a-friend-coupon-section {
  border-right: none;
  text-align: center;
}

.my-coupons-details .refer-a-friend-coupon-section .title {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #be0f34;
}

.my-coupons-details .refer-a-friend-coupon-section .section-content {
  margin-top: 20px;
}

.status-code,
.status-title {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
  font-weight: 700;
}

.refer-a-friend-referred-by-holder .refer-a-friend-referred-by-label,
.status-italic-text {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 11px;
}

.status-italic-text {
  line-height: 20px;
  display: inline-block;
  font-style: italic;
}

.refer-a-friend-referred-by-holder {
  margin: 0 0 25px;
  text-align: center;
}

.refer-a-friend-referred-by-holder .refer-a-friend-referred-by-label {
  letter-spacing: .02em;
  margin: 5px 0;
}

.refer-a-friend-referred-by-holder .refer-a-friend-referred-by-name {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .02em;
}

.lip-salesforce .main-content-holder.hasNavigation .lip-navigation-wrapper {
  position: relative;
  margin-top: -20px;
}

.lip-salesforce .main-content-holder.hasNavigation .lip-navigation-wrapper .refer-a-friend-referred-by-holder {
  text-align: center;
}

.lip-salesforce .main-content-holder.hasNavigation .lip-navigation-wrapper .customer-names {
  float: left;
  margin-top: 15px;
}

.lip-salesforce .main-content-holder.hasNavigation .lip-navigation-wrapper .customer-image,
.lip-salesforce .main-content-holder.hasNavigation .lip-navigation-wrapper .last-logged,
.lip-salesforce .main-content-holder.hasNavigation .lip-navigation-wrapper .show-desktop {
  display: none;
}

.lip-content-wrapper {
  width: auto;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lip-content-wrapper .lip-main-image-wrapper,
.lip-content-wrapper .lip-main-text-wrapper {
  box-sizing: border-box;
}

.lip-content-wrapper .lip-main-image-wrapper {
  width: 50%;
  margin: 0 4.5% 0 2.5%;
  float: left;
}

.lip-content-wrapper .lip-main-image-wrapper img {
  width: 100%;
}

.lip-content-wrapper .lip-main-text-wrapper {
  width: 43%;
  float: left;
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
  overflow: hidden;
}

.lip-content-wrapper .lip-main-text-wrapper .lip-inner-text-wrapper {
  margin-top: 100px;
}

.lip-content-wrapper .lip-main-text-wrapper .lip-inner-text-wrapper p {
  margin: 0;
  word-wrap: break-word;
}

.lip-content-wrapper .lip-main-text-wrapper .lip-inner-text-wrapper p.lip-text-page-title {
  color: #be0f34;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
}

.lip-content-wrapper .lip-main-text-wrapper .lip-inner-text-wrapper p.lip-text-header {
  margin-top: 10px;
  font-size: 40px;
  line-height: 40px;
  font-family: "Times New Roman",Helvetica,Arial,sans-serif;
}

.lip-content-wrapper .lip-main-text-wrapper .lip-inner-text-wrapper p.lip-text-subtitle {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  letter-spacing: .02em;
}

.lip-content-wrapper .lip-main-text-wrapper .lip-inner-text-wrapper p.lip-text {
  margin-top: 10px;
  font-size: 14px;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  letter-spacing: .02em;
}

.lip-content-wrapper .lip-main-text-wrapper .lip-inner-text-wrapper .find-store-button {
  display: inline-block;
  height: auto;
  margin-top: 20px;
  padding: 15px 60px;
  font-size: 1em;
}

.lip-contact-us-content-wrapper,
.lip-questions-content-wrapper {
  width: 100%;
  height: 475px;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper,
.lip-questions-content-wrapper .lip-questions-block-wrapper {
  width: auto;
  margin: 20px 10px 20px 22px;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .block .lip-contact-us-block,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .block .lip-questions-block,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .block .lip-contact-us-block,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .block .lip-questions-block,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .block .lip-contact-us-block,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .block .lip-questions-block,
.lip-questions-content-wrapper .lip-questions-block-wrapper .block .lip-contact-us-block,
.lip-questions-content-wrapper .lip-questions-block-wrapper .block .lip-questions-block {
  margin-left: 1.5%;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .block:nth-child(1n+4) .lip-contact-us-block,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .block:nth-child(1n+4) .lip-questions-block,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .block:nth-child(1n+4) .lip-contact-us-block,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .block:nth-child(1n+4) .lip-questions-block,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .block:nth-child(1n+4) .lip-contact-us-block,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .block:nth-child(1n+4) .lip-questions-block,
.lip-questions-content-wrapper .lip-questions-block-wrapper .block:nth-child(1n+4) .lip-contact-us-block,
.lip-questions-content-wrapper .lip-questions-block-wrapper .block:nth-child(1n+4) .lip-questions-block {
  margin-top: 1.5%;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .block:nth-child(3n+1) .lip-contact-us-block,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .block:nth-child(3n+1) .lip-questions-block,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .block:nth-child(3n+1) .lip-contact-us-block,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .block:nth-child(3n+1) .lip-questions-block,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .block:nth-child(3n+1) .lip-contact-us-block,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .block:nth-child(3n+1) .lip-questions-block,
.lip-questions-content-wrapper .lip-questions-block-wrapper .block:nth-child(3n+1) .lip-contact-us-block,
.lip-questions-content-wrapper .lip-questions-block-wrapper .block:nth-child(3n+1) .lip-questions-block {
  margin-left: 0;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper a.not-active,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper a.not-active,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper a.not-active,
.lip-questions-content-wrapper .lip-questions-block-wrapper a.not-active {
  pointer-events: none;
  cursor: default;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-questions-block,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-questions-block {
  width: 31.83333333333333%;
  height: 164px;
  outline: #e5e5e5 solid 2px;
  float: left;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block.color-red,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block.color-red,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block.color-red,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-questions-block.color-red,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block.color-red,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block.color-red,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block.color-red,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-questions-block.color-red {
  background-color: #be0f34;
  outline-color: #be0f34;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  text-align: center;
  margin: 0 15px;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content.half-width-content,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content.half-width-content,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content.half-width-content,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content.half-width-content,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content.half-width-content,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content.half-width-content,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content.half-width-content,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content.half-width-content {
  margin: 0 55px;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content .social-icons .lip-social-icons,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content .social-icons .lip-social-icons,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content .social-icons .lip-social-icons,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content .social-icons .lip-social-icons,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content .social-icons .lip-social-icons,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content .social-icons .lip-social-icons,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content .social-icons .lip-social-icons,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content .social-icons .lip-social-icons {
  text-align: center;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content .social-icons .lip-social-icons .socialLineItem,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content .social-icons .lip-social-icons .socialLineItem,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content .social-icons .lip-social-icons .socialLineItem,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content .social-icons .lip-social-icons .socialLineItem,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content .social-icons .lip-social-icons .socialLineItem,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content .social-icons .lip-social-icons .socialLineItem,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content .social-icons .lip-social-icons .socialLineItem,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content .social-icons .lip-social-icons .socialLineItem {
  margin: 0 5px 0 0;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content .social-icons .lip-social-icons .edit-socials,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content .social-icons .lip-social-icons .socials-heading,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content .social-icons .lip-social-icons .edit-socials,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content .social-icons .lip-social-icons .socials-heading,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content .social-icons .lip-social-icons .edit-socials,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content .social-icons .lip-social-icons .socials-heading,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content .social-icons .lip-social-icons .edit-socials,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content .social-icons .lip-social-icons .socials-heading,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content .social-icons .lip-social-icons .edit-socials,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content .social-icons .lip-social-icons .socials-heading,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content .social-icons .lip-social-icons .edit-socials,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content .social-icons .lip-social-icons .socials-heading,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content .social-icons .lip-social-icons .edit-socials,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content .social-icons .lip-social-icons .socials-heading,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content .social-icons .lip-social-icons .edit-socials,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content .social-icons .lip-social-icons .socials-heading {
  display: none;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p {
  margin: 0 0 10px;
  word-wrap: break-word;
  font-size: 11px;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p.header,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p.header,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p.header,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p.header,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p.header,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p.header,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p.header,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p.header {
  text-transform: uppercase;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 20px;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p.header.questions,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p.header.questions,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p.header.questions,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p.header.questions,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p.header.questions,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p.header.questions,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p.header.questions,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p.header.questions {
  margin: 0;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p.header.header-social,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p.header.header-social,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p.header.header-social,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p.header.header-social,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p.header.header-social,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p.header.header-social,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p.header.header-social,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p.header.header-social {
  margin-top: 15px;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p.header.text-white,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p.header.text-white,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p.header.text-white,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p.header.text-white,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p.header.text-white,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p.header.text-white,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p.header.text-white,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p.header.text-white {
  color: #fff;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p.address,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p.phone,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p.address,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p.phone,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p.address,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p.phone,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p.address,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p.phone,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p.address,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p.phone,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p.address,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p.phone,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p.address,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p.phone,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p.address,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p.phone {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  letter-spacing: .02em;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p.email,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p.email,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p.email,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p.email,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p.email,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p.email,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p.email,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p.email {
  color: #000;
  border-bottom: 1px solid #bfbfbf;
  display: inline;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  letter-spacing: .02em;
  text-transform: none;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p.email:hover,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p.email:hover,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p.email:hover,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p.email:hover,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p.email:hover,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p.email:hover,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p.email:hover,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p.email:hover {
  color: #be0f34;
  border-bottom: 1px solid #efc3cc;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p.link,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p.link,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p.link,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p.link,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p.link,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p.link,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p.link,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p.link {
  color: #000;
  border-bottom: 1px solid #bfbfbf;
  text-transform: uppercase;
  display: inline;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  letter-spacing: .1em;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p.link:hover,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p.link:hover,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p.link:hover,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p.link:hover,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content p.link:hover,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content p.link:hover,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content p.link:hover,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content p.link:hover {
  color: #be0f34;
  border-bottom: 1px solid #efc3cc;
}

.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content img,
.lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content img,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content img,
.lip-contact-us-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content img,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-contact-us-block .block-content img,
.lip-questions-content-wrapper .lip-constact-us-block-wrapper .lip-questions-block .block-content img,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-contact-us-block .block-content img,
.lip-questions-content-wrapper .lip-questions-block-wrapper .lip-questions-block .block-content img {
  margin-bottom: 15px;
}

.lip-content-wrapper .lip-inner-text-wrapper.questions .lip-questions-button {
  letter-spacing: .1em;
  background-color: #000;
  border: 2px solid;
  color: #fff;
  cursor: pointer;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: opacity .3s,background-color .3s ease;
  transition: opacity .3s,background-color .3s ease;
  font-size: 11px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  padding: 0 2em;
  margin-top: 10px;
  min-width: 175px;
  word-wrap: break-word;
}

.lip-header-questions-mobile p,
.lip-questions-accordion-title p {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.lip-questions-content-wrapper {
  margin-top: 55px;
  height: initial;
  display: inline-block;
}

.lip-questions-main {
  margin-bottom: 100px;
}

.lip-header-questions-mobile {
  display: none;
}

.lip-header-questions-mobile p {
  letter-spacing: .02em;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  margin: 0;
}

.lip-questions-accordion {
  margin: 0 20px;
}

.lip-questions-accordion span.ui-accordion-header-icon.svg-minus-gray-compact-dims,
.lip-questions-accordion span.ui-accordion-header-icon.svg-plus-gray-compact-dims {
  right: 5px;
  top: 22px;
  left: inherit;
}

.lip-questions-accordion>div.ui-accordion-content {
  font-size: 14px;
  font-weight: 400;
  padding: 13px 80px 30px;
}

.lip-questions-accordion h3.ui-accordion-header,
.lip-questions-accordion-title p {
  font-size: 16px;
  letter-spacing: .02em;
}

#wrapper .lip-questions-accordion .ui-accordion-content {
  width: auto;
}

.lip-questions-accordion-title {
  width: 100%;
}

.lip-questions-accordion-title:before {
  content: "";
  display: block;
  height: 50px;
  margin: -50px 0 0;
}

.lip-questions-accordion-title p {
  margin: 50px 20px 0;
  color: #be0f34;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 7px;
}

.lip-questions-accordion-title p.first {
  margin-top: 65px;
}

.lip-club-clarins-logo {
  margin: 20px 30px 0 0;
  position: absolute;
  right: 0;
}

.lip-club-clarins-logo-mobile .lip-club-clarins-logo {
  display: none;
}

.favourite-stores-list {
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.favourite-stores-list h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.favourite-stores-list .store-row {
  border-bottom: 2px solid #e5e5e5;
  padding: 4% 0 3%;
  overflow: auto;
  text-align: left;
}

.favourite-stores-list .store-row:last-of-type {
  border-bottom: none;
  margin-bottom: 20px;
}

.favourite-stores-list .store-row .remove-store-link.column,
.favourite-stores-list .store-row .storedetails.column,
.favourite-stores-list .store-row .storephone.column {
  display: inline-block;
  min-height: 1px;
}

.favourite-stores-list .store-row .storedetails {
  box-sizing: border-box;
  float: left;
  padding: 0 20px 0 0;
}

.favourite-stores-list .store-row .storedetails:after,
.favourite-stores-list .store-row .storedetails:before {
  box-sizing: border-box;
}

.favourite-stores-list .store-row .storedetails .storename {
  margin-bottom: 0;
  font-size: 1.2em;
}

.favourite-stores-list .store-row .storedetails .storename span {
  padding: 0;
}

.favourite-stores-list .store-row .storedetails .storeaddress {
  padding: 0;
  font-size: 1.2em;
  width: 100%;
}

.favourite-stores-list .store-row .storedetails .storeaddress .storeopenhours {
  margin: 3% 0 0;
}

.favourite-stores-list .store-row .storephone {
  box-sizing: border-box;
  float: left;
  vertical-align: top;
  font-size: 1.2em;
  padding: 0 20px 0 0;
}

.favourite-stores-list .store-row .storephone:after,
.favourite-stores-list .store-row .storephone:before {
  box-sizing: border-box;
}

.favourite-stores-list .store-row .remove-store-link {
  box-sizing: border-box;
  float: left;
  text-align: right;
}

.favourite-stores-list .store-row .remove-store-link:after,
.favourite-stores-list .store-row .remove-store-link:before {
  box-sizing: border-box;
}

.favourite-stores-list .store-row .remove-store-link input[type=button] {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
}

.favourite-stores-list .find-store-button {
  padding: 15px 60px;
}

.beauty-consultation-wrapper {
  margin: 0 2.5%;
}

.beauty-title {
  width: 100%;
  height: 80px;
  position: relative;
}

.beauty-title h2 {
  width: 100%;
  max-height: 70px;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  line-height: 1.2;
  font-size: 30px;
}

.consultation-block {
  font-family: "Times New Roman",Times,serif;
  background-color: #fff;
  width: 190px;
  height: 200px;
  -webkit-box-align: center;
  float: right;
  margin: 55px 30px;
  overflow: hidden;
  cursor: default;
}

.consultation-block .button-wrap {
  height: 60px;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .product-wrapper .consultation-block .button-wrap .reorder-btn,
.consultation-block .button-wrap #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .product-wrapper .reorder-btn,
.consultation-block .button-wrap .buttonprimary {
  min-height: 0;
  width: 127px;
  min-width: 0;
  height: auto;
  max-height: 50px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
  line-height: 1.3em;
  padding: 10px;
}

.beauty-container {
  width: 50%;
  float: left;
  text-align: center;
  outline: #fff solid 1.3px;
  background-color: #ccc;
  cursor: pointer;
}

.redirectURL {
  display: none;
}

.content-wrapper {
  background-color: #be0f34;
  height: 310px;
  color: #fff;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 22px;
}

.content-wrapper .info-block {
  margin: 25% 0 0 18%;
  max-height: 170px;
  overflow: hidden;
  width: 65%;
}

.result-link {
  margin: 17px 0 0;
}

.result-link a {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  line-height: 1.4;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: underline;
}

.inner-box {
  width: 80%;
  padding: 0 20px;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main>div {
  display: inline-block;
  margin: 5px 0;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .store-name {
  box-sizing: border-box;
  float: left;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .store-name:after,
#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .store-name:before {
  box-sizing: border-box;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .store-name span {
  color: #be0f34;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .order-number,
#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .order-status {
  box-sizing: border-box;
  float: left;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .order-number:after,
#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .order-number:before,
#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .order-status:after,
#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .order-status:before {
  box-sizing: border-box;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .header-empty {
  box-sizing: border-box;
  float: left;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .header-empty:after,
#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .header-empty:before {
  box-sizing: border-box;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .loyalty-points {
  box-sizing: border-box;
  float: left;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .loyalty-points:after,
#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .loyalty-points:before {
  box-sizing: border-box;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header.ui-accordion-header-active.header-repay .button-repay {
  display: none;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.header-repay .header-main .store-name,
#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.header-repay .header-main .store-name:after,
#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.header-repay .header-main .store-name:before {
  box-sizing: border-box;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.header-repay .header-main .order-number,
#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.header-repay .header-main .order-number:after,
#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.header-repay .header-main .order-number:before,
#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.header-repay .header-main .order-status,
#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.header-repay .header-main .order-status:after,
#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.header-repay .header-main .order-status:before {
  box-sizing: border-box;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.header-repay .header-main .repay-section {
  width: 29.5%;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.header-repay .header-main .order-number,
#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.header-repay .header-main .order-status,
#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.header-repay .header-main .repay-section,
#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.header-repay .header-main .store-name {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items {
  margin: 0 0 15px;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .sample-wrapper div {
  clear: both;
  text-align: center;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .sample-wrapper .sample-header-title {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  letter-spacing: .02em;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 15px;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .sample-wrapper .samples-carousel {
  border-top: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
  padding: 30px 0 20px;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .sample-wrapper .samples-carousel li {
  max-width: 288.333px;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .sample-wrapper .samples-carousel .information-container {
  width: 80%;
  margin: 0 auto;
  padding: 0 0 15px;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .sample-wrapper .samples-carousel .information-container .product-image {
  width: auto;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .sample-wrapper .samples-carousel .information-container .product-image img {
  width: 60%;
  display: block;
  margin: 0 auto;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .sample-wrapper .samples-carousel .information-container .product-info {
  padding: 5% 10% 0;
  height: 70px;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .sample-wrapper .samples-carousel .information-container .product-info .product-name {
  max-height: 55px;
  width: 75%;
  margin: 0 auto;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: .02em;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .sample-wrapper .samples-carousel .information-container .product-info .size {
  color: #767676;
  letter-spacing: .02em;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .sample-wrapper .samples-carousel .information-container .buttonstyle {
  min-width: 0;
  max-width: 110px;
  line-height: 1.4em;
  max-height: 25px;
  padding: .5em 2.2em .8em;
  overflow: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-total-section {
  margin: 15px 0;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .gift-message-info .message-title,
#wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .shipment-info .mini-address-location {
  margin-top: 0;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-total-section .order-total-wrapper div {
  margin: 0;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip {
  border-bottom: none;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content {
  padding-left: 7%;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .track-content-title {
  line-height: 30px;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .track-content-title .track-icon {
  position: absolute;
  left: 2%;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .track-content-title .track-icon:after {
  width: 40px;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .shipment-info {
  box-sizing: border-box;
  float: left;
  line-height: 1.5;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .shipment-info:after,
#wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .shipment-info:before {
  box-sizing: border-box;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .shipment-info .address-title {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  margin-top: 0;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .shipment-info .mini-address-location address {
  line-height: 1.5;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .shipment-info .mini-address-location address .label {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .gift-message-info {
  box-sizing: border-box;
  float: left;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .gift-message-info:after,
#wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .gift-message-info:before {
  box-sizing: border-box;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .tracking-url {
  box-sizing: border-box;
  float: left;
  float: right;
  text-align: right;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  margin-top: -20px;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .tracking-url:after,
#wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .tracking-url:before {
  box-sizing: border-box;
}

.rewards-catalog-iframe-container {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.rewards-catalog-iframe-container iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  box-sizing: border-box;
}

.lip-my-account .personal-details-wrapper.ajax-loading .ajax-loader-image,
.lip-my-account .personal-details-wrapper.ajax-loading .loader-image,
.lip-my-reviews .personal-details-wrapper.ajax-loading .ajax-loader-image,
.lip-my-reviews .personal-details-wrapper.ajax-loading .loader-image {
  display: inline-block;
}

.lip-my-account .personal-details-tab .col-gutter,
.lip-my-account .personal-details-tab .lip-content-wrapper,
.lip-my-account .personal-details-tab .lip-my-account,
.lip-my-reviews .personal-details-tab .col-gutter,
.lip-my-reviews .personal-details-tab .lip-content-wrapper,
.lip-my-reviews .personal-details-tab .lip-my-account {
  margin: 0;
}

.lip-my-account .personal-details-tab .col-gutter .pd-header,
.lip-my-account .personal-details-tab .col-gutter .pd-required,
.lip-my-account .personal-details-tab .lip-content-wrapper .pd-header,
.lip-my-account .personal-details-tab .lip-content-wrapper .pd-required,
.lip-my-account .personal-details-tab .lip-my-account .pd-header,
.lip-my-account .personal-details-tab .lip-my-account .pd-required,
.lip-my-reviews .personal-details-tab .col-gutter .pd-header,
.lip-my-reviews .personal-details-tab .col-gutter .pd-required,
.lip-my-reviews .personal-details-tab .lip-content-wrapper .pd-header,
.lip-my-reviews .personal-details-tab .lip-content-wrapper .pd-required,
.lip-my-reviews .personal-details-tab .lip-my-account .pd-header,
.lip-my-reviews .personal-details-tab .lip-my-account .pd-required {
  display: none;
}

.lip-my-account .personal-details-tab #profileForm,
.lip-my-reviews .personal-details-tab #profileForm {
  margin: 0;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.lip-my-account .personal-details-tab #profileForm .pd-header,
.lip-my-reviews .personal-details-tab #profileForm .pd-header {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  display: block;
}

.lip-my-account .personal-details-tab #profileForm span.error-message,
.lip-my-reviews .personal-details-tab #profileForm span.error-message {
  width: 100%;
}

.lip-my-account .personal-details-tab #profileForm .pd-reset-password legend,
.lip-my-account .personal-details-tab #profileForm .preferences legend,
.lip-my-reviews .personal-details-tab #profileForm .pd-reset-password legend,
.lip-my-reviews .personal-details-tab #profileForm .preferences legend {
  display: none;
}

.lip-my-account .personal-details-tab #profileForm .mandatory-label,
.lip-my-reviews .personal-details-tab #profileForm .mandatory-label {
  display: block;
}

.lip-my-account .personal-details-tab #profileForm .pd-button,
.lip-my-reviews .personal-details-tab #profileForm .pd-button {
  text-align: center;
  margin-top: 75px;
  width: 100%;
  clear: both;
}

.lip-my-account .personal-details-tab #profileForm .pd-button:after,
.lip-my-account .personal-details-tab #profileForm .pd-button:before,
.lip-my-reviews .personal-details-tab #profileForm .pd-button:after,
.lip-my-reviews .personal-details-tab #profileForm .pd-button:before {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
  visibility: hidden;
}

.lip-my-account .personal-details-tab #profileForm .pd-button .cancel-button,
.lip-my-reviews .personal-details-tab #profileForm .pd-button .cancel-button {
  margin-right: 1.5%;
}

.lip-my-account .personal-details-tab #profileForm hr,
.lip-my-reviews .personal-details-tab #profileForm hr {
  margin: 25px 0 35px;
  height: 2px;
}

.lip-my-account .personal-details-tab #profileForm .radiogroup label,
.lip-my-account .personal-details-tab #profileForm .row-title label,
.lip-my-reviews .personal-details-tab #profileForm .radiogroup label,
.lip-my-reviews .personal-details-tab #profileForm .row-title label {
  float: left;
  margin-left: 40px;
}

.lip-my-account .personal-details-tab #profileForm .radiogroup label:first-child,
.lip-my-account .personal-details-tab #profileForm .row-title label:first-child,
.lip-my-reviews .personal-details-tab #profileForm .radiogroup label:first-child,
.lip-my-reviews .personal-details-tab #profileForm .row-title label:first-child {
  margin: 0 5% 0 0;
}

.lip-my-account .personal-details-tab #profileForm .radiogroup .value label,
.lip-my-account .personal-details-tab #profileForm .row-title .value label,
.lip-my-reviews .personal-details-tab #profileForm .radiogroup .value label,
.lip-my-reviews .personal-details-tab #profileForm .row-title .value label {
  display: block;
  width: auto;
}

.lip-my-account .personal-details-tab #profileForm .radiogroup input[type=radio]+label:before,
.lip-my-account .personal-details-tab #profileForm .row-title input[type=radio]+label:before,
.lip-my-reviews .personal-details-tab #profileForm .radiogroup input[type=radio]+label:before,
.lip-my-reviews .personal-details-tab #profileForm .row-title input[type=radio]+label:before {
  border-radius: 25px;
  margin-bottom: 2px;
}

.lip-my-account .personal-details-tab #profileForm .radiogroup,
.lip-my-reviews .personal-details-tab #profileForm .radiogroup {
  margin: 10px 0;
}

.lip-my-account .personal-details-tab #profileForm .row-usedclarinssince .value label,
.lip-my-reviews .personal-details-tab #profileForm .row-usedclarinssince .value label {
  width: 25%;
  display: block;
  float: left;
  text-align: left;
  padding: 0;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
}

.lip-my-account .personal-details-tab #profileForm .row-usedclarinssince .value label:before,
.lip-my-reviews .personal-details-tab #profileForm .row-usedclarinssince .value label:before {
  position: absolute;
  left: 0;
  top: 2px;
}

.lip-my-account .personal-details-tab #profileForm .row-title .radiogroup,
.lip-my-reviews .personal-details-tab #profileForm .row-title .radiogroup {
  position: relative;
}

.lip-my-account .personal-details-tab #profileForm .row-title .label,
.lip-my-reviews .personal-details-tab #profileForm .row-title .label {
  display: inline-block;
  width: auto;
}

.lip-my-account .personal-details-tab #profileForm .row-title .value,
.lip-my-reviews .personal-details-tab #profileForm .row-title .value {
  display: inline-block;
  width: 75%;
}

.lip-my-account .personal-details-tab #profileForm .row-title .errormessage,
.lip-my-reviews .personal-details-tab #profileForm .row-title .errormessage {
  position: absolute;
  display: block;
  top: 18px;
  left: 0;
}

.lip-my-account .personal-details-tab #profileForm .loyalty-member-selection label,
.lip-my-reviews .personal-details-tab #profileForm .loyalty-member-selection label {
  text-align: left;
  position: relative;
  padding-left: 20px;
}

.lip-my-account .personal-details-tab #profileForm .loyalty-member-selection label:before,
.lip-my-reviews .personal-details-tab #profileForm .loyalty-member-selection label:before {
  position: absolute;
  left: 0;
}

.lip-my-account .personal-details-tab #profileForm .form-section-label,
.lip-my-reviews .personal-details-tab #profileForm .form-section-label {
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 14px;
}

.lip-my-account .personal-details-tab #profileForm .form-section-label:after,
.lip-my-account .personal-details-tab #profileForm .form-section-label:before,
.lip-my-reviews .personal-details-tab #profileForm .form-section-label:after,
.lip-my-reviews .personal-details-tab #profileForm .form-section-label:before {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
  visibility: hidden;
}

.lip-my-account .personal-details-tab #profileForm .form-section-title,
.lip-my-reviews .personal-details-tab #profileForm .form-section-title {
  text-transform: uppercase;
  margin: 40px 0 0;
  font-size: 16px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.lip-my-account .personal-details-tab #profileForm .birthdate-selects,
.lip-my-reviews .personal-details-tab #profileForm .birthdate-selects {
  position: relative;
}

.lip-my-account .personal-details-tab #profileForm .birthdate-selects span.error,
.lip-my-reviews .personal-details-tab #profileForm .birthdate-selects span.error {
  position: absolute;
  left: 0;
  top: 45px;
  font-size: 11px;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.lip-my-account .personal-details-tab #profileForm .birthday,
.lip-my-account .personal-details-tab #profileForm row-phoneCountryCode,
.lip-my-reviews .personal-details-tab #profileForm .birthday,
.lip-my-reviews .personal-details-tab #profileForm row-phoneCountryCode {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.lip-my-account .personal-details-tab #profileForm .birthdayday,
.lip-my-reviews .personal-details-tab #profileForm .birthdayday {
  position: relative;
}

.lip-my-account .personal-details-tab #profileForm .preferences .form-row,
.lip-my-reviews .personal-details-tab #profileForm .preferences .form-row {
  float: left;
  display: inline-block;
  min-width: 100px;
  width: auto;
}

.lip-my-account .personal-details-tab #profileForm .preferences .form-row label,
.lip-my-reviews .personal-details-tab #profileForm .preferences .form-row label {
  margin-left: 20px;
  float: none;
}

.lip-my-account .personal-details-tab #profileForm .preferences .form-row label:before,
.lip-my-reviews .personal-details-tab #profileForm .preferences .form-row label:before {
  float: left;
  margin-bottom: 1px;
  margin-left: -20px;
}

.lip-my-account .personal-details-tab #profileForm .preferences .form-row label span,
.lip-my-reviews .personal-details-tab #profileForm .preferences .form-row label span {
  float: left;
}

.lip-my-account .personal-details-tab #profileForm .preferences .form-row label .receiveEmail,
.lip-my-account .personal-details-tab #profileForm .preferences .form-row label .receiveMail,
.lip-my-account .personal-details-tab #profileForm .preferences .form-row label .receiveSms,
.lip-my-reviews .personal-details-tab #profileForm .preferences .form-row label .receiveEmail,
.lip-my-reviews .personal-details-tab #profileForm .preferences .form-row label .receiveMail,
.lip-my-reviews .personal-details-tab #profileForm .preferences .form-row label .receiveSms {
  width: auto;
}

.lip-my-account .personal-details-tab #profileForm .preferences .privacyPolicy,
.lip-my-reviews .personal-details-tab #profileForm .preferences .privacyPolicy {
  display: block;
  margin: 20px 0 10px;
  font-size: 11px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  text-decoration: underline;
  border-bottom: none;
}

.lip-my-account .personal-details-tab #profileForm .loyalty-member-selection label,
.lip-my-reviews .personal-details-tab #profileForm .loyalty-member-selection label {
  padding-top: 20px;
}

.lip-my-account .personal-details-tab #profileForm .loyalty-member-selection label:before,
.lip-my-reviews .personal-details-tab #profileForm .loyalty-member-selection label:before {
  margin-top: 1px;
}

.lip-my-account .my-addresses-tab,
.lip-my-reviews .my-addresses-tab {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.lip-my-account .my-addresses-tab #address-content,
.lip-my-reviews .my-addresses-tab #address-content {
  margin: 0;
}

.lip-my-account .my-addresses-tab #edit-address-form,
.lip-my-reviews .my-addresses-tab #edit-address-form {
  margin-top: -15px;
}

.lip-my-account .my-addresses-tab #edit-address-form .dialog-required,
.lip-my-reviews .my-addresses-tab #edit-address-form .dialog-required {
  display: none;
}

.lip-my-account .my-addresses-tab #edit-address-form .row-title,
.lip-my-reviews .my-addresses-tab #edit-address-form .row-title {
  margin-bottom: 0;
}

.lip-my-account .my-addresses-tab #edit-address-form .row-title label,
.lip-my-reviews .my-addresses-tab #edit-address-form .row-title label {
  margin-left: 40px;
}

.lip-my-account .my-addresses-tab #edit-address-form .row-title .label,
.lip-my-reviews .my-addresses-tab #edit-address-form .row-title .label {
  display: inline-block;
  width: auto;
}

.lip-my-account .my-addresses-tab #edit-address-form .row-title .value,
.lip-my-reviews .my-addresses-tab #edit-address-form .row-title .value {
  display: inline-block;
  width: 75%;
}

.lip-my-account .my-addresses-tab #edit-address-form .row-title input[type=radio]+label:before,
.lip-my-reviews .my-addresses-tab #edit-address-form .row-title input[type=radio]+label:before {
  border-radius: 25px;
}

.lip-my-account .my-addresses-tab #edit-address-form .row-makeDefault label,
.lip-my-reviews .my-addresses-tab #edit-address-form .row-makeDefault label {
  padding-top: 0;
  display: block;
}

.lip-my-account .my-addresses-tab #edit-address-form .makedefault label,
.lip-my-reviews .my-addresses-tab #edit-address-form .makedefault label {
  padding-top: 3px;
}

.lip-my-account .my-addresses-tab #edit-address-form .mandatory-label,
.lip-my-reviews .my-addresses-tab #edit-address-form .mandatory-label {
  display: block;
}

.lip-my-account .my-addresses-tab #addresses,
.lip-my-reviews .my-addresses-tab #addresses {
  margin: -30px 0 0;
  position: relative;
}

.lip-my-account .my-addresses-tab #addresses .address-list,
.lip-my-reviews .my-addresses-tab #addresses .address-list {
  margin-bottom: 20px;
}

.lip-my-account .my-addresses-tab #addresses .address-list li p,
.lip-my-reviews .my-addresses-tab #addresses .address-list li p {
  font-size: 14px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.lip-my-account .my-addresses-tab #addresses .address-list li label,
.lip-my-reviews .my-addresses-tab #addresses .address-list li label {
  font-weight: 400;
  font-size: 14px;
}

.lip-my-account .my-addresses-tab #addresses .address-list li:first-of-type,
.lip-my-reviews .my-addresses-tab #addresses .address-list li:first-of-type {
  border-top: none;
}

.lip-my-account .my-addresses-tab #addresses .address-list li .mini-address-name,
.lip-my-reviews .my-addresses-tab #addresses .address-list li .mini-address-name {
  font-size: 14px;
}

.lip-my-account .my-addresses-tab #addresses .address-list .default-option-holder,
.lip-my-account .my-addresses-tab #addresses .address-list input.make-address-default,
.lip-my-reviews .my-addresses-tab #addresses .address-list .default-option-holder,
.lip-my-reviews .my-addresses-tab #addresses .address-list input.make-address-default {
  display: none;
}

.lip-my-account .my-addresses-tab #addresses .address-list .addressNumber,
.lip-my-reviews .my-addresses-tab #addresses .address-list .addressNumber {
  width: 20%;
}

.lip-my-account .my-addresses-tab .form-row-button .apply-button,
.lip-my-account .my-addresses-tab .form-row-button .cancel-button,
.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .cardtype li div,
.lip-my-reviews .my-addresses-tab .form-row-button .apply-button,
.lip-my-reviews .my-addresses-tab .form-row-button .cancel-button,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .cardtype li div {
  float: none;
}

.lip-my-account .my-addresses-tab #addresses .address-list .address-cta,
.lip-my-reviews .my-addresses-tab #addresses .address-list .address-cta {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 8px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
}

.lip-my-account .my-addresses-tab #addresses .pd-button.add-address,
.lip-my-reviews .my-addresses-tab #addresses .pd-button.add-address {
  display: block;
  float: none;
}

.lip-my-account .my-addresses-tab .pd-button,
.lip-my-reviews .my-addresses-tab .pd-button {
  text-align: center;
  width: 100%;
}

.lip-my-account .my-addresses-tab .form-row-button,
.lip-my-reviews .my-addresses-tab .form-row-button {
  margin-top: 25px;
  text-align: center;
}

.lip-my-account .my-addresses-tab legend,
.lip-my-reviews .my-addresses-tab legend {
  display: none;
}

.lip-my-account .my-addresses-tab .address-create,
.lip-my-reviews .my-addresses-tab .address-create {
  padding: 0;
  min-width: 150px;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: .1em;
}

.lip-my-account .my-addresses-tab .address-create.section-header,
.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.row-number .form-caption,
.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .select-card-label,
.lip-my-account .payment-info-tab h1,
.lip-my-reviews .my-addresses-tab .address-create.section-header,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.row-number .form-caption,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .select-card-label,
.lip-my-reviews .payment-info-tab h1 {
  display: none;
}

.lip-my-account .my-addresses-tab .address-create input[type=button],
.lip-my-reviews .my-addresses-tab .address-create input[type=button] {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
}

.lip-my-account .mandatory-label,
.lip-my-reviews .mandatory-label {
  color: #767676;
  clear: both;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper {
  margin-top: 0;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .cardtype,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .cardtype {
  padding: 0;
  margin: 0;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .creditcard-number,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .creditcard-number {
  width: 49%;
  float: left;
  margin: 0;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .form-row,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .form-row {
  clear: none;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .form-row span.error,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .form-row span.error {
  margin: 1% 0 0;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.row-number,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.row-number {
  width: 100%;
  margin-top: 20px;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.row-number .creditcard,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.row-number .creditcard {
  margin: 0;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.row-number .form-caption.error-message,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.row-number .form-caption.error-message {
  display: inline;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.row-owner,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.row-owner {
  width: 49%;
  float: right;
  margin-top: 20px;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.row-owner .form-caption,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.row-owner .form-caption {
  display: none;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.form-row-button,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.form-row-button {
  float: none;
  margin-top: 40px;
  text-align: center;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.form-row-button .pd-instruments-list-container .section-header .add-card,
.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.form-row-button button,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .account-payment-settings .add-card-wrapper .form-row.form-row-button .add-card,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.form-row-button .pd-instruments-list-container .section-header .add-card,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.form-row-button button,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .account-payment-settings .add-card-wrapper .form-row.form-row-button .add-card {
  width: auto;
  padding: 0 15px;
  min-width: 150px;
  float: none;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.form-row-button .cancel-button,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.form-row-button .cancel-button {
  margin-right: 1.5%;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.row-month,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.row-month {
  margin: 0 3%;
  width: auto;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.row-month .sbHolder,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.row-month .sbHolder {
  width: auto;
  box-sizing: border-box;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.month,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.month {
  padding-right: 0;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.year,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.year {
  width: auto;
  float: right;
  margin: 0;
  padding: 0;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.year .sbHolder,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.year .sbHolder {
  width: auto;
  box-sizing: border-box;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .form-label-text,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .form-label-text {
  display: none;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .form-label-text.expire-label,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .form-label-text.expire-label {
  display: block;
  float: left;
  width: auto;
  height: 50px;
  line-height: 50px;
  padding: 0;
  white-space: nowrap;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .dropdowns,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .dropdowns {
  width: 49%;
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: both;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .dropdowns:after,
.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .dropdowns:before,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .dropdowns:after,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .dropdowns:before {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
  visibility: hidden;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .pd-mandatory-label,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .pd-mandatory-label {
  display: block;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: .02em;
  color: #767676;
}

.lip-landing-page-section .lip-optin-checkbox label,
.lip-landing-page-section p.title {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper.full-width-inputs .creditcard-number,
.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper.full-width-inputs .form-row.row-owner,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper.full-width-inputs .creditcard-number,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper.full-width-inputs .form-row.row-owner {
  width: 100%;
}

.lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper.full-width-inputs .form-row.row-number,
.lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper.full-width-inputs .form-row.row-number {
  margin-top: 0;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .payment-list,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .payment-list {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .payment-list li:first-child,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .payment-list li:first-child {
  border-top: none;
  padding-top: 0;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .payment-list li:first-child .default-option-holder,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .payment-list li:first-child .default-option-holder {
  top: 12px;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .payment-list li:last-child,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .payment-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  position: static;
  text-align: center;
  margin: 40px 0 0;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card {
  position: static;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 50px;
  padding: 0 2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.lip-landing-page-main-wrapper {
  margin-top: 40px;
}

.lip-landing-page-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lip-landing-page-section {
  width: 32.33333333333333%;
  outline: #e5e5e5 solid 2px;
  float: left;
  margin: 0 0 10px 1.5%;
  text-align: center;
  min-height: 455px;
  word-break: break-word;
  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;
}

.lip-landing-page-section .section-content,
.lip-landing-page-section .section-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: column;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.lip-landing-page-section>div>div {
  padding: 0 25px;
}

.lip-landing-page-section:first-child {
  margin-left: 0;
}

.lip-landing-page-section .section-top {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: baseline;
  -webkit-justify-content: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  padding-top: 20px;
}

.lip-landing-page-section .section-content {
  display: flex;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lip-landing-page-section .lip-optin-checkbox {
  padding: 0;
  width: 60%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lip-landing-page-section .lip-optin-checkbox label {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  padding: 0 0 0 23px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: .02em;
  font-weight: 400;
  position: relative;
}

.lip-landing-page-section .lip-optin-checkbox label span {
  color: #be0f34;
}

.lip-landing-page-section .lip-optin-checkbox label:before {
  margin: 0 9px 0 -23px;
}

.lip-landing-page-section .section-bottom {
  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;
  padding-bottom: 30px;
  width: 100%;
  min-height: 32px;
  margin-top: 20px;
}

.lip-landing-page-section p.title {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 20px;
  margin: 10px 0 15px;
}

.lip-landing-page-section .section-description p,
.lip-landing-page-section .section-product p,
.lip-landing-page-section .section-subtitle p {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: .02em;
}

.lip-landing-page-section .section-subtitle p {
  margin: 0 0 10px;
}

.lip-landing-page-section .section-description {
  margin: 10px 0;
}

.lip-landing-page-section .section-description p {
  padding: 0 15px;
  margin: 0 0 10px;
}

.lip-landing-page-section .section-description span {
  margin: 15px 0;
  display: block;
}

.lip-landing-page-section .section-description .border-top {
  position: relative;
}

.lip-landing-page-section .section-description .border-top:before {
  content: '';
  border-top: 2px solid #e5e5e5;
  width: 85%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -10px;
  left: 50%;
}

.lip-landing-page-section .section-description .last-added-products {
  margin-top: -5px;
}

.lip-landing-page-section .section-description .loyalty-minutes,
.lip-landing-page-section .section-description .loyalty-points {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  color: #be0f34;
  display: inline-block;
  text-transform: uppercase;
}

.lip-landing-page-section .section-description .loyalty-description,
.lip-landing-page-section .subscription-error-message {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  letter-spacing: .02em;
}

.lip-landing-page-section .section-description .loyalty-minutes span,
.lip-landing-page-section .section-description .loyalty-points span {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 50px;
  letter-spacing: .02em;
  display: inline-block;
}

.lip-landing-page-section .section-description .loyalty-description {
  font-size: 11px;
  line-height: 14px;
}

.lip-landing-page-section .subscription-error-message {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  line-height: 13px;
  color: #be0f34;
  margin-bottom: -25px;
  padding: 0 55px;
}

.lip-landing-page-section .section-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 55px;
}

.lip-landing-page-section .section-link .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header [type=submit].add-card,
.lip-landing-page-section .section-link .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header [type=submit].add-card,
.lip-landing-page-section .section-link button[type=submit],
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .lip-landing-page-section .section-link [type=submit].add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .lip-landing-page-section .section-link [type=submit].add-card {
  background: 0 0;
  border: none;
  height: auto;
  min-width: auto;
  padding: 0;
}

.lip-landing-page-section .section-link .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header [type=submit].add-card:focus,
.lip-landing-page-section .section-link .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header [type=submit].add-card:focus,
.lip-landing-page-section .section-link button[type=submit]:focus,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .lip-landing-page-section .section-link [type=submit].add-card:focus,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .lip-landing-page-section .section-link [type=submit].add-card:focus {
  outline: 0;
}

.lip-landing-page-section .section-link a,
.lip-landing-page-section .section-link input[type=button] {
  color: #000;
  border-bottom: 1px solid #bfbfbf;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: .1em;
}

.lip-landing-page-section .section-link a:hover,
.lip-landing-page-section .section-link input[type=button]:hover {
  color: #be0f34;
  border-bottom: 1px solid #efc3cc;
}

.lip-landing-page-section .status-code,
.lip-landing-page-section .status-title {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
  font-weight: 700;
}

.lip-landing-page-section .status-italic-text {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
  font-style: italic;
}

.lip-landing-page-section.refer-a-friend-coupon-section .section-top .title {
  text-transform: uppercase;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 20px;
  margin: 10px 0 15px;
  color: #000;
}

.lip-langing-page-carousel .product-color,
.lipInformationDialog .description-information,
.lipInformationDialog .title {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  letter-spacing: .02em;
}

.lip-landing-page-section.refer-a-friend-coupon-section .section-bottom {
  margin-bottom: 100px;
}

.lip-langing-page-carousel .product-image img {
  width: 65%;
  margin: 0 auto;
}

.lip-langing-page-carousel .product-name p,
.lip-langing-page-carousel .product-price p,
.lip-langing-page-carousel .product-size p {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: .02em;
  margin: 1px 0;
}

.lip-langing-page-carousel .product-size p {
  color: #767676;
}

.lip-langing-page-carousel .product-color {
  font-size: 11px;
  line-height: 16px;
  margin: 4px 0 0;
}

.lip-langing-page-carousel .product-color span {
  margin: 0;
  display: inline-block;
}

.lip-langing-page-carousel .product-color span.selected-color {
  position: relative;
  bottom: 2px;
}

.lip-langing-page-carousel .product-color img {
  min-height: 14px;
  width: 14px;
  margin-right: 2px;
}

.lip-langing-page-carousel .products-pagination.jcarousel-control-next,
.lip-langing-page-carousel .products-pagination.jcarousel-control-prev {
  display: inline-block;
  top: 75px;
  background: 0 0;
  width: auto;
  height: auto;
}

.lip-langing-page-carousel .products-pagination.jcarousel-control-next.hidden-arrow,
.lip-langing-page-carousel .products-pagination.jcarousel-control-prev.hidden-arrow {
  display: none;
}

.lip-langing-page-carousel .products-pagination.jcarousel-control-next span[class*=arrow-white],
.lip-langing-page-carousel .products-pagination.jcarousel-control-prev span[class*=arrow-white] {
  margin: 0;
  position: static;
  display: block;
}

.lip-langing-page-carousel .products-pagination.jcarousel-control-prev {
  left: 5px;
}

.lip-langing-page-carousel .products-pagination.jcarousel-control-next {
  right: 5px;
}

.lip-information-dialog {
  display: none;
}

.lipInformationDialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  min-height: 320px;
  max-width: 625px;
  text-align: center;
}

.lipInformationDialog .club-logo {
  margin: 20px 0 0;
}

.lipInformationDialog .club-logo img {
  width: 120px;
  position: relative;
  margin: 0;
}

.lipInformationDialog .closeDialogBtn {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}

.lipInformationDialog .title {
  font-size: 22px;
  line-height: 24px;
  padding: 0 120px;
}

.lipInformationDialog .description-information {
  font-size: 14px;
  line-height: 18px;
  padding: 0 150px;
}

.favourite-store-section .store-link,
.tooltip-wrapper .product-loyalty {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.lipInformationDialog .description-information p:first-child {
  margin: 25px 0;
}

.lipInformationDialog .description-information a.email {
  color: #000;
  border-bottom: 1px solid #bfbfbf;
  text-transform: uppercase;
  text-transform: none;
}

.UserRegistrationForm .row-issalesforceloyaltymember label.red-span span,
.cart-content-ajax-update .lip-optin-checkbox span,
.lip-registration-new-customer-information p span,
.login-box-content .lip-optin-checkbox label span,
.sleeping-customer-form .row-issalesforceloyaltymember label.red-span span {
  color: #be0f34;
}

.lipInformationDialog .description-information a.email:hover {
  color: #be0f34;
  border-bottom: 1px solid #efc3cc;
}

.tooltip-loyalty {
  display: inline-block;
  position: relative;
  bottom: 5px;
  vertical-align: text-top;
  margin-left: -4px;
}

.max-reached:not(.stored) .favourite-icon,
.tooltip-content {
  display: none;
}

.tooltip-wrapper {
  width: auto;
}

.tooltip-wrapper .product-loyalty {
  text-align: center;
  margin: 6% 10%;
  font-size: 14px;
  max-width: 270px;
}

.tooltip-wrapper .product-loyalty img {
  width: 120px;
  padding-bottom: 20px;
}

.tooltip-wrapper .product-loyalty .tooltip-image {
  min-height: 80px;
}

.favourite-store-section {
  margin-top: 20px;
  float: right;
}

.favourite-store-section .favourite-text,
.favourite-store-section .favourite-text:hover {
  border-bottom: 1px solid #d4d4d4;
}

.favourite-store-section .store-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .1em;
}

.cart-content-ajax-update .lip-optin-checkbox label,
.lip-cart-page-tooltip-wrapper p,
.lip-registration-new-customer-information p {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.favourite-store-section .favourite-icon,
.favourite-store-section .store-link {
  display: inline-block;
  vertical-align: middle;
}

.favourite-store-section.max-reached .save-store-link,
.favourite-store-section.stored .save-store-link,
.favourite-store-section:not(.stored) .remove-store-link {
  display: none;
}

.store-locator-details .favourite-store-section,
.storesOverlay .favourite-store-section {
  float: none;
}

.store-locator-details-wrapper.ajax-loading .ajax-loader-image,
.store-locator-details-wrapper.ajax-loading .loader-image,
.stores-details.ajax-loading .ajax-loader-image,
.stores-details.ajax-loading .loader-image {
  display: inline-block;
}

.UserRegistrationForm .row-issalesforceloyaltymember label:after,
.sleeping-customer-form .row-issalesforceloyaltymember label:after {
  background: url(../images/registration-page-arrow.png) center left no-repeat;
  display: inline-block;
  height: 88px;
  content: ' ';
  position: absolute;
  top: -42px;
  left: 120%;
  width: 100%;
  background-size: 25%;
}

.UserRegistrationForm .row-issalesforceloyaltymember label.hidden-after:after,
.sleeping-customer-form .row-issalesforceloyaltymember label.hidden-after:after {
  display: none;
}

.login-box-content .lip-optin-checkbox {
  margin-bottom: 20px;
}

.lip-registration-new-customer-information {
  display: none;
  border-top: 2px solid #e5e5e5;
  margin-right: 25px;
}

.lip-registration-new-customer-information img {
  width: 135px;
  margin-top: 15px;
}

.lip-registration-new-customer-information p {
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 20px;
}

.cart-content-ajax-update .lip-optin-checkbox {
  float: right;
  margin: -10px 0 0;
  border-bottom: 2px solid #e5e5e5;
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
}

.cart-content-ajax-update .lip-optin-checkbox label {
  word-break: break-all;
  float: right;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: .02em;
  padding: 0;
  margin-left: 20px;
}

.cart-content-ajax-update .lip-optin-checkbox label:before {
  margin: 0 5px 0 -20px;
}

.cart-content-ajax-update .lip-optin-checkbox .tooltip-loyalty {
  margin: 3px 1px;
}

.cart-content-ajax-update .loyalty-agreement-checkbox-mobile-wrapper {
  display: none;
}

.cart-content-ajax-update .loyalty-agreement-checkbox-mobile-wrapper .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.cart-content-ajax-update .loyalty-agreement-checkbox-mobile-wrapper .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.cart-content-ajax-update .loyalty-agreement-checkbox-mobile-wrapper button,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .cart-content-ajax-update .loyalty-agreement-checkbox-mobile-wrapper .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .cart-content-ajax-update .loyalty-agreement-checkbox-mobile-wrapper .add-card {
  margin-top: 20px;
}

.tooltip-cart {
  width: 220px;
}

.lip-cart-page-tooltip-wrapper {
  width: 220px;
  text-align: center;
}

.lip-cart-page-tooltip-wrapper p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .02em;
  margin: 5px 10px 15px;
}

.cart-summary-loyalty,
.customer-message .info-content,
.loyalty-primary-content {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.lip-cart-page-tooltip-wrapper .tooltip-image {
  margin: 10px auto 0;
  width: 100px;
  min-height: 48px;
}

.lip-cart-page-tooltip-wrapper .cart-page-tooltip-button {
  font-size: 11px;
  display: block;
  height: 29px;
  overflow: hidden;
  line-height: 29px;
}

.cart-summary-loyalty {
  text-align: center;
  max-width: 225px;
  padding: 0 5px;
  font-size: 14px;
}

.cart-summary-loyalty img {
  width: 120px;
  margin: 0 auto;
  min-height: 55px;
}

.cart-summary-loyalty h4 {
  margin: 10px 0 0;
}

.cart-summary-loyalty .tooltip-not-logged {
  margin: 10px 0 5px;
}

.cart-summary-loyalty .tooltip-not-opted {
  padding: 10px 0;
}

.cart-summary-loyalty .tooltip-not-opted p {
  margin: 0;
}

.cart-summary-loyalty .log-in-button .buttonsecondary,
.cart-summary-loyalty .log-in-button .rewards-history-table-legacy .history-table .less,
.cart-summary-loyalty .log-in-button .rewards-history-table-legacy .history-table .more,
.rewards-history-table-legacy .history-table .cart-summary-loyalty .log-in-button .less,
.rewards-history-table-legacy .history-table .cart-summary-loyalty .log-in-button .more {
  height: 23px;
  line-height: 23px;
  font-size: 11px;
  margin: 10px 0 5px;
  display: block;
}

.blurred-text {
  opacity: .4;
}

.tooltip-content-mobile {
  text-align: right;
  display: inline-block;
}

.customer-message .info-content {
  font-size: 11px;
}

.loyalty-primary-content {
  font-size: 14px;
  letter-spacing: .02em;
  padding: 3% 0;
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  margin: 20px 0;
}

.lip-my-reviews,
.loyalty-account-section {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  letter-spacing: .02em;
}

.loyalty-account-section {
  text-align: center;
  border: 5px solid #e5e5e5;
  margin: 5% 5% 0;
  font-size: 14px;
  padding: 8%;
  display: inline-block;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
}

.loyalty-account-section.hide {
  display: none;
}

.loyalty-account-section .logo-image img {
  width: 127px;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .product-wrapper .loyalty-account-section .reorder-btn,
.loyalty-account-section #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .product-wrapper .reorder-btn,
.loyalty-account-section .buttonprimary {
  height: 35px;
  max-width: 200px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
  line-height: 35px;
}

.loyalty-account-section .inner-text-container {
  width: 100%;
}

.loyalty-account-section .inner-text-container .text-content {
  text-align: left;
}

.loyalty-account-section .inner-text-container div {
  float: left;
  width: 50%;
  margin: 20px 0;
  line-height: 20px;
}

.loyalty-account-section .inner-text-container div p {
  margin: 0;
}

.loyalty-account-section .inner-text-container img {
  width: 100%;
}

.lip-content-wrapper,
.lip-my-account {
  box-sizing: border-box;
}

.lip-my-reviews {
  margin-left: 20px;
  margin-right: 20px;
}

.lip-my-reviews .write-review,
.tab-first-line,
.tab-product-tile .product-category .category-label {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
}

.lip-my-reviews .bazaarvoice-block {
  border-bottom: 2px solid #e5e5e5;
}

.lip-my-reviews .bazaarvoice-block:last-child {
  border-bottom: none;
}

.lip-my-reviews .write-review {
  display: block;
  text-decoration: underline;
  text-align: center;
  font-size: 11px;
  letter-spacing: .1em;
  margin: 0 auto;
}

.lip-my-reviews .product-error {
  display: inline-block;
}

.image-wrapper {
  box-sizing: border-box;
  float: left;
}

.image-wrapper:after,
.image-wrapper:before {
  box-sizing: border-box;
}

.image-wrapper img {
  width: 100%;
}

.rating-wrapper {
  box-sizing: border-box;
  float: left;
  margin-top: 30px;
}

.rating-wrapper:after,
.rating-wrapper:before {
  box-sizing: border-box;
}

.review-wrapper {
  box-sizing: border-box;
  float: left;
  text-align: left;
}

.review-wrapper:after,
.review-wrapper:before {
  box-sizing: border-box;
}

.review-wrapper .show-more {
  margin-left: 0;
}

.review-wrapper .write-review {
  margin-top: 30px;
}

.review-wrapper .review-text {
  line-height: 14px;
  max-height: 42px;
}

.review-wrapper .review-text:not(.is-truncated)+.show-more {
  display: none;
}

.tab-product-tile {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 3.5% 0;
  font-size: 14px;
  letter-spacing: .02em;
}

.tab-product-tile .product-category .category-label {
  font-size: 11px;
  color: #767676;
}

.tab-product-tile .date {
  color: #767676;
  margin-top: 0;
}

.tab-product-tile .review-title {
  font-size: 16px;
}

.tab-first-line {
  font-size: 11px;
  color: #767676;
  text-align: center;
}

.tab-first-line .note,
.tab-first-line .product {
  box-sizing: border-box;
  float: left;
}

.tab-first-line .note:after,
.tab-first-line .note:before,
.tab-first-line .product:after,
.tab-first-line .product:before {
  box-sizing: border-box;
}

.tab-first-line .comment {
  box-sizing: border-box;
  float: left;
}

.tab-first-line .comment:after,
.tab-first-line .comment:before {
  box-sizing: border-box;
}

.tab-first-line .comment,
.tab-first-line .note,
.tab-first-line .product {
  padding-top: 40px;
}

.samplesbar-wrapper {
  width: 70%;
  margin: 0 auto;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.samplesbar-wrapper .sampelesbar-title {
  margin-bottom: 30px;
}

.samplesbar-wrapper .sampelesbar-title h2 {
  font-size: 35px;
  font-family: "Times New Roman",Times,serif;
  margin-bottom: 20px;
}

.samplesbar-wrapper .samplesbar-step-content {
  margin-bottom: 40px;
}

.samplesbar-wrapper .samplesbar-step-content .step-img {
  height: 50px;
}

.samplesbar-wrapper .samplesbar-step-content .step-content-text {
  width: 80%;
  margin: 0 auto;
  letter-spacing: .02em;
}

.samplesbar-wrapper .samplesbar-step-content .step-content-text p {
  margin-top: 0;
}

.samplesbar-wrapper .samplesbar-step-content .step-content-text .steps-title {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.samples-routine-container {
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}

.samples-routine-container .samples-header-title {
  color: #be0f34;
  font-size: 22px;
  letter-spacing: 0;
  font-weight: 400;
}

.samples-routine-container .topcategory-title {
  font-size: 16px;
  letter-spacing: .02em;
}

.samples-routine-container .subcategory-content-wrapper {
  display: inline-block;
  margin: 10px auto 30px;
  width: 80%;
}

.samples-routine-container .subcategory-content-wrapper div {
  float: left;
  width: 49%;
}

.samples-routine-container .subcategory-content-wrapper .image-content img {
  width: 100%;
}

.samples-routine-container .subcategory-content-wrapper .data-content {
  text-align: left;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  float: right;
  background-color: #fff;
  width: 44%;
  margin: 2.8% 2.5% 0 0;
  padding: 2% 1% 1.5%;
}

.samples-routine-container .subcategory-content-wrapper .data-content .category-breadcrumb {
  letter-spacing: .1em;
  color: #be0f34;
  font-size: 16px;
  text-transform: uppercase;
  overflow: hidden;
  height: 35px;
  word-break: break-all;
  overflow-wrap: break-word;
  margin: 0;
}

.samples-routine-container .subcategory-content-wrapper .data-content .descriptive-text {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  letter-spacing: .02em;
  height: 50px;
  overflow: hidden;
  margin: 10px 0;
}

.samples-routine-container .subcategory-content-wrapper .data-content .previous-category-link {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-decoration: underline;
}

.samples-routine-container .top-category-container {
  width: 50%;
  margin: 0 auto;
  display: inline-block;
}

.samples-routine-container .top-category-container .category-box {
  float: left;
  width: 33%;
  padding: 20px 0 5px;
}

.samples-routine-container .category-data {
  max-width: 160px;
  margin: 0 auto;
}

.samples-routine-container .category-data img {
  width: 100%;
}

.samples-routine-container .sub-category-container {
  width: 70%;
  margin: 0 auto;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-align: center;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.flag,
.vanity-kit-step-title .step-description,
.vanity-kit-step-title .step-number,
.vanity-kit-sticky-content:before {
  display: inline-block;
}

.samples-routine-container .sub-category-container .category-box {
  width: 23%;
  margin: 20px 0 15px;
}

.samples-routine-container .sub-category-container .category-box .category-info {
  height: 95px;
}

.samples-routine-container .sub-category-container .category-box .category-info .category-name {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  overflow: hidden;
  height: 35px;
}

.samples-routine-container ul.routine-list,
.samples-routine-container ul.routine-list .sample-size {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.samples-routine-container .sub-category-container .category-box .category-info .category-description {
  font-size: 14px;
  letter-spacing: .02em;
  overflow: hidden;
  height: 35px;
}

.samples-routine-container ul.routine-list {
  width: 90%;
  height: auto;
  margin: 0 auto;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}

.samples-routine-container ul.routine-list li {
  width: 15%;
  text-align: center;
  display: inline-block;
  padding: 15px 0;
}

.mini-cart-totals .mini-cart-button.full-width-button,
.samples-routine-container ul.routine-list li a .sample-img img {
  width: 100%;
}

.samples-routine-container ul.routine-list li a:hover .sample-size {
  color: #000;
}

.samples-routine-container ul.routine-list li a .sample-img {
  max-width: 160px;
  margin: 0 auto;
}

.samples-routine-container ul.routine-list .sample-size {
  font-size: 14px;
  letter-spacing: .02em;
  text-transform: none;
}

.samples-routine-container ul.routine-list .sample-label {
  font-size: 18px;
  font-family: "Times New Roman",Times,serif;
  color: #be0f34;
  letter-spacing: 0;
  height: 40px;
  line-height: 1.1em;
  text-transform: none;
  margin-bottom: 15px;
  overflow: hidden;
}

.rewards-history-table-legacy .history-table .samples-routine-container .less,
.rewards-history-table-legacy .history-table .samples-routine-container .more,
.samples-routine-container .buttonsecondary,
.samples-routine-container .rewards-history-table-legacy .history-table .less,
.samples-routine-container .rewards-history-table-legacy .history-table .more {
  min-width: 100%;
  padding: .5em;
  height: 40px;
  margin-top: 7px;
}

.minicart-product-attributes .minicart-product-bundle-samples-count {
  letter-spacing: .02em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  color: #767676;
}

.thank-you-page-samples-routine {
  margin: 0 0 12px;
}

#secondary .minibasket .checkout-mini-cart .mini-cart-product .col2 .mini-cart-samples-count {
  margin-top: 17px;
  font-size: 12px;
  font-style: normal;
}

.chooseSamplesRoutineDialog .remove-container {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  border: none;
}

.chooseSamplesRoutineDialog .remove-container .choose-routine-dialog-content h3 {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}

.chooseSamplesRoutineDialog .remove-container .choose-routine-dialog-content p {
  font-size: 16px;
}

.chooseSamplesRoutineDialog .remove-container .button-holder {
  width: 50%;
  float: left;
  padding: 20px 0;
}

.chooseSamplesRoutineDialog .remove-container .button-holder .button-description {
  font-size: 14px;
  width: 60%;
  margin: 0 auto;
}

.chooseSamplesRoutineDialog .remove-container .button-holder .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.chooseSamplesRoutineDialog .remove-container .button-holder .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.chooseSamplesRoutineDialog .remove-container .button-holder button,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .chooseSamplesRoutineDialog .remove-container .button-holder .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .chooseSamplesRoutineDialog .remove-container .button-holder .add-card {
  width: 85%;
  margin: 15px;
  font-size: 11px;
}

/*!
 * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
 */

.flag {
  float: left;
  width: 25px;
  height: 15px;
  background: url(../images/flags.png) no-repeat;
}

.flag.flag-lv {
  background-position: -100px -120px;
}

.flag.flag-in {
  background-position: -125px -90px;
}

.flag.flag-dj {
  background-position: -125px -45px;
}

.flag.flag-bo {
  background-position: -300px -15px;
}

.flag.flag-cf {
  background-position: -150px -30px;
}

.flag.flag-mh {
  background-position: -300px -120px;
}

.flag.flag-sm {
  background-position: -225px -180px;
}

.flag.flag-sb {
  background-position: -375px -165px;
}

.flag.flag-pf {
  background-position: -300px -150px;
}

.flag.flag-cy {
  background-position: -50px -45px;
}

.flag.flag-fm {
  background-position: -125px -60px;
}

.flag.flag-zm {
  background-position: -75px -225px;
}

.flag.flag-sz {
  background-position: 0 -195px;
}

.flag.flag-gq {
  background-position: -125px -75px;
}

.flag.flag-br {
  background-position: -325px -15px;
}

.flag.flag-se {
  background-position: -50px -180px;
}

.flag.flag-fj {
  background-position: -75px -60px;
}

.flag.flag-nz {
  background-position: -200px -150px;
}

.flag.flag-mr {
  background-position: -100px -135px;
}

.flag.flag-eu {
  background-position: -25px -60px;
}

.flag.flag-ki {
  background-position: -75px -105px;
}

.flag.flag-gi {
  background-position: 0 -75px;
}

.flag.flag-gw {
  background-position: -250px -75px;
}

.flag.flag-bn {
  background-position: -275px -15px;
}

.flag.flag-tl {
  background-position: -200px -195px;
}

.flag.flag-pe {
  background-position: -275px -150px;
}

.flag.flag-bg {
  background-position: -125px -15px;
}

.flag.flag-pa {
  background-position: -250px -150px;
}

.flag.flag-ml {
  background-position: -350px -120px;
}

.flag.flag-st {
  background-position: -325px -180px;
}

.flag.flag-um {
  background-position: -75px -210px;
}

.flag.flag-tj {
  background-position: -150px -195px;
}

.flag.flag-tz {
  background-position: 0 -210px;
}

.flag.flag-ro {
  background-position: -250px -165px;
}

.flag.flag-gl {
  background-position: -25px -75px;
}

.flag.flag-fr {
  background-position: -175px -60px;
}

.flag.flag-at {
  background-position: -275px 0;
}

.flag.flag-uz {
  background-position: -150px -210px;
}

.flag.flag-hm {
  background-position: -325px -75px;
}

.flag.flag-mm {
  background-position: -375px -120px;
}

.flag.flag-sj {
  background-position: -150px -180px;
}

.flag.flag-et {
  background-position: 0 -60px;
}

.flag.flag-mx {
  background-position: -250px -135px;
}

.flag.flag-kn {
  background-position: -125px -105px;
}

.flag.flag-pm {
  background-position: -25px -165px;
}

.flag.flag-ba {
  background-position: 0 -15px;
}

.flag.flag-ie {
  background-position: -75px -90px;
}

.flag.flag-id {
  background-position: -50px -90px;
}

.flag.flag-kz {
  background-position: -250px -105px;
}

.flag.flag-tg {
  background-position: -100px -195px;
}

.flag.flag-sv {
  background-position: -350px -180px;
}

.flag.flag-ye {
  background-position: 0 -225px;
}

.flag.flag-ru {
  background-position: -300px -165px;
}

.flag.flag-co {
  background-position: -350px -30px;
}

.flag.flag-ps {
  background-position: -100px -165px;
}

.flag.flag-mf {
  background-position: -250px -120px;
}

.flag.flag-ch {
  background-position: -200px -30px;
}

.flag.flag-bm {
  background-position: -250px -15px;
}

.flag.flag-mn {
  background-position: 0 -135px;
}

.flag.flag-ua {
  background-position: -25px -210px;
}

.flag.flag-cz {
  background-position: -75px -45px;
}

.flag.flag-al {
  background-position: -125px 0;
}

.flag.flag-pk {
  background-position: -375px -150px;
}

.flag.flag-vu {
  background-position: -325px -210px;
}

.flag.flag-vg {
  background-position: -250px -210px;
}

.flag.flag-mk {
  background-position: -325px -120px;
}

.flag.flag-ec {
  background-position: -250px -45px;
}

.flag.flag-gr {
  background-position: -150px -75px;
}

.flag.flag-ug {
  background-position: -50px -210px;
}

.flag.flag-ee {
  background-position: -275px -45px;
}

.flag.flag-fo {
  background-position: -150px -60px;
}

.flag.flag-tf {
  background-position: -75px -195px;
}

.flag.flag-eh {
  background-position: -325px -45px;
}

.flag.flag-rs {
  background-position: -275px -165px;
}

.flag.flag-sa {
  background-position: -350px -165px;
}

.flag.flag-me {
  background-position: -225px -120px;
}

.flag.flag-nc {
  background-position: -350px -135px;
}

.flag.flag-my {
  background-position: -275px -135px;
}

.flag.flag-jp {
  background-position: -375px -90px;
}

.flag.flag-tn {
  background-position: -250px -195px;
}

.flag.flag-it {
  background-position: -250px -90px;
}

.flag.flag-om {
  background-position: -225px -150px;
}

.flag.flag-au {
  background-position: -300px 0;
}

.flag.flag-wf {
  background-position: -350px -210px;
}

.flag.flag-fk {
  background-position: -100px -60px;
}

.flag.flag-to {
  background-position: -275px -195px;
}

.flag.flag-ng {
  background-position: -25px -150px;
}

.flag.flag-hk {
  background-position: -300px -75px;
}

.flag.flag-hr {
  background-position: -375px -75px;
}

.flag.flag-vc {
  background-position: -200px -210px;
}

.flag.flag-km {
  background-position: -100px -105px;
}

.flag.flag-si {
  background-position: -125px -180px;
}

.flag.flag-tm {
  background-position: -225px -195px;
}

.flag.flag-am {
  background-position: -150px 0;
}

.flag.flag-gb {
  background-position: -225px -60px;
}

.flag.flag-il {
  background-position: -100px -90px;
}

.flag.flag-sd {
  background-position: -25px -180px;
}

.flag.flag-tr {
  background-position: -300px -195px;
}

.flag.flag-lr {
  background-position: 0 -120px;
}

.flag.flag-fi {
  background-position: -50px -60px;
}

.flag.flag-pw {
  background-position: -150px -165px;
}

.flag.flag-bw {
  background-position: -25px -30px;
}

.flag.flag-tt {
  background-position: -325px -195px;
}

.flag.flag-ht {
  background-position: 0 -90px;
}

.flag.flag-ni {
  background-position: -50px -150px;
}

.flag.flag-li {
  background-position: -350px -105px;
}

.flag.flag-kg {
  background-position: -25px -105px;
}

.flag.flag-mc {
  background-position: -175px -120px;
}

.flag.flag-lc {
  background-position: -325px -105px;
}

.flag.flag-lb {
  background-position: -300px -105px;
}

.flag.flag-az {
  background-position: -375px 0;
}

.flag.flag-gp {
  background-position: -100px -75px;
}

.flag.flag-np {
  background-position: -125px -150px;
}

.flag.flag-cu {
  background-position: 0 -45px;
}

.flag.flag-gm {
  background-position: -50px -75px;
}

.flag.flag-sh {
  background-position: -100px -180px;
}

.flag.flag-tw {
  background-position: -375px -195px;
}

.flag.flag-cn {
  background-position: -325px -30px;
}

.flag.flag-tk {
  background-position: -175px -195px;
}

.flag.flag-mz {
  background-position: -300px -135px;
}

.flag.flag-la {
  background-position: -275px -105px;
}

.flag.flag-lt {
  background-position: -50px -120px;
}

.flag.flag-af {
  background-position: -50px 0;
}

.flag.flag-do {
  background-position: -200px -45px;
}

.flag.flag-ai {
  background-position: -100px 0;
}

.flag.flag-sr {
  background-position: -300px -180px;
}

.flag.flag-mp {
  background-position: -50px -135px;
}

.flag.flag-kr {
  background-position: -175px -105px;
}

.flag.flag-zw {
  background-position: -100px -225px;
}

.flag.flag-mo {
  background-position: -25px -135px;
}

.flag.flag-dz {
  background-position: -225px -45px;
}

.flag.flag-sk {
  background-position: -175px -180px;
}

.flag.flag-ls {
  background-position: -25px -120px;
}

.flag.flag-gy {
  background-position: -275px -75px;
}

.flag.flag-pr {
  background-position: -75px -165px;
}

.flag.flag-gn {
  background-position: -75px -75px;
}

.flag.flag-ph {
  background-position: -350px -150px;
}

.flag.flag-us {
  background-position: -100px -210px;
}

.flag.flag-sl {
  background-position: -200px -180px;
}

.flag.flag-ga {
  background-position: -200px -60px;
}

.flag.flag-vn {
  background-position: -300px -210px;
}

.flag.flag-gh {
  background-position: -375px -60px;
}

.flag.flag-cr {
  background-position: -375px -30px;
}

.flag.flag-is {
  background-position: -225px -90px;
}

.flag.flag-ad {
  background-position: 0 0;
}

.flag.flag-sn {
  background-position: -250px -180px;
}

.flag.flag-be {
  background-position: -75px -15px;
}

.flag.flag-va {
  background-position: -175px -210px;
}

.flag.flag-es {
  background-position: -375px -45px;
}

.flag.flag-mu {
  background-position: -175px -135px;
}

.flag.flag-eg {
  background-position: -300px -45px;
}

.flag.flag-cv {
  background-position: -25px -45px;
}

.flag.flag-an {
  background-position: -175px 0;
}

.flag.flag-er {
  background-position: -350px -45px;
}

.flag.flag-pn {
  background-position: -50px -165px;
}

.flag.flag-je {
  background-position: -300px -90px;
}

.flag.flag-ke {
  background-position: 0 -105px;
}

.flag.flag-bt {
  background-position: -375px -15px;
}

.flag.flag-gf {
  background-position: -300px -60px;
}

.flag.flag-qa {
  background-position: -200px -165px;
}

.flag.flag-ma {
  background-position: -150px -120px;
}

.flag.flag-gd {
  background-position: -250px -60px;
}

.flag.flag-ne {
  background-position: -375px -135px;
}

.flag.flag-md {
  background-position: -200px -120px;
}

.flag.flag-tv {
  background-position: -350px -195px;
}

.flag.flag-hu {
  background-position: -25px -90px;
}

.flag.flag-rw {
  background-position: -325px -165px;
}

.flag.flag-ve {
  background-position: -225px -210px;
}

.flag.flag-gu {
  background-position: -225px -75px;
}

.flag.flag-gt {
  background-position: -200px -75px;
}

.flag.flag-ao {
  background-position: -200px 0;
}

.flag.flag-so {
  background-position: -275px -180px;
}

.flag.flag-nf {
  background-position: 0 -150px;
}

.flag.flag-sc {
  background-position: 0 -180px;
}

.flag.flag-py {
  background-position: -175px -165px;
}

.flag.flag-de {
  background-position: -100px -45px;
}

.flag.flag-mw {
  background-position: -225px -135px;
}

.flag.flag-ly {
  background-position: -125px -120px;
}

.flag.flag-mq {
  background-position: -75px -135px;
}

.flag.flag-ar {
  background-position: -225px 0;
}

.flag.flag-ag {
  background-position: -75px 0;
}

.flag.flag-za {
  background-position: -50px -225px;
}

.flag.flag-ge {
  background-position: -275px -60px;
}

.flag.flag-na {
  background-position: -325px -135px;
}

.flag.flag-kh {
  background-position: -50px -105px;
}

.flag.flag-ky {
  background-position: -225px -105px;
}

.flag.flag-bv {
  background-position: 0 -30px;
}

.flag.flag-bb {
  background-position: -25px -15px;
}

.flag.flag-bs {
  background-position: -350px -15px;
}

.flag.flag-sy {
  background-position: -375px -180px;
}

.flag.flag-td {
  background-position: -50px -195px;
}

.flag.flag-pg {
  background-position: -325px -150px;
}

.flag.flag-bd {
  background-position: -50px -15px;
}

.flag.flag-kw {
  background-position: -200px -105px;
}

.flag.flag-vi {
  background-position: -275px -210px;
}

.flag.flag-bl {
  background-position: -225px -15px;
}

.flag.flag-by {
  background-position: -50px -30px;
}

.flag.flag-nu {
  background-position: -175px -150px;
}

.flag.flag-cd {
  background-position: -125px -30px;
}

.flag.flag-th {
  background-position: -125px -195px;
}

.flag.flag-uy {
  background-position: -125px -210px;
}

.flag.flag-hn {
  background-position: -350px -75px;
}

.flag.flag-io {
  background-position: -150px -90px;
}

.flag.flag-pl {
  background-position: 0 -165px;
}

.flag.flag-ck {
  background-position: -250px -30px;
}

.flag.flag-ir {
  background-position: -200px -90px;
}

.flag.flag-mg {
  background-position: -275px -120px;
}

.flag.flag-gs {
  background-position: -175px -75px;
}

.flag.flag-mv {
  background-position: -200px -135px;
}

.flag.flag-cl {
  background-position: -275px -30px;
}

.flag.flag-bj {
  background-position: -200px -15px;
}

.flag.flag-aw {
  background-position: -325px 0;
}

.flag.flag-ca {
  background-position: -100px -30px;
}

.flag.flag-bi {
  background-position: -175px -15px;
}

.flag.flag-ae {
  background-position: -25px 0;
}

.flag.flag-ms {
  background-position: -125px -135px;
}

.flag.flag-bf {
  background-position: -100px -15px;
}

.flag.flag-iq {
  background-position: -175px -90px;
}

.flag.flag-kp {
  background-position: -150px -105px;
}

.flag.flag-nl {
  background-position: -75px -150px;
}

.flag.flag-dm {
  background-position: -175px -45px;
}

.flag.flag-pt {
  background-position: -125px -165px;
}

.flag.flag-cg {
  background-position: -175px -30px;
}

.flag.flag-lk {
  background-position: -375px -105px;
}

.flag.flag-no {
  background-position: -100px -150px;
}

.flag.flag-ws {
  background-position: -375px -210px;
}

.flag.flag-as {
  background-position: -250px 0;
}

.flag.flag-jm {
  background-position: -325px -90px;
}

.flag.flag-lu {
  background-position: -75px -120px;
}

.flag.flag-cm {
  background-position: -300px -30px;
}

.flag.flag-bz {
  background-position: -75px -30px;
}

.flag.flag-re {
  background-position: -225px -165px;
}

.flag.flag-ax {
  background-position: -350px 0;
}

.flag.flag-gg {
  background-position: -350px -60px;
}

.flag.flag-dk {
  background-position: -150px -45px;
}

.flag.flag-tc {
  background-position: -25px -195px;
}

.flag.flag-nr {
  background-position: -150px -150px;
}

.flag.flag-ci {
  background-position: -225px -30px;
}

.flag.flag-sg {
  background-position: -75px -180px;
}

.flag.flag-yt {
  background-position: -25px -225px;
}

.flag.flag-bh {
  background-position: -150px -15px;
}

.flag.flag-mt {
  background-position: -150px -135px;
}

.flag.flag-jo {
  background-position: -350px -90px;
}

.vanity-kit-page-title,
.vanity-kit-page-title-ready {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.vanity-kit-page-title p.title,
.vanity-kit-page-title-ready p.title {
  font-size: 50px;
  line-height: 50px;
  font-family: "Times New Roman",Times,serif;
  margin: 0 0 25px;
}

.vanity-kit-page-title p.subtitle,
.vanity-kit-page-title-ready p.subtitle,
.vanity-kit-step-title .step-number {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  line-height: 22px;
  letter-spacing: .02em;
}

.vanity-kit-page-title p.subtitle,
.vanity-kit-page-title-ready p.subtitle {
  font-size: 16px;
  margin: 0;
  padding: 0 32%;
}

.vanity-kit-page-title-ready p.title {
  margin-bottom: 55px;
}

.vanity-kit-step-title {
  text-align: center;
  margin: 35px 0;
}

.vanity-kit-step-title .step-number {
  font-size: 24px;
  color: #be0f34;
}

.vanity-kit-step-title .step-description {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.vanity-kit-disclaimer-information {
  box-sizing: border-box;
  list-style-type: none;
  padding: 0;
  margin: 0 40px;
}

.vanity-kit-disclaimer-information .disclaimer-information-body {
  margin-top: 20px;
  clear: both;
}

.no-scroll {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.vanity-kit-footer-space {
  padding-bottom: 217px;
}

.vanity-kit-sticky {
  clear: both;
  background: #fff;
  box-shadow: inset 0 12px 20px -20px #9c9c9c;
  overflow: hidden;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 12px;
  z-index: 101;
  text-align: center;
}

.vanity-kit-sticky.sticky-expanded-last-item {
  height: 156px;
}

.vanity-kit-sticky.sticky-expanded {
  overflow-y: auto;
  overflow-x: hidden;
  height: initial;
}

.vanity-kit-sticky.sticky-expanded .sticky-title-mobile .title {
  margin: 15px 0 15px 8%;
}

.vanity-kit-sticky.sticky-expanded .vanity-kit-sticky-content .sticky-title-mobile .sticky-expand-arrow {
  margin-top: 0;
}

.vanity-kit-sticky-content {
  height: 167px;
}

.vanity-kit-sticky-content:before {
  content: '';
  vertical-align: middle;
  height: 100%;
}

.vanity-kit-sticky-content .sticky-title-mobile {
  display: none;
}

.vanity-kit-sticky-content .equal-image,
.vanity-kit-sticky-content .plus-image,
.vanity-kit-sticky-content .product-block,
.vanity-kit-sticky-content .vanity-kit-price {
  display: inline-block;
  vertical-align: middle;
}

.vanity-kit-sticky-content .product-block {
  width: 100px;
  height: 100px;
  outline: #e5e5e5 solid 1px;
  margin-right: 20px;
  position: relative;
}

.declare-purchase-banned-asset #declare-purchase-banned-dialog .stf-close:focus,
.promoBonusProduct .bonus-product-list .jcarousel-control-next:focus,
.promoBonusProduct .bonus-product-list .jcarousel-control-prev:focus {
  outline: 0;
}

.vanity-kit-sticky-content .product-block .product-color {
  position: relative;
}

.vanity-kit-sticky-content .product-block .product-color img {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  margin-top: 5px;
}

.vanity-kit-sticky-content .product-block .product-image {
  margin-top: 5px;
}

.vanity-kit-sticky-content .product-block .product-image img {
  width: 67%;
}

.vanity-kit-sticky-content .product-block .product-name {
  display: none;
  height: 60px;
  overflow: hidden;
}

.item-details .vanity-kit-sticky-content .product-block .product-name p.samples-count,
.vanity-kit-sticky-content .product-block .product-name .item-details p.samples-count,
.vanity-kit-sticky-content .product-block .product-name p.name {
  margin: 0 0 0 5px;
  text-align: left;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
  letter-spacing: .02em;
}

.vanity-kit-sticky-content .product-block .product-change .step-change-link {
  color: #000;
  border-bottom: 1px solid #bfbfbf;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
}

.vanity-kit-sticky-content .product-block .product-change .step-change-link:hover {
  color: #be0f34;
  border-bottom: 1px solid #efc3cc;
}

.vanity-kit-sticky-content .product-block .step-content {
  max-height: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0 5px;
}

.vanity-kit-sticky-content .product-block .step-content .step-description,
.vanity-kit-sticky-content .product-block .step-content .step-number {
  margin: 0 auto;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  line-height: 16px;
  word-break: break-word;
  letter-spacing: .02em;
}

.vanity-kit-sticky-content .product-block .step-content .step-number {
  color: #be0f34;
  margin-top: 5px;
}

.vanity-kit-sticky-content .equal-image,
.vanity-kit-sticky-content .plus-image {
  margin: 0 10px 0 -10px;
}

.vanity-kit-sticky-content .equal-image {
  margin-right: 5px;
}

.vanity-kit-sticky-content .sticky-title-mobile .sticky-expand-arrow,
.vanity-kit-sticky-content .vanity-kit-price .sticky-expand-arrow {
  margin: -5px 12px 0 0;
  width: 10%;
  float: right;
}

.vanity-kit-sticky-content .sticky-title-mobile .sticky-title,
.vanity-kit-sticky-content .vanity-kit-price .sticky-title {
  float: right;
  width: 90%;
  position: absolute;
}

.vanity-kit-sticky-content .sticky-title-mobile span.price,
.vanity-kit-sticky-content .vanity-kit-price span.price {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #be0f34;
  letter-spacing: .02em;
  margin: 0 -65px 0 10px;
}

.vanity-kit-sticky-content .sticky-title-mobile p.title,
.vanity-kit-sticky-content .vanity-kit-price p.title {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin: 10px 0 20px 8%;
  word-break: break-word;
  width: 87%;
  position: absolute;
}

.vanity-kit-sticky-content .vanity-kit-price span.price {
  margin: 0;
}

.vanity-kit-carousel .jcarousel-pagination {
  display: none;
}

.vanity-kit-carousel .vanity-kit-product {
  max-width: 160px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.vanity-kit-carousel .vanity-kit-product.pouch-item .product-information,
.vanity-kit-carousel .vanity-kit-product.pouch-item .product-information .product-name {
  height: 38px;
}

.vanity-kit-carousel .vanity-kit-product.pouch-item .product-information .product-learn-more,
.vanity-kit-carousel .vanity-kit-product.pouch-item .product-information .product-size {
  display: none;
}

.vanity-kit-carousel .vanity-kit-product .product-image {
  width: 160px;
  height: 160px;
  padding-bottom: 15px;
}

.vanity-kit-carousel .vanity-kit-product .product-image img {
  width: 100%;
}

.vanity-kit-carousel .vanity-kit-product .product-information {
  height: 130px;
  margin-bottom: 5px;
}

.vanity-kit-carousel .vanity-kit-product .product-information .product-name {
  height: 70px;
  font-size: 18px;
  line-height: 18px;
  font-family: "Times New Roman",Times,serif;
  color: #be0f34;
  overflow: hidden;
}

.vanity-kit-carousel .vanity-kit-product .product-information .product-size {
  height: 20px;
  padding: 10px 0;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  letter-spacing: .02em;
  color: #767676;
  overflow: hidden;
  line-height: 24px;
}

.vanity-kit-carousel .vanity-kit-product .product-information .product-learn-more {
  height: 20px;
  overflow: hidden;
  line-height: 18px;
  word-break: break-all;
}

.vanity-kit-carousel .vanity-kit-product .product-information .product-learn-more a {
  color: #000;
  border-bottom: 1px solid #bfbfbf;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
}

.vanity-kit-carousel .vanity-kit-product .product-information .product-learn-more a:hover {
  color: #be0f34;
  border-bottom: 1px solid #efc3cc;
}

.rewards-history-table-legacy .history-table .vanity-kit-carousel .vanity-kit-product .choose-product.less,
.rewards-history-table-legacy .history-table .vanity-kit-carousel .vanity-kit-product .choose-product.more,
.vanity-kit-carousel .vanity-kit-product .choose-product.buttonsecondary,
.vanity-kit-carousel .vanity-kit-product .rewards-history-table-legacy .history-table .choose-product.less,
.vanity-kit-carousel .vanity-kit-product .rewards-history-table-legacy .history-table .choose-product.more {
  height: 40px;
  line-height: 16px;
  min-width: 160px;
  margin-top: 10px;
  word-break: break-word;
  overflow: hidden;
}

.vanity-kit-carousel .vanity-kit-product .choose-product.color-variation-distance {
  margin-top: 60px;
}

.vanity-kit-product .color-dropdown-container {
  margin-top: 15px;
}

.vanity-kit-ready-subtitle,
.vanity-kit-ready-subtitle-mobile {
  margin: 0 40px;
}

.vanity-kit-ready-subtitle .your-pouch,
.vanity-kit-ready-subtitle .your-products,
.vanity-kit-ready-subtitle .your-products-mobile,
.vanity-kit-ready-subtitle-mobile .your-pouch,
.vanity-kit-ready-subtitle-mobile .your-products,
.vanity-kit-ready-subtitle-mobile .your-products-mobile {
  display: inline-block;
  text-align: center;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  word-break: break-word;
  padding-bottom: 8px;
}

.vanity-kit-ready-subtitle .your-pouch,
.vanity-kit-ready-subtitle-mobile .your-pouch {
  margin-right: 40px;
}

.vanity-kit-ready-subtitle .your-products,
.vanity-kit-ready-subtitle-mobile .your-products {
  width: 62%;
}

.vanity-kit-ready-subtitle .your-products-mobile,
.vanity-kit-ready-subtitle-mobile .your-products-mobile {
  display: none;
}

.vanity-kit-ready-subtitle-mobile {
  display: none;
}

.vanity-kit-ready-body,
.vanity-kit-ready-price {
  margin: 0 20px;
}

.vanity-kit-ready-body .add-product-list,
.vanity-kit-ready-price .add-product-list {
  display: block;
  width: 140px;
  min-width: 140px;
  margin: 0 auto;
  padding: 5px 10px;
  white-space: normal;
}

.vanity-kit-ready-body .vanity-kit-ready-content,
.vanity-kit-ready-price .vanity-kit-ready-content {
  margin: 0 20px;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-product-wrapper:not(:first-child):not(:last-child) .vanity-kit-product-selection,
.vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-product-wrapper:not(:first-child):not(:last-child) .vanity-kit-product-selection {
  padding-right: 2%;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection,
.vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection {
  float: left;
  border-top: 2px solid #e5e5e5;
  text-align: center;
  width: 14.2%;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection .product-image,
.vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection .product-image {
  width: 100%;
  padding: 30px 0 80%;
  position: relative;
  overflow: hidden;
  margin: 30px 0 5px;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection .product-image img,
.vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection .product-image img {
  width: 95%;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  position: absolute;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection .product-name,
.vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection .product-name {
  height: 70px;
  font-size: 18px;
  line-height: 18px;
  font-family: "Times New Roman",Times,serif;
  color: #be0f34;
  overflow: hidden;
  padding: 10px 15px 0;
  word-break: break-word;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection .product-size,
.vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection .product-size {
  height: 20px;
  padding: 5px 0 10px;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  letter-spacing: .02em;
  color: #767676;
  overflow: hidden;
  line-height: 24px;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection .product-description,
.vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection .product-description {
  display: none;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection .product-change-link,
.vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection .product-change-link {
  height: 20px;
  overflow: hidden;
  line-height: 18px;
  word-break: break-all;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection .product-change-link a,
.vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection .product-change-link a {
  color: #000;
  border-bottom: 1px solid #bfbfbf;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection .product-change-link a:hover,
.vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection .product-change-link a:hover {
  color: #be0f34;
  border-bottom: 1px solid #efc3cc;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection .product-change-link .step-change-link,
.vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection .product-change-link .step-change-link {
  border-bottom: 1px solid #bfbfbf;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection .product-change-button .step-change-button,
.vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection .product-change-button .step-change-button {
  display: none;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-product-wrapper .plus-image-wrapper,
.vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-product-wrapper .plus-image-wrapper {
  float: left;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-product-wrapper .plus-image-wrapper .plus-image,
.vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-product-wrapper .plus-image-wrapper .plus-image {
  margin-top: 90px;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-totals .equal-image-wrapper,
.vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-totals .equal-image-wrapper {
  float: left;
  width: 140px;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-totals .equal-image-wrapper .equal-image,
.vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-totals .equal-image-wrapper .equal-image {
  margin-top: 90px;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-totals .vanity-kit-price,
.vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-totals .vanity-kit-price {
  float: left;
  margin: -20px 0 0 40px;
  width: 140px;
  text-align: center;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-totals .vanity-kit-price span.price,
.vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-totals .vanity-kit-price span.price {
  text-align: center;
  display: block;
  height: 100%;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.vanity-kit-sticky-content .vanity-kit-price.left-aligned {
  width: auto;
  text-align: left;
}

.vanity-kit-sticky-content .vanity-kit-price.left-aligned .serenity-price {
  display: none;
  float: none;
}

.vanity-kit-ready-price {
  display: none;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-totals,
.vanity-kit-ready-price .vanity-kit-totals,
.vanity-kit-totals-extend .vanity-kit-totals {
  position: relative;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-totals .vanity-kit-price.left-aligned,
.vanity-kit-ready-price .vanity-kit-totals .vanity-kit-price.left-aligned,
.vanity-kit-totals-extend .vanity-kit-totals .vanity-kit-price.left-aligned {
  white-space: nowrap;
  text-align: left;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-totals .vanity-kit-price.left-aligned .price,
.vanity-kit-ready-price .vanity-kit-totals .vanity-kit-price.left-aligned .price,
.vanity-kit-totals-extend .vanity-kit-totals .vanity-kit-price.left-aligned .price {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  font-size: 21px;
  line-height: 16px;
  letter-spacing: .021em;
}

.vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-totals .vanity-kit-price.left-aligned .serenity-price,
.vanity-kit-ready-price .vanity-kit-totals .vanity-kit-price.left-aligned .serenity-price,
.vanity-kit-totals-extend .vanity-kit-totals .vanity-kit-price.left-aligned .serenity-price {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.promoBonusProduct {
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 96;
}

.promoBonusProduct .bonus-product-list {
  max-width: 100%;
  margin: 65px 0 0;
  padding: 0 5.5%;
}

.promoBonusProduct .bonus-product-list .product-col-1,
.promoBonusProduct .bonus-product-list .product-col-2 {
  padding: 0;
  width: 100%;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.promoBonusProduct .bonus-product-list .product-col-1 {
  height: 42%;
}

.promoBonusProduct .bonus-product-list .product-col-2 {
  height: 58%;
}

.promoBonusProduct .bonus-product-list .bonusProductPopup_close {
  top: 40px;
  right: 14px;
  position: absolute;
  cursor: pointer;
}

.promoBonusProduct .bonus-product-list .promotion-header {
  margin-top: 2px;
}

.promoBonusProduct .bonus-product-list .promotion-header .sub-title,
.promoBonusProduct .bonus-product-list .promotion-header .sub2-title,
.promoBonusProduct .bonus-product-list .promotion-header .title,
.promoBonusProduct .bonus-product-list .promotion-header .title-common {
  width: 100%;
  display: inline-block;
}

.promoBonusProduct .bonus-product-list .promotion-header .title {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 22px;
}

.promoBonusProduct .bonus-product-list .promotion-header .sub-title {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 14px;
  padding: 0 22px;
  margin-top: 11px;
}

.promoBonusProduct .bonus-product-list .product-add-to-cart label,
.promoBonusProduct .bonus-product-list .product-name,
.promoBonusProduct .bonus-product-list .promotion-header .sub2-title {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.promoBonusProduct .bonus-product-list .promotion-header .sub2-title {
  font-size: 14px;
  margin-top: 11px;
}

.promoBonusProduct .bonus-product-list .jcarousel-wrapper {
  margin: 0;
  box-shadow: none;
  border: none;
  max-width: 100%;
}

.promoBonusProduct .bonus-product-list .jcarousel {
  overflow: visible;
  margin-top: 12px;
}

.promoBonusProduct .bonus-product-list .jcarousel ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.promoBonusProduct .bonus-product-list .jcarousel img {
  display: inline-block;
  max-height: 100%;
}

.promoBonusProduct .bonus-product-list .products-pagination.jcarousel-control-next,
.promoBonusProduct .bonus-product-list .products-pagination.jcarousel-control-prev {
  display: none;
}

.promoBonusProduct .bonus-product-list .products-pagination.jcarousel-control-prev {
  left: -60px;
}

.promoBonusProduct .bonus-product-list .products-pagination.jcarousel-control-next {
  right: -60px;
}

.promoBonusProduct .bonus-product-list .products-pagination.disabled {
  display: none;
}

.promoBonusProduct .bonus-product-list .bonus-product-item {
  padding: 10px;
}

.promoBonusProduct .bonus-product-list .bonus-product-item.selected,
.promoBonusProduct .bonus-product-list .bonus-product-item:hover {
  cursor: pointer;
  box-shadow: 0 0 0 2.5px #be0f34 inset;
}

.promoBonusProduct .bonus-product-list .product-add-to-cart {
  width: 130px;
  height: auto;
  min-height: 40px;
  margin: 0 auto 10px;
  line-height: 14px;
  padding-bottom: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.promoBonusProduct .bonus-product-list .product-add-to-cart .inventory {
  width: auto;
}

.promoBonusProduct .bonus-product-list .product-add-to-cart label {
  font-size: 11px;
  letter-spacing: 1.1px;
  float: none;
}

.promoBonusProduct .bonus-product-list .product-name {
  font-size: 14px;
  display: block;
  margin: 0 0 12px;
  max-height: 48px;
  overflow: hidden;
  line-height: 16px;
}

.promoBonusProduct .bonus-product-list .product-price {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  margin-bottom: 16px;
}

.promoBonusProduct .bonus-product-list .product-price .price-standard {
  border: none;
  padding: 0;
}

.promoBonusProduct .bonus-product-list .product-price .price-standard.crossed {
  text-decoration: line-through;
  color: #d4d4d4;
}

.promoBonusProduct .bonus-product-list .product-price .price-standard .price {
  color: #000;
}

.promoBonusProduct .bonus-product-list .product-price .price-bonus {
  color: #c20430;
}

.promoBonusProduct .bonus-product-list .product-price .price-bonus.free {
  color: #000;
}

.promoBonusProduct .bonus-product-list .product-price .price-discount {
  color: #767676;
}

.promoBonusProduct .bonus-product-list .product-price .bonus-price-standart {
  color: #000;
}

.promoBonusProduct .bonus-product-list .product-primary-image {
  max-width: 62%;
  margin: 0 auto;
  margin-top: 26px;
  display: inline-block;
}

.promoBonusProduct .bonus-product-list .quantity-error {
  color: red;
  text-transform: inherit;
}

.promoBonusProduct .bonus-product-list .bonus-product-list-footer {
  padding: 0;
  margin: 35px 0 0;
  background: 0 0;
}

.promoBonusProduct .bonus-product-list .bonus-product-list-footer .add-to-cart-bonus {
  width: 100%;
}

.promoBonusProduct .bonus-product-list .bonus-product-list-footer .dismiss {
  margin-top: 18px;
  margin-bottom: 10px;
}

.non-transactional .promoBonusProduct .bonus-product-list .bonus-product-list-footer .dismiss .gs-product-wrapper-link,
.promoBonusProduct .bonus-product-list .bonus-product-list-footer .dismiss .button-link,
.promoBonusProduct .bonus-product-list .bonus-product-list-footer .dismiss .non-transactional .gs-product-wrapper-link {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  letter-spacing: 1.1px;
  border-bottom: 1px solid #d4d4d4;
}

.promoBonusProduct .bonus-product-list .selected-bonus-item {
  margin: 16px 0 16px 16px;
  position: relative;
}

.promoBonusProduct .bonus-product-list .selected-bonus-item .item-name {
  font-weight: 700;
}

.promoBonusProduct .bonus-product-list .selected-bonus-item .remove-link {
  cursor: pointer;
  color: #900;
  left: -16px;
  position: absolute;
}

.promoBonusProduct .bonus-product-list .selected-bonus-item .remove-link:hover {
  color: #414141;
}

.cart-coupon-code {
  margin: 20px 0 17px;
}

.cart-coupon-code .promo-tooltip-content {
  display: none;
}

.cart-coupon-code .promo-codes-list,
.cart-coupon-code .promotion-messages {
  list-style-type: none;
  padding: 0;
}

.cart-coupon-code .promotion-messages {
  margin: 0;
}

.cart-coupon-code .promo-codes-list {
  margin-top: 0;
}

.cart-coupon-code .promo-codes-list .promo-code-block {
  display: inline-block;
  width: 100%;
}

.cart-coupon-code .promo-codes-list .promo-code-block .promo-code {
  font-size: 12px;
  letter-spacing: .12px;
  font-weight: 700;
  background: #be0f34;
  color: #fff;
  padding: 1px 5px;
  margin-right: 2%;
}

.cart-coupon-code .promo-codes-list .promo-code-block .promo-not-applied-message {
  display: inline-block;
  width: 100%;
  color: #be0f34;
}

.cart-coupon-code .form-group {
  width: 61%;
  display: inline-block;
}

.cart-coupon-code .loyalty-code .coupon-remove-hide,
.cart-coupon-code .loyalty-code .loyalty-remove-hide,
.cart-coupon-code .loyalty-code .loyalty-tooltip-content,
.cart-coupon-code .loyalty-code .sbOptions li:first-child,
.cart-coupon-code .promotion-code .coupon-remove-hide,
.cart-coupon-code .promotion-code .loyalty-remove-hide {
  display: none;
}

.cart-coupon-code .error {
  font-size: 11px;
  color: #be0f34;
  padding-top: .4em;
}

.cart-coupon-code .update-cart {
  margin-left: .6em;
}

.cart-coupon-code .loyalty-code {
  margin-top: 17px;
}

.cart-coupon-code .loyalty-code .sbHolder {
  font-size: 14px;
  float: left;
  height: 50px;
  width: 100%;
  margin-bottom: 5px;
}

.cart-coupon-code .loyalty-code .sbHolder .sbSelector {
  font-size: 14px;
  letter-spacing: 1.05px;
  height: 100%;
  width: 75%;
  white-space: nowrap;
}

.cart-coupon-code .loyalty-code .sbOptions {
  border: 2px solid #cbcbcb;
}

.cart-coupon-code .loyalty-code .sbOptions li a {
  padding: 17px 0 17px 35px;
}

.cart-coupon-code .loyalty-code .sbOptions li a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-top: 2px;
  margin-left: -26px;
  background-color: #eee;
  border-radius: 8px;
  position: absolute;
}

.cart-coupon-code .loyalty-code .sbOptions li.selected a:before {
  background-color: #be0f34;
  text-align: center;
  line-height: 15px;
  box-shadow: 0 0 0 2.5px #eee inset;
}

.cart-coupon-code .loyalty-code .sbOptions a {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  letter-spacing: .22px;
  color: #767676;
  text-transform: none;
}

.cart-coupon-code .loyalty-code .sbOptions a .code {
  font-size: 14px;
  letter-spacing: .28px;
  color: #000;
}

.cart-coupon-code .loyalty-code .sbOptions a .code b {
  display: none;
}

.cart-coupon-code .coupon-code-header,
.quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.cart-coupon-code .coupon-code-header {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cart-coupon-code .coupon-code-header .title {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  letter-spacing: .28px;
  text-transform: uppercase;
  display: inline;
}

.cart-coupon-code .subtitle,
.cart-coupon-code input[type=text] {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.cart-coupon-code .coupon-code-header .info {
  display: inline-block;
  position: relative;
  top: -3px;
}

.cart-coupon-code .coupon-code-header .info:hover {
  position: relative;
}

.cart-coupon-code .coupon-code-header .info[data]:hover:after {
  content: attr(data);
  padding: 10px 8px;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  z-index: 20;
  border-radius: 4px;
  box-shadow: 0 0 4px #000;
  background: #fff;
}

.cart-coupon-code input[type=text] {
  font-size: 14px;
  letter-spacing: .28px;
  padding: 10px 7px 9px;
  text-transform: uppercase;
}

.cart-coupon-code .subtitle {
  font-size: 11px;
  letter-spacing: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
  color: #767676;
}

.cart-coupon-code .remove-block .link,
.cart-coupon-code .subtitle .amount,
.order-totals-table .order-summary-header {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.cart-coupon-code .subtitle .amount {
  float: none;
}

.cart-coupon-code .apply-coupon,
.cart-coupon-code .apply-loyalty {
  font-size: 12px;
  min-width: 85px;
  width: 33%;
  padding: 0;
  float: right;
}

.cart-coupon-code .apply-coupon:hover,
.cart-coupon-code .apply-loyalty:hover {
  color: #000;
}

.cart-coupon-code .update-cart.apply-coupon,
.cart-coupon-code .update-cart.apply-loyalty {
  display: none;
}

.cart-coupon-code .remove-block {
  display: inline-block;
}

.cart-coupon-code .remove-block .link {
  font-size: 11px;
  letter-spacing: 1.1px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #d4d4d4;
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
}

.cart-coupon-code .remove-block .link:hover {
  background: 0 0;
  color: #c20430;
  opacity: 1;
  border-color: #c20430;
}

.order-totals-table ul,
.order-totals-table ul.order-summary-contents {
  border-bottom: 2px solid #cbcbcb;
}

.cart-coupon-code .remove-block .coupon-remove-sign {
  display: none;
}

.cart-coupon-code .error-block {
  font-size: 11px;
  background: 0 0;
  padding: 0;
  margin: .5em 0;
  color: #be0f34;
}

.order-totals-table {
  padding: 20px 12px;
  background: #eee;
}

.order-totals-table .order-summary-header {
  font-size: 14px;
  letter-spacing: .28px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #cbcbcb;
  padding-bottom: 12px;
}

.order-totals-table ul {
  list-style-type: none;
  padding: 0;
}

.order-totals-table ul li .value {
  float: right;
}

.order-totals-table ul li .link-border {
  border-bottom: 1px solid #cbcbcb;
  line-height: 1em;
}

.order-totals-table ul li .link-border:hover {
  border-color: #be0f34;
}

.order-totals-table ul .order-sales-tax.cart-page-tax .value {
  border-bottom: 1px solid #cbcbcb;
  cursor: pointer;
}

.order-totals-table .order-summary-contents {
  margin: 17px 0 16px;
}

.order-totals-table .order-summary-contents li {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  letter-spacing: .22px;
  font-weight: 400;
  margin-bottom: 15px;
}

.order-totals-table .customer-message .info-content,
.order-totals-table .customer-message .points,
.order-totals-table .estimated-total li.order-total,
.quantity__label,
.quantity__limited-msg,
.ui-autocomplete.email-autocomplete-wrapper .ui-menu-item-wrapper {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.order-totals-table .estimated-total {
  padding-bottom: 16px;
  border-bottom: 2px solid #cbcbcb;
}

.order-totals-table .estimated-total li.order-total {
  font-size: 14px;
  letter-spacing: .28px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  text-align: left;
}

.order-totals-table .estimated-total li.order-total .text {
  display: inline-block;
}

.order-totals-table .customer-message {
  font-size: 11px;
  letter-spacing: 0;
}

.order-totals-table .customer-message .termsAndConditionsLink {
  color: #be0f34;
  outline: 0;
}

.order-totals-table .customer-message .termsAndConditionsLink:hover {
  border-bottom: 1px solid #be0f34;
  line-height: 1em;
}

.order-totals-table th {
  display: none;
}

.order-totals-table td {
  padding: .42em 0;
  text-align: right;
  word-break: break-all;
}

.order-totals-table td+td {
  word-break: normal;
}

.order-totals-table .order-total {
  font-size: 21px;
  font-weight: 700;
}

.order-totals-table .order-totals-item {
  width: 60%;
}

.order-totals-table .order-totals-value {
  width: 40%;
}

.order-totals-table .order-subtotal {
  font-weight: 700;
}

#password-verification-container .password-strength-input:active,
#password-verification-container .password-strength-input:focus,
.ShippingGiftOpt .gift-radio input[type=radio]:focus+.radioTogglebtn,
.button:not(.not-tabbable):active,
.button:not(.not-tabbable):focus,
.dpd-section .dpd-postcode-section input[type=submit]:active,
.dpd-section .dpd-postcode-section input[type=submit]:focus,
.form-row:not(.error) .sbSelectorWrapper:focus,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card:not(.not-tabbable):active,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card:not(.not-tabbable):focus,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card:not(.not-tabbable):active,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card:not(.not-tabbable):focus,
.mybeautyshelf .gs-product-wrapper-link:not(.not-tabbable):active,
.mybeautyshelf .gs-product-wrapper-link:not(.not-tabbable):focus,
.payment-method-options .tab input[type=radio]:active+label,
.payment-method-options .tab input[type=radio]:focus+label,
button:not(.not-tabbable):active,
button:not(.not-tabbable):focus,
form .search-input:not(.error):active,
form .search-input:not(.error):focus,
form input[type=radio]:focus+a:before,
form input[type=radio]:focus+label:before,
form input[type=text]:not(.error):active,
form input[type=text]:not(.error):focus,
form input[type=password]:not(.error):active,
form input[type=password]:not(.error):focus,
form input[type=email]:not(.error):active,
form input[type=email]:not(.error):focus,
form input[type=tel]:not(.error):active,
form input[type=tel]:not(.error):focus,
form input[type=checkbox]:focus+a:before,
form input[type=checkbox]:focus+label:before,
form textarea:not(.error):active,
form textarea:not(.error):focus,
input[type=button]:not(.not-tabbable):active,
input[type=button]:not(.not-tabbable):focus {
  outline: #000 solid 2px!important;
}

.screen-reader-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
}

.popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .4;
  z-index: 95;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .product-wrapper .reorder-btn,
.button,
.buttonprimary,
.buttonstyle,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.mybeautyshelf .gs-product-wrapper-link,
button,
input[type=button] {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  height: 50px;
  min-width: 104px;
}

.buttonsecondary,
.rewards-history-table-legacy .history-table .less,
.rewards-history-table-legacy .history-table .more,
input[type=button].buttonsecondary {
  background-color: #fff;
  border: 2px solid #e5e5e5;
  color: #000;
  height: 50px;
  min-width: 104px;
}

input[type=checkbox].button-styled-checkbox {
  display: none;
  min-width: 110px;
  width: 100%;
  margin: 0;
}

input[type=checkbox].button-styled-checkbox+label {
  font-size: 10px;
  display: table;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 40px;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
  padding: 0;
  border: 2px solid #e5e5e5;
  color: #000;
  margin: 0;
}

input[type=checkbox].button-styled-checkbox+label:before {
  display: none;
}

input[type=checkbox].button-styled-checkbox+label .toggle-button-text {
  margin: 10px 0;
}

input[type=checkbox].button-styled-checkbox:checked+label {
  color: #be0f34;
  border: 2px solid #be0f34;
}

.vanity-kit-quantity-wrapper .button-tertiary {
  background-color: #fff;
  border: 2px solid #e5e5e5;
  color: #000;
  min-width: 90px;
}

.vanity-kit-quantity-wrapper .button-tertiary--quantity {
  height: 50px;
  min-width: 0;
  position: relative;
}

.quantity {
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 15px;
}

.quantity__input {
  width: 40%;
  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: #fff;
  border: 2px solid #e5e5e5;
  border-left: 0;
  border-right: 0;
  margin: 0;
}

.disabled.quantity__input {
  color: #e5e5e5;
}

.quantity__button {
  width: 30%;
  padding: 0;
}

.quantity__limited-msg {
  color: #be0f34;
  margin-top: 5px;
}

.quantity__label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  font-size: 14px;
  letter-spacing: .28px;
  line-height: 1.27px;
  margin-bottom: 10px;
}

.quantity--vanity-kit {
  width: 120px;
  margin: 0 auto 15px;
}

.ui-autocomplete.email-autocomplete-wrapper {
  height: initial!important;
  z-index: 25!important;
  background-color: #fff;
  max-height: 200px;
  border: 2px solid #e5e5e5;
  overflow-y: auto;
  box-sizing: content-box;
  text-align: left;
}

.ui-autocomplete.email-autocomplete-wrapper .ui-menu-item {
  padding: 0;
  width: 100%;
}

.ui-autocomplete.email-autocomplete-wrapper .ui-menu-item-wrapper {
  padding: 17px 0 17px 17px;
  font-size: 11px;
}

.ui-autocomplete.email-autocomplete-wrapper .ui-menu-item-wrapper.ui-state-active {
  background-color: #e5e5e5;
  margin: 0;
}

.vanity-kit-quantity-wrapper {
  margin-top: 10px;
  position: relative;
}

.vanity-kit-quantity-wrapper .button-tertiary {
  height: 50px;
}

.vanity-kit-quantity-wrapper .button-tertiary:hover {
  border: 2px solid #cbcbcb;
}

.vanity-kit-quantity-wrapper .button-tertiary--quantity:focus {
  z-index: 1;
}

.vanity-kit-quantity-wrapper .button-tertiary--quantity:disabled {
  color: #e5e5e5;
}

.gift-kit-page-title {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.gift-kit-page-title p.title {
  font-size: 50px;
  line-height: 50px;
  font-family: "Times New Roman",Times,serif;
  margin: -10px 0 20px;
}

.gift-kit-page-title p.subtitle,
.gift-kit-step-title .step-number {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  line-height: 22px;
  letter-spacing: .02em;
}

.gift-kit-page-title p.subtitle {
  font-size: 16px;
  margin: 0;
}

.gift-kit-step-title {
  text-align: center;
  margin: 30px 0 15px;
}

.gift-kit-step-title .step-description,
.gift-kit-step-title .step-number {
  display: inline-block;
}

.gift-kit-step-title .step-number {
  font-size: 24px;
  color: #be0f34;
}

.gift-kit-container .subcategory-content-wrapper .data-content,
.gift-kit-step-title .step-description {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.gift-kit-step-title .step-description {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.gift-kit-container {
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}

.gift-kit-container .subcategory-content-wrapper {
  display: inline-block;
  margin: 10px auto 15px;
  width: 91%;
  height: 200px;
  position: relative;
  background-color: #cbcbcb;
}

.gift-kit-container .subcategory-content-wrapper div {
  float: left;
}

.gift-kit-container .subcategory-content-wrapper .image-content {
  width: 100%;
  height: inherit;
}

.gift-kit-container .subcategory-content-wrapper .image-content img {
  width: 100%;
  height: 100%;
}

.gift-kit-container .subcategory-content-wrapper .data-content {
  height: 120px;
  margin: 20px;
  padding: 20px;
  text-align: left;
  float: right;
  background-color: #fff;
  width: 45%;
  overflow: hidden;
  position: absolute;
  right: 0;
}

.gift-kit-container .subcategory-content-wrapper .data-content .category-breadcrumb {
  color: #be0f34;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  overflow: hidden;
  height: 16px;
  word-break: break-all;
  overflow-wrap: break-word;
  margin: 0 0 8px;
  letter-spacing: .1em;
}

.gift-kit-container .subcategory-content-wrapper .data-content .descriptive-text {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  height: 78px;
  margin: 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: .02em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.gift-kit-container .subcategory-content-wrapper .data-content .previous-category-link .arrow-image {
  height: 15px;
  margin-left: -2px;
}

.gift-kit-container .subcategory-content-wrapper .data-content .previous-category-link a.link {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: .1em;
}

.gift-kit-container .top-category-container {
  display: inline-block;
}

.gift-kit-container .top-category-container.choose-theme {
  width: 50%;
  margin: 0 auto;
}

.gift-kit-container .top-category-container.choose-theme .category-box {
  float: left;
  width: 33%;
}

.gift-kit-container .top-category-container.choose-products {
  width: 80%;
}

.gift-kit-container .top-category-container.choose-products .category-box {
  float: none;
}

.gift-kit-container .top-category-container .category-box {
  padding: 15px 0 5px;
}

.gift-kit-container .category-data {
  max-width: 162px;
  margin: 0 auto;
  cursor: pointer;
}

.gift-kit-container .category-data img {
  width: 100%;
}

.gift-kit-container .category-data .choose-category {
  min-width: 100%;
  font-size: 11px;
  padding: .5em;
  height: 40px;
  margin-top: 7px;
  overflow: hidden;
  line-height: 14px;
  word-break: break-word;
}

.gift-kit-container .category-data .choose-category.no-product-name {
  margin-top: 44px;
}

.gift-kit-container .category-data .product-name {
  height: 38px;
}

.gift-kit-container .gift-kit-price {
  max-height: 167px;
  vertical-align: middle;
  display: none;
}

.gift-kit-container .gift-kit-price .gift-kit-button {
  max-width: 168px;
}

.gift-kit-container .gift-kit-price .gift-kit-button.show-text {
  display: none;
}

.gift-kit-container .gift-kit-price .gift-kit-button .add-product-list {
  min-width: 120px;
  padding: .5em 1em;
  line-height: 14px;
  height: 52px;
}

.gift-kit-container .gift-kit-price .gift-kit-choose-at-least {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 18px;
  word-wrap: break-word;
  max-height: 125px;
  overflow: hidden;
  margin: 8px 0 3px;
  position: absolute;
  bottom: 5px;
  width: 99%;
  right: 0;
  left: 0;
  letter-spacing: .02em;
}

.gift-kit-container .gift-kit-price .gift-kit-choose-at-least.show-button {
  display: none;
}

.gift-kit-container .gift-kit-price span.price {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  letter-spacing: .02em;
  margin: 0 auto;
}

.gift-kit-container .gift-kit-price.sticky {
  width: auto;
  margin: 10px 0;
  display: inline-block;
}

.gift-kit-container .gift-kit-price.sticky span.price {
  margin: 0 auto;
}

.gift-kit-container .go-back-wrapper {
  text-transform: uppercase;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  letter-spacing: .02em;
}

.gift-kit-container .go-back-wrapper:before {
  content: ' ';
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  margin-bottom: 1px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.gift-kit-container .go-back-wrapper--desktop {
  display: none;
}

.gift-kit-container .continue-button,
.gift-kit-container .go-back-wrapper .gift-kit-home {
  font-size: 11px;
}

.gift-kit-container .continue-button-wrapper {
  margin-top: 15px;
}

.gift-kit-carousel .products-pagination {
  top: 80px;
}

.gift-kit-carousel .products-pagination.jcarousel-control-prev {
  left: 0;
}

.gift-kit-carousel .products-pagination.jcarousel-control-next {
  right: 0;
}

.gift-kit-carousel .jcarousel-pagination {
  display: none;
}

.gift-kit-carousel .gift-kit-product {
  max-width: 180px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}

.gift-kit-carousel .gift-kit-product.selected {
  box-shadow: 0 0 0 2.5px #be0f34 inset;
}

.gift-kit-carousel .gift-kit-product:hover .product-price,
.gift-kit-carousel .gift-kit-product:hover .product-price-per-unit {
  color: initial;
}

.gift-kit-carousel .gift-kit-product .product-image {
  width: 160px;
  height: 160px;
  padding-bottom: 15px;
  margin: 0 auto;
}

.gift-kit-carousel .gift-kit-product .product-image img {
  width: 100%;
}

.gift-kit-carousel .gift-kit-product .product-information {
  height: 134px;
}

.gift-kit-carousel .gift-kit-product .product-information.price-per-unit {
  height: 152px;
}

.gift-kit-carousel .gift-kit-product .product-information .product-name {
  height: 74px;
}

.gift-kit-carousel .gift-kit-product .product-information .product-size {
  height: 20px;
  padding: 10px 0 2px;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  letter-spacing: .02em;
  color: #767676;
  overflow: hidden;
  line-height: 24px;
  text-transform: initial;
}

.gift-kit-carousel .gift-kit-product .product-information .product-price {
  font-size: 16px;
}

.gift-kit-carousel .gift-kit-product .product-information .product-price-per-unit {
  font-size: 10px;
}

.gift-kit-carousel .gift-kit-product .product-information .product-price,
.gift-kit-carousel .gift-kit-product .product-information .product-price-per-unit {
  height: 18px;
  line-height: 18px;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  overflow: hidden;
  text-transform: initial;
  margin: 2px 0;
}

.gift-kit-carousel .gift-kit-product .product-information .product-price div,
.gift-kit-carousel .gift-kit-product .product-information .product-price-per-unit div {
  display: inline-block;
  word-break: break-word;
}

.gift-kit-carousel .gift-kit-product .product-information .product-price div.discounted,
.gift-kit-carousel .gift-kit-product .product-information .product-price-per-unit div.discounted {
  text-decoration: line-through;
}

.gift-kit-carousel .gift-kit-product .product-information .product-price div.price-sales,
.gift-kit-carousel .gift-kit-product .product-information .product-price-per-unit div.price-sales {
  color: #be0f34;
}

.gift-kit-carousel .gift-kit-product .product-information .product-price div.price-sales.not-discounted,
.gift-kit-carousel .gift-kit-product .product-information .product-price-per-unit div.price-sales.not-discounted {
  color: #000;
}

.gift-kit-carousel .gift-kit-product .choose-product.buttonsecondary,
.gift-kit-carousel .gift-kit-product .remove-product.buttonsecondary,
.gift-kit-carousel .gift-kit-product .rewards-history-table-legacy .history-table .choose-product.less,
.gift-kit-carousel .gift-kit-product .rewards-history-table-legacy .history-table .choose-product.more,
.gift-kit-carousel .gift-kit-product .rewards-history-table-legacy .history-table .remove-product.less,
.gift-kit-carousel .gift-kit-product .rewards-history-table-legacy .history-table .remove-product.more,
.rewards-history-table-legacy .history-table .gift-kit-carousel .gift-kit-product .choose-product.less,
.rewards-history-table-legacy .history-table .gift-kit-carousel .gift-kit-product .choose-product.more,
.rewards-history-table-legacy .history-table .gift-kit-carousel .gift-kit-product .remove-product.less,
.rewards-history-table-legacy .history-table .gift-kit-carousel .gift-kit-product .remove-product.more {
  height: 40px;
  line-height: 14px;
  min-width: 180px;
  margin-top: 10px;
  word-break: break-all;
  overflow: hidden;
  vertical-align: top;
  padding: .5em 1em;
}

.gift-kit-carousel .gift-kit-product .choose-product.buttonsecondary.final,
.gift-kit-carousel .gift-kit-product .remove-product.buttonsecondary.final,
.gift-kit-carousel .gift-kit-product .rewards-history-table-legacy .history-table .choose-product.final.less,
.gift-kit-carousel .gift-kit-product .rewards-history-table-legacy .history-table .choose-product.final.more,
.gift-kit-carousel .gift-kit-product .rewards-history-table-legacy .history-table .remove-product.final.less,
.gift-kit-carousel .gift-kit-product .rewards-history-table-legacy .history-table .remove-product.final.more,
.rewards-history-table-legacy .history-table .gift-kit-carousel .gift-kit-product .choose-product.final.less,
.rewards-history-table-legacy .history-table .gift-kit-carousel .gift-kit-product .choose-product.final.more,
.rewards-history-table-legacy .history-table .gift-kit-carousel .gift-kit-product .remove-product.final.less,
.rewards-history-table-legacy .history-table .gift-kit-carousel .gift-kit-product .remove-product.final.more {
  margin-top: 0;
}

.gift-kit-carousel .gift-kit-product .choose-product.buttonsecondary.final.color-variation-product,
.gift-kit-carousel .gift-kit-product .remove-product.buttonsecondary.final.color-variation-product,
.gift-kit-carousel .gift-kit-product .rewards-history-table-legacy .history-table .choose-product.final.color-variation-product.less,
.gift-kit-carousel .gift-kit-product .rewards-history-table-legacy .history-table .choose-product.final.color-variation-product.more,
.gift-kit-carousel .gift-kit-product .rewards-history-table-legacy .history-table .remove-product.final.color-variation-product.less,
.gift-kit-carousel .gift-kit-product .rewards-history-table-legacy .history-table .remove-product.final.color-variation-product.more,
.rewards-history-table-legacy .history-table .gift-kit-carousel .gift-kit-product .choose-product.final.color-variation-product.less,
.rewards-history-table-legacy .history-table .gift-kit-carousel .gift-kit-product .choose-product.final.color-variation-product.more,
.rewards-history-table-legacy .history-table .gift-kit-carousel .gift-kit-product .remove-product.final.color-variation-product.less,
.rewards-history-table-legacy .history-table .gift-kit-carousel .gift-kit-product .remove-product.final.color-variation-product.more {
  margin-top: 50px;
}

.gift-kit-carousel .gift-kit-product .choose-product.color-variation-distance,
.gift-kit-carousel .gift-kit-product .remove-product.color-variation-distance {
  margin-top: 60px;
}

.gift-kit-sticky {
  clear: both;
  background: #fff;
  box-shadow: inset 0 12px 20px -20px #9c9c9c;
  overflow: hidden;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 100;
  text-align: center;
}

.gift-kit-sticky.sticky-expanded-last-item {
  height: 156px;
}

.gift-kit-sticky.sticky-expanded {
  overflow-y: auto;
  overflow-x: hidden;
  height: initial;
}

.gift-kit-sticky.sticky-expanded .sticky-title-mobile .title {
  margin: 15px 0 15px 12%;
}

.gift-kit-sticky.sticky-expanded .gift-kit-sticky-content .sticky-title-mobile .gift-sticky-expand-arrow {
  margin-top: 0;
}

.gift-kit-sticky-content {
  min-height: 130px;
}

.gift-kit-sticky-content:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.gift-kit-sticky-content .product-block {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  outline: #e5e5e5 solid 1px;
  margin-right: 20px;
  position: relative;
}

.gift-kit-sticky-content .product-block--lifted {
  z-index: 1;
}

.gift-kit-sticky-content .product-block .product-color {
  position: relative;
}

.gift-kit-sticky-content .product-block .product-color img {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  margin-top: 5px;
}

.gift-kit-sticky-content .product-block .product-image {
  margin-top: 5px;
}

.gift-kit-sticky-content .product-block .product-image img {
  width: 67%;
}

.gift-kit-sticky-content .product-block .product-remove {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
}

.gift-kit-sticky-content .product-block .product-name {
  display: none;
  height: 60px;
  overflow: hidden;
}

.gift-kit-sticky-content .product-block .product-name .item-details p.samples-count,
.gift-kit-sticky-content .product-block .product-name p.name,
.item-details .gift-kit-sticky-content .product-block .product-name p.samples-count {
  margin: 0 0 0 5px;
  text-align: left;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
  letter-spacing: .02em;
}

.gift-kit-sticky-content .product-block .product-change .box-change-link {
  line-height: 16px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
}

.gift-kit-sticky-content .sticky-title-mobile p.title,
.gift-kit-wrapper .gift-kit-header {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.gift-kit-sticky-content .product-block .step-content {
  max-height: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0 10px;
}

.gift-kit-sticky-content .product-block .step-content .step-description,
.gift-kit-sticky-content .product-block .step-content .step-number {
  margin: 0 auto;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  line-height: 16px;
  word-break: break-word;
  letter-spacing: .02em;
}

.gift-kit-sticky-content .product-block .step-content .step-number {
  color: #be0f34;
  margin-top: 5px;
}

.gift-kit-sticky-content .equal-image,
.gift-kit-sticky-content .plus-image {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 -10px;
}

.gift-kit-sticky-content .sticky-title-mobile {
  display: none;
}

.gift-kit-sticky-content .sticky-title-mobile .gift-sticky-expand-arrow {
  margin: -5px 12px 0 0;
  width: 10%;
  float: right;
}

.gift-kit-sticky-content .sticky-title-mobile .sticky-title {
  float: right;
  width: 90%;
  position: absolute;
}

.gift-kit-sticky-content .sticky-title-mobile p.title {
  font-size: 22px;
  text-transform: uppercase;
  margin: 10px 0 20px 12%;
  word-break: break-word;
  width: 85%;
  position: absolute;
}

.body-no-scroll {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.ui-tooltip,
.ui-tooltip .arrow:after {
  max-width: none;
  background-color: #fff;
}

.gift-kit-footer-space {
  padding-bottom: 217px;
}

.gift-kit-product .color-dropdown-container {
  margin-bottom: 10px;
}

.gift-kit-wrapper {
  border: 2px solid #be0f34;
  margin: 30px 0;
  font-size: 14px;
  padding: 0 16px;
  box-sizing: border-box;
}

.gift-kit-wrapper .gift-kit-header {
  margin-top: 8px;
  height: 15px;
  font-size: 16px;
}

.gift-kit-wrapper .gift-kit-header .gift-kit-title {
  float: left;
  color: #be0f34;
}

.gift-kit-wrapper .gift-kit-header .gift-kit-price {
  float: right;
}

.gift-kit-wrapper .gift-kit-header .gift-kit-price .price-standard {
  float: left;
  text-decoration: line-through;
}

.declare-purchase-banned-asset .declare-purchase-banned-popup .declare-purchase-banned-popup-email,
.declare-purchase-content-optedin .change-links .input-file-control,
.declare-purchase-content-optedin .purchased-products .purchased-products-li .purchased-products-controls .purchased-products-control,
.pickPostStoreSelection .modifyPickPostSelection,
.tooltip-wrapper .lip-declare-purchase-receipt-tooltip-text-wrapper.tooltip-bottom a {
  text-decoration: underline;
}

.gift-kit-wrapper .gift-kit-header .gift-kit-price .gift-kit-price {
  float: left;
  color: #be0f34;
  padding-left: 10px;
}

.gift-kit-wrapper .shoppingbag-productlisting-details .cart-row-wrapper {
  padding: 0;
}

.gift-kit-wrapper .shoppingbag-productlisting-details .cart-row-wrapper:last-of-type .cart-row {
  margin-bottom: 0;
  border-bottom: 0;
}

.gift-kit-wrapper .shoppingbag-productlisting-details .cart-row-wrapper:first-child .cart-row {
  border-top: none;
}

.gift-kit-wrapper .shoppingbag-productlisting-details .cart-row {
  margin: 0 0 21px;
  padding: 15px 10px 0;
  width: auto;
  border-top: 2px solid #e5e5e5;
  border-bottom: none;
}

.gift-kit-wrapper .shoppingbag-productlisting-details .cart-row .quantity {
  margin-right: 0;
  font-size: 14px;
}

.gift-kit-wrapper .kit-change-links {
  margin: 11px;
}

.gift-kit-wrapper .kit-change-links .kit-edit {
  margin-right: 15px;
}

.gift-kit-wrapper .kit-change-links .link {
  display: inline-block;
}

.gift-kit-container .gift-kit-price.left-aligned .price-wrapper {
  white-space: nowrap;
  text-align: left;
  display: inline-block;
  width: 210px;
}

.gift-kit-container .gift-kit-price.left-aligned .price-wrapper .price {
  display: inline-block;
  vertical-align: top;
  color: #000;
  margin: 10px 10px 0;
  font-size: 21px;
  line-height: 16px;
  letter-spacing: .021em;
}

.gift-kit-container .gift-kit-price.left-aligned .price-wrapper .serenity-price {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.gift-kit-carousel .gift-kit-product .product-information .product-name,
.gift-kit-container .category-data .product-name {
  font-size: 18px;
  line-height: 18px;
  font-family: "Times New Roman",Times,serif;
  color: #be0f34;
  overflow: hidden;
  margin: 0;
  font-weight: 400;
}

.ui-tooltip {
  border: 2px solid transparent;
}

.ui-tooltip .arrow {
  width: 70px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -22px;
}

.ui-tooltip .arrow.top {
  top: -22px;
  bottom: auto;
  border-bottom: 0;
}

.ui-tooltip .arrow.top:after {
  bottom: -20px;
  top: auto;
}

.ui-tooltip .arrow.left {
  left: 20%;
}

.ui-tooltip .arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 26px;
  height: 20px;
  box-shadow: 0 0 5px #999;
  -webkit-transform: rotate(62deg) skew(34deg);
  -ms-transform: rotate(62deg) skew(34deg);
  transform: rotate(62deg) skew(34deg);
  border: 2px solid transparent;
}

.declare-purchase-content-optedin .purchased-products .purchased-products-image-wrapper .purchased-products-image,
.declare-purchase-content-optedin .search-fields .search-input-field .search-suggestions .search-suggestions-li .search-suggestions-image-wrapper .search-suggestions-image {
  max-width: 65px;
}

.lip-declare-purchase-explanation-wrapper {
  width: 55%;
}

.lip-declare-purchase-explanation-title {
  font-size: 40px;
  padding-bottom: 30px;
  color: #be0f34;
  font-family: "Times New Roman",Times,serif;
}

.declare-purchase-content-optedin {
  margin-left: 20px;
  margin-right: 20px;
}

.declare-purchase-content-optedin.ajax-loading {
  position: relative;
}

.declare-purchase-content-optedin.ajax-loading .ajax-loader-image {
  display: inline-block;
}

.declare-purchase-content-optedin.ajax-loading .declare-purchase-form {
  opacity: .3;
}

.declare-purchase-content-optedin .ui-accordion-content {
  overflow: unset;
}

.declare-purchase-content-optedin .declare-purchase-form {
  left: 11.6666666667%;
  margin-right: 23%;
}

.declare-purchase-content-optedin .section-title {
  width: 100%;
  margin: 35px auto 15px;
  display: inline-block;
  text-align: center;
  font-family: "Times New Roman",Times,serif;
  font-size: 40px;
  font-weight: inherit;
}

.declare-purchase-content-optedin .inner-section-title {
  margin: 25px auto 30px;
  width: 100%;
  display: inline-block;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.declare-purchase-content-optedin .declare-purchase-confidentiality-text,
.declare-purchase-content-optedin .informational-text,
.declare-purchase-content-optedin span.error {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  letter-spacing: .02em;
}

.declare-purchase-content-optedin .informational-text {
  margin-bottom: 17px;
  font-size: 14px;
}

.declare-purchase-content-optedin .informational-text .tooltip-loyalty {
  margin: 3px 2px;
}

.declare-purchase-content-optedin .file-container {
  margin: 25px auto 0;
}

.declare-purchase-content-optedin .purchase-search-section {
  padding-top: 35px;
}

.declare-purchase-content-optedin .declare-purchase-video-section {
  padding-top: 30px;
}

.declare-purchase-content-optedin .declare-purchase-confidentiality-text {
  font-size: 9px;
  line-height: 16px;
  color: #767676;
}

.declare-purchase-content-optedin .form-row.tooltip .form-caption:hover:after+.promo-tooltip-content,
.declare-purchase-content-optedin .tooltip:hover+.promo-tooltip-content,
.form-row.tooltip .declare-purchase-content-optedin .form-caption:hover:after+.promo-tooltip-content {
  display: block;
}

.declare-purchase-content-optedin .file-container,
.declare-purchase-content-optedin .promo-tooltip-content,
.declare-purchase-content-optedin .upload-receipt-input {
  display: none;
}

.declare-purchase-content-optedin span.error {
  font-size: 12px;
  color: #be0f34;
}

.declare-purchase-content-optedin .change-links {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  float: right;
}

.declare-purchase-content-optedin .change-links .input-file-control.input-file-control-edit {
  padding-right: 10px;
  border-right: 1px solid #000;
}

.declare-purchase-content-optedin .change-links .input-file-control.input-file-control-delete {
  padding-left: 7px;
}

.declare-purchase-content-optedin .search-fields {
  padding-bottom: 35px;
  position: relative;
}

.declare-purchase-content-optedin .search-fields .quantity-input-text-wrapper {
  width: 10%;
  box-sizing: border-box;
  margin: auto 5px;
  display: inline-block;
}

.declare-purchase-content-optedin .search-fields .quantity-input-text-wrapper .form-group .quantity-input-text:not(.filled):not(:focus)~label {
  padding-left: 15px;
}

.declare-purchase-content-optedin .search-fields .quantity-input-text {
  width: 100%;
  padding: 0 5px 0 0;
  box-sizing: border-box;
}

.declare-purchase-content-optedin .search-fields .quantity-input-text .form-group input~label {
  padding-left: 15px;
}

.declare-purchase-content-optedin .search-fields .quantity-input-text+span.error {
  position: absolute;
  top: 120px;
}

.declare-purchase-content-optedin .search-fields .register-ean {
  width: calc(45% - 65px);
  vertical-align: top;
}

.declare-purchase-content-optedin .search-fields .search-fields-required {
  margin-top: 40px;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  letter-spacing: .02em;
  color: #767676;
}

.declare-purchase-content-optedin .search-fields .search-input-field {
  vertical-align: top;
  width: 45%;
  position: relative;
  display: inline-block;
}

.declare-purchase-content-optedin .search-fields .search-input-field .search-input {
  width: 100%;
  box-sizing: border-box;
  margin-left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #eee;
  border: none;
  padding: .7em .5em;
  text-indent: 0;
  color: #606060;
  border-radius: 0;
}

.declare-purchase-content-optedin .search-fields .search-input-field .search-input~label {
  width: calc(100% - 50px);
}

.declare-purchase-content-optedin .search-fields .search-input-field .search-input.error {
  background-color: #fff;
  border: 2px solid #be0f34;
}

.declare-purchase-content-optedin .search-fields .search-input-field .search-input:after {
  content: '';
}

.declare-purchase-content-optedin .search-fields .search-input-field .search-input:not(:focus) {
  color: #000;
}

.declare-purchase-content-optedin .search-fields .search-input-field span.error {
  margin-bottom: 0;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 12px;
  color: #be0f34;
  letter-spacing: .02em;
}

.declare-purchase-content-optedin .search-fields .search-input-field .search-input-icon {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}

.declare-purchase-content-optedin .search-fields .search-input-field .search-suggestions {
  position: relative;
  top: 50px;
  width: 100%;
}

.declare-purchase-content-optedin .search-fields .search-input-field .search-suggestions .search-suggestions-ul {
  display: none;
  width: 100%;
  list-style-type: none;
  margin-top: -3px;
  padding: 0;
  position: absolute;
  background: #fff;
  border: 2px solid #e5e5e5;
  z-index: 5;
  box-sizing: border-box;
}

.declare-purchase-content-optedin .search-fields .search-input-field .search-suggestions .search-suggestions-li {
  position: relative;
  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;
  padding: 20px;
  overflow: auto;
  word-break: break-word;
  list-style-type: none;
}

.declare-purchase-content-optedin .search-fields .search-input-field .search-suggestions .search-suggestions-li .search-suggestions-image-wrapper {
  width: 65px;
  vertical-align: top;
  position: relative;
  text-align: center;
}

.declare-purchase-content-optedin .search-fields .search-input-field .search-suggestions .search-suggestions-li .search-suggestions-data-wrapper {
  position: relative;
  padding-right: 20px;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  width: 68%;
}

.declare-purchase-content-optedin .search-fields .search-input-field .search-suggestions .search-suggestions-li .search-suggestions-data-wrapper .search-suggestions-ean,
.declare-purchase-content-optedin .search-fields .search-input-field .search-suggestions .search-suggestions-li .search-suggestions-data-wrapper .search-suggestions-p {
  margin: 0;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .02em;
}

.declare-purchase-content-optedin .search-fields .search-input-field .search-suggestions .search-suggestions-li:hover {
  background: #efefef;
  cursor: pointer;
}

.declare-purchase-content-optedin .show-search-fields {
  display: none;
}

.declare-purchase-content-optedin .show-search-fields .show-search-fields-link {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: underline;
}

.declare-purchase-content-optedin .purchased-products .purchased-products-ul {
  padding: 0;
  display: block;
}

.declare-purchase-content-optedin .purchased-products .purchased-products-li {
  overflow: auto;
  list-style-type: none;
  padding-bottom: 20px;
  margin: 20px auto;
  border-bottom: 2px solid #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.declare-purchase-content-optedin .purchased-products .purchased-products-li .purchased-products-ean,
.declare-purchase-content-optedin .purchased-products .purchased-products-li .purchased-products-p {
  width: 70%;
  margin: 0;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .02em;
}

.declare-purchase-content-optedin .purchased-products .purchased-products-li .purchased-products-quantity {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.declare-purchase-content-optedin .purchased-products .purchased-products-li .purchased-products-controls {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  float: right;
  display: inline-block;
}

.declare-purchase-content-optedin .purchased-products .purchased-products-li .purchased-products-controls .purchased-products-control.purchased-products-control-edit {
  padding-right: 10px;
  border-right: 1px solid #000;
}

.declare-purchase-content-optedin .purchased-products .purchased-products-li .purchased-products-controls .purchased-products-control.purchased-products-control-delete {
  padding-left: 7px;
}

.declare-purchase-content-optedin .purchased-products .purchased-products-image-wrapper {
  width: 65px;
  vertical-align: top;
  display: inline-block;
  text-align: center;
}

.declare-purchase-content-optedin .purchased-products .purchased-products-data-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 70px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.declare-purchase-content-optedin .purchased-products .purchased-products-data-wrapper .delete-purchased-product,
.declare-purchase-content-optedin .purchased-products .purchased-products-data-wrapper .edit-purchased-product {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.declare-purchase-content-optedin .choose-file-btn {
  width: 100%;
}

.declare-purchase-content-optedin .declare-purchase-submit-holder {
  margin: 30px auto;
}

.declare-purchase-content-optedin .declare-purchase-submit-holder .declare-purchase-submit {
  -webkit-border-radius: 0;
}

.tooltip-wrapper.tooltip-receipt {
  padding: 20px 45px;
  width: 370px;
}

.tooltip-wrapper.tooltip-receipt .lip-declare-purchase-receipt-tooltip-images {
  float: left;
  max-width: 30px;
}

.tooltip-wrapper.tooltip-ean {
  padding: 20px 45px;
  text-align: center;
  width: 200px;
}

.tooltip-wrapper.tooltip-ean .lip-declare-purchase-receipt-tooltip-text-wrapper {
  margin-left: 0;
  margin-top: 25px;
}

.tooltip-wrapper .lip-declare-purchase-receipt-tooltip-title {
  text-align: center;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: .02em;
  margin-bottom: 25px;
}

.tooltip-wrapper .lip-declare-purchase-receipt-tooltip-text-wrapper {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .02em;
  margin-left: 50px;
}

.tooltip-wrapper .lip-declare-purchase-receipt-tooltip-text-wrapper.tooltip-bottom {
  margin-left: 0;
  text-align: center;
}

.tooltip-wrapper ul {
  padding-left: 0;
}

.tooltip-wrapper ul li {
  margin-bottom: 25px;
  list-style-type: none;
}

.declare-purchase-content-asset-wrapper,
.declare-purchase-content-error,
.declare-purchase-content-success {
  text-align: center;
  margin-top: 40px;
}

.declare-purchase-content-asset-wrapper .declare-purchase-content-asset,
.declare-purchase-content-error .declare-purchase-content-asset,
.declare-purchase-content-success .declare-purchase-content-asset {
  width: 77%;
  margin: 0 auto;
}

.declare-purchase-content-asset-wrapper .declare-purchase-content-asset-title,
.declare-purchase-content-error .declare-purchase-content-asset-title,
.declare-purchase-content-success .declare-purchase-content-asset-title {
  font-family: "Times New Roman",Times,serif;
  font-size: 40px;
  letter-spacing: .02em;
  margin-bottom: 15px;
}

.declare-purchase-content-asset-wrapper .declare-purchase-content-asset-text,
.declare-purchase-content-error .declare-purchase-content-asset-text,
.declare-purchase-content-success .declare-purchase-content-asset-text {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .02em;
}

.declare-purchase-content-asset-wrapper .declare-purchase-content-asset-button,
.declare-purchase-content-error .declare-purchase-content-asset-button,
.declare-purchase-content-success .declare-purchase-content-asset-button {
  margin-top: 30px;
}

.declare-purchase-content-asset-wrapper .section-bottom .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header [type=submit].add-card,
.declare-purchase-content-asset-wrapper .section-bottom .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header [type=submit].add-card,
.declare-purchase-content-asset-wrapper .section-bottom button[type=submit],
.declare-purchase-content-error .section-bottom .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header [type=submit].add-card,
.declare-purchase-content-error .section-bottom .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header [type=submit].add-card,
.declare-purchase-content-error .section-bottom button[type=submit],
.declare-purchase-content-success .section-bottom .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header [type=submit].add-card,
.declare-purchase-content-success .section-bottom .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header [type=submit].add-card,
.declare-purchase-content-success .section-bottom button[type=submit],
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .declare-purchase-content-asset-wrapper .section-bottom [type=submit].add-card,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .declare-purchase-content-error .section-bottom [type=submit].add-card,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .declare-purchase-content-success .section-bottom [type=submit].add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .declare-purchase-content-asset-wrapper .section-bottom [type=submit].add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .declare-purchase-content-error .section-bottom [type=submit].add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .declare-purchase-content-success .section-bottom [type=submit].add-card {
  min-width: 200px;
}

.declare-purchase-content-asset-wrapper .subscription-error-message,
.declare-purchase-content-error .subscription-error-message,
.declare-purchase-content-success .subscription-error-message {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: .02em;
  color: #be0f34;
  margin-top: 5px;
}

.declare-purchase-content-asset-wrapper .lip-optin-checkbox,
.declare-purchase-content-error .lip-optin-checkbox,
.declare-purchase-content-success .lip-optin-checkbox {
  margin: 20px auto 30px;
  display: inline-block;
}

.declare-purchase-content-asset-wrapper .lip-optin-checkbox label,
.declare-purchase-content-error .lip-optin-checkbox label,
.declare-purchase-content-success .lip-optin-checkbox label {
  text-align: center;
  margin-left: 20px;
  padding: 0 30px;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .02em;
}

.declare-purchase-content-asset-wrapper .lip-optin-checkbox label:before,
.declare-purchase-content-error .lip-optin-checkbox label:before,
.declare-purchase-content-success .lip-optin-checkbox label:before {
  margin-left: -23px;
}

.declare-purchase-content-asset-wrapper .lip-optin-checkbox label span,
.declare-purchase-content-error .lip-optin-checkbox label span,
.declare-purchase-content-success .lip-optin-checkbox label span {
  color: #be0f34;
}

#declare-purchase-banned-dialog {
  display: none;
}

.declare-purchase-banned-asset {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-29%,-50%);
  -ms-transform: translate(-29%,-50%);
  transform: translate(-29%,-50%);
  border: 2px solid #e5e5e5;
  border-top: 4px solid #c20430;
}

.declare-purchase-banned-asset #declare-purchase-banned-dialog .stf-close {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.declare-purchase-banned-asset .declare-purchase-banned-popup {
  text-align: center;
  margin: 20px;
}

.declare-purchase-banned-asset .declare-purchase-banned-popup .declare-purchase-banned-popup-logo {
  width: 115px;
}

.declare-purchase-banned-asset .declare-purchase-banned-popup .declare-purchase-banned-popup-title {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: .02em;
  margin: 20px;
}

.declare-purchase-banned-asset .declare-purchase-banned-popup .declare-purchase-banned-popup-email,
.declare-purchase-banned-asset .declare-purchase-banned-popup .declare-purchase-banned-popup-phone,
.declare-purchase-banned-asset .declare-purchase-banned-popup .declare-purchase-banned-popup-text {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .02em;
}

.declare-purchase-banned-asset .declare-purchase-banned-popup .declare-purchase-banned-popup-text {
  margin: 30px;
}

.declare-purchase-banned-asset .declare-purchase-banned-popup .declare-purchase-banned-popup-phone {
  margin: 13px;
}

.receipt-select {
  float: left;
  width: 50%;
  margin: 0 2.5% 0 0;
}

.receipt-select.error {
  margin: 0 2% 0 0;
}

.receipt-select .sbHolder {
  width: 100%;
  box-sizing: border-box;
}

.choose-file-btn-container {
  float: left;
  width: 40%;
  clear: none;
}

.wrap-declare-purchase-link {
  width: 100%;
  float: left;
}

.declare-purchase-text-before-link {
  display: inline-block;
  color: #be0f34;
}

.ajax-loader-image {
  position: absolute;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: auto;
  top: 200px;
}

.pt_samples .primary-content {
  box-sizing: border-box;
  float: left;
  padding-bottom: 160px;
}

.pt_samples .primary-content:after,
.pt_samples .primary-content:before {
  box-sizing: border-box;
}

.pt_samples .primary-sticky {
  box-sizing: border-box;
  float: left;
}

.pt_samples .primary-sticky:after,
.pt_samples .primary-sticky:before {
  box-sizing: border-box;
}

.samples-page-wrapper .title {
  font-family: "Times New Roman",Times,serif;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}

.samples-page-wrapper .subtitle {
  letter-spacing: .02em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
}

.samples-page-wrapper .samples-sticky {
  display: none;
}

.tab-samples.tab {
  float: none;
}

.tab-samples .new-samples-tab {
  margin-top: 20px;
}

.catalog-tab-carousel-mobile,
.samples-page-carousel {
  padding-bottom: 10px;
}

.catalog-tab-carousel-mobile .samples-carousel-ul,
.samples-page-carousel .samples-carousel-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}

.catalog-tab-carousel-mobile .samples-carousel-li,
.samples-page-carousel .samples-carousel-li {
  text-align: center;
  border: none;
  margin: 0 0 -2.5px -2.5px;
  max-width: 33.22%;
  min-width: 33.22%;
  position: relative;
}

.catalog-tab-carousel-mobile .samples-carousel-li:nth-child(3n+1),
.samples-page-carousel .samples-carousel-li:nth-child(3n+1) {
  margin-left: 0;
}

.catalog-tab-carousel-mobile .sample-tile-wrapper,
.samples-page-carousel .sample-tile-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.catalog-tab-carousel-mobile .sample-tile-wrapper.selected,
.catalog-tab-carousel-mobile .sample-tile-wrapper:hover,
.samples-page-carousel .sample-tile-wrapper.selected,
.samples-page-carousel .sample-tile-wrapper:hover {
  cursor: pointer;
  box-shadow: 0 0 0 2.5px #be0f34 inset;
}

.catalog-tab-carousel-mobile .view-all,
.samples-page-carousel .view-all {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding: 10px;
}

.catalog-tab-carousel-mobile .view-all p,
.samples-page-carousel .view-all p {
  letter-spacing: .22px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0;
}

.catalog-tab-carousel-mobile .samples-badge,
.samples-page-carousel .samples-badge {
  left: 30px;
  top: 30px;
}

.catalog-tab-carousel-mobile .samples-badge .badge-text,
.samples-page-carousel .samples-badge .badge-text {
  padding: 3px 5px;
}

.catalog-tab-carousel-mobile .sample-image,
.samples-page-carousel .sample-image {
  width: 135px;
  height: 135px;
  margin: 25px auto 15px;
}

.catalog-tab-carousel-mobile .sample-image img,
.samples-page-carousel .sample-image img {
  width: 100%;
}

.catalog-tab-carousel-mobile .sample-label,
.samples-page-carousel .sample-label {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 0 25px;
  margin-bottom: 15px;
  word-break: break-word;
}

.catalog-tab-carousel-mobile .product-review,
.samples-page-carousel .product-review {
  font-size: 16px;
  margin: 0 0 12px;
}

.catalog-tab-carousel-mobile .product-review .no-ratings,
.samples-page-carousel .product-review .no-ratings {
  letter-spacing: .1em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  color: #b0b0b0;
  text-transform: uppercase;
  line-height: 16px;
  padding: 0 10px;
  word-break: break-word;
}

.catalog-tab-carousel-mobile .flex-grow-wrapper,
.samples-page-carousel .flex-grow-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.catalog-tab-carousel-mobile .readmore-link,
.samples-page-carousel .readmore-link {
  letter-spacing: .1em;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 0 10px;
  word-break: break-word;
}

.catalog-tab-carousel-mobile .color-dropdown-container,
.samples-page-carousel .color-dropdown-container {
  letter-spacing: .1em;
  width: 165px;
  margin: 0 auto 10px;
}

.catalog-tab-carousel-mobile .selectbtn-container,
.samples-page-carousel .selectbtn-container {
  width: 130px;
  height: auto;
  min-height: 40px;
  margin: 0 auto 30px;
  line-height: 14px;
}

.catalog-tab-carousel-mobile .selectbtn-container.color-variations-available,
.samples-page-carousel .selectbtn-container.color-variations-available {
  width: 165px;
}

.catalog-tab-carousel-mobile .selectbtn-container .select-button,
.samples-page-carousel .selectbtn-container .select-button {
  letter-spacing: .1em;
  display: table-cell;
  vertical-align: middle;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  padding: 0 10px;
}

.samples-page-selected-carousel .sample-mini-tile .product-review .no-ratings,
.samples-page-selected-carousel .step-description,
.samples-page-selected-carousel .step-number {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.catalog-tab-carousel-mobile .samples-carousel-li {
  display: block;
}

.samples-page-jcarousel-wrapper {
  box-shadow: none;
  border-radius: unset;
  border: none;
  margin: 0 -6px;
}

.samples-page-jcarousel-wrapper .jcarousel-control-prev {
  left: -13px;
}

.samples-page-jcarousel-wrapper .jcarousel-control-next {
  right: -13px;
}

.samples-page-jcarousel-wrapper .jcarousel-control-next,
.samples-page-jcarousel-wrapper .jcarousel-control-prev {
  box-shadow: none;
  top: 105px;
}

.samples-page-jcarousel-wrapper .jcarousel-pagination {
  bottom: 0;
}

.samples-page-selected-carousel {
  text-align: center;
  width: auto;
}

.samples-page-selected-carousel .samples-carousel-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.samples-page-selected-carousel .samples-carousel-li {
  margin: 20px 0 30px;
  border: none;
}

.samples-page-selected-carousel .sample-tile-placeholder {
  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;
  width: 100%;
}

.samples-page-selected-carousel .sample-mini-tile-wrapper {
  width: 100%;
  display: inline-block;
}

.samples-page-selected-carousel .sample-mini-tile-wrapper .selected-image {
  cursor: pointer;
  margin-bottom: 10px;
}

.samples-page-selected-carousel .sample-mini-tile-wrapper .selected-image img {
  width: auto;
  margin: -4px 0 0 -1px;
}

.samples-page-selected-carousel .sample-mini-tile-wrapper .placeholder-empty {
  border: none;
}

.samples-page-selected-carousel .placeholder-empty {
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
}

.samples-page-selected-carousel .placeholder-wrapper,
.samples-page-selected-carousel .sample-mini-tile {
  height: 100%;
  display: block;
  max-width: 100px;
  min-height: 100px;
  position: relative;
  background: #fff;
  margin: 10px auto 0;
  width: calc(100% - 4px);
}

.samples-page-selected-carousel .sample-mini-tile {
  margin-top: 0;
  background: #eee;
}

.samples-page-selected-carousel .sample-mini-tile .image {
  width: 100%;
  display: inline-block;
}

.item-details .samples-page-selected-carousel .sample-mini-tile .samples-count,
.samples-page-selected-carousel .sample-mini-tile .item-details .samples-count,
.samples-page-selected-carousel .sample-mini-tile .name {
  letter-spacing: .02em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  line-height: 13px;
  margin-top: 5px;
}

.samples-page-selected-carousel .sample-mini-tile img {
  width: 100%;
}

.samples-page-selected-carousel .sample-mini-tile .product-review {
  font-size: 16px;
  margin: 5px 0 0;
}

.samples-page-selected-carousel .sample-mini-tile .product-review .no-ratings {
  letter-spacing: .02em;
  color: #b0b0b0;
  text-transform: uppercase;
  line-height: 16px;
  word-break: break-word;
}

.samples-page-selected-carousel .step-content {
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 5px;
  position: absolute;
  box-sizing: border-box;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.samples-page-selected-carousel .step-number {
  letter-spacing: .1em;
  font-size: 16px;
  line-height: 22px;
  color: #be0f34;
  margin-top: 5px;
}

.samples-page-selected-carousel .step-description {
  letter-spacing: .02em;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 5px;
}

.samples-page-selected-carousel .jcarousel-pagination {
  position: relative;
}

.samples-page-selected-carousel .jcarousel-pagination a,
.samples-page-selected-carousel .jcarousel-pagination pages-dots {
  box-shadow: none;
  background: #cbcbcb;
}

.samples-page-selected-carousel .jcarousel-pagination a.active,
.samples-page-selected-carousel .jcarousel-pagination pages-dots.active {
  background: #000;
}

.tab-content-header {
  margin: 8px 0 11px;
}

.tab-content-header .samples-number {
  display: inline-block;
  max-width: 50%;
  float: right;
}

.tab-content-header .samples-number .count {
  letter-spacing: .1em;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
  color: #767676;
  padding: 5px 0;
}

.tab-content-header .description {
  letter-spacing: .02em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 35px 0 55px;
  border: none;
  padding: 0;
}

.beauty-routine-header {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Times New Roman",Times,serif;
  font-size: 25px;
  line-height: 25px;
  margin: 35px 0;
}

.beauty-routine-header .routine-title {
  display: inline-block;
  padding-right: 40px;
}

.beauty-routine-header .choose-full-routine {
  min-width: 244px;
}

.beauty-routine-header .choose-full-routine:disabled {
  opacity: .5;
}

.multiple-select-dropdown-holder {
  width: 336px;
}

.sample-select-dropdown {
  display: none;
}

.sample-select-dropdown .sample-select-dropdown-label {
  width: calc(100% - 210px);
  text-align: left;
  padding: 0;
  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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 50px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.sample-select-dropdown .sbHolder {
  display: inline-block;
  float: right;
}

.sample-select-dropdown .sbSelector {
  text-align: center;
  height: 46px;
  width: calc(100% - 36px);
}

.sample-select-dropdown .sbToggle {
  height: 50px;
}

.sample-select-dropdown label {
  border: 0;
}

.samples-sticky {
  display: block;
  max-width: 363px;
  margin-top: 13px;
}

.samples-sticky.fixed {
  position: fixed;
  width: inherit;
  top: 20px;
}

.samples-sticky .payment-section,
.samples-sticky .payment-section .payment-button {
  width: 100%;
}

.samples-sticky .content-section {
  background: #eee;
  margin-top: 20px;
  padding: 20px 20px 30px;
}

.samples-sticky .content-section .title-wrapper {
  border-bottom: 2px solid #cbcbcb;
}

.samples-sticky .content-section .title-wrapper .title {
  letter-spacing: .02em;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.samples-sticky-mobile {
  display: none;
}

.samples-max-count-reached-dialog:after,
.samples-max-count-reached-dialog:before,
.samples-product-dialog:after,
.samples-product-dialog:before {
  display: table;
  content: "";
  clear: both;
  zoom: 1;
  visibility: hidden;
}

.pt_samples .checkout-progress-indicator-rework {
  margin-right: 20px;
}

.samples-product-dialog {
  margin: 0 auto;
  max-width: 1250px;
}

.samples-product-dialog .samples-page-carousel {
  width: 100%;
  margin: 0;
  background: #fff;
}

.samples-product-dialog .samples-carousel-ul {
  width: 100%;
}

.samples-product-dialog-ui {
  width: 100%;
  position: fixed;
  background: 0;
  top: 2%;
  z-index: 9996;
}

.samples-product-overlay-content {
  margin-left: 20px;
  margin-right: 20px;
  background-color: #fff;
  position: relative;
  border-top: 4px solid #c20430;
  padding: 60px 30px 0;
  overflow-y: auto;
  height: 80vh;
}

.samples-product-overlay-content .samples-product-overlay-close-wrapper {
  position: relative;
  float: right;
}

.samples-product-overlay-content .samples-product-overlay-close {
  cursor: pointer;
  float: right;
  position: fixed;
  z-index: 102;
  margin: -50px 0 0 -8px;
}

.samples-max-count-reached-dialog {
  margin: 0 auto;
  max-width: 1250px;
}

.samples-max-count-reached-dialog .max-reached-message {
  margin-bottom: 15px;
}

.samples-max-count-reached-dialog-ui {
  position: fixed;
  background: 0;
  top: 50%;
  left: 50%;
  z-index: 9996;
  margin: -100px 0 0 -195px;
}

.samples-max-count-reached-overlay-content {
  margin-left: 20px;
  margin-right: 20px;
  letter-spacing: .02em;
  background-color: #fff;
  position: relative;
  border-top: 4px solid #c20430;
  overflow-y: auto;
  padding: 35px 30px 15px;
  width: 250px;
  text-align: center;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.account-main-wrapper *,
.pending-orders-message {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.samples-max-count-reached-overlay-content .samples-max-count-reached-overlay-close {
  cursor: pointer;
  float: right;
  position: absolute;
  z-index: 102;
  top: 5px;
  right: 5px;
}

#wrapper.pt_order .order-history-header.header-repay:not(.ui-accordion-header-active) .header-expand-collapse-icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#wrapper.pt_order .order-history-header.header-repay:not(.ui-accordion-header-active) .header-main .order-total-price {
  width: 30%;
}

#wrapper.pt_order .order-history-header.header-repay:not(.ui-accordion-header-active) .header-main .order-number {
  width: 25%;
}

#wrapper.pt_order .order-history-header.header-repay:not(.ui-accordion-header-active) .header-main .repay-section {
  width: 43%;
  padding-right: 30px;
}

#wrapper.pt_order .order-history-header.header-repay:not(.ui-accordion-header-active) .header-main .repay-section .buttonprimary,
#wrapper.pt_order.lip-salesforce .order-history-header.header-repay:not(.ui-accordion-header-active) .header-main .repay-section .salesforce-orders .order-history-items .order-history-table .product-wrapper .reorder-btn,
#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .product-wrapper .order-history-header.header-repay:not(.ui-accordion-header-active) .header-main .repay-section .reorder-btn {
  float: right;
}

#wrapper.pt_order .order-history-header.header-repay:not(.ui-accordion-header-active) .header-main .order-number,
#wrapper.pt_order .order-history-header.header-repay:not(.ui-accordion-header-active) .header-main .order-total-price,
#wrapper.pt_order .order-history-header.header-repay:not(.ui-accordion-header-active) .header-main .repay-section {
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
  box-sizing: border-box;
  float: none;
  margin: 0;
}

#wrapper.pt_order .order-history-header.header-repay.ui-accordion-header-active .header-main .repay-section {
  display: none;
}

#wrapper.pt_order .order-total-section.order-total-repay {
  text-align: right;
}

#wrapper.pt_order .order-total-section.order-total-repay .order-total-wrapper,
#wrapper.pt_order .order-total-section.order-total-repay .repay-section {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

#wrapper.pt_order .order-total-section.order-total-repay .repay-section {
  margin-left: 20px;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .product-wrapper .repay-section .reorder-btn,
.repay-section #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .product-wrapper .reorder-btn,
.repay-section .buttonprimary {
  height: 40px;
  min-width: 150px;
}

.pending-orders-message {
  font-size: 12px;
}

.mini-cart-content .pending-orders-message {
  margin: 0 20px;
}

.pending-orders-link {
  color: #be0f34;
  font-weight: 700;
}

.account-main-wrapper * {
  font-size: 14px;
  letter-spacing: .02em;
}

.account-main-wrapper .account-main>div[class^=account] {
  margin-bottom: 40px;
}

.account-main-wrapper .account-group-info {
  box-sizing: border-box;
  border: 10px solid #e5e5e5;
  padding: 10px;
  display: none;
}

.account-main-wrapper .account-group-info.mobile {
  display: block;
}

.mybeautyshelf .pick-post-container .gs-product-wrapper-link,
.pick-post-container .button,
.pick-post-container .mybeautyshelf .gs-product-wrapper-link {
  min-width: initial;
  height: initial;
}

.redeemOverlayContainer.ui-widget-content .ui-dialog-content,
.stampOverlayContainer .ui-widget-content {
  height: 100%!important;
}

.pick-post-error-form {
  margin: 0 20px;
}

.pickpost-search-form .form-caption {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.pickpost-search-form .form-caption:after {
  cursor: pointer;
  z-index: 1;
  content: "";
  display: inline-block;
  margin: auto 0;
}

.pickpost-search-form input {
  margin: 0;
}

.pickPostStoreSelection {
  margin: 5px 0 0 15px;
  font-size: 14px;
  display: none;
  text-transform: uppercase;
}

.pickPostStoreSelection .modifyPickPostSelection {
  font-size: inherit;
  letter-spacing: .01em;
  font-weight: 600;
  margin-top: 5px;
}

.pickPostStoreSelection .modifyPickPostSelection:hover {
  color: #be0f34;
}

.pickPostStoreSelection.show {
  display: block;
}

.pickPostStoreSelection.pickPostStoreSelection-mobile {
  margin: 5px 0;
}

.pdp-old .quick-shop-ui-dialog {
  position: fixed;
  background: 0 0;
  top: 50%;
  z-index: 9996;
}

.pdp-old .quickViewDialog {
  max-width: 1250px;
  background: 0 0;
  height: 100%!important;
  overflow-y: auto;
}

.pdp-old .quickViewDialog:after,
.pdp-old .quickViewDialog:before {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
  visibility: hidden;
}

.pdp-old .quickViewDialog .general-error-container,
.pdp-old .quickViewDialog .pdp-container {
  padding: 5px 0;
  background: #fff;
}

.stores-map .gm-style-iw,
.stores-map .gm-style-iw-child-child {
  overflow: hidden!important;
}

.promoBonusProduct.bonusPopupTablet {
  width: 699px!important;
}

.loyalty-input-code .sbOptions {
  width: 149.5%!important;
}

.redeemOverlayContainer.ui-dialog .ui-dialog-content {
  min-height: 200px!important;
}

.howToApply .howToApplyItem img.howToApplyImg {
  height: 500px!important;
}

.sbSelectorWrapperDisabled {
  background-color: #e5e5e5;
  border: 2px solid #e5e5e5;
}

.sbSelectorWrapperDisabled a {
  opacity: .3;
}

.cart-page .pdpSizeDropdownContainer .sbHolder .sbOptions,
.cart-page .pdpSkinTypeDropdownContainer .sbHolder .sbOptions,
.cart-page .quantity .sbHolder .sbOptions {
  position: absolute!important;
}

.stores-map .gm-overlay {
  width: 305px!important;
}

.stores-map .gm-overlay div:nth-child(3) {
  right: 8px!important;
}

.stores-map .gm-style-iw {
  left: 0!important;
  top: 0!important;
  border-radius: 0!important;
  width: 250px!important;
}

.stores-map .gm-style-iw-child {
  max-height: 400px!important;
  max-width: 400px!important;
}

.nine-swatch-grid-wrapper .nine-swatch-shades-container.jcarousel .nine-swatch-grid .swatchanchor img {
  height: 100%!important;
}

.form-row.select-city-ru .jspContainer,
.form-row.select-city-ru .sbOptions,
.form-row.select-province-ru .jspContainer,
.form-row.select-province-ru .sbOptions {
  height: auto!important;
}

.form-row.select-city-ru select+.error,
.form-row.select-province-ru select+.error {
  visibility: hidden;
}

.form-row.select-city-ru .sbHolder,
.form-row.select-province-ru .sbHolder {
  border: none!important;
}

.row-postal .ui-autocomplete {
  top: 50px!important;
  left: 0!important;
  width: 100%!important;
  overflow-y: scroll!important;
}

.checkout-redesign .redesign-autocomplete-dropdown .ui-autocomplete {
  top: 71px!important;
}

.main-content-holder .wishlist-header .wishlistShare .shareOption .st_sharethis span:last-child {
  width: auto!important;
}

.non-transactional .gs-product-wrapper {
  min-height: 40px;
  margin-top: 15px;
}

.non-transactional .gs-product-wrapper-link {
  min-width: 66%;
  padding: 10px 20px;
  border: 2px solid #d4d4d4;
}

.non-transactional .gs-product-wrapper-link:hover {
  border: 2px solid #767676;
  opacity: .7;
  color: #999;
}

body.pl_PL .UserRegistrationForm .required-label {
  width: 100%;
  display: inline-block;
  margin-top: 0;
}

body.pl_PL .UserRegistrationForm .password {
  margin-bottom: 20px;
}