/* Primary colors */
/* Secondary colors */
a:hover {
  text-decoration: none;
}
[type="checkbox"]:not(:checked) {
  left: -9999px;
  position: absolute;
}
[type="checkbox"]:not(:checked) + label {
  color: #55565a;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  padding-left: 1.95em;
  position: relative;
  text-align: left;
}
[type="checkbox"]:not(:checked) + label::before {
  background: #ffffff;
  border: 1px solid #dadada;
  content: "";
  height: 1.25em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.25em;
}
[type="checkbox"]:not(:checked) + label::after {
  font-size: 1.3em;
  height: 20px;
  left: 0;
  line-height: 0.8;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  width: 20px;
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked {
  left: -9999px;
  position: absolute;
}
[type="checkbox"]:checked + label {
  color: #55565a;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  padding-left: 1.95em;
  position: relative;
  text-align: left;
}
[type="checkbox"]:checked + label::before {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dadada;
  content: "";
  height: 1.25em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.25em;
  background-color: #0075a4;
  border-color: #0075a4;
}
[type="checkbox"]:checked + label::after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f00c";
  font-size: 14px;
  left: 4px;
  line-height: 0.8;
  position: absolute;
  top: 5px;
  transition: all 0.2s ease 0s;
  opacity: 1;
  transform: scale(1);
  font-weight: 900;
  color: #fff;
}
.tips {
  display: inline-block;
  position: relative;
}
.tips .toolTips {
  display: none;
  position: absolute;
  bottom: 100%;
  z-index: 1001;
  width: 260px;
  padding: 15px 25px;
  font-size: 14px;
  background: #55565a;
  color: #ffffff;
  font-style: normal;
  left: -8px;
  border-radius: 4px;
  margin-bottom: 10px;
}
@media (max-width: 420px) {
  .tips .toolTips {
    width: 178px;
  }
}
.tips #triangle-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #55565a;
  position: absolute;
  bottom: -10px;
  left: 15px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
