:root {
  --black: #2c2c2c;
  --white: #fafafa;
  --dark-purple: #38539a;
  --light-purple: #f1f2ff;
  --dark-red: #7f3e3e;
  --light-red: #ffe2e2;
  --dark-orange: #a65523;
  --light-orange: #fff1e8;
  --dark-yellow: #62625a;
  --light-yellow: #f8f8e7;
  --dark-green: #546223;
  --light-green: #f0fae5;
  --dark-blue: #396e75;
  --light-blue: #e5fdff;
}

.amway-theme *,
.amway-theme *::before,
.amway-theme *::after {
  box-sizing: border-box;
}

.amway-theme {
  font-family: 'gt-walsheim-regular', 'Segoe UI', Roboto, 'Helvetica Neue',
    Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

/*start:links*/
.amway-theme a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.amway-theme a:hover {
  color: #555555;
  text-decoration: underline;
  text-underline-position: under;
}

.amway-theme a:focus {
  text-underline-position: under;
}
.amway-theme a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.amway-theme a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
/*End:links*/

.amway-theme h1 {
  color: #2c2c2c;
  background-color: #ffffff;
  font-family: 'gt-walsheim-bold';
  font-size: 49px;
  line-height: 1.2;
}

.amway-theme h2 {
  color: #2c2c2c;
  background-color: #ffffff;
  font-family: 'gt-walsheim-bold';
  font-size: 42px;
  line-height: 1.2;
}

.amway-theme h3 {
  color: #2c2c2c;
  background-color: #ffffff;
  font-family: 'gt-walsheim-bold';
  font-size: 32px;
  line-height: 1.2;
}

.amway-theme h4 {
  color: #2c2c2c;
  background-color: #ffffff;
  font-family: 'gt-walsheim-bold';
  font-size: 24px;
  line-height: 1.2;
}

.amway-theme h5 {
  color: #2c2c2c;
  background-color: #ffffff;
  font-family: 'gt-walsheim-bold';
  font-size: 21px;
  line-height: 1.2;
}

/*MEXHMU6 | DL-1283 Terms & Conditions Create Account | Jan 05, 2020*/
.amway-theme h6 {
  color: #2c2c2c;
  background-color: #ffffff;
  font-family: 'gt-walsheim-medium';
  font-size: 16px;
  line-height: 1.2;
}

/*Start:Buttons*/
.amw-button {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  background: none;
  border: 0;
  border-radius: 25px;
  box-sizing: border-box;
  color: #2c2c2c;
  display: inline-block;
  font: inherit;
  font-family: 'gt-walsheim-medium', 'Source Sans Pro MC';
  font-size: 0.875rem;
  font-weight: 600;
  height: auto;
  line-height: 0.875rem;
  overflow: visible;
  padding: 0.625rem 2rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  outline: none !important;
}

.amw-button--small {
  font-size: 0.75rem;
  line-height: 0.75rem;
  padding: 0.625rem 2rem;
}

.amw-button--primary {
  background-color: #2c2c2c;
  border: 2px solid #2c2c2c;
  color: #ffffff;
}

.amw-button--primary:hover,
.amw-button--primary:focus {
  background-color: #666666;
  border: 2px solid #666666;
  color: #ffffff;
  cursor: pointer;
}

.amw-button--primary[disabled],
.amw-button--primary:disabled {
  background-color: #919191;
  cursor: default;
  pointer-events: none;
}

.amw-button--secondary {
  background-color: #ffffff;
  border: 2px solid #2c2c2c;
  color: #2c2c2c;
  /*padding: 0.625rem 2rem;*/
}

.amw-button--secondary:hover,
.amw-button--secondary:focus {
  background-color: #666666;
  border: 2px solid #666666;
  color: #ffffff;
  cursor: pointer;
}

/*End:Buttons*/

.amway-theme input[type='text'],
.amway-theme input[type='number'],
.amway-theme input[type='email'],
.amway-theme textarea,
.amway-theme select {
  color: inherit;
  display: inline-block;
  text-decoration: none;
  white-space: pre;
}

.amway-theme input[type='text']::-webkit-outer-spin-button,
.amway-theme input[type='number']::-webkit-outer-spin-button,
.amway-theme input[type='email']::-webkit-outer-spin-button,
.amway-theme textarea::-webkit-outer-spin-button,
.amway-theme select::-webkit-outer-spin-button,
.amway-theme input[type='text']::-webkit-inner-spin-button,
.amway-theme input[type='number']::-webkit-inner-spin-button,
.amway-theme input[type='email']::-webkit-inner-spin-button,
.amway-theme textarea::-webkit-inner-spin-button,
.amway-theme select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.amway-theme input[type='text'],
.amway-theme input[type='number'],
.amway-theme input[type='email'],
.amway-theme input[type='password'],
.amway-theme textarea,
.amway-theme select {
  color: #2c2c2c;
  background-color: #ffffff;
  font-family: 'gt-walsheim-medium', 'Source Sans Pro MC';
  font-weight: 400;
  height: 40px;
  font-size: 14px;
  border: 2px solid #2c2c2c;
  padding: 0 15px;
  outline: none;
  box-shadow: none;
  border-radius: 10px;
}

.amway-theme input::placeholder,
.amway-theme textarea::placeholder {
  opacity: 0.7;
  color: #2c2c2c;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #6c757d !important;
}

.amway-theme input[type='text']:focus,
.amway-theme input[type='number']:focus,
.amway-theme input[type='email']:focus,
.amway-theme input[type='password']:focus,
.amway-theme textarea:focus,
.amway-theme select:focus {
  border: 2px solid #2c2c2c;
}

.amway-theme input[type='text']:disabled,
.amway-theme input[type='number']:disabled,
.amway-theme input[type='email']:disabled,
.amway-theme input[type='password']:disabled,
.amway-theme textarea:disabled,
.amway-theme select:disabled {
  background: #f4f4f4;
  color: #919191;
}

.amway-theme textarea {
  height: 108px;
  resize: none;
  padding: 11px 15px;
  white-space: pre-wrap;
}

/*Start: Select with custom arrow*/
.amway-select {
  position: relative;
}

.amway-select:after {
  font-family: 'AmwayIcons';
  content: '\eab9';
  right: 15px;
  padding: 9px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}

/* IE11 hide native button */
.amway-theme .amway-select select::-ms-expand {
  display: none;
}

.amway-theme .amway-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  float: right;
  line-height: 1.75;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
  cursor: pointer;
  padding: 0 15px;
}

