@media screen and (max-width:761px) {
  .help-accordion .ui-accordion-header,
  .help-accordion h3 {
    position: relative;
    padding: 17px 30px 17px 0;
  }

  .help-accordion.numbered .ui-accordion-header,
  .help-accordion.numbered h3 {
    padding: 17px 30px;
  }

  .navigation {
    margin-bottom: 20px;
  }

  .navigation .mobile-navigation {
    padding: 15px 20px;
  }

  .navigation .links {
    padding: 0 20px;
  }

  .number {
    width: 20px;
  }

  .two-embedded-assets {
    width: 100%;
    padding: 0 10px;
  }

  .two-embedded-assets .content-asset {
    margin: 40px;
  }

  #customer-service h1,
  .customer-service-embedded-asset-wide .heading3 {
    text-align: center;
  }

  #customer-service .help-accordion div {
    padding: 13px 20px 30px;
  }
}

@media screen and (min-width:762px) and (max-width:1023px) {
  .help-accordion .ui-accordion-header,
  .help-accordion h3 {
    position: relative;
    padding: 17px 30px 17px 0;
  }

  .help-accordion.numbered .ui-accordion-header,
  .help-accordion.numbered h3 {
    padding: 17px 30px;
  }

  .navigation {
    margin-bottom: 30px;
  }

  .navigation .mobile-navigation {
    padding: 15px 30px;
  }

  .customer-service-embedded-asset-wide,
  .navigation .links {
    padding: 0 30px;
  }

  .number {
    width: 30px;
  }

  .help-accordion {
    margin: 0 30px;
  }

  .two-embedded-assets {
    padding: 30px 90px;
  }

  .two-embedded-assets .content-asset {
    margin: 0 15px;
  }

  #customer-service .help-accordion div {
    padding: 13px 60px 30px;
  }
}

@media screen and (max-width:1023px) {
  .links {
    border-bottom: 2px solid #e5e5e5;
    display: none;
  }

  .links.active {
    display: block;
  }
}

@media screen and (min-width:1024px) {
  .help-accordion .ui-accordion-header,
  .help-accordion h3 {
    position: relative;
    padding: 17px 40px 17px 0;
  }

  .help-accordion.numbered .ui-accordion-header,
  .help-accordion.numbered h3 {
    padding: 17px 40px;
  }

  .mobile-navigation {
    display: none;
  }

  .number {
    width: 40px;
  }

  .two-embedded-assets {
    padding: 40px;
  }

  .two-embedded-assets .content-asset {
    margin: 0 20px;
  }

  #customer-service .selected a {
    font-weight: 700;
    color: #be0f34;
  }
}

@media only screen and (min-width:1024px) {
  .contact-us {
    width: 83.3333333333%;
  }
}

@media only screen and (max-width:761px) {
  .contact-us {
    width: 100%;
    left: 0;
  }
}

@media only screen and (max-width:1023px) {
  .contact-us {
    width: 100%;
    left: 0;
  }

  .contact-us .form-row {
    width: 50%;
  }
}

@media only screen and (min-width:1024px) {
  .contact-us .form-row {
    width: 50%;
  }

  .contact-us .form-row.form-row-subject,
  .contact-us .form-row.form-row-textarea {
    width: 100%;
  }
}

@media only screen and (max-width:1023px) {
  .contact-us .form-row.form-row-subject,
  .contact-us .form-row.form-row-textarea {
    width: 100%;
  }

  .contact-us form {
    padding: 0 15px;
  }
}

@media only screen and (max-width:761px) {
  .contact-us .form-row,
  .contact-us .form-row.form-row-subject,
  .contact-us .form-row.form-row-textarea {
    width: 100%;
  }

  .contact-us form {
    padding: 0 10px;
  }
}

@media only screen and (max-width:761px) {
  .contact-us .contact-us-compact {
    padding: 40px 25px;
    border-top: 2px solid #e5e5e5;
  }

  .contact-us .contact-us-compact:first-of-type {
    border-top: 0;
    padding-top: 50px;
  }
}

@media only screen and (max-width:1023px) {
  .contact-us .contact-us-compact {
    position: static;
  }
}

@media only screen and (min-width:1024px) {
  .contact-us .alert-panel-wrapper {
    width: 50%;
  }
}

@media only screen and (max-width:1023px) {
  .contact-us .alert-panel-wrapper {
    width: 66.6666666667%;
  }
}

@media only screen and (max-width:761px) {
  .contact-us .alert-panel-wrapper {
    width: 100%;
    left: 0;
    padding: 0 20px;
  }
}

@media only screen and (max-width:1023px) {
  #email-capture-form {
    padding: 21px 15px 37px;
  }
}

@media only screen and (max-width:761px) {
  .contact-us .row-country.form-row {
    width: calc(100% - 30px);
  }

  #email-capture-form {
    padding: 20px 20px 37px;
  }
}

@media only screen and (max-width:1023px) {
  #email-capture-form .form-row.required {
    display: block;
  }

  #email-capture-form .form-row.required input {
    margin-right: 0;
    margin-bottom: 10px;
    width: 305px;
  }

  #email-capture-form .form-row.required span {
    left: 50%;
    margin-left: -154px;
  }
}

@media only screen and (max-width:761px) {
  #email-capture-form .form-row.required input {
    width: 100%;
  }

  #email-capture-form .form-row.required span {
    left: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width:350px) {
  #email-capture-form .form-row.required span {
    bottom: -35px;
    text-align: left;
  }
}

@media only screen and (max-width:1023px) {
  #email-capture-form .submit-btn {
    width: 305px;
  }

  #email-capture-form .mini-form {
    margin: 37px 0 41px;
  }

  #email-capture-form .mini-form.error {
    margin-bottom: 56px;
  }
}

@media only screen and (max-width:761px) {
  #email-capture-form .submit-btn {
    width: 100%;
  }

  #email-capture-form .mini-form {
    margin: 37px 0;
  }

  #email-capture-form .mini-form.error {
    margin-bottom: 56px;
  }
}

@media only screen and (max-width:761px) {
  #email-capture-form .form-row-checkbox {
    display: block;
    margin-top: 37px;
  }

  #email-capture-form .form-row-checkbox label,
  .email-capture-footer {
    text-align: left;
  }
}

@media only screen and (max-width:450px) {
  #email-capture-form .coupon-code {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width:1023px) {
  .general-error .error-page-title {
    margin: -10px 30px 40px;
  }
}

@media only screen and (max-width:761px) {
  .email-capture-steps li {
    display: block;
  }

  .email-capture-steps {
    text-align: left;
  }

  .general-error .error-page-title {
    margin: 0 20px 30px;
  }
}

@media only screen and (max-width:761px) {
  .general-error .error-page-heading {
    font-size: 35px;
  }
}

@media only screen and (max-width:1023px) {
  .general-error .error-page-content {
    margin: 0 30px 80px;
  }
}

@media only screen and (max-width:761px) {
  .general-error .error-page-subheading {
    font-size: 14px;
  }

  .general-error .error-page-content {
    margin: 0 20px 60px;
  }
}