a:hover {
  text-decoration: none;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url('../fonts/bootstrap/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/bootstrap/glyphicons-halflings-regular.ttf') format('truetype');
  
  /* chrome, firefox */
  /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
}
@font-face {
  font-family: 'AmwayIcons';
  src: url('../fonts/AmwayIcons.eot?5v2gxx');
  src: url('../fonts/AmwayIcons.eot?5v2gxx#iefix') format('embedded-opentype'), url('../fonts/AmwayIcons.ttf?5v2gxx') format('truetype'), url('../fonts/AmwayIcons.woff?5v2gxx') format('woff'), url('../fonts/AmwayIcons.svg?5v2gxx#AmwayIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.tips {
  display: inline-block;
  position: relative;
}
.tips .toolTips {
  display: none;
  position: absolute;
  bottom: 100%;
  z-index: 1001;
  width: 260px;
  padding: 15px 25px;
  font-size: 14px;
  background: #55565a;
  color: #ffffff;
  font-style: normal;
  left: -8px;
  border-radius: 4px;
  margin-bottom: 10px;
}
@media (max-width: 420px) {
  .tips .toolTips {
    width: 178px;
  }
}
.tips #triangle-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #55565a;
  position: absolute;
  bottom: -10px;
  left: 15px;
}
/* vue.js v-cloak specific CSS rules */
[v-cloak] {
  display: none;
}
.vue-load-spinner {
  display: inline-block;
  width: 100px;
  height: 123px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  background: url("../images/loader-transparent.gif") no-repeat center center;
}
.banner__shop-now {
  margin: unset;
  display: unset;
  background-color: unset;
  border: unset;
  padding: unset;
  font-size: unset;
  font-weight: unset;
  color: unset;
  line-height: unset;
  letter-spacing: unset;
  text-transform: unset;
}
.banner__shop-now:hover {
  background: unset;
  color: unset;
}
.banner__shop-now a {
  margin: 26px 0;
  display: inline-block;
  background-color: #002f5f;
  border: 2px solid #002f5f;
  padding: 19px 50px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.11;
  letter-spacing: 0;
}
.banner__shop-now a:hover {
  background: #fff;
  color: #002F5F;
}
@media (max-width: 992px) {
  .amlinve-top a.btn.sprint-2--checout-4--btn {
    color: #002f5f;
    border: 2px solid #002f5f;
  }
  .blue-color {
    color: #ffffff !important;
  }
}
.sub_banner .banner__shop-now a {
  margin-bottom: 0;
}
.video-preview__img > a > img {
  width: 100%;
}
@media (max-width: 768px) {
  .banner__shop-now a {
    margin: 18px auto;
    padding: 10px 20px;
    font-size: 16px;
  }
  .video-preview__img-mob {
    display: block;
    width: 100%;
  }
  .video-preview__img-mob a img {
    display: block;
    width: 100%;
  }
}
.product-image-gallery.js-product-image-gallery.v-m-pros.new-product-image-gallery {
  opacity: 1;
}
.btn-blue-white:hover {
  color: #002F5F;
}
.btn-blue-white a {
  color: #fff;
}
.btn-blue-white a:hover {
  color: #002F5F;
}
.banner__shop-now.banner__try-now a {
  margin: unset;
  padding: 10px 20px;
  font-size: 16px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.underline {
  text-decoration: underline;
}
.display-none {
  display: none;
}
input.quick-shop-name.shopping-list-name {
  color: inherit;
}
.new-shopping-list-detail .product-list-page-title span {
  font-size: inherit;
  text-transform: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.new-shopping-list-detail .product-list-page-title span.name-section-tiny-span {
  font-size: 14px;
  text-transform: initial;
  font-weight: 100;
  font-family: "?????????????????? Pro W3", "Hiragino Kaku Gothic Pro", "????????????", Meiryo, Osaka, "?????? ???????????????", "MS PGothic", sans-serif;
  vertical-align: middle;
}
.new-shopping-list-detail span.list-product {
  float: right;
  position: relative;
  top: -55px;
}
@media (max-width: 768px) {
  .new-shopping-list-detail span.list-product {
    float: left;
    top: -15px;
    margin-left: 0;
  }
  .new-shopping-list-detail .product-list-page-title span.shopping-list-name-display,
  .new-shopping-list-detail .product-list-page-title input.shopping-list-name {
    display: block;
  }
}
.view-box .cart-popup__item-detail {
  height: auto;
}
.view-box .cart-popup__item-link-content .btn {
  height: 48px !important;
}
.view-box .amway-theme .product-stock .red * {
  color: #EB174B;
}
.view-box .size-selector-container {
  padding-top: 10px;
}
.view-box .size-selector-container .control-label {
  width: 77px;
  margin-right: 10px;
  word-wrap: break-word;
}
.view-box .qty-selector-container .control-label {
  width: 77px;
  margin-right: 10px;
  word-wrap: break-word;
}
.view-box .addtocart-component {
  margin-top: 0px;
}
.cart-popup__content {
  padding-top: 25px;
  max-height: 510px;
}
.searchEmptyPageMiddle-component .content .content {
  font-size: inherit;
  width: 100%;
  margin: 0;
  padding: 0;
}
div.page-shopping-list-details form#removeShoppingListForm {
  display: inline;
}
div.page-content-wrapper.page-productDetails div.product-page-tabs {
  margin-top: 30px;
}
div.page-content-wrapper.page-shopping-list-details div.shopping-list-add-to-cart-wrapper {
  padding-bottom: 10px;
}
div.content {
  display: inline;
}
.cart-popup__qty.no-right-border {
  border-right: none;
}
div.page-content-wrapper.page-shopping-lists div.create-list-button-wrapper {
  margin-top: 30px;
}
.searchEmptyPageMiddle-component div.content {
  display: block;
}
.login-form__password {
  width: 100%;
}
.size-selector-container .control-label {
  margin-right: 10px;
  word-wrap: break-word;
}
.qty-selector-container .control-label {
  width: 77px;
  margin-right: 10px;
  word-wrap: break-word;
}
.addtocart-component .row {
  padding-bottom: 20px;
}
.amway-suggest {
  font-size: 16px;
}
[type="checkbox"]:not(:checked) {
  left: -9999px;
  position: absolute;
}
[type="checkbox"]:not(:checked) + input + label {
  color: #55565a;
  cursor: pointer;
  font-size: 15px;
  font-weight: 100;
  padding-left: 1.95em;
  position: relative;
  text-align: left;
}
[type="checkbox"]:not(:checked) + input + label::before {
  background: #fff;
  border: 1px solid #dadada;
  content: "";
  height: 1.25em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.25em;
}
[type="checkbox"]:not(:checked) + input + label::after {
  background: url("../images/checkbox_check.png") no-repeat scroll 0 0 / contain;
  content: "";
  font-size: 1.3em;
  height: 20px;
  left: 0;
  line-height: 0.8;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  width: 20px;
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked {
  left: -9999px;
  position: absolute;
}
[type="checkbox"]:checked + input + label {
  color: #55565a;
  cursor: pointer;
  font-size: 15px;
  font-weight: 100;
  padding-left: 1.95em;
  position: relative;
  text-align: left;
}
[type="checkbox"]:checked + input + label::before {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dadada;
  content: "";
  height: 1.25em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.25em;
  background-color: #0075a4;
  border-color: #0075a4;
}
[type="checkbox"]:checked + input + label::after {
  background: url("../images/checkbox_check.png") no-repeat scroll 0 0 / contain;
  content: "";
  font-size: 1.3em;
  height: 20px;
  left: 0;
  line-height: 0.8;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  width: 20px;
  opacity: 1;
  transform: scale(1);
}
.ui-widget-content.ui-autocomplete {
  display: none;
}
.auto-suggestion-popover .suggested-words-wrapper {
  min-height: 55px;
}
.amway-theme .ditto-schedule-table-content .ditto-schedule-table thead .ditto-field-name {
  padding: 0 10px 0 30px;
  width: 65%;
}
.billing-shipping .billing-and-shipping-section .control {
  display: inline-block;
  width: 70%;
  height: 40px;
  font-size: 16px;
  outline: none;
  color: #002f5f;
  box-shadow: none;
}
#quickShopForm .auto-suggestion-popover {
  position: inherit;
}
.quick-links .quick-links-header a {
  font-size: 16px;
  color: #002f5f;
  font-family: "?????????????????? Pro W3", "Hiragino Kaku Gothic Pro", "????????????", Meiryo, Osaka, "?????? ???????????????", "MS PGothic", sans-serif;
  line-height: 1.5em;
  font-weight: 100;
}
.quick-links ul li a {
  font-size: 16px;
  line-height: 2;
  color: #002f5f;
  font-weight: 100;
  cursor: pointer;
}
.plp-add-to-shopping-list-popup {
  top: 53px !important;
  left: 13px;
  width: 300px;
  border-top: solid 1px #dadada;
  margin: 35px 0 0;
  z-index: 8;
}
.plp-add-to-shopping-list-popup ul li {
  line-height: 50px;
  border-bottom: 1px solid #dadada;
  margin: 0 15px 0 20px;
}
.plp-add-to-shopping-list-popup ul li label {
  top: -8px;
}
.plp-add-to-shopping-list-popup ul li span {
  font-size: 16px;
}
.dropdown-menu-bottom {
  padding: 10px 0 10px 20px;
  border-top: 1px solid #dadada;
}
.dropdown-menu-bottom button {
  padding: 0 7px !important;
  margin-right: 5px !important;
}
.shipping-delivery .form-group select {
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 40px;
  font-weight: 100;
  color: #002f5f;
  padding-left: 13px;
  padding-right: 18px;
  font-size: 16px;
  text-align: left;
  border: solid 1px #dadada;
  letter-spacing: 0;
  border-radius: 0px;
  background: url("../images/selector-arrow.png") no-repeat right center #dadada;
  background-size: 18px;
  background-color: #ffffff;
  margin-left: 0px;
  margin-right: 10px;
}
.shipping-delivery .form-group .control {
  display: inline-block;
}
.shopping-list-header-checkbox {
  left: -35px;
  top: 5px;
  line-height: 2;
}
.product-collapse__rating {
  display: block;
}
#reviewsbody .product-collapse__review img {
  padding-right: 0;
}
.review-btn {
  color: #002F5F !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  background-color: #002f5f !important;
  color: #ffffff !important;
  vertical-align: baseline !important;
}
.quick-links-misc li:nth-child(2) a:first-child img {
  width: 80px;
}
.quick-links-misc li:nth-child(2) {
  display: block;
}
.quick-links-misc li:nth-child(2) img {
  max-width: 160px;
  margin: 30px 0 10px;
}
.quick-links-misc li:nth-child(1) img:first-child {
  width: 32px;
}
.quick-links-misc li:nth-child(1) a {
  display: inline-block;
  padding-right: 20px;
}
.quick-links-misc li:nth-child(3) img {
  max-width: 160px!important;
  margin: 0px;
}
.quick-links-misc li:nth-child(3) img:first-child {
  width: 135px;
}
.video-preview-img-container {
  width: 100%;
}
#message-center .message-title {
  padding-bottom: 35px;
}
#message-center .message-title div {
  display: inline-block;
}
#message-center .message-title div:first-child {
  float: left;
}
#message-center .message-title div:last-child {
  float: right;
}
#message-center .message-title div .line {
  padding: 0 10px;
}
#message-center .message-center-list .billing-shipping .accordion-billing-shipping .panel {
  border-top: none;
  border-bottom: none;
}
#message-center .message-center-list .billing-shipping .accordion-billing-shipping .panel:last-child {
  border-bottom: 1px solid #dadada;
}
#message-center .message-center-list .billing-shipping .accordion-billing-shipping .panel .panel-collapse {
  padding: 0;
}
#message-center .message-center-list .billing-shipping .accordion-billing-shipping .panel .panel-collapse .card-info-block {
  padding-top: 0;
}
#message-center .message-center-list .billing-shipping .accordion-billing-shipping .panel .panel-collapse .card-info-block .card-info .card-data .expiration-date {
  display: block;
}
#message-center .message-center-list .billing-shipping .accordion-billing-shipping .panel .panel-collapse .block-right {
  text-align: right;
}
#message-center .message-center-list .billing-shipping .accordion-billing-shipping .panel .panel-collapse .block-right .product-stock {
  padding-top: 12px;
}
#message-center .message-center-list .billing-shipping .accordion-billing-shipping .panel .panel-collapse .block-right .product-stock .product-availability > span {
  padding-left: 0;
}
#message-center .message-center-list .account-orderhistory-pagination .text-center .btn {
  text-transform: inherit;
}
#message-center .message-center-list .account-orderhistory-pagination .text-center .icon-arrow-dropdown {
  vertical-align: baseline;
}
#message-center .message-center-pop.bonus-payment-method#colorbox {
  top: 0!important;
  width: 100%!important;
}
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper {
  height: 100%;
}
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent {
  height: 100%;
}
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
  max-height: calc(100vh);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 60px;
}
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .message-center-pop-content {
  padding: 0 45px 30px;
  margin-bottom: 65px;
}
@media (max-width: 900px) {
  #message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .message-center-pop-content {
    padding: 0 15px 30px;
  }
}
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .message-center-pop-content #message-center-list-pop1 .billing-shipping .accordion-billing-shipping .panel #paymentInformationBody.panel-collapse .account-list .account-cards,
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .message-center-pop-content #message-center-list-pop2 .billing-shipping .accordion-billing-shipping .panel #paymentInformationBody.panel-collapse .account-list .account-cards {
  border-left: none;
  border-right: none;
}
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .message-center-pop-content #message-center-list-pop1 .billing-shipping .accordion-billing-shipping .panel #paymentInformationBody.panel-collapse .account-list .account-cards .card-info-block,
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .message-center-pop-content #message-center-list-pop2 .billing-shipping .accordion-billing-shipping .panel #paymentInformationBody.panel-collapse .account-list .account-cards .card-info-block {
  padding-left: 0;
}
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .message-center-pop-content #message-center-list-pop1 .billing-shipping .accordion-billing-shipping .panel #paymentInformationBody.panel-collapse .account-list .account-cards .card-info-block .panel-title-text,
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .message-center-pop-content #message-center-list-pop2 .billing-shipping .accordion-billing-shipping .panel #paymentInformationBody.panel-collapse .account-list .account-cards .card-info-block .panel-title-text {
  font-size: 24px;
  color: #002f5f;
}
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .message-center-pop-content #message-center-list-pop1 .billing-shipping .accordion-billing-shipping .panel #paymentInformationBody.panel-collapse .account-list .account-cards .block-right,
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .message-center-pop-content #message-center-list-pop2 .billing-shipping .accordion-billing-shipping .panel #paymentInformationBody.panel-collapse .account-list .account-cards .block-right {
  padding-right: 0;
}
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxClose {
  right: 0;
  top: 10px;
  padding-right: 45px;
}
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxClose .modal-close-icon {
  color: inherit!important;
}
#message-center .message-center-pop.bonus-payment-method .line {
  border-top: 1px solid #dadada;
  margin: 40px 0;
}
#message-center .message-center-pop.bonus-payment-method .message-center-pop1-bottom {
  text-align: center;
  position: relative;
}
#message-center .message-center-pop.bonus-payment-method .message-center-pop1-bottom .btn {
  border: 2px solid #002f5f;
  color: #002f5f;
}
#message-center .message-center-pop.bonus-payment-method .message-center-pop1-bottom .btn:hover {
  background-color: #002f5f;
  color: #ffffff;
}
#message-center .message-center-pop.bonus-payment-method .message-center-pop1-bottom .next {
  float: right;
  position: absolute;
  top: -12px;
  right: 0;
  width: 98px;
}
#message-center .message-center-pop.bonus-payment-method .message-center-pop1-bottom .previews {
  float: left;
  position: absolute;
  top: -12px;
  left: 0;
}
@media (max-width: 768px) {
  #message-center .message-title {
    padding-bottom: 0;
  }
  #message-center .message-title div {
    display: block;
  }
  #message-center .message-title div:first-child {
    float: none;
    padding-bottom: 20px;
  }
  #message-center .message-title div:last-child {
    float: none;
  }
  #message-center .message-title div .line {
    padding: 0 10px;
  }
  #message-center .message-center-list .billing-shipping .accordion-billing-shipping .panel-collapse .block-right {
    text-align: left!important;
  }
  #message-center .message-center-list .billing-shipping .accordion-billing-shipping .panel-collapse .block-right .product-stock {
    padding-top: 0!important;
  }
  #message-center .message-center-pop #cboxWrapper #cboxContent #cboxLoadedContent {
    padding-top: 40px!important;
  }
  #message-center .message-center-pop #cboxWrapper #cboxContent #cboxLoadedContent .billing-shipping .accordion-billing-shipping {
    padding: 20px 0;
  }
  #message-center .message-center-pop #cboxWrapper #cboxContent #cboxLoadedContent .category-success-story {
    margin-left: 0;
    margin-right: 0;
  }
  #message-center .message-center-pop #cboxWrapper #cboxContent #cboxLoadedContent #cboxClose {
    right: 15px!important;
    padding-right: 0!important;
    top: 6px!important;
  }
}
@media (max-width: 1030px) {
  .message-center-pop2 .amway-suggest__list {
    width: 920px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .message-center-pop2 .amway-suggest__list {
    width: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .message-center-pop2 .amway-suggest__list {
    width: 300px;
    margin: 0 auto;
  }
}
.amway-suggest__item .plp-item-label.limit-stock {
  left: auto;
  margin-left: 0px;
}
.menu-nav-list div.smartEditComponent {
  display: inline;
}
.menu-nav-list div.smartEditComponent div.yCmsComponent {
  display: inline-block;
}
.header-element-content div.smartEditComponent {
  display: inline;
}
body {
  background-color: #ffffff;
}
.recommendation-component .smartEditComponent {
  display: inline;
}
@media (max-width: 768px) {
  .amway-theme .sub_ban .sub_banner .banner__wrapper .banner__message .banner__message--main {
    margin-bottom: 20px;
  }
  .quick-links-header {
    cursor: pointer;
  }
  .mini-cart-item .qty-label {
    top: 0px !important;
  }
}
.general-header {
  z-index: 101;
}
.balloon-img-nav-link {
  position: absolute;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 140px;
  top: 75px;
  right: 50px;
  z-index: 1;
}
.balloon-img-nav-link::before {
  content: '';
  position: absolute;
  right: 70px;
  top: -25px;
  display: block;
  width: 0;
  height: 0;
  border-right: 27px solid transparent;
  border-bottom: 25px solid #ccc;
  border-left: 10px solid transparent;
}
.balloon-img-nav-link::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 69px;
  top: -22px;
  border-right: 28px solid transparent;
  border-bottom: 25px solid #fff;
  border-left: 10px solid transparent;
}
.balloon-username {
  position: absolute;
  padding: 10px;
  color: #fff;
  background-color: #B3B8BB;
  border-radius: 10px;
  width: 230px;
  top: 50px;
  right: -10px;
  z-index: 1;
  font-weight: normal;
}
.balloon-username::before {
  content: '';
  position: absolute;
  right: 20px;
  top: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #B3B8BB;
  border-left: 25px solid transparent;
}
@media (max-width: 768px) {
  .mobile-user-btn > img {
    display: inline-block !important;
    width: 40px;
  }
  /* .balloon-img-nav-link{
                                                                                      width: 140px;
                                                                                      top: 80px;
                                                          right: -40px;
                                                                        }
                                                                        .balloon-img-nav-link::after{right: 39px;}
                                                                        .balloon-img-nav-link::before{right: 40px;} */
}
.sticky {
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
}
.suggest-window .popover ul li.ui-menu-item {
  width: 100%;
}
.suggest-window .auto-suggestion-popover.suggestion-jp-ver .popover-content ul .suggested-words-wrapper .ui-menu-item {
  width: 100%;
  height: auto !important;
}
.suggest-window .auto-suggestion-popover .popover-content ul .products-wrapper .ui-menu-item a {
  height: auto !important;
  color: #0075a4 !important;
}
.dashBoardPVBV {
  padding: 0 0 0 0;
  position: relative;
  border: 0;
  height: auto;
}
.dashBoardAR {
  padding: 0 0 0 0;
  border: 0;
  height: auto;
}
.gcc-bc-three-tile-component {
  margin-top: 40px;
  padding-bottom: 10px;
}
.gc-bc-banner {
  margin-top: 50px;
}
.gcc-bc-box-content {
  margin-top: 30px;
}
.gcc-bc-box-content .performance-box__message-link {
  margin-top: 60px;
}
.gcc-bc-box-content .performance-box__message-sub {
  margin-bottom: 50px;
}
.gcc-bc-box-content .performance-box__tool-item {
  position: relative;
}
.gcc-bc-box-content .performance-box__tool-item:last-child {
  border-bottom: 1px solid #dadada;
}
.gcc-bc-box-content .performance-box__tool-item i.fa-angle-right {
  position: absolute;
  right: 0;
  margin-right: 0;
  cursor: pointer;
}
.gcc-bc-box-content .performance-box__tool-flag {
  position: absolute;
  float: none;
  left: 100px;
  top: 9px;
  background-color: #0075a4;
  border-radius: 10px;
  width: 30px;
  height: 20px;
  line-height: 20px;
  padding: 0;
}
.gcc-bc-box-content .performance-box__nav li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  background-color: #F4F4F4;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.gcc-bc-box-content .performance-box__nav li.active a {
  color: #002F5F;
  background-color: #fff;
  padding-top: 7px;
  cursor: default;
}
.gcc-bc-box-content .performance-box__nav i {
  font-size: 20px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .gcc-bc-box-content .performance-box__tool-item {
    position: relative;
  }
  .gcc-bc-box-content .performance-box__tool-item:last-child {
    border-bottom: none;
  }
  .gcc-bc-box-content .performance-box__tool {
    display: block;
  }
  .gcc-bc-box-content .performance-box__message-link {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.gcc-bc-three-tile-component {
  margin-top: 40px;
  padding-bottom: 10px;
}
.amway-theme .gc-bc-banner.banner {
  margin-top: 50px;
}
.gcc-item-content-wrap {
  display: block;
  width: 100%;
  background-color: #20883e;
}
@media (max-width: 768px) {
  .amway-theme .bsp .three-tile-component .item:last-of-type {
    margin-bottom: 30px;
  }
}
#overlay-menu-wrapper .tab-content .overlay-menu-tab-categories h6 a {
  display: inline-block;
}
@media (max-width: 768px) {
  .mobile-user-btn .icon-user {
    color: #002f5f !important;
  }
}
#recentlyViewedListTab {
  z-index: 0 !important;
}
@media (max-width: 768px) {
  .list-content .content-list a {
    margin-top: 5px;
  }
}
#shopping-list-content .shopping-cart-item-list .product-list-item .product-details .product-item-element .product-stock {
  position: relative;
}
.errorMsg {
  color: #e11e45;
  line-height: 20px;
}
.checkout-steps {
  width: 100%;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
}
.checkout-steps-circle {
  left: 50px;
}
.checkout-steps-text {
  left: 50%!important;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 991px) {
  .checkout-steps-circle {
    left: 60%!important;
    transform: translate(-50%, -50%) !important;
  }
  .checkout-steps-text {
    display: none;
  }
  .checkout-steps-active .checkout-steps-circle {
    display: none;
  }
  .checkout-steps-active .checkout-steps-text {
    display: block;
  }
}
.form-control-tell {
  width: 70px!important;
}
.form-control-postal-code {
  width: 70px!important;
}
.checkbox-checkout {
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.u-mb-25 {
  margin-bottom: 25px!important;
}
.u-mb-50 {
  margin-bottom: 50px!important;
}
.error-input-border,
select.error-input-border {
  border: 1px solid #e11e45!important;
}
.error-input-border[type="checkbox"] + label::before {
  border-color: #e11e45;
}
.error {
  display: none;
  font-weight: normal;
  color: #e11e45;
}
.shopping-cart-total .order-block .cart-totals .cart-voucher {
  word-wrap: break-word;
  white-space: normal;
}
.product-stock {
  white-space: normal;
  margin-left: 15px;
  padding-top: 0px;
}
@media (min-width: 769px) {
  .linkApp {
    width: auto;
  }
}
@media (max-width: 768px) {
  .checkout-topbar-member {
    padding: 0px 10px;
  }
  .shipping-delivery .form-group input {
    width: 100%;
  }
}
.pop-box {
  width: 94%;
  max-height: 90%;
  overflow-y: auto;
}
.pop-header {
  font-size: 20px;
}
.pop-footer {
  padding-left: 15px;
}
.pop-box-wrapper {
  z-index: 9999;
}
.pop-content {
  max-height: none;
  overflow: hidden;
}
.item-description-list {
  background: #f4f4f4;
  padding: 15px;
  margin-left: 35px;
  border: 1px solid #999999;
  margin-bottom: 10px;
}
.item-description-list ol {
  padding: 10px 15px 0;
}
.item-description-list ol li {
  list-style: decimal;
}
.item-description-list ol li ol {
  padding: 2px 15px 5px;
}
.item-description-list ol li ol li {
  list-style: lower-alpha;
}
.item-description-list ol li ol li li {
  list-style: lower-alpha;
}
.item-description-list .clearfix {
  padding: 15px;
}
.item-description-list .clearfix ol {
  padding-top: 7px;
}
#edit-coupon-popup {
  /* Color Choose options css start */
  /* Color Choose options css end */
}
#edit-coupon-popup .registration-option-heading {
  font-size: 18px;
}
#edit-coupon-popup .prefrence-heading {
  padding: 10px 15px;
  background: #e3e3e3;
  position: relative;
  margin-bottom: 10px;
}
#edit-coupon-popup .radio-box {
  position: absolute;
  top: 0;
  right: 10px;
}
#edit-coupon-popup .chckbx-lbl {
  color: #555555;
  font-size: 15px;
  margin-top: 0px;
  display: inline-block;
  position: relative;
  top: -5px;
}
#edit-coupon-popup .review-orders-list-row {
  padding: 15px 0 5px;
  border-bottom: 1px solid #e3e3e3;
}
#edit-coupon-popup .review-orders-list-row .cart-pd-img {
  width: 77px;
  text-align: center;
  border: 1px solid #e3e3e3;
  padding: 0;
  position: relative;
  float: left;
}
#edit-coupon-popup .review-orders-list-row .cart-pd-img img {
  margin: 0 auto;
  width: 75px;
  height: auto;
}
#edit-coupon-popup .review-orders-list-row .cart-pd-img .plpbadge {
  position: absolute;
  left: 0;
  top: 0;
}
#edit-coupon-popup .review-orders-list-row:last-child {
  border-bottom: none;
}
#edit-coupon-popup .size-block {
  height: 20px;
}
#edit-coupon-popup .pd-color-op-container ul {
  float: left;
  width: 100%;
  margin: 5px 0 0;
  padding: 0;
}
#edit-coupon-popup .pd-color-op-container ul li {
  float: left;
  margin: 0px 6px 5px 0px;
  width: 32px;
  padding: 2px;
  border: 2px solid #e3e3e3;
  border-radius: 16px;
}
#edit-coupon-popup .pd-color-op-container ul li a {
  text-decoration: none;
}
#edit-coupon-popup .pd-color-op-container ul li a img {
  max-width: 100%;
  border-radius: 15px;
  transition: all 0.3s;
}
#edit-coupon-popup .pd-color-op-container ul li a .glyphicon.no-image {
  font-size: 23px;
  left: 2px;
  top: 2px;
  color: #ccc;
}
#edit-coupon-popup .pd-color-op-container ul li.active {
  border: 2px solid #20883e;
}
#edit-coupon-popup .pd-color-op-container ul li:hover {
  border: 2px solid #20883e;
}
#edit-coupon-popup .pd-color-op-container ul li:hover img {
  transform: scale(1.1);
}
#edit-coupon-popup .pd-color-op-container ul li.color-op-dropdown {
  background-color: #ffffff;
  text-align: center;
  height: 32px;
  position: relative;
  margin-right: 0;
}
#edit-coupon-popup .pd-color-op-container ul li.color-op-dropdown a {
  display: block;
  line-height: 34px;
}
#edit-coupon-popup .pd-color-op-container ul li.color-op-dropdown .color-choose-more-options {
  display: none;
  position: absolute;
  right: 0;
  top: 42px;
  padding: 5px 0px 0 5px;
  background-color: #ffffff;
  width: 195px;
  z-index: 10;
  /*.box-shadow;*/
}
#edit-coupon-popup .pd-color-op-container ul li.color-op-dropdown .color-choose-more-options:after {
  bottom: 100%;
  left: 93%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