/*Fix Mozilla*/
.amway-theme option {
  font: -moz-pull-down-menu;
}
/*End: Select*/

/*Start:Checkbox*/
.amway-theme input[type='checkbox'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 2px solid #2c2c2c;
  border-radius: 2px;
  color: #2c2c2c;
  background: #ffffff;
  padding: 3px;
  font-size: 16px;
  font-family: 'gt-walsheim-medium';
}

.amway-theme input[type='checkbox']:before {
  font-family: 'AmwayIcons';
  content: '\EBE5';
  font-size: 13px;
  font-weight: bold;
  color: transparent !important;
  display: block;
  line-height: normal;
  margin-top: -1px;
  margin-left: -1px;
}

.amway-theme input[type='checkbox']:focus,
.amway-theme input[type='checkbox']:active {
  outline: none;
}

.amway-theme input[type='checkbox']:checked {
  background-color: #2c2c2c;
}

.amway-theme input[type='checkbox']:checked:before {
  color: #fff !important;
}
/*End:Checkbox*/

/*Overwrite bootstrap's custom-checkbox style*/
.amway-theme .custom-checkbox .custom-control-label::before {
  border: 2px solid #2c2c2c;
}

.amway-theme
  .custom-checkbox
  .custom-control-input.field-error
  ~ .custom-control-label::before {
  border-color: #d91734;
}

.amway-theme
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: white;
  border-color: #2c2c2c;
}

.amway-theme
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232c2c2c' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.amway-theme .input-label {
  color: #2c2c2c;
  font-family: 'gt-walsheim-medium', 'Source Sans Pro MC';
  font-size: 14px;
}

/*Start:table*/
.amway-theme table {
  border-collapse: collapse;
}

.amway-theme .grid tbody tr:nth-child(even) td {
  background: #fff;
}
.amway-theme .grid tbody tr:nth-child(odd) td {
  background: #f4f4f4;
}
.amway-theme .grid thead tr {
  font-family: gt-walsheim-bold;
  font-size: 16px;
  color: #2c2c2c;
}

.amway-theme table.grid thead th {
  vertical-align: middle;
  line-height: normal;
  border-bottom: 1px solid #2c2c2c;
}
.amway-theme table.grid th,
.amway-theme table.grid td {
  border: none;
}
/*End:table*/

