@import url("sxh7qfq.css");
@font-face {
  font-family: 'Avenir-LT-Light';
  src: url("../ttf/avenir-lt-std-35-light_5169.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Avenir-LT-Heavy';
  src: url("../ttf/avenir-lt-std-85-heavy_5177.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/*Font for password*/
/* Use the css below to change the password input symbol */
@font-face {
  font-family: 'fontello';
  src: url("../eot/fontello4a7d.eot");
  src: url("../eot/fontello4a7d.eot#iefix") format("embedded-opentype"), url("../fontello4a7d.html") format("woff2"), url("../woff/fontello4a7d.woff") format("woff"), url("../ttf/fontello4a7d.ttf") format("truetype"), url("../svg/fontello4a7d.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
:focus {
  outline: none;
}

.l-ImageCarouselP__nav__dot,
.l-ImageCarouselP__nav__toggle {
  height: 24px;
}

.g-Text a {
  color: #9f8839 !important;
}

.overflow-hidden {
  overflow: hidden;
}

/* show cursor pointer for any hyperlink*/
a:hover {
  cursor: pointer;
}

.g-ImageCarouselP__nav__dot {
  padding: 0;
  margin: 0 5px;
}
.g-ImageCarouselP__nav__dot:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0;
}

.g-ImageCarouselP__nav__dot:before,
.g-ImageCarouselP__nav__toggle:before {
  color: #A18A43;
}

input[type="password"]::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

@media (min-width: 641px) {
  .g-ImageCarouselP__nav__dot {
    width: 8px;
  }
  .g-ImageCarouselP__nav__dot:before {
    font-size: 8px !important;
    line-height: 1;
    height: 8px;
  }

  .slick-active .g-ImageCarouselP__nav__dot {
    width: 10px;
  }
  .slick-active .g-ImageCarouselP__nav__dot:before {
    font-size: 10px !important;
    height: 10px;
  }
}
@media (max-width: 640px) {
  .g-ImageCarouselP__nav__dot {
    width: 5.6px;
  }
  .g-ImageCarouselP__nav__dot:before {
    font-size: 5.6px !important;
    line-height: 1;
    height: 5.6px;
  }

  .slick-active .g-ImageCarouselP__nav__dot {
    width: 7px;
  }
  .slick-active .g-ImageCarouselP__nav__dot:before {
    font-size: 7px !important;
    height: 7px;
  }
}
body:not(.is-authorring) .loading {
  visibility: hidden;
}

/*consider updating this as common property*/
.handlebar-template {
  display: none;
}

/* Gold Button*/
.sensai-gold-arrow-button-pack {
  width: auto;
}
.sensai-gold-arrow-button-pack .g-ButtonP__list {
  margin: 0 !important;
  font-family: adobe-garamond-pro;
}
.sensai-gold-arrow-button-pack .g-ButtonP__list .g-ButtonP__list__item {
  padding: 0;
  width: 100%;
}
.sensai-gold-arrow-button-pack .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit .g-ButtonUnit__link {
  padding: 15px 0 13px;
  border: solid 1px #9f8839;
  box-shadow: none;
  border-radius: 0;
  background: none;
  color: #9f8839;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
}
.sensai-gold-arrow-button-pack .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit .g-ButtonUnit__link:hover:after {
  content: "";
  border: solid #9f8839;
  border-width: 0 1.5px 1.5px 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  padding: 3px;
  margin: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* White Button */
.sensai-white-arrow-button-pack {
  width: auto;
}
.sensai-white-arrow-button-pack .g-ButtonP__list {
  margin: 0 !important;
}
.sensai-white-arrow-button-pack .g-ButtonP__list .g-ButtonP__list__item {
  padding: 0;
  width: 100%;
}
.sensai-white-arrow-button-pack .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit .g-ButtonUnit__link {
  padding: 15px 0 13px;
  border: solid 1px #FFFFFF;
  box-shadow: none;
  border-radius: 0;
  background: none;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
}
.sensai-white-arrow-button-pack .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit .g-ButtonUnit__link:hover:after {
  content: "";
  border: solid #FFFFFF;
  border-width: 0 1.5px 1.5px 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  padding: 3px;
  margin: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.sensai-gold-noarrow-button-pack {
  width: auto;
}
.sensai-gold-noarrow-button-pack .g-ButtonP__list {
  margin: 0 !important;
}
.sensai-gold-noarrow-button-pack .g-ButtonUnit__link .cmn-richtext {
  padding: 0;
}
.sensai-gold-noarrow-button-pack .g-ButtonP__list .g-ButtonP__list__item {
  padding: 0;
  width: 100%;
}
.sensai-gold-noarrow-button-pack .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit .g-ButtonUnit__link {
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  color: #9f8839;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px !important;
}
.sensai-gold-noarrow-button-pack .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit .g-ButtonUnit__link:hover:after {
  content: "";
  border: solid #9f8839;
  border-width: 0 1.5px 1.5px 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  padding: 3px;
  margin: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.sensai-gold-noarrow-button-pack-reverse {
  width: auto;
}
.sensai-gold-noarrow-button-pack-reverse .g-ButtonP__list {
  margin: 0 !important;
}
.sensai-gold-noarrow-button-pack-reverse .g-ButtonUnit__link .cmn-richtext {
  padding: 0;
}
.sensai-gold-noarrow-button-pack-reverse .g-ButtonP__list .g-ButtonP__list__item {
  padding: 0;
  width: 100%;
}
.sensai-gold-noarrow-button-pack-reverse .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit .g-ButtonUnit__link {
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  color: #9f8839;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 25px !important;
}
.sensai-gold-noarrow-button-pack-reverse .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit .g-ButtonUnit__link:hover:before {
  content: "";
  border: solid #9f8839;
  border-width: 0 1.5px 1.5px 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  padding: 3px;
  margin: 7px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/*delete if not needed*/
.search-no-results-groupbox .g-BrFooterSitemapUnit__title a {
  color: #2f2d2d;
  font-size: 12px;
}

.search-no-results-groupbox .l-BrFooterSitemapUnit__links a {
  color: #2f2d2d;
}

.shopping-bag-overlay-product-info {
  font-size: 14px;
  line-height: 1.29;
}

.shopping-bag-overlay-product-size {
  font-size: 12px;
  line-height: 1.17;
}

.shopping-bag-overlay-product-qty {
  font-size: 12px;
  line-height: 1.33;
}

/* table css */
table {
  border-collapse: collapse;
  width: 100%;
}
table th {
  padding: 35.5px 20px 35.5px 0;
  text-align: left;
  font-weight: bold;
}
table td {
  padding: 35.5px 20px 35.5px 0;
  text-align: left;
}
table tr {
  border-bottom: 1px solid #ddd;
}
table tr:hover {
  background-color: #f5f5f5;
}
table a:link {
  text-decoration: none;
}
table a:visited {
  text-decoration: none;
}

#caps-lock-block .g-Text {
  margin: 0px;
}

.hybris-error-response {
  padding-bottom: 15px;
  color: #af2731;
  font-size: 14px;
}

.g-AccordionMenu .cmn-icon--down:before {
  content: url(../svg/plusicon.svg);
  width: 9px;
  display: flex;
  align-items: center;
  height: 22px;
}

.g-AccordionMenu .cmn-icon--up:before {
  content: url(../svg/minusicon.svg);
  width: 9px;
  display: flex;
  align-items: center;
  height: 18px;
}

.form_row {
  position: relative;
}
.form_row .form_leftcollabel label {
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: normal;
  color: #aab0bb;
  position: absolute;
  top: -16px;
}

.custom-dropdown-wrapper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.custom-dropdown-wrapper .form_row .form_rightcol {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 !important;
  position: relative;
  cursor: pointer;
}
.custom-dropdown-wrapper .form_row .form_rightcol::after {
  content: "\e011";
  font-family: 'icomoon';
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  right: 0px;
  top: 3px;
  position: absolute;
}
.custom-dropdown-wrapper .form_row .form_rightcol input {
  cursor: pointer;
  height: 15px;
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front,
.custom-dropdown-wrapper .g-ListP {
  position: absolute;
  left: 0;
  top: 26px;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 4px 20px 0 rgba(158, 136, 57, 0.04);
  border: solid 0.5px #9f8839;
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front,
.custom-dropdown-wrapper .g-ListP ul {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  padding: 10px 0px;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li,
.custom-dropdown-wrapper .g-ListP ul li {
  list-style: none;
  list-style-image: none;
  overflow: hidden;
  padding: 0 6px;
  box-sizing: border-box;
  position: relative;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li:hover,
.custom-dropdown-wrapper .g-ListP ul li:hover {
  background-color: rgba(159, 136, 57, 0.05);
  cursor: pointer;
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  width: 100% !important;
  top: 64px !important;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item {
  padding-right: 20px;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item:first-child {
  padding: 0 12px 8px;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item:not(:first-child):not(:last-child) {
  padding: 8px 12px;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item:last-child {
  padding: 8px 12px 0;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item .ui-menu-item-wrapper {
  padding: 0;
  border: none !important;
  background: none;
  font-weight: normal;
  color: unset;
  margin: 0;
  font-family: 'Avenir-LT-Light';
  font-size: 16px;
  line-height: 1;
  position: static;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item .ui-menu-item-wrapper b {
  font-weight: normal;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item .ui-menu-item-wrapper .right-arrow {
  width: 12px;
  height: 22px;
  position: absolute;
  top: 7px;
  right: 8px;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item .ui-menu-item-wrapper .right-arrow:after {
  margin: 0;
}

.custom-dropdown-close .form_row .form_rightcol::after {
  content: "\e010";
}

.custom-dropdown-wrapper .form_rightcol {
  display: flex;
  flex-direction: row;
}
.custom-dropdown-wrapper .form_rightcol_wrapper {
  width: 100%;
}

.dropdown-selected {
  background-color: rgba(159, 136, 57, 0.05);
}

.custom-dropdown-hide {
  display: none;
}

.is-authorring .custom-dropdown-wrapper .g-ListP {
  position: relative;
  border: 0px;
  display: block;
}

.custom-dropdown-wrapper.drop-down-title .g-ListP ul li {
  padding: 0px 0px 0px 6px;
}

/*Remove Carousel arrows*/
.g-ImageCarouselP .slick-arrow {
  display: none !important;
}

.drop-down-scroll ul {
  height: 151px;
  overflow: auto;
}

.is-authorring .drop-down-scroll ul {
  height: auto;
  overflow: inherit;
}
.is-authorring .display-none {
  display: block;
  position: relative;
}

body:not(.is-authorring) .error-messages-list {
  display: none;
}

.qty-input-text {
  display: none;
}
.qty-input-text input {
  width: 45px;
}

.qty-block .custom-dropdown-wrapper {
  width: 45px;
}
.qty-block .custom-dropdown-wrapper .form_row .form_rightcol input {
  width: 45px;
  border: none;
  border-bottom: solid 1px #cecece;
  padding: 0 0 2px;
  font-family: inherit !important;
  color: #2f2d2d;
}
.qty-block .custom-dropdown-wrapper .form_row .form_rightcol::after {
  top: 0px !important;
}
.qty-block .qty-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qty-block .custom-dropdown-wrapper .form_row .arrow-hide::after {
  visibility: hidden;
}
.qty-block .custom-dropdown-wrapper .form_row .arrow-show::after {
  visibility: visible;
}
.qty-block .custom-dropdown-wrapper input {
  border-bottom: solid 1px #9e8839 !important;
}

img.question-icon {
  cursor: pointer;
}

/*New label for products*/
.new-product {
  font-family: 'adobe-garamond-pro';
  text-align: center;
  margin: 0;
  background: #A18A43;
  color: #FFFFFF;
  height: fit-content;
}

@media (min-width: 1025px) {
  .new-product {
    font-size: 10px;
    line-height: 1.4;
    padding: 5.5px 12px 3.5px;
  }

  .sensai-section-padding .g-Section__inner {
    padding: 0 9.3%;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .new-product {
    font-size: 7px;
    line-height: 1.29;
    padding: 3.5px 7px 1.5px;
  }
}
@media (max-width: 640px) {
  .new-product {
    font-size: 7px;
    line-height: 1.29;
    padding: 3px 4px 1.5px;
  }
}
.more-cta {
  color: #9f8839;
}
.more-cta:hover {
  color: #9f8839;
}

/*tile link units without link*/
.g-TileLinkVUnit:not([href]),
.g-TileLinkHUnit:not([href]) {
  cursor: unset;
}

.display-none {
  display: none;
}

.footer-parent-group-box a {
  color: #2f2d2d;
}

.footer-select-country a {
  color: #2f2d2d !important;
}
.footer-select-country .is-colorset--6 .g-ButtonUnit__link .g-ButtonUnit__link__icon {
  color: #2f2d2d;
}

.counselling-grp-box .g-TextLinkP span, .about-sensai-support .g-TextLinkP span {
  font-size: 12px;
}

.select-country-grp-box .g-Text span, .select-country-grp-box .cmn-richtext span {
  font-size: 10px;
  font-family: adobe-garamond-pro;
}

input#sensai_sign_up_Email {
  font-family: adobe-garamond-pro;
  font-size: 24px;
}

/*------------mobile and tab-------------------------------*/
@media (max-width: 1024px) {
  .footer-tc-text span {
    color: white;
  }

  .footer-parent-group-box .g-GroupBox .g-HeadingTitle span {
    font-size: 18px;
  }

  .select-country-grp-box .cmn-richtext span {
    font-size: 18px;
  }
  .select-country-grp-box .g-Text span {
    font-size: 10px;
  }
}
/*checkoutpage*/
.checkout-memu-bar-section .g-HeadingTitle span {
  font-size: 32px;
  font-family: adobe-garamond-pro;
}

#checkout-memubar li.g-TextLinkP__list__item.l-TextLinkP__list__item span, .samples-column-unit span {
  font-size: 16px;
  font-family: adobe-garamond-pro;
}

.gift-wrapper-samples-heading span {
  font-size: 24px;
  font-family: adobe-garamond-pro;
}

#gift-wrapping-grpbox .form_rightcol {
  font-size: 14px;
  font-family: Avenir-LT-Light;
}

a#go-to-shipping-button sapn {
  font-size: 16px;
  font-family: adobe-garamond-pro;
}

div#shipping-order-grp-box span, .summary-order, div#order-code, .prod-line-name, .prod-name {
  font-size: 14px;
  font-family: Avenir-LT-Light;
}

div#prod-catogery, div#prod-quantity {
  font-size: 12px;
  font-family: Avenir-LT-Light;
}
div#shipping-subtotal span, div#summary-subtotal, div#shipping-vat-text span, div#summary-vat-text {
  font-size: 14px;
  font-family: Avenir-LT-Light;
}
div#complimentary-heading span {
  font-size: 14px;
  font-family: Avenir-LT-Light;
}
div#complimentary-heading .g-Text.l-Text span {
  font-size: 14px;
  font-family: adobe-garamond-pro;
}
div#samples-heading span {
  font-size: 14px;
  font-family: Avenir-LT-Light;
}

form#no-registered-form input, form#guest-form input {
  font-size: 14px;
  font-family: Avenir-LT-Light;
}
form#sensai_login input.form_button_submit, form#no-registered-form input.form_button_submit, form#guest-form input.form_button_submit {
  font-family: adobe-garamond-pro;
}

.termsCheck span:not([class^="opt-fontfamily-"]) {
  font-family: Avenir-LT-Light;
}

.is-authorring .newsletter-msg {
  display: block;
}

/*----- Unsubscribe -----*/
#unsubscribe-confirmation-url .g-ButtonP__list__item {
  width: 27.5%;
}

#unsubscribe-confirmation-url .g-ButtonUnit {
  height: 50px;
}

#unsubscribe-button .g-ButtonP__list__item {
  width: 100%;
}
#unsubscribe-button .g-ButtonUnit {
  height: 50px;
}

#unsubscribe-confirmation-url .g-HeadingTitle {
  padding-bottom: 60px;
}

.unsubscribe .g-Section__inner {
  margin-left: 37.6%;
  margin-right: 44.3%;
}
.unsubscribe .g-HeadingTitle {
  padding-bottom: 40px;
}

/*---------------------------------------Footer CSS------------------------------------------------------*/
.newsletter-group-box input.form_button_submit {
  font-family: adobe-garamond-pro;
}

.newsletter-msg {
  display: none;
}
.newsletter-msg .g-Text {
  margin: 0;
}

.footer-tc-text a {
  text-decoration: none;
}

#sensai_sign_up .form #sensai_sign_up_Email::placeholder {
  color: #f7f7f5;
}

.g-BrFooter__sitemapBlock.l-BrFooter__sitemapBlock,
.error-msg-text,
.g-BrFooterSitemapUnit.l-BrFooterSitemapUnit.js-BrFooter .cmn-icon--bullet {
  display: none;
}

.g-BrFooterSitemapUnit__links a {
  padding-left: 0;
  display: inline-block;
}

.g-BrFooterSitemapUnit__title__link {
  padding-left: 7px;
  display: inline-block;
}

.g-BrFooterSitemapUnit {
  padding: 00;
  border-style: solid;
  border-width: 0 0 00;
}

/*------------*/
.newsletter-title {
  border-bottom: 0;
}

.newsletter-group-box .g-PageTitle {
  border-bottom: 0 solid #ccc;
}

.opt-fixed-adjust {
  padding-top: 100px;
  margin-top: -100px;
}

.footer-select-country .g-ButtonUnit__link {
  letter-spacing: normal;
}
.footer-select-country .cmn-icon--bullet {
  top: 42%;
}
.footer-select-country .cmn-icon--bullet:before {
  color: #2F2D2D;
  font-size: 10px;
}
.footer-select-country .g-ButtonUnit__link {
  padding-left: 14px;
}
.footer-select-country a {
  border: 0;
}
.footer-select-country .cmn-richtext {
  padding-left: 0 !important;
}

.g-BrFooter.l-BrFooter.opt-pb20--imp {
  background-color: #f7f7f5;
}

input#sensai_sign_up_Email {
  font-style: italic;
  font-family: 'adobe-garamond-pro' !important;
}
input#sensai_sign_up_Email:focus {
  outline: none;
}

/*-----------------------------------------------------------------------------------------------*/
#sensai_sign_up .form .form_row .form_leftcol {
  display: none;
}
#sensai_sign_up .form > .form_row:nth-last-child(2) .form_rightcol {
  border: none;
}
#sensai_sign_up input.form_button_submit:focus {
  outline: none;
}

input#sensai_sign_up_Email:focus,
#sensai_sign_up input.form_button_submit:focus {
  outline: none;
}

.g-BrFooter.l-BrFooter.opt-pb20--imp {
  padding-bottom: 0;
}

.g-SocialFunction__inner.l-SocialFunction__inner {
  display: none;
}

form#sensai_sign_up .form_row .form_leftcol {
  display: none;
}
form#sensai_sign_up .form_row .form_leftcol .form_leftcolmark {
  display: none;
}
form#sensai_sign_up .form > .form_row:nth-last-child(2) .form_rightcol {
  border: none;
}
form#sensai_sign_up .form .form_row input.error {
  border-bottom: none !important;
}
form#sensai_sign_up .form #sensai_sign_up_Email {
  padding: 0;
}
form#sensai_sign_up .form #sensai_sign_up_Email:focus {
  border-bottom: none !important;
}
form#sensai_sign_up.form-error .error {
  color: #b02832;
}

.newsletter-group-box > .g-Text {
  display: none;
}

.imprint-grpbox {
  display: flex;
  align-items: center;
}

.triman-grpbox .g-Image {
  margin-bottom: 0px;
}
.triman-grpbox .g-ImageTextHP__contentsBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.select-country-grp-box .g-ButtonP:not(.closeicon) .g-ButtonUnit .g-ButtonUnit__link .cmn-richtext {
  text-transform: unset;
}

.select-country-grp-box .footer-symbol img {
  width: 24px;
  padding-right: 5px;
}
.select-country-grp-box .footer-tc-text {
  margin-top: 2px;
  padding-top: 5px;
  letter-spacing: normal;
}
.select-country-grp-box .footer-symbolText {
  padding-top: 5px;
  letter-spacing: normal;
}
.select-country-grp-box .cmn-richtext span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.select-country-grp-box .triman-grpbox .cmn-richtext span {
  display: inline;
}

.registered-mark {
  font-size: 32px;
  vertical-align: middle;
}

