: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: #2C2C2C;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
}

.amway-theme a:hover {
  color: #38539A;
  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 {
    -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 1rem;
    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: #707070;
  border-color: #707070;
  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;
}

.amw-button--secondary[disabled],
.amw-button--secondary:disabled {
    background-color: #919191;
    color: #ffffff;
    cursor: default;
    pointer-events: none;
}

/*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 input[type="checkbox"]:focus,
.amway-theme select:focus {
  border: 2px solid #38539A;
}

.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 {
    border-color: #707070;
    color: #707070;
}

.amway-theme textarea {
    height: 108px;
    resize: none;
    
    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;
}

.amway-theme input[type=checkbox]:disabled  {
    border-color: #707070;
	cursor: default;
	pointer-events: none;
}

.amway-theme input[type=checkbox]:disabled:checked  {
    background-color: #707070;
}
/*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,
.amway-theme a.amw-link-underline:focus {
    color: #38539A;
}
/*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-width: 6px;
}

.amway-theme input[type='radio']:disabled {
    border-color: #707070;
}

.amw-radio-button label {
    margin-left: 5px;
    vertical-align: top;
}

.amw-radio-button input[type=radio]:disabled + label {
    color: #707070;
}

.amw-radio-button input[type=radio]:checked + label {
    font-weight: bold;
}
/*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: .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,.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";
    color: #38539A;
}

.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:.5rem;
}

.bs-popover-top.show{
	margin:0;
	padding:0;
	margin-bottom:.5rem;
}

.bs-popover-left.show{
	margin:0;
	padding:0;
	margin-right:.5rem;
}

.bs-popover-bottom.show{
	margin:0;
	padding:0;
	margin-top:.5rem;
}

.popover {
    border: 0;
    z-index: 100000000;
}

/*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*/

/*messages*/
.amw-message--error {
    background-color: #FDF4F4;
    color: #D91734;
    border-radius: 10px;
    padding: 12px;
    line-height: normal;
}

.amw-message--warning {
    background-color: #FFF9F0;
    color: #A36A00;
    border-radius: 10px;
    padding: 12px;
    line-height: normal;
    min-height: 32px;
    display: inline-block;
}

.amw-message--action {
    background-color: #F1F2FF;
    color: #38539A;
    border-color: #94A3CD;
    border-radius: 10px;
    padding: 12px;
    line-height: normal;
}


.amw-message--success {
    background-color: #F0FAE5;
    color: #107F47;
    border-radius: 10px;
    padding: 12px;
    line-height: normal;
}

span.amw-message--success,
span.amw-message--error,
span.amw-message--warning,
span.amw-message--action {
    display: inline-block;
}

.amw-message--bordered {
    border-style: solid;
    border-width: 1px;
    border-color: inherit;
}

.amw-message__container {
    display: flex;
    column-gap: 5px;
}

.amw-message__close-section {
    margin-left: auto;
}

.amw-message__close-button {
    border: none;
    background: none;
    color: inherit;
}

.amw-message__title {
    display: block;
    font-weight: bold;
}

.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;
}