@media only screen and (min-width:1024px) {
  .general-error {
    padding-top: 40px;
  }

  .general-error .error-page-main,
  .general-error .error-page-sidebar {
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .general-error .error-page-main {
    width: 66.6%;
  }

  .general-error .error-page-sidebar {
    width: 33.3%;
  }
}

@media only screen and (max-width:1023px) {
  .general-error .error-page-sidebar {
    margin-top: 30px;
  }
}

@media only screen and (max-width:761px) {
  .general-error .error-page-sidebar {
    margin-top: 40px;
  }
}

@media only screen and (max-width:761px) {
  .general-error .error-page-search:after {
    bottom: 65px;
  }

  .general-error .error-page-search-field {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width:761px) {
  .general-error .error-page-search-button {
    float: none;
    width: 100%;
  }

  .general-error .contentasset .content-hero {
    padding-bottom: 30px;
    background-position: 50% 10px;
  }

  .general-error .contentasset .error-callout {
    margin-top: 0;
    font-size: 35px;
  }
}

@media only screen and (min-width:1024px) {
  .general-error .contentasset .error-page-contacts {
    padding-bottom: 20px;
    min-height: 363px;
  }
}

@media only screen and (max-width:1023px) {
  .general-error .contentasset .detail {
    display: inline-block;
    margin-bottom: 10px;
  }

  .general-error .contentasset .detail:first-child:after {
    content: '|';
    margin: 0 5px;
  }
}

@media only screen and (max-width:761px) {
  .general-error .contentasset .detail {
    display: block;
    font-size: 12px;
    line-height: 1.5em;
  }

  .general-error .contentasset .detail:first-child:after {
    content: initial;
  }

  .general-error .contentasset .label {
    display: block;
  }
}

@media only screen and (max-width:1023px) {
  .general-error .contentasset .working-hours {
    margin-bottom: 20px;
  }

  .general-error .contentasset .working-hours .days,
  .general-error .contentasset .working-hours .header,
  .general-error .contentasset .working-hours .holidays,
  .general-error .contentasset .working-hours .time {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media only screen and (max-width:761px) {
  .general-error .contentasset .working-hours {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5em;
  }

  .general-error .contentasset .working-hours .header,
  .general-error .contentasset .working-hours .time {
    display: block;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width:762px) {
  .deliverEgiftOptionsTabs,
  .questionsAndAnswersTabs {
    margin-top: 0;
  }
}

@media only screen and (min-width:762px) {
  .deliverEgiftOptionsTabs .byEmailTab,
  .deliverEgiftOptionsTabs .printTab,
  .deliverEgiftOptionsTabs .questionsAnswersTab,
  .deliverEgiftOptionsTabs .reviewsTab,
  .questionsAndAnswersTabs .byEmailTab,
  .questionsAndAnswersTabs .printTab,
  .questionsAndAnswersTabs .questionsAnswersTab,
  .questionsAndAnswersTabs .reviewsTab {
    letter-spacing: .05em;
    font-size: 16px;
    padding: 22px 0;
  }
}

@media only screen and (min-width:762px) {
  .deliverEgiftOptionsTabs .byEmailTab .questionsAnswersTablet,
  .deliverEgiftOptionsTabs .questionsAnswersTab .questionsAnswersTablet,
  .questionsAndAnswersTabs .byEmailTab .questionsAnswersTablet,
  .questionsAndAnswersTabs .questionsAnswersTab .questionsAnswersTablet {
    display: inline;
  }

  .deliverEgiftOptionsTabs .byEmailTab .questionsAnswersMobile,
  .deliverEgiftOptionsTabs .questionsAnswersTab .questionsAnswersMobile,
  .questionsAndAnswersTabs .byEmailTab .questionsAnswersMobile,
  .questionsAndAnswersTabs .questionsAnswersTab .questionsAnswersMobile {
    display: none;
  }

  .deliverEgiftOptionsTabs .byEmailTab .questionAnswerLinkContainer,
  .deliverEgiftOptionsTabs .questionsAnswersTab .questionAnswerLinkContainer,
  .questionsAndAnswersTabs .byEmailTab .questionAnswerLinkContainer,
  .questionsAndAnswersTabs .questionsAnswersTab .questionAnswerLinkContainer {
    letter-spacing: .02em;
    font-size: 16px;
  }
}

@media only screen and (max-width:762px) {
  .deliverEgiftOptionsTabs {
    width: 94%;
    margin-right: 0;
  }
}

@media only screen and (max-width:1024px) {
  .deliverEgiftOptionsTabs {
    margin-right: 0;
  }
}

@media only screen and (min-width:762px) {
  .deliverEgiftOptionsMainContainer,
  .reviewsAndQAMainCointainer {
    margin-top: 38px;
  }

  .tab-parent {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }

  .tab-parent .selected-tab .tab-title {
    border-left: 2px solid #e4e4e4;
    border-right: 2px solid #e4e4e4;
    border-top: 4px solid #be0f34;
  }
}

@media only screen and (min-width:762px) {
  .tab-parent li,
  .tab-parent li:after,
  .tab-parent li:before {
    box-sizing: border-box;
  }

  .tab-parent li {
    display: block;
    height: 70px;
    float: none;
    border-top: none;
    border-bottom: 2px solid #e4e4e4;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width:762px) and (min-width:1024px) {
  .tab-parent li {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width:762px) and (max-width:1023px) {
  .tab-parent li {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width:762px) and (max-width:761px) {
  .tab-parent li {
    width: 0%;
  }
}

@media only screen and (max-width:761px) {
  .tab-parent li:last-child {
    border-bottom: 2px solid #e4e4e4;
  }
}

@media only screen and (min-width:762px) {
  .tab-parent li:first-child:nth-last-child(1),
  .tab-parent li:first-child:nth-last-child(1)~li {
    width: 100%;
  }

  .tab-parent li:first-child:nth-last-child(2),
  .tab-parent li:first-child:nth-last-child(2)~li {
    width: 50%;
  }

  .tab-parent li:first-child:nth-last-child(3),
  .tab-parent li:first-child:nth-last-child(3)~li {
    width: 33.3333333333%;
  }

  .tab-parent li:first-child:nth-last-child(4),
  .tab-parent li:first-child:nth-last-child(4)~li {
    width: 25%;
  }

  .tab-parent li:first-child:nth-last-child(5),
  .tab-parent li:first-child:nth-last-child(5)~li {
    width: 20%;
  }

  .tab-parent li .tab-title {
    margin-bottom: 40px;
    height: 68px;
  }
}

@media only screen and (min-width:762px) {
  .tab-parent li .plus-btn {
    display: none;
  }
}

@media only screen and (min-width:1024px) {
  .clarinsmag-wrap .clarins-mag-category-wrapper .article-info .number-holder {
    width: 8.3333333333%;
  }
}

@media only screen and (max-width:1023px) {
  .clarins-nav-wrapper,
  .mag-navigation-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .clarinsmag-wrap .clarins-mag-category-wrapper .article-info .number-holder {
    width: 8.3333333333%;
  }
}

@media only screen and (max-width:761px) {
  .clarins-nav-wrapper,
  .mag-navigation-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .clarins-nav-wrapper,
  .clarins-nav-wrapper .mag-logo-big {
    margin: 0;
  }

  .clarins-nav-wrapper .mag-logo-big-wrapper,
  .clarins-nav-wrapper .mag-navigation-wrapper {
    display: none;
  }

  .clarins-nav-wrapper .mag-logo-big.sticky-sticked {
    padding-top: 77px;
  }

  .clarinsmag-wrap .clarins-mag-category-wrapper {
    position: relative;
  }

  .clarinsmag-wrap .clarins-mag-category-wrapper .clarins-nav-wrapper {
    display: block;
  }

  .clarinsmag-wrap .clarins-mag-category-wrapper .search-result-content {
    position: static;
  }

  .clarinsmag-wrap .clarins-mag-category-wrapper .article-info {
    padding-top: 20px;
  }

  .clarinsmag-wrap .clarins-mag-category-wrapper .article-info .number-holder {
    width: 16.6666666667%;
  }
}

@media only screen and (min-width:1024px) {
  .clarinsmag-wrap .clarins-mag-category-wrapper .article-info .info-holder {
    width: 75%;
  }
}

@media only screen and (max-width:1023px) {
  .clarinsmag-wrap .clarins-mag-category-wrapper .article-info .info-holder {
    width: 75%;
  }
}

@media only screen and (max-width:761px) {
  .clarinsmag-wrap .clarins-mag-category-wrapper .article-info .info-holder {
    width: 100%;
  }

  .clarinsmag-wrap .clarins-mag-category-wrapper .mag-logo-big.category,
  .clarinsmag-wrap .clarins-mag-category-wrapper .mag-navigation-wrapper {
    display: none;
  }
}

@media only screen and (max-width:761px) {
  .megamenu-header~.clarinsmag-wrap .clarins-mag-category-wrapper .mag-navigation-sticky.stick {
    top: 50px;
  }
}

@media only screen and (min-width:762px) {
  .clarinsmag-wrap .clarins-mag-category-wrapper .article-info .category-number {
    position: relative;
  }

  .clarinsmag-wrap .clarins-mag-category-wrapper .article-info .article-text .heading2 .title {
    width: 100%;
  }

  .clarinsmag-wrap .clarins-mag-category-wrapper .article-info .info-holder {
    padding-left: 4.6%;
  }

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

  .megamenu-header~.clarinsmag-wrap .clarins-mag-category-wrapper .mag-navigation-sticky.stick {
    top: 40px;
  }
}

@media only screen and (min-width:1024px) {
  .megamenu-header~.clarinsmag-wrap .clarins-mag-category-wrapper .mag-navigation-sticky.stick {
    top: 63px;
  }
}

@media only screen and (max-width:1023px) {
  .mag-logo-big-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width:761px) {
  .clarins-mag-category-wrapper .search-result-content .grid-tile:last-of-type {
    margin-bottom: 0;
  }

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

@media only screen and (max-width:1023px) {
  .mag-logo-big {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width:761px) {
  .mag-logo-big {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .mag-navigation-sticky {
    height: 75px;
    display: block;
  }
}

@media only screen and (max-width:1023px) {
  .mag-navigation-sticky.stick {
    top: 40px;
  }

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

@media only screen and (max-width:761px) {
  .mag-navigation-sticky.stick {
    top: 50px;
  }

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

  .mag-sticky-container {
    text-align: center;
    padding-top: 10px;
  }
}

@media only screen and (max-width:761px) {
  .mag-logo-small {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .mag-logo-small img {
    width: 120px;
  }
}

@media only screen and (min-width:1024px) {
  .mag-sticky-menu {
    width: 12.5%;
  }
}

@media only screen and (max-width:1023px) {
  .mag-sticky-menu {
    width: 15%;
  }
}

@media only screen and (max-width:761px) {
  .mag-sticky-menu {
    width: 100%!important;
  }

  .mag-sticky-menu .sbHolder {
    width: 100%;
    height: 32px;
  }
}

@media only screen and (min-width:762px) {
  .mag-sticky-menu {
    float: right;
    margin-right: 4px;
  }
}

@media only screen and (max-width:761px) {
  .mag-sticky-menu .sbSelector {
    line-height: 35px;
    height: 32px;
  }

  .mag-sticky-menu .sbToggle {
    top: -12px;
  }

  .articles-list {
    padding-top: 23px;
  }

  .article-info-holder {
    width: 100%;
  }
}

@media only screen and (max-width:1023px) {
  .article-info-holder {
    width: 100%;
  }
}

@media only screen and (min-width:762px) {
  .article-info-wrapper {
    padding: 0 30px;
  }

  .article-info-holder {
    position: relative;
  }

  .clarinsmag-wrap .image-holder {
    margin: 0 auto;
  }
}

@media only screen and (min-width:1024px) {
  .article-info-wrapper {
    padding: 0 40px;
  }

  .article-info-holder {
    width: 100%;
    position: initial;
  }

  .clarinsmag-wrap .image-holder.video {
    width: 66.6666666667%;
  }
}

@media only screen and (max-width:1023px) {
  .clarinsmag-wrap .image-holder.video {
    width: 66.6666666667%;
    left: 16.6666666667%;
  }
}

@media only screen and (max-width:761px) {
  .clarinsmag-wrap .image-holder.video {
    width: 100%;
    left: 0;
  }

  .clarinsmag-wrap .image-holder .YTthumbnail {
    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;
  }

  .clarinsmag-wrap .image-holder.single {
    display: none;
  }
}

@media only screen and (min-width:762px) {
  .clarinsmag-wrap .image-holder img {
    width: auto;
  }
}

@media only screen and (max-width:762px) {
  .clarinsmag-wrap .mag-logo-big-description {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5%;
  }

  .clarinsmag-wrap .mag-logo-big-description h1 {
    margin: 0;
  }
}

@media only screen and (min-width:762px) {
  .clarins-mag-category-wrapper .article-item {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width:761px) {
  .article-item {
    margin-bottom: 17px;
  }
}

@media only screen and (max-width:761px) {
  .article-item .category-links .article-title {
    border: none;
  }

  .article-item .category-links .more-articles {
    float: right;
  }

  .article-item .articleImages-carousel .video-holder {
    left: 50%;
    width: 100%;
    position: relative;
    display: inline-block;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }

  .article-item .articleImages-carousel .video-holder.video>.YTplayer {
    margin-bottom: 0;
  }
}

@media only screen and (min-width:762px) {
  .article-item .articleImages-carousel li:not(:first-child) {
    display: none;
  }

  .article-item .articleImages-carousel {
    pointer-events: none;
    margin-bottom: 50px;
  }

  .article-item .articleImages-carousel.has-video li {
    left: 50%;
    width: 100%;
    position: relative;
    display: inline-block;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }

  .article-item .articleImages-carousel.has-video .video>.YTplayer {
    margin-bottom: 0;
  }
}

@media only screen and (min-width:762px) and (min-width:762px) {
  .article-item .articleImages-carousel.has-video li {
    width: 525px;
  }
}

@media only screen and (min-width:762px) and (min-width:1024px) {
  .article-item .articleImages-carousel.has-video li {
    width: 615px;
  }
}

@media only screen and (max-width:1023px) {
  .article-item .divider-grid-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width:761px) {
  .article-item .divider-grid-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .article-item .divider-wrapper {
    display: none;
  }
}

@media only screen and (min-width:762px) {
  .article-item.category-page-item .mag-item-sharp-sign {
    float: right;
  }
}

@media only screen and (max-width:761px) {
  .article-item.category-page-item .mag-item-sharp-sign {
    margin-right: 13px;
    font-size: 55px;
  }

  .article-text .heading2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width:1023px) {
  .article-text .heading2 .title {
    width: 74%;
    display: inline-block;
  }
}

@media only screen and (max-width:761px) {
  .article-text .heading2 .title {
    width: auto;
    display: inline;
  }

  .article-text p {
    margin-top: 15px;
  }

  .article-text .mag-item-number {
    font-size: 47px;
  }
}

@media only screen and (min-width:762px) {
  .article-text .mag-item-number,
  .article-text .mag-item-sharp-sign {
    display: none;
  }
}

@media only screen and (min-width:1024px) {
  .article-info .number-holder {
    width: 8.3333333333%;
  }
}

@media only screen and (max-width:1023px) {
  .article-info .number-holder {
    width: 16.6666666667%;
  }
}

@media only screen and (max-width:761px) {
  .article-info .number-holder {
    width: 16.6666666667%;
    display: none;
  }
}

@media only screen and (min-width:1024px) {
  .article-info .info-holder {
    width: 75%;
  }
}

@media only screen and (max-width:1023px) {
  .article-info .info-holder {
    width: 83.3333333333%;
  }
}

@media only screen and (max-width:761px) {
  .article-info .info-holder {
    width: 100%;
  }
}

@media only screen and (min-width:762px) {
  .article-info .info-holder {
    padding-left: .5%;
  }

  .article-info .category-info {
    margin: 0;
  }

  .article-info .category-number {
    line-height: .79;
  }
}

@media only screen and (min-width:1024px) {
  .article-info .info-holder {
    padding-left: 5.3%;
  }

  .article-info .category-number {
    float: right;
    right: -10px;
    line-height: .8;
    position: relative;
  }

  .article-info .share-holder {
    width: 16.6666666667%;
  }
}

@media only screen and (max-width:1023px) {
  .article-info .share-holder {
    width: 16.6666666667%;
    right: 0;
    position: absolute;
  }
}

@media only screen and (max-width:761px) {
  .article-info .share-holder {
    width: 100%;
    margin: 15px 0 0;
    position: initial;
  }
}

@media only screen and (min-width:762px) {
  .article-info .share-holder .social-share {
    background: #fff;
    width: 96%;
  }
}

@media only screen and (min-width:1024px) {
  .article-info .share-holder .social-share {
    width: 82%;
  }
}

@media only screen and (min-width:762px) {
  .article-info .share-holder .social-share {
    border: none;
  }

  .article-info .share-holder .social-share.hid {
    border-bottom: 0 none;
  }

  .article-info .share-holder .social-share.hid .icons {
    opacity: 0;
    height: 0;
    pointer-events: none;
  }

  .article-info .share-holder .social-share.hid .icons a {
    cursor: default;
  }

  .article-info .share-holder .sharethisButtonWrapper .st_sharethis .stButton {
    position: absolute;
  }
}

@media only screen and (max-width:761px) {
  .article-info .share-holder .social-share .label {
    display: none;
  }

  .article-info .share-holder .icons {
    border: none;
    padding-left: 15px;
  }

  .article-info .share-holder .icons a {
    margin-left: 10px;
  }
}

@media only screen and (max-width:761px) {
  .article-info .share-holder .icons {
    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-top: 5px;
  }
}

@media only screen and (max-width:761px) {
  .article-info .share-holder .sharethisButtonWrapper {
    margin: 5px 0 0 10px;
  }
}

@media only screen and (max-width:1023px) {
  .article-info .share-holder .sharethisButtonWrapper {
    margin: 5px 0 18px 20px;
    padding-right: 18px;
  }
}

@media only screen and (min-width:1024px) {
  .article-info .share-holder .sharethisButtonWrapper .st_sharethis .stButton {
    position: relative;
  }
}

@media only screen and (max-width:1023px) {
  .clarinsmag-wrap .discover-item,
  .clarinsmag-wrap .discover-module-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width:761px) {
  .clarinsmag-wrap .discover-item,
  .clarinsmag-wrap .discover-module-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .clarinsmag-wrap .discover-module {
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
  }
}

@media only screen and (min-width:762px) {
  .clarinsmag-wrap .discover-module ul {
    width: auto;
    position: static;
  }
}

@media only screen and (max-width:761px) {
  .clarinsmag-wrap .discover-module li {
    width: 100%;
  }
}

@media only screen and (max-width:761px) {
  .clarinsmag-wrap .discover-module .category-title {
    margin-top: 45px;
  }
}

@media only screen and (min-width:762px) {
  .clarinsmag-wrap .discover-module li {
    width: 33.3333333333%!important;
  }

  .clarinsmag-wrap .discover-module .jcarousel-pagination {
    display: none;
  }
}

@media only screen and (max-width:1023px) {
  .clarinsmag-wrap .discover-module .divider-grid-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width:761px) {
  .clarinsmag-wrap .discover-module .divider-grid-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    display: none;
  }
}

@media only screen and (max-width:1023px) {
  .clarinsmag-wrap .discover-module .main-title-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width:761px) {
  .clarinsmag-wrap .discover-module .main-title-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .clarinsmag-wrap .discover-module .heading3 {
    position: relative;
    z-index: 1;
  }
}

@media only screen and (max-width:1023px) {
  .clarinsmag-wrap .category-loaded-title {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width:761px) {
  .clarinsmag-wrap .category-loaded-title {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 3px;
  }

  .clarinsmag-wrap .category-loaded-title.sticky-sticked {
    padding-top: 81px;
  }
}

@media only screen and (max-width:761px) {
  .clarinsmag-wrap .search-result-content {
    margin-top: 20px;
  }

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

@media only screen and (min-width:762px) {
  .clarinsmag-wrap .search-result-content .grid-tile.before-discover {
    margin: 0;
  }

  .clarinsmag-wrap .more-articles-container {
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .clarinsmag-wrap .more-articles-container.push-down {
    bottom: 5px;
  }
}

@media only screen and (max-width:1023px) {
  .clarinsmag-wrap .more-articles-holder {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width:761px) {
  .clarinsmag-wrap .more-articles-container {
    margin-bottom: 30px;
  }

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

@media only screen and (min-width:762px) {
  .clarinsmag-wrap .more-articles-holder {
    margin: 0;
  }
}

@media only screen and (max-width:1023px) {
  .clarinsmag-wrap .more-articles-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .mag-instagram-wrapper .follow-us-wrapper {
    width: 25%;
  }
}

@media only screen and (max-width:761px) {
  .clarinsmag-wrap .more-articles-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (min-width:762px) {
  .clarinsmag-wrap .more-articles-wrapper {
    margin: 0;
  }
}

@media only screen and (max-width:761px) {
  .mag-instagram-wrapper {
    display: table;
  }

  .mag-instagram-wrapper .follow-us-wrapper,
  .mag-instagram-wrapper .instagram-block,
  .mag-instagram-wrapper .mag-instagram-header {
    float: none;
  }
}

@media only screen and (min-width:1024px) {
  .mag-instagram-wrapper .follow-us-wrapper {
    width: 25%;
  }
}

@media only screen and (max-width:761px) {
  .mag-instagram-wrapper .follow-us-wrapper {
    width: 100%;
    float: none;
  }
}

@media only screen and (min-width:762px) {
  .mag-instagram-wrapper {
    margin-top: 62px;
    position: relative;
  }

  .mag-instagram-wrapper .follow-us-wrapper {
    display: block;
    padding: 0 15px;
    width: 100%;
    position: absolute;
    top: 0;
  }
}

@media only screen and (min-width:1024px) {
  .mag-instagram-wrapper .follow-us-wrapper {
    padding: 0 20px;
  }
}

@media only screen and (min-width:762px) {
  .mag-instagram-wrapper .follow-us-wrapper .follow-us {
    margin-top: -2px;
    padding: 0 15px;
    text-align: right;
  }
}

@media only screen and (min-width:1024px) {
  .mag-instagram-wrapper .follow-us-wrapper .follow-us {
    padding: 0 20px;
  }
}

@media only screen and (min-width:762px) {
  .mag-instagram-wrapper .follow-us-wrapper .follow-us span {
    width: 145px;
    display: inline-block;
    min-width: auto;
  }

  .mag-instagram-wrapper .mag-instagram-header {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width:1024px) {
  .mag-instagram-wrapper .follow-us-wrapper .follow-us span {
    width: 150px;
    min-width: auto;
  }

  .mag-instagram-wrapper .mag-instagram-header .instagram-header-contents {
    width: 66.6666666667%;
  }
}

@media only screen and (max-width:1023px) {
  .mag-instagram-wrapper .mag-instagram-header .instagram-header-contents {
    width: 66.6666666667%;
    left: 8.3333333333%;
  }

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

@media only screen and (max-width:761px) {
  .mag-instagram-wrapper .mag-instagram-header .instagram-header-contents {
    width: 100%;
    left: 0;
  }

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

@media only screen and (max-width:1023px) {
  .mag-instagram-wrapper .instagram-image {
    width: 16.66%;
  }
}

@media only screen and (max-width:761px) {
  .mag-instagram-wrapper .instagram-image {
    width: 50%;
  }
}

@media only screen and (min-width:762px) {
  .mag-instagram-wrapper .category-number {
    text-align: left;
  }

  .mag-instagram-wrapper .instagram-image {
    width: 16.66%;
  }

  .mag-instagram-wrapper #instagram-block {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 48px;
  }
}

@media only screen and (min-width:762px) {
  .mag-instagram-wrapper #instagram-block ul {
    padding: 0 15px;
  }
}

@media only screen and (min-width:1024px) {
  .mag-instagram-wrapper #instagram-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .mag-instagram-wrapper #instagram-block ul {
    padding: 0 20px;
  }
}

@media only screen and (min-width:762px) {
  .mag-instagram-wrapper #instagram-block ul li:nth-of-type(1n+2) {
    display: block;
  }

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

  .clarinsmag-wrap .product-rollover-title {
    margin: 62px 0 15px;
  }
}

@media only screen and (max-width:761px) {
  .mag-product-rollover-carousel ul.center.single-product li {
    float: none;
  }

  .mag-product-rollover-carousel .pagination-wrapper a:last-child {
    display: none;
  }
}

@media only screen and (min-width:762px) {
  .mag-product-rollover-carousel ul.center li {
    float: none;
  }

  .mag-product-rollover-carousel .pagination-wrapper {
    display: none;
  }

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

@media only screen and (min-width:1024px) {
  .mag-product-rollover-carousel .product-tile .product-tile-block {
    height: 75px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width:762px) {
  .mag-product-rollover-carousel .product-tile .product-tile-block .product-name {
    max-height: 53px;
    min-height: 53px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:1024px) {
  .mag-product-rollover-carousel .product-tile .product-tile-block .product-name {
    max-height: 34px;
    min-height: 34px;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width:762px) {
  .mag-product-rollover-carousel .product-tile .product-pricing {
    margin-bottom: 8px;
  }

  .mag-product-rollover-carousel .mag-rollover-section {
    -webkit-transition: max-height .9s ease-in;
    transition: max-height .9s ease-in;
  }
}

@media only screen and (min-width:1024px) {
  .choose-from-wrapper {
    margin-top: 65px;
  }
}

@media screen and (min-width:762px) and (max-width:1023px) {
  .choose-from-wrapper {
    margin-top: 25px;
  }
}

@media only screen and (max-width:1023px) {
  .choose-from-wrapper .choose-form-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width:761px) {
  .choose-from-wrapper .choose-form-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

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

@media only screen and (max-width:761px) {
  .choose-from-wrapper .choosefromform .bonus-product-holder:nth-child(n+3):last-child {
    margin-right: 2px;
  }
}

@media only screen and (min-width:762px) {
  .choose-from-wrapper .choosefromform .bonus-product-holder .bonus-product-wrapper {
    padding: 23px 3px;
    max-width: 186px;
  }

  .choose-from-wrapper .choosefromform .bonus-product-holder.selected .bonus-product-wrapper {
    border: 3px solid #b70037;
    padding: 20px 0;
  }
}

@media only screen and (min-width:1024px) {
  .choose-from-wrapper .choosefromform .bonus-product-holder .bonus-product-wrapper {
    max-width: 180px;
  }

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

@media only screen and (min-width:762px) {
  .choose-from-wrapper .choosefromform .jcarousel {
    width: 100%;
  }

  .choose-from-wrapper .choosefromform .jcarousel-pagination {
    display: none;
  }
}

@media only screen and (max-width:761px) {
  .choose-from-wrapper .choosefromform .hasNotMobileCarousel+.jcarousel-pagination {
    display: none;
  }

  .choose-from-wrapper .choosefromform .choose-message {
    margin: 0 auto 55px;
    width: 85%;
    font-size: 18px;
  }
}

@media only screen and (max-width:761px) {
  .choose-from-wrapper .choosefromform .add-bonus-products {
    width: 210px;
    height: 62px;
  }

  .cart.choice-of-bonus-holder .bonus-section-head .title,
  .cart.choose-from-holder .bonus-section-head .title {
    font-size: 11px;
  }
}

@media screen and (min-width:762px) and (max-width:1023px) {
  .cart.choice-of-bonus-holder .bonus-product-wrapper,
  .cart.choose-from-holder .bonus-product-wrapper {
    width: 25%;
  }
}

@media only screen and (max-width:761px) {
  .cart.choice-of-bonus-holder .bonus-section-head .change-selection,
  .cart.choose-from-holder .bonus-section-head .change-selection {
    font-size: 11px;
  }

  .cart.choice-of-bonus-holder .bonus-product-wrapper,
  .cart.choose-from-holder .bonus-product-wrapper {
    width: 33%;
  }
}

@media screen and (min-width:1024px) {
  .stripItem.doubleOptin .doubleOptinSelector {
    margin-left: 20%;
  }
}

@media only screen and (min-width:375px) and (max-width:761px) {
  .stripItem.doubleOptin .doubleOptinSelector {
    margin-left: 30%;
  }
}

@media only screen and (min-width:762px) and (max-width:1023px) {
  .stripItem.doubleOptin .dblOptinHint {
    margin-left: -50%;
  }
}

@media screen and (min-width:320px) and (max-width:375px) {
  .stripItem.doubleOptin .dblOptinHint {
    max-width: 295px;
  }
}

@media screen and (min-width:320px) and (max-width:761px) {
  .stripItem.doubleOptin .dblOptinHint {
    margin-left: -90%;
  }

  .stripItem.doubleOptin .leftPositionMargin {
    margin-left: 5%;
  }
}

@media only screen and (min-width:320px) and (max-width:1023px) {
  .stripItem.doubleOptin .deactivateButton a {
    width: 130px;
  }
}

@media screen and (max-width:1025px) {
  .shareOption.shareWishlistInMedia.doubleOptin .socialsOverlay {
    top: 5px;
  }
}

@media screen and (min-width:1025px) {
  .shareOption.shareWishlistInMedia.doubleOptin .dblOptinHint {
    margin-left: -50%;
  }
}

@media screen and (max-width:1024px) {
  .shareOption.shareWishlistInMedia.doubleOptin .dblOptinHint {
    max-width: 300px;
  }
}

@media screen and (min-width:320px) and (max-width:761px) {
  .shareOption.shareWishlistInMedia.doubleOptin .dblOptinHint {
    max-width: 285px;
    margin-left: -30%;
  }

  .shareOption.shareWishlistInMedia.doubleOptin .dblOptinHint .socialOptinFooter .activateButton {
    padding: 10px 20px;
  }

  .shareOption.shareWishlistInMedia.doubleOptin .deactivateButton a {
    width: 70%;
  }

  .article-info-holder .doubleOptin.activated,
  .dynamic-women .social-share.doubleOptin.activated {
    height: 100px;
  }
}

@media screen and (min-width:1024px) {
  .dynamic-women .social-share.doubleOptin .doubleOptinSelector {
    margin-bottom: -55px;
    margin-left: 55%;
  }

  .dynamic-women .social-share.doubleOptin .dblOptinHint {
    margin-top: 55px;
  }
}

@media only screen and (min-width:762px) and (max-width:1023px) {
  .dynamic-women .social-share.doubleOptin .doubleOptinSelector {
    margin-bottom: -5px;
    margin-left: 53%;
  }
}

@media screen and (min-width:376px) and (max-width:761px) {
  .dynamic-women .social-share.doubleOptin .doubleOptinSelector {
    margin-bottom: -5px;
  }
}

@media screen and (min-width:320px) and (max-width:1023px) {
  .dynamic-women .social-share.doubleOptin .dblOptinHint {
    margin-top: 5px;
    padding: 10px 0 15px 20px;
  }

  .dynamic-women .social-share.doubleOptin .dblOptinHint .socialsActivateInfo .enableTitle {
    padding: 0;
    margin: 15px 0;
  }

  .dynamic-women .social-share.doubleOptin .dblOptinHint .socialsActivateInfo .enableInfo {
    padding: 0;
    margin: 20px 0;
  }
}

@media screen and (min-width:320px) and (max-width:375px) {
  .dynamic-women .social-share.doubleOptin .dblOptinHint {
    margin-top: 0;
  }
}

@media screen and (min-width:1024px) {
  .dynamic-women .social-share.doubleOptin .deactivateButton {
    margin-top: 60px;
    margin-left: 50px;
  }
}

@media only screen and (min-width:762px) and (max-width:1023px) {
  .dynamic-women .social-share.doubleOptin .deactivateButton {
    margin-top: 10px;
    margin-left: 38%;
  }
}

@media screen and (min-width:376px) and (max-width:761px) {
  .dynamic-women .social-share.doubleOptin .deactivateButton {
    margin-top: -3px;
    margin-left: 28%;
  }
}

@media screen and (min-width:320px) and (max-width:375px) {
  .dynamic-women .social-share.doubleOptin .deactivateButton {
    margin-left: 25%;
  }
}

@media screen and (min-width:1025px) {
  .article-info-holder .doubleOptin .hintSpace .dblOptinHint {
    margin-left: -100%;
  }
}

@media screen and (min-width:762px) and (max-width:1023px) {
  .article-info-holder .doubleOptin .hintSpace .dblOptinHint {
    max-width: 300px;
  }
}

@media screen and (min-width:320px) and (max-width:761px) {
  .article-info-holder .doubleOptin .hintSpace .doubleOptinSelector {
    margin-bottom: 0;
  }

  .article-info-holder .doubleOptin .hintSpace .dblOptinHint {
    margin-top: 0;
    margin-right: auto;
  }
}

@media screen and (min-width:320px) and (max-width:374px) {
  .article-info-holder .doubleOptin .hintSpace .dblOptinHint {
    margin-left: -2%;
  }
}

@media screen and (min-width:762px) {
  .article-info-holder .doubleOptin .deactivateButton {
    padding: 10px 10px 10px 0;
  }
}

@media only screen and (min-width:762px) and (max-width:1024px) {
  .article-info-holder .doubleOptin .deactivateButton a.disableMedia {
    max-width: 55%;
    white-space: normal;
  }
}

@media screen and (min-width:376px) and (max-width:761px) {
  .article-info-holder .doubleOptin .deactivateButton {
    margin-left: 25%;
  }
}

@media screen and (min-width:320px) and (max-width:375px) {
  .article-info-holder .doubleOptin .deactivateButton {
    margin-left: 22%;
  }
}

@media only screen and (max-width:1023px) {
  .newsletter-landing-page .newsletter-landing-title .newsletter-landing-header {
    font-size: 50px;
  }
}

@media only screen and (max-width:761px) {
  .newsletter-landing-page .newsletter-landing-title .newsletter-landing-header {
    font-size: 40px;
  }
}

@media only screen and (max-width:1023px) {
  .newsletter-landing-page .newsletter-landing-title .newsletter-landing-subheader {
    font-size: 30px;
  }

  .newsletter-landing-page .left-section {
    margin-left: 2%;
  }
}

@media only screen and (max-width:761px) {
  .newsletter-landing-page .newsletter-landing-title .newsletter-landing-subheader {
    font-size: 25px;
    padding: 0 20%;
  }

  .newsletter-landing-page .left-section {
    margin-left: 3%;
    width: 100%;
    font-size: 15px;
  }
}

@media only screen and (max-width:1023px) {
  .newsletter-landing-page .left-section .advantages-section .advantages-title .mail-icon {
    left: 4px;
  }
}

@media only screen and (max-width:761px) {
  .newsletter-landing-page .left-section .advantages-section .advantages-title .mail-icon {
    left: 1px;
    margin-top: 2px;
  }
}

@media only screen and (min-width:1024px) {
  .newsletter-landing-page .left-section .newsletter-form-2-container .topicsOptions .topics-of-interest-items .form-row label {
    height: 20px;
  }
}

@media only screen and (max-width:1023px) {
  .newsletter-landing-page .left-section .newsletter-form-2-container .topicsOptions .topics-of-interest-items .form-row label {
    width: 50%;
  }
}

@media only screen and (max-width:1023px) {
  .newsletter-landing-page .left-section .newsletter-form-2-container .data-usage-fields label {
    width: 93%;
  }
}

@media only screen and (max-width:1023px) {
  .newsletter-landing-page .left-section .newsletter-form-2-container .data-usage-fields label .label-text {
    width: 94%;
  }
}

@media only screen and (max-width:761px) {
  .newsletter-landing-page .left-section .newsletter-form-2-container .data-usage-fields label .label-text {
    width: 93%;
  }
}

@media only screen and (max-width:1023px) {
  .newsletter-landing-page .right-section {
    width: 48%;
  }
}

@media only screen and (max-width:761px) {
  .newsletter-landing-page .right-section {
    width: 100%;
  }
}

@media only screen and (min-width:762px) {
  .newsletter-form-2-container .privacy-policy,
  .newsletter-form-2-container .termsnconditions {
    letter-spacing: .1em;
  }

  .UserRegistrationForm .phone-area-country-code {
    width: 49%;
  }

  .UserRegistrationForm .phone-area-code-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width:762px) {
  .UserRegistrationForm .phone-area-code,
  .UserRegistrationForm .phone-area-code.row-phoneAreaCode {
    width: 49%;
  }
}

@media only screen and (min-width:1024px) {
  .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.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 {
    width: 58.3333333333%;
  }
}

@media only screen and (max-width:1023px) {
  .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.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 {
    width: 58.3333333333%;
  }
}

@media only screen and (max-width:761px) {
  .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.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 {
    width: 100%;
  }
}

@media only screen and (min-width:762px) {
  .form-builder.asia-miles-form .half-width,
  .form-builder.billingAddressForm .half-width,
  .form-builder.checkout-email-form .half-width,
  .form-builder.contactUsForm .half-width,
  .form-builder.edit-address-form .half-width,
  .form-builder.popstation-search-form .half-width,
  .form-builder.profileForm .half-width,
  .form-builder.shippingAddressForm .half-width,
  .form-builder.summary-form .half-width {
    width: 49%;
    float: left;
    margin-left: 0;
    margin-bottom: 0;
  }

  .form-builder.asia-miles-form .half-width.right,
  .form-builder.billingAddressForm .half-width.right,
  .form-builder.checkout-email-form .half-width.right,
  .form-builder.contactUsForm .half-width.right,
  .form-builder.edit-address-form .half-width.right,
  .form-builder.popstation-search-form .half-width.right,
  .form-builder.profileForm .half-width.right,
  .form-builder.shippingAddressForm .half-width.right,
  .form-builder.summary-form .half-width.right {
    clear: none;
  }

  .form-builder.asia-miles-form .half-width.left,
  .form-builder.billingAddressForm .half-width.left,
  .form-builder.checkout-email-form .half-width.left,
  .form-builder.contactUsForm .half-width.left,
  .form-builder.edit-address-form .half-width.left,
  .form-builder.popstation-search-form .half-width.left,
  .form-builder.profileForm .half-width.left,
  .form-builder.shippingAddressForm .half-width.left,
  .form-builder.summary-form .half-width.left {
    clear: both;
    margin-right: 2%;
  }

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

  .form-builder.asia-miles-form .quater,
  .form-builder.billingAddressForm .quater,
  .form-builder.checkout-email-form .quater,
  .form-builder.contactUsForm .quater,
  .form-builder.edit-address-form .quater,
  .form-builder.popstation-search-form .quater,
  .form-builder.profileForm .quater,
  .form-builder.shippingAddressForm .quater,
  .form-builder.summary-form .quater {
    width: 23.5%;
  }

  .form-builder.asia-miles-form .quater+.quater,
  .form-builder.billingAddressForm .quater+.quater,
  .form-builder.checkout-email-form .quater+.quater,
  .form-builder.contactUsForm .quater+.quater,
  .form-builder.edit-address-form .quater+.quater,
  .form-builder.popstation-search-form .quater+.quater,
  .form-builder.profileForm .quater+.quater,
  .form-builder.shippingAddressForm .quater+.quater,
  .form-builder.summary-form .quater+.quater {
    margin-left: 2%;
  }

  .form-builder.asia-miles-form .birthday,
  .form-builder.billingAddressForm .birthday,
  .form-builder.checkout-email-form .birthday,
  .form-builder.contactUsForm .birthday,
  .form-builder.edit-address-form .birthday,
  .form-builder.popstation-search-form .birthday,
  .form-builder.profileForm .birthday,
  .form-builder.shippingAddressForm .birthday,
  .form-builder.summary-form .birthday {
    width: 13.5%;
    margin-right: 2%;
  }

  .form-builder.asia-miles-form .birthday.month,
  .form-builder.billingAddressForm .birthday.month,
  .form-builder.checkout-email-form .birthday.month,
  .form-builder.contactUsForm .birthday.month,
  .form-builder.edit-address-form .birthday.month,
  .form-builder.popstation-search-form .birthday.month,
  .form-builder.profileForm .birthday.month,
  .form-builder.shippingAddressForm .birthday.month,
  .form-builder.summary-form .birthday.month {
    width: 18%;
  }
}

@media only screen and (max-width:761px) {
  .form-builder.billingAddressForm .form-row.searchable.row-cityautosuggestion,
  .form-builder.edit-address-form .form-row.searchable.row-cityautosuggestion,
  .form-builder.profileForm .form-row.searchable.row-cityautosuggestion,
  .form-builder.shippingAddressForm .form-row.searchable.row-cityautosuggestion {
    margin-top: 0;
  }

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

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

@media only screen and (max-width:761px) {
  .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: -140px;
  }

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

  .main-content-holder .form-builder.profileForm .pd-birthday .pd-gender {
    top: -90px;
  }

  .main-content-holder .form-builder.profileForm .pd-birthday .pd-date {
    margin: 84px 0 20px;
  }

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

  .main-content-holder .form-builder.profileForm .pd-birthday .birthdayday,
  .main-content-holder .form-builder.profileForm .pd-birthday .birthdaymonth,
  .main-content-holder .form-builder.profileForm .pd-birthday .birthdayyear {
    display: inline-block;
  }

  .main-content-holder .form-builder.profileForm .pd-birthday .birthdayday {
    width: 26%;
    margin-right: -4px;
  }

  .main-content-holder .form-builder.profileForm .pd-birthday .birthdayday .sbHolder {
    width: 88%;
  }

  .main-content-holder .form-builder.profileForm .pd-birthday .birthdaymonth {
    width: 44%;
    margin-right: -4px;
  }

  .main-content-holder .form-builder.profileForm .pd-birthday .birthdaymonth .sbHolder {
    width: 93%;
  }

  .main-content-holder .form-builder.profileForm .pd-birthday .birthdayyear {
    width: 30%;
  }

  .main-content-holder .form-builder.profileForm .pd-birthday .birthdayyear .sbHolder {
    width: 100%;
  }

  .gs-product-carousel .gs-product-add-to-bag {
    font-size: 9px;
  }

  .recommendations-buttons li:last-child {
    border-bottom: 2px solid #e4e4e4;
  }
}

@media only screen and (min-width:762px) {
  .form-builder .form-row.searchable.row-cityautosuggestion,
  .form-builder.billingAddressForm .form-row.searchable.row-cityautosuggestion,
  .form-builder.edit-address-form .form-row.searchable.row-cityautosuggestion,
  .form-builder.profileForm .form-row.searchable.row-cityautosuggestion,
  .form-builder.shippingAddressForm .form-row.searchable.row-cityautosuggestion {
    float: right;
  }

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

@media screen and (min-width:762px) and (max-width:1023px) {
  .refinement-header {
    width: 100%;
  }
}

@media only screen and (min-width:762px) {
  .recommendations-buttons {
    padding: 0;
    width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width:762px) and (min-width:1024px) {
  .recommendations-buttons li {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width:762px) and (max-width:1023px) {
  .recommendations-buttons li {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width:762px) and (max-width:761px) {
  .recommendations-buttons li {
    width: 0%;
  }
}

@media only screen and (min-width:762px) {
  .recommendations-buttons li {
    box-sizing: border-box;
    float: left;
    float: none;
    display: block;
    border-top: none;
    margin-bottom: 40px;
    height: 70px;
  }

  .recommendations-buttons li:after,
  .recommendations-buttons li:before {
    box-sizing: border-box;
  }
}

@media only screen and (min-width:1024px) {
  .refer-a-friend-summary {
    width: 33.3333333333%;
  }
}

@media only screen and (max-width:1023px) {
  .refer-a-friend-summary {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width:762px) {
  .recommendations-buttons li .jcarousel-pagination {
    display: none;
  }

  .refer-a-friend-summary {
    display: block;
  }
}

@media only screen and (max-width:761px) {
  .recommendations-buttons.recommendations-buttons li {
    padding: 15px 0;
    border-top: none;
    margin-top: 2px;
  }

  .recommendations-buttons.recommendations-buttons li.active {
    margin-top: 4px;
  }

  .my-coupons-details .refer-a-friend-coupon-section,
  .refer-a-friend-summary {
    width: 100%;
  }
}

@media only screen and (min-width:762px) {
  .my-coupons-wrapper {
    display: none;
  }

  .my-coupons-details .refer-a-friend-coupon-section .title {
    color: #000;
    font-size: 22px;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width:1024px) {
  .refer-a-friend-referred-by-holder {
    text-align: left;
  }
}

@media only screen and (max-width:1023px) {
  .lip-salesforce .main-content-holder.hasNavigation .navigation-wrapper h2.selected {
    text-align: center;
  }

  .lip-salesforce .main-content-holder.hasNavigation .lip-navigation-wrapper .login-oauth.loggedin {
    text-align: left;
  }

  .lip-salesforce .main-content-holder.hasNavigation .lip-navigation-wrapper .login-oauth.loggedin .edit-socials {
    display: none;
  }
}

@media only screen and (max-width:761px) {
  .lip-salesforce .main-content-holder.hasNavigation .lip-navigation-wrapper .profile-info {
    margin-bottom: 27px;
  }

  .lip-salesforce .main-content-holder.hasNavigation .lip-navigation-wrapper .login-oauth.loggedin {
    display: none;
  }
}

@media only screen and (min-width:762px) {
  .lip-salesforce .main-content-holder.hasNavigation .lip-navigation-wrapper .refer-a-friend-referred-by-holder {
    text-align: left;
  }
}

@media only screen and (min-width:1024px) {
  .lip-salesforce .main-content-holder.hasNavigation .lip-navigation-wrapper .customer-names {
    float: none;
    margin-top: 0;
  }

  .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: block;
  }
}

@media only screen and (max-width:1024px) and (orientation:landscape) {
  .lip-content-wrapper {
    margin-top: 40px;
  }
}

@media only screen and (max-width:762px) {
  .lip-content-wrapper {
    width: auto;
    display: inline-block;
  }
}

@media only screen and (max-width:762px) and (orientation:landscape) {
  .lip-content-wrapper {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width:1024px) {
  .lip-content-wrapper .lip-main-image-wrapper {
    width: 45.5%;
    padding-left: 15px;
    margin-left: 0;
  }
}

@media only screen and (max-width:1024px) and (orientation:landscape) {
  .lip-content-wrapper .lip-main-image-wrapper {
    width: 45.5%;
  }
}

@media only screen and (max-width:761px) {
  .lip-content-wrapper .lip-main-image-wrapper {
    padding-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width:761px) and (orientation:landscape) {
  .lip-content-wrapper .lip-main-image-wrapper {
    width: 45%;
  }
}

@media only screen and (max-width:762px) {
  .lip-content-wrapper .lip-main-image-wrapper img {
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width:762px) and (orientation:landscape) {
  .lip-content-wrapper .lip-main-image-wrapper img {
    margin: 0;
    display: inline;
    width: 100%;
  }
}

@media only screen and (max-width:1024px) {
  .lip-content-wrapper .lip-main-text-wrapper {
    width: 45%;
    padding-right: 15px;
  }
}

@media only screen and (max-width:762px) {
  .lip-content-wrapper .lip-main-text-wrapper {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width:762px) and (orientation:landscape) {
  .lip-content-wrapper .lip-main-text-wrapper {
    width: 45%;
    text-align: left;
    margin-top: 0;
  }
}

@media only screen and (max-width:1023px) {
  .lip-content-wrapper .lip-main-text-wrapper .lip-inner-text-wrapper {
    margin-top: 30px;
  }
}

@media only screen and (max-width:1023px) and (orientation:landscape) {
  .lip-content-wrapper .lip-main-text-wrapper .lip-inner-text-wrapper {
    margin-top: 60px;
  }
}

@media only screen and (max-width:762px) {
  .lip-content-wrapper .lip-main-text-wrapper .lip-inner-text-wrapper {
    margin-top: 30px;
  }

  .lip-content-wrapper .lip-main-text-wrapper .lip-inner-text-wrapper p {
    padding-right: 0;
  }
}

@media only screen and (max-width:762px) {
  .lip-content-wrapper .lip-main-text-wrapper .lip-inner-text-wrapper p.lip-text-header {
    font-size: 35px;
    line-height: 35px;
  }
}

@media only screen and (max-width:762px) and (orientation:portrait) {
  .lip-content-wrapper .lip-main-text-wrapper .lip-inner-text-wrapper p.lip-text {
    padding: 0 22px;
  }
}

@media only screen and (max-width:1024px) {
  .lip-contact-us-content-wrapper,
  .lip-questions-content-wrapper {
    height: 650px;
  }
}

@media only screen and (max-width:762px) {
  .lip-contact-us-content-wrapper,
  .lip-questions-content-wrapper {
    height: 1250px;
  }
}

@media only screen and (max-width:762px) and (orientation:landscape) {
  .lip-content-wrapper .lip-main-text-wrapper .lip-inner-text-wrapper .find-store-button {
    padding: 5% 10%;
  }

  .lip-contact-us-content-wrapper,
  .lip-questions-content-wrapper {
    height: 1150px;
    margin-top: 10px;
  }
}

@media only screen and (max-width:1024px) {
  .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 {
    margin: 20px 17px;
  }
}

@media only screen and (max-width:762px) {
  .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 {
    margin: 20px 12px;
  }
}

@media only screen and (max-width:1024px) {
  .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: 0;
  }

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

  .lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .block:nth-child(2n+2) .lip-contact-us-block,
  .lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .block:nth-child(2n+2) .lip-questions-block,
  .lip-contact-us-content-wrapper .lip-questions-block-wrapper .block:nth-child(2n+2) .lip-contact-us-block,
  .lip-contact-us-content-wrapper .lip-questions-block-wrapper .block:nth-child(2n+2) .lip-questions-block,
  .lip-questions-content-wrapper .lip-constact-us-block-wrapper .block:nth-child(2n+2) .lip-contact-us-block,
  .lip-questions-content-wrapper .lip-constact-us-block-wrapper .block:nth-child(2n+2) .lip-questions-block,
  .lip-questions-content-wrapper .lip-questions-block-wrapper .block:nth-child(2n+2) .lip-contact-us-block,
  .lip-questions-content-wrapper .lip-questions-block-wrapper .block:nth-child(2n+2) .lip-questions-block {
    margin-left: 5%;
  }
}

@media only screen and (max-width:1024px) {
  .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: 47.5%;
  }
}

@media only screen and (max-width:762px) {
  .lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .block:nth-child(n+2) .lip-contact-us-block,
  .lip-contact-us-content-wrapper .lip-constact-us-block-wrapper .block:nth-child(n+2) .lip-questions-block,
  .lip-contact-us-content-wrapper .lip-questions-block-wrapper .block:nth-child(n+2) .lip-contact-us-block,
  .lip-contact-us-content-wrapper .lip-questions-block-wrapper .block:nth-child(n+2) .lip-questions-block,
  .lip-questions-content-wrapper .lip-constact-us-block-wrapper .block:nth-child(n+2) .lip-contact-us-block,
  .lip-questions-content-wrapper .lip-constact-us-block-wrapper .block:nth-child(n+2) .lip-questions-block,
  .lip-questions-content-wrapper .lip-questions-block-wrapper .block:nth-child(n+2) .lip-contact-us-block,
  .lip-questions-content-wrapper .lip-questions-block-wrapper .block:nth-child(n+2) .lip-questions-block {
    margin: 15px 0 0;
  }

  .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: 100%;
  }
}

@media only screen and (max-width:1024px) {
  .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 {
    margin: 0 35px;
  }
}

@media only screen and (max-width:1024px) {
  .lip-questions-content-wrapper {
    margin-top: 0;
  }
}

@media only screen and (max-width:761px) {
  .lip-questions-content-wrapper {
    margin-top: 30px;
  }

  .lip-questions-block-wrapper {
    display: none;
  }

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

@media only screen and (max-width:761px) {
  .lip-header-questions-mobile {
    display: block;
  }

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

  .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;
  }

  #wrapper .lip-questions-accordion .ui-accordion-content {
    padding: 13px 20px 30px;
  }
}

@media only screen and (max-width:1023px) {
  .lip-questions-accordion-title:before {
    height: 40px;
    margin: -40px 0 0;
  }
}

@media only screen and (max-width:761px) {
  .lip-questions-accordion-title:before {
    height: 50px;
    margin: -50px 0 0;
  }
}

@media only screen and (max-width:1023px) {
  .lip-questions-accordion-title p {
    margin-top: 40px;
  }

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

@media only screen and (max-width:761px) {
  .lip-questions-accordion-title p {
    padding-bottom: 12px;
    margin: 50px 0 0;
  }
}

@media only screen and (max-width:761px) {
  .lip-questions-accordion-title p.first {
    margin-top: 35px;
  }
}

@media only screen and (max-width:1023px) {
  .lip-club-clarins-logo-mobile .lip-club-clarins-logo {
    width: 115px;
    display: block;
    margin: 0;
  }
}

@media only screen and (max-width:761px) {
  .lip-club-clarins-logo-mobile .lip-club-clarins-logo {
    width: 90px;
    float: right;
    position: relative;
  }
}

@media only screen and (max-width:761px) {
  .favourite-stores-list .store-row .remove-store-link.column,
  .favourite-stores-list .store-row .storedetails.column,
  .favourite-stores-list .store-row .storephone.column {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-width:1024px) {
  .favourite-stores-list .store-row .storedetails {
    width: 41.6666666667%;
  }
}

@media only screen and (max-width:1023px) {
  .favourite-stores-list .store-row .storedetails {
    width: 41.6666666667%;
    box-sizing: border-box;
    float: left;
  }

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

@media only screen and (max-width:761px) {
  .favourite-stores-list .store-row .storedetails {
    width: 100%;
  }
}

@media only screen and (max-width:1023px) and (min-width:1024px) {
  .favourite-stores-list .store-row .storedetails {
    width: 50%;
  }
}

@media only screen and (max-width:1023px) and (max-width:1023px) {
  .favourite-stores-list .store-row .storedetails {
    width: 50%;
  }
}

@media only screen and (max-width:1023px) and (max-width:761px) {
  .favourite-stores-list .store-row .storedetails {
    width: 100%;
  }
}

@media only screen and (min-width:1024px) {
  .favourite-stores-list .store-row .storephone {
    width: 41.6666666667%;
  }
}

@media only screen and (max-width:1023px) {
  .favourite-stores-list .store-row .storephone {
    width: 41.6666666667%;
    box-sizing: border-box;
    float: left;
  }

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

@media only screen and (max-width:761px) {
  .favourite-stores-list .store-row .storedetails .storeaddress {
    margin: 3% 0 7%;
  }

  .favourite-stores-list .store-row .storephone {
    width: 100%;
    margin-bottom: 8%;
  }
}

@media only screen and (max-width:1023px) and (min-width:1024px) {
  .favourite-stores-list .store-row .storephone {
    width: 33.3333333333%;
  }
}

@media only screen and (max-width:1023px) and (max-width:1023px) {
  .favourite-stores-list .store-row .storephone {
    width: 33.3333333333%;
  }
}

@media only screen and (max-width:1023px) and (max-width:761px) {
  .favourite-stores-list .store-row .storephone {
    width: 100%;
  }
}

@media only screen and (min-width:1024px) {
  .favourite-stores-list .store-row .remove-store-link {
    width: 16.6666666667%;
  }
}

@media only screen and (max-width:1023px) {
  .favourite-stores-list .store-row .remove-store-link {
    width: 16.6666666667%;
  }
}

@media only screen and (max-width:761px) {
  .favourite-stores-list .store-row .remove-store-link {
    width: 100%;
    text-align: left;
    margin-bottom: 8%;
  }
}

@media only screen and (max-width:1024px) {
  .beauty-consultation-wrapper {
    margin: 0 2%;
  }
}

@media only screen and (max-width:1024px) and (orientation:landscape) {
  .beauty-consultation-wrapper {
    margin: 0 3%;
  }
}

@media only screen and (max-width:762px) {
  .beauty-consultation-wrapper {
    margin: 0 3%;
  }
}

@media only screen and (max-width:762px) and (orientation:landscape) {
  .beauty-consultation-wrapper {
    margin: 0 1.6%;
  }
}

@media only screen and (max-width:762px) {
  .beauty-container {
    width: 100%;
  }
}

@media only screen and (min-width:1024px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .store-name {
    width: 29.1666666667%;
  }
}

@media only screen and (max-width:1023px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .store-name {
    width: 29.1666666667%;
  }
}

@media only screen and (max-width:761px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .store-name {
    width: 100%;
  }
}

@media only screen and (min-width:1024px) {
  #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 {
    width: 27.0833333333%;
  }
}

@media only screen and (max-width:1023px) {
  #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 {
    width: 27.0833333333%;
    display: none;
  }
}

@media only screen and (max-width:761px) {
  #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 {
    width: 100%;
  }
}

@media only screen and (min-width:1024px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .header-empty {
    width: 54.1666666667%;
  }
}

@media only screen and (max-width:1023px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .header-empty {
    width: 54.1666666667%;
  }
}

@media only screen and (max-width:761px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .header-empty {
    width: 100%;
  }
}

@media only screen and (min-width:1024px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .loyalty-points {
    width: 16.6666666667%;
  }
}

@media only screen and (max-width:1023px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .loyalty-points {
    width: 16.6666666667%;
  }

  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header.ui-accordion-header-active .order-number,
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header.ui-accordion-header-active .order-status {
    visibility: visible;
  }
}

@media only screen and (max-width:761px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header .header-main .loyalty-points {
    width: 100%;
  }
}

@media only screen and (max-width:1023px) and (max-width:761px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header.ui-accordion-header-active .order-number,
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.ui-accordion-header.ui-accordion-header-active .order-status {
    display: inline-block;
  }
}

@media only screen and (min-width:1024px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.header-repay .header-main .store-name {
    width: 27.0833333333%;
  }
}

@media only screen and (max-width:1023px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.header-repay .header-main .store-name {
    width: 62.5%;
  }
}

@media only screen and (max-width:761px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.header-repay .header-main .store-name {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width:1024px) {
  #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 {
    width: 20.8333333333%;
  }
}

@media only screen and (max-width:1023px) {
  #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 {
    width: 20.8333333333%;
  }
}

@media only screen and (max-width:761px) {
  #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 {
    width: 100%;
  }
}

@media only screen and (max-width:1023px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.header-repay .header-main .repay-section {
    width: 36%;
  }

  #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 {
    display: none;
  }
}

@media only screen and (max-width:761px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-header.header-repay .header-main .repay-section {
    width: 65%;
  }

  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .product-wrapper .product-image {
    width: 100%;
  }

  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .product-wrapper .product-info {
    width: 100%;
    text-align: center;
    left: 0;
  }

  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-total-section .order-total-wrapper {
    float: right;
  }
}

@media only screen and (max-width:1024px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .sample-wrapper .samples-carousel li {
    max-width: 230px;
  }
}

@media only screen and (max-width:762px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .sample-wrapper .samples-carousel li {
    max-width: 100%;
  }

  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .sample-wrapper .samples-carousel .information-container {
    padding: 0 0 40px;
  }
}

@media only screen and (max-width:762px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .sample-wrapper .samples-carousel .information-container .product-info {
    padding: 5% 15% 0;
  }

  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .sample-wrapper .samples-carousel .jcarousel-pagination {
    bottom: 5%;
  }
}

@media only screen and (max-width:762px) and (orientation:landscape) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .sample-wrapper .samples-carousel .information-container .product-info {
    padding: 0 20%;
  }

  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .sample-wrapper .samples-carousel .jcarousel-pagination {
    bottom: 3.7%;
  }
}

@media only screen and (max-width:1024px) and (orientation:landscape) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .sample-wrapper .samples-carousel .information-container .product-info {
    padding: 5% 15% 0;
  }
}

@media only screen and (max-width:1023px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content {
    padding-left: 9%;
  }
}

@media only screen and (max-width:1023px) and (max-width:761px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content {
    padding-left: 17%;
  }
}

@media only screen and (min-width:1024px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .shipment-info {
    width: 41.6666666667%;
  }
}

@media only screen and (max-width:1023px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .shipment-info {
    width: 41.6666666667%;
  }
}

@media only screen and (max-width:761px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .shipment-info {
    width: 100%;
  }
}

@media only screen and (min-width:1024px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .gift-message-info {
    width: 41.6666666667%;
  }
}

@media only screen and (max-width:1023px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .gift-message-info {
    width: 41.6666666667%;
  }
}

@media only screen and (max-width:761px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .gift-message-info {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (min-width:1024px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .tracking-url {
    width: 16.6666666667%;
  }
}

@media only screen and (max-width:1023px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .tracking-url {
    width: 16.6666666667%;
  }
}

@media only screen and (max-width:761px) {
  #wrapper.pt_order.lip-salesforce .salesforce-orders .track-order-section-lip .track-content .tracking-url {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 20px;
  }
}

@media only screen and (max-width:761px) {
  .lip-my-account ul.my-account-details,
  .lip-my-reviews ul.my-account-details {
    display: none;
  }
}

@media only screen and (min-width:762px) {
  .lip-my-account .mobile,
  .lip-my-reviews .mobile {
    display: none;
  }
}

@media only screen and (max-width:761px) {
  .lip-my-account .personal-details-tab #profileForm .pd-header,
  .lip-my-reviews .personal-details-tab #profileForm .pd-header {
    text-align: left;
    margin-top: 10px;
  }
}

@media only screen and (max-width:761px) {
  .lip-my-account .personal-details-tab #profileForm .pd-button,
  .lip-my-reviews .personal-details-tab #profileForm .pd-button {
    float: none;
    display: block;
    margin: 50px 0 70px;
  }

  .lip-my-account .personal-details-tab #profileForm .pd-button .cancel-button,
  .lip-my-reviews .personal-details-tab #profileForm .pd-button .cancel-button {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 15px 0 50px;
  }

  .lip-my-account .personal-details-tab #profileForm .pd-button .profile-form-submit,
  .lip-my-reviews .personal-details-tab #profileForm .pd-button .profile-form-submit {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .lip-my-account .personal-details-tab #profileForm .pd-privacy-link,
  .lip-my-reviews .personal-details-tab #profileForm .pd-privacy-link {
    margin-top: -50px;
  }
}

@media only screen and (max-width:761px) {
  .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 {
    margin: 0 20px 0 0;
  }
}

@media only screen and (max-width:1023px) {
  .lip-my-account .personal-details-tab #profileForm .row-usedclarinssince .value label,
  .lip-my-reviews .personal-details-tab #profileForm .row-usedclarinssince .value label {
    margin-top: 10px;
  }
}

@media only screen and (max-width:1023px) and (max-width:761px) {
  .lip-my-account .personal-details-tab #profileForm .row-usedclarinssince .value label,
  .lip-my-reviews .personal-details-tab #profileForm .row-usedclarinssince .value label {
    width: 50%;
    margin-left: 0;
  }
}

@media only screen and (max-width:761px) {
  .lip-my-account .personal-details-tab #profileForm .row-title .value,
  .lip-my-reviews .personal-details-tab #profileForm .row-title .value {
    width: auto;
  }

  .lip-my-account .personal-details-tab #profileForm .preferences .form-row,
  .lip-my-reviews .personal-details-tab #profileForm .preferences .form-row {
    min-width: initial;
    display: block;
    clear: none;
    margin-right: 15px;
  }

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

@media only screen and (max-width:761px) {
  .lip-my-account .personal-details-tab #profileForm .row-birthdayday,
  .lip-my-account .personal-details-tab #profileForm .row-birthdaymonth,
  .lip-my-account .personal-details-tab #profileForm .row-birthdayyear,
  .lip-my-reviews .personal-details-tab #profileForm .row-birthdayday,
  .lip-my-reviews .personal-details-tab #profileForm .row-birthdaymonth,
  .lip-my-reviews .personal-details-tab #profileForm .row-birthdayyear {
    clear: none;
    float: left;
  }

  .lip-my-account .personal-details-tab #profileForm .row-birthdayday,
  .lip-my-reviews .personal-details-tab #profileForm .row-birthdayday {
    width: 20%;
    margin-right: 2.5%;
  }

  .lip-my-account .personal-details-tab #profileForm .row-birthdayday label,
  .lip-my-reviews .personal-details-tab #profileForm .row-birthdayday label {
    display: none;
  }

  .lip-my-account .personal-details-tab #profileForm .row-birthdaymonth,
  .lip-my-reviews .personal-details-tab #profileForm .row-birthdaymonth {
    width: 45%;
    margin-right: 2.5%;
  }

  .lip-my-account .personal-details-tab #profileForm .row-birthdayyear,
  .lip-my-reviews .personal-details-tab #profileForm .row-birthdayyear {
    width: 30%;
  }
}

@media only screen and (max-width:761px) {
  .lip-my-account .my-addresses-tab #edit-address-form fieldset,
  .lip-my-reviews .my-addresses-tab #edit-address-form fieldset {
    width: 100%;
    margin: 20px 0 0;
    position: relative;
    top: 10px;
  }

  .lip-my-account .my-addresses-tab #edit-address-form fieldset .legal-requirements,
  .lip-my-reviews .my-addresses-tab #edit-address-form fieldset .legal-requirements {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width:761px) {
  .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: 0 20px 0 0;
  }

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

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

  .lip-my-account .my-addresses-tab #addresses .address-list li,
  .lip-my-reviews .my-addresses-tab #addresses .address-list li {
    padding-top: 15px;
  }
}

@media only screen and (max-width:1023px) {
  .lip-my-account .my-addresses-tab #addresses .address-list .addressNumber,
  .lip-my-reviews .my-addresses-tab #addresses .address-list .addressNumber {
    min-width: 33.33%;
  }
}

@media only screen and (max-width:761px) {
  .lip-my-account .my-addresses-tab #addresses .address-list .addressNumber,
  .lip-my-reviews .my-addresses-tab #addresses .address-list .addressNumber {
    width: 100%;
  }

  .lip-my-account .my-addresses-tab #addresses .address-list .addressNumber label,
  .lip-my-account .my-addresses-tab #addresses .address-list .addressNumber p,
  .lip-my-reviews .my-addresses-tab #addresses .address-list .addressNumber label,
  .lip-my-reviews .my-addresses-tab #addresses .address-list .addressNumber p {
    width: 50%;
    float: left;
  }

  .lip-my-account .my-addresses-tab #addresses .address-list .addressNumber label,
  .lip-my-reviews .my-addresses-tab #addresses .address-list .addressNumber label {
    padding-top: 0;
  }
}

@media only screen and (max-width:761px) {
  .lip-my-account .my-addresses-tab .form-row-button,
  .lip-my-reviews .my-addresses-tab .form-row-button {
    margin-top: 35px;
    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 .my-addresses-tab .form-row-button .cancel-button,
  .lip-my-reviews .my-addresses-tab .form-row-button .cancel-button {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 15px 0 50px;
  }

  .lip-my-account .my-addresses-tab .form-row-button .apply-button,
  .lip-my-reviews .my-addresses-tab .form-row-button .apply-button {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (max-width:761px) {
  .lip-my-account .my-addresses-tab .address-create a,
  .lip-my-reviews .my-addresses-tab .address-create a {
    padding: 15px 0;
  }

  .lip-my-account .my-addresses-tab .address-create,
  .lip-my-reviews .my-addresses-tab .address-create {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width:1023px) {
  .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: 48%;
  }
}

@media only screen and (max-width:761px) {
  .lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .cardtype li,
  .lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .cardtype li {
    padding: 0 15px 20px 0;
    box-sizing: border-box;
  }

  .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: 100%;
  }

  .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: 0;
  }
}

@media only screen and (max-width:1023px) {
  .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: 48%;
  }
}

@media only screen and (max-width:761px) {
  .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: 100%;
    margin-top: 0;
  }
}

@media only screen and (max-width:1023px) {
  .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: 3.5%;
  }
}

@media only screen and (max-width:761px) {
  .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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .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 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 20px 0 0;
  }

  .lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.form-row-button #applyBtn,
  .lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .form-row.form-row-button #applyBtn {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    position: static;
  }
}

@media only screen and (max-width:1023px) {
  .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: 57.5%;
  }
}

@media only screen and (min-width:762px) {
  .lip-my-account .payment-info-tab .pd-instruments-list-container .payment-list .default-option-holder,
  .lip-my-reviews .payment-info-tab .pd-instruments-list-container .payment-list .default-option-holder {
    right: auto;
    top: 75px;
    left: 0;
  }

  .lip-my-account .payment-info-tab .pd-instruments-list-container .payment-list .card-cta,
  .lip-my-reviews .payment-info-tab .pd-instruments-list-container .payment-list .card-cta {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    margin: 10px 0 0;
  }
}

@media only screen and (min-width:762px) {
  .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 {
    right: auto;
    top: 57px;
  }
}

@media only screen and (max-width:761px) {
  .lip-my-account .payment-info-tab .account-payment-settings .add-card-wrapper .dropdowns,
  .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
  .lip-my-reviews .payment-info-tab .account-payment-settings .add-card-wrapper .dropdowns,
  .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card {
    width: 100%;
  }

  .lip-landing-page-main {
    display: block;
  }
}

@media only screen and (max-width:1024px) {
  .lip-landing-page-section {
    min-height: 500px;
    width: 30.66666666666667%;
    margin-left: 4%;
  }
}

@media only screen and (max-width:761px) {
  .lip-landing-page-section {
    min-height: 335px;
    width: 100%;
    margin: 0 0 20px;
  }

  .lip-landing-page-section:last-child {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width:1024px) {
  .lip-landing-page-section .lip-optin-checkbox {
    width: 80%;
  }
}

@media only screen and (max-width:761px) {
  .lip-landing-page-section .lip-optin-checkbox {
    width: 50%;
  }
}

@media only screen and (max-width:1024px) {
  .lip-landing-page-section .section-bottom {
    margin-top: 10px;
    padding-bottom: 38px;
  }
}

@media only screen and (max-width:761px) {
  .lip-landing-page-section .section-bottom {
    min-height: 16px;
    padding-bottom: 30px;
  }

  .lip-landing-page-section .section-subtitle {
    padding: 0 50px;
  }
}

@media only screen and (max-width:1024px) {
  .lip-landing-page-section .section-description p {
    padding: 0;
  }

  .lip-landing-page-section .section-description .loyalty-description p {
    padding: 0 30px;
  }
}

@media only screen and (max-width:761px) {
  .lip-landing-page-section .section-description p {
    padding: 0 30px;
  }
}

@media only screen and (max-width:1024px) {
  .lip-landing-page-section .subscription-error-message {
    padding: 0 40px;
  }
}

@media only screen and (max-width:761px) {
  .lip-landing-page-section .subscription-error-message {
    padding: 0 25%;
    margin: 10px 0 -15px;
  }
}

@media only screen and (max-width:761px) {
  .lip-langing-page-carousel .product-image img {
    width: 45%;
  }
}

@media only screen and (max-width:1024px) {
  .lip-landing-page-section .section-link {
    padding: 0 40px;
  }

  .lip-langing-page-carousel .products-pagination.jcarousel-control-next,
  .lip-langing-page-carousel .products-pagination.jcarousel-control-prev {
    top: 55px;
  }

  .lipInformationDialog {
    min-width: 600px;
  }
}

@media only screen and (max-width:761px) {
  .lip-langing-page-carousel .products-pagination.jcarousel-control-next,
  .lip-langing-page-carousel .products-pagination.jcarousel-control-prev {
    top: 90px;
  }
}

@media only screen and (max-width:1024px) {
  .lipInformationDialog .club-logo img {
    display: inline-block;
  }

  .lipInformationDialog .title {
    padding: 0 100px;
  }
}

@media only screen and (max-width:761px) {
  .lipInformationDialog {
    min-width: 90%;
  }

  .lipInformationDialog .title {
    padding: 0 25px;
  }
}

@media only screen and (max-width:1024px) {
  .lipInformationDialog .description-information {
    padding: 0 130px;
  }
}

@media only screen and (max-width:761px) {
  .lipInformationDialog .description-information {
    padding: 0 25px;
  }
}

@media only screen and (min-width:762px) {
  .fieloCheckoutDialog {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .fieloCheckoutDialog .closeDialogBtn {
    margin: 0;
  }
}

@media only screen and (max-width:761px) and (orientation:landscape) {
  .fieloCheckoutDialog {
    overflow: auto;
  }

  .lip-reward-dialog {
    width: 500px;
  }
}

@media only screen and (max-width:1023px) {
  .fieloCheckoutDialog {
    max-width: 660px;
  }

  .lip-reward-dialog .reward-container {
    width: 50%;
  }
}

@media only screen and (max-width:762px) {
  .lip-reward-dialog .reward-container {
    padding: 6% 0;
    width: 85%;
  }
}

@media only screen and (max-width:762px) and (orientation:landscape) {
  .lip-reward-dialog .reward-container {
    width: 50%;
  }
}

@media only screen and (max-width:1023px) {
  .lip-reward-dialog .reward-container .reward-success-text {
    font-size: 18px;
  }

  .lip-reward-dialog .reward-container .reward-buttons {
    padding: 5% 0 0;
    font-size: 11px;
    letter-spacing: .1em;
  }

  .lip-reward-dialog .reward-container .reward-buttons .button-holder {
    clear: left;
    padding: 10px 0;
    width: 100%;
  }
}

@media only screen and (min-width:762px) {
  .store-locator-details .favourite-store-section {
    margin-top: 0;
  }
}

@media only screen and (max-width:761px) {
  .favourite-store-section {
    float: none;
    width: 100%;
  }

  .favourite-store-section.max-reached:not(.stored) {
    margin-top: 0;
  }

  .favourite-store-section .favourite-text {
    margin-left: 10px;
  }

  .UserRegistrationForm .row-issalesforceloyaltymember label:after {
    display: none;
  }
}

@media only screen and (max-width:1023px) {
  .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .lip-reward-dialog .reward-container .reward-buttons .button-holder .add-card,
  .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .lip-reward-dialog .reward-container .reward-buttons .button-holder .add-card,
  .lip-reward-dialog .reward-container .reward-buttons .button-holder .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
  .lip-reward-dialog .reward-container .reward-buttons .button-holder .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
  .lip-reward-dialog .reward-container .reward-buttons .button-holder button {
    width: 100%;
  }

  .UserRegistrationForm .row-issalesforceloyaltymember label:after {
    left: 113%;
  }

  .lip-registration-new-customer-information {
    margin-right: 0;
  }
}

@media only screen and (max-width:761px) {
  .lip-registration-new-customer-information img {
    margin-top: 30px;
  }

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

@media only screen and (max-width:1024px) {
  .cart-content-ajax-update .lip-optin-checkbox .tooltip-loyalty {
    display: none;
  }
}

@media only screen and (max-width:761px) {
  .cart-content-ajax-update .lip-optin-checkbox label {
    font-size: 13px;
  }

  .cart-content-ajax-update .lip-optin-checkbox label span {
    font-size: 14px;
  }

  .cart-content-ajax-update .loyalty-agreement-checkbox-mobile-wrapper {
    display: block;
    margin: 20px;
  }

  .cart-content-ajax-update .loyalty-agreement-checkbox-mobile-wrapper .lip-optin-checkbox {
    border-top: 2px solid #e5e5e5;
    margin: 10px 0 0;
    padding-bottom: 20px;
  }

  .cart-content-ajax-update .loyalty-agreement-checkbox-mobile-wrapper .lip-optin-checkbox label {
    margin: 20px 0 0 20px;
    float: left;
    text-align: left;
    word-break: break-all;
  }

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

@media only screen and (max-width:1024px) {
  .checkout-order-totals .cart-summary-loyalty .tooltip-not-logged,
  .checkout-order-totals .cart-summary-loyalty .tooltip-not-opted {
    margin: 0;
  }

  .cart-summary-loyalty {
    text-align: left;
    max-width: none;
    padding: 0;
  }

  .cart-summary-loyalty img {
    display: none;
  }
}

@media only screen and (max-width:1024px) {
  .cart-summary-loyalty .tooltip-not-logged {
    padding-top: 15px;
    background: #fff;
    margin: 15px -12px -20px;
    outline: #fff solid 1px;
  }
}

@media only screen and (max-width:1024px) and (orientation:landscape) {
  .cart-summary-loyalty .tooltip-not-logged {
    margin: 15px -25px -20px;
  }
}

@media only screen and (max-width:761px) {
  .cart-summary-loyalty .tooltip-not-logged {
    margin: 15px -15% -20px;
  }
}

@media only screen and (max-width:761px) and (orientation:landscape) {
  .cart-summary-loyalty .tooltip-not-logged {
    margin: 15px -15% -35px;
  }
}

@media only screen and (max-width:1024px) {
  .cart-summary-loyalty .tooltip-not-opted {
    padding-top: 15px;
    background: #fff;
    margin: 15px -12px -20px;
    outline: #fff solid 1px;
  }

  .cart-summary-loyalty .log-in-button {
    padding: 20px 0 10px;
  }
}

@media only screen and (max-width:1024px) and (orientation:landscape) {
  .cart-summary-loyalty .tooltip-not-opted {
    margin: 15px -25px -20px;
  }
}

@media only screen and (max-width:761px) {
  .cart-summary-loyalty .tooltip-not-opted {
    margin: 15px -15% -20px;
  }
}

@media only screen and (max-width:761px) and (orientation:landscape) {
  .cart-summary-loyalty .tooltip-not-opted {
    margin: 15px -15% -35px;
  }
}

@media only screen and (max-width:1024px) {
  .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: 35px;
    line-height: 35px;
    margin: 0;
  }
}

@media only screen and (max-width:761px) {
  .loyalty-primary-content {
    margin: 3% 3% 0;
    padding: 6% 0;
    position: absolute;
    top: -96px;
  }
}

@media only screen and (max-width:761px) and (orientation:landscape) {
  .loyalty-primary-content {
    margin: 3% 2% 0;
    top: -104px;
    padding: 20px 0;
    width: 96.5%;
  }
}

@media only screen and (max-width:1024px) {
  .loyalty-account-section {
    margin: 5% 15px 0;
    padding: 8% 6%;
  }
}

@media only screen and (max-width:1024px) and (orientation:landscape) {
  .loyalty-account-section {
    margin: 5% 20px 0;
  }
}

@media only screen and (max-width:761px) {
  .loyalty-account-section {
    margin: 8% 3% 0;
    padding: 6%;
  }
}

@media only screen and (max-width:761px) and (orientation:landscape) {
  .loyalty-account-section {
    margin: 3% 2% 0;
  }
}

@media only screen and (max-width:1023px) {
  #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 {
    min-width: auto;
    padding: .5em;
    position: absolute;
    bottom: 200px;
    margin: 0 auto;
    left: 6%;
    right: 6%;
  }

  .loyalty-account-section .inner-text-container .image-content {
    margin: 50px 0 0;
  }
}

@media only screen and (max-width:761px) {
  #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 {
    padding: .5em 2em;
    position: static;
    min-width: 165px;
  }

  .loyalty-account-section .inner-text-container .image-content {
    margin: 20px 0;
  }
}

@media only screen and (max-width:1024px) {
  .loyalty-account-section .inner-text-container div {
    width: 100%;
  }
}

@media only screen and (max-width:762px) {
  .loyalty-account-section .inner-text-container div {
    width: 50%;
  }
}

@media only screen and (max-width:1023px) {
  .lip-my-reviews {
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-wrapper {
    width: 20.8333333333%;
  }
}

@media only screen and (max-width:761px) {
  .lip-my-reviews {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
  }

  .lip-my-reviews .tab-parent {
    text-align: left;
  }

  .lip-my-reviews .tab-parent:not(.mobile) {
    display: none;
  }
}

@media only screen and (min-width:1024px) {
  .image-wrapper {
    width: 20.8333333333%;
  }
}

@media only screen and (max-width:761px) {
  .image-wrapper {
    width: 100%;
    padding: 0 9%;
  }
}

@media only screen and (min-width:1024px) {
  .rating-wrapper {
    width: 20.8333333333%;
  }
}

@media only screen and (max-width:1023px) {
  .rating-wrapper {
    width: 20.8333333333%;
  }
}

@media only screen and (max-width:761px) {
  .rating-wrapper {
    width: 100%;
  }

  .rating-wrapper .rating {
    text-align: left;
    margin: 0;
    display: block;
  }
}

@media only screen and (min-width:1024px) {
  .review-wrapper {
    width: 50%;
  }
}

@media only screen and (max-width:1023px) {
  .review-wrapper {
    width: 50%;
  }
}

@media only screen and (max-width:761px) {
  .review-wrapper {
    width: 100%;
  }

  .review-wrapper .show-more {
    text-align: left;
  }
}

@media only screen and (min-width:1024px) {
  .tab-first-line .note,
  .tab-first-line .product {
    width: 20.8333333333%;
  }
}

@media only screen and (max-width:1023px) {
  .tab-first-line .note,
  .tab-first-line .product {
    width: 20.8333333333%;
  }
}

@media only screen and (max-width:761px) {
  .tab-first-line .note,
  .tab-first-line .product {
    width: 100%;
  }
}

@media only screen and (min-width:1024px) {
  .tab-first-line .comment {
    width: 50%;
  }
}

@media only screen and (max-width:1023px) {
  .tab-first-line .comment {
    width: 50%;
  }
}

@media only screen and (max-width:761px) {
  .tab-first-line .comment {
    width: 100%;
  }

  .tab-first-line {
    display: none;
  }
}

@media only screen and (max-width:761px) {
  .samplesbar-wrapper {
    width: 80%;
  }
}

@media only screen and (max-width:1023px) {
  .samplesbar-wrapper .samplesbar-step-content .step-content-text {
    width: 90%;
  }
}

@media only screen and (max-width:761px) {
  .samplesbar-wrapper .samplesbar-step-content .step-content-text {
    width: auto;
  }

  .samplesbar-wrapper .jcarousel-pagination {
    bottom: 0;
  }
}

@media only screen and (max-width:761px) {
  .samples-routine-container .subcategory-content-wrapper {
    margin: 10px 15px 30px;
    width: auto;
  }
}

@media only screen and (max-width:1023px) {
  .samples-routine-container .subcategory-content-wrapper div {
    width: 46%;
  }
}

@media only screen and (max-width:761px) {
  .samples-routine-container .subcategory-content-wrapper div {
    width: 100%;
  }
}

@media only screen and (max-width:1024px) {
  .samples-routine-container .subcategory-content-wrapper .data-content {
    margin: 2.5% 2% 0 0;
    padding: 1%;
  }
}

@media only screen and (max-width:1024px) and (max-width:1023px) {
  .samples-routine-container .subcategory-content-wrapper .data-content {
    margin: 1.5% 1.5% 0 0;
  }
}

@media only screen and (max-width:761px) {
  .samples-routine-container .subcategory-content-wrapper .data-content {
    width: 100%;
    padding: 10px 0;
    outline: #fff solid 5px;
    box-sizing: border-box;
    margin: 0;
    height: auto;
  }
}

@media only screen and (max-width:1024px) {
  .samples-routine-container .subcategory-content-wrapper .data-content .descriptive-text {
    height: 50px;
    margin: 0 0 10px;
  }
}

@media only screen and (max-width:1024px) and (max-width:1023px) {
  .samples-routine-container .subcategory-content-wrapper .data-content .descriptive-text {
    height: 35px;
    line-height: 17px;
  }
}

@media only screen and (max-width:1024px) and (orientation:landscape) {
  .samples-routine-container .subcategory-content-wrapper .data-content .descriptive-text {
    height: 50px;
    margin: 10px 0;
  }
}

@media only screen and (max-width:1023px) {
  .samples-routine-container .top-category-container {
    width: 70%;
  }
}

@media only screen and (max-width:761px) {
  .samples-routine-container .subcategory-content-wrapper .data-content .descriptive-text {
    height: auto;
  }

  .samples-routine-container .top-category-container {
    width: 90%;
  }
}

@media only screen and (max-width:1023px) {
  .samples-routine-container .top-category-container .category-box {
    width: 33%;
  }
}

@media only screen and (max-width:761px) {
  .samples-routine-container .top-category-container .category-box {
    width: 50%;
  }
}

@media only screen and (max-width:761px) and (orientation:landscape) {
  .samples-routine-container .top-category-container .category-box {
    width: 33%;
  }
}

@media only screen and (max-width:1023px) {
  .samples-routine-container .category-data {
    max-width: 80%;
  }
}

@media only screen and (max-width:761px) and (orientation:landscape) {
  .samples-routine-container .sub-category-container {
    width: 80%;
  }
}

@media only screen and (max-width:761px) {
  .samples-routine-container .category-data {
    max-width: 98%;
  }

  .samples-routine-container .sub-category-container .category-box {
    width: 100%;
  }

  .rewards-history-table-legacy .history-table .samples-routine-container .sub-category-container .category-box .less,
  .rewards-history-table-legacy .history-table .samples-routine-container .sub-category-container .category-box .more,
  .samples-routine-container .sub-category-container .category-box .buttonsecondary,
  .samples-routine-container .sub-category-container .category-box .rewards-history-table-legacy .history-table .less,
  .samples-routine-container .sub-category-container .category-box .rewards-history-table-legacy .history-table .more {
    min-width: 80%;
  }
}

@media only screen and (max-width:761px) and (orientation:landscape) {
  .samples-routine-container .sub-category-container .category-box {
    width: 50%;
  }
}

@media only screen and (max-width:1023px) {
  .samples-routine-container ul.routine-list li {
    width: 23%;
  }
}

@media only screen and (max-width:1023px) and (orientation:landscape) {
  .samples-routine-container ul.routine-list li {
    width: 15%;
  }
}

@media only screen and (max-width:761px) {
  .samples-routine-container ul.routine-list li {
    width: 45%;
  }
}

@media only screen and (min-width:762px) {
  .chooseSamplesRoutineDialog .remove-container .remove-wrapper {
    width: 600px;
    height: auto;
    padding: 36px 40px;
  }
}

@media only screen and (max-width:761px) {
  .chooseSamplesRoutineDialog .remove-container .button-holder {
    width: 100%;
    padding: 10px 0;
  }
}

@media only screen and (max-width:761px) {
  .chooseSamplesRoutineDialog .remove-container .button-holder .button-description {
    width: 100%;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-page-title p.title,
  .vanity-kit-page-title-ready p.title {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width:1023px) {
  .vanity-kit-page-title p.subtitle,
  .vanity-kit-page-title-ready p.subtitle {
    padding: 0 170px;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-page-title p.subtitle,
  .vanity-kit-page-title-ready p.subtitle {
    padding: 0;
  }
}

@media only screen and (max-width:761px) and (orientation:landscape) {
  .vanity-kit-page-title p.subtitle,
  .vanity-kit-page-title-ready p.subtitle {
    padding: 0 125px;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-page-title-ready p.title {
    margin-bottom: 25px;
    padding: 0 5px;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-step-title {
    margin: 25px 0;
  }
}

@media only screen and (max-width:1024px) {
  .vanity-kit-disclaimer-information {
    margin: 0 50px;
  }
}

@media only screen and (max-width:1024px) and (orientation:landscape) {
  .vanity-kit-disclaimer-information {
    margin: 0 20px;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-disclaimer-information {
    margin: 0 20px;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-footer-space {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-sticky {
    height: 56px;
    padding-bottom: 0;
    box-shadow: none;
    border-top: 3px solid #be0f34;
  }
}

@media only screen and (min-width:1250px) {
  .vanity-kit-sticky>div {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (orientation:landscape) {
  .vanity-kit-sticky.sticky-expanded {
    height: 267px;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-sticky-content {
    height: inherit;
    max-height: 464px;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-sticky-content .sticky-title-mobile {
    display: block;
    position: relative;
    margin: -10px -10px 0;
    height: 56px;
  }

  .vanity-kit-sticky-content .sticky-title-mobile span.price {
    display: inline-block;
    min-width: 20px;
  }
}

@media only screen and (max-width:1023px) {
  .vanity-kit-sticky-content .product-block {
    margin-right: 15px;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-sticky-content .product-block {
    width: 90%;
    margin: 0 10px 14px -4px;
    height: 88px;
  }

  .vanity-kit-sticky-content .product-block.hide-product-block-border {
    outline: 0;
  }
}

@media only screen and (max-width:761px) and (orientation:landscape) {
  .vanity-kit-sticky-content .product-block {
    width: 93%;
    margin-bottom: 22px;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-sticky-content .product-block .product-image img {
    width: 80px;
    float: left;
    margin-left: 5px;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-sticky-content .product-block .product-name {
    display: block;
  }

  .vanity-kit-sticky-content .product-block .product-change {
    position: absolute;
    bottom: 5px;
    left: 75px;
    margin-left: 15px;
    overflow: hidden;
    height: 13px;
    word-break: break-all;
    padding-bottom: 2px;
  }
}

@media only screen and (max-width:1023px) {
  .vanity-kit-sticky-content .equal-image,
  .vanity-kit-sticky-content .plus-image {
    margin-right: 5px;
  }

  .vanity-kit-sticky-content .equal-image {
    margin-right: 0;
  }
}

@media screen and (orientation:landscape) {
  .vanity-kit-sticky-content .sticky-title-mobile .sticky-expand-arrow,
  .vanity-kit-sticky-content .vanity-kit-price .sticky-expand-arrow {
    width: 36px;
    margin-right: 7px;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-sticky-content .product-block .step-content {
    max-height: 89px;
  }

  .vanity-kit-sticky-content .equal-image,
  .vanity-kit-sticky-content .plus-image,
  .vanity-kit-sticky-content .vanity-kit-price {
    display: none;
  }

  .vanity-kit-carousel .products-pagination.jcarousel-control-next,
  .vanity-kit-carousel .products-pagination.jcarousel-control-prev {
    display: block;
    top: 60px;
  }

  .vanity-kit-carousel .products-pagination.jcarousel-control-next.hidden-arrow,
  .vanity-kit-carousel .products-pagination.jcarousel-control-prev.hidden-arrow {
    display: none;
  }

  .vanity-kit-carousel .products-pagination.jcarousel-control-prev {
    left: 20px;
  }

  .vanity-kit-carousel .products-pagination.jcarousel-control-next {
    right: 20px;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-carousel .jcarousel-pagination {
    display: block;
    top: 175px;
    bottom: auto;
  }

  .vanity-kit-carousel .jcarousel-pagination a {
    background: #c0bebe;
    box-shadow: none;
  }

  .vanity-kit-carousel .jcarousel-pagination a.active {
    background: #282b30;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-carousel .vanity-kit-product .product-information {
    margin-top: 25px;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-ready-subtitle .your-pouch,
  .vanity-kit-ready-subtitle-mobile .your-pouch {
    width: 100%;
    margin: 30px 0 0;
  }

  .vanity-kit-ready-subtitle .your-products,
  .vanity-kit-ready-subtitle-mobile .your-products {
    display: none;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-ready-subtitle .your-products-mobile,
  .vanity-kit-ready-subtitle-mobile .your-products-mobile {
    width: 100%;
    display: block;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-ready-subtitle-mobile {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    border-bottom: 2px solid #e5e5e5;
  }
}

@media only screen and (max-width:1023px) {
  .vanity-kit-ready-body .add-product-list,
  .vanity-kit-ready-price .add-product-list {
    width: 120px;
    min-width: 120px;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-ready-body .add-product-list,
  .vanity-kit-ready-price .add-product-list {
    width: 100%;
    margin: 0 0 75px;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-ready-body .vanity-kit-ready-content,
  .vanity-kit-ready-price .vanity-kit-ready-content {
    margin: 0 40px;
  }

  .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: 0;
  }

  .vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-product-wrapper,
  .vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-product-wrapper {
    display: inline-block;
    width: 100%;
  }

  .vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-product-wrapper:nth-child(n+1) .vanity-kit-product-selection,
  .vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-product-wrapper:nth-child(n+1) .vanity-kit-product-selection {
    border: none;
  }

  .vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-product-wrapper:first-child .vanity-kit-product-selection,
  .vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-product-wrapper:first-child .vanity-kit-product-selection {
    border-top: 2px solid #e5e5e5;
  }
}

@media only screen and (max-width:761px) {
  .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 {
    width: 100%;
  }

  .vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection.pouch-item .product-information,
  .vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection.pouch-item .product-information {
    max-height: 135px;
  }

  .vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection.pouch-item .product-information .product-name,
  .vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection.pouch-item .product-information .product-name {
    height: 38px;
  }

  .vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection.pouch-item .product-information .product-size,
  .vanity-kit-ready-price .vanity-kit-ready-content .vanity-kit-product-wrapper .vanity-kit-product-selection.pouch-item .product-information .product-size {
    display: none;
  }

  .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 {
    margin: 30px auto 20px;
    width: 160px;
    display: block;
    padding: 0 0 65%;
  }
}

@media only screen and (max-width:1024px) {
  .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: 75px;
    padding: 10px 0 0;
  }
}

@media only screen and (max-width:761px) {
  .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: 100%;
  }

  .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 {
    padding: 0 15px 5px;
    max-height: 75px;
    height: auto;
  }
}

@media only screen and (max-width:761px) {
  .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: auto;
    max-height: 20px;
  }

  .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: block;
    font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
  }

  .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 {
    display: none;
  }
}

@media only screen and (max-width:761px) {
  .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: inline-block;
    height: 40px;
    overflow: hidden;
  }

  .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 {
    width: 100%;
    height: 40px;
    margin: 15px 0;
  }
}

@media only screen and (max-width:761px) {
  .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 {
    width: 40px;
    margin: 0 auto;
  }
}

@media only screen and (max-width:761px) {
  .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 {
    width: 100%;
    height: 40px;
    margin: 15px 0;
  }
}

@media only screen and (max-width:761px) {
  .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 {
    width: 40px;
    margin: 0 auto;
  }
}

@media only screen and (max-width:1023px) {
  .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 {
    width: 120px;
  }
}

@media only screen and (max-width:761px) {
  .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 {
    margin: 0;
    width: 100%;
    height: 24px;
  }
}

@media only screen and (min-width:1025px) {
  .vanity-kit-sticky-content .vanity-kit-price.left-aligned {
    width: 210px;
    white-space: nowrap;
  }

  .vanity-kit-sticky-content .vanity-kit-price.left-aligned .price {
    display: inline-block;
    vertical-align: top;
    color: #000;
    margin: 10px;
    font-size: 21px;
    line-height: 16px;
    letter-spacing: .021em;
  }

  .vanity-kit-sticky-content .vanity-kit-price.left-aligned .serenity-price {
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (max-width:761px) {
  .vanity-kit-ready-price {
    display: block;
  }

  .vanity-kit-ready-price .vanity-kit-totals {
    margin: 0 40px;
  }

  .vanity-kit-ready-price .vanity-kit-totals .vanity-kit-price {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .vanity-kit-ready-price .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-ready-price .add-product-list {
    margin: 10px 0;
  }
}

@media only screen and (max-width:761px) {
  .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 {
    width: calc(40% - 5px);
    line-height: 19px;
    text-align: right;
    margin: 10px 5%;
  }

  .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 {
    width: 45%;
  }
}

@media only screen and (min-width:762px) {
  .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 {
    position: absolute;
    margin: 0;
    top: 60px;
    right: 0;
    width: 210px;
  }

  .vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-totals .vanity-kit-price.left-aligned .price,
  .vanity-kit-ready-body .vanity-kit-ready-content .vanity-kit-totals .vanity-kit-price.left-aligned .serenity-price span,
  .vanity-kit-ready-price .vanity-kit-totals .vanity-kit-price.left-aligned .price,
  .vanity-kit-ready-price .vanity-kit-totals .vanity-kit-price.left-aligned .serenity-price span,
  .vanity-kit-totals-extend .vanity-kit-totals .vanity-kit-price.left-aligned .price,
  .vanity-kit-totals-extend .vanity-kit-totals .vanity-kit-price.left-aligned .serenity-price span {
    font-size: 18px;
  }
}

@media only screen and (min-width:762px) and (orientation:portrait) {
  .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 {
    right: -25px;
  }
}

@media only screen and (max-width:761px) {
  .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 {
    clear: both;
    float: none;
    height: auto;
    margin: 0 auto;
  }
}

@media only screen and (max-width:761px) {
  .gift-kit-page-title p.title {
    font-size: 35px;
    line-height: 35px;
    margin: 20px 0;
  }

  .gift-kit-page-title p.subtitle {
    display: inline-block;
  }
}

@media only screen and (max-width:1024px) {
  .gift-kit-container .subcategory-content-wrapper {
    width: 88%;
  }
}

@media only screen and (max-width:1024px) and (orientation:landscape) {
  .gift-kit-container .subcategory-content-wrapper {
    width: 90%;
  }
}

@media only screen and (max-width:761px) {
  .gift-kit-container .subcategory-content-wrapper {
    height: 175px;
  }
}

@media only screen and (max-width:761px) {
  .gift-kit-container .subcategory-content-wrapper .data-content {
    margin: 20px 0;
    padding: 0;
    position: inherit;
    width: 100%;
    height: 128px;
  }
}

@media only screen and (max-width:1024px) {
  .gift-kit-container .top-category-container.choose-theme {
    width: 70%;
  }
}

@media only screen and (max-width:1024px) and (orientation:landscape) {
  .gift-kit-container .top-category-container.choose-theme {
    width: 60%;
  }
}

@media only screen and (max-width:761px) {
  .gift-kit-container .top-category-container.choose-theme {
    width: 90%;
  }

  .gift-kit-container .top-category-container.choose-products .category-data img {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width:761px) and (orientation:portrait) {
  .gift-kit-container .top-category-container.choose-theme .category-box {
    width: 50%;
  }
}

@media only screen and (max-width:1024px) {
  .gift-kit-container .top-category-container.choose-products {
    width: 100%;
  }
}

@media only screen and (max-width:761px) {
  .gift-kit-container .gift-kit-price {
    width: 87%;
    margin-top: 20px;
    display: inline-block;
  }

  .gift-kit-container .gift-kit-price .gift-kit-button {
    width: 100%;
  }
}

@media only screen and (max-width:761px) {
  .gift-kit-container .gift-kit-price .gift-kit-button .add-product-list {
    min-width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width:761px) {
  .gift-kit-container .gift-kit-price .gift-kit-choose-at-least {
    position: relative;
    width: 65%;
    margin: 10px auto 20px;
  }
}

@media only screen and (max-width:761px) {
  .gift-kit-container .gift-kit-price.sticky .gift-kit-button {
    width: 195px;
  }

  .gift-kit-container .gift-kit-price.sticky .add-product-list {
    min-width: 195px;
  }

  .gift-kit-carousel {
    margin-top: 130px;
  }

  .gift-kit-carousel .products-pagination.jcarousel-control-next,
  .gift-kit-carousel .products-pagination.jcarousel-control-prev {
    display: block;
  }

  .gift-kit-carousel .products-pagination.jcarousel-control-next.hidden-arrow,
  .gift-kit-carousel .products-pagination.jcarousel-control-prev.hidden-arrow {
    display: none;
  }

  .gift-kit-carousel .products-pagination.jcarousel-control-prev {
    left: 20px;
  }

  .gift-kit-carousel .products-pagination.jcarousel-control-next {
    right: 20px;
  }
}

@media only screen and (max-width:761px) {
  .gift-kit-carousel .jcarousel-pagination {
    display: block;
    top: 185px;
    bottom: auto;
  }

  .gift-kit-carousel .jcarousel-pagination a {
    background: #c0bebe;
    box-shadow: none;
  }

  .gift-kit-carousel .jcarousel-pagination a.active {
    background: #282b30;
  }
}

@media only screen and (max-width:761px) {
  .gift-kit-carousel .gift-kit-product .product-information {
    margin-top: 25px;
  }
}

@media only screen and (max-width:761px) {
  .gift-kit-sticky {
    height: 56px;
    padding-bottom: 0;
    box-shadow: none;
    border-top: 3px solid #be0f34;
  }
}

@media only screen and (min-width:1250px) {
  .gift-kit-sticky>div {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (orientation:landscape) {
  .gift-kit-sticky.sticky-expanded {
    height: 267px;
  }
}

@media only screen and (max-width:761px) {
  .gift-kit-sticky-content {
    height: inherit;
    max-height: 464px;
  }
}

@media only screen and (max-width:1023px) {
  .gift-kit-sticky-content .product-block {
    margin-right: 7px;
  }
}

@media only screen and (max-width:761px) {
  .gift-kit-sticky-content .product-block {
    width: 90%;
    margin: 0 0 14px -15px;
    height: 88px;
  }

  .gift-kit-sticky-content .product-block.hide-product-block-border {
    outline: 0;
  }
}

@media only screen and (max-width:761px) and (orientation:landscape) {
  .gift-kit-sticky-content .product-block {
    width: 93%;
    margin-bottom: 22px;
  }
}

@media only screen and (max-width:761px) {
  .gift-kit-sticky-content .product-block .product-image img {
    width: 80px;
    float: left;
    margin-left: 5px;
  }

  .gift-kit-sticky-content .product-block .product-remove {
    right: -15px;
  }
}

@media only screen and (max-width:761px) {
  .gift-kit-sticky-content .product-block .product-name {
    display: block;
    width: 67%;
  }

  .gift-kit-sticky-content .product-block .product-change {
    position: absolute;
    bottom: 5px;
    left: 75px;
    margin-left: 15px;
    overflow: hidden;
    height: 13px;
    word-break: break-all;
    padding-bottom: 2px;
  }
}

@media only screen and (max-width:1023px) {
  .gift-kit-sticky-content .equal-image,
  .gift-kit-sticky-content .plus-image {
    margin-right: -3px;
  }
}

@media only screen and (max-width:761px) {
  .gift-kit-sticky-content .product-block .step-content {
    max-height: 89px;
  }

  .gift-kit-sticky-content .equal-image,
  .gift-kit-sticky-content .plus-image {
    display: none;
  }

  .gift-kit-sticky-content .sticky-title-mobile {
    display: block;
    position: relative;
    margin: -10px -10px 0;
    height: 56px;
  }
}

@media screen and (orientation:landscape) {
  .gift-kit-sticky-content .sticky-title-mobile .gift-sticky-expand-arrow {
    width: 36px;
    margin-right: 18px;
  }
}

@media only screen and (max-width:761px) {
  .gift-kit-footer-space {
    padding-bottom: 170px;
  }
}

@media only screen and (min-width:1024px) {
  .gift-kit-wrapper {
    padding: 0;
  }

  .gift-kit-wrapper .gift-kit-header {
    padding: 0 11px;
    margin: 8px 0 3px;
  }
}

@media only screen and (max-width:761px) {
  .gift-kit-wrapper .shoppingbag-productlisting-details .cart-row {
    padding-bottom: 15px;
  }
}

@media only screen and (min-width:1024px) {
  .gift-kit-wrapper .shoppingbag-productlisting-details .cart-row .item-col-2 {
    width: 83%;
  }
}

@media only screen and (max-width:1023px) {
  .gift-kit-wrapper .kit-change-links {
    margin-left: 0;
  }
}

@media only screen and (min-width:762px) {
  .gift-kit-container .gift-kit-sticky .gift-kit-price.left-aligned {
    width: 210px;
  }

  .gift-kit-container .gift-kit-sticky .gift-kit-price.left-aligned .price-wrapper {
    white-space: nowrap;
    text-align: left;
    display: block;
  }

  .gift-kit-container .gift-kit-sticky .gift-kit-price.left-aligned .price-wrapper .price {
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0 0;
  }

  .gift-kit-container .gift-kit-sticky .gift-kit-price.left-aligned .price-wrapper .serenity-price {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
}

@media only screen and (max-width:1023px) {
  .declare-purchase-content-optedin .declare-purchase-form {
    left: 0;
    margin-right: 0;
  }

  .declare-purchase-content-optedin {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width:761px) {
  .declare-purchase-content-optedin .declare-purchase-form {
    left: 0;
  }

  .declare-purchase-content-optedin {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width:761px) {
  .declare-purchase-content-optedin .section-title {
    margin: 35px auto 0;
  }

  .declare-purchase-content-optedin .declare-purchase-confidentiality-text {
    text-align: center;
  }
}

@media only screen and (max-width:1023px) {
  .declare-purchase-content-optedin .declare-purchase-video-section {
    padding-top: 0;
  }
}

@media only screen and (max-width:761px) {
  .declare-purchase-content-optedin .change-links {
    float: none;
    margin-top: 25px;
  }

  .declare-purchase-content-optedin .search-fields {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width:1023px) {
  .declare-purchase-content-optedin .search-fields .quantity-input-text {
    margin: auto 10px auto 0;
    width: 8%;
  }
}

@media only screen and (max-width:761px) {
  .declare-purchase-content-optedin .search-fields .quantity-input-text {
    margin: 12px auto;
    width: 18%;
  }
}

@media only screen and (min-width:762px) {
  .declare-purchase-content-optedin .search-fields .quantity-input-text+span.error {
    left: 51%;
    top: auto;
  }
}

@media only screen and (max-width:1023px) {
  .declare-purchase-content-optedin .search-fields .register-ean {
    width: calc(42% - 70px);
  }

  .declare-purchase-content-optedin .search-fields .search-input-field {
    padding-right: 10px;
  }
}

@media only screen and (max-width:761px) {
  .declare-purchase-content-optedin .search-fields .register-ean {
    width: calc(100% - 75px);
    margin-left: 6px;
  }
}

@media only screen and (max-width:761px) {
  .declare-purchase-content-optedin .search-fields .search-input-field {
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (max-width:761px) {
  .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: 100%;
  }

  .declare-purchase-content-optedin .purchased-products .purchased-products-li .purchased-products-controls {
    position: relative;
    display: block;
    float: initial;
    margin-top: 25px;
  }
}

@media only screen and (max-width:761px) {
  .tooltip-wrapper.tooltip-receipt {
    width: 100%;
    max-width: 75%;
  }
}

@media only screen and (max-width:761px) {
  .tooltip-wrapper.tooltip-ean {
    width: 100%;
    max-width: 75%;
  }
}

@media only screen and (max-width:761px) {
  .declare-purchase-content-asset-wrapper .declare-purchase-content-asset,
  .declare-purchase-content-asset-wrapper .declare-purchase-content-asset-button,
  .declare-purchase-content-error .declare-purchase-content-asset,
  .declare-purchase-content-error .declare-purchase-content-asset-button,
  .declare-purchase-content-success .declare-purchase-content-asset,
  .declare-purchase-content-success .declare-purchase-content-asset-button {
    width: 100%;
  }

  .declare-purchase-content-asset-wrapper .section-bottom .section-link,
  .declare-purchase-content-error .section-bottom .section-link,
  .declare-purchase-content-success .section-bottom .section-link {
    padding: 0 10px;
  }
}

@media only screen and (max-width:761px) and (orientation:portrait) {
  .declare-purchase-content-asset-wrapper .lip-optin-checkbox,
  .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 .lip-optin-checkbox,
  .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 .lip-optin-checkbox,
  .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 {
    width: 100%;
  }
}

@media only screen and (max-width:1023px) {
  .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 {
    padding: 0;
  }
}

@media only screen and (max-width:761px) {
  .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 {
    margin-left: 23px;
    padding: 0 10px;
    text-align: left;
  }
}

@media only screen and (max-width:761px) {
  .declare-purchase-banned-asset {
    width: 90%!important;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .declare-purchase-banned-asset #declare-purchase-banned-dialog {
    height: 100%!important;
  }
}

@media only screen and (max-width:1023px) and (min-width:762px) {
  .declare-purchase-banned-asset {
    left: 25%;
    -webkit-transform: translate(-16%,-50%);
    -ms-transform: translate(-16%,-50%);
    transform: translate(-16%,-50%);
  }
}

@media only screen and (max-width:1023px) {
  .receipt-select {
    width: 48%;
  }

  .choose-file-btn-container {
    padding-right: 5px;
  }
}

@media only screen and (max-width:761px) {
  .receipt-select {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width:761px) {
  .choose-file-btn-container {
    margin: 12px 0 0;
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .wrap-declare-purchase-link {
    padding-top: 15px;
  }
}

@media only screen and (min-width:1024px) {
  .declare-purchase-banned-asset {
    min-width: 560px;
  }

  .pt_samples .primary-content {
    width: 66.6666666667%;
  }
}

@media only screen and (max-width:1023px) {
  .pt_samples .primary-focus {
    margin-bottom: 120px;
  }

  .pt_samples .primary-content {
    width: 100%;
  }
}

@media only screen and (max-width:761px) {
  .pt_samples .primary-content {
    width: 100%;
  }
}

@media only screen and (min-width:1024px) {
  .pt_samples .primary-sticky {
    width: 33.3333333333%;
  }
}

@media only screen and (max-width:1023px) {
  .pt_samples .primary-sticky {
    width: 100%;
  }

  .pt_samples .primary-sticky .samples-sticky {
    display: none;
  }

  .pt_samples+.checkout-footer-tag {
    margin-bottom: 118px;
  }

  .pt_samples+.checkout-footer-tag.sticky-hidden {
    margin-bottom: 52px;
  }

  .samples-page-wrapper .title {
    letter-spacing: -.02em;
  }
}

@media only screen and (max-width:761px) {
  .pt_samples .primary-sticky {
    width: 100%;
  }

  .samples-page-wrapper .title {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
  }

  .samples-page-wrapper .subtitle {
    text-align: center;
  }
}

@media only screen and (max-width:1023px) {
  .samples-page-wrapper .samples-sticky {
    display: block;
    position: relative;
    width: inherit;
    max-width: inherit;
    margin: 0;
    padding-top: 0;
  }

  .samples-page-wrapper .samples-sticky .payment-section {
    display: none;
  }

  .samples-page-wrapper .samples-sticky .content-section {
    margin: 30px 0 10px;
    padding: 20px 30px 30px;
  }

  .samples-page-wrapper .samples-sticky .samples-carousel-li {
    margin-top: 0;
  }

  .samples-page-wrapper .samples-sticky .placeholder-wrapper {
    margin-top: 20px;
    width: 100px;
  }
}

@media only screen and (max-width:761px) {
  .samples-page-wrapper .samples-sticky {
    margin: 0 -20px;
  }

  .samples-page-wrapper .samples-sticky .content-section {
    padding-bottom: 20px;
  }

  .samples-page-wrapper .samples-sticky .samples-carousel-li {
    margin-bottom: 20px;
  }

  .samples-page-wrapper .samples-sticky .jcarousel-control-prev {
    left: -18px;
  }

  .samples-page-wrapper .samples-sticky .jcarousel-control-next {
    right: -18px;
  }

  .samples-page-wrapper .samples-sticky .jcarousel-control-next,
  .samples-page-wrapper .samples-sticky .jcarousel-control-prev {
    display: block;
    top: 90px;
  }

  .samples-page-wrapper .samples-sticky .jcarousel-control-next.hidden-arrow,
  .samples-page-wrapper .samples-sticky .jcarousel-control-prev.hidden-arrow {
    display: none;
  }

  .samples-page-wrapper .samples-sticky .placeholder-wrapper {
    margin-top: 10px;
  }
}

@media only screen and (max-width:1024px) {
  .tab-samples .tab-child {
    padding-bottom: 0;
  }
}

@media only screen and (max-width:1023px) {
  .tab-samples .tab-parent {
    display: none;
  }

  .tab-samples .tab-parent.mobile {
    display: block;
  }
}

@media only screen and (max-width:1023px) {
  .tab-samples .new-samples-tab .samples-carousel-li {
    display: block;
  }

  .tab-samples .beauty-routine-tab {
    margin-bottom: -40px;
  }

  .tab-samples .beauty-routine-tab .samples-carousel-li {
    display: block;
  }

  .catalog-tab-carousel-mobile,
  .samples-page-carousel {
    margin: 0 -30px;
  }
}

@media only screen and (max-width:761px) {
  .catalog-tab-carousel-mobile,
  .samples-page-carousel {
    margin: 0 -20px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width:1023px) {
  .catalog-tab-carousel-mobile .samples-carousel-ul,
  .samples-page-carousel .samples-carousel-ul {
    width: 20000em;
  }

  .catalog-tab-carousel-mobile .samples-carousel-li,
  .samples-page-carousel .samples-carousel-li {
    max-width: none;
    min-width: 0;
    margin: 0 0 0 -2.5px;
  }

  .catalog-tab-carousel-mobile .samples-carousel-li:nth-child(n+1),
  .samples-page-carousel .samples-carousel-li:nth-child(n+1) {
    margin-left: -2.5px;
  }

  .catalog-tab-carousel-mobile .samples-carousel-li:first-child,
  .samples-page-carousel .samples-carousel-li:first-child {
    margin-left: 0;
  }

  .catalog-tab-carousel-mobile .sample-tile-wrapper,
  .samples-page-carousel .sample-tile-wrapper {
    margin: 0 auto;
    max-width: 306px;
  }

  .catalog-tab-carousel-mobile .sample-tile-wrapper:hover:not(.selected),
  .samples-page-carousel .sample-tile-wrapper:hover:not(.selected) {
    box-shadow: none;
  }
}

@media only screen and (max-width:761px) {
  .catalog-tab-carousel-mobile .sample-tile-wrapper,
  .samples-page-carousel .sample-tile-wrapper {
    max-width: 296px;
  }
}

@media only screen and (max-width:761px) and (orientation:portrait) {
  .catalog-tab-carousel-mobile .sample-tile-wrapper,
  .samples-page-carousel .sample-tile-wrapper {
    max-width: 166px;
  }
}

@media only screen and (max-width:1024px) {
  .catalog-tab-carousel-mobile .samples-badge,
  .samples-page-carousel .samples-badge {
    left: 0;
  }
}

@media only screen and (max-width:1024px) and (orientation:portrait) {
  .catalog-tab-carousel-mobile .samples-badge,
  .samples-page-carousel .samples-badge {
    left: 50px;
  }
}

@media only screen and (max-width:1023px) {
  .catalog-tab-carousel-mobile .sample-label,
  .samples-page-carousel .sample-label {
    padding: 0 60px;
  }
}

@media only screen and (max-width:761px) {
  .catalog-tab-carousel-mobile .samples-badge,
  .samples-page-carousel .samples-badge {
    left: 10px;
  }

  .catalog-tab-carousel-mobile .sample-image,
  .samples-page-carousel .sample-image {
    margin-top: 10px;
  }

  .catalog-tab-carousel-mobile .sample-label,
  .samples-page-carousel .sample-label {
    padding: 0 10px;
  }
}

@media only screen and (max-width:1023px) {
  .catalog-tab-carousel-mobile .readmore,
  .catalog-tab-carousel-mobile .review-link,
  .samples-page-carousel .readmore,
  .samples-page-carousel .review-link {
    -webkit-transition: 0s .5s;
    transition: 0s .5s;
    color: #000;
    border-bottom-color: #bfbfbf;
  }

  .catalog-tab-carousel-mobile .readmore:hover,
  .catalog-tab-carousel-mobile .review-link:hover,
  .samples-page-carousel .readmore:hover,
  .samples-page-carousel .review-link:hover {
    color: #000;
    border-bottom-color: #bfbfbf;
  }

  .catalog-tab-carousel-mobile .readmore:active,
  .catalog-tab-carousel-mobile .review-link:active,
  .samples-page-carousel .readmore:active,
  .samples-page-carousel .review-link:active {
    -webkit-transition: 0s;
    transition: 0s;
    color: #be0f34;
    border-bottom-color: #efc3cc;
  }
}

@media only screen and (max-width:761px) {
  .catalog-tab-carousel-mobile .color-dropdown-container,
  .samples-page-carousel .color-dropdown-container {
    width: 150px;
  }
}

@media only screen and (max-width:761px) {
  .catalog-tab-carousel-mobile .selectbtn-container,
  .samples-page-carousel .selectbtn-container {
    margin-bottom: 10px;
  }

  .catalog-tab-carousel-mobile .selectbtn-container.color-variations-available,
  .samples-page-carousel .selectbtn-container.color-variations-available {
    width: 150px;
  }
}

@media only screen and (max-width:1023px) {
  .samples-page-selected-carousel .sample-tile-placeholder {
    margin-top: 5px;
  }

  .samples-page-selected-carousel .sample-mini-tile-wrapper .selected-image {
    margin: 5px 0 20px;
  }
}

@media only screen and (max-width:761px) {
  .samples-page-selected-carousel .sample-mini-tile-wrapper .selected-image {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width:1024px) {
  .samples-page-selected-carousel .sample-mini-tile-wrapper {
    display: block;
  }

  .samples-page-selected-carousel .placeholder-wrapper,
  .samples-page-selected-carousel .sample-mini-tile {
    width: 75px;
  }
}

@media only screen and (max-width:1023px) {
  .samples-page-selected-carousel .sample-mini-tile {
    width: 100px;
  }
}

@media only screen and (max-width:1023px) {
  .tab-content-header {
    margin-top: 15px;
  }
}

@media only screen and (max-width:761px) {
  .tab-content-header {
    position: relative;
    margin-top: 0;
  }

  .tab-content-header .samples-number {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }

  .tab-content-header .samples-number .count {
    margin: 0;
  }
}

@media only screen and (max-width:761px) {
  .tab-content-header .description {
    margin: 20px 0 40px;
    text-align: center;
  }
}

@media only screen and (max-width:761px) {
  .beauty-routine-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -20px 0 15px;
  }

  .beauty-routine-header .routine-title {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}

@media only screen and (max-width:761px) {
  .multiple-select-dropdown-holder {
    position: relative;
    bottom: -30px;
    margin-bottom: 25px;
    width: 100%;
    max-width: 336px;
  }
}

@media only screen and (max-width:761px) and (orientation:landscape) {
  .multiple-select-dropdown-holder {
    left: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width:1024px) {
  .samples-sticky {
    max-width: 290px;
  }
}

@media only screen and (max-width:1023px) {
  .samples-sticky .content-section .title-wrapper {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width:1023px) {
  .samples-sticky-mobile {
    display: block;
    clear: both;
    width: 100%;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background: #eee;
    z-index: 99;
  }

  .samples-sticky-mobile .content-section {
    margin-bottom: 10px;
  }

  .samples-sticky-mobile .content-section.hidden {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
  }

  .samples-sticky-mobile .content-section.hidden .title-wrapper {
    margin: 0;
  }

  .samples-sticky-mobile .content-section .title-wrapper {
    margin: 10px 0 5px;
  }

  .samples-sticky-mobile .content-section .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;
  }

  .samples-sticky-mobile .payment-section,
  .samples-sticky-mobile .payment-section .payment-button {
    width: 100%;
  }

  .samples-sticky-mobile .empty-line-space {
    height: 2px;
    background: #fff;
  }

  .samples-sticky-mobile .samples-page-jcarousel-wrapper {
    width: 30%;
    margin: 0 auto;
  }

  .samples-sticky-mobile .samples-page-jcarousel-wrapper .jcarousel-control-next,
  .samples-sticky-mobile .samples-page-jcarousel-wrapper .jcarousel-control-prev {
    top: 19px;
  }

  .samples-sticky-mobile .samples-page-jcarousel-wrapper .jcarousel-control-prev {
    left: -20px;
  }

  .samples-sticky-mobile .samples-page-jcarousel-wrapper .jcarousel-control-next {
    right: -20px;
  }

  .samples-sticky-mobile .samples-page-jcarousel-wrapper .samples-carousel-li {
    margin: 0;
  }

  .samples-sticky-mobile .samples-page-jcarousel-wrapper .sample-mini-tile-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .samples-sticky-mobile .samples-page-jcarousel-wrapper .selected-image {
    cursor: pointer;
    margin: 5px 0 0;
  }

  .samples-sticky-mobile .samples-page-jcarousel-wrapper .selected-image .placeholder-empty {
    margin: 0;
    border: none;
  }

  .samples-sticky-mobile .samples-page-jcarousel-wrapper .step-number {
    margin-right: 8px;
  }

  .samples-sticky-mobile .samples-page-jcarousel-wrapper .placeholder-empty {
    margin: 5px 0 0;
    border: 1px solid #000;
  }
}

@media only screen and (max-width:761px) {
  .samples-sticky-mobile .samples-page-jcarousel-wrapper {
    width: 60%;
  }

  .samples-sticky-mobile .jcarousel-control-next,
  .samples-sticky-mobile .jcarousel-control-prev {
    display: block;
  }

  .samples-sticky-mobile .jcarousel-control-next.hidden-arrow,
  .samples-sticky-mobile .jcarousel-control-prev.hidden-arrow {
    display: none;
  }
}

@media only screen and (max-width:761px) and (orientation:landscape) {
  .samples-sticky-mobile .samples-page-jcarousel-wrapper {
    width: 35%;
  }
}

@media only screen and (max-width:1023px) {
  .pt_samples .checkout-progress-indicator-rework {
    width: 65%;
  }
}

@media only screen and (max-width:1024px) {
  .samples-product-dialog .samples-carousel-li:nth-child(n+1) {
    margin: 0 0 -2.5px -2.5px;
  }

  .samples-product-dialog .samples-carousel-li:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width:761px) {
  .samples-product-dialog .samples-carousel-li {
    margin: 0 0 -2.5px -2.5px;
  }

  .samples-product-dialog .samples-carousel-li .color-dropdown-container,
  .samples-product-dialog .samples-carousel-li .selectbtn-container,
  .samples-product-dialog .samples-carousel-li .selectbtn-container.color-variations-available {
    width: 95%;
  }

  .samples-product-dialog .samples-carousel-li:nth-child(n+1) {
    margin-left: 0;
  }

  .samples-product-dialog .samples-carousel-li:nth-child(2n) {
    margin-left: -2.5px;
  }

  .samples-product-dialog .samples-carousel-li:nth-child(2n) .color-dropdown-container,
  .samples-product-dialog .samples-carousel-li:nth-child(2n) .selectbtn-container {
    padding-left: 2.5px;
  }

  .samples-product-overlay {
    height: 100%;
  }
}

@media only screen and (max-width:1023px) {
  .samples-product-overlay-content {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width:761px) {
  .samples-product-overlay-content {
    margin-left: 10px;
    margin-right: 10px;
    height: 79vh;
    padding: 40px 30px 0 10px;
  }
}

@media only screen and (max-width:761px) {
  .samples-product-overlay-content .samples-product-overlay-close {
    margin: -35px 0 0 -5px;
  }
}

@media only screen and (max-width:1024px) {
  .samples-max-count-reached-dialog-ui {
    margin-left: -185px;
  }
}

@media only screen and (max-width:761px) {
  .samples-max-count-reached-dialog-ui {
    margin-left: -175px;
  }
}

@media only screen and (max-width:1023px) {
  .samples-max-count-reached-overlay-content {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width:761px) {
  .samples-max-count-reached-overlay-content {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (max-width:761px) {
  #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 {
    clear: both;
    float: left;
    width: 50%;
  }

  #wrapper.pt_order .order-history-header.header-repay:not(.ui-accordion-header-active) .header-main .order-number {
    margin: 5px 0;
  }

  #wrapper.pt_order .order-history-header.header-repay:not(.ui-accordion-header-active) .header-main .repay-section {
    width: 50%;
  }

  #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 {
    min-width: 130px;
  }

  #wrapper.pt_order .order-total-section.order-total-repay {
    text-align: center;
  }

  #wrapper.pt_order .order-total-section.order-total-repay .order-total-wrapper,
  #wrapper.pt_order .order-total-section.order-total-repay .repay-section {
    width: 100%;
  }
}

@media only screen and (max-width:761px) {
  #wrapper.pt_order .order-total-section.order-total-repay .order-total-wrapper {
    margin-bottom: 10px;
  }

  #wrapper.pt_order .order-total-section.order-total-repay .repay-section {
    margin: 0;
  }
}

@media only screen and (max-width:761px) {
  .cart-table-wrapper .pending-orders-message {
    margin: 0 20px 20px;
  }
}

@media only screen and (max-width:761px) {
  .quick-shop-ui-dialog {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .quickViewDialog.ui-dialog-content {
    overflow-y: auto;
  }
}

@media only screen and (min-width:761px) {
  .quickViewDialog .general-error-container,
  .quickViewDialog .pdp-container {
    overflow-y: auto;
    max-height: 98vh;
  }

  .quickViewDialog {
    height: 100%!important;
  }

  .quickViewDialog .general-error-container,
  .quickViewDialog .general-error-wrapper,
  .quickViewDialog .pdp-container,
  .quickViewDialog .pdp-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
  .quickViewDialog .general-error-container,
  .quickViewDialog .general-error-wrapper,
  .quickViewDialog .pdp-container,
  .quickViewDialog .pdp-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (min-width:761px) and (max-width:761px) {
  .quickViewDialog .general-error-container,
  .quickViewDialog .general-error-wrapper,
  .quickViewDialog .pdp-container,
  .quickViewDialog .pdp-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (max-width:761px) {
  .quickViewDialog .general-error-container,
  .quickViewDialog .general-error-wrapper,
  .quickViewDialog .pdp-container,
  .quickViewDialog .pdp-wrapper {
    margin: 0;
  }

  .promoBonusProduct {
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media only screen and (min-width:762px) {
  .promoBonusProduct {
    width: 699px!important;
  }
}

@media only screen and (min-width:1024px) {
  .promoBonusProduct {
    width: 773px!important;
  }
}

@media only screen and (max-width:761px) {
  .promoBonusProduct.bonusPopupDesktop,
  .promoBonusProduct.bonusPopupTablet {
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
  }
}

@media only screen and (min-width:762px) {
  .promoBonusProduct.bonusPopupDesktop {
    width: 699px!important;
  }
}

@media only screen and (min-width:1024px) {
  .promoBonusProduct.bonusPopupDesktop {
    width: 773px!important;
  }
}

@media only screen and (max-width:662px) {
  .loyalty-input-code .sbOptions {
    width: 149.5%!important;
  }
}

@media only screen and (min-width:762px) and (max-width:1014px) {
  .loyalty-input-code .sbOptions {
    width: 100%!important;
  }
}

@media only screen and (min-width:1024px) {
  .loyalty-input-code .sbOptions {
    width: 165%!important;
  }
}

@media only screen and (max-width:761px) {
  .stampOverlayContainer {
    height: 100%!important;
    width: 100%!important;
    top: 0!important;
  }
}

@media only screen and (min-width:762px) {
  .stampOverlayContainer {
    width: 699px!important;
  }
}

@media only screen and (min-width:1024px) {
  .stampOverlayContainer {
    width: 776px!important;
  }
}

@media only screen and (max-width:761px) {
  .advantageOverlayContainer,
  .redeemOverlayContainer {
    height: 100%!important;
    width: 100%!important;
    top: 0!important;
  }

  .ui-tooltip.tooltip-arrow-gray.pdp-redesign-reassurance-tooltip {
    display: none!important;
  }
}

@media only screen and (min-width:762px) {
  .advantageOverlayContainer {
    width: 699px!important;
  }
}

@media only screen and (min-width:1024px) {
  .advantageOverlayContainer {
    width: 778px!important;
  }
}

@media only screen and (min-width:762px) {
  .bundleQuickViewDialog.ui-dialog-content {
    width: 700px!important;
  }
}

@media only screen and (min-width:1024px) {
  .bundleQuickViewDialog.ui-dialog-content {
    width: 980px!important;
  }
}