.amway-theme .invalid-feedback {
  font-family: 'gt-walsheim-medium';
  font-size: 14px;
  color: #d91734;
}

.amway-theme input.field-error,
.amway-theme textarea.field-error,
.amway-theme select.field-error {
  font-family: 'gt-walsheim-medium';
  font-size: 14px;
  color: #2c2c2c;
  border: 2px solid #d91734;
}

/*Start:links Amway*/
a.amw-link {
  background: transparent;
  color: #2c2c2c;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 1rem;
}

.amw-link:not([href]) {
  color: #2c2c2c;
}

.amw-link:not([href]):hover,
.amw-link:not([href]):focus {
  color: #555555;
  cursor: pointer;
}

.amw-link:hover,
.amw-link:focus {
  color: #555555;
  cursor: pointer;
}

a.amw-link--small {
  font-size: 0.875rem;
}
.amw-link__text--small {
  font-size: 0.875rem;
}

.amw-link--with-chevron .amw-link__icon {
  color: inherit;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 1.125rem;
}

.icon-chevron-right:before {
  content: '\eabb';
}

.amway-theme a.amw-link:hover {
  text-decoration: none;
}
.amw-link:hover .amw-link__text,
.amw-link:focus .amw-link__text {
  text-decoration: underline;
}
/*End:links Amway*/

/*Start:Link button*/
.amw-button--link-btn {
  color: #2c2c2c;
  font-size: 1rem;
}

.amw-button--link-btn:not([href]):hover,
.amw-button--link-btn:not([href]):focus {
  color: #555555;
  cursor: pointer;
}

.amw-button--link-btn:hover,
.amw-button--link-btn:focus {
  color: #555555;
  text-decoration: none;
}

.amw-button--link-btn:hover .amw-button__inner,
.amw-button--link-btn:focus .amw-button__inner {
  text-decoration: underline;
  text-underline-position: under;
}
/*End:Link button*/

/*Start: link with underline*/
.amway-theme a.amw-link-underline {
  font-family: 'gt-walsheim-bold';
  font-size: 1rem;
  color: #2c2c2c;
  text-decoration: underline;
  text-underline-position: under;
}

.amway-theme a.amw-link-underline:hover {
  color: #707070;
}
/*End: link with underline*/

/*Start: radio button*/
.amway-theme input[type='radio'] {
  -webkit-appearance: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  outline: none;
  border: 2px solid #2c2c2c;
}

.amway-theme input[type='radio']:checked {
  border: 6px solid #2c2c2c;
}
/*End: radio button*/

/*Start:modal*/
.amway-theme .modal-close {
  text-align: right;
  padding: 0px;
  pointer-events: auto;
}

.amway-theme .modal .modal-dialog .modal-close {
  pointer-events: none;
}

.amway-theme .modal-close button {
  border: none;
  font-size: 18px;
  height: 32px;
  width: 32px;
  color: white;
  background-color: #2c2c2c;
  cursor: pointer;
}

.amway-theme .modal-close button::before {
  content: '\00D7';
}

.amway-theme .modal-content {
  padding: 32px;
  border: 0px;
}

.amway-theme .modal-close + .modal-content {
  padding-top: 12px;
}

.amway-theme .modal-header {
  padding: 0px 0px 20px 0px;
}

.amway-theme .modal-body {
  padding: 0px;
}

.amway-theme .modal-footer {
  padding: 22px 0px 0px 0px;
  display: flex;
  justify-content: center;
}

.amway-theme .modal-footer > * {
  margin: 0.25rem;
}

.amway-theme .modal-header,
.amway-theme .modal-footer {
  border: 0px;
}

.amway-theme .modal-content {
  border-radius: 0px;
}

.amway-theme .modal-dialog {
  background-color: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  max-width: 500px;
}

.amway-theme .modal-dialog .amw-button {
  height: 48px;
  font-family: 'gt-walsheim-bold';
  font-size: 16px;
}

.modal-backdrop {
  background-color: #e4e4e4;
  opacity: 0.7;
}

/*Fix issue with current site CSS*/
.amway-theme .modal,
.modal-backdrop {
  margin: 0px !important;
  padding: 0px !important;
}
/*End fix*/

/*Fix issue with control telerik radmenu */
.modal {
  z-index: 7050;
}

.modal-backdrop.show {
  z-index: 7040;
}
/*End fix*/
/*End:modal*/

/*Tooltip popover*/
.icon-info-outline:before {
  content: '\ef84';
}