#edit-coupon-popup .pd-color-op-container ul li.color-op-dropdown .color-choose-more-options li a {
  line-height: normal;
}
#edit-coupon-popup .pd-color-op-container ul li.color-op-dropdown .color-choose-more-options li .glyphicon.no-image {
  left: 0px;
}
#edit-coupon-popup .pd-color-op-container ul li.disabled {
  position: relative;
  border-color: #656565;
}
#edit-coupon-popup .pd-color-op-container ul li.disabled a {
  text-decoration: none;
  pointer-events: none;
}
#edit-coupon-popup .pd-color-op-container ul li.disabled:hover {
  border-color: #656565;
}
#edit-coupon-popup .pd-color-op-container ul li.disabled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.8s;
  background-image: url('../images/disable-cross.png');
  background-size: 100% 100%;
  z-index: 99;
}
#edit-coupon-popup {
  font-size: 15px;
}
#edit-coupon-popup .dynamic-bundle-modal .modal-dialog {
  width: 780px !important;
}
#product-details-page .img-product .stock-wrapper {
  padding-bottom: 10px;
}
.abo-cost {
  margin-bottom: 10px;
}
.product-list-right-slot .product__list--wrapper .product__list .product__list--item .list-item-wrapper .js-query-result-item {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}
.plp-add-to-shopping-list .product-list__item-link-text {
  padding-left: 0px;
}
#product-facet .accordion-custom .panel .panel-heading .panel-title div span.icon-minus {
  font-size: 15px;
}
.inlineForm {
  display: inline;
}
header.main-header .amway-theme .header-container .nav-links-container ul.nav-list li.nav-item a.img-nav-link .icon {
  vertical-align: middle !important;
}
.cart-popup__dialog {
  background-color: white;
}
.cart-popup__dialog .cart-popup__item-link {
  padding: 10px 15px;
}
.photoShow.pop-content {
  max-height: none;
  overflow: hidden;
}
#edit-coupon-popup {
  font-size: 15px;
}
#edit-coupon-popup .dynamic-bundle-modal .modal-content {
  width: 100% !important;
}
#product-details-page .img-product .stock-wrapper {
  padding-bottom: 10px;
}
.abo-cost {
  margin-bottom: 10px;
}
.product-list-right-slot .product__list--wrapper .product__list .product__list--item .list-item-wrapper .js-query-result-item {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}
.plp-add-to-shopping-list .product-list__item-link-text {
  padding-left: 0px;
}
#product-facet .accordion-custom .panel .panel-heading .panel-title div span.icon-minus {
  font-size: 15px;
}
.inlineForm {
  display: inline;
}
header.main-header .amway-theme .header-container .nav-links-container ul.nav-list li.nav-item a.img-nav-link .icon {
  vertical-align: middle !important;
}
.cart-popup__dialog {
  background-color: white;
}
.cart-popup__dialog .cart-popup__item-link {
  padding: 10px 15px;
}
.photoShow.pop-content {
  max-height: none;
  overflow: hidden;
}
.cart-popup__item-info {
  padding: 0;
  height: auto;
}
@media (max-width: 768px) {
  .block-course img {
    width: 100%;
    height: auto;
  }
}
header.main-header.amway-theme.header-container.nav-links-container?ul.nav-list?li.nav-item?a.img-nav-link.icon.fa-angle-down {
  position: ?absolute;
  top: ?2px;
}
@media (min-width: 991px) {
  .removepd {
    padding: 0px;
  }
}
.shopping-cart-item-list .product-list-item .list-item-image,
.shopping-cart-item-list .product-list-item .list-item-info {
  float: none;
}
.check-out-first-area #register_addr_form .form-group:first-child label {
  top: 0px;
  color: #002f5f;
}
.check-out-first-area #amwayApacAddressForm .form-group:first-child label {
  top: 0px;
}
#js-display-registered-address-search input {
  margin-right: 0px;
}
header.main-header .amway-theme .header-container .nav-links-container ul.nav-list li.nav-item a.img-nav-link .icon .fa-angle-down {
  position: absolute !important;
  top: 0px;
  right: 0px;
}
.plp-add-to-shopping-list .js-add-list-shopping-button-cart .plp-add-to-shopping-list-popup {
  margin-top: 0px;
  width: 320px;
}
.plp-add-to-shopping-list .product-list__item-link-text.js-add-list-shopping-button-cart .plp-add-to-shopping-list-popup a {
  font-size: 1em;
}
.plp-add-to-shopping-list .js-add-list-shopping-button-cart .dropdown-menu li {
  line-height: 35px;
}
.small-wrap .buttonLink .show-terms {
  min-width: 250px;
  width: auto !important;
  margin-left: 25px;
}
.small-wrap .buttonLink .show-terms span {
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  display: block;
}
.small-wrap .buttonLink .show-terms:hover,
.small-wrap .buttonLink .show-terms:hover span {
  color: #002f5f;
}
#js-display-shipping-address-search input {
  margin-right: 0px;
}
.page .btn {
  height: auto;
}
.plp-add-to-shopping-list .js-add-list-shopping-button-cart .dropdown-menu li {
  line-height: 35px;
}
#noOfInstallmentsDiv .amount-cal-input-select-value {
  width: 152px;
}
header.main-header .amway-theme .mobile-container .overlay-mobile-menu .overlay-menu-component-mobile-wrapper .panel-group .overlay-menu-mobile__panel__heading h4.panel-title .panel-toggle .icon-minus {
  display: none !important;
}
.breadcrumb-section {
  padding-top: 166px;
}
@media (max-width: 768px) {
  .breadcrumb-section {
    padding-top: 60px;
  }
}
.amway-theme .category-success-story .item-content-wrap .banner-button-wrap {
  width: 100%;
}
#terms .conditions h2 {
  margin-top: 0px;
}
.last-ui-menu-item {
  padding: 10px;
  text-align: right;
}
#searchEmptyPageMiddle .content {
  float: left;
}
#searchEmptyPageMiddle .desktop-nav-menu {
  float: left;
  width: 100%;
}
.pvbvC {
  width: 900px;
  margin: 30px auto;
}
.menu-nav-list .nav-list-item a {
  letter-spacing: 0;
}
.menu-nav-list .nav-list-item .overlay-menu-toggle-desktop .button-text {
  line-height: 22px!important;
}
.amway-theme .banner.homepage_banner .owl-dots {
  position: static !important;
}
.wishlist-block .js-wishlist-id-list li {
  line-height: 22px !important;
  padding: 13px 0px 5px 0px;
  border: none !important;
}
.wishlist-block .js-wishlist-id-list li label {
  top: 0px !important;
  margin: 0px 0px !important;
}
.wishlist-block .js-wishlist-id-list li .amw-label-radio-text {
  margin-left: 0px;
}
#edit-coupon-popup .icon-x-close:before {
  content: none;
}
#edit-coupon-popup h4 {
  color: white;
}
#edit-coupon-popup .list-content .content-list:nth-child(even) {
  background-color: #f4f4f4 !important;
}
#edit-coupon-popup .list-content .content-list:nth-child(odd) {
  background-color: none !important;
}
#edit-coupon-popup .qty-selector {
  padding-bottom: 20px;
}
.product-list-item .view-open .fa-angle-down:before {
  content: "\f107";
}
.pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .AddToCart-AddToCartAction #addToCartForm button {
  height: 35px !important;
}
label.mobile-hidden {
  font-family: "?????????????????? Pro W3", "Hiragino Kaku Gothic Pro", "????????????", Meiryo, Osaka, "?????? ???????????????", "MS PGothic", sans-serif !important;
}
@media (max-width: 768px) {
  #checkout-page-vue .product-item-element.col-xs-9 {
    width: 100% !important;
    margin-top: 5px;
  }
}
#terms .conditions h2 {
  margin-top: 0px;
}
.last-ui-menu-item {
  padding: 10px;
  text-align: right;
}
#searchEmptyPageMiddle .content {
  float: left;
}
#searchEmptyPageMiddle .desktop-nav-menu {
  float: left;
  width: 100%;
}
.pvbvC {
  width: 900px;
  margin: 30px auto;
}
.menu-nav-list .nav-list-item a {
  letter-spacing: 0;
}
.menu-nav-list .nav-list-item .overlay-menu-toggle-desktop .button-text {
  line-height: 22px!important;
}
.amway-theme .banner.homepage_banner .owl-dots {
  position: static !important;
}
.wishlist-block .js-wishlist-id-list li {
  line-height: 22px !important;
  padding: 13px 0px 5px 0px;
  border: none !important;
}
.wishlist-block .js-wishlist-id-list li label {
  top: 0px !important;
  margin: 0px 0px !important;
}
.wishlist-block .js-wishlist-id-list li .amw-label-radio-text {
  margin-left: 0px;
  padding-top: 0px;
  width: 100%;
}
#edit-coupon-popup .icon-x-close:before {
  content: none;
}
#edit-coupon-popup h4 {
  color: white;
}
#edit-coupon-popup .list-content .content-list:nth-child(even) {
  background-color: #f4f4f4 !important;
}
#edit-coupon-popup .list-content .content-list:nth-child(odd) {
  background-color: none !important;
}
#edit-coupon-popup .qty-selector {
  padding-bottom: 20px;
}
#edit-coupon-popup .size-selector-container label.control-label {
  margin-top: 4%;
}
.product-list-item .view-open .fa-angle-down:before {
  content: "\f107";
}
.two-btn button:first-child {
  float: left;
  width: 47%;
  margin-left: 5px;
  font-size: 13px;
}
.product-list__item-link #addToCartButton {
  margin: 0px 0px 0px 0px;
  float: left;
}
@media (max-width: 991px) {
  /* Suggest by client for bug ID AHJP-4896 */
  /*.form-control.birth {
        width: 32% !important;
    }*/
  #register-step-page .form-control.tel {
    width: 25%;
  }
  .my-account-content .my-account-main-body .panel .panel-collapse .alert-info .alert-info-content .warning-icon_caution {
    top: 30px;
    right: 10px;
  }
}
.pos1 {
  position: relative;
  top: 3px;
}
.id-issue {
  margin: 5% 0;
}
.cart-popup__dialog .cart-popup__item-link {
  margin-top: 0px !important;
}
.pdp-info .description-vote {
  margin-top: 10px;
}
.pdp-info .new-size-dropdown .size-selector-container {
  margin: 2% 0 3% 0;
}
.pdp-info .new-size-dropdown .size-selector-container .size-select {
  right: 10px;
  width: 56% !important;
}
.pdp-info .product-stock {
  white-space: normal;
  margin-left: 0px !important;
  padding-top: 0px;
}
#photoPopup .cart-popup__header .cart-popup__close {
  top: 22px;
}
.pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .qty-selector {
  margin-top: 10px;
}
.cbox.review .cart-popup__content {
  padding-top: 0px;
}
.cbox.review .cart-popup__content {
  padding-top: 0px;
}
.mini-cart-item .product-item-element {
  margin-top: 2px;
}
.pdp-info .product-main-info .product-details {
  width: 100%;
}
.pdp-info .add-to-cart-extra-actions {
  border-top: none !important;
}
.pdp-info #addToCartForm {
  padding-bottom: 0px !important;
}
#edit-coupon-popup .size-selector-container label.control-label {
  margin-top: 4%;
}
#photoPopup .cart-popup__header {
  height: auto !important;
}
.shopping-cart-item-list .product-list-item a {
  text-decoration: none !important;
  color: #002F5F;
}
.shopping-cart-item-list .product-list-item .primary {
  color: #ffffff;
}
.shopping-cart-item-list .product-list-item .primary:hover {
  color: #002F5F;
}
.shopping-cart-item-list .product-list-item .btn-link {
  position: relative;
  top: -2px;
  height: 41px !important;
}
.shopping-cart-item-list .product-list-item .btn-link.disabled {
  color: #ffffff;
}
.product-name {
  color: #002F5F;
}
.btn:disabled {
  cursor: not-allowed !important;
  color: initial !important;
}
.bundle-cart-detail {
  margin-left: 115px;
}
@media (max-width: 767px) {
  .shopping-cart-item-list .product-list-item .primary {
    font-size: 1em;
  }
  .new-item-element-wrapper {
    width: 74%;
    padding-left: 10px;
  }
  .bundle-cart-detail {
    margin-left: 0;
  }
  .show-bundle-contents {
    padding-left: 0;
  }
  .shopping-cart-item-list .product-list-item .product-details {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .cart-popup__content {
    height: auto;
  }
  .add-to-cart-box.common-cart-box .cart-popup__item-detail {
    margin-right: 0px;
  }
  #edit-coupon-popup .size-selector-container label.control-label {
    display: inline-block;
  }
  #edit-coupon-popup .modal-footer .btn {
    width: auto !important;
  }
}
#edit-coupon-popup .shopping-cart-item-list select.form-control {
  display: initial;
}
.pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .adjust-viewing-parts {
  padding: 12px 30px !important;
}
@media (max-width: 768px) {
  .pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .adjust-viewing-parts {
    padding: 0px ! important;
  }
}
#quickShopBody .panel-body {
  padding: 0 15px !important;
}
#quickShopBody .flex-field {
  display: inline-block;
}
#quickShopBody ul > li.quick-shop-lis {
  display: none;
}
@media (max-width: 768px) {
  #quickShopBody .quick-shop-lis .list-item-amount select.select-control {
    float: right;
    display: inline;
  }
  #quickShopBody .quick-shop-lis .quick-list-setter {
    float: right;
  }
  #quickShopBody .quick-shop-lis .col-xs-9 {
    width: 70%;
  }
  #quickShopBody .quick-shop-lis .product-name {
    width: 90%;
  }
  #quickShopBody .flex-field {
    display: inline-block;
    width: 100%;
  }
  #quickShopBody .quick-order__actions {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  #quickShopBody .p-del {
    position: absolute;
    right: 0px;
  }
}
.select-coupon .cart-popup__item-detail.proDetail {
  width: auto;
}
.select-coupon .cart-popup__item-detail.proDetail .size-selector-container .size-select {
  right: 10px;
  width: 240px !important;
}
.jumpto .jump-to-wrapper .select-div .jump-route {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
}
.jumpto .user-account-header .go-block .jump-to-wrapper {
  float: right;
}
.jumpto .user-account-header .go-block .jump-to {
  margin-top: 10px !important;
}
@media (max-width: 991px) {
  .jumpto .user-account-header .go-block .jump-to-wrapper {
    float: none;
  }
}
@media (max-width: 768px) {
  .user-account-header .go-block .jump-to {
    float: left;
  }
}
@media (max-width: 767px) {
  .jumpto .user-account-header .go-block input[type="button"] {
    height: 2.9em !important;
  }
  .select-coupon .cart-popup__item-detail.proDetail .size-selector-container .size-select {
    width: 51% !important;
  }
}
@media (max-width: 370px) {
  .jumpto .jump-to-wrapper .select-div .jump-route {
    width: 155px !important;
  }
}
.main-container.reset-password {
  width: 470px;
  margin-top: 0px;
}
.main-container .password-strength {
  height: 40px !important;
  background: none;
}
.main-container .reset-password button {
  margin-left: 0px;
}
.main-container .reset-password .product-list-page-title {
  margin-left: 0px;
}
.main-container.reset-password .show-pass {
  padding: 10px 0;
}
.main-container.reset-password .show-pass .normal {
  padding-top: 3px;
}
@media (max-width: 370px) {
  .main-container.reset-password {
    max-width: 310px !important;
  }
  .page-updatePassword .main-container {
    margin-top: 0px;
  }
  .main-container.reset-password .product-list-page-title {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .main-container.reset-password .product-list-page-title {
    margin-left: 0px;
  }
}
.reissue-password-email input[name="email"] {
  width: 100%;
  height: 40px;
  border-top: 1px solid #c0c0c0;
}
.item_container_holder.confirmation-mail h2 {
  margin-top: 10px !important;
}
.lineHeight20 {
  line-height: 20px;
}
#edit-coupon-popup .modal-dialog {
  width: 780px !important;
}
#edit-coupon-popup h4.modal-title {
  padding-right: 30px;
}
#edit-coupon-popup .modal-header {
  position: relative;
}
#edit-coupon-popup .pop-close {
  transform: translateY(-50%);
  top: 50%;
}
#edit-coupon-popup .cart-popup__item-detail {
  margin-bottom: 0px;
}
#edit-coupon-popup .size-selector-container label.control-label {
  float: left;
}
.order-history-box .account-section-header {
  padding-bottom: 1em;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
#order-history .list-content .buyDetail-new .content-list {
  border-top: none !important;
}
@media (max-width: 991px) {
  #edit-coupon-popup .modal-dialog {
    width: 100%;
    width: auto !important;
  }
  #edit-coupon-popup .list-row-title.row {
    height: auto;
  }
  #edit-coupon-popup .con-list-item {
    height: auto;
  }
  #edit-coupon-popup .list-content .content-list {
    padding: 10px 0px !important;
  }
  #edit-coupon-popup .cart-popup__content {
    line-height: 22px;
  }
  #shopping-list-add-to-cart-button {
    width: auto !important;
  }
  #addToCartButton {
    width: auto !important;
  }
  #edit-coupon-popup.add-to-cart-box.common-cart-box .view-more-details {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .expired-notice-day {
    padding-left: 2em!important;
  }
  .saved-credit-hidden {
    margin-left: 2.5em!important;
  }
  .saved-credit-hidden .panel .panel-inner label span.checkmark {
    width: 1.1em;
    display: block;
    padding: 0.3em 0;
  }
}
.shopping-cart-item-list .product-list-item .new-value-wrapper span {
  display: inline-block;
}
.product-recentlyviewed .product-description__section {
  padding-bottom: 0px;
}
.page-productDetails .quick-links {
  margin-top: 50px;
}
#checkout-non-login-user .btn {
  margin-top: 10px;
}
@media (max-width: 767px) {
  #checkout-non-login-user .btn {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
}
#checkout-non-login-user .btn.checkoutButton {
  background-color: white;
  color: #002f5f;
}
@media (max-width: 768px) {
  #passwordResetFails .modal-content {
    width: 100%;
  }
  #passwordResetFails .modal-footer {
    text-align: center;
  }
}
.content-center {
  max-width: 470px;
  margin: 0px auto;
}
.content-center .form-sub-title-gray {
  line-height: 24px;
}
.checkout-steps {
  margin-bottom: 0px !important;
}
.product-list-right-component .pull-right.pagination-wrapper label {
  top: -2px;
  position: relative;
}
.registration-tell-area {
  padding: 0px;
  margin: 0 0 20px;
  border: none;
}
.phone-square {
  font-weight: bold;
}
.registration-title {
  padding-bottom: 10px;
  color: #002f5f;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
}
.registration-title--sm {
  font-size: 16px;
}
.registration-btn {
  width: auto;
  min-width: 230px;
  text-align: center;
}
.registration-form-has-error {
  border-color: #f00!important;
}
[type="checkbox"]:not(:checked) + label::before {
  border-color: #f00!important;
}
.registration-lp-content {
  border-right: 1px solid #e3e3e3;
}
.registration-lp-content:last-of-type {
  border: none!important;
}
@media (max-width: 768px) {
  .registration-lp-content {
    border-right: none;
    border-bottom: 1px solid #e3e3e3;
    padding: 40px 0;
  }
  #involved-ways .registration-lp-content a button {
    margin-left: 0px;
    width: 100% !important;
  }
}
#involved-ways .registration-lp-content a {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .list-content .content-list .action-required .overlay-badge {
    display: none;
  }
}
.orderhistory-list-table .responsive-table-cell.responsive-table-cell-bold {
  text-align: left;
}
.user-account-header .go-block .jump-to-wrapper {
  float: right;
}
.user-account-header .go-block .jump-to {
  margin-top: 10px;
}
.jump-to-wrapper .select-div .jump-route {
  overflow: hidden;
  white-space: nowrap;
  max-width: 250px;
  text-overflow: ellipsis;
  padding-right: 20px;
  position: relative;
}
.checkout-topbar-user .checkout-topbar-member .fa-user-circle {
  font-size: 30px;
}
.list-type ol,
.list-type ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
}
.list-type ul,
.list-type ul li {
  list-style-type: disc;
  margin-left: 10px;
  margin-bottom: 2px;
  padding-top: 2px;
}
.checkout-topbar-user .checkout-topbar-member .fa-user-circle {
  font-size: 30px;
}
.error-message-modal {
  margin: auto;
  padding-right: 0px;
}
.error-message-modal .modal-content {
  width: 100%;
}
.error-message-modal .modal-content .modal-header h3 {
  text-align: left;
}
.error-message-modal .modal-content .modal-footer a {
  text-align: center;
  margin: auto;
  display: inline-block;
  width: auto;
}
.error-message-modal .modal-content .modal-body {
  text-align: left;
}
.error-message-modal .modal-content .modal-body p {
  line-height: 24px;
}
.for-img img {
  max-width: 30px;
}
#checkout-non-login-user .modal-footer .btn {
  width: auto;
}
@media (max-width: 768px) {
  #checkout-non-login-user .modal-content {
    width: 100%;
  }
  #checkout-non-login-user .modal-footer .btn {
    width: 100%;
  }
}
@media (min-width: 510px) {
  #checkout-non-login-user .modal-footer .btn {
    width: auto;
  }
}
[type="checkbox"]:not(:checked) + label::before {
  border-color: black !important;
}
#updatePwdForm .action.show-pass,
#updatePwdForm #updatePwd-Pwd_bar {
  margin-top: 15px;
}
#updatePwdForm #updatePwd-Pwd_bar #updatePwd-Pwd_text {
  padding-left: 10px;
}
#updatePwdForm .error-password {
  display: none;
  float: left;
  text-align: left;
  width: 100%;
}
.back-to-login {
  margin-left: 0px;
}
.order-history-container .orderhistory-list-table .responsive-table-item .icon:after {
  display: none;
}
.order-history-container .orderhistory-list-table .responsive-table-item .icon:before {
  content: "\e95d";
  position: static;
}
.order-history-container .orderhistory-list-table .responsive-table-item.open .icon::before {
  content: "\e95b";
}
@media (max-width: 991px) {
  .checkout-head {
    width: 105px;
  }
  .checkout-head img {
    min-width: 52px !important;
    max-width: 100% !important;
  }
  .checkout-head .amw-navigation-menu,
  .checkout-head .navigation-menu,
  .checkout-head .mobile-container,
  .checkout-head .mobile-nav-row-btn-logo {
    box-shadow: none !important;
    border: none !important;
  }
  .checkout-topbar-member {
    margin-right: 10px;
    border-right: none;
  }
}
.nopd {
  padding: 0;
}
@media (max-width: 767px) {
  .alert {
    padding: 10px 10px;
  }
  .global-alerts .alert-dismissable .close {
    font-size: 20px;
    width: 30px;
    right: 0px;
    height: 30px;
  }
  .global-alerts .alert-dismissable .alert-txt {
    width: 85%;
    float: right;
    font-size: 15px;
    padding-left: 5px;
    padding-top: 5px;
  }
  .removeBg {
    border: 2px solid #002f5f;
    background: none;
  }
}
.content-center {
  max-width: 470px;
  margin: 0px auto;
}
.content-center .form-sub-title-gray {
  line-height: 24px;
}
.content-center .back-to-home-reset.btn-xl {
  width: 100% !important;
  display: block;
  text-align: center;
}
.resend-mail-button {
  margin-left: 0px !important;
}
#overlay-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.4);
}
#overlay-loader img {
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -50px;
  display: inline-block;
}
.actual-transform {
  text-transform: inherit !important;
}
#productPageAccordion .accordion-panel {
  overflow: hidden;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 768px) {
  .checkout-container .header-wrapper .header-content {
    display: none;
  }
}
.header-style-checkout .mobile-wrapper .checkout-topbar-user {
  right: 0px;
  position: absolute;
  top: 10px;
}
header.main-header .amway-theme {
  width: 100%;
}
.header-style-checkout .mobile-wrapper .user-info-container {
  border-right: 0px;
}
.header-style-checkout .mobile-wrapper .checkout-topbar-back {
  width: 130px;
  margin-top: 0px !important;
  background-color: white;
  margin-left: 0px !important;
}
.checkout-head .mobile-container .mobile-wrapper .mobile-nav-row-btn-logo img {
  max-width: 140px !important;
  min-width: 90px !important;
}
@media (max-width: 991px) {
  .checkout-topbar-member {
    margin-right: 10px;
  }
  .checkout-head .mobile-header-cell.user-info-container {
    padding-right: 10px;
  }
}
.empty-cart-text {
  padding: 0.5em 0px 0em 0px !important;
  font-size: 14px;
  line-height: 34px;
}
.empty-cart-actions button {
  border: 1px solid black;
}
.popover-content ul.nav__links li.account-popover__pv-display {
  padding: 0;
  position: relative;
}
.popover-content ul.nav__links li.account-popover__pv-display .svg-container {
  max-height: 210px;
  overflow: hidden;
}
.popover-content ul.nav__links li.account-popover__pv-display .svg-container svg {
  margin-top: -50px;
  margin-top: -20px;
}
.popover-content ul.nav__links li.account-popover__pv-display .svg-container _:-ms-lang(x) {
  margin-top: -20px;
}
.popover-content ul.nav__links li.account-popover__pv-display .svg-container .timer {
  display: none;
}
.popover-content ul.nav__links li.account-popover__pv-display .chartInfo {
  font-size: 15px;
  margin: 0px 15px 0;
  position: absolute;
  top: 62%;
  width: 68%;
  left: 13%;
}
.popover-content ul.nav__links li.account-popover__pv-display .chartInfo span {
  display: block;
}
.popover-content ul.nav__links li.account-popover__pv-display .chartInfo .centerInfo {
  font-size: 11px;
  text-align: center;
  margin: -10px 0px 0;
  line-height: 25px;
  min-height: 75px;
}
.popover-content ul.nav__links li.account-popover__pv-display .chartInfo .centerInfo .GroupInfo {
  color: #20883e;
  font-size: 16px;
  text-align: center;
  margin: -10px 0px 0;
}
.popover-content ul.nav__links li.account-popover__pv-display .chartInfo .leftInfo {
  float: left;
  text-align: left;
  font-size: 12px;
}
.popover-content ul.nav__links li.account-popover__pv-display .chartInfo .leftInfo .green {
  color: #20883e;
  font-size: 16px;
}
.popover-content ul.nav__links li.account-popover__pv-display .chartInfo .leftInfo span {
  display: block;
}
.popover-content ul.nav__links li.account-popover__pv-display .chartInfo .rightInfo {
  float: right;
  text-align: right;
  font-size: 12px;
}
.popover-content ul.nav__links li.account-popover__pv-display .chartInfo .rightInfo .green {
  color: #20883e;
  font-size: 16px;
}
.popover-content ul.nav__links li.account-popover__pv-display .chartInfo .rightInfo span {
  display: block;
}
@media (min-width: 768px) and (max-width: 992px) {
  .popover-content ul.nav__links li.account-popover__pv-display .svg-container {
    max-height: 400px;
  }
  .popover-content ul.nav__links li.account-popover__pv-display .svg-container svg {
    margin-top: -100px;
  }
  .popover-content ul.nav__links li.account-popover__pv-display .chartInfo {
    top: 71%;
  }
}
@media (max-width: 991px) {
  .shopping-cart-item-list .product-list-item .list-item-price,
  .shopping-cart-item-list .product-list-item .list-item-amount {
    float: right;
    margin-bottom: 5px;
  }
  .shopping-cart-item-list .product-list-item .product-item-element .price-label,
  .shopping-cart-item-list .product-list-item .product-item-element .total-price-label {
    display: inline-block;
  }
  .shopping-cart-item-list .product-list-item .product-item-element .value-wrapper {
    float: right;
    max-width: 60%;
  }
  .shopping-cart-item-list .product-list-item .product-item-element .value-wrapper select {
    float: right;
  }
  .shopping-cart-item-list .product-list-item .product-item-element .total-price-label {
    max-width: 40%;
  }
  .cart-items-wrapper {
    padding-left: ?0px;
  }
  .bundle-cart-detail {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.product-stock div:first-child {
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .amway-theme .product-recentlyviewed__imagelist .product-recentlyviewed__img {
    max-width: 135px !important;
  }
  .shopping-cart-item-list .product-list-item .list-item-price,
  .shopping-cart-item-list .product-list-item .list-item-amount {
    width: 100%;
  }
}
.select-all-mobile {
  padding-top: 10px;
}
.select-all-mobile .checkboxStyle {
  margin-right: 10px;
  padding-left: 30px;
  line-height: 22px;
  font-size: 16px;
  float: left;
  margin-top: 5px;
}
.del-selected-list {
  color: #666666;
  margin-bottom: 10px;
}
@media (max-width: 400px) {
  #shopping-list-add-to-cart-button {
    margin-left: 5px !important;
  }
}
@media (max-width: 365px) {
  .del-selected-list {
    display: inline-block;
    margin-top: 15px;
  }
}
.wishlist-block .js-wishlist-id-list li .amw-label-radio-text {
  padding-top: 0px;
  width: 100%;
}
.pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .add-to-cart-extra-actions .add-button-wrap .dropdown-menu ul {
  max-height: 275px;
  overflow-y: auto;
}
.pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .add-to-cart-extra-actions .add-button-wrap .dropdown-menu ul li {
  margin-bottom: 5px;
  min-height: 50px;
  padding: 10px 0px 5px 0px;
}
.pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .add-to-cart-extra-actions .add-button-wrap .dropdown-menu ul li label {
  width: 100%;
  max-width: 100%;
}
.amway-theme.product-list__item-link .plp-add-to-shopping-list .cart-detail__dropdown-menu.dropdown-menu ul {
  max-height: 280px;
  overflow: auto;
}
.template-pages-CartPageTemplate .plp-add-to-shopping-list .js-add-list-shopping-button-cart .plp-add-to-shopping-list-popup ul {
  max-height: 275px;
  overflow: auto;
}
.plp-add-to-shopping-list .js-add-list-shopping-button-cart .dropdown-menu li {
  min-height: 50px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 350px) {
  .pdp-info .product-main-info .sop-attention-text {
    width: 44%;
  }
}
.product-list__item-link #addToCartButton {
  padding: 0px !important;
}
#registeredDeliverySlot?select.form-control  {
  max-width: ?300px !important;
}
#shipping-del-date,
#shipping-del-time,
#register-del-date,
#register-del-time,
#listforeditprofile {
  max-width: 286px;
}
.fulwidth {
  width: 100%;
}
.isDisabled {
  color: gray;
  opacity: 1;
  margin-bottom: 15px;
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.1px;
  font-family: "?????????????????? Pro W3", "Hiragino Kaku Gothic Pro", "????????????", Meiryo, Osaka, "?????? ???????????????", "MS PGothic", sans-serif;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 350px) {
  .product-list-right-component .pagination-wrapper .filter-facet-button-container {
    width: 50%;
  }
  .pagination-bar .pagination-toolbar .sort-group {
    width: 48%;
    float: right;
  }
}
@media (max-width: 991px) {
  .js-quick-order-container .addquick .product-item-element .total-price-label {
    padding: 0px;
  }
  .js-quick-order-container .addquick .product-item-element .js-product-PVBV {
    width: auto;
  }
  .search-tab-content {
    margin-top: 20px;
  }
}
.two-btn-response .product-list__item-link .js-show-sop-modal {
  margin: 4px 0px;
}
.clearboth {
  clear: both;
}
.product-category .ttp .userinfo-tip-wrap {
  display: none;
  color: black;
  background: #ddd;
  position: absolute;
  width: 185px;
  bottom: 27px;
  padding: 10px;
  border-radius: 5px;
  line-height: 18px;
  font-weight: 300;
}
.product-category .ttp .userinfo-tip-wrap:before {
  content: "";
  border-left: 10px transparent solid;
  border-right: 10px transparent solid;
  border-top: 10px #ddd solid;
  border-bottom: 10px transparent solid;
  position: absolute;
  bottom: -17px;
  left: 9px;
}
.product-category .ttp:hover .userinfo-tip-wrap {
  display: block;
}
.panel .accordion-panel-heading:focus {
  outline: none;
}
.item-description-list ol li {
  line-height: 28px;
}
.bundle-entry-container {
  margin-left: 10px;
}
.extraclass-mobile-width {
  border-bottom: none !important;
}
.item-description-list {
  padding: 10px 15px !important;
}
.checkout-conf .item-description-list {
  margin-left: 16px;
}
.fl-rt {
  float: right;
}
.fl-ce {
  text-align: center;
}
.fl-lt {
  float: left;
}
@media (max-width: 991px) {
  .product-list-row .product-list__item .product-list__item-link .btn {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .product-list-row .product-list__item .product-list__item-link #addToCartButton {
    width: 100% !important;
  }
  .product-list-row .product-list__item .product-list__item-link {
    padding: 5px;
  }
  .product-list-row .product-list__item .product-list__item-link .sop-attention-text {
    width: 100%;
    clear: both;
    margin-left: 0;
  }
  .product-list-row .two-btn-response .product-list__item-link .js-show-sop-modal {
    margin: 0px;
  }
}
.product-switch-tb td form {
  display: inline-block;
  width: 100%;
}
#scrolTOTop {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 15px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  padding: 0px 15px;
  border-radius: 10px;
  font-size: 13px;
  opacity: 0.5;
  font-weight: normal;
}
@media (max-width: 991px) {
  #scrolTOTop {
    bottom: 90px !important;
  }
}
#scrolTOTop i {
  margin: 0;
}
#scrolTOTop span {
  display: block;
  line-height: 4px;
  font-size: 13px;
  position: relative;
  top: 1px;
}
#scrolTOTop span i {
  margin-right: 0px;
  line-height: 14px;
}
.order-preview-value .shipping-delivery-address-detail {
  overflow-wrap: break-word;
  margin-bottom: 15px;
}
.order-preview-value .hasDate-contents {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .AddToCart-AddToCartAction .add_to_cart_form {
    min-height: 46px;
  }
  .pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .AddToCart-AddToCartAction #addToCartForm button,
  .pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .btn.pdpTextTrans {
    width: 48% !important;
  }
}
@media (max-width: 768px) {
  #placeOrderForm123 .red {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .add-to-cart-extra-actions {
    padding-top: 0px;
  }
  .pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .add-to-cart-extra-actions .product-list__item-link-text.product-list__item-link-common.product-list__item-link-text {
    padding-top: 10px !important;
  }
}
@media (max-width: 359px) {
  .pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .btn.pdpTextTrans {
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  .pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .AddToCart-AddToCartAction #addToCartForm button,
  .pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .AddToCart-AddToCartAction #addToCartForm div {
    display: inline-block;
  }
  .pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .AddToCart-AddToCartAction .add_to_cart_form div {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    top: 1px;
  }
  .pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .add-to-cart-extra-actions {
    padding-top: 5px;
  }
  .pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .add-to-cart-extra-actions .add-button-wrap {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .fix {
    width: 100%;
    position: static;
    margin-right: 0px;
  }
  #shopping-list-content ul .confirm-tsuki-setting-link .bold-style {
    position: static !important;
    display: inline-block;
  }
  #shopping-list-content ul .confirm-tsuki-setting-link .bold-style + .bold-style {
    float: right;
  }
}
.site-logo.checkout-logo img,
.site-logo.checkout-logo a {
  cursor: default;
}
#bundleChildDisplayBody .list-content .content-list:nth-child(2n+1) {
  background-color: #f4f4f4 !important;
}
#bundleChildDisplayBody .list-content .content-list:last-child {
  border-bottom-color: white;
}
#contactUsPopUp .modal-header .modal-title {
  width: 90%;
  float: left;
}
@media (max-width: 767px) {
  #contactUsPopUp .modal-footer {
    text-align: center;
  }
  #contactUsPopUp .modal-footer .btn {
    margin-left: 0px !important;
    margin-right: 0px  !important;
  }
  .white-tag {
    padding-left: 0px;
    text-align: left;
  }
  .white-tag.plp-item-label span:first-child {
    left: 0px;
  }
}
.user-account-header .user-block .user-info {
  width: 67%;
}
@media (max-width: 768px) {
  .user-account-header .go-block .jump-to {
    float: left;
  }
  .setting-address-edit {
    display: block !important;
  }
  .checkout-steps-two .col-xs-6 {
    width: 50%;
  }
  .checkout-steps-two .checkout-steps-active .checkout-steps-text {
    left: 5px !important;
    transform: translate(0, -50%) !important;
  }
}
@media (max-width: 767px) {
  .jump-to-wrapper .select-div .jump-route {
    width: 100%;
  }
  .user-account-header .go-block .jump-to-wrapper {
    width: auto;
    float: left;
    min-width: 250px;
    padding-left: 10px;
  }
}
#overlay-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.6);
}
#overlay-loader img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
.blockUI.blockMsg {
  width: auto !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.template-pages-account-registerLandingLayoutPage .amway-theme .company-banner .banner_wrapper {
  width: auto!important;
  padding: 0!important;
}
.u-tac {
  text-align: center;
}
/* Suggest by client for bug ID AHJP-4896 */
select#yearSelect,
coApplicantYearSelect {
  width: 49%;
  max-width: 12em;
}
select#monthSelectPrimaryUser,
select#dateSelectPrimaryUser,
select#coApplicantMonthSelect,
select#coApplicantDateSelect {
  width: 23%;
  max-width: 6em;
}
/* Suggest by client for bug ID AHJP-4896 */
.deleteRegisteredCardPopup .btn.primary {
  width: 40%;
}
.deleteRegisteredCardPopup .modal-footer {
  text-align: center;
}
@media (max-width: 767px) {
  .pLR0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .card-mobile-view .row-list-action {
    width: auto;
    float: right;
  }
  .mTB0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .pLeft {
    padding-left: 12px;
  }
  .accountActions.account-profile__editor .buttonMobileAddCard {
    width: 45% !important;
  }
}
.product__listing_homepage {
  width: 100%;
}
.coupon-enquiry-page-link {
  border: none;
  padding: 0 10px;
}
.coupon-enquiry-page-link:hover {
  border: none;
  background-color: white !important;
  color: #002f5f;
}
.pagination .active > a:hover {
  background: white;
  color: #002f5f;
}
.shopping-cart-item-list .product-list-item .list-item-image img {
  width: 65px;
  height: 65px;
  max-height: 65px;
  max-width: 65px;
  min-height: 65px;
  min-width: 65px;
  overflow: hidden;
}
@media (max-width: 992px) {
  button.coupon-enquiry-page-link {
    background-color: white !important;
  }
}
.amw-label-radio-text {
  word-break: break-word;
}
@media (max-width: 767px) {
  .pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .add-to-cart-extra-actions .add-button-wrap {
    padding-right: 0px;
    width: 100%;
  }
}
.stopScroll,
.stopScroll body {
  overflow: hidden !important;
  position: relative;
  height: 100%;
}
.account-popover__pv-display {
  cursor: pointer;
}
:root header.main-header .amway-theme .overlay-menu-container .overlay-menu .tab-content .overlay-menu-tab .overlay-menu-tab-categories .tab__category h6 {
  min-height: 90px\9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header.main-header .amway-theme .overlay-menu-container .overlay-menu .tab-content .overlay-menu-tab .overlay-menu-tab-categories .tab__category h6 {
    min-height: 90px;
  }
}
#_asm {
  z-index: 99 !important;
}
@media (max-width: 767px) {
  .userinfo-open #login-drop-content {
    border-bottom: 1px solid #ccc !important;
    box-shadow: 0px 0px 4px #ccc !important;
    padding-bottom: 10px;
  }
  .popover-content {
    max-height: calc(100vh - 165px) !important;
  }
}
.shipping-delivery-ship.sopIndent .panel {
  border: 0;
}
#shippingdiv .radiostyle {
  padding-bottom: 8px;
}
#shippingdiv .panel-inner.row {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  #shippingdiv .expired-notice {
    padding-left: 8em !important;
  }
}
.greenc {
  color: #288c4c;
}
.bold {
  font-weight: bold;
}
.list-type ol li {
  list-style-position: inside;
}
body.page-future-order-preview {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .auto-suggestion-popover.suggestion-jp-ver {
    top: 61px !important;
  }
  .registration-tell-area {
    padding: 5px;
  }
  .navigation-tabs-container.order-history-container .outer-border-bottom {
    margin-bottom: 10px;
  }
  .FAQ-QA .question-main-body #business-page-accordion .panel .panel-heading {
    padding: 0px;
    position: relative;
  }
  .FAQ-QA .question-main-body #business-page-accordion .panel .panel-heading .panel-title div {
    padding-right: 20px;
  }
  .FAQ-QA .question-main-body #business-page-accordion .panel .panel-heading .indicator {
    position: absolute;
    right: 0px;
    top: 15px;
  }
}
#product-details-page div.product-details.page-title h1.name {
  font-family: "?????????????????? Pro W3", "Hiragino Kaku Gothic Pro", "????????????", Meiryo, Osaka, "?????? ???????????????", "MS PGothic", sans-serif;
}
#product-details-page div.amway-suggest.pdp-general-amway-suggest h2.amway-suggest__title {
  font-family: "?????????????????? Pro W3", "Hiragino Kaku Gothic Pro", "????????????", Meiryo, Osaka, "?????? ???????????????", "MS PGothic", sans-serif;
}
.product-switch-tb .btn {
  white-space: normal;
  padding-right: 0px !important;
}
@media (max-width: 767px) {
  .product-switch-tb .btn {
    text-align: left !important;
    padding-left: 20px !important;
    line-height: 24px !important;
  }
}
@media (min-width: 768px) {
  .shipping-delivery-ship.sopIndent .js-new-card {
    padding-left: 25px;
    width: 33%;
  }
  .js-new-card.renewalpage {
    padding-left: 25px;
    width: 33%;
  }
}
.creditsBox .close {
  display: block;
}
.creditsBox li {
  padding-bottom: 10px;
}
.creditsBox li div {
  line-height: 2;
}
.creditsBox li label .checkmark {
  margin-top: 7px;
}
.creditsBox .panel {
  border: 0;
}
.creditspageframe > div {
  padding-bottom: 15px;
}
.product-switch-tb form {
  width: 100%;
}
.product-switch-tb .btn {
  white-space: normal;
  padding-right: 0px !important;
}
@media (max-width: 991px) {
  .sop-order-data {
    clear: both;
  }
}
.radioStyle input:checked ~ .checkmark.disabledafterbutton:after {
  display: none;
}
.couponListDiv .coupon-collapse {
  position: absolute !important;
}
.c18_center {
  margin: 0px auto;
  float: none !important;
}
.couponListDiv .content-list .collapse-icon {
  right: 0px;
  top: auto ;
}
@media (max-width: 768px) {
  .couponListDiv .con-list-item div {
    line-height: 24px;
    font-size: 0.8em;
  }
  .couponListDiv .mob-font-bold {
    display: block;
    font-size: 1em;
  }
}
.pcSop-tips {
  display: inline-block !important;
}
.pcSop-tips-ptop {
  padding-top: 10px;
}
.dcred {
  background-color: #e04444;
  width: fit-content;
  color: white;
  padding: 5px;
  border-radius: 3px;
}
#shoppingListDetailAccordion .icon-minus {
  font-size: 25px !important;
  font-weight: 500 !important;
}
#prod-Del .product-dc-price {
  margin-top: 15px;
}
#prod-Del .product-name {
  line-height: 20px;
}
.pLeft {
  padding-left: 0px;
  padding-top: 7px;
}
.itemBox {
  padding: 15px 0;
}
.return-wrapper .cart-totals-left {
  line-height: inherit !important;
}
@media (max-width: 991px) {
  .hide-in-sm {
    display: none;
  }
  .filternew .filter-button .filter-facet-button {
    background: #ffffff !important;
    color: #002F5F !important;
    border: 1px solid #dadada;
    min-width: 170px;
    width: auto;
  }
  .clear-mob {
    clear: both;
  }
  .product-facet-mob {
    border: 1px solid #dadada;
  }
  .plpModalBtm .btn {
    margin-top: 0px;
  }
  .btn.btn-xl {
    margin: 5px 0px !important;
  }
}
.disableImage a {
  pointer-events: none;
  cursor: default;
}
.disableSelect {
  background: #dadada;
}
@media (min-width: 768px) {
  .pc-coupon {
    visibility: hidden;
  }
}
@media (max-width: 768px) {
  .mobile-coupon {
    visibility: hidden;
  }
  .pc-coupon {
    z-index: 20;
  }
  .pc-coupon::before {
    padding-top: 0px !important;
  }
  .page-section-content .credit-vouchers-content .content-list .action-required.status {
    width: auto;
    padding-right: 10px;
  }
  .couponListDiv .con-list-item {
    position: relative;
  }
}
@media (max-width: 768px) {
  .halfButton .btn {
    max-width: 150px;
  }
}
.popover-content ul.nav__links li.account-popover__pv-display .chartInfo {
  top: 62% !important;
}
@media (max-width: 991px) {
  .popover-content ul.nav__links li.account-popover__pv-display .chartInfo {
    top: 67% !important;
    left: 16%;
    width: 67%;
  }
}
@media (max-width: 370px) {
  .popover-content ul.nav__links li.account-popover__pv-display .chartInfo {
    top: 55% !important;
  }
}
@media (max-width: 340px) {
  .popover-content ul.nav__links li.account-popover__pv-display .chartInfo {
    top: 45% !important;
  }
}
@media (min-width: 768px) {
  .button-center-sop-pdp {
    text-align: center;
  }
  .halfButton .button-center-sop-pdp .btn {
    width: 200px !important;
  }
}
@media (max-width: 991px) {
  .v-tel-wrap {
    margin-bottom: 20px !important;
  }
  .v-tel-wrap .col-sm-12 input.form-control {
    width: 22% !important;
  }
}
.btn-delete-product {
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 767px) {
  .order-history-container .orderhistory-list-table .responsive-table-item .responsive-table-cell {
    padding: 3px 5px;
    position: relative;
  }
  .order-history-container .orderhistory-list-table .responsive-table-item .responsive-table-cell:first-child {
    padding-left: 15px;
  }
  .order-history-container .orderhistory-list-table .responsive-table-item .responsive-table-cell .icon {
    width: 15px;
    position: absolute;
    left: 1px;
    top: 6px;
  }
}
@media (max-width: 767px) {
  html,
  body {
    position: relative;
    height: 100%;
  }
}
.amway-theme .pcSop table tbody td {
  vertical-align: middle;
}
.product-switch-btn {
  white-space: normal;
}
.inlineForm form {
  display: inline-block;
}
@media (max-width: 767px) {
  .inlineForm form {
    display: block;
  }
}
@media (min-width: 767px) {
  .tar-pc-lg {
    text-align: right;
  }
}
.orderhistory-list-table tbody:nth-child(odd) tr {
  background: #f4f4f4;
}
.product-list__item-link.two-btn button {
  width: 48%;
  float: left;
  margin-left: 0px;
}
.product-list__item-link.two-btn button.btn-share {
  float: right;
}
@media (min-width: 991px) {
  .product-list__item-link .js-sop-setting-modal-btn {
    width: 50%;
    float: right;
    margin-bottom: 0px;
  }
}
.pLeft10 {
  padding-left: 10px;
}
.business-center-container .mypage-block-list p {
  margin-bottom: 0;
  font-size: 14px;
}
.business-center-container .mypage-block-list ul {
  overflow: hidden;
}
.business-center-container .mypage-block-list li {
  float: left;
  width: 32%;
  margin-top: 14px;
}
.mypage-block-list li > div {
  border: 1px solid #dadada;
  border-radius: 3px;
}
.mypage-block-list li > div a {
  position: relative;
  display: block;
  margin: 5px 0 5px;
  padding: 0 20px 0 65px;
  color: #56565a;
  font-weight: 400;
  vertical-align: middle;
  min-height: 90px;
  height: auto;
}
.business-center-container .mypage-block-list li > div a:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 22px;
  width: 28px;
  height: 28px;
  background: url(../images/ico_mypage_main.png) no-repeat;
  background-size: 40px auto;
}
.business-center-container .mypage-block-list li > div strong {
  display: inline-block;
  margin-bottom: 3px;
  color: #032c5e;
  font-weight: 500;
}
.business-center-container .mypage-block-list li p > span {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  border-left: 1px solid #56565a;
}
.business-center-container .mypage-block-list li p > span:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.business-center-container .mypage-block-list.top-info {
  margin-top: 0;
  border: 1px solid #dadada;
  background: #f4f4f4;
  border-radius: 3px;
}
.business-center-container .mypage-block-list.top-info li > div {
  position: relative;
  border: 1px solid #f4f4f4;
}
.business-center-container .mypage-block-list.top-info li > div a {
  border: 0;
  border-radius: 0;
  margin: 10px 0 12px;
  padding: 0 20px 0 65px;
}
.business-center-container .mypage-block-list.top-info li > div a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -12px;
  width: 1px;
  height: 40px;
  background: #dadada;
}
.business-center-container .mypage-block-list.top-info li > div strong {
  font-size: 14px;
  line-height: 1.2;
  color: #0073a3;
}
.type-member .mypage-block-list.top-info li > div:after {
  background: transparent;
}
.business-center-container .mypage-block-list {
  margin: 16px -12px 0 -12px;
}
.business-center-container .mypage-block-list .yCmsContentSlot li {
  width: 33.33333%;
  padding: 0 12px 12px;
  margin-top: 0;
}
.business-center-container .mypage-block-list .yCmsContentSlot li > div a:before {
  background: url(../images/image002.png) no-repeat;
  background-size: 84px auto;
}
.business-center-container .mypage-block-list .yCmsContentSlot .bmo-icon-01 a:before {
  background-position: 0 0;
}
.business-center-container .mypage-block-list .yCmsContentSlot .bmo-icon-02 a:before {
  background-position: -28px 0;
}
.business-center-container .mypage-block-list .yCmsContentSlot .bmo-icon-03 a:before {
  background-position: -56px 0;
}
.business-center-container .mypage-block-list .yCmsContentSlot .bmo-icon-04 a:before {
  background-position: 0 -29px;
}
.business-center-container .mypage-block-list .yCmsContentSlot .bmo-icon-05 a:before {
  background-position: -28px -28px;
}
.business-center-container .mypage-block-list .yCmsContentSlot .bmo-icon-06 a:before {
  background-position: -56px -28px;
}
.business-center-container .mypage-block-list .yCmsContentSlot .bmo-icon-07 a:before {
  background-position: 0 -56px;
}
.business-center-container .mypage-block-list .yCmsContentSlot .bmo-icon-08 a:before {
  background-position: -28px -56px;
}
.business-center-container .mypage-block-list .yCmsContentSlot .bmo-icon-09 a:before {
  background-position: -56px -56px;
}
.business-center-container .mypage-block-list .yCmsContentSlot .bmo-icon-10 a:before {
  background-position: 0 -84px;
}
.business-center-container .mypage-block-list .yCmsContentSlot .bmo-icon-11 a:before {
  background-position: -28px -84px;
}
.business-center-container .mypage-block-list .yCmsContentSlot .bmo-icon-12 a:before {
  background-position: -56px -84px;
}
.business-center-container .mypage-block-list .yCmsContentSlot .bmo-icon-13 a:before {
  background-position: 0 -114px;
}
.business-center-container .mypage-block-list .yCmsContentSlot .bmo-icon-14 a:before {
  background-position: -28px -116px;
}
.business-center-container .mypage-block-list .yCmsContentSlot .bmo-icon-15 a:before {
  background-position: -56px -116px;
}
.business-center-container .mypage-block-list .yCmsContentSlot .bmo-icon-16 a:before {
  background-position: -28px -140px;
}
.business-center-container .mypage-block-list .yCmsContentSlot .bmo-icon-17 a:before {
  background-position: 0 -140px;
}
.business-center-container .mypage-block-list .yCmsContentSlot .bmo-icon-18 a:before {
  background-position: -56px -140px;
}
.business-center-container .mypage-block-list .yCmsContentSlot .bmo-icon-19 a:before {
  background-position: 0 -164px;
}
.business-center-container .mypage-block-list .yCmsContentSlot .bmo-icon-20 a:before {
  background-position: -28px -164px;
}
.business-center-container .mypage-block-list .yCmsContentSlot li > .bmo-icon-25 a:before {
  display: none;
}
.business-center-container .mypage-block-list .yCmsContentSlot li > .bmo-icon-26 a:before {
  display: none;
}
@media (max-width: 767px) {
  .bmo-icon-25 a .fa-people-group {
    font-size: 20px !important;
  }
}
.bmo-icon-25 a .fa-people-group {
  position: absolute;
  top: 8px;
  left: 22px;
  color: #0075a4;
  font-size: 22px;
}
@media (max-width: 767px) {
  .bmo-icon-26 a .fa-seedling {
    font-size: 20px !important;
  }
}
.bmo-icon-26 a .fa-seedling {
  position: absolute;
  top: 8px;
  left: 22px;
  color: #0075a4;
  font-size: 22px;
}
.group-management::before {
  position: absolute;
  width: 28px;
  height: 28px;
}
@media (max-width: 1250px) {
  /* ????? ?? */
  .mypage-block-list li > div a {
    height: 90px;
    padding: 0 15px 0 65px;
  }
  .mypage-block-list li > div a:before {
    margin-top: 0;
  }
  .mypage-block-list li p > span {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .mypage-block-list li p > span:first-child {
    margin-bottom: 6px;
  }
}
@media (max-width: 1080px) {
  /* ????? ?? */
  .mypage-block-list li > div a {
    height: 120px;
    padding: 0 15px 0 65px;
  }
}
@media (max-width: 768px) {
  .mypage-block-list li > div a {
    height: auto;
    padding: 0 10px 0 55px;
    margin: 10px 0 10px;
    min-height: 59px;
  }
  .mypage-block-list li > div a:before {
    top: 4px;
    left: 15px;
  }
}
@media (max-width: 768px) {
  /* --- ???? ??  --- */
  .business-main-wrapper .bm-thumb01 {
    margin: 0 -10px;
  }
  .business-main-wrapper .bm-thumb01 li {
    width: 100%;
    padding: 10px;
  }
  .business-center-container .mypage-block-list {
    margin: 18px -10px 0 -10px;
  }
  .business-center-container .mypage-block-list .yCmsContentSlot li {
    width: 100%;
    margin: 0;
    padding: 0 10px 10px;
  }
  .amway-theme .mypage-block-list p,
  .amway-theme .mypage-block-list p * {
    font-size: 14px;
  }
  .mypage-block-list ul {
    display: block;
  }
  .mypage-block-list li {
    float: none;
    width: auto;
    margin-top: 10px;
  }
  .mypage-block-list li:first-child {
    margin-top: 0;
  }
  .mypage-block-list li.nth-3n-1 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .mypage-block-list li.nth-3n,
  .panel-collapse .mypage-block-list li.nth-3n {
    margin-top: 10px;
  }
  .panel-collapse .mypage-block-list li:first-child.nth-3n {
    margin-top: 0;
  }
  .mypage-block-list li > div {
    min-height: 0;
    height: auto;
  }
  .mypage-block-list li > div p {
    margin-top: 0;
  }
  .always-show .mypage-block-list li:first-child {
    margin-top: 24px;
  }
  .always-show .mypage-block-list.top-info li {
    margin-top: 0;
  }
  .mypage-block-list.top-info li > div:after {
    display: none;
  }
  .mypage-block-list.top-info li > div a:after {
    background: none;
  }
  .mypage-block-list.top-info li > div {
    min-height: 0;
    height: auto;
    margin: 0 20px;
    border-top: 1px solid #dadada;
  }
  .mypage-block-list.top-info li:first-child > div {
    border-top: 0;
  }
  .type-member .mypage-block-list.top-info li > div {
    margin: 0 0;
  }
  .type-member .mypage-block-list.top-info li > div a {
    padding: 0 20px 0 55px;
  }
}
.mobilepvbvclass img {
  width: 27px;
}
.moblielosclass img {
  width: 30px;
}
.pvbvclass img {
  width: 34px;
}
.losclass img {
  width: 42px;
}
#add-to-cart-box2 ul li {
  padding: 15px 0px;
  border-bottom: 1px solid #ddd;
}
#add-to-cart-box2 ul li p {
  line-height: 22px !important;
}
#add-to-cart-box2 ul li .cart-popup__item-number {
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .pop-footer-btn .btn {
    width: auto;
  }
  .amway-theme .product-list-right-slot .product-list-right-component .product__list div.product__list--item .product-list__item-link .two-btn button#addToCartButton {
    margin: 0px 0px 0px 0px !important;
    width: 49.5% !important;
    float: left;
  }
  .amway-theme .product-list-right-slot .product-list-right-component .product__list div.product__list--item .product-list__item-link .two-btn form {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .amway-theme .product-list-right-slot .product-list-right-component .product__list div.product__list--item .product-list__item-link .two-btn form + button {
    float: right !important;
  }
}
.btn + .btn {
  margin-left: 5px;
}
.two-btn .addToLIST {
  width: 95% !important;
}
@media (max-width: 768px) {
  .qs-no-margin {
    margin-top: 0px;
  }
}
.back-link-right .back_link {
  width: 5%;
  margin-top: 20px;
  float: right;
}
@media (max-width: 768px) {
  .back-link-right .back_link {
    width: 15%;
    margin-top: -24px;
  }
}
@media (min-width: 768px) {
  .container,
  .main-container,
  .checkout-steps {
    width: 100% !important;
  }
}
#js-display-shipping-address #lastName,
#js-display-shipping-address #firstName {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .checkout-topbar-back {
    white-space: nowrap;
  }
  #js-display-shipping-address #lastName,
  #js-display-shipping-address #firstName {
    margin-bottom: 10px;
  }
}
#checkout-non-login-user .modal-body p {
  font-weight: normal;
}
.page-multiStepCheckoutSummaryPage header.main-header .amway-theme .mobile-container .mobile-wrapper .mobile-nav-row-btn-logo {
  width: 105px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .balloon-img-nav-link {
    top: 75px;
    right: 0px;
  }
}
div.product-list__item div.plp-item-label.second-tag span {
  font-size: 0.7em !important;
}
@media (min-width: 992px) {
  .gcc-col-md-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
#shopping-list-name-section .subTitleName {
  height: auto;
}
@media (max-width: 768px) {
  .v-m-pros .image-gallery {
    margin-bottom: 5px;
  }
  .product-details-upper-adjust {
    margin-top: 10px;
  }
  .pdp-info {
    margin-top: 0px;
  }
}
.phone-text {
  color: #55565a;
  text-decoration: none;
}
#checkout-page-vue .product-item-element .cartlist-mbright {
  max-width: 60%;
}
#checkout-page-vue .product-item-element .cartlist-mbright .cartlist-mbright {
  max-width: 100%;
}
.block-notification.block-notification-2 {
  padding-top: 15px;
}
.block-notification.block-notification-2 ul {
  margin-left: 0px;
}
.block-notification.block-notification-2 ul li {
  list-style: none;
  margin-left: 0px;
}
.block-notification .tel {
  text-decoration: none !important;
  font-weight: bold;
  color: #002f5f;
}
@media (min-width: 769px) {
  .account-renewal-table-clear .clear {
    clear: none !important;
  }
}
#name-display-section .subTitleName {
  height: auto;
}
.block-notification.block-notification-2 {
  padding-top: 15px;
}
.block-notification.block-notification-2 ul {
  margin-left: 0px;
}
.block-notification.block-notification-2 ul li {
  list-style: none;
  margin-left: 0px;
}
.block-notification .tel {
  text-decoration: none !important;
  font-weight: bold;
  color: #002f5f;
}
.sop-product-category-inner-text-confirm {
  padding-left: 0%;
  padding-bottom: 30px;
  font-size: 14px;
}
input#newShoppingListName {
  border-style: solid;
  border-width: thin;
}
#modal-popup-container .popup {
  background-color: rgba(0, 0, 0, 0);
}
.shopping-cart-item-list .sop-nomal-table-wrapper-confirm_v2 .col-md-1 {
  padding: 10px !important;
}
.shipping-delivery-ship.minHei {
  min-height: 300px;
}
@media (max-width: 767px) {
  .shipping-delivery-ship.minHei {
    min-height: 0px;
    padding-bottom: 0px;
  }
}
.policy-link a:link {
  color: #0075a4 !important;
}
.shopping-cart-item-list .product-list-item .list-item-info .product-stock.product-stock-new {
  margin-left: 0px;
}
.shopping-cart-item-list .product-list-item .list-item-info .product-stock.product-stock-new div {
  padding: 0px !important;
}
.clp-button-pos .shareIcons {
  position: relative;
  margin-top: -45px;
}
@media (max-width: 767px) {
  .clp-button-pos .shareIcons {
    margin-top: -40px;
  }
}
.cartheader .voucher-description,
.cartheader .auto-subtotal {
  display: none;
}
.cartheader .shopping-cart-total-wrapper .shopping-cart-total .order-block .cart-totals .js-cart-totals .wrapper-borders {
  padding: 0 0 !important;
  border-top: 0px solid #dadada !important;
  color: #56565a;
  line-height: 0 !important;
}
.cartheader .shopping-cart-total-wrapper .shopping-cart-total .order-block .cart-totals .cart-voucher {
  border-top: 0px solid #dadada !important;
  font-size: 16px;
  padding: 0 !important;
  margin-top: 0;
}
.cartheader .shopping-cart-total-wrapper .shopping-cart-total .order-block {
  border: 0px solid #dadada !important;
  margin: 0 !important;
}
.cartheader .shopping-cart-total-wrapper .shopping-cart-total .order-block .order-block-header {
  display: none;
}
.cartheader .check-out-topview-off {
  display: none  !important;
}
.cartheader .check-out-topview-on {
  display: block  !important;
}
.check-out-topview-off {
  display: block;
}
.check-out-topview-on {
  display: none;
}
.settingNotCompleted {
  line-height: 18px;
}
.settingNotCompleted p {
  padding-top: 7px;
  padding-bottom: 3px;
}
.btn.proceedToPayment,
.btn.checkoutButton,
.btn.shipping-delivery-summary-continue,
.btn.summarypage-submit-right {
  font-size: 1em !important;
}
#register-landing-page h1 {
  font-size: 1.8em;
}
#register-landing-page .list-type p strong {
  font-size: 19px;
}
@media (max-width: 767px) {
  #register-landing-page .registration-lp-content {
    padding-top: 23px;
    padding-bottom: 0px;
  }
  #register-landing-page .small-wrap .involved-way dd {
    margin-bottom: 20px !important;
    text-align: left;
  }
  #register-landing-page .small-wrap .involved-way dt {
    margin-bottom: 15px;
  }
  #register-landing-page .list-type p.u-fs-md {
    margin-bottom: 0px;
  }
  #register-landing-page .list-type p {
    margin-bottom: 15px;
  }
  .custom-modal1 .modal-footer .btn {
    width: auto;
  }
  .custom-modal2 .btn + .btn {
    margin-left: 0px;
  }
}
.gcc-bc-coreplus-box-content {
  position: inherit;
  text-align: right;
  margin-top: 20px;
}
#switch-los {
  margin-bottom: 10px;
}
.adjust-section p {
  margin-bottom: 5px;
}
.adjust-section label {
  margin-bottom: 0px;
  display: block;
}
.page-RegisteredUserPage .block-notification.block-notification-2 ul li,
.page-RegisteredUserPage .block-notification.block-notification-2 ul li label,
.page-RegisteredUserPage .block-notification.block-notification-2 p {
  color: #55565a;
  font-size: 14px;
}
@media (max-width: 767px) {
  .page-RegisteredUserPage #updateProfileForm .account-profile__label br {
    display: none;
  }
  .page-RegisteredUserPage #updateProfileForm .account-profile__label .account-profile__editor {
    display: inline-block;
    padding-top: 0px;
  }
  .page-RegisteredUserPage #updateProfileForm #collapse6 {
    position: relative;
  }
  .page-RegisteredUserPage #collapse6 .account-profile__editor input.form-control {
    width: 20% !important;
  }
  .page-RegisteredUserPage #collapse6 .account-profile__editor input.form-control + span + input.form-control {
    width: 30% !important;
  }
  .page-RegisteredUserPage .account-profile__editor input.testered {
    width: 100% !important;
  }
  .page-RegisteredUserPage #updateProfileForm #collapse6 .account-profile__editor .account-profile__editor {
    position: absolute;
    right: 0px;
    top: -27px;
    padding: 0px;
  }
  .page-RegisteredUserPage .viewAndEdit .small-sentence {
    font-size: 14px;
    padding-top: 10px;
  }
  .page-RegisteredUserPage .accountActions.account-profile__editor .btn {
    width: auto;
    min-width: 130px;
  }
}
.pop-header {
  height: auto;
  padding: 20px 40px;
}
.pop-box .pop-footer .btn-link,
.popup .pop-footer .btn-link {
  border: 2px solid #ffffff !important;
}
@media (max-width: 767px) {
  .pop-header {
    height: auto;
    padding: 20px;
  }
}
.adjust-page-font-size #shippingdiv,
.adjust-page-font-size .shipping-delivery-ship {
  font-size: 1em;
}
.adjust-page-font-size #shippingdiv p,
.adjust-page-font-size .shipping-delivery-ship p,
.adjust-page-font-size #shippingdiv label,
.adjust-page-font-size .shipping-delivery-ship label {
  font-size: 1em;
}
.search-results-highlight {
  font-weight: bold;
  background-color: rgba(250, 208, 0, 0.5);
  font-style: normal;
}
.tableCenterMob td {
  text-align: center;
}
.line-height16 {
  line-height: 16px;
}
.primaryTxt {
  margin-top: -85px;
}
.primaryHeaderTxt {
  margin-top: -13px;
  font-size: 21px;
  line-height: 1.3;
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .primaryTxt {
    margin-top: -50px;
  }
  .primaryTxt .btn {
    font-size: 1em;
  }
  .primaryHeaderTxt {
    margin-top: -70px;
  }
}
.blueC {
  color: #0075a4 !important;
}
a.qa-confirm-text-dec {
  text-decoration: underline;
}
.qaFormPd00 {
  padding-left: 20px;
}
body.page-ResignationNLPage .input6-20 {
  min-width: 90px;
}
.txt-sor,
.txt-sor2 {
  font-size: 14px;
}
.page-orderConfirmationPage .shipping-delivery-ship + .shipping-delivery-ship {
  border: none;
  height: auto;
  min-height: 250px;
}
.shopping-cart-item-list .product-list-item .product-item-element .value-wrapper {
  max-width: 75% !important;
}
.shopping-cart-item-list .product-list-item .product-item-element .value-wrapper.new-value-wrapper {
  max-width: 100% !important;
}
.shopping-cart-item-list .product-list-item .list-item-price {
  padding-right: 0px;
}
@media (min-width: 769px) {
  .list-item-price .Reduce-trp {
    position: relative;
  }
}
.orderhistory-list-table .shopping-cart-total-wrapper .shopping-cart-total .order-block .cart-totals .js-cart-totals .wrapper-borders .cart-totals-right {
  padding-left: 0px;
}
.product-list__item-title.employee_price {
  height: auto;
  padding-top: 7px;
  padding-bottom: 15px;
}
.product-list__item-title.employee_price span + span {
  padding-left: 5px;
}
.page-orderConfirmationPage .shopping-cart-item-list .product-list-item:first-child .col-xs-2 .new-value-wrapper {
  margin-top: -10px;
}
@media (min-width: 768px) {
  .blockImg {
    display: block !important;
  }
}
.view-bundle-contents .blockImg {
  display: inline-block !important;
}
.important-news-section {
  background-color: #f4f4f4;
  margin-top: 10px;
}
.important-news-section .container {
  padding: 0px;
  max-width: 100% !important;
}
.important-news-section .container .content {
  padding: 10px 10px 5px 10px;
  display: block;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.important-news-section strong {
  font-size: 12px;
  font-weight: bold;
  color: #ED174C;
  display: block;
  padding-bottom: 5px;
}
.important-news-section p {
  margin-bottom: 5px;
}
.important-news-section p,
.important-news-section a {
  font-size: 14px;
  color: #002F5F;
}
.important-news-section .fa-exclamation-circle {
  font-size: 16px;
  color: #002F5F;
}
.important-news-section .fa-chevron-right {
  font-size: 13px;
  color: #002F5F;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .important-news-section .container {
    padding: 0px 5px;
  }
}
.shopping-cart-item-list .product-list-item,
.shopping-cart-item-list li {
  overflow: hidden;
}
@media (min-width: 991px) {
  .aboPricediff {
    padding-left: 0px !important;
  }
}
.amwwaycardBanner {
  margin: 20px 0px;
}
.amwwaycardBanner a {
  display: block;
  text-align: center;
}
.amwwaycardBanner a img {
  max-width: 750px;
}
@media (max-width: 1024px) {
  .amwwaycardBanner {
    padding: 0px 15px;
  }
}
@media (max-width: 992px) {
  .amwwaycardBanner a img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .amwwaycardBanner a img {
    max-width: 100%;
  }
  .template-pages-addon--lynxregistrationaddon-pages-account-accountRegisterPage .checkout-button-container .btn {
    margin-left: 0px !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 768px) {
  .checkout-steps li.checkout-step.col-xs-4 .checkout-steps-text.checkout-steps-order,
  .checkout-steps li.col-md-4 .checkout-steps-text {
    padding-left: 30px;
  }
  .checkout-steps li.col-md-4:first-child .checkout-steps-text {
    padding-left: 10px;
  }
  .template-pages-addon--lynxregistrationaddon-pages-account-accountRegisterPage .checkout-steps .checkout-steps-text {
    width: 100%;
    padding-left: 35px;
    line-height: 18px;
    font-size: 14px;
  }
}
.histStatus-created,
.histStatus-confirmed {
  color: #002F5F;
}
.histStatus-completed {
  color: #20883E;
}
.histStatus-cancelled {
  color: #ED174C;
}
@media (min-width: 991px) {
  .template-pages-MultiStepCheckoutSummaryPageTemplate #js-display-shipping-address {
    min-height: 300px;
  }
}
@media (min-width: 991px) {
  .template-pages-MultiStepCheckoutSummaryPageTemplate .check-out-second-step-container-inner .shipping-delivery-ship {
    min-height: 500px;
  }
  .template-pages-MultiStepCheckoutSummaryPageTemplate .check-out-second-step-container-inner .shipping-delivery-ship .shipping-delivery-ship {
    min-height: 50px;
  }
}
#backorder-product {
  padding-right: 0px !important;
}
#backorder-product .modal-footer .btn {
  min-width: 140px;
}
@media (max-width: 768px) {
  .product-list__item-link button {
    margin-bottom: 5px;
  }
  #withSharedProductCart .modal-footer .btn,
  #withoutSharedProductCart .modal-footer .btn {
    width: auto;
  }
  #referral-diff-abo .btn + .btn {
    margin-left: 0px;
  }
}
.shipping-delivery .shipping-delivery-ship .order-preview-box .order-preview-value .hasDate-contents,
.shipping-delivery .shipping-delivery-ship .order-preview-box .order-preview-value {
  margin-bottom: 15px !important;
}
.shipping-delivery .shipping-delivery-ship .order-preview-box .order-preview-value .shipping-delivery-address-detail {
  margin-bottom: 15px !important;
}
.my-count-page-wrap .list-content .list-row-title div {
  min-height: 34px;
}
#return-history .order-history-container .order-history-search-wrapper .form-wrapper {
  padding: 10px 0px;
}
#return-history .order-history-container .order-history-search-wrapper .form-wrapper #filterForm select {
  margin-right: 20px;
}
#return-history .order-history-container .order-history-search-wrapper .form-wrapper #filterForm select.form-control {
  width: 70% !important;
}
#return-history .list-content .list-row-title {
  margin-top: 20px;
}
@media (max-width: 768px) {
  #return-history .list-content .list-row-title {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .account-orderhistory .list-content .content-list {
    padding: 10px 12px;
  }
}
@media (max-width: 767px) {
  .product-list__item-link .shareIcons {
    top: 0px;
  }
  .product-list__item-link button {
    margin-bottom: 0px;
  }
}
.registration-tell-area-dtp img:nth-child(1),
.registration-tell-area-dtp img:nth-child(2) {
  width: 50%;
}
#referral-diff-abo {
  z-index: 99999;
}
.pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .shareIcons + .redBtn {
  float: right !important;
}
.pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .redBtn {
  width: 48%;
  margin-right: 0px !important;
  text-align: center;
}
.pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .redBtn {
  padding-top: 7px !important;
  height: 41px !important;
  font-size: 15px;
}
.pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .shareIcons + .redBtn {
  margin-left: 4% !important;
}
@media (max-width: 1100px) {
  .pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .blueBorBtn {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .amway-theme .product-list-right-slot .product-list-right-component .product__list div.product__list--item .product-list__item-link .btn {
    min-height: 38px !important;
    line-height: 33px !important;
    height: 38px !important;
  }
  .pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .blueBorBtn {
    width: 48%;
    float: none;
  }
}
@media (max-width: 1280px) and (min-width: 991px) {
  .pdp-info .product-main-info .page-details-add-to-cart-component .addtocart-component .actions-wrapper .actions .shareIcons + .redBtn {
    margin-left: 2% !important;
    width: 47.6%;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  .product-list__item-link .shareIcons {
    margin-top: 0px !important;
  }
}
#amwayLiveRegistrationInformation .checkout-steps .checkout-steps-active .checkout-steps-text {
  left: 50%!important;
}
p.lightBluePara,
p.lightBluePara a {
  color: #0075a4;
}
.page-cartPage .shopping-cart-item-list .product-list-item .btn-link {
  border: none !important;
}
.Reduce-trp {
  height: auto;
}
.custom-proxy {
  /*	.btn {
		min-width: 130px;
	}
	.custom-checkbox label.custom-control-label {
		color: #002F5F;
    	font-weight: normal;
	}
	.shipping-delivery-ship {
		margin-bottom: 0;
	}
	.check-out-first-area .form-group {
	    margin-bottom: 15px;
	    color: #002F5F;
	}	
	.check-out-first-area .form-group {
	    margin-bottom: 0;
	    color: #002F5F;
	}
	
	.check-out-first-area .form-group:first-child label {
	    color: #002F5F;
	    position: relative;
	    top: 10px;
	    padding-right: 16px;
	    font-size: 14px;
	}*/
  /*	.modal-title {
	    color: #fff;
	    font-weight: normal;
	}*/
}
.custom-proxy .modal-header .close {
  position: absolute;
  z-index: 9;
  top: 8px;
  right: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  border: none;
}
.custom-proxy .mb-3 {
  margin-bottom: 10px !important;
}
.custom-proxy .mb-4 {
  margin-bottom: 15px !important;
}
.custom-proxy .modal-body p {
  font-weight: normal;
  font-size: 16px;
}
@media (max-width: 767px) {
  .custom-proxy {
    /*   .check-out-first-area .form-group:first-child label {
			display: block;
			margin-bottom: 15px;
		}*/
  }
  .custom-proxy .shipping-delivery-ship .form-inline input {
    margin-bottom: 15px;
  }
}
.footer-home-top-link {
  bottom: 90px !important;
}
@media (max-width: 769px) {
  .footer-home-top-link {
    bottom: 90px !important;
  }
}
iframe#ada-button-frame {
  right: -10px !important;
  bottom: -9px !important;
  margin-right: 1px;
  margin-bottom: 5px;
}
.cart-icon {
  padding: 0 5px;
}
.cart-icon img {
  width: 28px !important;
  height: 24px !important;
  position: relative;
  top: 2px;
}
.overlay-menu-container .nav-tabs .nav-item.nav-item-sub > .img-with-link.icon-with-link .cart-icon {
  padding-right: 12px;
  width: 45px;
  display: inline-block;
  text-align: center;
  height: 24.593px;
}
.overlay-menu-container .nav-tabs .nav-item.nav-item-sub > .img-with-link.icon-with-link .cart-icon i {
  font-size: 1.375rem;
  color: #0db3a9;
}
.cart-icon.cart-icon-font {
  min-width: 45px;
  padding-right: 10px;
  text-align: center;
  height: 24.093px;
}
.cart-icon.cart-icon-font i {
  font-size: 1.375rem !important;
  color: #0db3a9;
  margin: 0;
}
header.main-header .amway-theme .amw-navigation-menu .navigation-menu-container .desktop-nav-menu .top-menu .top-menu-links .overlay-menu-container .nav-tabs .nav-item.nav-item-sub > .img-with-link a:hover {
  background: none;
  color: #0db3a9 !important;
}
header.main-header .amway-theme .amw-navigation-menu .navigation-menu-container .desktop-nav-menu .top-menu .top-menu-links .overlay-menu-container .nav-tabs .nav-item.nav-item-sub > .img-with-link a:hover span {
  color: #0db3a9 !important;
}