.footer-copyright-group-box {
  order: 4;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-fb-insta .g-BannerLinkP__list {
  display: flex;
}

@media (min-width: 1025px) {
  .opt-fixed-adjust {
    padding-top: 114px;
    margin-top: -114px;
  }

  form#sensai_sign_up .form .form_row:nth-last-child(2) .form_rightcol:hover:after {
    content: "";
    border: solid #a18a43;
    border-width: 0 1.4px 1.4px 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: auto;
  }

  .footer-parent-group-box .g-GroupBox {
    width: 20%;
    margin-right: 5.82%;
  }
  .footer-parent-group-box .g-GroupBox:last-child {
    margin-right: 0;
  }

  form#sensai_sign_up .form .form_row:nth-last-child(2) .form_rightcol {
    transition: transform 0.2s;
    display: flex;
  }
  form#sensai_sign_up .form .form_row:nth-last-child(2) .form_rightcol:hover {
    transform: scale(1.1);
  }

  .footer-fb .g-Image__img {
    width: 17.5px;
  }

  .about-sensai-support .g-TextLinkP {
    padding-bottom: 12px;
  }

  input#sensai_sign_up_Email,
  form#sensai_sign_up .form_row:nth-child(1) {
    width: 100%;
  }

  .newsletter-title,
  form#sensai_sign_up {
    width: 50%;
  }

  .newsletter-group-box input.form_button_submit {
    margin-left: 18px;
    padding-right: 0;
  }

  .footer-parent-group-box {
    order: 2;
  }

  .newsletter-group-box {
    order: 1;
  }

  .select-country-grp-box {
    order: 3;
  }

  .g-BrFooter__infoBlock.l-BrFooter__infoBlock {
    display: flex;
    flex-direction: column;
  }

  .footer-select-country .is-leftIcon .g-ButtonUnit__link__icon {
    left: 0;
  }
  .footer-select-country .g-ButtonUnit__link {
    padding: 0 20px 0 0;
  }

  .footer-insta .g-Image__img {
    width: 35px;
  }

  .footer-icon .g-Image__img {
    width: 35px;
  }

  .newsletter-group-box {
    display: flex;
    align-items: center;
    background: #000000;
    padding: 0 9.27% !important;
    height: 100px;
  }

  .newsletter-title {
    margin: 0;
  }
  .newsletter-title .g-PageTitle__titleBlock__titleBox__title {
    margin: 0;
  }
  .newsletter-title .g-PageTitle__titleBlock__titleBox__title .g-PageTitle__h1 {
    display: flex;
  }
  .newsletter-title .g-PageTitle__titleBlock__titleBox__title .g-PageTitle__h1 .cmn-richtext {
    font-size: 32px;
  }

  #sensai_sign_up .form {
    display: flex;
    margin: 0;
  }
  #sensai_sign_up .form .form_row {
    height: min-content;
    align-self: flex-end;
  }

  form#sensai_sign_up.form-error .form #sensai_sign_up_Email {
    border-bottom: 1px solid #b02832 !important;
  }

  #sensai_sign_up .form #sensai_sign_up_Email {
    border-bottom: 1px solid #fff !important;
  }

  #sensai_sign_up .form #sensai_sign_up_Email {
    font-size: 1.5vw;
    font-size: 24px;
    background: transparent;
    border: none;
    color: #fff;
  }
  #sensai_sign_up .form input.form_button_submit {
    font-size: 16px;
  }

  .select-country-grp-box {
    display: flex;
    justify-content: space-between;
    margin: 23px 9.27% 0 9.27%;
    border-top: solid 1px #bcbcbc;
    padding-top: 17px;
    margin-bottom: 0;
  }

  .footer-tc-text a {
    text-decoration: none;
  }

  .footer-fb-insta li {
    width: auto;
  }

  .follow-us-heading-title {
    margin-bottom: 0;
  }

  .g-BrFooter__inner {
    padding: 00;
  }

  .g-BrFooterSitemap__list {
    list-style-type: none;
  }

  .g-BrFooterSitemap__list__tile {
    padding: 0 0;
  }

  .l-BrFooterSitemapUnit__links {
    font-size: 12px;
  }

  .g-BrFooter__inner {
    max-width: unset;
  }

  #sensai_sign_up input.form_button_submit {
    background: transparent;
    border: none;
    color: #a18a43;
    padding: 5px 0;
  }

  .footer-parent-group-box {
    padding: 77px 12.9% 0 9.2%;
    display: flex;
  }
  .footer-parent-group-box .g-GroupBox > .g-Text > .g-TextLinkP,
  .footer-parent-group-box .g-GroupBox .g-BrFooterSitemapUnit__panel {
    margin: 0;
  }
  .footer-parent-group-box .g-GroupBox > .g-Text > .g-TextLinkP ul,
  .footer-parent-group-box .g-GroupBox .g-BrFooterSitemapUnit__panel ul {
    margin: 0;
  }
  .footer-parent-group-box .g-GroupBox > .g-Text > .g-TextLinkP ul li,
  .footer-parent-group-box .g-GroupBox .g-BrFooterSitemapUnit__panel ul li {
    margin: 16px 0 0;
    display: block;
    padding: 0;
    line-height: 2.67;
  }
  .footer-parent-group-box .g-GroupBox > .g-Text > .g-TextLinkP ul li a .cmn-richtext,
  .footer-parent-group-box .g-GroupBox .g-BrFooterSitemapUnit__panel ul li a .cmn-richtext {
    line-height: normal;
  }
  .footer-parent-group-box .g-GroupBox .g-BrFooterSitemapUnit__title__link {
    padding: 0;
  }
  .footer-parent-group-box .g-GroupBox .g-HeadingTitle {
    margin: 0;
  }
  .footer-parent-group-box .g-GroupBox .g-HeadingTitle .g-HeadingTitle__titleBlock__titleBox__title {
    margin: 0;
  }
  .footer-parent-group-box .g-GroupBox > .g-Text > .cmn-richtext,
  .footer-parent-group-box .g-GroupBox .g-BrFooterSitemapUnit__title {
    margin: 24px 0 0;
  }
  .footer-parent-group-box .g-GroupBox > .g-TextLinkP .g-TextLinkP__list {
    display: flex;
    flex-direction: column;
    margin: 24px 0 0 !important;
  }
  .footer-parent-group-box .g-GroupBox > .g-TextLinkP .g-TextLinkP__list .g-TextLinkP__list__item:not(:first-child) {
    padding: 22px 0 0;
  }
  .footer-parent-group-box .g-GroupBox > .g-TextLinkP .g-TextLinkP__list .g-TextLinkP__list__item:first-child {
    padding: 0;
  }
  .footer-parent-group-box .about-sensai-support .g-HeadingTitle:not(:first-child) {
    margin-top: 24px;
  }

  .g-GroupBox.l-GroupBox.footer-parent-group-box a:hover {
    color: #000;
    text-decoration: underline;
  }

  .about-sensai-support li a .cmn-richtext:hover,
  .counselling-grp-box li a .cmn-richtext:hover {
    text-decoration: underline;
  }

  .footer-parent-group-box .g-GroupBox .g-HeadingTitle__titleBlock__imageBox {
    display: none;
  }

  .triman-grpbox {
    width: 30%;
  }

  #area-BrFooter .g-BrFooter__infoBlock .select-country-grp-box .footer-select-country.g-ButtonP .g-ButtonUnit.is-colorset--5 {
    margin: 0 !important;
  }
  #area-BrFooter .g-BrFooter__infoBlock .select-country-grp-box .footer-select-country.g-ButtonP .g-ButtonUnit.is-colorset--5 .g-ButtonUnit__link {
    margin: 0 !important;
    padding: 0 !important;
    min-height: unset !important;
  }
  #area-BrFooter .g-BrFooter__infoBlock .select-country-grp-box .footer-select-country.g-ButtonP .g-ButtonUnit.is-colorset--5 .g-ButtonUnit__link:after {
    display: none;
  }

  .footer-copyright-group-box {
    margin-right: 9.27%;
    margin-left: 9.27%;
    text-align: left;
  }
}
/*--------------------------------------------------Tablet and mobile------------------------------------------------------------------------*/
@media (max-width: 1024px) {
  .footer-about-sensai-link-pack, .footer-support-link-pack {
    margin-bottom: 0;
  }

  .footer-parent-group-box a {
    color: white;
  }

  .g-BrFooter.l-BrFooter.opt-pb20--imp {
    padding-bottom: 0 !important;
  }

  .g-BrFooterSitemapUnit {
    display: none;
  }

  .footer-insta .g-Image__img {
    width: 20px;
  }

  .footer-icon .g-Image__img {
    width: 20px;
  }

  .footer-fb .g-Image__img {
    width: 10px;
  }

  .footer-select-country {
    border-top: 1px solid #4a5b65;
    width: 98%;
    margin: auto;
  }
  .footer-select-country .cmn-icon--bullet {
    top: 53%;
  }
  .footer-select-country .cmn-icon--bullet:before {
    color: #fff;
    font-size: 14px;
  }
  .footer-select-country span {
    font-size: 18px;
    font-family: Adobe Garamond Pro;
    text-transform: uppercase;
  }

  .select-country-grp-box .g-Text span {
    font-size: 10px;
  }

  .g-BrFooter__infoBlock ul.g-TextLinkP__list {
    display: flex;
    flex-direction: column;
  }

  .footer-parent-group-box {
    order: 2;
  }

  .g-BrFooter__infoBlock {
    display: flex;
    flex-direction: column;
    background-color: #222a2f;
  }

  .select-country-grp-box {
    order: 3;
  }

  .g-BrFooter__sitemapBlock.l-BrFooter__sitemapBlock {
    display: none;
  }

  .footer-parent-group-box .g-GroupBox {
    border-top: 0.5px solid #4a5b65;
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
    margin: auto;
  }
  .footer-parent-group-box .g-GroupBox > .g-Text > .cmn-richtext,
  .footer-parent-group-box .g-GroupBox .g-BrFooterSitemapUnit__title {
    margin-top: 32px;
  }
  .footer-parent-group-box .g-GroupBox .g-HeadingTitle__titleBlock__imageBox {
    position: relative;
    width: 10px;
    height: 10px;
    padding: 0;
    right: 51px;
  }
  .footer-parent-group-box .g-GroupBox .g-HeadingTitle__titleBlock__titleBox__title {
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .footer-parent-group-box .g-GroupBox span {
    color: #fff;
  }
  .footer-parent-group-box .product-line-group-box > .g-Text {
    display: none;
  }
  .footer-parent-group-box li.g-TextLinkP__list__item {
    margin-bottom: 14px;
  }

  .about-sensai-support {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .footer-support-heading,
  .footer-about-sensai-heading {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .counselling-grp-box .footer-counselling-link-pack,
  .footer-about-sensai-link-pack,
  .footer-support-link-pack {
    display: none;
  }

  .counselling-grp-box .footer-counselling-link-pack {
    padding-top: 32px;
  }

  .footer-bg-color-toggle {
    background-color: black;
  }

  .footer-support {
    border-top: 0.5px solid #4a5b65;
  }

  .select-country-grp-box {
    background-color: #222a2f;
    display: flex;
    flex-direction: column;
  }
  .select-country-grp-box .footer-tc-text {
    margin-top: 0;
    padding-top: 19px;
  }
  .select-country-grp-box .footer-symbolText {
    padding-top: 3px;
  }
  .select-country-grp-box span {
    color: white;
  }
  .select-country-grp-box span.cmn-icon.cmn-icon--bullet.g-ButtonUnit__link__icon.l-ButtonUnit__link__icon {
    display: block;
    font-family: 'icomoon';
  }
  .select-country-grp-box > * {
    text-align: center !important;
  }

  .follow-us-heading-title {
    text-align: center !important;
    border-top: 1px solid #4a5b65;
    margin-bottom: 0;
    width: 98%;
    margin: auto;
  }
  .follow-us-heading-title .g-HeadingTitle__titleBlock {
    display: none;
  }
  .follow-us-heading-title .g-HeadingTitle__titleBlock__titleBox__title {
    margin-bottom: 0;
  }

  .footer-fb-insta {
    padding-top: 22px;
    padding-bottom: 22px;
    width: 14%;
    margin: auto;
    display: flex;
    justify-content: center;
  }

  .select-country-grp-box .is-leftIcon .g-ButtonUnit__link .cmn-richtext {
    padding-left: 0;
  }

  .footer-fb-insta img {
    width: 100% !important;
  }
  .footer-fb-insta li.g-BannerLinkP__list__item {
    height: 40px !important;
  }

  .footer-fb-insta li {
    width: auto;
  }

  .select-country-grp-box .g-Text {
    border-top: 0.5px solid #4a5b65;
    padding: 19px 0 19px;
    order: 3;
    width: 98%;
    margin: auto;
  }

  .g-BrFooter__inner {
    padding: 0;
  }

  .newsletter-group-box {
    background-color: #000;
    order: 1;
    padding-top: 15px;
  }
  .newsletter-group-box .form_rightcol:after,
  .newsletter-group-box input.form_button_submit {
    margin: 44px0 15px !important;
  }
  .newsletter-group-box .form {
    width: 100%;
  }

  .newsletter-title {
    text-align: center;
  }
  .newsletter-title span {
    font-size: 32px;
  }

  form#sensai_sign_up {
    justify-content: center;
    display: flex;
    position: relative;
  }
  form#sensai_sign_up .form_row {
    justify-content: center;
    display: flex;
    padding-bottom: 8px;
    width: 98%;
    margin: auto;
  }
  form#sensai_sign_up .form {
    border-bottom: 1px solid #aab0bb;
  }
  form#sensai_sign_up .form .form_row:first-child {
    border-bottom: 1px solid #aab0bb;
  }
  form#sensai_sign_up form#sensai_sign_up.form-error .form_row:first-child {
    border-bottom: 1px solid #b02832;
  }
  form#sensai_sign_up input.form_button_submit {
    background-color: black;
    color: #a18a43;
    border: 0;
    font-size: 18px;
    margin-right: 10px;
  }
  form#sensai_sign_up .form .form_row:nth-last-child(2) .form_rightcol:after {
    content: "";
    border: solid #a18a43;
    border-width: 0 1.4px 1.4px 0;
    width: 1.3px;
    height: 1.2px;
    display: inline-block;
    padding: 3.5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-bottom: 1px;
  }
  form#sensai_sign_up.form-error > .error {
    text-align: center;
    position: absolute;
    top: 42.5px;
  }

  input#sensai_sign_up_Email {
    background-color: black;
    border: 0;
    color: #f7f7f5 !important;
    font-size: 24px !important;
    width: 100%;
    margin: auto;
    display: flex;
    text-align: center;
  }

  label[for="sensai_sign_up_Email"] {
    width: 100vw;
    left: 0;
  }

  .newsletter-msg {
    text-align: center;
  }

  .footer-select-country a {
    padding: 13.5px0 13.5px;
  }

  .footer-parent-group-box .g-HeadingTitle {
    margin-bottom: 0px;
  }

  .counselling-grp-box .g-TextLinkP {
    box-sizing: border-box;
  }

  .triman-grpbox {
    border-top: 0.5px solid #4a5b65;
    width: 98%;
    margin: auto;
  }
  .triman-grpbox .g-Text {
    border-top: 0px;
  }
  .triman-grpbox .g-ImageTextHP__contentsBlock {
    width: 66%;
  }

  .imprint-grpbox {
    display: flex;
    flex-direction: column;
  }

  .imprint-pipe-text {
    display: none;
  }

  .footer-symbol {
    display: none;
  }

  .footer-copyright-group-box {
    padding-top: 21px;
    color: #fff;
  }
}
@media (max-width: 640px) {
  .unsubscribe .g-Section__inner {
    margin-left: 8.9%;
    margin-right: 9%;
  }

  .footer-parent-group-box .g-GroupBox .g-HeadingTitle__titleBlock__imageBox {
    right: 41px !important;
  }
  .footer-parent-group-box .g-GroupBox > .g-Text > .cmn-richtext,
  .footer-parent-group-box .g-GroupBox .g-BrFooterSitemapUnit__title {
    padding: 0px;
  }
  .footer-parent-group-box .g-GroupBox > .g-Text > .cmn-richtext a,
  .footer-parent-group-box .g-GroupBox .g-BrFooterSitemapUnit__title a {
    padding: 0px;
  }
  .footer-parent-group-box .g-GroupBox > .g-Text > .g-TextLinkP,
  .footer-parent-group-box .g-GroupBox .g-BrFooterSitemapUnit__panel {
    display: block;
  }
  .footer-parent-group-box .g-GroupBox > .g-Text > .g-TextLinkP ul li,
  .footer-parent-group-box .g-GroupBox .g-BrFooterSitemapUnit__panel ul li {
    padding: 0px;
    margin-bottom: 9px;
  }
  .footer-parent-group-box .g-GroupBox > .g-Text > .g-TextLinkP a,
  .footer-parent-group-box .g-GroupBox .g-BrFooterSitemapUnit__panel a {
    padding: 0px;
  }
  .footer-parent-group-box .g-GroupBox > .g-Text > .g-TextLinkP .g-BrFooterSitemapUnit__moreinfo,
  .footer-parent-group-box .g-GroupBox .g-BrFooterSitemapUnit__panel .g-BrFooterSitemapUnit__moreinfo {
    display: none;
  }

  .footer-fb-insta {
    width: 15%;
  }

  form#sensai_sign_up .form .form_row:nth-last-child(2) .form_rightcol:after,
  form#sensai_sign_up .form .form_row:nth-last-child(2) .form_rightcol input.form_button_submit {
    margin: 10px 0 0px !important;
  }
  form#sensai_sign_up .form .form_row input#sensai_sign_up_Email {
    font-size: 16px;
  }

  .newsletter-title span {
    font-size: 24px;
  }

  .about-sensai-support .g-HeadingTitle__titleBlock__titleBox__title,
  .about-sensai-support .g-TextLinkP {
    margin-bottom: 0;
  }

  .triman-grpbox .g-ImageTextHP__contentsBlock {
    width: 80%;
  }

  .select-country-grp-box .footer-tc-text .cmn-richtext span {
    display: inline;
  }
}
/*-------------------authoring--------------------*/
.is-authorring .g-PageTitle {
  border-bottom: 0;
}
.is-authorring .g-BrFooterSitemapUnit {
  border-width: 0 0 00;
}

@media (max-width: 1024px) {
  .is-authorring .g-BrFooterSitemapUnit {
    display: block;
    border-width: 0 0 00;
  }
  .is-authorring .footer-tc-text {
    float: left;
  }
  .is-authorring .newsletter-group-box {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .unsubscribe .g-Section__inner {
    margin: 0 26.9%;
  }

  .opt-fixed-adjust {
    padding-top: 80px;
    margin-top: -80px;
  }
}
.about-sensai-support a.footer-bg-color-toggle {
  background-color: black;
}

label[for="sensai_sign_up_Email"] {
  display: none !important;
}

.footer-parent-group-box .g-GroupBox > .g-Text > .cmn-richtext a,
.footer-parent-group-box .g-BrFooterSitemapUnit__title a {
  text-decoration: none !important;
  font-family: Avenir-LT-Heavy;
  font-weight: normal;
}

@media (max-width: 640px) {
  form#sensai_sign_up .form .form_row:first-child {
    margin-bottom: 5px;
  }

  form#sensai_sign_up.form-error .form .form_row:first-child {
    border-bottom: 1px solid #b02832 !important;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  form#sensai_sign_up .form .form_row:first-child {
    margin-bottom: 15px;
  }

  form#sensai_sign_up.form-error .form .form_row:first-child {
    border-bottom: 1px solid #b02832 !important;
  }
}
.is-authorring #area-BrHeader {
  height: auto !important;
}
.is-authorring #area-BrHeader .header {
  position: static;
  height: auto;
}
.is-authorring .header-logo {
  position: relative;
}
.is-authorring .header-icons {
  position: static;
  display: block;
}
.is-authorring .header-icons img {
  height: 80px;
}
.is-authorring .header-container .header-category {
  width: 100%;
  margin-left: 0;
}
.is-authorring .g-HeaderMainNav__ul__item {
  height: auto;
}
.is-authorring .header-category .g-HeaderMainNav__ul__item ul {
  opacity: 1;
  visibility: unset;
  display: block;
  position: unset;
}
.is-authorring .header-container .header-category ul {
  padding-left: 18px;
}
.is-authorring .header-container .common-elements {
  display: block;
}
.is-authorring .header-container div.newText span {
  background: #9f8839;
}
.is-authorring[data-content-path^="/content/wcm_kao/sites/kanebo"] #area-BrHeader {
  display: none;
}
.is-authorring[data-content-path$="/inc-common/header.html"] #area-BrHeader {
  display: block;
}

#area-BrHeader {
  height: 100px;
  width: 100%;
}
#area-BrHeader .header {
  position: fixed;
  background-image: linear-gradient(#fff, #fff);
  width: 100%;
  z-index: 100;
  left: 0;
  right: 0;
}

body:not(.is-authorring) .header-container {
  height: 100px;
  display: flex;
  align-items: center;
}

.header-container .header-logo {
  display: flex;
  width: 6.58%;
  margin-left: 9.3%;
}
.header-container .header-logo .g-Image {
  width: 100%;
  margin-bottom: 0;
}
.header-container .header-category {
  width: 40.32%;
  margin-left: 4%;
}

.header-icons {
  display: flex;
  position: absolute;
  right: 8.43%;
}

body:not(.is-authorring) .header-contact,
body:not(.is-authorring) .header-icons .mobile-toggle-icons .g-Image .g-Text {
  display: none;
}

.g-HeaderMainNav__ul {
  display: flex;
}
.g-HeaderMainNav__ul .g-HeaderMainNav__ul__item > .g-HeaderMenu__link {
  color: #2f2d2d;
}

.header-container .header-category button {
  display: none;
}
.header-container .header-category ul {
  list-style: none;
  padding: 0;
  display: flex;
}
.header-container .header-category ul a {
  text-decoration: none;
  white-space: nowrap;
}

.header-category .g-HeaderMainNav__ul__item ul {
  top: 111px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  justify-content: center;
}
.header-category .g-HeaderMainNav__ul__item ul .g-HeaderMainNav__ul__item {
  position: static;
}

.g-HeaderMainNav__ul__item {
  margin-right: 5.18%;
}
.g-HeaderMainNav__ul__item:last-child {
  margin-right: 0;
}