.amway-theme a.tooltip-popover {
  color: initial;
  text-decoration: none;
  font-size: 13px;
  margin-left: 12px;
}

.popover-header {
  display: none;
}

.bs-popover-right .arrow:after {
  border-right-color: #2c2c2c;
}

.bs-popover-top .arrow:after {
  border-top-color: #2c2c2c;
}

.bs-popover-left .arrow:after {
  border-left-color: #2c2c2c;
}

.bs-popover-bottom .arrow:after {
  border-bottom-color: #2c2c2c;
}
.popover-body {
  font-family: 'gt-walsheim-regular';
  font-size: 14px;
  color: #fff;
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}

.bs-popover-right.show {
  margin: 0;
  padding: 0;
  margin-left: 0.5rem;
}

.bs-popover-top.show {
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem;
}

.bs-popover-left.show {
  margin: 0;
  padding: 0;
  margin-right: 0.5rem;
}

.bs-popover-bottom.show {
  margin: 0;
  padding: 0;
  margin-top: 0.5rem;
}

.popover {
  border: 0;
}

/*End:Tooltip popover*/

/*MEXHMU6 | DL-1502 Add to Mi Tienda Digital Favorites Section | Nov 25, 2020*/
/*Start: Product Card*/
.amway-theme .cardContent {
  align-items: center;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center;
}

@media (min-width: 200px) and (max-width: 1199px) {
  .amway-theme .cardContent {
    flex-direction: column;
  }

  .amway-theme .cardDetails {
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 4px #c8c8c8;
    float: left;
    height: 280px;
    margin: 0px 0px 48px 0px;
    padding: 16px 12px 8px 12px;
    text-align: center;
    width: 272px;
  }

  .amway-theme .cardImage {
    height: 145px;
    width: 248px;
    margin-bottom: 12px;
  }

  .amway-theme .cardImage img {
    height: 145px;
    width: 140px;
  }

  .amway-theme .cardPrice {
    color: #2c2c2c;
    font-family: 'gt-walsheim-bold';
    font-size: 16px;
    height: 20px;
    margin-bottom: 4px;
    width: 248px;
  }
  .amway-theme .cardPrice a {
    color: #2c2c2c;
    font-family: 'gt-walsheim-bold';
    font-size: 16px;
    text-decoration: none;
  }

  .amway-theme .cardProductTitle {
    height: 50px;
    min-height: 50px;
    margin-bottom: 5px;
    overflow: hidden;
    width: 248px;
  }
  .amway-theme .cardProductTitle a {
    text-decoration: none;
  }

  .amway-theme .cardSku {
    color: #62625a;
    font-family: 'gt-walsheim-medium', 'Source Sans Pro MC';
    font-size: 13px;
  }
  .amway-theme .cardSku a {
    color: #62625a;
    font-family: 'gt-walsheim-medium', 'Source Sans Pro MC';
    font-size: 13px;
    text-decoration: none;
  }
}

@media (min-width: 1200px) {
  .amway-theme .cardContent {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
/*End: Product Card*/

.amw-message--action {
  background-color: #f1f2ff;
  color: #38539a;
  border-color: #94a3cd;
  border-radius: 10px;
  padding: 12px;
  line-height: normal;
  min-height: 32px;
  display: inline-block;
}

/*messages*/
.amw-message--error {
  background-color: #fdf4f4;
  color: #d91734;
  border-radius: 10px;
  padding: 12px;
  line-height: normal;
  min-height: 32px;
  display: inline-block;
}

.wrapper-loading {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  background-image: url(../img/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 10001;
  background-size: 60px;
}

/*spinner loader*/
.amw-loader--main {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10001;
}

.amw-loader {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.amw-loader .amw-loader-backdrop {
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
}

.amw-loader .amw-loader-icon {
  animation: amw-load 1.1s infinite linear;
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.1);
  border-left: 1.1em solid #2c2c2c;
  border-radius: 50%;
  border-right: 1.1em solid rgba(0, 0, 0, 0.1);
  border-top: 1.1em solid rgba(0, 0, 0, 0.1);
  font-size: 0.3rem;
  height: 11.13em;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  width: 11.13em;
}

.amw-loader-section {
  display: none;
}

@keyframes amw-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes amw-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}
/*spinner loader*/

@font-face {
  font-family: 'AmwayIcons';
  src: url('../fonts/AmwayIcons.woff?version=1.0');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^='icon-'],
[class*=' icon-'] {
  font-family: 'AmwayIcons' !important;
}
