/**
    Social icons and tooltips
*/
.aw-social-icon {
    height: 40px;
    width: 40px;
    cursor:pointer;
    color: white;
    background: #2C2C2C;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    margin-top: 4px;
    font-size: 18px;
}

.aw-social-icon a, .aw-social-icon a:hover{
    color: inherit;
    text-decoration: none;
}

.aw-contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.tooltip-inner {
    background-color: #2C2C2C !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #2C2C2C !important;
}

/**
    Navbar
*/
header.nav {
    height: 50px;
    position: relative;
    font-family: "gt-walsheim-medium";
}

@media only screen and (min-width: 768px) {
    header.nav {
        height: 70px;
    }
}

.mobile-nav-wrap {
    width: 100vw;
    z-index: 1001;
    background: #FFF;
}

.navbar-content-title {
  color:#2C2C2C;
	background-color: #FFFFFF;
	font-family: "gt-walsheim-bold";
	font-size: 21px;
  line-height: 1.2;
  margin-left: 16px;
}

.mobile-navbar {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.nav-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-navbar img {
    max-height: 100%;
}

.mobile-header-nav {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.mobile-header-nav li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0;
}


.mobile-header-nav li a {
  color: #2C2C2C;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.mobile-header-nav li a:hover {
    text-decoration: underline;
}


.mobile-header-nav li img {
    height: 40px;
    width: 40px;
    margin: 0 12px;
}

.hamburger-menu {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-right: 12px;
}
.hamburger-menu:hover {
  cursor: pointer;
}
.hamburger-menu .menu-item {
  background: #2C2C2C;
  display: block;
  height: 2px;
  margin: 0 0 8px;
  transition: all 0.3s ease-in-out;
  width: 30px;
}
.hamburger-menu.open .menu-item {
  margin: 0 0 5px;
}
.hamburger-menu.open .menu-item:first-child {
  transform: rotate(45deg);
  transform-origin: 6px;
}
.hamburger-menu.open .menu-item:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.open .menu-item:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 4px;
}


@media (min-width: 576px) {
    .aw-social-icon {
        margin-right: 8px;
    }
}

/**
    coverPage
*/

.banner {
    background-size: cover;
}

    .banner > div {
        background-image: linear-gradient(to bottom, transparent, rgb(255, 255, 255, 0), rgb(255, 255, 255, 0.45));
    }

    .banner > div > img {        
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

@media only screen and (min-width: 768px) {
    .banner > div > img {
        width: 200px;
        height: 200px;
    }
}


/**
    Titles
*/

@media only screen and (max-width: 767px) {
    h2 > span {
        font-size: 32px;
    }
}

/**
ModalDisclaimer
*/
.modal-backdrop {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    bottom:0;
    width: auto !important;
    z-index: 1002;
}

.amway-theme .modal-dialog {
    position: fixed;
    z-index: 1003;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.modal-content {
    border: 0;
}

.modal-footer {
    justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
    .amway-theme .modal-dialog {
        font-size: 14px;
    }

    .amway-theme .modal-dialog h4 {
        font-size: 21px;
    }

    .modal-footer button {
        width: 100%;
    }

    div.Mensaje_contenido {
        width: 90% !important;
        top: 40% !important;
    }
}



@media only screen and (min-width: 1200px) {
    .amway-theme .modal-dialog {
        max-width: 33%;
    }
}

/**
    Feedback widget    
*/

._hj-f5b2a1eb-9b07_widget, div[data-state*="minimized"] {
    z-index: 900 !important;
}

.resp-stepper-container {
    margin-top: 5px!important;
    margin-bottom: 10px!important;
}

.resp-stepper input[type="number"] {
    border: 0px !important;
    font-size: 16px !important;
    height: auto !important;
}

    .resp-stepper input[type="number"]:focus {
        border: none;
    }

.resp-stepper button {
    cursor: default !important;
}

#thePage .topFavoritesCard {
    height: auto !important;
}

.amway-theme .cardDetails {
    height: auto !important;
}

.amway-theme .topFavoritesAddToCart {
    margin-bottom: 10px;
}

div.resp-full-loading {
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(249 245 245 / 86%);
    opacity: 1;
}

.resp-loading-container {
    position: relative;
    top: calc(50% - 100px);
    left: calc(50% - 40px);
}

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-hourglass:after {
        content: " ";
        display: block;
        border-radius: 50%;
        width: 0;
        height: 0;
        margin: 8px;
        box-sizing: border-box;
        border: 32px solid #2c2c2c;
        border-color: #2c2c2c transparent #2c2c2c transparent;
        animation: lds-hourglass 1.2s infinite;
    }

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

.resp-full-loading-text {
    top: 50%;
    left: auto;
    color: #2c2c2c;
    font-weight: bold;
}
div.MensajeAll1 {
    position: fixed;
    background-color: rgba(200, 200, 200, 0.75);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 !important;
    background-image: none !important;
    height: auto !important;
    width: auto !important;
}

div.Mensaje_contenido {
    width: 25%;
    top: 25%;
    position: relative;
    margin: 10% auto;
    padding: 2rem;
    background: #fff;
    color: #444;
    display: flex;
    flex-flow: row wrap;
    font-family: 'gt-walsheim-medium', 'Source Sans Pro MC';
    float: none !important;
}

div.Mensaje_contenido > div.Mensaje_contenidoImag {
    height: 10px;
    width: 30px;
}

div.Mensaje_contenido > div.Mensaje_contenidoText {
    padding-left: 5%;
    width: 80%;
    font-weight: unset;
    font-size: 16px !important;
}

div.Mensaje_contenido > div.Mensaje_contenidoDesc {
    padding-left: 14%;
    width: 90%;
    font-size: 16px !important;
    font-family: 'gt-walsheim-medium', 'Source Sans Pro MC';
}

.fa, .fas {
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900;
}

.topFavoritesImage.justify-content-center {
    justify-content: center !important;
}

@media (min-width: 200px) and (max-width: 1199px) {
.amway-theme .cardProductTitle {
        height: auto; 
    }
}