.header-dropdown {
  z-index: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.occupy-width {
  position: fixed;
  width: 100vw;
  top: 100px;
  left: 0;
  background: #000000;
  z-index: -1;
}

@media (min-width: 1025px) {
  body:not(.is-authorring) .header-icons .mobile-toggle-icons {
    display: flex;
  }
  body:not(.is-authorring) .mobile-topHead-icons .g-Image.l-Image:nth-child(2) {
    display: none;
  }

  .g-HeaderMainNav__ul__item {
    height: 60px;
    margin-top: 40px;
  }

  .triangle-pointer {
    top: -23px;
    position: absolute;
    display: inline-block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid black;
  }

  .header-category .g-HeaderMainNav__ul__item ul li:not(:nth-last-child(3)) {
    margin-right: 22px;
  }

  body:not(.is-authorring) .header-icons .mobile-toggle-icons .g-Image {
    display: flex;
    margin-right: 16px;
  }

  .header-container .header-category ul a:hover,
  .header-container .header-logo .g-Image:hover {
    opacity: 0.6;
  }
  .header-container .header-category .g-HeaderDropdownContainer ul a {
    white-space: nowrap;
    opacity: 0.8;
  }
  .header-container .header-category .g-HeaderDropdownContainer ul a:hover {
    opacity: 1;
    border-bottom: 2px solid #9f8839;
  }

  .mobile-topHead-icons {
    margin-right: 16px;
  }

  .user-account-management {
    cursor: pointer;
  }
  .user-account-management:hover {
    opacity: 0.8;
  }

  .header-icons .g-Image {
    cursor: pointer;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  #mobile-menu {
    left: 1.3% !important;
  }

  #close-button {
    top: 29px !important;
    left: 61.07% !important;
  }

  .header-container .header-logo {
    width: 15.4% !important;
  }

  .header-container .header-category {
    width: 67.2% !important;
  }

  .header-icons .mobile-topHead-icons {
    position: fixed;
    left: 89.46%;
  }

  .mobile-toggle-icons {
    margin-top: 25px;
    margin-left: 16.09%;
    width: 52.9%;
  }

  .header-icons .mobile-toggle-icons {
    left: 10.81% !important;
    width: 36.72% !important;
  }

  .header-contact {
    top: unset !important;
    left: 10.81% !important;
    bottom: 34px;
    width: 36.72% !important;
  }
  .header-contact .g-HeadingTitle__h2 {
    line-height: 2.78;
    letter-spacing: 2.7px;
  }
  .header-contact .g-Text {
    line-height: 1.43;
  }

  .header-container .header-category ul {
    margin-left: 16.09% !important;
    margin-right: 30% !important;
    margin-top: 68px !important;
  }
}
@media (max-width: 640px) {
  .header-icons {
    right: 8% !important;
  }
  .header-icons .mobile-topHead-icons {
    position: fixed;
    right: 0;
    margin-right: 5%;
  }
  .header-icons .mobile-topHead-icons .header-shopping-bag-icon {
    margin-right: 0px !important;
  }

  .mobile-toggle-icons {
    width: 78.75%;
    margin-left: 10.64%;
    margin-top: 25px;
  }

  .header-container .header-category.header-sub-nav-active .g-HeaderMainNav__ul {
    border-bottom: none !important;
    margin-top: 60px !important;
  }
  .header-container .header-category.header-sub-nav-active > div:first-child {
    top: 30px;
    left: 10.64%;
  }

  .header-contact {
    top: unset !important;
    bottom: 31px;
  }
  .header-contact .g-HeadingTitle__h2 {
    line-height: 2.78;
    letter-spacing: 2.7px;
  }
  .header-contact .g-Text {
    line-height: 1.43;
  }
}
@media (max-width: 1024px) {
  .occupy-width {
    display: none;
  }

  .header-visibility-background:first-child {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .header-visibility-background:not(:first-child) {
    display: none;
  }

  .mobile-topHead-icons .g-Image.l-Image:nth-child(2) {
    display: block;
  }

  .menu-bar-toggle {
    display: block !important;
  }

  #mobile-menu {
    display: block !important;
    position: fixed;
    top: 37px;
    left: 5.34%;
    cursor: pointer;
    z-index: 1;
  }

  .header-icons {
    top: 28px;
  }
  .header-icons .mobile-topHead-icons {
    display: flex;
  }

  .mobile-toggle-icons {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
    flex-direction: column;
  }

  .display-flex {
    display: flex;
  }

  .mobile-toggle-icons .g-Image {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    color: #2f2d2d;
    margin-bottom: 25px;
  }
  .mobile-toggle-icons .g-Text {
    display: block;
    font-size: 18px;
    font-family: 'adobe-garamond-pro';
    margin: 0;
  }

  .header-contact {
    position: fixed;
    width: 67.89%;
    background: white;
    left: 9.17%;
    z-index: 1;
    top: 759px;
  }

  #area-BrHeader .header .header-container {
    height: 80px;
    margin-top: 0 !important;
  }
  #area-BrHeader .header .header-container .header-category {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
    width: 86.2%;
    position: fixed;
    background: white;
    margin-left: 0;
    top: 0;
    height: calc(100% + 55px);
    z-index: 1;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #area-BrHeader .header .header-container .header-category ul {
    border-bottom: 1px solid gray;
    margin-right: 10.64%;
    margin-top: 63px;
    margin-left: 10.64%;
    display: block;
  }

  .header-logo {
    width: 27% !important;
    margin: auto !important;
    position: relative;
    z-index: 1;
  }
  .header-logo .g-Image {
    margin-bottom: 0;
  }

  .mobile-topHead-icons .g-Image {
    margin-right: 17px;
  }

  .header-logo .g-Image img {
    width: 100% !important;
  }

  .mobile-toggle-icons .g-Image:nth-child(1) {
    order: 4;
    text-decoration: none;
  }
  .mobile-toggle-icons .g-Image:nth-child(6) {
    order: 3;
  }
  .mobile-toggle-icons .g-Image:nth-child(7) {
    order: 2;
  }

  .g-HeaderMainNav__ul__item {
    height: auto;
    margin-bottom: 25px;
  }
  .g-HeaderMainNav__ul__item:last-child {
    margin-bottom: 17px;
  }

  #close-button {
    display: block !important;
    top: 29px;
    left: 78.7%;
    position: fixed;
    width: 13px;
    height: 13px;
    cursor: pointer;
  }

  .show-header-icons {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .display-visibility {
    opacity: 1 !important;
    visibility: visible !important;
    transition: 0.5s;
  }

  .opacity {
    opacity: 0.2;
  }

  .header-container .header-category.header-sub-nav-active > div:first-child {
    border: solid #9f8839;
    border-width: 0 1px 1px 0;
    width: 1.3px;
    height: 1.2px;
    display: inline-block;
    padding: 3.5px;
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    margin-bottom: 1px;
    position: absolute;
  }
  .header-container .header-category.header-sub-nav-active ul li .g-HeaderDropdownContainer .header-sub-nav {
    z-index: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .header-container .header-category.header-sub-nav-active .g-HeaderMainNav__ul .header-sub-nav-current {
    margin: 0;
  }
  .header-container .header-category.header-sub-nav-active .g-HeaderMainNav__ul .header-sub-nav-current > .g-HeaderMenu__link {
    border-bottom: 1px solid gray;
    width: 100%;
    display: block;
    padding-bottom: 32px;
  }
  .header-container .header-category.header-sub-nav-active .g-HeaderMainNav__ul .g-HeaderMainNav__ul__item:not(.header-sub-nav-current) > .g-HeaderMenu__link {
    display: none;
  }
  .header-container .header-category.header-sub-nav-active ul li .g-HeaderDropdownContainer .header-sub-nav {
    border-bottom: none !important;
    margin: 0 !important;
    display: block;
    position: static;
  }
  .header-container .header-category.header-sub-nav-active ul li .g-HeaderDropdownContainer .header-sub-nav .g-HeaderSubNav__ul__item,
  .header-container .header-category.header-sub-nav-active ul li .g-HeaderDropdownContainer .header-sub-nav .g-HeaderItems__ul__item {
    margin-top: 32px;
  }
  .header-container .header-category.header-sub-nav-active .mobile-toggle-icons {
    display: none;
  }
  .header-container .header-category.header-sub-nav-active .header-contact {
    display: none !important;
  }
}
@media (max-width: 1024px) and (min-width: 641px) {
  .header-container .header-category.header-sub-nav-active .g-HeaderMainNav__ul {
    border-bottom: none !important;
    margin-top: 68px !important;
  }
  .header-container .header-category.header-sub-nav-active > div:first-child {
    top: 30px;
    left: 16.1%;
  }
}
.reguser-menu {
  position: fixed;
  background: white;
  margin-top: 28px;
  margin-left: -10px;
  padding: 5px;
}
.reguser-menu ul li {
  list-style: none;
}

.header-container .common-elements {
  display: none;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
body[data-content-path$="/user/checkout"] .urgent-updates-banner {
  display: none;
}

.urgent-updates-banner {
  width: 100%;
  z-index: 100;
}

.urgent-updates-banner .g-ListP__ul__item:not(:first-child) {
  z-index: -1;
}

body:not(.is-authorring) .urgent-updates-banner .g-ListP {
  margin: 0;
}
body:not(.is-authorring) .urgent-updates-banner .g-ListP.first-massage .g-ListP__ul__item:not(:first-child).hidden {
  display: block;
  -webkit-animation: fadeOut 1s;
  animation: fadeOut 1s;
  opacity: 0;
}
body:not(.is-authorring) .urgent-updates-banner .g-ListP__ul {
  list-style-type: none !important;
  position: relative;
  margin: 0px 20px;
}
body:not(.is-authorring) .urgent-updates-banner .g-ListP__ul .g-ListP__ul__item {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  height: fit-content;
  margin: auto 0;
}
body:not(.is-authorring) .urgent-updates-banner .g-ListP__ul .g-ListP__ul__item .g-ListUnit {
  line-height: 1.33;
  font-family: 'Avenir-LT-Heavy';
}
body:not(.is-authorring) .urgent-updates-banner .g-ListP__ul .zero-z-index {
  z-index: 0;
}
body:not(.is-authorring) .urgent-updates-banner .g-ListP__ul .g-ListP__ul__item:first-child {
  z-index: 1;
}
body:not(.is-authorring) .urgent-updates-banner .g-ListP:not(.first-massage) .g-ListP__ul__item.hidden {
  display: block;
  -webkit-animation: fadeOut 1s;
  animation: fadeOut 1s;
  opacity: 0;
}
body:not(.is-authorring) .urgent-updates-banner .g-ListP:not(.first-massage) .g-ListP__ul__item:not(.hidden) {
  display: block;
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
  opacity: 1;
  z-index: 1;
}

.urgent-updates-banner .g-ListP__ul .g-ListP__ul__item a {
  color: unset;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .urgent-updates-banner .g-ListP__ul {
    padding: 20px 0;
    min-height: 18px;
  }
  .urgent-updates-banner .g-ListP__ul .g-ListP__ul__item .g-ListUnit {
    font-size: 18px;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .urgent-updates-banner .g-ListP__ul {
    padding: 13px 0;
    min-height: 15px;
  }
  .urgent-updates-banner .g-ListP__ul .g-ListP__ul__item .g-ListUnit {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .urgent-updates-banner .g-ListP__ul {
    padding: 9px 0;
    min-height: 15px;
  }
  .urgent-updates-banner .g-ListP__ul .g-ListP__ul__item .g-ListUnit {
    font-size: 14px;
  }
}
/*new header menu css desk*/
.header-container {
  position: relative;
}
.header-container .header-category .g-Header {
  display: none;
}
.header-container .header-category .header-menu .g-Text {
  margin-bottom: 0;
  cursor: default;
  letter-spacing: 1.4px;
  /*check letter-spacing*/
}
.header-container .header-category .header-menu .g-Text .g-TextLinkP .g-TextLinkP__list .g-TextLinkP__list__item {
  padding: 0;
}
.header-container .header-category .header-menu .g-Text .g-TextLinkP .g-TextLinkP__list .g-TextLinkP__list__item .g-TextLinkUnit__link {
  white-space: nowrap;
}

@media (min-width: 1025px) {
  .header-container .header-category {
    width: calc(71.69% - 200px);
    align-self: end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
  }
  .header-container .header-category .header-menu {
    display: flex;
    height: 100%;
  }
  .header-container .header-category .header-menu .g-Text {
    width: fit-content;
    font-size: 14px;
  }
  .header-container .header-category .header-menu .g-Text:not(:last-child) {
    margin-right: 3.67%;
  }
  .header-container .header-category .header-menu .g-Text > .cmn-richtext:before {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 49px;
    width: 0;
    margin: 0 auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid black;
  }
  .header-container .header-category .header-menu .g-Text .g-TextLinkP {
    display: none;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: black;
  }
  .header-container .header-category .header-menu .g-Text .g-TextLinkP .g-TextLinkP__list {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-container .header-category .header-menu .g-Text .g-TextLinkP .g-TextLinkP__list .g-TextLinkP__list__item:not(:last-child) {
    margin-right: 22px;
  }
  .header-container .header-category .header-menu .g-Text .g-TextLinkP .g-TextLinkP__list .g-TextLinkP__list__item .g-TextLinkUnit__link {
    color: white !important;
    font-size: 13px;
    opacity: 0.8;
  }
  .header-container .header-category .header-menu .g-Text .g-TextLinkP .g-TextLinkP__list .g-TextLinkP__list__item .g-TextLinkUnit__link:hover {
    opacity: 1;
    border-bottom: 2px solid #9f8839;
    margin-bottom: -2px;
  }
  .header-container .header-category .header-menu .g-Text:hover > .cmn-richtext:before,
  .header-container .header-category .header-menu .g-Text:hover .g-TextLinkP {
    display: block;
  }
  .header-container .header-category .header-menu > .g-Text > .cmn-richtext {
    position: relative;
    margin-bottom: 39px;
  }
  .header-container .header-category .header-menu > .g-Text:hover > .cmn-richtext > span {
    opacity: 0.6;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .header-container .header-category .header-menu {
    margin-top: 68px;
    margin-left: 16.09%;
    width: 52.9%;
  }
  .header-container .header-category .header-menu ul {
    border-bottom: none !important;
  }
}
@media (max-width: 640px) {
  .header-container .header-category .header-menu {
    width: 78.75%;
    margin-top: 68px;
    margin-left: 10.64%;
  }
  .header-container .header-category .header-menu ul {
    border-bottom: none !important;
  }
}
@media (max-width: 1024px) {
  .header-container .header-category .header-menu {
    border-bottom: 1px solid gray;
  }
  .header-container .header-category .header-menu .g-Text > .cmn-richtext {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .header-container .header-category .header-menu .g-Text .g-TextLinkP {
    margin-bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
    position: fixed;
    margin-left: 0;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header-container .header-category .header-menu .g-Text .g-TextLinkP .g-TextLinkP__list .g-TextLinkP__list__item {
    margin-top: 32px;
    display: block;
  }
  .header-container .header-category .header-menu .g-Text .g-TextLinkP .g-TextLinkP__list .g-TextLinkP__list__item .g-TextLinkUnit__link {
    color: #2f2d2d !important;
    font-size: 12px;
  }
  .header-container .header-category.header-sub-nav-active .header-menu {
    border: none;
    margin-top: 60px !important;
    margin-bottom: 16px;
  }
  .header-container .header-category.header-sub-nav-active .header-menu .g-Text:not(.header-sub-nav-current) {
    display: none;
  }
  .header-container .header-category.header-sub-nav-active .header-menu .g-Text.header-sub-nav-current > .cmn-richtext {
    border-bottom: 1px solid gray;
    width: 100%;
    display: block;
    padding-bottom: 32px;
    margin-bottom: 0;
  }
  .header-container .header-category.header-sub-nav-active .header-menu .g-Text.header-sub-nav-current .g-TextLinkP {
    z-index: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static;
  }
  .header-container .header-category.header-sub-nav-active .header-menu .g-Text.header-sub-nav-current .g-TextLinkP .g-TextLinkP__list {
    margin: 0 !important;
    border-bottom: none !important;
  }
  .header-container .header-category.header-sub-nav-active .header-menu .g-Text.header-sub-nav-current .g-TextLinkP .g-TextLinkP__list .g-TextLinkUnit {
    margin: 0;
  }
}
.homepage-bestsellers .g-ImageCarouselP__list {
  margin: 0;
}
.homepage-bestsellers .g-ImageCarouselP__list .slick-track {
  display: flex;
}
.homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit {
  height: inherit;
}
.homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner {
  background: #f7f7f5;
  height: 100%;
  cursor: pointer;
}
.homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .g-ButtonP {
  cursor: pointer;
}
.homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .g-ButtonP.availablesoon .g-ButtonUnit.is-colorset--1 .g-ButtonUnit__link.l-ButtonUnit__link.js-anchorLink {
  height: 25px !important;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
}
.homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .g-ButtonP.availablesoon .g-ButtonUnit.is-colorset--1 .g-ButtonUnit__link.l-ButtonUnit__link.js-anchorLink:after {
  border-color: #9f8839;
}
.homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner > .g-Image > .g-Image__img {
  padding: 30px 20px 0;
}
.homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox {
  display: flex;
  align-items: center;
}
.homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox > *:first-child {
  margin: 0;
}
.homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox img {
  height: 15px;
  width: auto !important;
}
.homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox .new-product {
  display: none;
}
.homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox .product-sun-icon,
.homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox .product-moon-icon {
  display: none;
}
.homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselP__nextArrow {
  position: relative;
  margin: 0;
  top: 0;
  right: 0;
  bottom: unset;
  left: unset;
  padding: 0;
}
.homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselP__prevArrow {
  position: relative;
  margin: 0;
  top: 0;
  right: 0;
  bottom: unset;
  left: unset;
  padding: 0;
  display: flex;
  background: none;
}
.homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselP__prevArrow:before {
  background: none;
  color: #9E8839;
}
.homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselP__prevArrow .g-ImageCarouselP__nextArrow {
  background: none;
}
.homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselP__prevArrow .g-ImageCarouselP__nextArrow:before {
  background: none;
  color: #9E8839;
}
.homepage-bestsellers button.g-ImageCarouselP__nav__dot:focus {
  outline: none;
}

.g-ImageCarouselP:not(.homepage-carousel) .g-ImageCarouselP__nav__toggle {
  display: none;
}

@media (min-width: 1025px) {
  .homepage-bestsellers {
    margin: 81px 1.04% 0;
  }
  .homepage-bestsellers .g-ImageCarouselP {
    margin: 0;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit {
    padding: 0 2px;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .product-line {
    margin: 80px 17% 0;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .product-name {
    margin: 0 17% auto;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .product-price {
    margin: 15px 17% 0;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .product-base-price {
    
	margin: 6px 17% 0;
    font-size: 12px;
    color: #aab0bb;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .g-ButtonP,
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .g-ButtonP.availablesoon {
    margin: 25px 17% 36px;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .g-ButtonP .g-ButtonP__list__item,
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .g-ButtonP.availablesoon .g-ButtonP__list__item {
    padding: 0;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox {
    margin: 20px 0 0 6%;
    width: 92%;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox > *:not(:first-child) {
    margin: 0 0 0 12px;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox .product-favorite-icon {
    margin: 0 6% 0 auto;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselP__prevArrow {
    margin: 0 0 48px auto;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselP__prevArrow .g-ImageCarouselP__nextArrow {
    margin-left: 50px;
  }
  .homepage-bestsellers [aria-hidden="true"] button.g-ImageCarouselP__nav__dot:before {
    font-size: 12px;
  }
  .homepage-bestsellers [aria-hidden="false"] button.g-ImageCarouselP__nav__dot:before {
    font-size: 15px;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit:hover .g-ImageCarouselPUnit__inner > .g-Image {
    background-color: #FFFFFF;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit:hover .g-ImageCarouselPUnit__inner > .g-Image > .g-Image__img {
    -webkit-transform: scale(1.05);
    /* Safari and Chrome */
    -moz-transform: scale(1.05);
    /* Firefox */
    -ms-transform: scale(1.05);
    /* IE 9 */
    -o-transform: scale(1.05);
    /* Opera */
    transform: scale(1.05);
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner > .g-Image,
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner > .g-Image > .g-Image__img {
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    -moz-transition: all 1s ease;
    /* Firefox */
    -ms-transition: all 1s ease;
    /* IE 9 */
    -o-transition: all 1s ease;
    /* Opera */
    transition: all 1s ease;
  }
}
@media (max-width: 640px) {
  .homepage-bestsellers .g-Column:not(.homepage-bestsellers-carousel-column) .g-PageTitle .g-PageTitle__titleBlock__titleBox__title {
    margin-bottom: 20px;
  }
  .homepage-bestsellers .g-ImageCarouselP {
    margin: 0;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit {
    padding: 0 2px;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .product-line {
    margin: 14px 8.8% 2px;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .product-name {
    margin: 0 8.8% auto;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .product-price {
    margin: 7px 8.8% 0;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .product-base-price {
    margin: 6px 8.8% 0;
    font-size: 10px;
    color: #aab0bb;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .g-ButtonP,
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .g-ButtonP.availablesoon {
    margin: 21px 8.8% 13px;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .g-ButtonP .g-ButtonP__list__item,
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .g-ButtonP.availablesoon .g-ButtonP__list__item {
    padding: 0;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox {
    margin: 10px 0 0 5.2%;
    width: 94.8%;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox > *:not(:first-child) {
    margin: 0 0 0 11px;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox .product-favorite-icon {
    margin: 0 5.4% 0 auto;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselP__prevArrow .g-ImageCarouselP__nextArrow {
    margin-left: 30px;
  }
  .homepage-bestsellers [aria-hidden="true"] button.g-ImageCarouselP__nav__dot:before {
    font-size: 8.4px;
  }
  .homepage-bestsellers [aria-hidden="false"] button.g-ImageCarouselP__nav__dot:before {
    font-size: 10.5px;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .homepage-bestsellers .g-ImageCarouselP {
    margin: 0;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit {
    padding: 0 3px;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .product-line {
    margin: 6px 10.1% 0;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .product-name {
    margin: 0 10.1% auto;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .product-price {
    margin: 8px 10.1% 0;
  }
  
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .product-base-price {
    margin: 6px 10.1% 0;
    font-size: 11px;
    color: #aab0bb;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .g-ButtonP,
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .g-ButtonP.availablesoon {
    margin: 25px 10.1% 18px;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .g-ButtonP .g-ButtonP__list__item,
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-Image .g-ButtonP.availablesoon .g-ButtonP__list__item {
    padding: 0;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox {
    margin: 20px 0 0 6.1%;
    width: 93.9%;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox > *:not(:first-child) {
    margin: 0 0 0 6px;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox .product-favorite-icon {
    margin: 0 6.7% 0 auto;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselP__prevArrow .g-ImageCarouselP__nextArrow {
    margin-left: 26px;
  }
  .homepage-bestsellers [aria-hidden="true"] button.g-ImageCarouselP__nav__dot:before {
    font-size: 12px;
  }
  .homepage-bestsellers [aria-hidden="false"] button.g-ImageCarouselP__nav__dot:before {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .homepage-bestsellers {
    margin: 40px 2.2% 0;
  }
  .homepage-bestsellers .g-ImageCarouselP__list .g-ImageCarouselP__prevArrow {
    margin: 0 0 25px auto;
  }
}
.discover-product-lines-column2, .discover-product-lines-column1 {
  margin-left: 37.6%;
  margin-right: 37.6%;
}

.search-no-results-groupbox .g-HeadingTitle__titleBlock__titleBox__title {
  margin-bottom: 32.8px;
}
.search-no-results-groupbox .g-BrFooterSitemapUnit__links li {
  margin-bottom: 24px;
}
.search-no-results-groupbox .g-BrFooterSitemapUnit__title {
  display: none;
}

.discover-product-lines-column1 .g-HeadingTitle {
  margin-bottom: 47px;
}

.search-no-results-groupbox {
  padding-bottom: 15.7%;
  display: flex;
}

.discover-product-lines-column2 .g-BrFooterSitemapUnit__panel {
  margin-left: 0;
}
.discover-product-lines-column2 .g-BrFooterSitemapUnit__title__link {
  padding-left: 0;
}

.discover-product-lines-column1 .g-HeadingTitle {
  border-bottom: solid 0.5px #aab0bb;
}

.search-no-results-groupbox .g-HeadingTitle {
  margin-bottom: 0;
}

@media (min-width: 641px) and (max-width: 1024px) {
  .discover-product-lines-column2, .discover-product-lines-column1 {
    margin-left: 18.6%;
    margin-right: 18.2%;
  }

  .search-no-results-groupbox .g-BrFooterSitemapUnit {
    display: block;
  }
}
@media (max-width: 640px) {
  .discover-product-lines-column2, .discover-product-lines-column1 {
    margin-left: 9.7%;
    margin-right: 9.7%;
  }

  .search-no-results-groupbox .g-BrFooterSitemapUnit {
    display: block;
  }
  .search-no-results-groupbox .g-BrFooterSitemapUnit__panel.is-open, .search-no-results-groupbox .g-BrFooterSitemapUnit__panel.is-close {
    display: block;
  }
  .search-no-results-groupbox .g-BrFooterSitemapUnit__links a {
    padding: 0;
  }
  .search-no-results-groupbox .g-BrFooterSitemapUnit__links li {
    padding: 0px 45px;
  }
  .search-no-results-groupbox .g-BrFooterSitemapUnit__title {
    padding: 0 45px;
  }
  .search-no-results-groupbox .g-BrFooterSitemapUnit__moreinfo {
    display: none;
  }
}
.overlay-right {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
}

.overlay-right .g-Area {
  height: 100%;
}

.sn-loading {
  background-color: #ffffff;
  position: relative;
  height: 100%;
  margin: 0px !important;
  min-height: 450px;
}
.sn-loading:after {
  content: "";
  background-image: url(../svg/kaneboloadingstamp.svg);
  background-color: #ffffff;
  background-repeat: no-repeat;
  position: absolute;
  top: 10%;
  left: 48%;
  width: 65px;
  height: 65px;
  animation: Rotate 2.4s both infinite linear;
}
.sn-loading div:first-child {
  visibility: hidden;
}
.sn-loading a {
  visibility: hidden !important;
}

@keyframes Rotate {
  0% {
    -webkit-transform: rotate(0deg);
    /* WebKit */
    -moz-transform: rotate(0deg);
    /* Mozilla */
    -o-transform: rotate(0deg);
    /* Opera */
    -ms-transform: rotate(0deg);
    /* Internet Explorer */
    transform: rotate(0deg);
    /* CSS3 */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* WebKit */
    -moz-transform: rotate(360deg);
    /* Mozilla */
    -o-transform: rotate(360deg);
    /* Opera */
    -ms-transform: rotate(360deg);
    /* Internet Explorer */
    transform: rotate(360deg);
    /* CSS3 */
  }
}
[data-content-path$="/conditions"] .g-HeadingTitle__h3 .cmn-richtext {
  color: #2f3a41;
}

[data-content-path$="/shoplist"] .g-Section .g-TextLinkUnit .cmn-richtext {
  font-family: adobe-garamond-pro;
}

[data-content-path$="/about/salon/treatments"] .sensai-subheading {
  text-transform: uppercase;
}

.font_size-18-16-14 .cmn-richtext {
  font-family: adobe-garamond-pro;
}

.price-tile-black {
  line-height: 0.88;
}

.product-tile-black {
  line-height: 1.25;
  font-family: Avenir-LT-Light;
}

.table-row .cmn-richtext {
  line-height: 1.38;
  font-family: Avenir-LT-Light;
  color: #707070;
}

.line-tile-title .cmn-richtext {
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 1.2px;
}

.big-title, .big-title .cmn-richtext {
  line-height: 1;
  letter-spacing: -1.04px;
}

.line-title, .line-title .cmn-richtext {
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 1.2px;
}

.line-height-md-lg-1 .cmn-richtext {
  line-height: 1;
}

.small-title .cmn-richtext {
  font-size: 24px;
  line-height: 1.5;
}

.font-size-14-16-16 {
  font-size: 14px;
}
.font-size-14-16-16 .cmn-richtext {
  font-size: 14px;
}

.letter-spacing_28px .cmn-richtext {
  letter-spacing: 2.8px;
}

.line-height-143 {
  line-height: 1.43;
}
.line-height-143 .cmn-richtext {
  line-height: 1.43;
}

.letter-spacing_07px {
  letter-spacing: 0.7px;
}

.letter-spacing_08px {
  letter-spacing: 0.8px;
}

.letter-spacing_24px {
  letter-spacing: 2.4px;
}

.letter-spacing_21px {
  letter-spacing: 2.1px;
}

.letter-spacing-104px {
  letter-spacing: -1.04px;
}

.line-height-138 {
  line-height: 1.38;
}
.line-height-138 .cmn-richtext {
  line-height: 1.38;
}

.line-height-088 .cmn-richtext {
  line-height: 0.88;
}

.line-height-15 {
  line-height: 1.5;
}

.font_size-16-16-16 {
  font-size: 16px;
}
.font_size-16-16-16 .cmn-richtext {
  font-size: 16px;
}

.font-size-10-7-7 {
  font-size: 10px;
}
.font-size-10-7-7 .cmn-richtext {
  font-size: 10px;
}

.font-size-24-20-14 {
  font-size: 24px;
}
.font-size-24-20-14 .cmn-richtext {
  font-size: 24px;
}

.font-size-24-24-24 {
  font-size: 24px;
}
.font-size-24-24-24 .cmn-richtext {
  font-size: 24px;
}

.font_size-14-14-14,
.font_size-14-14-12 {
  font-size: 14px;
}
.font_size-14-14-14 .cmn-richtext,
.font_size-14-14-12 .cmn-richtext {
  font-size: 14px;
}

.font_size-12-12-12 {
  font-size: 12px;
}
.font_size-12-12-12 .cmn-richtext {
  font-size: 12px;
  line-height: 2.67;
  letter-spacing: normal;
}

.font_size-10-10-10:not(.new-product) {
  font-size: 10px;
}
.font_size-10-10-10:not(.new-product) .cmn-richtext {
  font-size: 10px;
}

.g-ButtonUnit__link {
  line-height: 1.38;
  letter-spacing: 2.4px;
}

@media (min-width: 1025px) {
  .sensai-subheading {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 2.8px;
  }

  .font_size-12-10-10 {
    font-size: 12px;
  }
  .font_size-12-10-10 .cmn-richtext {
    font-size: 12px;
  }

  .font_size-14-16-16 {
    font-size: 14px;
  }
  .font_size-14-16-16 .cmn-richtext {
    font-size: 14px;
  }

  .font_size-52-32-24,
  .font_size-52-52-32 {
    font-size: 52px;
  }
  .font_size-52-32-24 .cmn-richtext,
  .font_size-52-52-32 .cmn-richtext {
    font-size: 52px;
  }

  .font_size-32-24-24,
  .font_size-32-16-16,
  .font_size-32-32-24 {
    font-size: 32px;
  }
  .font_size-32-24-24 .cmn-richtext,
  .font_size-32-16-16 .cmn-richtext,
  .font_size-32-32-24 .cmn-richtext {
    font-size: 32px;
  }

  .font_size-24-14-14,
  .font_size-24-16-16,
  .font_size-24-24-14 {
    font-size: 24px;
  }
  .font_size-24-14-14 .cmn-richtext,
  .font_size-24-16-16 .cmn-richtext,
  .font_size-24-24-14 .cmn-richtext {
    font-size: 24px;
  }

  .font-size-42-24-24 {
    font-size: 42px;
  }
  .font-size-42-24-24 .cmn-richtext {
    font-size: 42px;
  }

  .plp-silky-purifying-heading .g-HeadingTitle__titleBlock__titleBox__title span {
    font-size: 42px;
  }

  .font_size-14-10-10,
  .font_size-14-12-12 {
    font-size: 14px;
  }
  .font_size-14-10-10 .cmn-richtext,
  .font_size-14-12-12 .cmn-richtext {
    font-size: 14px;
  }

  .font_size-16-14-14 {
    font-size: 16px;
  }
  .font_size-16-14-14 .cmn-richtext {
    font-size: 16px;
  }

  .font_size-18-16-14 {
    font-size: 18px;
  }
  .font_size-18-16-14 .cmn-richtext {
    font-size: 18px;
  }

  .sensai-subheading {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 2.8px;
  }

  .font_size-24-12-12,
  .font_size-24-18-18 {
    font-size: 24px;
  }
  .font_size-24-12-12 .cmn-richtext,
  .font_size-24-18-18 .cmn-richtext {
    font-size: 24px;
  }

  .plp-silky-purifying-heading .g-HeadingTitle__titleBlock__titleBox__title span {
    font-size: 42px;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .product-tile-black {
    line-height: 1.43;
  }

  .price-tile-black {
    line-height: 1;
  }

  .font-size-24-20-14 {
    font-size: 20px;
  }
  .font-size-24-20-14 .cmn-richtext {
    font-size: 20px;
  }

  .sensai-subheading {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 2.4px;
  }

  .font_size-52-32-24,
  .font_size-32-32-24 {
    font-size: 32px;
  }
  .font_size-52-32-24 .cmn-richtext,
  .font_size-32-32-24 .cmn-richtext {
    font-size: 32px;
  }

  .font_size-24-12-12,
  .font_size-14-12-12 {
    font-size: 12px;
  }
  .font_size-24-12-12 .cmn-richtext,
  .font_size-14-12-12 .cmn-richtext {
    font-size: 12px;
  }

  .font_size-18-16-14,
  .font_size-24-16-16,
  .font_size-32-16-16 {
    font-size: 16px;
  }
  .font_size-18-16-14 .cmn-richtext,
  .font_size-24-16-16 .cmn-richtext,
  .font_size-32-16-16 .cmn-richtext {
    font-size: 16px;
  }

  .font_size-24-14-14,
  .font_size-16-14-14,
  .font_size-14-14-12 {
    font-size: 14px;
  }
  .font_size-24-14-14 .cmn-richtext,
  .font_size-16-14-14 .cmn-richtext,
  .font_size-14-14-12 .cmn-richtext {
    font-size: 14px;
  }

  .font_size-32-24-24,
  .font_size-24-24-14,
  .font-size-42-24-24 {
    font-size: 24px;
  }
  .font_size-32-24-24 .cmn-richtext,
  .font_size-24-24-14 .cmn-richtext,
  .font-size-42-24-24 .cmn-richtext {
    font-size: 24px;
  }

  .font_size-12-10-10,
  .font_size-14-10-10 {
    font-size: 10px;
  }
  .font_size-12-10-10 .cmn-richtext,
  .font_size-14-10-10 .cmn-richtext {
    font-size: 10px;
  }

  .font_size-24-18-18 {
    font-size: 18px;
  }
  .font_size-24-18-18 .cmn-richtext {
    font-size: 18px;
  }

  .font-size-10-7-7 {
    font-size: 7px;
  }

  .font_size-52-52-32 {
    font-size: 52px;
  }
  .font_size-52-52-32 .cmn-richtext {
    font-size: 52px;
  }

  .big-title, .big-title .cmn-richtext {
    line-height: 1.37;
    letter-spacing: -0.76px;
  }

  .line-title, .line-title .cmn-richtext {
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.8px;
  }

  .line-height-md-lg-1 .cmn-richtext {
    line-height: 1;
  }
}
@media (max-width: 640px) {
  .price-tile-black {
    line-height: 1.33;
  }

  .product-tile-black {
    line-height: 1.33;
  }

  .font_size-16-14-14,
  .font_size-18-16-14,
  .font_size-24-14-14,
  .font_size-24-24-14,
  .font-size-24-20-14 {
    font-size: 14px;
  }
  .font_size-16-14-14 .cmn-richtext,
  .font_size-18-16-14 .cmn-richtext,
  .font_size-24-14-14 .cmn-richtext,
  .font_size-24-24-14 .cmn-richtext,
  .font-size-24-20-14 .cmn-richtext {
    font-size: 14px;
  }

  .sensai-subheading {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 2.4px;
  }

  .font_size-24-16-16,
  .font_size-32-16-16 {
    font-size: 16px;
  }
  .font_size-24-16-16 .cmn-richtext,
  .font_size-32-16-16 .cmn-richtext {
    font-size: 16px;
  }

  .font-size-42-24-24,
  .font_size-32-24-24,
  .font_size-52-32-24,
  .font_size-32-32-24 {
    font-size: 24px;
  }
  .font-size-42-24-24 .cmn-richtext,
  .font_size-32-24-24 .cmn-richtext,
  .font_size-52-32-24 .cmn-richtext,
  .font_size-32-32-24 .cmn-richtext {
    font-size: 24px;
  }

  .font_size-24-12-12,
  .font_size-14-12-12,
  .font_size-14-14-12 {
    font-size: 12px;
  }
  .font_size-24-12-12 .cmn-richtext,
  .font_size-14-12-12 .cmn-richtext,
  .font_size-14-14-12 .cmn-richtext {
    font-size: 12px;
  }

  .font_size-12-10-10,
  .font_size-14-10-10 {
    font-size: 10px;
  }
  .font_size-12-10-10 .cmn-richtext,
  .font_size-14-10-10 .cmn-richtext {
    font-size: 10px;
  }

  .font_size-24-18-18 .cmn-richtext {
    font-size: 18px;
  }

  .font-size-10-7-7 {
    font-size: 7px;
  }

  .font_size-52-52-32 {
    font-size: 32px;
  }
  .font_size-52-52-32 .cmn-richtext {
    font-size: 32px;
  }

  .big-title, .big-title .cmn-richtext {
    line-height: 1.63;
    letter-spacing: -0.64px;
  }

  .line-title, .line-title .cmn-richtext {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.7px;
  }
}
/*header font styles*/
.header-container .header-category ul a {
  font-family: adobe-garamond-pro;
  letter-spacing: 1.4px;
}

@media (min-width: 1025px) {
  .header-container .header-category ul a {
    font-size: 14px;
  }
  .header-container .header-category .g-HeaderDropdownContainer ul a {
    font-size: 13px;
  }
  .header-container .header-category .g-HeaderDropdownContainer ul a {
    color: #ffffff;
  }
}
@media (max-width: 1024px) {
  .font-size-14-16-16 {
    font-size: 16px;
  }
  .font-size-14-16-16 .cmn-richtext {
    font-size: 16px;
  }

  .header-container .header-category ul a {
    font-size: 18px;
    font-family: adobe-garamond-pro;
    color: #2f2d2d;
    white-space: normal;
  }

  .header-contact h2,
  .header-icons .g-Text {
    font-family: adobe-garamond-pro;
    font-size: 18px;
    color: #707070 !important;
  }

  .header-contact .g-Text {
    font-family: adobe-garamond-pro;
    font-size: 14px;
    color: #707070;
  }

  .header-container .header-category.header-sub-nav-active ul li .g-HeaderDropdownContainer .header-sub-nav .g-HeaderSubNav__ul__item a,
  .header-container .header-category.header-sub-nav-active ul li .g-HeaderDropdownContainer .header-sub-nav .g-HeaderItems__ul__item a {
    font-size: 12px;
    color: #2f2d2d;
  }

  .font_size-14-16-16 {
    font-size: 16px;
  }
  .font_size-14-16-16 .cmn-richtext {
    font-size: 16px;
    line-height: 0.88;
    letter-spacing: 0.8px;
  }

  .line-height-md-sm-133 .cmn-richtext {
    line-height: 1.33 !important;
  }

  .letter-spacing-md-sm_24px .cmn-richtext {
    letter-spacing: 2.4px !important;
  }

  .line-height-md-sm-15 .cmn-richtext {
    line-height: 1.5 !important;
  }

  .line-tile-title .cmn-richtext {
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.8px;
  }

  .table-row {
    line-height: 1.43;
  }
}
.form_rightcol.disabled {
  border: solid 1px #aab0bb;
}
.form_rightcol.disabled input.form_button_submit {
  color: #aab0bb;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.form_rightcol.enabled {
  border: solid 1px #9f8839;
  cursor: pointer;
}
.form_rightcol.enabled:hover:after {
  content: "";
  border: solid #9f8839;
  border-width: 0 1.5px 1.5px 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  padding: 3px;
  margin: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.form_rightcol.enabled input.form_button_submit {
  color: #9f8839;
}

form .form .form_row {
  color: #2f2d2d;
}
form .form .form_row .form_rightcol .g-Text {
  font-size: 14px !important;
}
form .form .form_row label.error {
  font-size: 10px;
  color: #b02832;
}
form .form_row select.form_field_select {
  cursor: pointer;
}
form .form_row select.form_field {
  width: 100%;
  padding-bottom: 9px;
  border: none;
  border-bottom: solid 0.5px #9f8839;
}
form .form_row .form_field:not(.form_field_checkbox):not(.form_button_submit) {
  color: #2f2d2d;
}
form .form_row .form_field:not(.form_field_checkbox):not(.form_button_submit)::placeholder {
  color: #aab0bb;
}
form .form > .form_row:nth-last-child(2) .form_rightcol.registration-submit-button .form_button_submit {
  color: #a18a43;
}
form .form .form_row .form_rightcol .g-Text a[href] {
  color: #2f3a41 !important;
  text-decoration: underline;
}
form .form_row .form_field:not(.form_field_password) {
  font-family: inherit !important;
}
form .form_row .form_field.form_field_password:not(:placeholder-shown):not([type="text"]) {
  font-family: "fontello" !important;
  font-size: 8px !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  /* add spacing to better separate each image */
  letter-spacing: 2px;
}
form .form_row .form_field:focus {
  outline: none;
  border-bottom: 1px solid #a18a43;
}
form .form_row .form_field:not(.form_field_checkbox):not(.form_button_submit) {
  border: none;
  border-bottom: solid 1px #cecece;
  padding: 0 0 10px;
}
form .form > .form_row:nth-last-child(2) .form_rightcol {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
form .form_row .form_button_reset,
form .form_row .form_button_submit {
  background: none;
  border: none;
  padding: 15px 0 13px;
  text-transform: uppercase;
  font-family: 'adobe-garamond-pro';
}
form .form_row .form_button_reset:focus,
form .form_row .form_button_submit:focus {
  outline: none;
}
form .form > .form_row:nth-last-child(2) .form_rightcol.registration-submit-button {
  border: solid 1px #a18a43;
}
form .form_row:nth-last-child(2) .form_rightcol.registration-submit-button:hover:after {
  content: "";
  border: solid #a18a43;
  border-width: 0 1.5px 1.5px 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  padding: 3px;
  margin: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
form .form_row .form_field_checkbox {
  height: 12px;
  width: 12px;
  vertical-align: sub;
}
form .form .termsCheck .form_row .form_rightcol {
  display: flex;
}
form .form .form_row label.error {
  margin-top: 5px;
  display: block;
  text-transform: none;
}
form .form .form_row input.error {
  border-bottom: 1px solid #b02832 !important;
}
form .form .form_rightcol .form_field {
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
}
form input[type="reset"] {
  color: #9f8839 !important;
  -webkit-text-fill-color: unset !important;
}

/*----------------------form check box design-----------------------------*/
.termsCheck .form_rightcol input {
  position: relative;
  opacity: 0;
  cursor: pointer;
  z-index: 100;
}
.termsCheck .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: white;
  border: 1px solid #a18a43;
}
.termsCheck .form_rightcol input:checked ~ .checkmark {
  background-color: white;
}
.termsCheck .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.termsCheck .form_rightcol {
  position: relative;
}
.termsCheck .form_rightcol input:checked ~ .checkmark:after {
  display: block;
}
.termsCheck .form_rightcol .checkmark:after {
  left: 3.1px;
  top: 3px;
  width: 0px;
  height: 0px;
  border: solid #a18a43;
  border-width: 3px;
}

#tcAgreed-error, #sn_error_msg {
  margin-left: 32px;
}

/*---------------------- check box -----------------------------*/
.termsCheck .checkBox input {
  position: relative;
  opacity: 0;
  cursor: pointer;
  z-index: 100;
}
.termsCheck .checkBox input:checked ~ .checkmark {
  background-color: white;
}
.termsCheck .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.termsCheck .checkBox {
  position: relative;
}
.termsCheck .checkBox input:checked ~ .checkmark:after {
  display: block;
}
.termsCheck .checkBox .checkmark:after {
  left: 25%;
  top: 3px;
  width: 0px;
  height: 0px;
  border: solid #a18a43;
  border-width: 3px;
}

/*----------eye icon ---------*/
.eyeicon-password {
  background-image: url(../svg/open-eye.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 13px;
  position: absolute;
  top: 10px;
  right: 0px;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .form_row select.form_field {
    font-size: 16px;
  }

  input.form_button_submit {
    letter-spacing: 2.4px;
    line-height: 1.38;
  }
}
@media (max-width: 1024px) {
  input.form_button_submit {
    letter-spacing: 2.1px;
    line-height: 1.43;
  }

  .eyeicon-password {
    top: 7px;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .form_row select.form_field {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  form .form .form_row {
    font-size: 14px !important;
  }

  .form_row select.form_field {
    font-size: 12px;
  }
}
#formatShippingAddress {
  display: none;
}

.shippingformataddress {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 85%;
}

.loqt-banned-fmt-addrs {
  color: #b02832;
  font-size: 14px;
  font-family: 'adobe-garamond-pro';
  display: block;
}

.ui-menu-item .right-arrow::after {
  content: "";
  border: solid #000;
  border-width: 0 1.5px 1.5px 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  padding: 3px;
  margin: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.max-length-warning, .lqt-sgn {
  margin-top: 5px;
  display: block;
  text-transform: none;
  font-size: 10px;
  color: #b02832;
}

.auto-entry {
  float: right;
  margin-top: 26px;
  outline: none;
  top: 8px !important;
  right: 10px;
  position: absolute;
  cursor: pointer;
}
.auto-entry span.auto_entry_ctnt {
  color: #9f8839;
  font-size: 14px;
  text-decoration: underline;
}

.reg-save-shipping-diff-address, .reg-shipping-saved-address {
  display: none;
  cursor: pointer;
  margin-top: 40px;
}

/*product-line-tile-section*/
.is-authorring .product-line-tile-section .g-TileLinkVP__list__tile:not(:first-child) .g-TileLinkVUnit__leadBlock__lead {
  opacity: 1;
}

.product-line-tile-section .g-ButtonUnit__link {
  height: 50px !important;
}
.product-line-tile-section .g-Image__img img {
  width: 100% !important;
}
.product-line-tile-section .g-TileLinkVUnit {
  border: 0;
  padding: 0 2px;
}
.product-line-tile-section .g-TileLinkVP {
  padding: 20px 18px 0;
}
.product-line-tile-section .g-TileLinkVP.is-gutter--none .g-TileLinkVP__list__tile {
  padding: 0 0 5px;
}
.product-line-tile-section .g-TileLinkVP__list .g-TileLinkVP__list__tile:nth-child(1) {
  width: 66.6%;
}
.product-line-tile-section .g-TileLinkVUnit__inner {
  position: relative;
}
.product-line-tile-section .g-TileLinkVUnit__leadBlock {
  position: absolute;
  top: 0;
}
.product-line-tile-section .g-TileLinkVP__list__tile:not(:first-child) .g-TileLinkVUnit__leadBlock__title {
  margin-top: 5%;
}
.product-line-tile-section .g-TileLinkVP__list__tile:nth-child(1) .g-TileLinkVUnit__leadBlock {
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 24%;
  margin-left: 12.7%;
}
.product-line-tile-section .g-TileLinkVUnit__leadBlock__lead .g-Text > .cmn-richtext {
  margin-bottom: 7%;
}
.product-line-tile-section .g-ButtonP__list .g-ButtonP__list__item {
  width: 66.9% !important;
}
.product-line-tile-section .g-TileLinkVP__list__tile:not(:first-child) .g-ButtonP__list .g-ButtonP__list__item {
  width: 42.9% !important;
}
.product-line-tile-section .g-Section__inner {
  padding-bottom: 0;
}

.plp-product-listing-section .g-Column__inner .g-ColumnUnit .g-ProductListing .g-ProductListingListUnit:hover .g-ProductListingListUnit--inner > .g-ProductListingImage img {
  -webkit-transform: scale(1.25);
  /* Safari and Chrome */
  -moz-transform: scale(1.25);
  /* Firefox */
  -ms-transform: scale(1.25);
  /* IE 9 */
  -o-transform: scale(1.25);
  /* Opera */
  transform: scale(1.25);
}
.plp-product-listing-section .g-Column__inner .g-ColumnUnit .g-ProductListing .g-ProductListingListUnit .g-ProductListingListUnit--inner > .g-ProductListingImage img {
  -webkit-transition: all 1s ease;
  /* Safari and Chrome */
  -moz-transition: all 1s ease;
  /* Firefox */
  -ms-transition: all 1s ease;
  /* IE 9 */
  -o-transition: all 1s ease;
  /* Opera */
  transition: all 1s ease;
}

@media (min-width: 1025px) {
  .product-line-tile-section .g-TileLinkVP__list .g-TileLinkVP__list__tile:nth-child(1) .g-ButtonP:nth-child(2) .g-ButtonP__list {
    width: 66.9%;
  }
  .product-line-tile-section .g-TileLinkVP__list .g-TileLinkVP__list__tile:nth-child(1) .g-ButtonP:nth-child(2) .g-ButtonP__list__item {
    width: 100% !important;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:not(:first-child) .g-TileLinkVUnit__imageBlock .g-Image__img img {
    opacity: 1;
    display: block;
    transition: 0.5s ease;
    backface-visibility: hidden;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:not(:first-child) .g-TileLinkVUnit__leadBlock {
    height: 83.3% !important;
    transition: 0.5s ease;
    left: 0;
    text-align: center;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:not(:first-child) .g-TileLinkVUnit__leadBlock__lead {
    height: 100%;
    width: 75%;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:not(:first-child) .g-TileLinkVUnit__leadBlock__lead .g-Text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:not(:first-child) .g-TileLinkVUnit__leadBlock__lead .g-Text p.cmn-richtext {
    opacity: 0;
    animation: fadeOut .25s ease-in both;
    animation-delay: .2s;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:not(:first-child) .g-TileLinkVUnit__leadBlock__lead .g-Text .g-ButtonP {
    opacity: 0;
    animation: slideOut .25s ease-in both;
    animation-delay: .2s;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:not(:first-child) .g-TileLinkVUnit__leadBlock__lead:hover p.cmn-richtext {
    animation: fadeIn .65s ease-in both;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:not(:first-child) .g-TileLinkVUnit__leadBlock__lead:hover .g-ButtonP {
    animation: slideUp .8s ease-in both;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:not(:first-child) .g-TileLinkVUnit__inner:hover .g-Image__img img {
    opacity: 0.3;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:not(:first-child) .g-TileLinkVUnit__inner:hover .g-TileLinkVUnit__leadBlock {
    opacity: 1;
  }
}
@media (max-width: 640px) {
  .plp-hero-banner-section .g-Column__inner .g-Column__cols:nth-child(2) {
    width: 79.64%;
    left: 0;
    top: 6%;
    margin: 0 auto;
  }
  .plp-hero-banner-section .g-Column__inner .g-Column__cols:nth-child(2) .g-ColumnUnit {
    margin: 0px;
  }
  .plp-hero-banner-section .g-Column__inner .g-Column__cols:nth-child(2) .g-ButtonP .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit .g-ButtonUnit__link {
    height: unset !important;
    border: none;
    padding: 0;
    width: fit-content;
  }

  .product-line-tile-section .g-TileLinkVP {
    padding: 0 3.2%;
  }
  .product-line-tile-section .g-TileLinkVP__list .g-TileLinkVP__list__tile:nth-child(1) {
    width: 100%;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:nth-child(1) .g-TileLinkVUnit__imageBlock {
    margin: 0;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:nth-child(1) .g-TileLinkVUnit__leadBlock {
    height: 100% !important;
    width: 50.4%;
    padding: 0;
    margin-left: 5%;
  }
  .product-line-tile-section .g-TileLinkVUnit__leadBlock__lead > .g-Text {
    margin: 0;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:not(:first-child) .g-TileLinkVUnit__leadBlock__lead .g-Text > .cmn-richtext {
    display: none;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:not(:first-child) .g-TileLinkVUnit__leadBlock {
    width: 100%;
    padding: 0;
    height: auto !important;
    height: 100% !important;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:not(:first-child) .g-ButtonP {
    bottom: 0;
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:not(:first-child) .g-ButtonP .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit .g-ButtonUnit__link {
    padding: 0;
    border: none;
    height: 42px !important;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:nth-child(1) .g-TileLinkVUnit__leadBlock__title {
    margin-top: 6%;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:nth-child(1) .g-ButtonP {
    bottom: 0;
    position: absolute;
    width: 100%;
    margin: 0;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:nth-child(1) .g-ButtonP .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit .g-ButtonUnit__link {
    padding: 0;
    border: none;
    height: 42px !important;
    justify-content: end;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:nth-child(1) .g-TileLinkVUnit__leadBlock {
    display: block;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .product-line-tile-section .g-TileLinkVP__list .g-TileLinkVP__list__tile:nth-child(1) {
    width: 100%;
  }
  .product-line-tile-section .g-TileLinkVUnit__imageBlock,
  .product-line-tile-section .g-Image {
    margin-bottom: 0;
  }
  .product-line-tile-section .g-Section__inner {
    padding: 44px 0 0;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:not(:first-child) .g-TileLinkVUnit__leadBlock__lead {
    display: none;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:not(:first-child) .g-TileLinkVUnit__leadBlock {
    width: 100%;
    height: auto !important;
  }
  .product-line-tile-section .g-TileLinkVP__list__tile:nth-child(1) .g-TileLinkVUnit__leadBlock {
    width: 45%;
    margin-left: 6.7%;
  }
}
/*product-line-carousel-section*/
.product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-GroupBox .g-HeadingTitle > .g-Text {
  font-family: adobe-garamond-pro;
  letter-spacing: 0.7px;
}

.product-line-carousel-section {
  margin: 0 20px;
}
.product-line-carousel-section .g-Column__cols {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.product-line-carousel-section .g-Column__cols .g-ColumnUnit > .g-HeadingTitle {
  margin-bottom: 40px;
}
.product-line-carousel-section .g-Column__cols .g-ColumnUnit > .g-HeadingTitle .g-Text {
  margin-bottom: 15px;
}
.product-line-carousel-section .g-Column__cols .g-ColumnUnit > .g-HeadingTitle .g-HeadingTitle__titleBlock__titleBox__title {
  margin: 0;
}
.product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list {
  margin: 0 -2px;
}
.product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselP__nav__dot:before {
  font-size: 15px;
}
.product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselP__nav__toggle {
  display: none;
}
.product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselPUnit {
  padding: 0 2px;
}
.product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner > .g-Image img {
  width: 100% !important;
}
.product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox {
  width: 75%;
  right: 0;
  margin: 0 auto;
  height: 100%;
}
.product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox .g-HeadingTitle .g-HeadingTitle__titleBlock .g-HeadingTitle__titleBlock__titleBox__title .cmn-richtext {
  line-height: 1.63;
}
.product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox .g-HeadingTitle > *:not(.g-HeadingTitle__titleBlock) {
  width: 100%;
}
.product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselP__nextArrow {
  position: relative;
  margin: 0;
  top: 0;
  right: 0;
  bottom: unset;
  left: unset;
  padding: 0;
}
.product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselP__prevArrow {
  position: relative;
  margin: 0;
  top: 0;
  right: 0;
  bottom: unset;
  left: unset;
  padding: 0;
  display: flex;
  background: none;
}
.product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselP__prevArrow:before {
  background: none;
  color: #9e8839;
}
.product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselP__prevArrow .g-ImageCarouselP__nextArrow {
  background: none;
}
.product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselP__prevArrow .g-ImageCarouselP__nextArrow:before {
  background: none;
  color: #9e8839;
}

@media (min-width: 1025px) {
  .product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-GroupBox .g-HeadingTitle > .g-Text {
    width: 70.95% !important;
  }

  .product-line-carousel-section {
    margin-top: 80px;
  }
  .product-line-carousel-section .slick-slide p.cmn-richtext {
    opacity: 0;
    animation: fadeOut .25s ease-in both;
    animation-delay: .2s;
  }
  .product-line-carousel-section .slick-slide .g-ButtonP {
    opacity: 0;
    animation: slideOut .25s ease-in both;
    animation-delay: .2s;
  }
  .product-line-carousel-section .slick-slide:hover p.cmn-richtext {
    animation: fadeIn .65s ease-in both;
  }
  .product-line-carousel-section .slick-slide:hover .g-ButtonP {
    animation: slideUp .8s ease-in both;
  }
  .product-line-carousel-section .camp-carousel-image {
    margin: 0;
  }
  .product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox .g-HeadingTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 100%;
  }
  .product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox .g-HeadingTitle :last-child {
    margin: 0 0 auto;
  }
  .product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox .g-HeadingTitle .g-ButtonP .g-ButtonP__list .g-ButtonP__list__item {
    width: 42.9% !important;
  }
  .product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox .g-HeadingTitle .g-HeadingTitle__titleBlock {
    margin: 40px 0 auto 0;
  }
  .product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox .g-HeadingTitle .g-HeadingTitle__titleBlock .g-HeadingTitle__titleBlock__titleBox__title .cmn-richtext {
    line-height: 1.67;
    letter-spacing: 1.2px;
  }
  .product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselPUnit:hover .g-Image__img img {
    opacity: 0.3;
  }
  .product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselPUnit:hover .g-GroupBox .g-HeadingTitle > *:not(.g-HeadingTitle__titleBlock) {
    display: block;
  }
  .product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselP__prevArrow {
    margin: 0 0 48px auto;
  }
  .product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselP__prevArrow .g-ImageCarouselP__nextArrow {
    margin-left: 50px;
  }
}
@media (max-width: 640px) {
  .product-line-carousel-section .camp-carousel-image {
    margin: 0;
  }
  .product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox .g-HeadingTitle .g-HeadingTitle__titleBlock .g-HeadingTitle__titleBlock__titleBox__title .g-HeadingTitle__h3 {
    margin-top: 10px;
    font-size: unset;
  }
  .product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox .g-HeadingTitle .g-HeadingTitle__titleBlock .g-HeadingTitle__titleBlock__titleBox__title .cmn-richtext {
    line-height: 1.29;
    letter-spacing: 0.7px;
  }
  .product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox .g-HeadingTitle .g-ButtonP .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit .g-ButtonUnit__link {
    height: unset !important;
    border: none;
    padding: 0;
  }
  .product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselP__prevArrow .g-ImageCarouselP__nextArrow {
    margin-left: 36px;
  }

  .product-line-carousel-section {
    margin: 0 9px;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .product-line-carousel-section .camp-carousel-image {
    margin: 0;
  }
  .product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox .g-HeadingTitle .g-HeadingTitle__titleBlock .g-HeadingTitle__titleBlock__titleBox__title .cmn-richtext {
    line-height: 2;
    letter-spacing: 1px;
  }
  .product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselP__prevArrow .g-ImageCarouselP__nextArrow {
    margin-left: 26px;
  }
}
@media (max-width: 1024px) {
  .product-line-carousel-section {
    margin-top: 40px;
  }
  .product-line-carousel-section .camp-carousel-image .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner > .g-Image {
    margin-bottom: 0;
  }
  .product-line-carousel-section .camp-carousel-image .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox .g-HeadingTitle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    height: 100%;
  }
  .product-line-carousel-section .camp-carousel-image .g-ImageCarouselPUnit .g-ImageCarouselPUnit__inner .g-GroupBox .g-HeadingTitle .g-ButtonP {
    margin-bottom: 14px;
  }
  .product-line-carousel-section .camp-carousel-image .g-ImageCarouselP__list .g-ImageCarouselP__prevArrow {
    margin: 0 0 25px auto;
  }
  .product-line-carousel-section .slick-slide p.cmn-richtext {
    display: none;
  }
}
.sensai-ptp-title-name {
  background-color: black;
}
.sensai-ptp-title-name .ptp-page-title {
  text-align: center;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 2.4px;
  color: #fff;
  text-transform: uppercase;
}

.plp-product-listing-section .g-ProductListingListUnit {
  display: none !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOut {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}
.is-authorring .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP.saho-img-text {
  width: auto;
}

.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit {
  display: flex;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit img {
  width: 100% !important;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain {
  margin: auto;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain .g-HeadingTitle {
  margin: 0;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain .g-HeadingTitle .g-HeadingTitle__titleBlock__titleBox .g-Text {
  margin: 0;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain .g-HeadingTitle .g-HeadingTitle__titleBlock__titleBox .g-HeadingTitle__titleBlock__titleBox__title {
  margin: 0;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain .g-HeadingTitle .g-HeadingTitle__titleBlock__titleBox .g-HeadingTitle__titleBlock__titleBox__title .cmn-richtext {
  line-height: 1.13;
  letter-spacing: -0.64px;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain .g-ButtonP .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit .g-ButtonUnit__link {
  justify-content: unset;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain {
  display: flex;
  position: relative;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain > .g-Image {
  align-self: center;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP.saho-img-text {
  align-self: baseline;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP.saho-img-text .g-ImageTextVP__contentsBlock .g-ImageTextVP__contentsBlock__image {
  margin-bottom: 0px;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP.saho-img-text .g-ImageTextVP__contentsBlock .g-ImageTextVP__contentsBlock__image img {
  margin: auto;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP.saho-img-text .g-ImageTextVP__contentsBlock .g-ImageTextVP__contentsBlock__text {
  display: flex;
  flex-direction: column-reverse;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP.saho-img-text .g-ImageTextVP__contentsBlock .g-ImageTextVP__contentsBlock__text .g-HeadingTitle {
  margin: 0;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP.saho-img-text .g-ImageTextVP__contentsBlock .g-ImageTextVP__contentsBlock__text .g-HeadingTitle .g-HeadingTitle__titleBlock {
  display: block;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP.saho-img-text .g-ImageTextVP__contentsBlock .g-ImageTextVP__contentsBlock__text .g-HeadingTitle .g-HeadingTitle__titleBlock .g-HeadingTitle__titleBlock__titleBox {
  display: block;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP.saho-img-text .g-ImageTextVP__contentsBlock .g-ImageTextVP__contentsBlock__text .g-HeadingTitle .g-HeadingTitle__titleBlock .g-HeadingTitle__titleBlock__titleBox .g-HeadingTitle__titleBlock__titleBox__title {
  margin: 0 -70%;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP.saho-img-text .g-ImageTextVP__contentsBlock .g-ImageTextVP__contentsBlock__text .g-Text {
  margin: 0;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP:not(.saho-img-text) .g-ImageTextVP__contentsBlock {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP:not(.saho-img-text) .g-ImageTextVP__contentsBlock .g-ImageTextVP__contentsBlock__image {
  width: auto;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP:not(.saho-img-text) .g-ImageTextVP__contentsBlock .g-ImageTextVP__contentsBlock__image .g-Image {
  width: auto;
  margin: 0;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP:not(.saho-img-text) .g-ImageTextVP__contentsBlock .g-ImageTextVP__contentsBlock__image .g-Image .g-Image__img {
  width: auto;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP:not(.saho-img-text) .g-ImageTextVP__contentsBlock .g-ImageTextVP__contentsBlock__text {
  position: absolute;
  top: 20px;
  width: 42%;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP:not(.saho-img-text) .g-ImageTextVP__contentsBlock .g-ImageTextVP__contentsBlock__text .g-Text {
  margin: 0;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP:not(.saho-img-text) .g-ImageTextVP__contentsBlock .g-ImageTextVP__contentsBlock__text .g-Text .cmn-richtext {
  width: min-content;
  margin: auto;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP:not(.saho-img-text) .g-ImageTextVP__contentsBlock .g-ImageTextVP__contentsBlock__text .g-Text .cmn-richtext span {
  display: block;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP:nth-child(2) .g-ImageTextVP__contentsBlock .g-ImageTextVP__contentsBlock__text {
  left: 0;
}
.sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP:nth-child(6) .g-ImageTextVP__contentsBlock .g-ImageTextVP__contentsBlock__text {
  right: 0;
}

@media (min-width: 1025px) {
  .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain {
    margin: auto 0 auto 9.28%;
    width: 29.95%;
    padding: 34px 0 30px;
  }
  .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain > .g-Text,
  .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain .g-ButtonP {
    margin: 20px 0 0;
  }
  .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain {
    margin: auto 10.94% auto auto;
    width: 34.89%;
    padding: 20px 0;
  }
  .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP.saho-img-text {
    margin-top: 50px;
    width: 11.7%;
  }
  .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain > *:nth-child(even) {
    width: 20px;
    margin: auto;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .sensai-saho-small-banner-section {
    background-image: url(../png/saho_banner_background_768.png) !important;
  }
  .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain {
    margin: auto 0 auto 2.61%;
    width: 42%;
  }
  .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain > .g-Text {
    display: none;
  }
  .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain .g-ButtonP {
    margin: 20px 0 0;
  }
  .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain {
    margin: auto 5.08% auto auto;
    width: 48.62%;
    padding: 11px 0 16px;
  }
  .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP.saho-img-text {
    margin-top: 29px;
    width: 15%;
  }
  .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain > *:nth-child(even) {
    width: 12px;
    margin: auto;
  }

  .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP:not(.saho-img-text) .g-ImageTextVP__contentsBlock .g-ImageTextVP__contentsBlock__text span {
    line-height: 0.93;
    letter-spacing: 0.7px;
  }
}
@media (max-width: 640px) {
  .sensai-saho-small-banner-section {
    background-image: url(../png/saho_banner_background_414.png) !important;
  }
  .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain {
    width: 88.69%;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 27px 0 20px;
  }
  .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain > .g-Text {
    display: none;
  }
  .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain .g-ButtonP {
    margin: 20px 0 0;
    order: 3;
  }
  .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain {
    position: relative;
    top: 0;
    bottom: 0;
    margin-top: 20px;
  }
  .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP.saho-img-text {
    margin-top: 50px;
    width: 11.7%;
  }
  .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain > *:nth-child(even) {
    width: 12px;
    margin: auto;
  }

  .sensai-saho-small-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain .g-ImageTextVP:not(.saho-img-text) .g-ImageTextVP__contentsBlock .g-ImageTextVP__contentsBlock__text span {
    line-height: 0.93;
    letter-spacing: 0.7px;
  }
}
/*campaign*/
@media (min-width: 1025px) {
  .sensai-saho-small-banner-section.sensai-saho-campaign-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain {
    width: 39.28%;
    padding: 233px 0 136px;
  }
  .sensai-saho-small-banner-section.sensai-saho-campaign-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain .g-ButtonP .g-ButtonP__list__item {
    width: 27.49%;
  }
  .sensai-saho-small-banner-section.sensai-saho-campaign-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain .g-ButtonP .g-ButtonUnit .g-ButtonUnit__link {
    border: solid 0.5px #9f8839;
    height: 50px !important;
    padding: 15px 0 13px !important;
    text-align: center;
    justify-content: center !important;
  }
  .sensai-saho-small-banner-section.sensai-saho-campaign-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain {
    margin: auto 8.34% auto auto;
    width: 27.97%;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .sensai-saho-small-banner-section.sensai-saho-campaign-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain {
    margin: 37px 0 29px 2.61%;
    width: 47.5%;
  }
  .sensai-saho-small-banner-section.sensai-saho-campaign-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain > .g-Text {
    margin: 27px 0 0;
    display: block;
  }
  .sensai-saho-small-banner-section.sensai-saho-campaign-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-right-contain .g-ButtonP {
    margin: 8px 0 0;
  }
  .sensai-saho-small-banner-section.sensai-saho-campaign-banner-section .g-Column__inner .g-ColumnUnit .g-GroupBox.saho-banner-left-contain {
    margin: auto 3.26% auto auto;
    width: 47.36%;
  }
}
/*shopping-bag*/
.vatrientDropdown {
  border-bottom: 1px solid black;
  height: 42px;
  width: 98%;
  margin-bottom: 20px;
  display: flex;
}
.vatrientDropdown p.g-Image__img.l-Image__img {
  width: 12px;
  margin: 22px 8px;
}

p.shopping-bag-overlay-varient-product-number {
  margin-right: 9px;
}
p.shopping-bag-overlay-product-style {
  width: 80%;
}

.varient-arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: block;
  width: 0.5px;
  height: 0.5px;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: 20px;
}

.shopping-bag-overlay-varient-row:hover, div#new_form_vatrientDropdown:hover {
  cursor: pointer;
}

/*varient*/
.shopping-bag-overlay-varient-row {
  display: flex;
}
.shopping-bag-overlay-varient-row .g-Image.l-Image.s7responsiveContainer.is-paddingReset {
  width: 6%;
  margin: 22px 0px 0px 0px;
  order: 1;
}

p.shopping-bag-overlay-varient-index {
  order: 2;
  height: 8px;
  margin-left: 8px;
  margin-right: 8px;
}
p.shopping-bag-overlay-varient-name {
  order: 3;
  height: 6px;
}

.variant-overlay {
  width: 33.1%;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
  margin-left: 66.9%;
}

div#shopping-overlay-id {
  z-index: 101;
}

.variant-overlay .form_row {
  margin-left: 95%;
  margin-bottom: 34%;
}
.variant-overlay .g-ColumnUnit.l-ColumnUnit {
  margin: 10px 6% 30px 13%;
}
.variant-overlay .g-Hr.l-Hr.opt-w100p {
  margin-bottom: 40px;
}
.variant-overlay ul#shopping-bag-overlay-varient-list {
  padding: 0px 1%;
}
.variant-overlay .g-HeadingTitle.l-HeadingTitle.g-HeadingTitle--h6.l-HeadingTitle--h6 {
  margin-bottom: 0px;
}

@media (min-width: 641px) and (max-width: 1024px) {
  p.shopping-bag-overlay-varient-product-number {
    margin-right: 9px;
    margin-top: 19px;
  }
  p.shopping-bag-overlay-product-style {
    width: 80%;
    margin-top: 19px;
  }

  .variant-overlay {
    width: 73.6% !important;
    margin-left: 26.4%;
  }

  .shopping-bag-overlay-varient-row .g-Image.l-Image.s7responsiveContainer.is-paddingReset {
    margin: 16px 0px 0px;
  }

  ul#shopping-bag-overlay-varient-list {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 22px;
  }
}
@media (min-width: 1025px) {
  ul#shopping-bag-overlay-varient-list {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 22px;
  }
}
@media (max-width: 640px) {
  p.shopping-bag-overlay-varient-product-number {
    margin-right: 9px;
    margin-top: 22px;
  }
  p.shopping-bag-overlay-product-style {
    width: 80%;
    margin-top: 22px;
  }

  .variant-overlay {
    margin-left: 9.7%;
    width: 90.4% !important;
  }

  .shopping-bag-overlay-varient-row .g-Image.l-Image.s7responsiveContainer.is-paddingReset {
    margin: 14px 0px 0px;
  }
}
/*shopping bag summary varient*/
.varient_cart_summary {
  width: 137%;
}
.varient_cart_summary p.shopping-bag-overlay-varient-product-number, .varient_cart_summary p.shopping-bag-overlay-product-style {
  margin-top: 18px;
}

.variant-page .g-Section .form_row {
  display: none;
}
.variant-page .g-Section .l-Column.is-gutter--m .l-Column__cols {
  padding-top: 0px;
}
.variant-page .g-Section .g-Hr.l-Hr.opt-w100p {
  padding-bottom: 100px;
}

@media (max-width: 1024px) and (min-width: 641px) {
  .varient_cart_summary {
    width: 150%;
  }
  .varient_cart_summary p.shopping-bag-overlay-varient-product-number {
    margin-top: 20px;
  }
  .varient_cart_summary p.shopping-bag-overlay-product-style {
    margin-top: 20px;
    width: 92%;
  }

  .variant-page .g-Section .g-Hr.l-Hr.opt-w100p {
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .variant-page .g-Section .g-Hr.l-Hr.opt-w100p {
    padding-bottom: 30px;
  }

  .varient_cart_summary {
    width: 148%;
  }
  .varient_cart_summary p.shopping-bag-overlay-varient-product-number {
    margin-top: 21px;
  }
  .varient_cart_summary p.shopping-bag-overlay-product-style {
    margin-top: 21px;
    width: 92%;
  }
}
.massage-section .g-ColumnUnit {
  margin: auto;
  padding: 86px 0 650px;
}
.massage-section .g-ColumnUnit .g-HeadingTitle {
  margin: 0;
}
.massage-section .g-ColumnUnit .g-HeadingTitle .g-HeadingTitle__titleBlock__titleBox__title {
  margin: 0;
}
.massage-section .g-ColumnUnit .g-Text {
  margin: 65px 0 0;
}
.massage-section .g-ColumnUnit .g-ButtonP {
  margin: 32px 0 0;
}

@media (min-width: 1025px) {
  .massage-section .g-ColumnUnit {
    width: 25%;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .massage-section .g-ColumnUnit {
    width: 79%;
  }
}
@media (max-width: 640px) {
  .massage-section .g-ColumnUnit {
    width: 90%;
  }
}
/*Hide suggest until we find a solution*/
.search-input .search-suggest-value {
  display: block;
}

.search-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.5);
}

.search-layout-container {
  display: none;
  position: fixed;
  background: white;
  height: 100%;
  z-index: 101;
  right: 0;
  width: 33.13%;
  overflow: scroll;
  box-shadow: -2px 0 20px 0 rgba(0, 0, 0, 0.2);
}
.search-layout-container::-webkit-scrollbar {
  display: none;
}

.search-icon-placeholder {
  display: flex;
  justify-content: flex-end;
  margin-top: 178px;
  margin-left: 12.74%;
  margin-right: 12.5%;
  border-bottom: 1px solid #707070;
  padding-bottom: 6px;
}
.search-icon-placeholder img {
  width: 19px;
  padding-bottom: 6px;
}

.search-input {
  font-size: 24px;
  font-family: Avenir-LT-Light;
  position: relative;
  margin-left: 12.74%;
  margin-right: 12.5%;
  top: -35px;
  height: 0;
}
.search-input input {
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
}

a.clear-recent {
  text-transform: uppercase;
  position: fixed;
  margin-right: 4%;
  margin-top: 40.5px;
  right: 0;
  color: #9f8839;
  cursor: pointer;
  font-family: adobe-garamond-pro;
}

ul.recent-search {
  text-transform: capitalize;
  position: absolute;
}

input.search-suggest-value {
  text-transform: uppercase;
  padding: 0;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: 0px;
  border-color: transparent;
  box-shadow: none;
  background: none 0% 0%/auto repeat scroll padding-box border-box white;
}
input.search-placeholder {
  text-transform: uppercase;
  padding: 0;
  position: relative;
  background-color: transparent;
  border-color: black;
}

.search-output ul {
  color: #2f2d2d;
}

.search-output ul,
.search-page-search-output ul {
  font-size: 16px;
  text-transform: uppercase;
  list-style: none;
  font-family: adobe-garamond-pro;
  padding: 0;
  margin-left: 12.74%;
  margin-top: 40.5px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  margin-right: 12.74%;
}

.search-output li,
.search-page-search-output li {
  margin-top: 20px;
}

.search-output li a,
.search-page-search-output li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #707070;
  font-family: Avenir-LT-Light;
}

.search-output button {
  font-family: adobe-garamond-pro;
  font-size: 16px;
  margin-left: 12.74%;
  text-transform: uppercase;
  height: 50px;
  color: white;
  width: 75%;
  border: solid 0.5px #a18a43;
  background-color: #9e8839;
  margin-bottom: 309px;
}

#search-close-button {
  cursor: pointer;
  float: right;
  margin-right: 30px;
  margin-top: 40px;
}

@media (min-width: 641px) and (max-width: 1024px) {
  .search-layout-container {
    width: 73.6%;
  }

  .search-icon-placeholder {
    margin-top: 136px;
    margin-left: 7.09%;
    margin-right: 7.09%;
  }

  .search-output ul {
    margin-left: 7.09%;
  }

  a.clear-recent {
    margin-right: 5.25%;
  }

  .search-input {
    margin-left: 7.09%;
    margin-right: 7.09%;
  }

  .search-output button {
    margin-left: 7.09%;
    width: 85.8%;
  }

  #search-close-button {
    margin-right: 40px;
  }
}
@media (max-width: 640px) {
  .search-layout-container {
    width: 95%;
  }

  .search-icon-placeholder {
    margin-top: 122px;
    margin-left: 5.35%;
    margin-right: 5.35%;
    padding-bottom: 12px;
  }
  .search-icon-placeholder img {
    padding-bottom: 0px;
  }

  .search-input {
    margin-left: 5.35%;
    margin-right: 5.35%;
    font-size: 18px;
  }

  .search-output ul {
    margin-left: 5.35%;
  }
  .search-output li a {
    font-size: 14px;
  }

  a.clear-recent {
    margin-right: 5%;
  }

  .search-output button {
    margin-left: 5.35%;
    width: 89.4%;
    font-size: 14px;
  }

  #search-close-button {
    margin-right: 20px;
    margin-top: 20px;
  }
}
body:not(.is-authorring) .login-overlay-main-container {
  float: right;
  background-color: white;
  margin-bottom: 0px;
  padding-left: 5px;
  min-height: 100vh;
  padding: 0px 60px;
}
body:not(.is-authorring) .loginfrom-container .contactus-block {
  position: fixed;
  bottom: 0;
  text-align: left;
  margin: 0;
  padding-bottom: 30px;
  background: #ffffff;
}
body:not(.is-authorring) .loginfrom-container .contactus-block p:empty {
  display: none;
}
body:not(.is-authorring) .contactus-header-section {
  margin: 0 0 20px;
  letter-spacing: 2.4px;
}
body:not(.is-authorring) .contactus-desc {
  margin: 0;
  letter-spacing: 0.7px;
}
body:not(.is-authorring) .loginform-main-container {
  min-height: 615px;
}
body:not(.is-authorring) .login-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
}
body:not(.is-authorring) .forgot-password-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
}
body:not(.is-authorring) div#login-overlay-id .g-Section::-webkit-scrollbar, body:not(.is-authorring) #forgot-password-overlay-id .g-Section::-webkit-scrollbar {
  display: none;
}
body:not(.is-authorring) div#login-overlay-id .g-Area, body:not(.is-authorring) #forgot-password-overlay-id .g-Area {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body:not(.is-authorring) div#login-overlay-id .g-Area::-webkit-scrollbar, body:not(.is-authorring) #forgot-password-overlay-id .g-Area::-webkit-scrollbar {
  display: none;
}
body:not(.is-authorring) div#login-overlay-id .g-Section, body:not(.is-authorring) #forgot-password-overlay-id .g-Section {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body:not(.is-authorring) div#login-overlay-id .g-Area, body:not(.is-authorring) div#login-overlay-id .g-Section, body:not(.is-authorring) #forgot-password-overlay-id .g-Area, body:not(.is-authorring) #forgot-password-overlay-id .g-Section {
  overflow: scroll;
  height: 100%;
}
body:not(.is-authorring) div#login-overlay-id .g-Area > .g-Section__inner, body:not(.is-authorring) div#login-overlay-id .g-Section > .g-Section__inner, body:not(.is-authorring) #forgot-password-overlay-id .g-Area > .g-Section__inner, body:not(.is-authorring) #forgot-password-overlay-id .g-Section > .g-Section__inner {
  height: 100%;
}

#sensai_login .form_button_submit {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

.profile-login {
  background-image: url(../svg/loggedprofileicon.svg) !important;
}

.login-overlay-main-container .user-icon-login-form {
  background-image: url(../svg/loginprofileicon-2.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 23px;
  height: 40px;
  width: 20px;
  margin-top: -40px;
}
.login-overlay-main-container .l-Column__inner {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.loginfrom-container {
  padding: 0;
}
.loginfrom-container .sign-in-title-guest .g-HeadingTitle__titleBlock__titleBox__title {
  margin: 0;
}
.loginfrom-container input {
  margin-top: 25px;
  padding: 0 0 8px;
  height: 30px;
  width: 100%;
  outline: none;
  color: #2F2D2D;
  border-bottom: 1px solid #aab0bb;
}
.loginfrom-container .form .form_row:not(:nth-last-child(2)) .form_rightcol {
  font-size: 16px;
  position: relative;
}
.loginfrom-container .form .form_row:nth-last-child(2) {
  margin-top: 32px;
}
.loginfrom-container .form_button_submit {
  width: auto !important;
  height: 50px;
  background: transparent;
  margin: 0;
}
.loginfrom-container .close-login-form a {
  box-shadow: none;
  background: transparent;
  border: none;
}
.loginfrom-container .close-login-form .cmn-richtext .opt-fontcolor--01 {
  color: #A18A43;
}
.loginfrom-container .loginerror {
  color: #b02832;
  font-size: 16px;
}
.loginfrom-container .eyeicon-password {
  background-image: url(../svg/open-eye.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 26px;
  width: 40px;
  height: 25px;
  float: right;
  margin-top: 26px;
  outline: none;
  top: 8px !important;
  right: 5px;
}
.loginfrom-container #sensai_login_login_password {
  width: 90%;
  padding-right: 10%;
}
.loginfrom-container .closeicon {
  height: 20px;
  margin-right: -50px;
}
.loginfrom-container .closeicon .g-ButtonP__list__item {
  padding: 0 0 1px;
}

::placeholder {
  color: #AAB0BB;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #AAB0BB;
}

::-ms-input-placeholder {
  color: #AAB0BB;
}

.main-form-wraper .l-Section__inner {
  padding: 0 !important;
}

.login-overlay #common_section_wrapper_1 {
  float: right;
  width: 33.5%;
}
.login-overlay .l-SocialFunction__inner {
  display: none;
}
.login-overlay #area-Contents {
  background: transparent;
}

.forgot-password-slot {
  padding-top: 33px;
  cursor: pointer;
  line-height: 1.38;
}

.closeicon .close-login-form {
  cursor: pointer;
  font-size: 30px;
  background-image: url(../svg/close_icon-2.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 15px;
}
.closeicon .close-login-form .cmn-richtext .opt-fontcolor--01 {
  font-size: 30px;
}
.closeicon ul li .close-login-form a {
  background: none;
  border: none;
  box-shadow: none;
}

.contactus-block .opt-fontsize--s u {
  cursor: pointer;
}
.contactus-block .cmn-richtext .opt-fontsize--s {
  color: #707070;
}
.contactus-block .cmn-richtext .opt-fontsize--l {
  color: #707070;
}
.contactus-block .cmn-richtext .opt-fontsize--l u {
  color: #A18A43;
}

.not-member-signup .cmn-richtext .opt-fontsize--s a {
  color: #9e8839;
}
.not-member-signup .opt-fontsize--s {
  color: #000000;
}

.login-user-myaccount-container {
  border: none;
  border-style: none !important;
  padding-left: 0 !important;
}
.login-user-myaccount-container ul {
  padding: 0;
}
.login-user-myaccount-container ul li {
  list-style: none;
  margin-bottom: 40px;
  cursor: pointer;
}
.login-user-myaccount-container ul li:last-child {
  margin-bottom: none;
}
.login-user-myaccount-container ul li a {
  text-decoration: none;
  color: #2f2d2d !important;
}

#sensai_login .form .form_row {
  width: 100%;
}
#sensai_login .form .form_row:nth-child(6) .form_rightcol {
  border-bottom: none;
  margin-top: 32px;
}
#sensai_login .form .form_row:nth-child(6) .form_rightcol #sensai_login_sign-in-remember-me-0 {
  margin-top: 0px;
  margin-right: 10px;
}
#sensai_login .termsCheck .checkmark {
  top: calc(50% - 7px);
}

.myaccount-overlay-username {
  border-bottom: 1px solid #aab0bb;
  padding-bottom: 40px;
  margin: 0 0 20px;
  color: #2f3a41;
  font-family: 'adobe-garamond-pro';
  font-weight: normal;
  font-size: 32px;
}

.reg-user-logout-list-button {
  color: #9f8839;
}

#myprofile-add-a-card .form .form_row:nth-child(13) .form_rightcol {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

#myaccount-shipping-form .form .form_row:nth-child(15) .form_rightcol {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

#myaccount-personal-info .form .form_row:nth-child(11) .form_rightcol {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.forgot-password-overlay #area-Contents {
  background: transparent;
}
.forgot-password-overlay #common_section_wrapper_1 {
  float: right;
  width: 33.5%;
}
.forgot-password-overlay h2 span {
  font-size: 32px;
  color: #2f3a41;
}
.forgot-password-overlay .contactus-block {
  position: fixed;
  bottom: 10px;
  text-align: left;
  margin-bottom: 20px;
}

.reset-password-overlay-main-container {
  float: right;
  background-color: white;
  margin-bottom: 0px;
  padding-left: 5px;
  min-height: 100vh;
  padding: 0px 60px;
}
.reset-password-overlay-main-container .g-Column__cols {
  width: 100%;
  padding: 10px 20px !important;
}
.reset-password-overlay-main-container .closeicon {
  height: 50px;
  margin-right: -25px;
}
.reset-password-overlay-main-container .closeicon .g-ButtonP__list__item {
  padding: 0;
}

.enter-password-text-description {
  margin: 35px 0px 35px 0px;
}

#sensai_forgetpassword_login_email {
  border: none;
  border-bottom: 1px solid #aab0bb;
  font-size: 16px;
  width: 98%;
  outline: none;
}

#sensai_forgetpassword .form .form_row:nth-last-child(2) {
  margin-top: 40px;
}

.check-your-mail-description {
  margin: 35px 0px 35px 0px;
}

.forgotpassword-container-check-email .sensai-gold-arrow-button-pack .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit .g-ButtonUnit__link {
  height: auto;
}

@media only screen and (max-width: 640px) {
  body:not(.is-authorring) .login-overlay-main-container {
    margin-top: 0;
    padding: 0;
    height: 100%;
  }
  body:not(.is-authorring) .login-overlay-main-container .g-Column__cols {
    padding-top: 20px;
  }
  body:not(.is-authorring) div#login-overlay-id .g-Area > .g-Section__inner,
  body:not(.is-authorring) div#login-overlay-id .g-Section > .g-Section__inner,
  body:not(.is-authorring) #forgot-password-overlay-id .g-Area > .g-Section__inner,
  body:not(.is-authorring) #forgot-password-overlay-id .g-Section > .g-Section__inner {
    height: unset !important;
  }

  .myaccount-overlay-username {
    padding-bottom: 20px;
  }

  .loginfrom-container .closeicon {
    height: 30px !important;
    margin-right: 0 !important;
    margin-bottom: 64px;
  }
  .loginfrom-container .sign-in-title-guest {
    margin-bottom: 20px;
  }

  .login-overlay #common_section_wrapper_1 {
    width: 90.34%;
  }

  .contactus-block {
    padding-right: 0 !important;
    width: 80.18%;
  }

  .forgot-password-overlay #common_section_wrapper_1 {
    width: 90.3% !important;
  }

  .blocked-account-container .g-Text {
    margin: 20px 0 0;
  }

  .login-user-myaccount-container ul li a {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 2.1px;
  }

  #sensai_login .form .form_row:nth-child(1) {
    padding-top: 12px;
  }
  #sensai_login .form .form_row:nth-child(1) .form_leftcollabel label {
    top: 20px;
  }

  .reset-password-overlay-main-container {
    padding: 25px 5.35% 0;
    height: 100%;
  }
  .reset-password-overlay-main-container .closeicon {
    margin: 0;
  }
  .reset-password-overlay-main-container .closeicon .g-ButtonP__list {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .ran-out-of-time-container .g-GroupBox > .g-Text:not(.contactus-block) {
    margin: 20px 0 0;
  }

  .create-new-password-container {
    width: 89.86% !important;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
	
  .newsletter-group-box .g-Text.newsletter-title{
	display: unset;
	font-size: 32px;
	font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
	line-height: 39.68px;
	letter-spacing: -0.0236em;
	}
	
  .login-overlay-main-container {
    float: left;
    margin-top: 0;
    padding: 0px 20px !important;
  }

  .loginfrom-container .contactus-block {
    width: 62.74%;
  }
  .loginfrom-container .closeicon {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .login-overlay #common_section_wrapper_1 {
    width: 73.57%;
  }

  .forgot-password-overlay #common_section_wrapper_1 {
    width: 75%;
  }

  .login-user-myaccount-container ul li a {
    line-height: 1.43;
    letter-spacing: 2.1px;
  }

  #sensai_login .form .form_row:nth-child(1) {
    padding-top: 32px;
  }
  #sensai_login .form .form_row:nth-child(1) .form_leftcollabel label {
    top: 40px;
  }
}
.blocked-account-container {
  border: none;
  border-style: none;
}
.blocked-account-container .g-HeadingTitle,
.blocked-account-container .g-HeadingTitle__titleBlock__titleBox__title {
  margin: 0;
}
.blocked-account-container .g-ButtonP {
  margin: 32px 0 0;
}
.blocked-account-container .g-ButtonP .g-ButtonP__list__item {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
.blocked-account-container .g-ButtonP .g-ButtonP__list__item .respose-notification {
  margin-top: 20px;
  font-family: 'adobe-garamond-pro';
}
.blocked-account-container .g-ButtonP .g-ButtonP__list__item .account-blocked-resend-email a {
  color: #A18A43;
  background-color: #fff;
  border: 1px solid #A18A43;
}

@media (min-width: 1025px) {
	
  .newsletter-group-box .g-Text.newsletter-title{
	display: unset;
	font-size: 32px;
	font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
	line-height: 1;
	letter-spacing: -0.032em;
	}
	
  .loginfrom-container .closeicon {
    margin-bottom: 80px;
  }
  .loginfrom-container .contactus-block {
    width: 25.17%;
  }

  #sensai_login .form .form_row:nth-child(1) {
    padding-top: 12px;
  }
  #sensai_login .form .form_row:nth-child(1) .form_leftcollabel label {
    top: 20px;
  }

  .login-user-myaccount-container ul li a {
    line-height: 1.38;
    letter-spacing: 2.4px;
  }
}
@media (min-width: 641px) {
  body:not(.is-authorring) .login-overlay-main-container .g-Column__cols {
    padding-top: 40px;
  }

  .loginfrom-container .sign-in-title-guest {
    margin-bottom: 40px;
  }

  .blocked-account-container .g-Text {
    margin: 40px 0 0;
  }
}
.devativated-account-block {
  padding: 10px 10px 0 0;
}
.devativated-account-block .email-verification {
  color: #A18A43;
  cursor: pointer;
  text-decoration: underline;
}

#sensai_login .form .form_row:not(:nth-child(1)) .form_leftcollabel label {
  top: 8px !important;
}

#sensai_forgetpassword .form .form_row label.error {
  margin-top: 0px !important;
}

.ran-out-of-time-container .g-GroupBox {
  padding: 0;
}
.ran-out-of-time-container .check-email-button ul li {
  width: 100%;
  padding-top: 15px;
}
.ran-out-of-time-container .check-email-button ul li a {
  border: solid 1px #9f8839 !important;
  box-shadow: none;
  background: none !important;
  color: #9f8839 !important;
  height: 50px;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

#login-overlay-id .g-Column:not(.login-overlay-main-container) {
  display: none;
}

/*hide contact us under keypad*/
@media (max-width: 1024px) {
  .loginfrom-container.active-keyboard .contactus-block {
    position: relative !important;
    margin-top: 32px !important;
  }
}
.shopping-bag-title {
  border-bottom: solid 0.5px #aab0bb;
  padding-bottom: 40px;
}

#shopping-bag-overlay-colour-varient-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
#shopping-bag-overlay-colour-varient-list li {
  width: calc(50% - 5px);
  height: fit-content;
  margin-bottom: 19px;
}
#shopping-bag-overlay-colour-varient-list li:nth-child(odd) {
  margin-right: auto;
}
#shopping-bag-overlay-colour-varient-list li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#shopping-bag-overlay-colour-varient-list li a {
  color: #2f3a41;
  text-decoration: none;
}

.qty-block .custom-dropdown-wrapper .custom-dropdown-hide {
  top: 19px;
}
.qty-block .custom-dropdown-wrapper .custom-dropdown-hide .g-ListP__ul__item {
  padding: 3px 6px;
  white-space: nowrap;
}
.qty-block .custom-dropdown-wrapper .custom-dropdown-hide .g-ListP__ul__item .g-ListUnit .cmn-richtext {
  line-height: 1.32;
}

.variant-overlay .g-HeadingTitle__h6 {
  padding-bottom: 34px;
}

.style-variant-section {
  cursor: pointer;
  margin-bottom: 20px;
}

.style-variant-container {
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 6px;
  border-bottom: 1px solid #9f8839;
}
.style-variant-container h6 {
  margin: 0;
  margin-right: 40px;
}

.varients-info .checkBox {
  margin-right: 26px;
}

.shopping-bag-overlay-section .termsCheck .checkBox .checkmark:after {
  left: 3.0px;
}

.spf-checkbox {
  display: flex;
  padding-bottom: 30px;
}

#shopping-bag-list .style-variant-container img, #just-added-product .style-variant-container img {
  width: 20px !important;
  margin-right: 17px;
}

.style-variant-section .style-variant-container:after {
  content: "";
  border: solid #2f2d2d;
  border-width: 0 1.5px 1.5px 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  padding: 3px;
  margin: -5px 0 0 -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
}

.shopping-bag-overlay-section .termsCheck .checkmark {
  width: 10px;
  height: 10px;
}
.shopping-bag-overlay-section .termsCheck .checkBox .checkmark:after {
  border-width: 2px;
}

.shopping-bag-overlay-column-separator .shopping-bag-overlay-list .shopping-bag-overlay-col-2 .new-product {
  font-size: 7px;
  padding: 2.5px 3.5px 0.5px 3.5px;
}

.varients-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin: 15px 0px;
}
.varients-info p {
  margin: 0px;
}
.varients-info p:nth-child(1) {
  width: 100%;
}
.varients-info input {
  margin-right: 8px;
}
.varients-info input:nth-child(2) {
  margin-left: 29px;
}

.qtySelectDropdown {
  border: none;
  border-bottom: 1px solid #a18a43;
  background: transparent;
}

.qty-block {
  display: flex;
}

.qty-text {
  margin-right: 10px;
}

/*delete after common form button change*/
.shopping-bag-overlay-section .form .form_row:nth-last-child(2) .form_rightcol {
  border: none;
}

/*delete after common form button change*/
.header-shopping-bag-icon:hover {
  cursor: pointer;
}

.shopping-bag-overlay-section {
  margin-left: 66.9%;
}

.shopping-bag-products-groupbox .form_row, .shopping-bag-products-groupbox .form_row_description {
  display: inline-block;
}

.shopingbag-icon-groupbox .form_row, .shopingbag-icon-groupbox .form_row_description {
  display: inline-block;
}

#mini-cart-product-list {
  list-style: none;
}

.shopping-bag-overlay-error {
  display: none;
}

.shopping-bag-overlay-section #shopping-bag-overlay-product-list {
  padding: 0;
  max-height: calc(100vh - 390px);
  overflow-y: scroll;
}
.shopping-bag-overlay-section .g-ButtonP__list__item {
  width: 100%;
}
.shopping-bag-overlay-section .g-ButtonP {
  margin-bottom: 32px;
}
.shopping-bag-overlay-section .g-ButtonUnit__link {
  height: 50px !important;
}
.shopping-bag-overlay-section .discover-product-lines-column1, .shopping-bag-overlay-section .discover-product-lines-column2 {
  margin-left: 12.7%;
  margin-right: 12.5%;
}
.shopping-bag-overlay-section .search-no-results-groupbox .g-HeadingTitle__titleBlock__titleBox__title {
  margin-bottom: 28.8px;
}
.shopping-bag-overlay-section .search-no-results-groupbox .g-BrFooterSitemapUnit__links li {
  margin-bottom: 20px;
}
.shopping-bag-overlay-section .search-no-results-groupbox .g-BrFooterSitemapUnit__links li a {
  line-height: normal;
}

.shopping-bag-empty-column .g-HeadingTitle {
  padding-top: 140px;
  border-bottom: solid 0.5px #aab0bb !important;
  margin-bottom: 67.8px !important;
  padding-bottom: 40px;
}

.shopingbag-icon-groupbox {
  position: relative;
  margin-bottom: 80px;
}

.shopping-bag-overlay-section img {
  width: 100% !important;
}

.shopingbag-icon-groupbox .form_row:nth-child(3), .shopping-bag-overlay-column-separator .g-GroupBox .form_row:nth-child(3) {
  position: absolute;
  left: 100%;
}

.shopping-bag-overlay-section {
  width: 33.1%;
  height: 100%;
  background: #ffffff;
  overflow-y: scroll;
}
.shopping-bag-overlay-section .g-Section__inner {
  padding: 0px 12.7% 0px 12.7%;
}

.shopping-bag-overlay-icons-column {
  padding-top: 45px;
  display: flex;
  width: calc(33.1% - 8.4%);
  justify-content: space-between;
  background: white;
  z-index: 2;
  position: fixed;
}
.shopping-bag-overlay-icons-column .form_row_description {
  display: none;
}

#just-added-product-list, #shopping-bag-list, #modification-list {
  padding: 0;
}

.shopping-bag-overlay-section .cart-entry {
  display: flex;
  padding: 32.5px 0 36.5px;
  border-bottom: 1px solid #d3d3d3;
}
.shopping-bag-overlay-section .shopping-bag-overlay-col-1 {
  width: 37.8%;
}
.shopping-bag-overlay-section .shopping-bag-overlay-col-1 .g-GroupBox {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: auto;
}
.shopping-bag-overlay-section .shopping-bag-overlay-col-1 .g-GroupBox img {
  height: 10px;
  width: 140.2% !important;
}
.shopping-bag-overlay-section .shopping-bag-overlay-col-1 .g-GroupBox .g-Image {
  margin: 0;
}
.shopping-bag-overlay-section .shopping-bag-overlay-col-1 .g-GroupBox .g-Image:not(:first-child) {
  margin-left: 40.5%;
}
.shopping-bag-overlay-section .shopping-bag-overlay-col-2 {
  display: flex;
  flex-wrap: wrap;
  width: 74%;
}
.shopping-bag-overlay-section .shopping-bag-overlay-col-2 .new-product,
.shopping-bag-overlay-section .shopping-bag-overlay-col-2 .bestseller-product {
  padding: 2.5px 6px 1px 6px;
  line-height: 1.4;
  margin-right: 5px;
  width: fit-content;
  background: #9f8839;
  margin-bottom: 9px;
}
.shopping-bag-overlay-section .shopping-bag-overlay-col-2 .shopping-bag-overlay-product-info {
  width: 100%;
  display: flex;
}
.shopping-bag-overlay-section .shopping-bag-overlay-col-2 .shopping-bag-overlay-product-info .shopping-bag-overlay-produt-name-line .shopping-bag-overlay-product-line {
  margin: 0;
  text-transform: uppercase;
}
.shopping-bag-overlay-section .shopping-bag-overlay-col-2 .shopping-bag-overlay-product-info .shopping-bag-overlay-produt-name-line .shopping-bag-overlay-product-name {
  margin: 0;
}
.shopping-bag-overlay-section .shopping-bag-overlay-col-2 .shopping-bag-overlay-product-price {
  width: auto;
  margin: 0 5px 0 auto;
}
  .shopping-bag-overlay-section .shopping-bag-overlay-col-2 .shopping-bag-overlay-product-base-price {
    font-size: 10px;
	color: #aab0bb;
	width: 100%;
  }

.shopping-bag-overlay-section .shopping-bag-overlay-col-2 .shopping-bag-overlay-product-size, .shopping-bag-overlay-section .shopping-bag-overlay-col-2 .shopping-bag-overlay-qty-price {
  width: 100%;
}
.shopping-bag-overlay-section .shopping-bag-overlay-col-2 .shopping-bag-overlay-product-qty {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shopping-bag-overlay-section .shopping-bag-overlay-col-2 .shopping-bag-overlay-product-qty button {
  float: right;
  border: none;
  text-transform: uppercase;
  color: #9e8839;
  background: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin-right: 0px;
}
.shopping-bag-overlay-section .shopping-bag-overlay-col-2 .shopping-bag-overlay-product-qty button:hover:after {
  content: "";
  border: solid #9f8839;
  border-width: 0 1.5px 1.5px 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  padding: 3px;
  margin: 4px 4px 8px 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.shopping-bag-overlay-section .g-Column__inner .g-Column__cols {
  padding: 0 !important;
}
.shopping-bag-overlay-section .is-subTitleRight .g-HeadingTitle__titleBlock__titleBox .g-Text, .shopping-bag-overlay-section .g-Column__inner {
  margin: 0 !important;
}
.shopping-bag-overlay-section #shopping-bag-overlay-product-list::-webkit-scrollbar {
  display: none;
}

.shopping-bag-name-price-grpbox {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.shopping-bag-overlay-section > .g-HeadingTitle {
  margin-bottom: 23.5px;
  border-bottom: solid 0.5px #aab0bb;
  padding-bottom: 40px;
}

.shopping-bag-overlay-section .g-ButtonUnit__link {
  height: 50px;
}
.shopping-bag-overlay-section .g-ButtonP__list__item {
  width: 100%;
}
.shopping-bag-overlay-section .g-ButtonP {
  margin-bottom: 10px;
}

.shopping-bag-overlay-product-description {
  margin: 0px;
  margin-bottom: 36px;
}

#shopping-bag-overlay-heading {
  padding-top: 140px;
  border-bottom: solid 0.5px #aab0bb;
  padding-bottom: 40px;
}
#shopping-bag-overlay-heading .g-HeadingTitle__titleBlock__titleBox__title {
  width: 79% !important;
  margin-bottom: 0;
}

.sub-total-main-div {
  display: flex;
  padding: 12px 0 50px 34%;
}

.sub-total {
  width: 87%;
}

.shopping-overlay .g-HeadingTitle__titleBlock__titleBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#shopping-bag-overlay-heading {
  position: fixed;
  background: white;
  z-index: 1;
}

.shopping-bag-summary-list {
  padding-top: 0 !important;
}

.shopping-bag-overlay-list {
  padding-top: 246px;
}

.shopping-bag-overlay-buttons-column {
  position: fixed;
  padding-top: 20px;
  bottom: 0;
  padding-bottom: 42px;
  background: white;
}

.sub-total-main-div {
  padding: 12px 0 193px 34%;
}

.just-added-text {
  color: #707070;
  text-transform: uppercase;
}
.just-added-text .cmn-richtext {
  line-height: 1.17;
}
.just-added-text .cmn-richtext span {
  opacity: 0.6;
}

@media (min-width: 1025px) {
  #shopping-bag-overlay-heading, .shopping-bag-overlay-buttons-column {
    width: 24.7%;
  }

  .just-added-text {
    position: fixed;
    top: 229px;
    padding-top: 23.5px;
    width: 24.7%;
    z-index: 1;
    background: white;
  }
}
/*Mobile view */
@media (max-width: 640px) {
  #shopping-bag-overlay-heading, .shopping-bag-overlay-buttons-column {
    width: 80.7%;
  }

  #shopping-bag-overlay-heading {
    padding-top: 110.5px;
    padding-bottom: 19.5px;
  }

  .shopping-bag-overlay-list {
    padding-top: 167px;
  }

  #modification-list {
    margin: 0;
  }

  .just-added-text {
    position: fixed;
    top: 167px;
    padding-top: 15.5px;
    width: 80.7%;
    z-index: 1;
    background: transparent;
  }

  .shopping-bag-overlay-section {
    margin-left: 9.7%;
    width: 90.4% !important;
  }
  .shopping-bag-overlay-section .g-Section__inner {
    padding: 0 5.1% 15% 5.6% !important;
  }
  .shopping-bag-overlay-section .discover-product-lines-column1, .shopping-bag-overlay-section .discover-product-lines-column2 {
    margin-left: 5.6%;
    margin-right: 5.1%;
  }

  .shopping-bag-overlay-icons-column {
    padding-top: 20px;
    width: calc(90.4% - 9.7%);
  }

  .shopingbag-icon-groupbox {
    margin-bottom: 71.5px;
  }

  .shopping-bag-empty-column .g-HeadingTitle {
    margin-bottom: 39.8px !important;
  }

  .shopingbag-icon-groupbox .form_row:nth-child(3) {
    left: 94%;
  }

  .shopping-bag-overlay-section .is-subTitleRight .g-HeadingTitle__titleBlock__titleBox__title {
    display: inline-block;
  }
  .shopping-bag-overlay-section .shopping-bag-overlay-col-1 {
    width: 41.5%;
  }

  /* image 160*160 */
  .shopping-bag-overlay-produt-name-line {
    font-size: 14px;
    width: 100%;
  }

  /* for price and position is used to take the price number top */
  .shopping-bag-overlay-section .shopping-bag-overlay-col-2 .shopping-bag-overlay-product-price {
    margin: 0;
  }
  
  .shopping-bag-overlay-section .shopping-bag-overlay-col-2 .shopping-bag-overlay-product-base-price {
    font-size: 8px;
	color: #aab0bb;
	width: 100%;
  }
  .shopping-bag-overlay-section .shopping-bag-overlay-col-2 .shopping-bag-overlay-product-size, .shopping-bag-overlay-section .shopping-bag-overlay-col-2 .shopping-bag-overlay-qty-price {
    width: 100%;
  }

  /*  for giving the dist between size and qty */
  .shopping-bag-just-added-overlay-section .g-HeadingTitle {
    padding-bottom: 20px;
    margin-bottom: 15.5px;
  }

  .shopping-bag-overlay-section .shopping-bag-overlay-col-2 .shopping-bag-overlay-product-info {
    width: 100%;
    display: flex;
  }
  .shopping-bag-overlay-section .shopping-bag-overlay-col-2 .new-product,
  .shopping-bag-overlay-section .shopping-bag-overlay-col-2 .bestseller-product {
    font-size: 7px;
  }

  #shopping-bag-overlay-heading .g-HeadingTitle__titleBlock__titleBox__title {
    width: 72% !important;
  }
}
@media (min-width: 641px) {
  .shopping-bag-overlay-section .shopping-bag-overlay-col-2 .new-product,
  .shopping-bag-overlay-section .shopping-bag-overlay-col-2 .bestseller-product {
    font-size: 10px;
  }
}
/*tab view*/
@media (min-width: 641px) and (max-width: 1024px) {
  #shopping-bag-overlay-heading, .shopping-bag-overlay-buttons-column {
    width: 63.3%;
    padding-bottom: 40.5px;
  }

  .just-added-text {
    position: fixed;
    top: 189.5px;
    padding-top: 14.5px;
    width: 63.3%;
    z-index: 1;
    background: white;
    line-height: 1.17;
  }

  .shopping-bag-overlay-section {
    width: 73.6% !important;
    margin-left: 26.4%;
  }

  .shopingbag-icon-groupbox {
    margin-bottom: 41px;
  }

  .shopping-bag-overlay-section .discover-product-lines-column1, .shopping-bag-overlay-section .discover-product-lines-column2 {
    margin-left: 7%;
    margin-right: 7.2%;
  }
  .shopping-bag-overlay-section .g-Section__inner {
    padding: 0 7% 0 !important;
  }

  .shopping-bag-overlay-icons-column {
    padding-top: 45px;
    width: calc(73.6% - 10.3%);
  }

  .shopingbag-icon-groupbox .form_row:nth-child(3) {
    left: 95.6%;
  }

  .discover-product-lines-column1 .g-HeadingTitle {
    margin-bottom: 45px;
  }

  .shopping-bag-empty-column .g-HeadingTitle {
    margin-bottom: 39.8px;
  }

  .shopping-bag-just-added-overlay-section .g-HeadingTitle {
    margin-bottom: 14.5px;
  }

  /* for image(160px*160px) */
  .shopping-bag-overlay-section .shopping-bag-overlay-col-1 {
    width: 36.4%;
  }

  /* for text including line height and font-size */
  .shopping-bag-overlay-produt-name-line {
    width: 100%;
  }

  /* for price-- to give width as 40px position:relative is used */
  .shopping-bag-overlay-section .shopping-bag-overlay-col-2 .shopping-bag-overlay-product-price {
    margin: 0;
  }
  .shopping-bag-overlay-section .shopping-bag-overlay-col-2 .shopping-bag-overlay-product-base-price {
    font-size: 9px;
	color: #aab0bb;
	width: 100%;
  }
  
  .shopping-bag-overlay-section .shopping-bag-overlay-col-2 .shopping-bag-overlay-product-size {
    width: 100%;
  }
}
.spf-checkbox span.checkmark {
  top: 2.5px;
}

ul#modification-list li.modification-list.cart-entry div[class^="shopping-bag-overlay-col-"] > *:not(.cart-error-msg) {
  opacity: 0.2;
}
ul#modification-list li.modification-list.cart-entry .shopping-bag-overlay-col-2 {
  position: relative;
}
ul#modification-list li.modification-list.cart-entry .shopping-bag-overlay-col-2 .cart-error-msg {
  margin: 20px 0 0;
  width: 100%;
  display: flex;
}
ul#modification-list li.modification-list.cart-entry .shopping-bag-overlay-col-2 .cart-error-msg button {
  display: none;
  margin-left: auto;
  padding-left: 46px;
}

#shopping-bag-list .varients-info {
  margin-bottom: 36px;
}

.mini-cart-potential-msg {
  display: none;
  width: 100%;
  margin-bottom: 193px;
  position: relative;
}
.mini-cart-potential-msg .mini-cart-potential-msg-ctnt {
  background-color: #f7f7f5;
  text-align: center;
  padding: 16px 0px;
  font-family: 'adobe-garamond-pro' !important;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #2f2d2d;
}

#csTopHead {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 25px 20px 25px;
  border: none;
  height: 45px;
}

#asm-header {
  width: 35%;
}

.asagent-group-box {
  border: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 25px;
  align-items: center;
  border-width: 0;
}
.asagent-group-box .cmn-richtext {
  color: #fff;
}
.asagent-group-box input {
  padding: 10px 10px;
  border: 1px solid #d5d9da;
  border-radius: 5px;
  box-shadow: 0 0 5px #e8e9eb inset;
  width: 328px;
  font-size: 1em;
  outline: 0;
}
.asagent-group-box input:focus {
  border: 1px solid #b9d4e9;
  border-top-color: #b6d5ea;
  border-bottom-color: #b8d4ea;
  box-shadow: 0 0 5px #b9d4e9;
}
.asagent-group-box .form_leftcol {
  display: none;
}
.asagent-group-box .form_rightcol_wrapper label.error {
  color: #af2731;
  left: 5px;
  top: -20px;
  display: none;
  font-size: 12px;
  padding: 5px;
}
.asagent-group-box .form_rightcol_wrapper .form_field.error {
  border-bottom: 1px solid #b63432;
}
.asagent-group-box .form_rightcol_wrapper input:focus + label.error {
  display: block !important;
}
.asagent-group-box .form_rightcol label.error {
  color: #af2731;
  left: 5px;
  top: -20px;
  display: none;
  font-size: 12px;
  padding: 5px;
}
.asagent-group-box .form_rightcol .form_field.error {
  border-bottom: 1px solid #b63432;
}
.asagent-group-box .form_rightcol input:focus + label.error {
  display: block !important;
}

#asmcomponent .error-msg {
  display: none;
}
#asmcomponent input.form_button_submit,
#asmcomponent .asm_button_End-session a.g-ButtonUnit__link {
  border: none;
  outline: none;
  width: 250px;
  height: 45px;
  background-color: #9f8839;
  font-size: 16px;
  object-fit: contain;
  font-family: AGaramondPro;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 2.4px;
  text-align: center;
  color: #fff;
}

.asagent-group-box {
  border: none;
}

#asmFormcmp {
  border: none;
  width: 65%;
}

#csAgentFormComponent {
  display: none;
}

.asAgent-top-bar-btn .l-ButtonUnit__link {
  outline: none;
  background: transparent;
  color: #0077bc;
  font-weight: bold;
}
.asAgent-top-bar-btn .l-ButtonUnit__link span {
  cursor: pointer;
}

#asmFormComponent div.form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#asmFormComponent div.form > .form_row:nth-last-child(2) .form_rightcol {
  border: none;
}

.cs-header-content {
  position: fixed;
  z-index: 99;
  height: auto;
  width: 100vw;
  background-color: #080c2f;
}
.cs-header-content .l-Section__inner {
  padding: 0px;
}
.cs-header-content .l-Column.is-gutter--m .l-Column__cols {
  padding: 0px 20px !important;
}

#asmFormComponent .asm-input,
#asmFormComponent .form_field_text,
#asmFormComponent .form_field_password,
#csAgentFormComponent .asm-input,
#csAgentFormComponent .form_field_text,
#csAgentFormComponent .form_field_password {
  padding: 15px 25px !important;
  font-size: 14px !important;
}
#asmFormComponent .form_field_password + label.error,
#csAgentFormComponent .form_field_password + label.error {
  display: block !important;
}

#csagentComponent {
  border: none;
  width: 100%;
}

.asm_button_End-session a.g-ButtonUnit__link {
  background-color: #b63432;
  color: #fff;
}

.cs-agent-action-section {
  justify-content: flex-end;
  margin-right: 20px;
}
.cs-agent-action-section .cs-agent-btn a.l-ButtonUnit__link {
  border: none;
  outline: none;
  width: 250px;
  height: 45px;
  font-size: 16px;
  object-fit: contain;
  font-family: AGaramondPro;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 2.4px;
  text-align: center;
}

#startSession {
  background-color: #0077bc;
  color: #fff;
}

#endSession {
  background-color: #ff1111;
  color: #fff;
}

.asAgent-signout-btn-hide {
  visibility: hidden;
  pointer-events: none;
  cursor: initial;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.asAgent-signout-btn-enable {
  visibility: visible;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 185px;
}

.cs-error-placement {
  display: none;
}

.cs-agent-assignee {
  color: #fff;
}

.asAgent-top-bar-btn .cmn-richtext {
  color: #fff;
}

#csAgentUserName {
  color: #949494;
}

#asm-header,
.cs-agent-assigne-wrapper,
.cs-agent-btn-start-session,
.cs-agent-btn-end-session {
  margin: 0;
}

.g-ButtonUnit__link {
  cursor: pointer;
}

.asm-form-container .form_rightcol {
  border: none;
}

#asmErrorContent {
  margin: 0px;
  position: absolute;
  display: none;
}
#asmErrorContent p:empty {
  display: none;
}

.asm-validator-msg {
  margin: 0;
  color: #ff2824;
  font-size: 14px;
  padding: 5px 25px;
}

.asagent-group-box.g-GroupBox.is-border {
  padding-top: 25px;
  border: none;
}

.asm-top-header {
  height: 262px !important;
}
.asm-top-header .header {
  top: 162px;
}

.cs-agent-form-field {
  position: relative;
}

#csAgentFormComponent, #asmFormComponent {
  height: 90px;
}

.cs-agent-btn {
  width: 20%;
}
.cs-agent-btn li.g-ButtonP__list__item {
  width: 100%;
}

/*delete after common form button change*/
.wishlist-overlay-section {
  margin-left: 66.9%;
}
.wishlist-overlay-section .form .form_row:nth-last-child(2) .form_rightcol {
  border: none;
}

.wishlist-products-groupbox .form_row, .wishlist-products-groupbox .form_row_description {
  display: inline-block;
}

.wishlist-icon-groupbox .form_row, .wishlist-icon-groupbox .form_row_description {
  display: inline-block;
}

/* #mini-cart-product-list {
	 list-style: none;
}
 */
.wishlist-overlay-error {
  display: none;
}

.wishlist-overlay-column-separator .g-ButtonP__list__item {
  width: 100%;
}
.wishlist-overlay-column-separator .g-ButtonP {
  margin-bottom: 32px;
}
.wishlist-overlay-column-separator .g-ButtonUnit__link {
  height: 50px !important;
}

.wishlist-overlay-section .discover-product-lines-column1, .wishlist-overlay-section .discover-product-lines-column2 {
  margin-left: 12.7%;
  margin-right: 12.5%;
}
.wishlist-overlay-section .search-no-results-groupbox .g-HeadingTitle__titleBlock__titleBox__title {
  margin-bottom: 28.8px;
}
.wishlist-overlay-section .search-no-results-groupbox .g-BrFooterSitemapUnit__links li {
  margin-bottom: 20px;
}
.wishlist-overlay-section .search-no-results-groupbox .g-BrFooterSitemapUnit__links li a {
  line-height: normal;
}

.wishlist-icon-groupbox {
  position: relative;
  margin-bottom: 80px;
}

.wishlist-overlay-section img {
  width: 100% !important;
}

.wishlist-icon-groupbox .form_row:nth-child(3) {
  position: absolute;
  left: 100%;
}

.wishlist-overlay-column-separator .g-ColumnUnit > .g-GroupBox {
  position: relative;
  margin-bottom: 80px;
}
.wishlist-overlay-column-separator .g-GroupBox .form_row:nth-child(3) {
  position: absolute;
  left: 100%;
}

.wishlist-overlay-section {
  width: 33.1%;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
}
.wishlist-overlay-section .g-Section__inner {
  padding: 45px 12.7% 0;
}
.wishlist-overlay-section .wishlist-overlay-product-row {
  display: flex;
  padding: 32.5px 0 36.5px;
  border-bottom: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
}
.wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-1 {
  width: 37.8%;
}
.wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-1 .g-GroupBox {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: auto;
}
.wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-1 .g-GroupBox img {
  height: 10px;
  width: 140.2% !important;
}
.wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-1 .g-GroupBox .g-Image {
  margin: 0;
}
.wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-1 .g-GroupBox .g-Image:not(:first-child) {
  margin-left: 40.5%;
}
.wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 {
  display: flex;
  flex-wrap: wrap;
  width: 74%;
}
.wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .new-product,
.wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .bestseller-product {
  padding: 2.5px 6px 1px 6px;
  line-height: 1.4;
  margin-right: 5px;
  width: fit-content;
  background: #9f8839;
  margin-bottom: 9px;
}
.wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .wishlist-overlay-product-info {
  width: 80%;
}
.wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .wishlist-overlay-product-info .wishlist-overlay-produt-name-line .wishlist-overlay-product-line {
  margin: 0;
  text-transform: uppercase;
}
.wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .wishlist-overlay-product-info .wishlist-overlay-produt-name-line .wishlist-overlay-product-name {
  margin: 0;
}
.wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .wishlist-overlay-product-price {
  width: auto;
  margin: 0 5px 0 auto;
}
.wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .wishlist-overlay-product-size {
  width: 100%;
}
.wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .wishlist-overlay-product-base-price {
   width: 100%;
   color: #aab0bb;
   margin-top: -10px;
   font-size: 10px;
}
.wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .wishlist-overlay-qty-price {
  width: 100%;
}
.wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .wishlist-overlay-qty-price .wishlist-overlay-product-qty {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .wishlist-overlay-qty-price .wishlist-overlay-product-qty button {
  float: right;
  border: none;
  text-transform: uppercase;
  color: #9e8839;
  background: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin-right: 5px;
}
.wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .wishlist-overlay-qty-price .wishlist-overlay-product-qty button:hover:after {
  content: "";
  border: solid #9f8839;
  border-width: 0 1.5px 1.5px 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  padding: 3px;
  margin: 4px 4px 8px 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.wishlist-overlay-section .g-Column__inner .g-Column__cols {
  padding: 0 !important;
}
.wishlist-overlay-section .is-subTitleRight .g-HeadingTitle__titleBlock__titleBox .g-Text, .wishlist-overlay-section .g-Column__inner {
  margin: 0 !important;
}
.wishlist-overlay-section #wishlist-overlay-product-list::-webkit-scrollbar {
  display: none;
}

.wishlist-just-added-overlay-section .g-HeadingTitle {
  margin-bottom: 23.5px;
}
.wishlist-just-added-overlay-section .wishlist-overlay-product-row:nth-child(1) {
  padding: 16px 0 36.5px;
  border-bottom: none;
  border-top: none;
}
.wishlist-just-added-overlay-section .g-ButtonUnit__link {
  height: 50px;
}
.wishlist-just-added-overlay-section .g-ButtonP__list__item {
  width: 100%;
}
.wishlist-just-added-overlay-section .g-ButtonP {
  margin-bottom: 28px;
}

.wishlist-overlay-product-description p {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
}
.wishlist-overlay-product-description p:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

ul#wishlist-overlay-product-list {
  padding: 0px;
}

.wishlist-empty-column {
  display: none;
}

.wishlist-button-grpbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wishlist-remove-add {
  float: right;
  border: none;
  text-transform: uppercase;
  color: #9e8839;
  background: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin-right: 5px;
}

.wishlist-button-grpbox button:hover:after {
  content: "";
  border: solid #9f8839;
  border-width: 0 1.5px 1.5px 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  padding: 3px;
  margin: 4px 4px 8px 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.wishlist-empty-column .g-HeadingTitle {
  border-bottom: solid 0.5px #aab0bb !important;
  margin-bottom: 67.8px !important;
  padding-bottom: 30px;
}

.wishlist-overlay .g-HeadingTitle__titleBlock__titleBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.wishlist-overlay-section .subtotal-grpbox {
  display: flex;
  justify-content: space-between;
  margin: 32px 0px 0px 34%;
}

.wishlist-just-added-overlay-section .just-added-product {
  border-top: 0px;
  padding-top: 0px;
}
.wishlist-just-added-overlay-section .just-add-to-bag {
  border-top: 1px solid #d3d3d3;
  padding-top: 10px;
}

#wishlist-overlay-heading .g-Text.l-Text {
  float: right;
}

.wishlist-overlay #wishlist-overlay-heading .g-Text.l-Text {
  float: right;
  margin-top: 10px !important;
}

.just-added-product .new-product {
  width: 37px;
  text-align: center;
  background-color: #a18a43;
  color: white;
}

div#wishlist-overlay-id {
  z-index: 100;
}

/*Mobile view */
@media (max-width: 640px) {
  /* image 160*160 */
  /* for giving the dist between size and qty */
  .wishlist-overlay-section {
    margin-left: 9.7%;
    width: 90.4% !important;
  }
  .wishlist-overlay-section .g-Section__inner {
    padding: 20px 5.1% 0 5.6% !important;
  }
  .wishlist-overlay-section .discover-product-lines-column1, .wishlist-overlay-section .discover-product-lines-column2 {
    margin-left: 5.6%;
    margin-right: 5.1%;
  }

  .wishlist-icon-groupbox {
    margin-bottom: 71.5px;
  }

  .wishlist-empty-column .g-HeadingTitle {
    margin-bottom: 39.8px !important;
  }

  .wishlist-icon-groupbox .form_row:nth-child(3) {
    left: 94%;
  }

  .wishlist-overlay-section .is-subTitleRight .g-HeadingTitle__titleBlock__titleBox__title {
    display: inline-block;
  }
  .wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-1 {
    width: 41.5%;
  }

  .wishlist-overlay-produt-name-line {
    font-size: 14px;
  }

  .wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .wishlist-overlay-product-size, .wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .wishlist-overlay-qty-price {
    width: 100%;
  }
  .wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .wishlist-overlay-product-base-price {
   width: 100%;
   color: #aab0bb;
   margin-top: -6px;
   font-size: 8px;
}
  .wishlist-just-added-overlay-section .g-HeadingTitle {
    padding-bottom: 20px;
    margin-bottom: 15.5px;
  }

  .wishlist-overlay-product-description {
    width: 94%;
  }

  .wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .wishlist-overlay-product-info {
    width: 70%;
    margin-right: 5%;
  }
  .wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .new-product,
  .wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .bestseller-product {
    font-size: 7px;
  }
}
@media (min-width: 641px) {
  .wishlist-overlay-section .wishlist-overlay-product-row .new-product,
  .wishlist-overlay-section .wishlist-overlay-product-row .bestseller-product {
    font-size: 10px;
  }
}
/*tab view*/
@media (min-width: 641px) and (max-width: 1024px) {
  /* for image(160px*160px) */
  /* for text including line height and font-size */
  .wishlist-overlay-section {
    width: 73.6% !important;
    margin-left: 26.4%;
  }

  .wishlist-icon-groupbox {
    margin-bottom: 41px;
  }

  .wishlist-overlay-section .discover-product-lines-column1, .wishlist-overlay-section .discover-product-lines-column2 {
    margin-left: 7%;
    margin-right: 7.2%;
  }
  .wishlist-overlay-section .g-Section__inner {
    padding: 45px 7% 0 !important;
  }

  .wishlist-icon-groupbox .form_row:nth-child(3) {
    left: 95.6%;
  }

  .discover-product-lines-column1 .g-HeadingTitle {
    margin-bottom: 45px;
  }

  .wishlist-empty-column .g-HeadingTitle {
    margin-bottom: 39.8px;
  }

  .wishlist-just-added-overlay-section .g-HeadingTitle {
    margin-bottom: 14.5px;
  }

  .wishlist-overlay-product-description {
    width: 93.5%;
  }

  .wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-1 {
    width: 36.4%;
  }

  .wishlist-overlay-produt-name-line {
    width: 92%;
  }

  .wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .wishlist-overlay-product-size {
    width: 100%;
  }
   .wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .wishlist-overlay-product-base-price {
    width: 100%;
	color: #aab0bb;
	margin-top: -8px;
    font-size: 9px;
  }
  .wishlist-overlay-section .wishlist-overlay-product-row .wishlist-overlay-col-2 .wishlist-overlay-qty-price .wishlist-overlay-product-qty {
    margin-right: 67.6%;
  }
}
.wishlist-name-price-grpbox {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.wishlist-overlay-product-available-soon {
  color: #b02832;
}

@media (max-width: 1024px) {
  .wishlist-empty-column .g-HeadingTitle {
    margin-bottom: 40px !important;
  }
}
.is-authorring .help-text {
  display: block;
  position: relative;
}

.tool-tip-show {
  display: flex !important;
}

.help-text {
  display: none;
  position: absolute;
  left: 21px;
}

.help-text {
  margin: 0px !important;
  padding: 0 !important;
  flex-direction: row;
  align-items: center;
}
.help-text::before {
  content: "";
  position: absolute;
  right: unset;
  border: solid #9f8839;
  border-width: 0 1px 1px 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  padding: 3px;
  margin: 8px;
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  background: white;
  z-index: 21;
}

.tool-tip-div {
  position: absolute;
  display: flex;
  align-items: center;
  top: 10px;
  width: 100%;
  left: 100%;
  padding-left: 4px;
}

.tool-tip-element {
  display: flex;
  align-items: center;
}

div#summary-delivery-charge-helptexttooltip {
  left: 100px;
}

.summary-table .tool-tip-element {
  left: 88px;
}
.summary-table .tool-tip-div {
  top: 2px;
  width: 100%;
}

.help-text .cmn-richtext {
  background-color: white;
  position: relative;
  width: 59.4%;
  text-transform: none;
  padding: 16px 11px 16px;
  box-shadow: 0 4px 20px 0 rgba(158, 136, 57, 0.08);
  border: solid 0.5px #9f8839;
  margin: 0px !important;
  z-index: 20;
}

.including-vat-grpbox {
  display: flex;
  flex-direction: row-reverse;
}
.including-vat-grpbox .tool-tip-div {
  top: 4px;
}
.including-vat-grpbox .tool-tip-element {
  left: 7px;
}

.summary-table .help-text {
  width: 234%;
}
.summary-table .help-text .cmn-richtext {
  font-family: 'Avenir-LT-Light';
  font-weight: normal;
}

#summary-delivery-charge-helptext {
  width: 245%;
}
#summary-delivery-charge-helptext .cmn-richtext {
  width: 100%;
}

@media (min-width: 1025px) {
  div.help-text .cmn-richtext {
    left: 11px;
  }

  .summary-table .help-text .cmn-richtext {
    width: 88%;
  }

  .including-vat-grpbox div.help-text .cmn-richtext {
    width: 287px;
  }

  .tool-tip-div:hover .help-text {
    display: flex;
  }
}
@media (max-width: 1025px) {
  .tool-tip-div {
    top: 7px;
    padding-left: 5px;
  }

  .help-text {
    left: 16px;
  }
}
@media (max-width: 1024px) and (min-width: 641px) {
  .tool-tip-element .help-text .cmn-richtext {
    left: 11px;
    width: 37%;
    padding: 10px 11px 10px;
  }

  .summary-table .tool-tip-element .help-text .cmn-richtext {
    width: 100%;
  }

  .including-vat-grpbox div.help-text .cmn-richtext {
    width: 153px;
  }
}
@media (max-width: 641px) {
  .tool-tip-element .help-text .cmn-richtext {
    left: 0px;
    width: 84%;
    padding: 9px 11px 9px;
  }

  .summary-table .tool-tip-element .help-text .cmn-richtext {
    width: 86%;
    left: 12px;
  }

  .including-vat-grpbox .tool-tip-element .help-text .cmn-richtext {
    left: 11px;
  }
  .including-vat-grpbox div.help-text .cmn-richtext {
    width: 153px;
  }
}
.is-authorring .help-text .cmn-richtext {
  border: none;
}

.is-authorring .help-text::before {
  display: none;
}

.is-authorring .tool-tip-element {
  position: relative;
}

.parent-position {
  position: relative;
}

.g-ButtonP .g-ButtonP__list__item {
  height: auto !important;
}
.g-ButtonP .g-ButtonUnit:not(.is-colorset--7) .l-ButtonUnit__link:hover, .g-ButtonP .g-ButtonUnit:not(.is-colorset--7) .l-ButtonUnit__link:focus, .g-ButtonP .g-ButtonUnit:not(.is-colorset--7) .l-ButtonUnit__link:active {
  opacity: 1;
}
.g-ButtonP .g-ButtonUnit.disabled .g-ButtonUnit__link {
  background-color: #aab0bb;
}
.g-ButtonP:not(.closeicon) .g-ButtonUnit .g-ButtonUnit__link .cmn-richtext {
  margin-top: 2px;
  text-transform: uppercase;
  font-family: 'adobe-garamond-pro' !important;
}
.g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list {
  margin-left: 0;
  margin-right: 0;
}
.g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item {
  padding-left: 0;
  padding-right: 11.55px;
}
.g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon) {
  margin-right: -11.55px;
}
.g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon) .g-ButtonUnit__link {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
}
.g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon) .g-ButtonUnit__link:hover:after {
  content: "";
  border-width: 0 1.5px 1.5px 0 !important;
  width: 1px;
  height: 1px;
  display: inline-block;
  padding: 3px;
  margin: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon) .g-ButtonUnit__link .cmn-richtext {
  width: fit-content;
}
.g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--1 .g-ButtonUnit__link, .g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--2 .g-ButtonUnit__link, .g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--4 .g-ButtonUnit__link, .g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--5 .g-ButtonUnit__link, .g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--6 .g-ButtonUnit__link, .g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--7 .g-ButtonUnit__link {
  padding: 15px 11.55px 13px;
}
.g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--1 .g-ButtonUnit__link:hover, .g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--2 .g-ButtonUnit__link:hover, .g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--4 .g-ButtonUnit__link:hover, .g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--5 .g-ButtonUnit__link:hover, .g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--6 .g-ButtonUnit__link:hover, .g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--7 .g-ButtonUnit__link:hover {
  padding: 15px 0 13px !important;
}
.g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--3 .g-ButtonUnit__link {
  min-height: 27px;
  padding: 0 11.55px;
}
.g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--3 .g-ButtonUnit__link:hover {
  padding: 0 0 !important;
}
.g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--1 .g-ButtonUnit__link:hover:after, .g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--5 .g-ButtonUnit__link:hover:after, .g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--6 .g-ButtonUnit__link:hover:after {
  border: solid #ffffff;
}
.g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--2 .g-ButtonUnit__link:hover:after, .g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--3 .g-ButtonUnit__link:hover:after {
  border: solid #9f8839;
}
.g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--4 .g-ButtonUnit__link:hover:after, .g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit:not(.is-rightIcon):not(.is-leftIcon).is-colorset--7 .g-ButtonUnit__link:hover:after {
  border: solid #2f2d2d;
}
.g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit.is-colorset--1 .g-ButtonUnit__link, .g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit.is-colorset--2 .g-ButtonUnit__link, .g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit.is-colorset--4 .g-ButtonUnit__link, .g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit.is-colorset--5 .g-ButtonUnit__link, .g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit.is-colorset--6 .g-ButtonUnit__link, .g-ButtonP:not(.sensai-gold-noarrow-button-pack-reverse):not(.sensai-gold-noarrow-button-pack):not(.sensai-white-arrow-button-pack):not(.sensai-gold-arrow-button-pack):not(.closeicon) .g-ButtonP__list .g-ButtonP__list__item .g-ButtonUnit.is-colorset--7 .g-ButtonUnit__link {
  min-height: 50px !important;
  padding-top: 15px;
  padding-bottom: 13px;
}

button {
  text-transform: uppercase;
  font-family: 'adobe-garamond-pro' !important;
}
button:before {
  font-family: 'icomoon';
}
button[class*="is-colorset--"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button[class*="is-colorset--"]:hover:after {
  content: "";
  border-width: 0 1.5px 1.5px 0 !important;
  width: 1px;
  height: 1px;
  display: inline-block;
  padding: 3px;
  margin: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
button.is-colorset--1, button.is-colorset--2, button.is-colorset--4, button.is-colorset--5, button.is-colorset--6, button.is-colorset--7 {
  min-height: 50px !important;
  border: solid 0.5px;
}
button.is-colorset--3 {
  min-height: 27px;
  border: none;
}
button.is-colorset--1, button.is-colorset--2, button.is-colorset--6 {
  border-color: #9f8839;
}
button.is-colorset--4, button.is-colorset--5 {
  border-color: #ffffff;
}
button.is-colorset--7 {
  border-color: #2f2d2d;
}
button.is-colorset--1, button.is-colorset--5, button.is-colorset--6 {
  color: #ffffff;
}
button.is-colorset--2, button.is-colorset--3 {
  color: #9f8839;
}
button.is-colorset--4, button.is-colorset--7 {
  color: #2f2d2d;
}
button.is-colorset--1 {
  background-color: #9f8839;
}
button.is-colorset--4 {
  background-color: #ffffff;
}
button.is-colorset--6 {
  background-color: #2f2d2d;
}
button.is-colorset--2, button.is-colorset--3, button.is-colorset--5, button.is-colorset--7 {
  background-color: transparent;
}
button.is-colorset--1:hover:after, button.is-colorset--5:hover:after, button.is-colorset--6:hover:after {
  border: solid #ffffff;
}
button.is-colorset--2:hover:after, button.is-colorset--3:hover:after {
  border: solid #9f8839;
}
button.is-colorset--4:hover:after, button.is-colorset--7:hover:after {
  border: solid #2f2d2d;
}
button.is-colorset--5:hover:after, button.is-colorset--6:hover:after {
  border: solid #ffffff;
}

@media (min-width: 1025px) {
  .g-ButtonP:not(.closeicon) .g-ButtonUnit .cmn-richtext {
    letter-spacing: 2.4px;
    line-height: 1.38;
  }

  button[class*="is-colorset--"] {
    letter-spacing: 2.4px;
    line-height: 1.38;
  }
}
@media (max-width: 1024px) {
  .g-ButtonP:not(.closeicon) .g-ButtonUnit .cmn-richtext {
    letter-spacing: 2.1px;
    line-height: 1.43;
  }

  button[class*="is-colorset--"] {
    letter-spacing: 2.1px;
    line-height: 1.43;
  }
}
.promotion-popup-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: adobe-garamond-pro;
  color: #2f2d2d;
}

.promotion-popup-close-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 19px;
}
.promotion-popup-close-icon:hover {
  cursor: pointer;
}

/**
promotion popup modal 1
**/
.promotion-popup-modal-1 {
  height: 480px;
  width: 480px;
  position: relative;
}

.promotion-popup-image {
  width: 100%;
  height: 50%;
  margin: 0;
  padding: 0;
}
.promotion-popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promotion-popup-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px;
  background: white;
}

.promotion-popup-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #2f3a41;
}

.promotion-popup-description {
  text-align: center;
  margin: 15px 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
}

.promotion-popup-title {
  margin: 0;
}

.promotion-popup-promo-code {
  font-family: 'Avenir-LT-Heavy';
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  margin: 15px 20px;
  color: #2f3a41;
}

.promotion-popup-terms-and-conditions {
  font-size: 10px;
}

.promotion-popup-terms-and-conditions,
.promotion-popup-link span,
.promotion-popup-2-link span,
.promotion-popup-3-link span,
.promotion-popup-4-link span,
.promotion-popup-5-link span,
.promotion-popup-6-link span {
  color: #9f8839 !important;
}

.promotion-popup-link span {
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.4px;
}

/**
promotion popup modal 2 
**/
.promotion-popup-modal-2 {
  background-color: white;
  height: auto;
  width: 480px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.promotion-popup-2-title {
  padding: 20px;
  margin: 40px 20px 20px;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #2f3a41;
}

.promotion-popup-2-content {
  margin: 0 20px;
  background-color: white;
  display: flex;
}

.promotion-popup-2-image {
  width: 52%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: start;
}
.promotion-popup-2-image img {
  width: 100%;
}

.promotion-popup-2-details {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

.promotion-popup-2-description {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
}

.promotion-popup-2-promo-code {
  margin: 20px -10px 0 0;
  font-family: 'Avenir-LT-Light';
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #2f3a41;
}

.promotion-popup-2-link {
  margin: 0;
  padding: 40px 0 42px 0;
}

.promotion-popup-2-link span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.4px;
  text-decoration: none;
}

/**
promotion popup modal 3 
**/
.promotion-popup-modal-3 {
  background-color: white;
  height: auto;
  width: 480px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.promotion-popup-3-title {
  padding: 20px;
  margin: 40px 20px 20px;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #2f3a41;
}

.promotion-popup-3-image {
  width: 52%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: start;
}
.promotion-popup-3-image img {
  width: 100%;
}

.promotion-popup-3-description {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
}

.promotion-popup-3-link {
  margin: 0;
  padding: 40px 0 42px 0;
}

.promotion-popup-3-link span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.4px;
  text-decoration: none;
}

.promotion-popup-3-content {
  height: 100%;
  margin: 0 20px;
  background-color: white;
  display: flex;
  flex-direction: row-reverse;
}

.promotion-popup-3-promo-code {
  font-family: 'Avenir-LT-Heavy';
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  margin: 20px 0 0 0;
  color: #2f3a41;
}

.promotion-popup-3-details {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 20px 0 0;
}

/**
promotion popup modal 4
**/
.promotion-popup-modal-4 {
  color: white;
  height: 480px;
  width: 480px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
}

.promotion-popup-4-title {
  margin: 100px 60px 10px;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
}

.promotion-popup-4-description {
  margin: 0 60px 15px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
}

.promotion-popup-4-link {
  margin: 40px;
}

.promotion-popup-4-link span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.4px;
}

/**
promotion popup modal 5
**/
.promotion-popup-modal-5 {
  background-color: white;
  height: 480px;
  width: 480px;
  margin: auto;
  position: relative;
  display: flex;
}

.promotion-popup-5-image {
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.promotion-popup-5-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promotion-popup-5-content {
  height: 100%;
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.promotion-popup-5-title {
  margin: 86px 0 20px;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
}

.promotion-popup-5-description {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
}

.promotion-popup-5-link {
  margin: 40px 0 0;
  display: flex;
}

.promotion-popup-5-link span {
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.4px;
}

/**
promotion popup modal 6
**/
.promotion-popup-modal-6 {
  background-color: white;
  height: 480px;
  width: 480px;
  margin: auto;
  position: relative;
  display: flex;
}

.promotion-popup-6-image {
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.promotion-popup-6-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promotion-popup-6-content {
  height: 100%;
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.promotion-popup-6-content input {
  width: 100%;
  margin: 40px 0 0;
  padding-bottom: 7.8px;
  border: none;
  outline: none;
  border-bottom: 1px solid #aab0bb;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
.promotion-popup-6-content input::placeholder {
  color: #aab0bb;
  font-size: 16px;
  font-family: 'Avenir-LT-Light';
}

.promotion-popup-6-title {
  margin: 75px 0 20px;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
}

.promotion-popup-6-description {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
}

.promotion-popup-6-link {
  margin: 18px 0 0;
  display: flex;
}

.promotion-popup-6-link span {
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.4px;
}

#promotion-popup-6-email-error {
  margin-top: 5px;
  display: block;
  text-transform: none;
  font-size: 10px;
  color: #b02832;
  visibility: hidden;
}

.success-message-1 {
  margin: 40px;
  font-family: adobe-garamond-pro;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  text-align: center;
  padding: 0;
  color: #2f3a41;
}

.success-message-2 {
  margin: 0 60px 0 60px;
  font-family: adobe-garamond-pro;
  text-align: center;
  line-height: 1.13;
  font-size: 16px;
  color: #2f2d2d;
}

@media only screen and (max-width: 640px) {
  .promotion-popup-modal-1 {
    width: 374px;
    height: 374px;
  }

  .promotion-popup-content {
    padding: 20px 20px 10px 20px;
  }

  .promotion-popup-title {
    font-size: 32px;
    font-weight: normal;
  }

  .promotion-popup-description {
    margin: 10px 0 5px;
  }

  .promotion-popup-promo-code {
    margin: 10px 0 5px;
  }

  .promotion-popup-promo-code, .promotion-popup-2-promo-code, .promotion-popup-3-promo-code {
    font-size: 12px;
  }

  .promotion-popup-link, .promotion-popup-2-link, .promotion-popup-3-link {
    font-size: 14px;
  }

  .promotion-popup-link {
    margin: 0 0 5px 0;
  }

  .promotion-popup-link span {
    font-size: 14px;
  }

  /**
  promotion popup 2 
  **/
  .promotion-popup-modal-2 {
    width: 374px;
    height: 374px;
    padding: 20px;
  }

  .promotion-popup-2-content {
    height: auto;
    width: 100%;
  }

  .promotion-popup-2-details {
    margin: 0 0 0 20px;
  }

  .promotion-popup-2-title {
    font-size: 32px;
    font-weight: normal;
    margin: 0;
  }

  .promotion-popup-2-image {
    width: 54%;
  }
  .promotion-popup-2-image img {
    width: 100%;
  }

  .promotion-popup-2-description {
    margin: 0 0 10px 0;
    font-size: 16px;
  }

  .promotion-popup-2-promo-code {
    font-size: 12px;
    line-height: 1.17;
    margin: 15px 0 0 0;
  }

  .promotion-popup-2-link {
    padding: 30px 0 10px 0;
  }

  .promotion-popup-2-link span {
    font-size: 14px;
  }

  /**
  promotion popup 3 
  **/
  .promotion-popup-modal-3 {
    width: 374px;
    height: 374px;
    padding: 20px;
  }

  .promotion-popup-2-content {
    height: auto;
    width: 100%;
  }

  .promotion-popup-3-details {
    margin: 0 20px 0 0;
  }

  .promotion-popup-3-title {
    font-size: 32px;
    font-weight: normal;
    margin: 0;
  }

  .promotion-popup-3-image {
    width: 54%;
  }
  .promotion-popup-3-image img {
    width: 100%;
  }

  .promotion-popup-3-description {
    margin: 0 0 10px 0;
    font-size: 16px;
  }

  .promotion-popup-3-promo-code {
    font-size: 12px;
    line-height: 1.17;
    margin: 15px 0 0 0;
  }

  .promotion-popup-3-link {
    padding: 30px 0 10px 0;
  }

  .promotion-popup-3-link span {
    font-size: 14px;
  }

  /** promotion popup modal 4 **/
  .promotion-popup-modal-4 {
    width: 374px;
    height: 374px;
  }

  .promotion-popup-4-title {
    margin: 40px 40px 20px;
  }

  .promotion-popup-4-description {
    margin: 0 20px 10px;
  }

  .promotion-popup-4-link {
    margin: 25px;
  }

  .promotion-popup-4-link span {
    font-size: 14px;
  }

  /** promotion popup modal 5 **/
  .promotion-popup-modal-5 {
    width: 374px;
    height: 374px;
  }

  .promotion-popup-5-image {
    height: auto;
  }

  .promotion-popup-5-title {
    margin: 10px 0 10px;
  }

  .promotion-popup-5-description {
    margin: 0 0 10px;
  }

  .promotion-popup-5-link {
    margin: 25px 0 8px;
  }

  .promotion-popup-5-link span {
    font-size: 14px;
  }

  /** promotion popup modal 6 **/
  .promotion-popup-modal-6 {
    width: 374px;
    height: 374px;
  }

  .promotion-popup-6-image {
    height: auto;
  }

  .promotion-popup-6-title {
    margin: 10px 0 10px;
  }

  .promotion-popup-6-description {
    margin: 0 0 10px;
  }

  .promotion-popup-6-link {
    margin: 12px 0 0;
  }

  .promotion-popup-6-link span {
    font-size: 14px;
  }
  
}
@media only screen and (min-width:1025px) {
	
	.summer-favourites.g-GroupBox .g-Text.l-Text p span {
	  font-size: 24px;
  }
	
}

 /** footer changes IT legislation **/
  
.it-grpbox {
	width:35%;
}
.select-country-grp-box .it-grpbox .cmn-richtext span {
	display:block;
}
@media (max-width: 1024px) {
.it-grpbox {
	width:auto;
}
.select-country-grp-box .it-grpbox .cmn-richtext {
  display: flex;
  justify-content: center;
  text-align: center;
 }
}

 /** custom CSS class for heading title v2 to match with heading title v1 **/
 @media only screen and (min-width: 1025px) {
  .heading-title-v2tov1 .l-HeadingTitle--v2__h3 {
      font-size: 32px;
      line-height: 1.5;
      letter-spacing: normal;
      font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .heading-title-v2tov1 .l-HeadingTitle--v2__h3 {
      font-size: 32px;
      line-height: 1.2;
      letter-spacing: normal;
      font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
  }
}

@media only screen and (max-width: 640px) {
  .heading-title-v2tov1 .l-HeadingTitle--v2__h3 {
      font-size: 32px;
      line-height: 1.5;
      letter-spacing: normal;
      
  }
}