.h-no-scroll {
    overflow: hidden;
}
.h-bold {
    font-family: gilroy-bold, arial!important;
}
.h-bold, .h-semi-bold {
    font-weight:300!important;
}
.h-semi-bold {
    font-family: gilroy-medium, arial!important;
}
.h-inline {
    display: inline;
}
.h-inline-block {
    display: inline-block;
}
.h-block {
    display: block;
}
.h-hidden, .none {
    display: none!important;
}
.h-full-width {
    width: 100%}
.h-preload-content {
    opacity: 0;
    visibility: hidden;
}
.is-hidden {
    display: none!important;
}
.is-show {
    display: block!important;
}
.is-invisible {
    visibility: hidden;
    opacity: 0;
}
.is-visible {
    visibility: visible;
    opacity: 1;
}


.ModalBasePreferences {
    width: 100%;
    position: fixed!important;
    top: 0;
    height: 100%;
    z-index: 1001;
}
.ModalBasePreferences, .ModalBasePreferences * {
    box-sizing: border-box;
    font-family: Muli;
    color: #323232;
}
@media (min-width:768px) {
    .ModalBasePreferences {
    max-width: 551px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}
}.ModalBasePreferences__header {
    position: relative;
    padding: 15px 15px 5px;
    border-radius: 0;
}
@media (min-width:768px) {
    .ModalBasePreferences__header {
    border-radius: 20px 20px 0 0;
}
}.ModalBasePreferences__header__back {
    position: absolute;
    left: 20px;
    top: 19px;
    font-size: 13px;
    cursor: pointer;
}
.ModalBasePreferences__header__text {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    font-family: gilroy-bold, arial;
    margin-top: 20px;
}
@media (min-width:768px) {
    .ModalBasePreferences__header__text {
    margin-top: 30px;
    font-size: 24px;
}
}.ModalBasePreferences__header__close {
    position: absolute;
    right: 15px;
    top: 17px;
    font-size: 20px;
    cursor: pointer;
}
.ModalBasePreferences__subHeader {
    padding: 9px 17px;
    text-align: left;
    font-size: 12px;
}
@media (min-width:768px) {
    .ModalBasePreferences__subHeader {
    padding: 9px 41px;
    font-size: 15px;
    font-weight:300;
}
}.ModalBasePreferences__subHeader span {
    text-decoration: underline;
    cursor: pointer;
    color: #2E4F94;
    font-weight:300;
}
.ModalBasePreferences__title {
    font-family: gilroy-bold, arial;
    margin: 20px 0;
    font-size: 16px;
    text-align: center;
}
@media (min-width:768px) {
    .ModalBasePreferences__title {
    min-width: 290px;
    font-size: 18px;
    margin: 15px 0;
    text-align: left;
}
}.ModalBasePreferences__titleSmall {
    font-weight:300;
    font-size: 14px;
    color: #333;
    text-align: center;
}
@media (min-width:768px) {
    .ModalBasePreferences__titleSmall {
    font-size: 16px;
}
}.ModalBasePreferences__subtitle {
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
    font-weight:300;
    margin-bottom: 0;
}
@media (min-width:768px) {
    .ModalBasePreferences__subtitle {
    font-size: 16px;
}
}.ModalBasePreferences__subtitle span {
    font-weight:300;
}
.ModalBasePreferences__subtitle__link {
    color: #2E4F94;
    text-decoration: underline;
}
.ModalBasePreferences__subtitle--error, .ModalBasePreferences__subtitle--error span {
    color: #2E4F94;
}
.ModalBasePreferences__contentButton {
    text-align: center;
    position: fixed;
    width: 100%;
    box-shadow: -2px 2px 20px 0 rgba(0, 0, 0, .11);
    padding: 10px 0;
    bottom: 0;
    background-color: #fff;
}
@media (min-width:768px) {
    .ModalBasePreferences__contentButton {
    box-shadow: none;
    position: static;
    bottom: auto;
    padding: 0;
    background-color: transparent;
}
}.ModalBasePreferences__button {
    display: inline-block;
    padding: 10px 80px;
    background-color: #2E4F94;
    color: #fff;
    border-radius: 22.5px;
    text-transform: capitalize;
    border: 0;
    font-family: gilroy-bold, arial;
    font-size: 16px;
    width: 95%;
    max-width: 330px;
}
@media (min-width:768px) {
    .ModalBasePreferences__button {
    padding: 10px 0;
}
}.ModalBasePreferences__button:disabled {
    opacity: .2;
}
.ModalBasePreferences__back {
    position: absolute;
    width: 80%;
    padding-left: 10%;
    color: #323232;
    left: 0;
    top: 20px;
    font-size: 14px;
    text-align: left;
}
@media (min-width:768px) {
    .ModalBasePreferences__back {
    color: #2E4F94;
    bottom: 9.5%;
    top: auto;
    left: 5%;
    width: 30%;
    padding-left: 40px;
}
}.ModalBasePreferences__back i {
    position: absolute;
    transform: rotate(180deg);
    top: 1.5px;
    left: 7%;
    font-size: 11px;
    z-index: 9;
}
@media (min-width:768px) {
    .ModalBasePreferences__back i {
    color: #2E4F94;
    left: 9%}
}.ModalBasePreferences__back a {
    color: #323232;
}
@media (min-width:768px) {
    .ModalBasePreferences__back a {
    color: #2E4F94;
}
}.ModalBasePreferences__close {
    position: absolute;
    top: 3.5%;
    right: 5%;
    font-size: 24px;
    cursor: pointer;
}
@media (min-width:768px) {
    .ModalBasePreferences__close {
    top: 5%}
}.ModalBasePreferences__radio {
    position: absolute;
    right: 15%;
    top: 5%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (min-width:768px) {
    .ModalBasePreferences__radio {
    right: 10%}
}.ModalBasePreferences__radio__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}
.ModalBasePreferences__radio__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%}
.ModalBasePreferences__radio__checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
@media (min-width:768px) {
    .ModalBasePreferences__radio__checkmark {
    left: -30px;
}
}input:checked~.ModalBasePreferences__radio__checkmark:after {
    display: block;
}
.ModalBasePreferences__radio__checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%}
.ModalBasePreferences__overlay {
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    z-index: 1000;
}
@media (min-width:768px) {
    .ModalBasePreferences__overlay {
    background-color: rgba(0, 0, 0, .75);
    height: 100%}
}.ModalBasePreferences__items {
    margin-top: 35px;
    min-width: 280px;
    white-space: nowrap;
    text-align: center;
    padding-bottom: 10px;
}
@media (min-width:768px) {
    .ModalBasePreferences__items {
    display: block;
    width: 70%;
    overflow-x: initial;
    cursor: pointer;
    margin: 35px auto 100px;
}
}.ModalBasePreferences__item {
    position: relative;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    width: 190px;
    min-height: 140px;
    border: 1px solid #e8e8e8;
    padding: 27px 10px;
    white-space: normal;
    margin: 0 10px;
    cursor: pointer;
}
@media (min-width:768px) {
    .ModalBasePreferences__item {
    width: 275px;
    flex: initial;
    vertical-align: middle;
    margin: 0 30px;
    padding: 27px 25px;
    min-height: 165px;
}
}.ModalBasePreferences__item img {
    max-width: 78px;
}
@media (min-width:768px) {
    .ModalBasePreferences__item img {
    max-width: 108px;
}
}.ModalBasePreferences__item__title {
    font-size: 15px;
    font-weight:300;
}
@media (min-width:768px) {
    .ModalBasePreferences__item__title {
    font-size: 18px;
    padding-top: 20px;
}
}.ModalBasePreferences__item__subtitle {
    font-size: 15px;
    font-weight:300;
    color: #7e7e7e;
}
@media (min-width:768px) {
    .ModalBasePreferences__item__subtitle {
    font-size: 16px;
}
}.ModalBasePreferences__item.active {
    border: 1px solid #fec600;
    box-shadow: 0 0 5px 0 rgba(254, 198, 0, .15);
}
.ModalBasePreferences__item.disabled {
    opacity: .5;
}
.ModalBasePreferences__items--cardImage {
    margin-bottom: 30px;
}
.ModalBasePreferences__items--cardImage__item {
    min-height: 250px;
    height: 250px;
    width: 120px;
    padding: 27px 7px;
    vertical-align: middle;
}
@media (min-width:768px) {
    .ModalBasePreferences__items--cardImage__item {
    width: 165px;
    min-height: 285px;
    padding: 27px 20px;
}
}.ModalBasePreferences__items--cardImage__title {
    font-size: 12px;
    font-weight:300;
    height: 30px;
    margin-top: 18.33px;
}
@media (min-width:768px) {
    .ModalBasePreferences__items--cardImage__title {
    font-size: 15px;
    height: 55px;
    margin-top: 0;
}
}.ModalBasePreferences__items--cardImage__subtitle {
    font-size: 12px;
    line-height: 1.33;
}
.ModalBasePreferences__zones {
    padding: 0 20px;
    margin: 0 auto 20px;
}
@media (min-width:768px) {
    .ModalBasePreferences__zones {
    max-width: 226px;
    padding: 0;
}
}.ModalBasePreferences__zones__item {
    display: block;
    margin-top: 10px;
}
.ModalBasePreferences__zones__item__title {
    font-size: 14px;
    font-weight:300;
    padding-bottom: 5px;
    margin-bottom: 0;
}
@media (min-width:768px) {
    .ModalBasePreferences__zones__item__title {
    font-weight: 300;
}
}.ModalBasePreferences__zones__item__select {
    width: 100%;
    font-size: 14px;
    color: #bababa;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    font-weight: 300;
    height: 40px;
    padding: 0;
}
.ModalBasePreferences__zones__item__select--selected {
    border-color: #333;
}
.ModalBasePreferences__zones__item__select--disabled {
    background-color: #f0f0f0;
}
.ModalBasePreferences__msgWarning {
    margin: auto;
    border: 1px solid #f9e5c5;
    border-radius: 4px;
    padding: 12px 15px;
    width: 90%;
    max-width: 288px;
    background: #fff1d7;
}
@media (min-width:768px) {
    .ModalBasePreferences__msgWarning {
    width: 100%;
    max-width: none;
    padding: 12px;
}
}.ModalBasePreferences__msgWarning__title {
    font-weight:300;
    font-size: 16px;
    margin-bottom: 5px;
}
.ModalBasePreferences__msgWarning__description {
    color: #606060;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 140%}
.ModalBasePreferences__msgWarning__description span {
    font-weight:300;
}
.ModalBasePreferences__linkAdress {
    display: block;
    margin: auto;
    width: 200px;
    background: none;
    border: none;
    text-align: center;
    text-decoration: underline;
    color: #333;
    font-size: 16px;
    font-weight:300;
}
@media (min-width:768px) {
    .ModalBasePreferences__linkAdress {
    margin-bottom: 20px;
}
}.loader, .loader:after {
    border-radius: 50%;
    width: 72px;
    height: 72px;
}
.loader {
    margin: auto;
    font-size: 10px;
    text-indent: -9999em;
    border: 1em solid rgba(188, 13, 13, .3);
    border-left-color: #2E4F94;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1s linear infinite;
    animation: load8 1s linear infinite;
    position: absolute;
}
.css-26l3qy-menu {
    position: relative;
    z-index: 2!important;
}
.css-26l3qy-menu>div {
    max-height: 130px;
    z-index: 2;
}
.select-up .css-26l3qy-menu {
    top: auto;
    bottom: 100%}
.ModalDelExpressWarning {
    position: fixed;
    top: 0;
    z-index: 1001;
    background-color: #fff;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.ModalDelExpressWarning * {
    font-family: Muli;
    box-sizing: border-box;
}
@media (min-width:768px) {
    .ModalDelExpressWarning {
    border-radius: 20px;
    width: 616px;
    height: 535px;
}
}.ModalDelExpressWarning__close {
    position: absolute;
    right: 19px;
    top: 18px;
    font-size: 21px;
    cursor: pointer;
}
@media (min-width:768px) {
    .ModalDelExpressWarning__close {
    right: 35px;
    top: 37px;
    font-size: 24px;
}
}.ModalDelExpressWarning__content {
    margin-top: 40px;
}
.ModalDelExpressWarning__bold {
    font-weight:300;
}
.ModalDelExpressWarning__subText {
    font-weight:300!important;
}
.ModalDelExpressWarning__tilit {
    padding-top: 0!important;
    margin-bottom: 20px!important;
}
.ModalDelExpressWarning__tiUp {
    height: auto!important;
}
.ModalDelExpressWarning h6 {
    text-align: center;
    font-family: gilroy-bold, arial;
    font-size: 20px;
    color: #323232;
}
@media (min-width:768px) {
    .ModalDelExpressWarning h6 {
    font-size: 30px;
}
}.ModalDelExpressWarning__text {
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
    font-weight:300;
}
.ModalDelExpressWarning__available {
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight:300;
}
.ModalDelExpressWarning__districts {
    padding: 15px 30px;
    margin: 0 auto;
    color: #323232;
    width: 90%;
    max-width: 518px;
    text-align: center;
    border-radius: 5px;
    background-color: rgba(254, 198, 0, .4);
    font-size: 14px;
    line-height: 1.5;
}
.ModalDelExpressWarning__conditions {
    margin-top: 15px;
    width: 75%;
    max-width: 400px;
}
.ModalDelExpressWarning__conditions li {
    position: relative;
    font-size: 14px;
    color: #828282;
    padding-bottom: 12px;
}
.ModalDelExpressWarning__conditions li:before {
    position: absolute;
    content: "â€¢";
    color: #2E4F94;
    font-size: 20px;
    top: -3px;
    line-height: 1;
    margin-left: -20px;
    font-weight:300;
}
.ModalDelExpressWarning__ProductText {
    text-align: center;
    color: #323232;
    font-size: 16px;
    font-weight:300;
}
.ModalDelExpressWarning__tooltip {
    position: relative;
    margin: 0 auto;
    padding: 12px;
    width: 90%;
    max-width: 518px;
    border: 1px solid #1243c0;
    border-radius: 5px;
    color: #1243c0;
    font-weight:300;
    font-size: 16px;
    text-align: center;
}
.ModalDelExpressWarning__tooltip__arrowUp {
    position: absolute;
    left: 50%;
    top: -12px;
}
.ModalDelExpressWarning__tooltip .arrow-before {
    border-bottom: 6px solid #1243c0;
    top: 6px;
}
.ModalDelExpressWarning__tooltip .arrow-after, .ModalDelExpressWarning__tooltip .arrow-before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    font-size: 0;
    line-height: 0;
    left: 3px;
    position: relative;
}
.ModalDelExpressWarning__tooltip .arrow-after {
    border-bottom: 6px solid #fff;
    top: 1px;
}
.ModalDelExpressWarning__button {
    text-align: center;
    padding-bottom: 5px;
}
.ModalDelExpressWarning__button a {
    display: inline-block;
    width: 255px;
    height: 40px;
    text-align: center;
    background-color: #2E4F94;
    color: #fff;
    padding-top: 10px;
    border-radius: 22.5px;
}
.ModalDelExpressWarning .ModalBasePreferences__item {
    flex: initial;
    margin: 0 15px;
}
.ModalDelExpressWarning .ModalBasePreferences__item.active {
    border: 1px solid #fec600;
    box-shadow: 0 0 5px 0 rgba(254, 198, 0, .15);
}
.ModalDelExpressWarning__overlay {
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, .75);
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.tag-delivery-express.has-express {
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
    background-color: #1243c0;
    width: 125px;
    color: #fff;
    font-size: 12px;
    border-radius: 15px;
    padding: 3px 0 3px 23px;
}
.tag-delivery-express.has-express span {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 4px;
    border-radius: 8px;
    padding-top: 3px;
    font-size: 16px;
}
.ModalDelExpressWarning .ModalBasePreferences__title {
    width: 100%;
    margin-bottom: 3%;
    text-align: center;
}
.ModalDelExpressWarning .ModalBasePreferences__subtitle {
    padding: 0 10px 5px;
    font-size: 14px;
    text-align: center;
    font-weight:300;
    margin-bottom: 0;
    line-height: 25px;
}
@media (min-width:768px) {
    .ModalDelExpressWarning .ModalBasePreferences__subtitle {
    font-size: 16px;
}
}.ModalDelExpressWarning .ModalBasePreferences__items--cardImage {
    margin-bottom: 10px;
}
.ModalDelExpressWarning .ModalBasePreferences__items--cardImage__title {
    font-size: 15px;
    font-weight:300;
    height: 30px;
    margin-top: 2%;
    margin-bottom: 0;
}
.ModalDelExpressWarning.active {
    display: flex;
    align-items: center;
}
.ModalDelExpressWarning .ModalBasePreferences__items {
    margin-top: 5px;
    min-width: 280px;
    white-space: nowrap;
    text-align: center;
    padding-bottom: 10px;
}
.BannerModalPrecyber {
    position: fixed;
    width: 290px;
    height: 460px;
    z-index: 1001;
    background-color: #fff;
    background-size: 100%;
    bottom: 0;
    text-align: center;
    color: #fff;
    overflow: auto;
    left: 50%;
    margin-left: -145px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    background-size: cover;
    background-position: 50%}
.BannerModalPrecyber * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Muli;
}
@media (min-width:768px) {
    .BannerModalPrecyber {
    width: 534px;
    height: 282px;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    text-align: left;
    overflow: hidden;
    background-size: cover;
    left: auto;
    z-index: 92930293293;
}
}.BannerModalPrecyber .BannerModalPrecyberWrapper {
    height: 425px;
}
@media (min-width:768px) {
    .BannerModalPrecyber .BannerModalPrecyberWrapper {
    text-align: center;
    margin-top: 10px;
    height: auto;
    width: 50%;
    padding-left: 29px;
}
}@media screen and (max-width:991px) {
    .BannerModalPrecyber__content {
    position: relative;
    top: 127px;
}
}@media (min-width:768px) {
    .BannerModalPrecyber__content {
    display: flex;
    max-width: 420px;
    margin: 0 auto;
}
}.BannerModalPrecyber__premio {
    position: relative;
    z-index: 2;
    margin-top: 20px;
}
@media (min-width:768px) {
    .BannerModalPrecyber__premio {
    max-width: 264px;
    left: 5px;
    margin-top: 0;
}
}@media (min-width:768px) {
    .BannerModalPrecyber__premio img {
    max-width: 264px;
}
}.BannerModalPrecyber__close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.BannerModalPrecyber__logo {
    padding-top: 10px;
    margin-top: 0;
    display: none;
}
@media (min-width:768px) {
    .BannerModalPrecyber__logo {
    padding-top: 0;
    display: block;
    margin-top: 27px;
    margin-bottom: 13px;
}
}.BannerModalPrecyber__logo img {
    max-width: 220px;
}
@media (min-width:768px) {
    .BannerModalPrecyber__logo img {
    width: auto;
}
}.BannerModalPrecyber__logo-mobile {
    display: block;
    width: 178px;
    margin: 10px auto auto;
}
@media (min-width:768px) {
    .BannerModalPrecyber__logo-mobile {
    display: none;
}
}.BannerModalPrecyber__logo-mobile img {
    max-width: 78px;
}
.BannerModalPrecyber__title {
    font-weight:300;
    font-size: 18px;
    line-height: 20px;
    margin-top: 0!important;
    max-width: 290px;
    margin: auto;
    background-size: cover;
    padding-top: 48px;
}
@media (min-width:768px) {
    .BannerModalPrecyber__title {
    font-size: 18px;
    margin: 0 0 12px!important;
    line-height: 35px;
    max-width: none;
    text-align: left;
    padding-top: 15px;
}
}.BannerModalPrecyber__subtitle {
    margin-top: 5px;
    font-family: gilroy-bold, arial;
    font-size: 16px;
}
@media (min-width:768px) {
    .BannerModalPrecyber__subtitle {
    width: 180px;
    font-size: 20px;
}
}.BannerModalPrecyber__description {
    font-weight:300;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    margin: 10px auto 0!important;
    font-weight:300;
}
@media screen and (max-width:768px) {
    .BannerModalPrecyber__description {
    max-width: 736px;
    font-size: 11px;
    line-height: 13.2px;
    padding: 0 15px;
    display: block;
    text-align: justify;
}
}@media (min-width:768px) {
    .BannerModalPrecyber__description {
    text-align: left;
    margin-top: 0!important;
    font-size: 10px;
    line-height: 120%;
    position: relative;
    top: -15px;
}
}.BannerModalPrecyber__register {
    position: relative;
    margin: 0 auto;
    padding: 10px 20px 7px;
    width: 90%;
    max-width: 290px;
    height: 135px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .21);
    text-align: center;
    top: -140px;
    z-index: 1001;
}
@media (min-width:768px) {
    .BannerModalPrecyber__register {
    bottom: 6px;
    max-width: 239px;
    padding: 10px 11px 0;
    margin-left: 26px;
    height: 109px;
    top: auto;
    position: absolute;
    min-height: 0;
}
}.BannerModalPrecyber__register img {
    position: absolute;
    width: 259px;
    top: -100px;
    left: 8%}
@media (min-width:768px) {
    .BannerModalPrecyber__register img {
    width: 219px;
    right: -14px;
    left: auto;
}
}.BannerModalPrecyber__register__input {
    width: 100%;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid #323232;
    font-weight:300;
    color: #323232;
    font-size: 12px;
}
.BannerModalPrecyber__register__input::placeholder {
    color: #bababa;
}
.BannerModalPrecyber__register__input--error {
    border-bottom: 1px solid #2E4F94;
}
.BannerModalPrecyber__register__error {
    display: block;
    padding-top: 5px;
    color: #2E4F94;
    font-size: 13px;
    text-align: left;
}
.BannerModalPrecyber__register__content {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 10px 0 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (min-width:768px) {
    .BannerModalPrecyber__register__content {
    margin: 8px 0 0;
    text-align: left;
}
}.BannerModalPrecyber__register__content a {
    position: relative;
    top: -6px;
    left: -18px;
    font-size: 11px;
    color: #333;
    font-weight:300;
}
@media (min-width:768px) {
    .BannerModalPrecyber__register__content a {
    font-size: 11px;
}
}.BannerModalPrecyber__register__content input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.BannerModalPrecyber__register__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 2px;
}
.BannerModalPrecyber__register__checkmark--error {
    border: 1px solid #2E4F94;
}
.BannerModalPrecyber__register__content:hover input~.BannerModalPrecyber__register__checkmark {
    background-color: #fff;
}
.BannerModalPrecyber__register__content input:checked~.BannerModalPrecyber__register__checkmark {
    background: #02d2c7;
    border: none;
}
.BannerModalPrecyber__register__checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.BannerModalPrecyber__register__content input:checked~.BannerModalPrecyber__register__checkmark:after {
    display: block;
}
.BannerModalPrecyber__register__content .BannerModalPrecyber__register__checkmark:after {
    left: 4px;
    top: 2px;
    width: 2px;
    height: 4px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (min-width:768px) {
    .BannerModalPrecyber__contentButton {
    margin-top: 2px;
}
}.BannerModalPrecyber button {
    margin: 0 auto;
    width: 100%;
    height: 28px;
    border-radius: 17.5px;
    background: #02d2c7;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight:300;
}
.BannerModalPrecyber__conditions {
    margin-top: 5px;
    color: #fff!important;
    font-size: 11px;
    text-decoration: underline;
    position: relative;
    top: -141px;
}
@media (min-width:768px) {
    .BannerModalPrecyber__conditions {
    display: none;
    margin-left: 67px;
    font-size: 15px;
    margin-top: 20px;
    height: auto;
}
}.BannerModalPrecyber__imgRight {
    position: absolute;
    top: 82px;
    text-align: center;
    width: 100%;
    left: 12%;
    max-width: 222px;
}
@media (min-width:768px) {
    .BannerModalPrecyber__imgRight {
    top: auto;
    right: 30px;
    width: auto;
    text-align: initial;
    left: auto;
    bottom: 30px;
}
}.BannerModalPrecyber__imgRight .mobile {
    max-width: 220px;
    display: inline;
}
@media (min-width:768px) {
    .BannerModalPrecyber__imgRight .mobile {
    display: none;
}
}.BannerModalPrecyber__imgRight .desktop {
    display: none;
    max-width: 430px;
    z-index: -4;
    width: 100%!important;
    position: relative;
}
@media (min-width:768px) {
    .BannerModalPrecyber__imgRight .desktop {
    display: block;
    max-width: 335px;
}
}.BannerModalPrecyber__overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    opacity: .9;
}
@media (min-width:768px) {
    .BannerModalPrecyber__overlay {
    height: 100%}
}.BannerModalPrecyber__logo-mobile img {
    max-width: 178px!important;
    margin-top: 0!important;
}
.cyber__thanks {
    position: absolute;
    width: 100%;
    max-width: 290px;
    height: 400px;
    padding: 0 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: #ee004b;
    text-align: center;
    z-index: 1003;
}
@media (min-width:768px) {
    .cyber__thanks {
    width: 554px;
    height: 279px;
    max-width: none;
    background: #ee004b;
}
}.cyber__thanks__title {
    margin-top: 110px;
    font-size: 20px;
    font-weight:300;
}
@media (min-width:768px) {
    .cyber__thanks__title {
    margin-top: 60px;
}
}.cyber__thanks__text {
    margin-top: 35px;
    font-weight:300;
    font-size: 15px;
}
@media (min-width:768px) {
    .cyber__thanks__text {
    padding: 0 40px;
    font-size: 15px;
}
}.cyber__thanks__terms {
    display: none;
    color: #fff;
    margin-top: 40px;
    font-size: 14px;
    font-weight:300;
    text-align: left;
    text-decoration: underline;
}
@media (min-width:768px) {
    .cyber__thanks__terms {
    text-align: center;
    display: block;
    font-weight:300;
}
}.cyber__thanks__close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.cyber__thanks__overlay {
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    z-index: 1002;
    opacity: .9;
    left: 0;
}
@media (min-width:768px) {
    .cyber__thanks__overlay {
    display: none;
}
}.cyber__thanks {
    border-radius: 0;
}
.cyber__thanks__text {
    line-height: 25px;
}
.cyber__thanks__terms {
    margin-top: 30px!important;
    color: #fff!important;
}
.HeadBand {
    z-index: 3;
    position: relative;
    height: 33.33px;
}
@media (min-width:768px) {
    .HeadBand {
    cursor: pointer;
    display: block;
    background-color: #ff2b50;
}
}.HeadBand img {
    width: 100%}
.HeadBand__desktop {
    display: none;
}
@media (min-width:480px) {
    .HeadBand__desktop {
    display: none;
}
}@media (min-width:768px) {
    .HeadBand__desktop {
    display: block;
}
}.HeadBand__mobile {
    display: block;
}
@media (min-width:768px) {
    .HeadBand__mobile {
    display: none;
}
}.HeadBand--cyber {
    display: block;
}
.HeadBand.sticky:first-child {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}
.HeadBand.sticky+.Header.sticky {
    transform: translateY(36px);
}
@media screen and (max-width:1366px) {
    .HeadBand.sticky+.Header.sticky {
    transform: translateY(32px);
}
}@media screen and (max-width:1200px) {
    .HeadBand.sticky+.Header.sticky {
    transform: translateY(20px);
}
}@media screen and (max-width:768px) {
    .HeadBand.sticky+.Header.sticky {
    transform: translateY(42px);
}
}@media (max-width:320px) and (max-height:568px) {
    .HeadBand.sticky+.Header.sticky {
    transform: translateY(37px);
}
}.Modal-access {
    display: block;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .8);
    z-index: 999;
}
.Modal-access h2 {
    font-family: gilroy-bold, arial;
    font-size: 22px;
    width: 100%;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333;
}
@media (min-width:992px) {
    .Modal-access h2 {
    font-size: 30px;
}
}.Modal-access p {
    font-family: Muli;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333;
    max-width: 600px;
    margin: 0 auto 10px;
    display: block;
}
@media (min-width:992px) {
    .Modal-access p {
    font-size: 28px;
}
}.Modal-access__icon {
    margin: 24px auto;
    display: block;
    max-width: 150px;
}
.Modal-access__content {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 45px 20px;
    max-width: 800px;
    height: 100%}
@media (min-width:992px) {
    .Modal-access__content {
    position: relative;
    border-radius: 20px;
    width: 80%;
    margin: 6% auto;
    height: auto;
}
}.Modal-access__close {
    color: #aaa;
    float: right;
    font-size: 20px;
    font-weight:300;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #333;
}
@media (min-width:992px) {
    .Modal-access__close {
    top: 30px;
    right: 30px;
    font-size: 24px;
}
}.Modal-access__close:focus, .Modal-access__close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.Modal-access__boxes {
    max-width: 648px;
    margin: 0 auto;
}
@media (min-width:992px) {
    .Modal-access__boxes {
    display: flex;
}
}.Modal-access__list {
    text-align: left;
    width: 100%}
.Modal-access__list__title {
    font-family: gilroy-bold, arial;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
}
@media (min-width:992px) {
    .Modal-access__list__title {
    font-size: 20px;
}
}.Modal-access__list__group {
    list-style: none;
}
.Modal-access__list__group li {
    font-family: Muli;
    font-size: 13px;
    font-weight:300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
    display: block;
    padding: 6px 6px 6px 23px;
    position: relative;
}
.Modal-access__list__group li span {
    font-weight:300;
}
@media (min-width:992px) {
    .Modal-access__list__group li {
    font-size: 16px;
}
}.Modal-access__list__group li i {
    font-size: 12px;
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 5px;
    height: 10px;
    width: 10px;
    text-align: center;
    color: #fec600;
}
@media (min-width:992px) {
    .Modal-access__list__group li i {
    top: 8px;
    bottom: 0;
    left: 5px;
}
}.cart, .cart * {
    box-sizing: border-box;
    font-family: Muli, sans-serif;
}
.cart__cart {
    float: right;
}
@media (min-width:768px) {
    .cart__cart {
    position: relative;
}
}.cart__ico {
    display: block;
    position: relative;
    cursor: pointer;
}
.cart__ico.animate {
    animation-duration: .7s;
    animation-fill-mode: both;
    animation-name: shake;
}
.cart__ico__icon {
    font-size: 24px;
    color: #fff;
}
.cart__number {
    color: #fff;
    background: #ff8a8e;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    font-size: 10px;
    font-family: Muli, sans-serif;
    font-weight:300;
    text-align: center;
    position: absolute;
    line-height: 20px;
    top: -8px;
    right: -10px;
    padding: 0 1px 0 0;
    transition: all .3s cubic-bezier(.13, .29, .66, 1.2);
}
.cart__number, .cart__number.show {
    opacity: 1;
    transform: scale(1);
}
@media (min-width:992px) {
    .cart__number {
    top: -2px;
}
}@media (min-width:768px) {
    .cart__number {
    font-size: 12px;
    top: -10px;
}
}.cart__amount {
    min-width: 80px;
    height: 24px;
    float: right;
    border: 1px solid #7e7e7e;
    background-color: #fff;
    border-radius: 4px;
    margin: 13px 4px 0 0;
    font-family: Muli, sans-serif;
    font-weight:300;
    font-size: 12px;
    color: #333;
    padding: 0 3px;
    text-align: center;
    line-height: 24px;
    position: relative;
    opacity: .3;
    transition: opacity .35s;
    display: none;
}
.cart__amount.show {
    opacity: 1;
}
.cart__amount sub {
    bottom: 0;
    font-size: inherit;
}
.cart__amount i {
    display: block;
    width: 5px;
    height: 9px;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -5px;
    overflow: hidden;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.cart__amount i:after {
    width: 10px;
    height: 10px;
    content: " ";
    display: block;
    border: 1px solid #7e7e7e;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    margin-top: -1.5px;
    margin-left: 2.5px;
}
@media (min-width:768px) {
    .cart__amount {
    margin: 22px 8px 0 0;
    height: 28px;
    line-height: 30px;
    font-size: 14px;
    min-width: 104px;
    width: 20%}
}.minicart {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    font-family: Muli, sans-serif;
    font-weight:300;
    overflow: hidden;
    opacity: 0;
    display: block;
    visibility: hidden;
    transition: all .3s ease-in-out;
    transform: translate(100%);
    height: 100%!important;
}
@media (min-width:768px) {
    .minicart {
    height: auto!important;
}
}.minicart, .minicart * {
    box-sizing: border-box;
}
.minicart.opened {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}
.minicart__snackbar {
    border-top: 1px solid #64c789;
    background-color: #dcf3e5;
    display: block;
    position: fixed;
    z-index: 10;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 13px;
    box-sizing: border-box;
    text-align: center;
    animation: fadein .5s;
}
@media (min-width:768px) {
    .minicart__snackbar {
    width: 360px;
    left: 10%;
    border: 1px solid #fec600;
    bottom: 30px;
    height: 70px;
    padding: 14px;
    border-radius: 5px;
}
}.minicart__snackbar__icon {
    position: relative;
    left: -10px;
    height: 22px;
    width: 22px;
    border-radius: 11px;
    background-color: #17ab4d;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
}
@media (min-width:768px) {
    .minicart__snackbar__icon {
    height: 40px;
    width: 40px;
    left: 0;
    margin-right: 10px;
    border-radius: 20px;
}
}.minicart__snackbar__icon:before {
    font-size: 20px;
    color: #fff8e1;
    line-height: 22px;
    display: inline-block;
    height: 100%;
    padding-left: 1px;
}
@media (min-width:768px) {
    .minicart__snackbar__icon: before {
    line-height: 42px;
    font-size: 35px;
    padding-left: 0;
}
}.minicart__snackbar__closebtn {
    color: #333;
    font-size: 24px;
    font-weight: 300;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 18px;
    position: absolute;
    right: 10px;
    top: 14px;
    cursor: pointer;
    display: none;
}
@media (min-width:768px) {
    .minicart__snackbar__closebtn {
    top: 5px;
    font-size: 20px;
    right: 5px;
}
}.minicart__snackbar__text {
    display: inline-block;
    font-family: Muli;
    font-size: 14.5px;
    font-weight:300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #17ab4d;
    vertical-align: middle;
}
@media (min-width:768px) {
    .minicart__snackbar__text {
    display: initial;
    font-size: 15px;
    vertical-align: initial;
}
}.minicart sub {
    bottom: 0;
    font-size: inherit;
}
.minicart__overlay {
    z-index: 2;
    display: none;
    transition: all .3s ease-in-out;
}
@media (min-width:768px) {
    .minicart__overlay {
    display: block;
}
}.minicart__overlay.active {
    opacity: .5;
    visibility: visible;
}
@media (min-width:768px) {
    .minicart {
    position: absolute;
    width: 360px;
    left: auto;
    right: -16px;
    top: 50%;
    display: block;
    height: 0;
    transform: translateY(-5%);
}
.minicart__full {
    height: 100%}
}.minicart__total_cards, .minicart__total_cards div[data-key] {
    position: relative;
}
.minicart__loading {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    font-size: 0;
}
.minicart__loading:after {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    animation: rotation 1s linear infinite;
    background-size: 32px;
}
.minicart__free-shipping {
    height: 20px;
    background-color: #fec600;
    padding: 5px 6.6666666667%;
    font-family: Muli;
    font-size: 11px;
    font-weight:300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}
.minicart__overlay {
    z-index: 4;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
}
.minicart .link {
    text-decoration: none;
    font-family: Muli, sans-serif;
    color: #2E4F94;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    font-weight:300;
    cursor: pointer;
}
.minicart .link:after {
    content: "";
    border: solid #2E4F94;
    border-width: 0 2px 2px 0;
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 1px;
    padding: 1.4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg) translateY(-1.5px);
    margin-left: 5px;
}
.minicart__content {
    min-height: 100vh;
    background: #f6f6f6;
}
@media (min-width:768px) {
    .minicart__content {
    height: 80vh;
    min-height: auto;
    max-height: 630px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    margin-top: 20px;
}
.minicart__content:before {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    right: 20px;
    top: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-top-left-radius: 3px;
    background-color: #f6f6f6;
}
}@supports (-webkit-appearance:none) {
    .minicart__content {
    min-height: 100%!important;
}
}@supports (-webkit-appearance:none) {
    @media (min-width: 768px) {
    .minicart__content--adjustedHeight {
    min-height: 100%!important;
}
}}.minicart__empty {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding-top: 120px;
}
.minicart__empty p {
    font-family: Muli;
    font-weight:300;
    font-size: 20px;
    line-height: 24px;
    color: #7e7e7e;
    margin: 35px 0 0;
}
.minicart__empty svg {
    width: 162px;
    margin: 0 auto;
}
.minicart__empty .minicart__header {
    top: 0;
}
@media (min-width:768px) {
    .minicart__empty {
    height: 100%}
.minicart__empty .minicart__header {
    display: none;
}
}.minicart__wrapheader {
    height: 60px;
}
@media (min-width:768px) {
    .minicart__wrapheader {
    height: auto;
}
}.minicart__body {
    width: 100%;
    transition: all .5s ease;
    height: 72%;
    position: absolute;
    overflow-y: auto;
    padding-top: 10px;
}
@media (min-width:768px) {
    .minicart__body {
    position: static;
   /* height: calc(100% - 255px);*/
    overflow-y: auto;
}
}@media (min-width:768px) {
    .minicart__body--contentNonF {
    height: calc(100% - 175px);
}
}@media (min-width:768px) {
    .minicart__body--contentExpress {
    height: calc(100% - 300px);
    min-height: 265px;
}
}.minicart__header {
    width: 100%;
    z-index: 99;
    position: fixed;

}
@media (min-width:768px) {
    .minicart__header {
    position: static;
}
}.minicart__header__tabs ul {
    display: flex;
    background: #fff;
}
.minicart__header__tabs ul li {
    margin: 5px;
    background: #f2f2f2;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    min-height: 60px;
    font-size: 14px;
    cursor: pointer;
}
.minicart__header__tabs ul li:hover {
    background: #e2e2e2;
}
.minicart__header__tabs ul li.active {
    box-shadow: inset 0 -4px #e62f35;
}
.minicart__header__tabs ul li p {
    margin: 0;
}
.minicart__header__tabs ul li p>span {
    display: block;
}
.minicart__topbar {
    background: #fff;
    height: 60px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    border-top: 2px solid #2E4F94;
}
@media (min-width:768px) {
    .minicart__body {
  height: calc(100% - 155px)!important;

}
    .minicart__topbar {
    display: block !important;
}
}.minicart__topbar__title {
    font-family:"Oswald", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #333;
    padding: 16px 60px 0 3.8461538462%;
    justify-content: center;
    display: flex;
    padding-left: 45px;
}
.minicart__close {
    width: 25px;
    height: 25px;
    font-size: 22px;
    position: absolute;
    top: 14px;
    right: 10px;
    text-align: center;
    cursor: pointer;
    display: block;
    color: #333;
    font-size: 15px;
    border-radius: 20px;
    padding-top: 9px;
    padding-right: 6px;
    padding-left: 0.5px;
    transition: background .3s;
    font-weight:300;
}
.minicart__total-add {
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    font-weight:300;
    background: #f6f6f6;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 6.6666666667%;
    border-bottom: 1px solid #e8e8e8;
}
@media (min-width:768px) {
    .minicart__total-add {
    height: 46px;
    line-height: 46px;
}
}.minicart__tabs:after {
    content: "";
    display: table;
    clear: both;
}
.minicart__tab {
    width: 50%;
    height: 36px;
    float: left;
    color: #333;
    background: #fff;
    font-size: 0;
    font-family: Muli, sans-serif;
    position: relative;
    cursor: pointer;
    transition: all .3s;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width:768px) {
    .minicart__tab {
    height: 44px;
}
}.minicart__tab:before {
    content: "";
    height: 11px;
    width: 11px;
    position: absolute;
    left: 50%;
    bottom: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    border-bottom-right-radius: 3px;
    background: #fff;
    margin-left: -7px;
    opacity: 0;
    z-index: 1;
}
.minicart__tab span {
    font-size: 12px;
    font-weight:300;
    line-height: 16px;
    word-break: break-word;
    margin: 0;
}
.minicart__tab__icon {
    width: 24px;
    height: 24px;
    position: relative;
    font-size: 24px;
    color: #111;
    -webkit-transition: color .3s;
    transition: color .3s;
    display: inline-block;
    margin-right: 12px;
}
.minicart__tab__icon i {
    min-width: 16px;
    height: 16px;
    display: inline-block;
    font-style: normal;
    font-size: 10px;
    background: #2E4F94;
    color: #fff;
    text-align: center;
    padding: 2px 3px 0;
    border-radius: 16px;
    position: absolute;
    right: -7px;
    top: -3px;
}
.minicart__tab__icon:before {
    speak: none;
    font-style: normal;
    font-weight:300;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.minicart__tab.issuper .minicart__tab__icon:before {
    content: "\f105"}
.minicart__tab.iselectro .minicart__tab__icon:before {
    content: "\f103"}
.minicart__tab.this, .minicart__tab:hover {
    background: #2E4F94;
    color: #fff;
    border-bottom-color: #2E4F94;
}
.minicart__tab.this:before, .minicart__tab:hover:before {
    opacity: 1;
    background: #2E4F94;
}
.minicart__tab.this .minicart__tab__icon, .minicart__tab:hover .minicart__tab__icon {
    color: #fff;
}
.minicart__tab.this .minicart__tab__icon i, .minicart__tab:hover .minicart__tab__icon i {
    background: #fff;
    color: #2E4F94;
}
.minicart__tab.isdisabled {
    color: #bababa;
    background: #fff;
    border-bottom-color: #e8e8e8;
    cursor: default;
}
.minicart__tab.isdisabled:before {
    display: none;
}
.minicart__tab.isdisabled .minicart__tab__icon {
    color: #bababa;
}
.minicart__tab.isdisabled .minicart__tab__icon i {
    display: none;
}
.minicart__tabcontent {
    padding: 0 3.8461538462% 80px;
}
@media (min-width:992px) {
    .minicart__tabcontent {
    padding: 0 3.8461538462% 106px;
}
}@media (min-width:768px) {
    .minicart__tabcontent {
    padding: 0 6.6666666667%;
    height: 100% ;
    padding-top: 10px;
    }
}.minicart__tabcontent:after {
    content: "";
    display: table;
    clear: both;
}
.minicart__contentExpress {
    padding-bottom: 135px;
    height: auto;
}
@media (min-width:768px) {
    .minicart__contentExpress {
    padding-bottom: 20px;
}
}.minicart__contentNonF {
    padding-bottom: 70px;
}
@media (min-width:768px) {
    .minicart__contentNonF {
    padding-bottom: 20px;
    height: auto;
}
}.minicart__group {
    min-height: calc(100vh - 296px);
}
.minicart__group:after {
    content: "";
    display: table;
    clear: both;
}
@media (min-width:768px) {
    .minicart__group {
    min-height: calc(100% - 57px);
}
}.minicart__alert {
    font-size: 12px;
    font-weight:300;
    padding: 4px 12px 4px 30px;
    position: relative;
    border: 1px solid #2E4F94;
    border-radius: 3px;
    color: #2E4F94;
    margin-bottom: 16px;
}
.minicart__alert__icon {
    background: #2E4F94;
    color: #fff;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 8px;
    top: 4px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.minicart__alert.chk {
    color: #149200;
    border-color: #149200;
}
.minicart__alert.chk .minicart__alert__icon {
    background: #149200;
    font-size: 12px;
    padding-top: 1px;
}
.minicart__cards-title {
    font-size: 16px;
    font-weight:300;
    line-height: 16px;
    color: #333;
    text-transform: uppercase;
    padding: 20px 0 11px;
}
@media (min-width:768px) {
    .minicart__cards-title {
    font-size: 20px;
    line-height: 20px;
}
}.minicart__cards-title .price {
    float: right;
    font-style: normal;
}
.minicart__cards {
    border-radius: 5px;
    margin-bottom: 16px;
    min-height: 137px;
    background: #fff;
}
.minicart__card {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 0;
    position: relative;
}
.minicart__card:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.minicart__card:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 0;
}
.minicart__card__image {
    width: 20.8333333333%;
    height: 92px;
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%}
.minicart__card__image img {
    width: 100%;
    max-width: 120px;
    height: auto;
}
.minicart__card__info {
    width: 70.8333333333%;
    margin-left: 25%}
.minicart__card__name {
    display: block;
    font-family: Muli;
    font-size: 13px !important;
    font-weight:300;
    line-height: 20px;
    color: #333;
    padding-bottom: 0;
    padding-right: 30px;
}
.minicart__card__resume {
    margin: 0;
    font-size: 10px;
    line-height: 16px;
    color: #7e7e7e;
    font-weight:300;
}
.minicart__card__resume em {
    display: block;
    font-style: normal;
    font-weight:300;
    margin-bottom: 5px;
}
.minicart__card__resume span {
    text-transform: uppercase;
    color: #606060;
}
.minicart__card__feature {
    margin: 0;
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 4px;
}
.minicart__card__feature strong {
    font-weight:300;
}
.minicart__card__price {
    margin-top: 5px;
}
.minicart__card__price:after {
    content: "";
    display: table;
    clear: both;
}
.minicart__card__price .spinner-group {
    width: 140px;
    float: left;
}
@media (min-width:768px) {
    .minicart__card__price .spinner-group {
    width: 140px;
}
}.minicart__card__price .price {
    font-size: 12px;
    font-weight:300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    margin-top: 20px;
}
.minicart__card__price .price sub {
    font-size: 12px;
    bottom: auto;
}
@media (min-width:768px) {
    .minicart__card__price .price {
    margin-top: 22px;
}
}.minicart__card__price .link__arrow {
    font-size: 12px;
}
.minicart__card__close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 4.1666666667%;
    top: 5px;
    padding: 5px 0 0 5px;
    margin-right: -5px;
    cursor: pointer;
}
.minicart__card__close span {
    display: block;
    width: 20px;
    height: 20px;
    background: #666;
    color: #fff;
    font-size: 13px;
    border-radius: 20px;
    font-weight:300;
    text-align: center;
    transition: background .3s;
    background-size: 26px;
    background-position: 50%}
.minicart__info {
    font-size: 10px;
    line-height: 12px;
    color: #333;
    border-radius: 5px;
    padding: 8px 10px;
    text-align: center;
    background: rgba(254, 198, 0, .4);
}
.minicart__info strong {
    font-weight:300;
}
.minicart__footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}
.minicart__total_price_sku {
    margin-bottom: 5px;
}
@media (min-width:768px) {
    .minicart__total_price_sku {
    margin-bottom: 15px;
}
}.minicart .Showcase__multiplier {
    bottom: 50px;
}
@media (min-width:768px) {
    .minicart__footer {
    position: fixed;
}
}.minicart__footer_toh {
    font-family: Muli;
    font-size: 16px;
    font-weight:300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #1aa2e1;
    background: #fff;
    padding: 3.5px 3.8461538462% 6px;
    border-top: 1px solid #e8e8e8;
    height: 35px;
    position: relative;
}
@media (min-width:768px) {
    .minicart__footer_toh {
    padding: 3.5px 6.6666666667% 6px;
}
}.minicart__footer_toh--discount {
    float: left;
    width: 71%;
    top: 1px;
    position: relative;
}
@media (min-width:768px) {
    .minicart__footer_toh--discount {
    width: 59%}
}.minicart__footer_toh__icon {
    font-size: 22px;
    color: #ce1013;
    position: relative;
    padding: 0 1px 0 4px;
    top: 4px;
}
.minicart__footer_toh span:nth-child(2) {
    float: left;
    margin-left: 0;
    position: relative;
    top: 6px;
}
.price-container span.price {
    top: 6px;
}
span.minicart__footer_toh--price {
    line-height: 0;
    position: relative;
    top: 6px;
}
.minicart__footer__express__counter {
    padding: 8px 0;
    min-height: 24px;
    background: #fff;
}
.minicart__footer__express__counter p {
    height: 13px;
    font-size: 12px;
    font-weight:300;
    color: #333;
    margin: 0 0 0 24px;
}
.minicart__footer__express__counter .itemCount, .minicart__footer__express__counter p {
    font-family: Muli;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
.minicart__footer__express__counter .itemCount {
    width: 25px;
    height: 25px;
    font-size: 13px;
    font-weight:300;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    line-height: 25px;
    color: #828282;
    display: none;
}
.minicart__footer__express__counter .itemCount.active {
    color: #fff;
    background-image: linear-gradient(180deg, #626262, #333);
}
.minicart__footer__express__counter .itemCount.inactive {
    background-color: #bababa;
}
.minicart__footer__subtotal {
    background: #fff;
    padding: 10px 3.8461538462% 12px;
    border-top: 1px solid #e8e8e8;
    height: 40px;
}
.minicart__footer__subtotal:after {
    content: "";
    display: table;
    clear: both;
}
@media (min-width:768px) {
    .minicart__footer__subtotal {
    padding-left: 6.6666666667%;
    padding-right: 6.6666666667%}
}.minicart__footer__subtotal .minicart_totals li {
    font-weight:300;
    font-size: 14px;
    padding-bottom: 0;
}
.minicart__footer__btn {
    background: #2E4F94;
    padding: 10px 3.8461538462%}
.minicart__footer__btn button {

    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 30px;
    min-width: 240px;
    width: 100%;
    height: 44px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #2E4F94  !important;
    color: #fff !important;
    border: 0;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.minicart__footer__btn button.disabled {
    background-color: #f1595f;
}
@media (min-width:768px) {
    .minicart__footer__btn {
    padding: 10px 6.6666666667%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
}.minicart_totals {
    list-style: none;
    margin: 0;
    padding: 0;
}
.minicart_totals li {
    float: left;
    width: 72%;
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    padding-bottom: 4px;
}
@media (min-width:768px) {
    .minicart_totals li {
    width: 60%}
}.minicart_totals li:last-child {
    width: 28%;
    font-weight:300;
    color: #333;
}
@media (min-width:768px) {
    .minicart_totals li: last-child {
    width: 40%}
}.minicart_totals.disabled li {
    color: #bababa;
}
.minicart__subtotal {
    background: #fff;
    border-top: 1px solid #e8e8e8;
    margin-left: -4.1666666667%;
    margin-right: -4.1666666667%;
    padding: 15px 4.1666666667% 5px;
}
.minicart__subtotal:after {
    content: "";
    display: table;
    clear: both;
}
@media (min-width:768px) {
    .minicart__subtotal {
    margin-left: -7.6923076923%;
    margin-right: -7.6923076923%;
    padding-left: 7.6923076923%;
    padding-right: 7.6923076923%}
}.spinner {
    display: flex;
    justify-content: space-between;
    background-color: #dedede;
    border-radius: 14px;
    padding: 0 5px;
    height: 31px;
    max-width: 201px;
    line-height: 30px;
}
@media (min-width:768px) {
    .spinner {
    height: 32px;
    font-size: 16px;
}
}@media (min-width:768px) {
    .spinner: before {
    top: 94%}
}.spinner .btn__text {
    font-size: 18px;
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.spinner .btn__left {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    margin-top: 3px;
}
.spinner .btn__left:hover {
    cursor: pointer;
}
.spinner .btn__left.color-active {
    color: #606060;
}
.spinner .btn__right {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    margin-top: 3px;
}
.spinner .btn__right:hover {
    cursor: pointer;
}
.spinner .btn__right.color-active {
    color: #606060;
}
.spinner button {
    float: left;
    height: 34px;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background-color: #f6f6f6;
}
@media (min-width:768px) {
    .spinner button {
    height: 30px;
}
}.spinner input {
    float: left;
    width: calc(100% - 72px);
    border: none;
    outline: none;
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #333;
    font-family: Muli, sans-serif;
    font-weight:300;
    line-height: 24px;
    appearance: textfield;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #dedede;
}
.spinner input::-ms-clear {
    display: none;
}
@media (min-width:768px) {
    .spinner input {
    width: calc(100% - 80px);
    height: 30px;
    font-size: 15px;
}
}.spinner__alert {
    position: absolute;
    height: 104px;
    width: 100%;
    top: -113px;
    left: 0;
    background-color: #001e96;
    border-radius: 5px;
    padding: 4px 28px 12px 12px;
    display: none;
    z-index: 2;
}
.spinner__alert--visible {
    display: block;
}
.spinner__alert p {
    font-family: Muli, sans-serif;
    font-weight:300;
    line-height: 12px;
    font-size: 10px;
    color: #fff;
    padding-right: 20%}
.spinner__alert p:first-child {
    margin-top: 0;
    line-height: 16px;
    font-size: 10px;
    color: #fff;
    font-weight:300;
    padding-right: 10%}
@media (min-width:768px) {
    .spinner__alert p {
    font-size: 12px;
    line-height: 16px;
}
}@media only screen and (min-width:1024px) {
    .spinner__alert p {
    line-height: 20px;
}
}@media (min-width:768px) {
    .spinner__alert p: first-child {
    font-size: 12px;
}
}.spinner__alert strong {
    font-weight:300;
}
.spinner__alert .icon-close {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
.spinner__alert:before {
    content: "";
    height: 14px;
    width: 14px;
    -webkit-transform: translateX(calc(50% - 14px)) rotate(45deg);
    transform: translateX(calc(50% - 14px)) rotate(45deg);
    background-color: #001e96;
    position: absolute;
    top: 92%;
    left: 50%;
    z-index: -1;
}
@media (min-width:768px) {
    .spinner__alert {
    height: 128px;
    top: -138px;
    padding: 12px 28px 12px 12px;
}
}@media only screen and (min-width:1024px) {
    .spinner__alert {
    height: 160px;
    top: -168px;
    padding: 16px 32px 16px 12px;
}
}.spinner-group {
    height: auto;
    text-align: left;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 0;
}
.spinner-group .spinner {
    margin-top: 8px;
}
.spinner-group .toolnumber {
    width: 100%;
    height: 32px;
    position: relative;
    background: #fff;
    border: 1px solid #bababa;
    border-radius: 3px;
    padding: 6px;
}
@media (min-width:768px) {
    .spinner-group .toolnumber {
    height: 38px;
    padding: 8px;
}
}.spinner-group .toolnumber .peso {
    color: #7e7e7e;
    font-weight:300;
    float: left;
    padding: 0 0 0 10%}
.spinner-group .toolnumber .peso, .spinner-group .toolnumber .precio {
    font-family: Muli, sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}
.spinner-group .toolnumber .precio {
    color: #2E4F94;
    font-weight:300;
    float: right;
    padding: 0 2% 0 0;
}
.spinner-group .toolnumber .icon-arrow-large-right {
    color: #7e7e7e;
    font-size: 12px;
    font-weight:300;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 35%;
    margin-left: -6px;
}
.spinner-group .toolnumber:before {
    bottom: -6px;
    border-color: #bababa transparent;
}
.spinner-group .toolnumber:after, .spinner-group .toolnumber:before {
    content: "";
    position: absolute;
    left: 50%;
    border-style: solid;
    border-width: 5px 5px 0;
    display: block;
    margin-left: -5px;
}
.spinner-group .toolnumber:after {
    bottom: -4px;
    border-color: #fff transparent;
}
.spinner-group .toolnumber.onlyprice .icon-arrow-large-right, .spinner-group .toolnumber.onlyprice .peso {
    display: none;
}
.spinner-group .toolnumber.onlyprice .precio {
    float: none;
    text-align: center;
    padding-right: 0;
}
.spinner-group a {
    margin-left: 1px;
}
@media only screen and (max-width:767px) {
    .spinner-group .toolnumber-empty {
    display: none;
}
}@-webkit-keyframes rotation {
    0% {
    -webkit-transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(1turn);
}
}@-moz-keyframes rotation {
    0% {
    -webkit-transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(1turn);
}
}@keyframes rotation {
    0% {
    transform: rotate(0deg);
}
to {
    transform: rotate(1turn);
}
}.GeneralWrapper {
    padding-top: 0!important;
}
html.h-no-scroll {
    position: fixed;
    width: 100%}
@media (min-width:768px) {
    html.h-no-scroll {
    overflow: initial!important;
    position: relative;
}
}.DeliveryMethods {
    display: flex;
    justify-content: center;
}
.DeliveryMethods__Option.active {
    border: 1px solid red;
}
.modal-email__content .ModalEmail__container {
    text-decoration: none!important;
}
.modal-email__content .ModalEmail__container a {
    text-decoration: underline!important;
}
.ModalEmail {
    overflow: auto;
    padding-bottom: 0;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    height: 100%}
@media (min-width:768px) {
    .ModalEmail {
    border: 1px solid #e8e8e8;
    min-height: 490px;
}
}.ModalEmail__header__text {
    text-align: center;
}
.ModalEmail__content {
    max-width: 290px;
    margin: auto auto 150px;
}
.ModalEmail__subtitleLight {
    padding: 5px 0;
    text-align: center;
    margin: 32px 0 40px;
    font-size: 15px;
    line-height: 140%}
@media (min-width:768px) {
    .ModalEmail__subtitleLight {
    text-align: left;
    line-height: 160%}
}.ModalEmail__subtitleLight span {
    font-weight:300;
}
.ModalEmail__form-group {
    text-align: left;
    position: relative;
}
.ModalEmail__form-control {
    display: block;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #7e7e7e;
    margin: 7px 0 0;
    font-size: 14px;
    padding: 2px 10px;
}
.ModalEmail__container {
    display: block;
    margin: 15px 0;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 13px;
    text-decoration: underline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    font-family: Muli;
    line-height: 1.29;
    letter-spacing: normal;
}
@media (min-width:768px) {
    .ModalEmail__container {
    margin: 10px 0 5px;
}
}.ModalEmail__container.error .ModalEmail__text-alert {
    font-family: Muli;
    color: #2E4F94;
    font-size: 10px;
    font-weight:300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    position: absolute;
    margin-top: 5px;
    display: block;
}
.ModalEmail__container.error .ModalEmail__checkmark {
    border: 1px solid red;
}
.ModalEmail__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.ModalEmail__checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #333;
    border-radius: 3.5px;
}
.ModalEmail__container input:checked~.ModalEmail__checkmark {
    background-color: #333;
    border: transparent;
}
.ModalEmail__checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.ModalEmail__container input:checked~.ModalEmail__checkmark:after {
    display: block;
}
.ModalEmail__checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ModalEmail__form-group.error .ModalEmail__contentText>.ModalEmail__form-control {
    border: 1px solid #2E4F94;
}
.ModalEmail__form-group.error .ModalEmail__contentText>.ModalEmail__text-alert {
    font-family: Muli;
    color: #2E4F94;
    font-size: 12px;
    font-weight:300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    margin-top: 5px;
    display: block;
}
.ModalEmail .ModalEmail__iconSuccess, .ModalEmail__text-alert {
    display: none;
}
.ModalEmail__form-group.success .ModalEmail__contentText {
    position: relative;
}
.ModalEmail__form-group.success .ModalEmail__contentText .ModalEmail__iconSuccess {
    display: initial;
    position: absolute;
    right: 12px;
    font-size: 16px;
    color: #fff;
    top: -7px;
    background: #149200;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    box-sizing: border-box;
    padding: 1px 0 0 1px;
}
@media (min-width:768px) {
    .ModalEmail__form-group.success .ModalEmail__contentText .ModalEmail__iconSuccess {
    width: 20px;
    height: 20px;
    padding: 2px 0 0;
}
}.ModalEmail__label {
    font-size: 14px;
    font-weight:300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: left;
}
.ModalEmail__wrapp {
    background-color: #fff;
    border: 1px solid #ededed;
    margin: auto;
    padding: 10px 20px;
    max-width: 290px;
}
@media (min-width:768px) {
    .ModalEmail__wrapp {
    padding: 10px 8px;
}
}.ModalEmail__item {
    display: inline-flex;
    border-bottom: 1px solid #ededed;
    margin: 10px 0 0;
    padding-bottom: 10px;
    width: 100%}
.ModalEmail__item:last-child {
    border: none;
}
.ModalEmail__circle {
    width: 50px;
    height: 50px;
    border: 1px solid #ededed;
    background-color: #fbfbfb;
    border-radius: 50%;
    padding: 16px 13px 0;
    margin-right: 20px;
}
@media (min-width:480px) {
    .ModalEmail__circle {
    margin: auto;
    padding: 15px 12px 0;
}
}.ModalEmail__icon {
    height: 50px;
}
.ModalEmail__buttonNext {
    margin-top: 15px;
}

@media (min-width:480px) {

}.ModalEmail__description {
    font-family: Muli;
    font-size: 14px;
    text-align: left;
    line-height: .86;
    color: #323232;
    margin: 15px 0;
}
@media (min-width:768px) {
    .ModalEmail__description {
    margin: 10px 0 10px 10px;
}
}.ModalEmail__button {
    display: inline-block;
    padding: 10px 80px;
    background-color: #2E4F94;
    color: #fff;
    border-radius: 22.5px;
    text-transform: uppercase;
    border: 0;
    font-family: gilroy-bold, arial;
    font-size: 14px;
}
.ModalEmail__foot {
    background-color: #fbfbfb;
    padding-bottom: 30px;
    margin: 30px auto auto;
    display: none;
}
.ModalEmail__foot h2 {
    font-family: gilroy-bold, arial;
    font-size: 20px;
    text-align: left;
    margin: 0 0 10px 20px;
    padding: 25px 0 5px;
    max-width: 290px;
}
.ModalEmail__foot-desk {
    display: none;
    background-color: #fff;
}
.ModalEmail__foot-desk h2 {
    font-family: gilroy-bold, arial;
    font-size: 16px;
    text-align: left;
    margin: 0 0 10px;
    padding: 25px 0 5px;
    max-width: 290px;
}
.ModalEmail__foot {
    display: block;
}
@media (min-width:768px) {
    .ModalEmail__circle {
    width: 50px;
    height: 50px;
    padding: 15px 12px;
}
}@media (min-width:480px) {
    .ModalEmail__foot-desk {
    display: block;
}
.ModalEmail__foot {
    display: none;
}
.ModalEmail__content {
    max-width: 392px;
}
.ModalEmail__wrapp {
    display: block;
    max-width: 810px;
}
.ModalEmail__form-check-label {
    font-size: 14px;
    margin-top: 16px;
}
.ModalEmail__item {
    width: 50%;
    display: inline-block;
    border: 0;
    padding-bottom: 0;
    vertical-align: top;
}
.ModalEmail__icon {
    margin: auto;
}
.ModalEmail__description, .ModalEmail__foot {
    text-align: center;
}
.ModalEmail__buttonNext {
    margin: 20px 0;
}
}.ModalEmail__InputText {
    position: relative;
}
.ModalEmail__InputText__label {
    position: absolute;
    font-size: 16px;
    line-height: 20px;
    top: 14px;
    left: 12px;
    transition: all .3s ease;
    color: #7e7e7e;
}
.ModalEmail__InputText__label.active {
    background-color: #fff;
    font-size: 12px;
    top: -6px;
}
.ModalForm__contentInput {
    position: relative;
    z-index: 5;
}
.ModalForm__inputLabel {
    position: absolute;
    background: #fff;
    font-size: 12px;
    z-index: 1;
    top: -6px;
    left: 12px;
    color: #7e7e7e;
}
.ModalForm__form-control {
    border-color: #dcdcdc;
    margin: 12px 0;
    font-size: 13px;
}
.css-2b097c-container {
    position: relative;
    box-sizing: border-box;
}
.css-yk16xz-control {
    min-height: 45px!important;
    border-color: #7e7e7e!important;
}
.NoCoverageMessage {
    margin-top: 8px;
    background: #fcf2e2;
    border-radius: 4px;
    border: 1px solid #f9e5c5;
    padding: 4px 16px;
    width: 98%}
@media screen and (max-width:768px) {
    .NoCoverageMessage {
    padding: 9px 13px;
    width: 100%}
}.NoCoverageMessage p {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 14px;
    line-height: 22px;
    color: #333;
}
.ModalGmaps {
    position: relative;
    padding: 0 0 32px;
    margin: 0 auto;
    background-color: #fff;
    height: 100%}
@media (min-width:768px) {
    .ModalGmaps {
    border: 1px solid #e8e8e8;
    height: auto;
}
}.ModalGmaps__contentButton {
    padding: 0;
    left: 0;
    right: 0;
    margin: 16px 0 0;
    width: 100%}
@media (max-width:768px) {
    .ModalGmaps__contentButton {
    margin: 16px auto;
    width: 95%}
}.ModalGmaps__contentButton button {
    width: 100%;
    max-width: 100%}
.ModalGmaps .ModalForm__container {
    max-width: 505px;
}
@media (max-width:768px) {
    .ModalGmaps .ModalForm__container {
    max-width: 100%;
    padding: 0 16px;
}
}.ModalGmaps .ModalForm__container .address-width {
    width: 380px;
    border-style: solid;
    margin: 20px 0 16px;
    padding-left: 12px;
}
@media (max-width:768px) {
    .ModalGmaps .ModalForm__container .address-width {
    width: 100%}
}.ModalGmaps .ModalForm__container .number-width {
    width: 158px;
}
@media (max-width:768px) {
    .ModalGmaps .ModalForm__container .number-width {
    width: 100%}
}.ModalGmaps .ModalForm__container .fg-flex {
    display: flex;
    position: relative;
    width: 100%}
.ModalGmaps .ModalForm__container .fg-flex .ModalForm__form-group {
    margin: 0;
}
.ModalGmaps .ModalForm__container .fg-flex .fg-right {
    position: absolute;
    right: 0;
}
.ModalGmaps__subtitle {
    max-width: 810px;
    width: 80%;
    padding: 20px 10px;
    margin: 0 auto 5px;
}
.ModalGmaps__add {
    text-align: center;
    background-color: #e8e8e8;
    font-size: 13px;
    cursor: pointer;
    height: 41px;
    line-height: 41px;
}
@media (min-width:768px) {
    .ModalGmaps__add {
    font-size: 14px;
}
}.ModalGmaps__add i {
    position: relative;
    border: 1px solid #333;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    left: -20px;
    vertical-align: middle;
    top: -1px;
}
@media (min-width:768px) {
    .ModalGmaps__add i {
    top: 0;
}
}.ModalGmaps__add i:before {
    position: relative;
    top: 5px;
    font-size: 18px;
}
@media (min-width:768px) {
    .ModalGmaps__add i: before {
    left: .5px;
}
}.ModalGmaps__content {
    min-height: 100px;
    width: 95%;
    margin: auto auto 15px;
    height: 55%}
@media (min-width:768px) {
    .ModalGmaps__content {
    border-top: none;
    max-width: 90%;
    min-height: 200px;
    margin: auto auto 10px;
}
}.ModalGmaps__message {
    text-align: center;
    background: #ffe899;
    border-radius: 2px;
    padding: 4px;
    margin-top: 16px;
}
.ModalGmaps__message span {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
@media (max-width:768px) {
    .ModalGmaps .ModalForm__form-group {
    width: 100%}
}.ModalGmaps .ModalForm__form-group .ModalGmaps__contentText, .ModalGmaps .ModalForm__form-group .ModalGmaps__InputText {
    position: relative;
}
.ModalGmaps .ModalForm__form-group .ModalGmaps__InputText__label {
    position: absolute;
    font-size: 16px;
    top: 14px;
    left: 12px;
    transition: all .3s ease;
    color: #7e7e7e;
}
.ModalGmaps .ModalForm__form-group .ModalGmaps__InputText__label.active {
    background-color: #fff;
    font-size: 12px;
    top: -6px;
}
.ModalGmaps .ModalForm__form-group .ModalGmaps__InputText .ModalForm__form-control {
    padding: 20px 0 16px;
}
.ModalGmaps .ModalForm__form-group .ModalGmaps__iconSuccess {
    display: none;
}
.ModalGmaps .ModalForm__form-group__form-group .success {
    position: relative;
}
.ModalGmaps .ModalForm__form-group__form-group .success .ModalGmaps__iconSuccess {
    display: initial;
    position: absolute;
    right: 12px;
    font-size: 16px;
    color: #fff;
    top: -7px;
    background: #149200;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    box-sizing: border-box;
    padding: 1px 0 0 1px;
}
@media (min-width:768px) {
    .ModalGmaps .ModalForm__form-group__form-group .success .ModalGmaps__iconSuccess {
    width: 20px;
    height: 20px;
    padding: 2px 0 0;
}
}.ModalGmaps .ModalForm__form-group--link {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #bc0d0d;
    display: inline-block;
    width: auto;
    cursor: pointer;
}
.ModalGmaps__form-group.success .ModalGmaps__contentText {
    position: relative;
}
.ModalGmaps__form-group.success .ModalGmaps__contentText .ModalGmaps__iconSuccess {
    display: initial;
    position: absolute;
    right: 12px;
    font-size: 16px;
    color: #fff;
    top: -7px;
    background: #149200;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    box-sizing: border-box;
    padding: 1px 0 0 1px;
}
@media (min-width:768px) {
    .ModalGmaps__form-group.success .ModalGmaps__contentText .ModalGmaps__iconSuccess {
    width: 20px;
    height: 20px;
    padding: 2px 0 0;
}
}.ModalGmaps .ModalGmaps__iconSuccess {
    display: none;
}
.ModalGmaps .ModalGmaps__iconSuccess .success .ModalGmaps__contentText {
    position: relative;
}
.ModalGmaps .ModalGmaps__iconSuccess .success .ModalGmaps__contentText .ModalGmaps__iconSuccess {
    display: initial;
    position: absolute;
    right: 12px;
    font-size: 16px;
    color: #fff;
    top: -7px;
    background: #149200;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    box-sizing: border-box;
    padding: 1px 0 0 1px;
}
@media (min-width:768px) {
    .ModalGmaps .ModalGmaps__iconSuccess .success .ModalGmaps__contentText .ModalGmaps__iconSuccess {
    width: 20px;
    height: 20px;
    padding: 2px 0 0;
}
}.ModalGmaps .ModalEmail__iconSuccess {
    display: none;
}
.ModalGmaps #AddressMap {
    display: block;
    height: 190px;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 20px;
}
.ModalGmaps input#searchAddressField {
    margin: 16px 0;
}
.pac-container {
    z-index: 9999;
}
.ModalGmaps__contentText {
    position: relative;
}
.ModalForm__form-group.success {
    width: 380px;
    margin: 0 0 0 23px;
}
@media (max-width:768px) {
    .ModalForm__form-group.success {
    width: 100%;
    margin-left: 0;
}
}.ModalForm__form-group.success .ModalGmaps__iconSuccess {
    display: initial;
    position: absolute;
    right: 12px;
    font-size: 16px;
    color: #fff;
    top: -7px;
    background: #149200;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    box-sizing: border-box;
    padding: 1px 0 0 1px;
}
@media (min-width:768px) {
    .ModalForm__form-group.success .ModalGmaps__iconSuccess {
    width: 20px;
    height: 20px;
    padding: 2px 0 0;
}
}.ModalForm__form-group.group-number.success {
    width: 158px;
    margin: 0 0 0 23px;
}
@media (max-width:768px) {
    .ModalForm__form-group.group-number.success {
    width: 100%;
    margin-left: 0;
}
}.fixedBotomOption {
    position: fixed;
    bottom: 230px;
}
@media screen and (max-width:768px) {
    .fixedBotomOption {
    position: static;
    bottom: 80px;
    margin: 0 0 20px;
}
}.fixedBotomContinue {
    position: static;
    bottom: 50px;
}
.ModalAddresses {
    padding-left: 32px;
    padding-right: 32px;
    height: auto;
}
@media screen and (max-width:768px) {
    .ModalAddresses {
    padding: 0 16px;
}
}.ModalAddresses__subtitle {
    text-align: left;
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 14px;
    color: #333;
    padding: 10px 0;
    margin: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}
.ModalAddresses__content {
    width: 100%}
.ModalAddresses__list {
    border-top: 0;
    width: 100%;
    height: 204px;
    overflow: auto;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width:768px) {
    .ModalAddresses__list {
    height: auto;
    max-height: 204px;
}
.ModalAddresses__list::-webkit-scrollbar {
    display: none;
}
}.ModalAddresses__list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.ModalAddresses__list::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
.ModalAddresses__list::-webkit-scrollbar-thumb {
    background: #787878;
    border: 4px #fff;
    border-radius: 50px;
}
.ModalAddresses__list::-webkit-scrollbar-thumb:active, .ModalAddresses__list::-webkit-scrollbar-thumb:hover {
    background: #787878;
}
.ModalAddresses__list::-webkit-scrollbar-track {
    background: #e7e7e7;
    border: 0 #fff;
    border-radius: 50px;
}
.ModalAddresses__list::-webkit-scrollbar-track:active, .ModalAddresses__list::-webkit-scrollbar-track:hover {
    background: #e7e7e7;
}
.ModalAddresses__list::-webkit-scrollbar-corner {
    background: transparent;
}
.ModalAddresses__item {
    padding: 16px 0;
    margin: 0!important;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    vertical-align: top;
    font-weight:300;
    position: relative;
    display: inline-block;
    width: 100%;
    color: #828282;
    font-size: 13px;
}
.ModalAddresses__item .search-address__no-found-direction {
    margin-top: 16px;
    margin-right: 9px;
}
@media screen and (max-width:320px) {
    .ModalAddresses__item .search-address__no-found-direction {
    padding: 13px 12px;
    margin-top: 8px;
}
}.ModalAddresses__item .search-address__no-found-direction p {
    max-width: 374px;
    text-align: left;
}
@media screen and (max-width:768px) {
    .ModalAddresses__item .search-address__no-found-direction p {
    max-width: 100%}
}@media screen and (max-width:320px) {
    .ModalAddresses__item .search-address__no-found-direction p {
    max-width: 230px;
}
}.ModalAddresses__radio {
    right: auto;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    position: inherit;
}
.ModalAddresses__radio .ModalBasePreferences__radio__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}
.ModalAddresses__radio .ModalBasePreferences__radio__checkmark {
    background-color: #ebebeb;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 50%}
.ModalAddresses__radio .ModalBasePreferences__radio__checkmark.active:after {
    content: "";
    width: 18px;
    height: 18px;
    right: 10px;
    top: 0;
    background-repeat: no-repeat;
    z-index: 7;
    background-size: contain;
    display: block;
}
.ModalAddresses__radio .ModalBasePreferences__radio__checkmark.uncovered:after {
    content: "";
    width: 18px;
    height: 18px;
    right: 10px;
    top: 0;
    background-repeat: no-repeat;
    z-index: 7;
    background-size: contain;
    display: block;
}
.ModalAddresses__radio .ModalBasePreferences__radio__checkmark.uncovered+span.ModalAddresses__spanMov {
    color: #de0220;
}
.ModalAddresses__radio .ModalAddresses__spanMov {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 40px;
    font-style: normal;
    font-weight:300;
    font-size: 14px;
    color: #606060;
}
.ModalAddresses__radio .pvaicon-a-icon-edit {
    content: "\e955";
    color: #606060;
}
.ModalAddresses__radio .edit-address {
    color: #606060;
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 11px;
    float: right;
}
.ModalAddresses__add {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-weight:300;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 16px;
    height: 50px;
    cursor: pointer;
}
.ModalAddresses__add i {
    color: #fff;
    background-color: #333;
    margin-left: 6px;
    border-radius: 50%;
    font-weight: lighter;
}
.ModalAddresses__option {
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 16px;
    bottom: 0;
    height: 50px;
    border-radius: 12px;
    cursor: pointer;
}
.ModalAddresses__option p {
    margin: 0;
    font-size: 13px;
    font-weight:300;
    text-align: center;
}
.ModalAddresses__option p span {
    font-weight:300;
    color: #9d1e23;
    text-decoration: underline;
}
.ModalAddresses .ModalBasePreferences__contentButton {
    left: 0;
}
.ModalAddresses .ModalBasePreferences__button {
    padding: 15px 26px;
    text-transform: none;
    width: 100%}
.NoCoverageAddress {
    margin-top: 16px!important;
}
.modal-direccion {
    padding: 16px 0;
    font-family: Muli;
    box-sizing: border-box;
}
@media screen and (min-width:1024px) {
    .modal-direccion {
    margin: 0 32px;
}
}@media screen and (min-width:768px) {
    .modal-direccion {
    max-height: 470px;
    overflow: hidden;
}
}@media screen and (max-width:768px) {
    .modal-direccion {
    padding: 16px 15px;
}
}.modal-direccion__content {
    margin-bottom: 0;
}
.modal-direccion__content p {
    font-weight:300;
    font-size: 14px;
    line-height: 160%;
    padding-bottom: 0;
    margin-bottom: 0;
}
.modal-direccion__content p a {
    color: #9d1e23;
    text-decoration: underline;
}
.modal-direccion__content__input {
    position: relative;
}
.modal-direccion__content__input .ModalGmaps__InputText__label {
    position: absolute;
    font-size: 16px;
    line-height: 20px;
    color: #7e7e7e;
    font-weight:300;
    top: 10px;
    left: 10px;
    transition-duration: 250;
}
.modal-direccion__content__input .ModalForm__form-control {
    border: 1px solid #7e7e7e;
    font-weight:300;
    font-size: 16px;
    color: #333;
    margin: 0 0 16px;
    padding: 0 10px;
}
.modal-direccion__content__input .active {
    background: #fff;
    top: -10px;
    font-size: 12px;
    transition-duration: 250;
}
.modal-direccion__content__listTiendas {
    max-height: 350px;
    height: 100%;
    overflow: auto;
    font-family: Muli;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width:768px) {
    .modal-direccion__content__listTiendas {
    max-height: 560px;
}
}.modal-direccion__content__listTiendas h3 {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 18px;
    color: #2E4F94;
    margin-top: 17px;
    margin-bottom: 0;
}
.modal-direccion__content__listTiendas .titlelistTiendas {
    font-weight:300;
    font-size: 14px;
    color: #333;
}
.modal-direccion__content__listTiendas .titlelistTiendas svg {
    margin-right: 5px;
}
.modal-direccion__content__listTiendas .my-ubication {
    margin-bottom: 0;
    padding: 0;
}
@media screen and (max-width:768px) {
    .modal-direccion__content__listTiendas .my-ubication {
    display: initial;
}
}.modal-direccion__content__listTiendas .no-stores {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 14px;
    padding-top: 24px;
}
.modal-direccion__content__listTiendas .no-stores.lima-provincia {
    padding-top: 12px;
    color: #606060;
}
.modal-direccion__content__listTiendas .no-stores span {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
.modal-direccion__content__listTiendas .itemlistTienda {
    border-bottom: 1px solid #dcdcdc;
    display: block;
    padding: 20px 0;
}
.modal-direccion__content__listTiendas .itemlistTienda h5 {
    font-weight:300;
    font-size: 14px;
    color: #606060;
}
.modal-direccion__content__listTiendas .itemlistTienda p {
    font-size: 14px;
    color: #606060;
    margin-bottom: 10px;
}
.modal-direccion__content__listTiendas .itemlistTienda .button-recojo {
    max-width: 111px;
    border: 1px solid #9d1e23;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    color: #9d1e23;
    font-size: 14px;
    font-weight:300;
    background: #fff;
    padding: 8px 10px;
}
.modal-direccion__content__listTiendas .itemlistTienda .button-recojo.select-store {
    padding: 5px;
    font-size: 0;
    background: #17ab4d;
    border-radius: 20px;
    border: 0;
    max-width: none;
    position: relative;
}
.modal-direccion__content__listTiendas .itemlistTienda .button-recojo.select-store:before {
    content: "Mi tienda de recojo";
    font-size: 14px;
    display: block;
    color: #fff;
    padding-left: 23px;
    padding-right: 2px;
}
.modal-direccion__content__listTiendas .itemlistTienda .button-recojo.select-store:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 5px;
    top: 4px;
    background-repeat: no-repeat;
    z-index: 7;
    background-size: contain;
}
.modal-direccion__content__listTiendas .itemlistTienda .button-recojo.no-coverage-store {
    padding: 5px;
    font-size: 0;
    background: #de0220;
    border-radius: 20px;
    border: 0;
    max-width: none;
    position: relative;
}
.modal-direccion__content__listTiendas .itemlistTienda .button-recojo.no-coverage-store:before {
    content: "Tienda no disponible";
    font-size: 14px;
    display: block;
    color: #fff;
    padding-left: 23px;
    padding-right: 2px;
}
.modal-direccion__content__listTiendas .itemlistTienda .button-recojo.no-coverage-store:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 5px;
    top: 4px;
    background-repeat: no-repeat;
    z-index: 7;
    background-size: contain;
}
.modal-direccion__content__listTiendas .itemlistTienda .info-km {
    float: right;
    color: #fff;
    background: #606060;
    border-radius: 4px;
    padding: 3px;
    font-size: 12px;
    margin-top: 10px;
}
.modal-direccion__actions {
    text-align: center;
}
.ModalForm__form-control {
    display: block;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background-color: #fff;
}
.ModalSuccess {
    position: relative;
    padding: 0;
    margin: 0 auto;
    background-color: #fff;
    height: calc(100vh - 57px);
    text-align: center;
}
@media (min-width:768px) {
    .ModalSuccess {
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    height: 100%;
    min-height: 515px;
    padding: 0 0 35px;
}
}@media screen and (max-width:480px) {
    .ModalSuccess {
    overflow-y: scroll;
}
}@media screen and (max-width:768px) {
    .ModalSuccess__contentButtonConfirm {
    position: relative;
    box-shadow: none;
}
}.ModalSuccess .ModalSuccess__Mssg.is-invisible {
    height: 89px;
}
.ModalSuccess__header__close {
    position: absolute;
    right: 15px;
    top: 18px;
    font-size: 20px;
}
.ModalSuccess__capacity {
    max-width: 532px;
    border-radius: 4px;
    border: 1px solid #fec600;
    background-color: rgba(254, 198, 0, .2);
    margin: 5px auto;
    padding: 8px 19px;
}
@media screen and (max-width:480px) {
    .ModalSuccess__capacity {
    margin: 15px 15 auto;
}
}.ModalSuccess__capacity b {
    color: #606060;
}
.ModalSuccess__capacity p {
    font-family: Muli;
    font-size: 14px;
    font-weight:300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
    color: #606060!important;
}
@media screen and (max-width:480px) {
    .ModalSuccess__capacity p {
    line-height: 20px;
    font-size: 12px;
}
}.ModalSuccess__capacity p b {
    color: #606060;
}
.ModalSuccess__capacity p span {
    color: #606060!important;
    text-transform: capitalize;
}
.ModalSuccess__title {
    max-width: none;
    line-height: 25px;
    font-size: 18px;
    font-weight:300;
    margin: 10px 0 0;
    font-family: Muli;
}
@media (min-width:768px) {
    .ModalSuccess__title {
    font-size: 20px;
}
}.ModalSuccess__title span {
    font-family: gilroy-bold, arial;
}
.ModalSuccess__subtitle {
    font-size: 18px;
    font-weight:300;
    padding: 0 15px;
}
@media (min-width:768px) {
    .ModalSuccess__subtitle {
    padding: 0 45px;
    font-size: 20px;
}
}.ModalSuccess__image {
    display: inline-block;
    max-width: 108px;
}
.ModalSuccess__service {
    margin: 20px 0 15px;
}
.ModalSuccess__service__text {
    font-weight:300;
    font-size: 16px;
    margin-bottom: 5px;
}
.ModalSuccess__service__type {
    font-weight:300;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.ModalSuccess__service p:last-child {
    font-size: 16px;
    line-height: 140%}
.ModalSuccess__district {
    margin-bottom: 30px;
    margin-top: 12px;
}
@media screen and (max-width:480px) {
    .ModalSuccess__district {
    margin-bottom: 0;
}
}@media (min-width:768px) {
    .ModalSuccess__district {
    margin-bottom: 20px;
}
}.ModalSuccess__district__text {
    font-weight:300;
    font-size: 14px;
    margin-bottom: 5px;
}
.ModalSuccess__district__name {
    font-weight:300;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: capitalize;
}
@media screen and (max-width:480px) {
    .ModalSuccess__district__name {
    margin-bottom: 10px;
    font-size: 16px;
}
}.ModalSuccess__district__name i {
    position: relative;
    top: 5px;
    font-size: 16px;
    left: -3px;
}
.ModalSuccess__district__name span {
    position: relative;
    top: 4px;
    left: 4px;
}
.ModalSuccess__linkAddress {
    text-underline-position: under;
    text-decoration: underline;
    color: #000;
    font-size: 14px;
    font-weight:300;
}
.ModalSuccess .ModalBasePreferences__header__text {
    font-family: Muli;
    font-weight:300;
}
.ModalSuccess .ModalBasePreferences__button {
    display: inline-block;
    padding: 10px 80px;
    background-color: #2E4F94;
    color: #fff;
    border-radius: 22.5px;
    text-transform: capitalize!important;
    border: 0;
    font-family: Muli;
    font-size: 14px;
}
.ModalSuccess .ModalBasePreferences__button.disabled {
    opacity: .2;
}
.ModalSuccess__Mssg {
    background: #fff1d7;
    border: 1px solid #eddcbe;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: left;
    min-width: 288px;
    width: 288px;
    margin: auto auto 24px;
}
@media (min-width:768px) {
    .ModalSuccess__Mssg {
    min-width: 392px;
}
}.ModalSuccess__Mssg__new {
    padding: 16px 12px 2px;
}
.ModalSuccess__Mssg .white {
    background-color: #fff;
    padding: 16px 12px 2px;
    margin-bottom: 8px;
    border: 0;
    min-width: 286px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
@media (min-width:768px) {
    .ModalSuccess__Mssg .white {
    min-width: 389px;
}
}.ModalSuccess__Mssg h6 {
    font-weight:300;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
    color: #000;
}
.ModalSuccess__Mssg h6 span {
    color: #000;
    background: #fec600;
    border-radius: 10px;
    font-family: Muli;
    font-weight:300;
    font-size: 12px;
    line-height: 140%;
    padding: 2px 12px;
    margin-right: 4px;
}
.ModalSuccess__Mssg__description {
    padding: 0 12px 16px;
}
.ModalSuccess__Mssg__description p {
    font-weight:300;
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 0;
    color: #606060;
}
.ModalSuccess__Mssg__description p b {
    color: #606060;
    font-weight:300;
}
.ModalSuccess__Mssg--v1 {
    min-width: 0;
    max-width: 288px;
    padding: 12px;
}
@media (min-width:768px) {
    .ModalSuccess__Mssg--v1 {
    max-width: 400px;
    width: 392px;
}
}.ModalSuccess__Mssg--v1 .ModalSuccess__Mssg__description {
    padding: 0;
}
.ModalSuccess__linkAddress {
    margin-top: 15px;
}
.ModalSuccess__link {
    position: relative;
    display: inline-block;
    margin: 20px 0;
    font-size: 14px;
}
@media (min-width:768px) {
    .ModalSuccess__link {
    margin: 15px 0 12px;
}
}.ModalSuccess__link a {
    display: inline-block;
    padding: 10px 49px;
    background-color: #fff;
    border: 1px solid #979798;
    color: #000;
    border-radius: 22.5px;
    font-family: Muli;
    font-size: 15px;
    font-weight:300;
}
@media (min-width:768px) {
    .ModalSuccess__link a {
    padding: 10px 105px;
}
}.ModalSuccess__LinkAddress a {
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under;
    text-decoration: underline;
    color: #000;
    font-size: 15px;
    font-weight:300;
}
.ModalSuccess__darkstore {
    margin: auto;
    max-width: 286px;
}
@media (min-width:768px) {
    .ModalSuccess__darkstore {
    max-width: 392px;
}
}.ModalSuccess__darkstore__msg {
    background: #fff1d7;
    color: #606060;
    font-size: 12px;
    font-weight:300;
    padding: 12px 8px;
    line-height: 140%;
    text-align: left;
    border-radius: 0 0 4px 4px;
}
.ModalSuccess__darkstore__msg strong {
    font-weight:300;
    color: #606060;
}
.ModalSuccess__darkstore .darkstore-switch {
    justify-content: space-between;
    padding: 0 10px 0 0;
    border-radius: 0 4px 0 0;
}
.ModalSuccess__darkstore .darkstore-switch__text {
    font-size: 14px;
}
.ModalSuccess__darkstore .darkstore-switch__text span {
    text-transform: none;
    border-radius: 4px 0 0 0;
}
@media (min-width:768px) {
    .ModalSuccess__darkstore .darkstore-switch__text {
    font-size: 16px;
}
}.ModalSuccess__darkstore .darkstore-switch__text p {
    text-transform: none;
    text-align: left;
}
@media (min-width:768px) {
    .ModalSuccess__darkstore .darkstore-switch__text p {
    max-width: 215px;
}
}.successmesagges {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #fff;
    color: #000;
    top: 0;
    left: 0;
    z-index: 101;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width:1024px) {
    .successmesagges {
    border-radius: 12px;
    position: absolute;
}
}.successmesagges__content {
    min-width: 240px;
    margin: 100px auto auto;
}
.successmesagges__image {
    margin-bottom: 15px;
}
.successmesagges__title {
    font-style: normal;
    font-weight:300;
    font-size: 20px;
    margin-bottom: 15px;
}
.successmesagges__text {
    font-weight:300;
    font-size: 16px;
    color: #333;
    line-height: 24px;
}
.modal-content__subheader {
    background-color: #f5f5f5;
    padding: 8px 16px;
    text-align: left;
    font-size: 12px;
}
@media screen and (min-width:768px) {
    .modal-content__subheader {
    padding: 8px 48px;
}
}@media (min-width:768px) {
    .modal-content__subheader {
    font-size: 12px;
    font-weight:300;
}
}@media screen and (min-width:1024px) {
    .modal-content__subheader {
    padding-right: 32px;
    padding-left: 32px;
}
}.modal-content__subheader span {
    text-decoration: underline;
    cursor: pointer;
    color: #9d1e23;
    font-weight:300;
    margin-left: 5px;
}
.modal-content__close-icon {
    width: 40px;
    height: 40px;
}
.address-confirm {
    height: 277px;
    background-color: #000;
}
.receive-order-methods__container .title-modal-overlay {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 16px;
    color: #333;
    margin: auto;
    padding-top: 13px;
    padding-bottom: 13px;
}
.receive-order-methods__container .user-recurrent-set__modal {
    text-align: center;
    padding: 24px 0;
    width: 100%}
@media screen and (min-width:360px) {
    .receive-order-methods__container .user-recurrent-set__modal {
    padding-left: 10px;
    padding-right: 10px;
}
}.receive-order-methods__container .user-recurrent-set__modal span {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 14px;
    line-height: 140%;
    color: #505050;
}
.receive-order-methods__container .user-recurrent-set__modal p {
    font-family: Muli;
    font-weight:300;
    font-size: 16px;
    line-height: 140%;
    color: #505050;
    text-transform: capitalize;
}
.receive-order-methods__container .user-recurrent-set__modal .button-section {
    padding-top: 16px;
    text-align: center;
}
.receive-order-methods__container .user-recurrent-set__modal .button-section button {
    display: inline-block;
    padding: 10px 37px;
    border-radius: 20px;
    border: 1px solid #9d1e23;
    color: #9d1e23;
    background: transparent;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
}
@media screen and (max-width:760px) {
    .receive-order-methods__container .user-recurrent-set__modal .button-section button {
    padding: 10px 30px!important;
    margin-left: 3px;
    margin-right: 3px;
}
}.receive-order-methods__container .user-recurrent-set__modal .button-section button.button-change:hover, .receive-order-methods__container .user-recurrent-set__modal .button-section button.button-confirm:hover {
    background-color: #9d1e23;
    color: #fff;
}
.receive-order-methods__container .user-recurrent-set__modal__MessageNoAvailable {
    background: #fcf2e2;
    border-radius: 4px;
    border: 1px solid #f9e5c5;
    padding: 8px 10px 4px 11px;
    width: 98%;
    margin-bottom: 24px;
}
@media screen and (max-width:768px) {
    .receive-order-methods__container .user-recurrent-set__modal__MessageNoAvailable {
    padding: 13px 12px;
    width: 100%}
}.receive-order-methods__container .user-recurrent-set__modal__MessageNoAvailable p {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    text-align: left;
    text-transform: none;
}
.limit-express {
    display: flex;
    align-items: center;
    padding: 13px;
    cursor: pointer;
}
.limit-express button {
    display: inline-block;
    padding: 10px 37px;
    border-radius: 20px;
    border: 1px solid #9d1e23;
    color: #9d1e23;
    background: transparent;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight:300;
}
@media screen and (max-width:760px) {
    .limit-express button {
    padding: 10px 30px!important;
    margin-left: 3px;
    margin-right: 3px;
}
}.limit-express button.button-change:hover, .limit-express button.button-confirm:hover {
    background-color: #9d1e23;
    color: #fff;
}
.H_imprint {
    display: none;
}
.H_ui {
    z-index: 0!important;
}
.H_ui .H_l_bottom.H_l_right .H_l_anchor.H_l_vertical {
    transform: scale(.75) translate(30px, -80px);
}
.H_ui .H_l_bottom.H_l_right .H_l_anchor.H_l_horizontal {
    display: none;
}
.H_ui .infobubble {
    z-index: 0;
}
.H_ui .infobubble .H_ib_body {
    bottom: 25px;
    width: max-content;
    border-right: none;
    padding-right: 10px;
    margin-right: 0;
    left: 0;
    transform: translateX(-50%);
}
.H_ui .infobubble .H_ib_body .H_ib_close {
    right: 6px;
    width: 7px;
    height: 12px;
    top: 10px;
}
.H_ui .infobubble .H_ib_body .H_ib_content {
    position: relative;
    margin: 5px 10px;
    font-size: 12px;
    line-height: 16px;
    font-family: inherit;
    letter-spacing: .25px;
    color: #818181;
}
.H_ui .infobubble .H_ib_body:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%}
.H_ui .infobubble .H_ib_tail {
    bottom: 30px;
}
.autosuggest {
    position: relative;
    width: 100%;
    z-index: 10;
}
.autosuggest.hide>ul {
    display: none;
}
.autosuggest>ul {
    position: absolute;
    width: 100%;
    z-index: 3;
    top: -2px;
    padding-top: 2px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 5px 0 #e6e6e6;
    border: 1px solid #e6e6e6;
    border-top: none;
}
.autosuggest>ul li {
    padding: 10px;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
}
.autosuggest>ul li:last-child {
    border-radius: 0 0 5px 5px;
    border-bottom: none;
}
.autosuggest>ul li:hover {
    cursor: pointer;
    background: #f6f6f6;
}
.autosuggest__icon {
    width: 10px;
    height: 14px;
    margin: 0 5px 0 0;
}
.autosuggest__text {
    color: #818181;
    font-size: 12px;
    margin-bottom: 0;
}
.autosuggest__text--highlight {
    color: #000;
}
.H_MAP_FullScreenButton {
    position: absolute;
    top: 10px;
    right: 7px;
    width: 30px;
    height: 30px;
    background: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 .28em 0 rgba(15, 22, 33, .6);
}
@media screen and (min-width:1007px) {
    .H_MAP_FullScreenButton {
    top: auto;
    bottom: 30px;
}
}.H_MAP_FullScreenButton__icon:after, .H_MAP_FullScreenButton__icon:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 30%}
.H_MAP_FullScreenButton__icon:before {
    top: 7px;
    left: 7px;
    border-top: 2px solid #6f737a;
    border-left: 2px solid #6f737a;
}
.H_MAP_FullScreenButton__icon:after {
    bottom: 7px;
    right: 7px;
    border-bottom: 2px solid #6f737a;
    border-right: 2px solid #6f737a;
}
.H_MAP_FullScreenButton__icon--active:before {
    top: 5px;
    left: 5px;
    border: 2px solid #6f737a;
    border-top: none;
    border-left: none;
}
.H_MAP_FullScreenButton__icon--active:after {
    bottom: 5px;
    right: 5px;
    border: 2px solid #6f737a;
    border-right: none;
    border-bottom: none;
}

.pac-container {
    z-index: 2999999999;
}
@keyframes overlayBackgroundColor {
    0% {
    background: transparent;
}
to {
    background: rgba(0, 0, 0, .75);
}
}.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
    background-color: rgba(0, 0, 0, .5);
}
.modal-overlay--active {
    display: block;
}
.modal-overlay--active:before {
    content: "";
    background: rgba(8, 8, 8, .4);
    background: -moz-linear-gradient(top, rgba(8, 8, 8, .4) 82%, hsla(0, 0%, 100%, .38) 83%, hsla(0, 0%, 100%, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(82%, rgba(8, 8, 8, .4)), color-stop(83%, hsla(0, 0%, 100%, .38)), color-stop(100%, hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(top, rgba(8, 8, 8, .4) 82%, hsla(0, 0%, 100%, .38) 83%, hsla(0, 0%, 100%, 0));
    background: -o-linear-gradient(top, rgba(8, 8, 8, .4) 82%, hsla(0, 0%, 100%, .38) 83%, hsla(0, 0%, 100%, 0) 100%);
    background: -ms-linear-gradient(top, rgba(8, 8, 8, .4) 82%, hsla(0, 0%, 100%, .38) 83%, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(180deg, rgba(8, 8, 8, .4) 82%, hsla(0, 0%, 100%, .38) 83%, hsla(0, 0%, 100%, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#080808", endColorstr="#ffffff", GradientType=0);
    top: -180px;
    left: 0;
    height: 180px;
    width: 100%;
    position: absolute;
    cursor: pointer;
}
.modal-wrapper {
    width: 100%}
@media screen and (min-width:1024px) {
    .modal-wrapper {
    width: 100%}
}.modal-wrapper--overlay-active {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 2999999999;
    animation: overlayBackgroundColor .25s ease 0s 1 normal forwards;
}
@media screen and (min-width:1024px) {
    .modal-wrapper--overlay-active {
    background: rgba(0, 0, 0, .5);
    animation: none;
}
}@keyframes overlayModalPosition {
    0% {
    bottom: -463px;
}
to {
    bottom: 0;
}
}*, :after, :before {
    box-sizing: border-box;
}
.modal {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100vh;
    font-family: Muli;
}
@media screen and (max-width:720px) {
    .modal {
    overflow: auto;
}
}@media screen and (min-width:720px) {
    .modal--overlay-active: before {
    position: absolute;
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    top: -6px;
    left: 18px;
    margin: 0 auto;
    transform: rotate(45deg);
    z-index: 100;
    border: 1px solid #e7e7e7;
    border-right: 0;
    border-bottom: 0;
}
}.modal .my-ubication {
    display: flex;
    align-items: center;
    padding: 13px;
    cursor: pointer;
}
@media screen and (min-width:1024px) {
    .modal .my-ubication {
    padding-right: 32px;
    padding-left: 32px;
}
}.modal .my-ubication svg {
    display: inline-block;
    margin-right: 5px;
}
.modal .my-ubication p {
    color: #9d1e23;
    display: inline-block;
    margin-bottom: 0;
}
.modal__title {
    display: block;
    margin: 0 12px;
    height: 28px;
}
.modal--overlay-active {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 370px;
    bottom: 0;
    animation: overlayModalPosition .25s cubic-bezier(.46, .03, .52, .96) 0s 1 normal forwards;
}
@media screen and (min-width:720px) {
    .modal--overlay-active {
    bottom: auto;
    height: auto;
    left: 0;
    padding-bottom: 16px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    animation: none;
}
}@media screen and (min-width:1024px) {
    .modal {
    width: 510px;
    height: 642px;
    border-radius: 12px;
    padding-bottom: 16px;
}
}.modal-content .ModalBasePreferences__header__back {
    position: absolute;
    left: 15px;
    top: 16px;
    font-size: 11px;
    font-weight: lighter;
}
.modal-content .modal-title {
    text-align: center;
    margin-top: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 20px;
}
@media screen and (max-width:768px) {
    .modal-content .modal-title {
    padding: 0 30px 12px;
}
}.modal-content .modal-title__text {
    font-size: 16px;
    color: #333;
}
@media screen and (max-width:768px) {
    .modal-content .modal-title__text {
    font-size: 15px;
}
}.modal-content__close-icon {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 0;
    right: 0;
    border-top-right-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
@media screen and (min-width:1024px) {
    .modal-content__close-icon {
    display: none;
}
}.modal-content__description {
    display: block;
    font-size: 14px;
    font-weight:300;
    text-align: center;
    color: #333;
    margin: 12px 16px 16px;
    padding-right: 20px;
}
@media screen and (min-width:1024px) {
    .modal-content__description {
    text-align: left;
    font-weight:300;
}
}.input-modal {
    border: 1px solid #7e7e7e;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 12px 10px;
    font-size: 16px;
    line-height: 20px;
    color: #7e7e7e;
    font-weight:300;
    height: 48px;
    width: 100%}
.input-modal.success {
    border: 1px solid green;
}
.input-modal.error {
    border: 1px solid red;
}
.is-sticky {
    top: 64px!important;
}
.modal-preference__header-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 8px 16px;
}
@media screen and (min-width:1024px) {
    .modal-preference__header-title {
    padding: 16px 32px;
}
}.modal-preference__header-title .header-title__text {
    flex: 1;
    font-size: 15px;
}
@media screen and (min-width:360px) {
    .modal-preference__header-title .header-title__text {
    font-size: 16px;
}
}.modal-preference__header-title .header-title__arrow-back, .modal-preference__header-title .header-title__close-icon {
    flex: 0.1;
    display: flex;
}
.modal-preference__header-title .header-title__arrow-back {
    justify-content: flex-start;
}
.modal-preference__header-title .header-title__close-icon {
    cursor: pointer;
    justify-content: flex-end;
}
.receive-order-methods {
    overflow-x: auto;
    margin-right: 16px;
    margin-left: 16px;
}
@media screen and (min-width:360px) {
    .receive-order-methods {
    margin-right: 32px;
    margin-left: 32px;
}
}@media screen and (min-width:1024px) {
    .receive-order-methods {
    margin-right: 16px;
    margin-left: 16px;
}
.receive-order-methods::-webkit-scrollbar {
    height: 4px;
}
.receive-order-methods::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}
.receive-order-methods::-webkit-scrollbar-thumb:active {
    background-color: #999;
}
.receive-order-methods::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
}
.receive-order-methods::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 2px;
}
.receive-order-methods::-webkit-scrollbar-track:active, .receive-order-methods::-webkit-scrollbar-track:hover {
    background: #d4d4d4;
}
}@media screen and (min-width:360px) {
    .receive-order-methods__header {
    margin-right: 16px;
    margin-left: 16px;
}
}@media screen and (min-width:1024px) {
    .receive-order-methods__header {
    margin-right: 32px;
    margin-left: 32px;
}
}.receive-order-methods__header .delivery-methods-header {
    padding-top: 8px;
    padding-bottom: 8px;
}
.receive-order-methods__header .delivery-methods-header .delivery_method_option {
    opacity: .6;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding-top: 8px;
    margin-right: 8px;
    text-align: center;
    cursor: pointer;
    min-width: 88px;
    width: 88px;
    height: 72px;
}
@media screen and (min-width:360px) {
    .receive-order-methods__header .delivery-methods-header .delivery_method_option {
    min-width: 104px;
    width: 128px;
    height: 88px;
}
}.receive-order-methods__header .delivery-methods-header .delivery_method_option--actived {
    opacity: 1;
    border: 1px solid #333;
    position: relative;
}
.receive-order-methods__header .delivery-methods-header .delivery_method_option--actived:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    bottom: -6px;
    margin: 0 auto;
    transform: rotate(45deg);
    z-index: 100;
    border: 1px solid #333;
    border-left: 0;
    border-top: 0;
}
.receive-order-methods__header .delivery-methods-header .delivery_method_option__title {
    order: 1;
}
@media screen and (min-width:360px) {
    .receive-order-methods__header .delivery-methods-header .delivery_method_option__title {
    font-size: 12px;
    order: 1;
}
}.receive-order-methods__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (min-width:720px) {
    .receive-order-methods__container {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
}.delivery-methods-header {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.delivery_method_option {
    cursor: pointer;
    min-width: 88px;
    width: 88px;
    height: 72px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-right: 4px;
    text-align: center;
    padding: 8px;
}
@media screen and (min-width:360px) {
    .delivery_method_option {
    min-width: 120px;
    width: 120px;
    height: 136px;
}
}@media screen and (min-width:720px) {
    .delivery_method_option {
    min-width: 136px;
    width: 136px;
    height: 158px;
}
}.delivery_method_option:last-child {
    margin-right: 0;
}
.delivery_method_option__title {
    text-transform: uppercase;
    font-size: 10px;
    font-weight:300;
    order: 1;
    margin: 0;
}
@media screen and (min-width:360px) {
    .delivery_method_option__title {
    font-size: 12px;
    order: 0;
}
}.delivery_method_option__info {
    display: none;
    order: 2;
    line-height: 12px;
    margin: 0;
    font-size: 10px;
    border-top: 1px solid #e6e6e6;
}
@media screen and (min-width:360px) {
    .delivery_method_option__info {
    display: flex;
    flex-direction: column;
    order: 0;
}
}@media screen and (min-width:720px) {
    .delivery_method_option__info {
    padding-top: 8px;
}
}.delivery_method_option__info span {
    line-height: 12px;
}
.delivery_method_option__info span:first-child {
    font-weight:300;
}
.delivery_method_option__info span:last-child {
    font-weight:300;
}
.delivery_method_option--modal {
    min-width: 132px;
    width: 132px;
    height: 142px;
    margin: 0;
}
.delivery_method_option--modal:nth-child(2n) {
    margin-left: 24px;
    margin-bottom: 24px;
}
@media screen and (min-width:360px) {
    .delivery_method_option--modal: nth-child(2n) {
    margin-left: 0;
}
}@media screen and (min-width:720px) {
    .delivery_method_option--modal: nth-child(2n) {
    margin-bottom: 0;
}
}@media screen and (min-width:720px) {
    .delivery_method_option--modal {
    margin-right: 4px;
}
}.delivery_method_option--modal .delivery_method_option__info, .delivery_method_option--modal .delivery_method_option__title {
    order: 0;
}
.delivery_method_option--modal .delivery_method_option__title {
    font-size: 12px;
    padding: 0 8px 8px;
}
.delivery_method_option--modal .delivery_method_option__info {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    padding-top: 8px;
    min-height: 57px;
}
.shipment {
    font-style: normal;
    font-weight:300;
    font-size: 12px;
    line-height: 120%;
    padding: 0 16px;
    color: #606060;
}
@media screen and (min-width:1024px) {
    .shipment {
    padding: 0 32px;
}
}.my-ubication p {
    text-decoration: underline;
}
@media screen and (max-width:1024px) {
    .my-ubication p {
    font-size: 12px!important;
}
}.my-ubication.activa p {
    font-weight:300;
    font-size: 16px;
    color: #333;
}
.modal-email {
    margin: 16px;
}
@media screen and (min-width:1024px) {
    .modal-email {
    margin-left: 32px;
    margin-right: 32px;
}
}.modal-email__content {
    margin-bottom: 12px;
}
.modal-email__content .ModalEmail__container {
    display: block;
    margin: 15px 0 30px;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    font-family: Muli;
    line-height: 1.29;
    letter-spacing: normal;
}
.modal-email__content .ModalEmail__container a {
    color: #333;
}
.modal-email__content .ModalEmail__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.modal-email__content .ModalEmail__container .ModalEmail__checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #333;
    border-radius: 3.5px;
}
.modal-email__content .ModalEmail__container .ModalEmail__checkmark:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.modal-email__content .ModalEmail__container .ModalEmail__text-alert {
    display: none;
}
.modal-email__content .ModalEmail__container input:checked~.ModalEmail__checkmark:after {
    display: block;
}
.modal-email__content .ModalEmail__container input:checked~.ModalEmail__checkmark {
    background-color: #333;
    border: transparent;
}
.modal-email__content p {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 14px;
    line-height: 160%;
    padding-bottom: 16px;
    margin-bottom: 0;
}
.modal-email__content p a {
    color: #9d1e23;
    text-decoration: underline;
}
.modal-email__content__input {
    position: relative;
}
.modal-email__content__input.success:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    right: 14px;
    top: -9px;
    background-repeat: no-repeat;
    z-index: 7;
    background-size: contain;
}
.modal-email__content__input .label-input {
    position: absolute;
    font-size: 16px;
    line-height: 20px;
    color: #7e7e7e;
    font-weight:300;
    top: 13px;
    left: 10px;
    transition-duration: .25s;
    z-index: 10;
}
.modal-email__content__input .label-top {
    background: #fff;
    top: -10px;
    font-size: 12px;
    transition-duration: .25s;
}
.modal-email__content__input .ModalForm__form-control {
    border: 1px solid #7e7e7e;
    font-style: normal;
    font-weight:300;
    font-size: 16px;
    color: #333;
    font-family: Muli;
    padding: 0 10px;
}
.modal-email__content__input .active {
    background: #fff;
    top: -10px;
    font-size: 12px;
    transition-duration: 250;
}
.modal-email__content .input-modal {
    border: 1px solid #7e7e7e;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 12px 10px;
    font-size: 16px;
    line-height: 20px;
    color: #7e7e7e;
    font-weight:300;
    width: 100%}
.modal-email__content .input-modal.success {
    border: 1px solid green;
}
.modal-email__content .input-modal.error {
    border: 1px solid red;
}
.modal-email.error .ModalEmail__container .ModalEmail__text-alert {
    font-family: Muli;
    color: #9d1e23;
    font-size: 10px;
    font-weight:300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    position: absolute;
    margin-top: 5px;
    display: block;
}
.modal-email.error .ModalEmail__container .ModalEmail__checkmark {
    border: 1px solid red;
}
.modal-email__actions {
    text-align: center;
}
@media screen and (max-width:760px) {
    .modal-email__actions {
    margin-bottom: 60px;
}
}.modal-email__actions .button-modal {
    cursor: pointer;
    background: #9d1e23;
    border-radius: 24px;
    width: 288px;
    height: 48px;
    margin: auto;
    color: #fff;
    font-weight:300;
    font-size: 16px;
    text-align: center;
    border: 0;
}
@media screen and (min-width:1024px) {
    .modal-email__actions .button-modal {
    width: 100%}
}.modal-email__actions .button-modal--disabled {
    cursor: auto;
    color: #fcd6d7;
}

.search-address {
    height: auto;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    margin-bottom: 80px;
}
@media screen and (min-width:768px) {
    .search-address {
    height: 300px;
    padding: 0 48px;
    margin-bottom: 30px;
}
}@media screen and (min-width:1024px) {
    .search-address {
    padding-right: 32px;
    padding-left: 32px;
}
}.search-address__content {
    margin-bottom: 12px;
}
.search-address__content p {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 14px;
    line-height: 160%;
    padding-bottom: 0;
    margin-bottom: 0;
}
.search-address__content p a {
    color: #9d1e23;
    text-decoration: underline;
}
.search-address__content .my-ubication {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.search-address__content .my-ubication svg {
    display: inline-block;
    margin-right: 5px;
}
.search-address__content .my-ubication p {
    color: #9d1e23;
    display: inline-block;
}
.search-address__input {
    position: relative;
}
.search-address__input .ModalGmaps__InputText__label {
    position: absolute;
    font-size: 16px;
    line-height: 20px;
    color: #7e7e7e;
    font-weight:300;
    top: 10px;
    left: 10px;
    transition-duration: 250;
}
.search-address__input .ModalForm__form-control {
    border: 1px solid #7e7e7e;
    font-style: normal;
    font-weight:300;
    font-size: 16px;
    color: #333;
    font-family: Muli;
    padding: 0 10px;
    margin: 10px 0 0;
}
.search-address__input .active {
    background: #fff;
    top: -10px;
    font-size: 12px;
    transition-duration: 250;
}
.search-address__input .district {
    margin: 4px 0 10px;
}
.search-address__input .district .active {
    font-family: Muli;
    top: 0;
}
.search-address__input .number {
    position: relative;
    margin-top: 13px;
}
.search-address__no-found-direction {
    background: #fcf2e2;
    border: 1px solid #f9e5c5;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px 17px 6px 12px;
    margin-top: 8px;
}
@media screen and (max-width:768px) {
    .search-address__no-found-direction {
    padding: 9px 10px 9px 13px;
}
}.search-address__no-found-direction span {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
}
.search-address__no-found-direction p {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 14px;
    line-height: 160%;
    color: #333;
    margin-bottom: 0;
    max-width: 385px;
}
@media screen and (max-width:768px) {
    .search-address__no-found-direction p {
    font-size: 12px;
}
}.search-address__no-found-direction p span {
    font-weight:300;
}
@media screen and (max-width:768px) {
    .search-address__no-found-direction p span {
    font-size: 12px;
}
}.search-address .css-2b097c-container .css-1uccc91-singleValue {
    color: #333;
    font-weight:300;
    font-size: 16px;
}
.search-address .css-2b097c-container .css-1hb7zxy-IndicatorsContainer .css-1okebmr-indicatorSeparator {
    display: none;
}
.search-address .css-2b097c-container .css-1hb7zxy-IndicatorsContainer .css-tlfecz-indicatorContainer svg {
    color: #000;
}
.search-address__actions {
    text-align: center;
}
.search-address__actions.button-fixed {
    position: static;
    bottom: 20px;
    width: 90%}
.search-address__actions .button-modal {
    cursor: pointer;
}
.search-address__actions .button-modal--disabled {
    cursor: auto;
    opacity: .5;
}
.set-address {
    display: flex;
    margin-top: 8px;
    font-weight:300;
    flex-direction: column;
    color: #333;
    font-size: 12px;
}
@media screen and (min-width:360px) {
    .set-address {
    margin-top: 16px;
}
}.set-address span {
    margin: 0;
}
.set-address span:last-child {
    cursor: pointer;
    margin-top: 8px;
    text-decoration: underline;
    font-weight:300;
    color: #9d1e23;
}
.district {
    position: relative;
}
.district:before {
    content: "\e90c";
    position: absolute;
    width: 40px;
    height: 40px;
    right: 4px;
    bottom: 4px;
    color: #333;
    font-size: 10px;
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.district-select {
    font-style: normal;
    font-weight:300;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
    margin: 10px 0 0;
    height: 48px;
}
.district-select, .list-district {
    border: 1px solid #7e7e7e;
    font-family: Muli;
    width: 100%;
    border-radius: 4px;
}
.list-district {
    position: absolute;
    background: #fefefe;
    height: 200px;
    z-index: 1;
    margin-top: 3px;
    overflow-y: auto;
}
.list-district li {
    font-size: 14px;
    font-weight:300;
    line-height: 16px;
    padding: 8px;
    border-bottom: 1px solid rgba(59, 57, 57, .1);
}
.list-district li:last-child {
    border-bottom: none;
}
.result-ubication {
    width: 100%;
    height: 230px!important;
    border-radius: 4px;
    margin-top: 8px;
}
@media screen and (min-width:1024px) {
    .result-ubication {
    height: 160px!important;
}
}.result-ubication--address-manually {
    height: 280px;
    margin-top: 0;
    border-radius: 0;
}
@media screen and (min-width:768px) {
    .result-ubication--address-manually {
    height: 362px;
    width: 414px;
    border-radius: 12px;
    margin: auto auto 12px;
}
}.H_MAP_container--full-screen {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100vh!important;
    margin: 0;
    z-index: 100;
}
.my-ubication__permission-denied {
    background: rgba(157, 30, 35, .15);
    color: #9d1e23;
    padding: 16px;
    margin: 0 16px;
    border: 1px solid #9d1e23;
    border-radius: 3px;
}
.modal section {
    height: auto!important;
}
.modal-direccion__actions {
    padding: 0 16px;
}
@media screen and (min-width:768px) {
    .modal-direccion__actions {
    padding: 0 48px;
}
}@media screen and (min-width:1024px) {
    .modal-direccion__actions {
    padding-right: 32px;
    padding-left: 32px;
    bottom: 16px;
}
}.modal-direccion__actions--fixed {
    position: fixed;
    box-sizing: border-box;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width:720px) {
    .modal-direccion__actions--fixed {
    bottom: 16px;
    max-width: 509px;
    position: absolute;
}
}.modal-direccion__actions .button-modal {
    background: #9d1e23;
    border-radius: 24px;
    width: 100%;
    height: 48px;
    margin: auto;
    color: #fff;
    font-weight:300;
    font-size: 16px;
    text-align: center;
    border: 0;
}
#ModalPreferences .modal-footer {
    position: absolute;
    bottom: 0;
}
#ModalPreferences .set-address.fixedBotomOption {
    position: absolute;
    bottom: 90px;
}
.modal-footer {
    position: fixed;
    bottom: 0;
    border-radius: 12px;
    padding: 19px;
    width: 100%;
    background: #fafafa;
    box-sizing: border-box;
}
.modal-footer__content {
    text-align: center;
}
.modal-footer__content p {
    margin: 0;
    font-weight:300;
    font-size: 14px;
}
.modal-footer__content p a {
    color: #9d1e23;
    text-decoration: underline;
}
.Header__preferences__button {
    position: relative;
}
@media screen and (max-width:470px) {
    .Header__preferences {
    padding: 0!important;
}
}.Header__info__preferences__text {
    padding: 6px 0!important;
    font-family: Muli;
}
.Header__info__preferences__text b span {
    width: max-content;
}
@media screen and (max-width:767px) {
    .Header__info__preferences__text b span {
    display: inline;
}
}

@media screen and (max-width:991px) {
    .preferences-mobile {
    display: inline!important;
}
}.Header__info__preferences__tooltip {
    font-family: Muli;
    padding: 15px 0 0!important;
}
@media screen and (max-width:470px) {
    .Header__info__preferences__tooltip {
    padding: 24px 0 14px!important;
    width: 100%!important;
    border-radius: 0!important;
    box-shadow: none!important;
    position: static!important;
    display: none;
}
.Header__info__preferences__tooltip.active {
    display: block;
}
}@media screen and (min-width:768px) {
    .Header__info__preferences__tooltip {
    top: 40px!important;
}
}.Header__info__preferences__tooltip__title {
    font-weight:300;
}
.Header__info__preferences__tooltip__text {
    font-size: 17px;
}
.Header__info__preferences__tooltip__button {
    margin-bottom: 16px!important;
    height: 40px!important;
}
.Header__info__preferences__tooltip__arrow {
    right: 55px!important;
    left: auto!important;
}
@media screen and (max-width:470px) {
    .Header__info__preferences__tooltip__arrow {
    display: none;
}
}.MainMenu__ImageBanner {
    display: block;
    margin-bottom: 4px!important;
}
.MainMenu__ImageBanner img {
    width: 100%;
    border-radius: 5px;
}
.MiniShowcase {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    display: flex;
    padding: 8px 12px!important;
    gap: 8px;
    margin-bottom: 8px!important;
}
.MiniShowcase__image {
    width: 64px;
    flex-shrink: 0;
    padding: 4px!important;
}
.MiniShowcase__image img {
    width: 100%}
.MiniShowcase__details__sellerName {
    font-size: 10px;
    line-height: 14px;
    text-overflow: ellipsis;
    color: #606060;
}
.MiniShowcase__details__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 16px;
    font-weight:300;
    color: #333;
}
.MiniShowcase__details__prices {
    width: 100%}
.MiniShowcase__details__prices__item {
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    color: #2E4F94;
    margin: 4px 0 0!important;
    font-weight:300;
    display: flex;
}
.MiniShowcase__details__prices__item span {
    margin-left: auto;
    color: #fff;
    background: #2E4F94;
    font-size: 10px;
    line-height: 16px;
    border-radius: 4px;
    padding: 1px 4px 0 0;
    position: relative;
    z-index: 0;
}
.MiniShowcase__details__prices__item span:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    left: -4px;
    top: 2px;
    transform: rotate(45deg);
    background: #2E4F94;
}
.MiniShowcase__details__prices__item--OldPrice {
    color: #333;
    font-weight:300;
    text-decoration: line-through;
}
.MiniShowcase__details__prices__item--OhPromotion {
    color: #019fe1;
}
.MiniShowcase__details__prices__item--OhPromotion img {
    width: 18px;
    height: 12px;
    margin-left: 3px;
    margin-top: 3px;
}
.MiniShowcase__details__prices__item--OhPromotion span, .MiniShowcase__details__prices__item--OhPromotion span:before {
    background: #019fe1;
}
.MainMenuBanner {
    max-width: 220px;
    margin: 16px 16px 16px 0!important;
}
.box-search {
    display: none;
}
.MainSlider img {
    width: 100%;
    max-width: 1600px;
    height: auto;
}
.Search {
    color: #333;
    margin-top: 10px;
}
.Search, .Search * {
    box-sizing: border-box;
    font-family: Muli;
}
.Search__content {
    top: -15px;
    width: 100%;
    z-index: 5;
}
.Search__textBox {
    display: flex;
    position: relative;
}
.Search__icon--search {
    top: 10px;
    right: 10px;
    position: absolute;
    color: #333;
    z-index: 2;
    width: 24px;
    height: 24px;
    font-size: 18px;
    margin-left: 5px;
    color: #333!important;
}
.Search__icon--search.isLeft {
    right: inherit;
    left: 3px;
}
@media (min-width:992px) {
    .Search__icon--search {
    font-size: 22px;
}
}@media (min-width:1200px) {
    .Search__icon--search {
    font-size: 18px;
    right: 10px;
}
}.Search__icon--close {
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
    right: 15px;
    position: absolute;
    top: 1px;
    bottom: 0;
    width: 18px;
    height: 18px;
    color: #333;
    z-index: 2;
    font-size: 18px;
    color: #333!important;
}
@media (min-width:992px) {
    .Search__icon--close {
    display: none;
}
}.Search__icon--close:hover {
    color: #000;
}
.Search__input {
    color: #333!important;
    text-align: left;
    margin: 0 auto;
    height: 40px;
    font-size: 16px;
    background: #f8f8f8;
    border: none;
    border-radius: 30px;
    padding: 5px 40px 5px 12px;
    position: relative;
    font-weight:300;
    text-shadow: none;
}
.Search__input.hasResults {
    padding-left: 30px;
}
@media only screen and (max-width:768px) {
    .Search__input {
    padding: 5px 40px 5px 8px;
    text-align: left;
    width: 100%}
}@media only screen and (max-width:375px) {
    .Search__input {
    width: 113%}
}@media (min-width:480px) {
    .Search__input {
    padding: 5px 40px 5px 8px;
    margin-left: 0;
    width: 100%}
}@media (min-width:576px) {
    .Search__input {
    text-align: left;
}
}@media (min-width:992px) {
    .Search__input {
    padding: 5px 40px 5px 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 85%}
}@media (min-width:1200px) {
    .Search__input {
    width: 100%}
}.Search__input:focus {
    outline: none;
    width: 100%}
@media only screen and (max-width:375px) {
    .Search__input: focus {
    width: 113%}
}@media (min-width:992px) {
    .Search__input: focus {
    width: 85%}
}@media (min-width:1200px) {
    .Search__input: focus {
    width: 100%}
}.Search__input::placeholder {
    font-family: Muli;
    font-weight:300;
    color: #787878;
    font-size: 14px;
}
.Search__result {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    padding: 20px 0 95px;
    top: 51px;
    background: #fff;
    z-index: 2;
}
@media (min-width:768px) {
    .Search__result {
    top: 90px;
}
}@media (min-width:992px) {
    .Search__result {
    max-width: 960px;
    height: auto;
    box-shadow: 0 0 5px rgba(51, 51, 51, .2);
    border: 1px solid #e8e8e8;
    padding: 0;
    width: 960px;
    left: 1em;
    border-radius: 3px;
    top: 100px;
}
.Search__result:after, .Search__result:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
}
.Search__result:before {
    border-color: transparent transparent #fff;
    top: -10px;
    z-index: 2;
}
.Search__result:after {
    border-color: transparent transparent #c7c7c7;
    top: -11px;
    z-index: 1;
}
}@media (min-width:1200px) {
    .Search__result {
    right: 0;
    left: 2em;
}
}@media (min-width:1300px) {
    .Search__result {
    left: 10em;
}
}@media (min-width:1920px) {
    .Search__result {
    left: 21em;
}
}@media screen and (max-width:980px) {
    .Search__result {
    height: 100vh;
}
}@media screen and (min-width:992px) {
    .Search__result__content {
    overflow-y: auto;
    height: 100%}
}@media screen and (min-width:992px) {
    .Search__result__content__container {
    display: flex;
}
}.Search__result__content__container .SuggestionList__grid .SuggestionItem__controls .SuggestionItem__multiplier {
    display: block;
}
.Search__result__content__container .SuggestionList__grid .SuggestionItem__controls .SuggestionItem__multiplier .Showcase__multiplier {
    display: block;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    height: 35px;
    line-height: 35px;
}
.Search__overlay {
    display: none;
}
@media (min-width:992px) {
    .Search__overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: #000;
    opacity: .5;
}
}.Header--main-home .Search__result {
    right: 0;
}

.Loading {
    padding: 15px 0;
    display: table;
    width: 100%}
.Loading, .Loading * {
    box-sizing: border-box;
    font-family: Muli;
}
.Loading__content {
    text-align: center;
    padding: 65px 0;
}
.Loading__image {
    width: 92px;
    height: 72px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.Loading__message {
    margin-top: 13px;
    font-size: 14px;
    display: inline-block;
}
@media (min-width:768px) {
    .Loading__message {
    font-size: 16px;
}
}.Loading__message span {
    font-weight:300;
}
.Loading .loader, .Loading .loader:after {
    border-radius: 50%;
    width: 72px;
    height: 72px;
}
.Loading .loader {
    margin: auto;
    font-size: 10px;
    text-indent: -9999em;
    border: .5em solid rgba(188, 13, 13, .3);
    border-left-color: #2E4F94;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1s linear infinite;
    animation: load8 1s linear infinite;
    position: absolute;
}
@-webkit-keyframes load8 {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
}@keyframes load8 {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
}[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.simplebar-mask {
    direction: inherit;
    overflow: hidden;
    width: auto!important;
    height: auto!important;
    z-index: 0;
}
.simplebar-mask, .simplebar-offset {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.simplebar-offset {
    direction: inherit!important;
    box-sizing: inherit!important;
    resize: none!important;
    -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box!important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%}
.simplebar-content:after, .simplebar-content:before {
    content: " ";
    display: table;
}
.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit!important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}
.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    z-index: -1;
}
.simplebar-height-auto-observer, .simplebar-track {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
}
.simplebar-track {
    z-index: 1;
    right: 0;
    bottom: 0;
}
[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}
.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px;
}
.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity .2s linear;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}
.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}
.SuggestionList, .SuggestionList * {
    font-family: Muli;
    box-sizing: border-box;
}
@media screen and (max-width:768px) {
    .SuggestionList {
    min-height: 0;
    overflow-y: auto;
    height: 70vh;
}
.SuggestionList .simplebar-offset {
    bottom: 30px!important;
}
}.SuggestionList__title {
    background-color: #e8e8e8;
    margin-bottom: 10px;
}
@media screen and (max-width:480px) {
    .SuggestionList__title {
    position: relative;
}
}.SuggestionList__title span {
    text-transform: uppercase;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    font-weight:300;
    display: inline-block;
    width: 100%;
    padding: 15px;
}
@media screen and (max-width:480px) {
    .SuggestionList__title span {
    height: 48px;
}
}.SuggestionList__title span:after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #fff;
    clear: both;
    transform: rotate(180deg);
}
.SuggestionList__icon {
    font-size: 19px;
}
@media screen and (max-width:480px) {
    .SuggestionList__icon {
    vertical-align: bottom;
    font-size: 22px;
    font-weight:300;
}
}.SuggestionList__siteName {
    font-weight:300;
    font-size: 18px;
    color: #323232;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width:480px) {
    .SuggestionList__siteName {
    font-weight:300;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 0;
}
}.SuggestionList__siteName span {
    padding-left: 9px;
}
.SuggestionList__banner {
    padding: 5px;
    position: relative;
}
.SuggestionList__banner a img {
    width: 100%}
.SuggestionList__redirect {
    color: red!important;
    text-decoration: underline;
    padding: 0 10px;
}
.SuggestionList__block {
    height: 100%}
.SuggestionList__grid {
    padding: 0 15px;
}
@media (min-width:768px) {
    .SuggestionList__grid {
    padding: 26px 14px;
    overflow-y: scroll;
    max-height: 450px;
}
}.SuggestionList__group {
    height: 100%}
@media (min-width:768px) {
    .SuggestionList__group .SuggestionItem {
    float: left;
    width: 49.9%;
    height: 155px;
}
}@media (min-width:768px) {
    .SuggestionList__group--two {
    width: 49.5%;
    float: left;
    height: 100%}
}.SuggestionList__group--two:nth-child(2) {
    padding-top: 15px;
}
@media (min-width:768px) {
    .SuggestionList__group--two: nth-child(2) {
    padding-top: 0;
    padding-left: 44px;
}
.SuggestionList__group--two:nth-child(2) .SuggestionList__siteName {
    padding-left: 15px;
}
}@media (min-width:768px) {
    .SuggestionList__group--two .SuggestionItem {
    float: none;
    width: 100%}
.SuggestionList__group--two .SuggestionItem:nth-child(odd) {
    border-right: none;
    padding-right: none;
}
.SuggestionList__group--two .SuggestionItem:nth-child(2n) {
    padding-left: none;
}
}.SuggestionList__searchLink {
    height: 35px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #9d1e23!important;
    line-height: 35px;
    clear: both;
    border-top: 1px dashed #e6e6e6;
    font-weight:300;
}
.SuggestionList__searchLink .onlyMobile {
    display: none;
}
@media screen and (max-width:480px) {
    .SuggestionList__searchLink {
    border-radius: 30px;
    margin: 7px 0;
    font-size: 12px;
    height: 32px;
    line-height: 31px;
    border-top: 1px dashed #e6e6e6;
    background-color: #fff;
}
.SuggestionList__searchLink span {
    display: none;
}
.SuggestionList__searchLink .onlyMobile {
    display: inline-block;
}
}@media screen and (max-width:768px) {
    .SuggestionList__content {
    padding-bottom: 130px;
}
}@media screen and (max-width:768px) {
    .NF-Home.PWA.h-no-scroll .simplebar-offset {
    bottom: 0!important;
}
}.SuggestionItem {
    border-bottom: 1px dashed #e6e6e6;
    padding: 15px 10px;
    min-height: 140px;
    width: 100%}
.SuggestionItem, .SuggestionItem * {
    box-sizing: border-box;
    font-family: Muli;
}
@media screen and (max-width:480px) {
    .SuggestionItem {
    padding: 15px 10px 12px 0;
}
}.SuggestionItem:after {
    content: "";
    display: block;
    font-size: 0;
    clear: both;
}
.SuggestionItem:last-child {
    border-bottom: 0;
}
.SuggestionItem__productDetail {
    overflow: hidden;
    padding-left: 65px;
    width: 60%;
    position: relative;
    min-height: 60px;
    display: table-cell;
    vertical-align: top;
}
.SuggestionItem__productDetail--fullWidth {
    width: 100%}
@media (min-width:480px) {
    .SuggestionItem__productDetail {
    width: 72%}
}@media (min-width:576px) {
    .SuggestionItem__productDetail {
    padding-right: 10px;
}
}@media screen and (max-width:480px) {
    .SuggestionItem__productDetail {
    display: block;
    width: 100%}
}.SuggestionItem__productImage {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 0;
}
.SuggestionItem__productImage img {
    height: auto;
    width: 100%}
.SuggestionItem__productName {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    margin-bottom: 5px;
}
@media screen and (max-width:480px) {
    .SuggestionItem__productName {
    font-weight:300;
    font-size: 14px;
    line-height: 20px;
}
}.SuggestionItem__productName a {
    color: #333;
}
.SuggestionItem__productName a:hover {
    color: #000;
}
.SuggestionItem__productBrand {
    font-family: Muli;
    font-weight:300;
    font-size: 10px;
    line-height: 14px;
    color: #7e7e7e;
    margin-bottom: 5px;
}
.SuggestionItem__productPrice {
    font-size: 16px;
    line-height: 17px;
    color: #2E4F94;
    font-weight:300;
}
@media screen and (max-width:480px) {
    .SuggestionItem__productPrice {
    font-weight:300;
    font-size: 14px;
    line-height: 17px;
}
}.SuggestionItem__onlyExpress, .SuggestionItem__text__chicken {
    font-size: 14px;
    font-weight:300;
    color: #1243c0;
}
.SuggestionItem__controls {
    display: table-cell;
    vertical-align: top;
    width: 40%;
    position: relative;
    padding: 0;
}
@media screen and (max-width:480px) {
    .SuggestionItem__controls {
    width: 100%;
    display: block;
    text-align: left;
    left: 0;
    right: 0;
    padding: 0;
}
}.SuggestionItem__controls--productLink {
    position: relative;
}
.SuggestionItem__productLink {
    font-size: 13px;
    line-height: 1.1;
    font-weight:300;
    text-transform: uppercase;
    color: #2E4F94;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    padding-right: 18px;
    background-position: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 160px;
    display: block;
}
.SuggestionItem__quantity {
    background-color: #dedede;
    border-radius: 5px;
    width: 125px;
    border-radius: 14px;
    display: inline-block;
}
.SuggestionItem__quantity:after {
    content: "";
    display: block;
    font-size: 0;
    clear: both;
}
.SuggestionItem__quantity__result {
    background-color: #dedede;
    color: #000;
    float: left;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 62px;
    border: none;
    opacity: 1;
}
.SuggestionItem__quantity__result:focus {
    outline: none;
}
.SuggestionItem__quantity__result:placeholder {
    color: #333;
    font-size: 12px;
}
.SuggestionItem__quantity__result:disabled {
    opacity: 1;
    color: #000;
}
.SuggestionItem__quantity__accept, .SuggestionItem__quantity__cancel, .SuggestionItem__quantity__delete {
    background: #dedede;
    border-radius: 50%;
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    border: none;
    margin: 3px;
    padding: 0;
}
.SuggestionItem__quantity__accept:focus, .SuggestionItem__quantity__cancel:focus, .SuggestionItem__quantity__delete:focus {
    outline: none;
}
.SuggestionItem__quantity__accept--icon:before, .SuggestionItem__quantity__cancel--icon:before, .SuggestionItem__quantity__delete--icon:before {
    position: relative;
    top: 4px;
    left: 0;
    font-size: 20px;
}
.SuggestionItem__quantity__delete--icon:before {
    top: 2px;
    left: 1px;
    font-size: 22px;
}
.SuggestionItem__quantity__reduce {
    background: #fff;
    border-radius: 50%;
    float: left;
    color: #606060;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: none;
    margin: 3px;
    padding: 0;
}
.SuggestionItem__quantity__reduce:focus {
    outline: none;
}
.SuggestionItem__quantity__plus {
    background: #fff;
    border-radius: 50%;
    color: #606060;
    float: left;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: none;
    margin: 3px;
    padding: 0;
}
.SuggestionItem__quantity__plus:focus {
    outline: none;
}
.SuggestionItem__addButton {
    height: 32px;
    width: 125px;
    border: 1px solid #9d1e23;
    font-weight:300;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    padding: 7px 0;
    background-color: #fff;
    color: #9d1e23!important;
    border: 1px solid #9d1e23!important;
    margin: 8px 0 0;
}
.SuggestionItem__addButtona {
    padding: 7px 0;
}
@media screen and (max-width:480px) {
    .SuggestionItem__addButton {
    font-family: Gilroy-Bold;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
}
}.SuggestionItem__addButton:focus {
    outline: none;
}
.SuggestionItem__addButton:hover {
    background: #9d1e23!important;
    color: #fff!important;
}
.SuggestionItem__loading {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    font-size: 0;
    opacity: .9;
}
.SuggestionItem__loading:after {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    margin: -57px 0 0 -3px;
    animation: rotation 1s linear infinite;
    background-size: 25px;
}
@media screen and (max-width:768px) {
    .SuggestionItem__loading: after {
    margin: -56px 0 0 -2px;
}
}@media screen and (max-width:480px) {
    .SuggestionItem__loading: after {
    left: 27%;
    bottom: -25px;
    top: auto;
}
}.SuggestionItem__multiplier .Showcase__multiplier {
    position: relative;
    bottom: 0;
    left: auto;
    transform: none;
    padding: 0;
    width: max-content;
    margin: 8px auto 0 0;
}
@media screen and (max-width:575px) {
    .SuggestionItem__multiplier .Showcase__multiplier {
    margin: 0 auto 0 0;
}
}.SuggestionItem__ohPrice {
    color: #1aa2e1;
    position: relative;
    display: inline-block;
    font-size: 100%;
    margin-left: 15px;
}
.SuggestionItem__ohPrice:after {
    content: attr(data-icon);
    font-style: normal!important;
    font-weight:300!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e914";
    top: -1px;
    right: -25px;
    font-size: 22px;
    color: #ce1013;
    position: absolute;
}
@media (min-width:840px) {
    .SuggestionItem__ohPrice: after {
    right: -30px;
    font-size: 26px;
}
}@media screen and (max-width:768px) {
    .F-MainHome .SuggestionItem {
    padding: 15px 10px 0 0!important;
}
.F-MainHome .SuggestionItem__controls.SuggestionItem__controls--productLink {
    text-align: right;
    padding: 15px 0;
}
}.SuggestionCategory {
    padding: 0 20px;
    color: #323232;
    font-size: 14px;
    line-height: 18px;
}
@media screen and (max-width:480px) {
    .SuggestionCategory {
    padding-bottom: 10px;
}
}@media (min-width:768px) {
    .SuggestionCategory {
    padding: 0 50px;
}
}.SuggestionCategory:first-child {
    padding: 0 20px 16px;
}
@media (min-width:768px) {
    .SuggestionCategory: first-child {
    padding: 0 50px 16px;
}
}.SuggestionCategory a {
    color: #323232;
}
.SuggestionCategory__site {
    font-weight: 300;
}
.SuggestionCategory__site a {
    font-weight:300;
}
.SuggestionCategory__wrapper {
    border-bottom: 1px solid #323232;
    line-height: .9;
    display: inline-block;
}
.SuggestionCategory__wrapper a {
    font-weight:300;
}
@media screen and (max-width:480px) {
    .SuggestionCategory__wrapper a {
    font-weight:300;
}
}.SuggestionCategory__separation {
    padding-right: 3px;
}
.SuggestionList .SuggestionCategories {
    padding-bottom: 0;
}
.SuggestionCategories {
    padding-bottom: 30px;
}
@media screen and (max-width:480px) {
    .SuggestionCategories {
    padding-bottom: 0;
}
}.searchSuggestions {
    margin: 10px 5px 25px;
    width: 100%}
@media screen and (min-width:992px) {
    .searchSuggestions {
    background: #fafafa;
    max-width: 235px;
    margin: 0;
    padding: 26px 0;
    border-right: 1px solid #e7e7e7;
}
}.searchSuggestions h1 {
    margin: 5px;
}
.searchSuggestions a {
    margin: 0 4px;
    text-decoration: underline;
    padding: 5px 6px 5px 0;
}
@media screen and (min-width:992px) {
    .searchSuggestions a {
    font-weight:300;
    font-size: 13px;
    line-height: 15px;
    color: #474747;
    text-decoration: none;
    margin-bottom: 17px;
    padding: 6px 28px 9px;
    margin-right: 0;
}
.searchSuggestions a:hover {
    background-color: #fff;
}
}@media screen and (min-width:992px) {
    .searchSuggestions p {
    color: #2E4F94;
    font-weight:300;
    font-size: 16px;
    line-height: 19px;
    padding: 0 28px;
}
}@media screen and (max-width:991px) {
    .searchSuggestions__box {
    width: 100%;
    overflow-x: scroll;
}
}@media screen and (min-width:992px) {
    .searchSuggestions__box__content {
    display: flex;
    flex-direction: column;
}
}@media screen and (max-width:991px) {
    .searchSuggestions__box__content {
    width: max-content;
    padding-right: 50px;
    padding-bottom: 20px;
}
}.Empty {
    padding: 15px 0;
    display: table;
    width: 100%}
.Empty, .Empty * {
    box-sizing: border-box;
    font-family: Muli;
}
.Empty__content {
    text-align: center;
    padding: 65px 0;
}
.Empty__image {
    background-repeat: no-repeat;
    background-size: 236px 94px;
    background-position: -131px -11px;
    width: 92px;
    height: 72px;
    margin: 0 auto;
}
.Empty__message {
    margin-top: 13px;
    font-size: 16px;
    display: inline-block;
    max-width: 340px;
}
.Empty__message span {
    font-weight:300;
    text-transform: uppercase;
    font-size: 16px;
}
.Empty__message.darkstore {
    font-weight:300;
    line-height: 26px;
}
@media screen and (max-width:991px) {
    .Empty__message.darkstore {
    padding: 0 16px;
}
}.Empty__message.darkstore span {
    text-transform: none;
}
.TopSearches__container {
    margin: 10px;
}
.TopSearches__content>p {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding: 5px;
}
.TopSearches__breadcrumb {
    padding-left: 30px;
}
ol>li {
    margin: 6px auto;
    list-style: decimal;
    padding-left: 10px;
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 14px;
    line-height: 140%;
    color: #333;
}
.Corrections>span {
    background-color: #e8e8e8;
    text-transform: uppercase;
    font-weight:300;
    display: inline-block;
    width: 100%;
    padding: 15px;
}
.Corrections>li {
    margin: 10px;
}
.Select__departament {
    display: none;
}
@media (min-width:992px) {
    .Select__departament {
    display: block;
    visibility: visible;
    color: #333;
    background: #f8f8f8;
    height: 40px;
    border: none;
    border-radius: 30px;
    width: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: 10px;
    z-index: 3;
}
}.Select__departament .dropdown__arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #eee;
    border-radius: 3px;
}
.Select__departament .dropdown__list {
    transition: max-height .6s ease-out;
    max-height: 0;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    width: auto;
    position: absolute;
    z-index: 101;
}
.Select__departament .dropdown__list--active {
    border-radius: 8px 0 0 8px;
    max-height: 400px;
    opacity: 1;
}
.Select__departament .dropdown__list-item {
    cursor: pointer;
    list-style: none;
    padding: 7px 10px;
    background-color: #f4f4f4;
}
.Select__departament .dropdown__list-item--active {
    background: #f4f4f4;
}
.Select__departament .dropdown__list-item:hover {
    color: #cc292e;
    background: #fff;
}
.Select__departament .dropdown__toggle {
    border-radius: 30px;
    background-color: #f8f8f8;
    padding: 12px 20px 10px;
    font-family: Muli;
    font-size: 16px;
    font-weight:300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    cursor: pointer;
    width: auto;
    position: relative;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    white-space: nowrap;
    z-index: 1;
}
.Select__departament .dropdown__toggle .dropbtn__arrow {
    font-size: 10px;
    position: absolute;
    top: 15px;
    right: 4px;
    color: #333;
    transform: rotate(90deg);
}
body {
    margin: 0;
}
.Header {
    position: fixed;
    background: #cc292e;
    z-index: 11;
}
.Header__preferences {
    background: #f5f5f5;
}
.Header, .Header * {
    box-sizing: border-box;
    outline: 0;
    font-family: Muli, sans-serif;
}
.Header a:link, .Header a:visited {
    color: inherit;
    margin-left: 0;
}
.Header__wrapper {
    margin: auto;
}
@media (min-width:768px) {
    .Header__wrapper {
    width: 97%}
}.Header__content {
    display: flex;
    align-items: center;
    height: 60px;
}
@media (min-width:768px) {
    .Header__content {
    height: 64px;
}
}@media (min-width:1200px) {
    .Header__content {
    padding: 0;
}
}@media screen and (max-width:1200px) {
    .Header__content {
    justify-content: space-between;
}
}@media screen and (max-width:767px) {
    .Header__content {
    padding: 0 12px;
}
}.Header__content #sticky-menu {
    display: none;
    border: 1px solid #fff;
    padding: 3px 4px 2px;
    border-radius: 4px;
}
.Header__logo__desktop {
    display: block;
    margin: 0;
}
@media (min-width:1200px) {
    .Header__logo {
    width: 12%}
}.Header__dropdown {
    position: static!important;
    cursor: pointer;
    color: #fff;
}
@media (min-width:768px) {
    .Header__dropdown {
    position: relative!important;
}
}@media screen and (max-width:767px) {
    .Header__dropdown {
    position: relative!important;
}
}.Header__dropdown__text {
    display: inline-block;
}
.Header__dropdown__text.leftSeparation {
    margin-left: 10px;
}
.Header__dropdown__text#directoAlmacen {
    color: #ff3053;
    border: 1px solid #ff3053;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 7px 12px;
}
.Header__dropdown__text#directoAlmacen~span {
    display: none;
}
.Header__dropdown__text#event-cyberwow, .Header__dropdown__text#foodCiberWow {
    color: #003af5;
}
.Header__dropdown__arrow {
    display: inline-block;
    transform: rotate(90deg);
    font-size: 10px;
    margin-left: 6px;
}
.Header__dropdown__list {
    position: absolute;
    padding: 5px 10px;
    background-color: #fff;
    top: 40px;
    z-index: 2;
    min-width: 170px;
    background-color: #fafafa;
    border-radius: 0 0 4px 4px;
    transform: translateY(-20px);
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
}
.Header__dropdown__list.active {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.Header__dropdown__list li {
    padding: 10px 0;
}
.Header__dropdown__list li a {
    font-size: 14px;
    font-weight:300;
    color: #323232;
    transition: all .5s ease;
}
.Header__dropdown__list li:hover a {
    color: #bc0d0d;
}
.Header__dropdown__iconList {
    position: absolute;
    z-index: 5;
    border-radius: 0 0 4px 4px;
    font-size: 14px;
    width: 260px;
    right: 0;
    top: 33px;
    opacity: 0;
    display: none;
    transition: all .3s ease;
}
.Header__dropdown__iconList.active {
    display: block;
    opacity: 1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}
.Header__dropdown__iconList.notification {
    width: 288px;
}
.Header__dropdown__iconList.notification .notification_box {
    background-color: #fcf2e2!important;
}
@media (min-width:768px) {
    .Header__dropdown__iconList {
    top: 40px;
    height: auto;
    right: 0;
    transform: translateX(0);
    transform: translateY(-20px);
    z-index: 5;
}
.Header__dropdown__iconList.active {
    transform: translateY(0);
}
}@media screen and (max-width:767px) {
    .Header__dropdown__iconList {
    top: 43px;
    right: -132%;
    background: #fff;
}
.Header__dropdown__iconList.full {
    height: 100vh;
}
.Header__dropdown__iconList>.Header__dropdown__iconList__arrow {
    right: 63px;
}
}@media screen and (max-width:480px) {
    .Header__dropdown__iconList>.Header__dropdown__iconList__arrow {
    right: 55px;
}
}@media screen and (max-width:480px) {
    .Header__dropdown__iconList {
    right: -115%}
}@media screen and (max-width:380px) {
    .Header__dropdown__iconList {
    right: -140%}
.Header__dropdown__iconList>.Header__dropdown__iconList__arrow {
    right: 80px;
}
}.Header__dropdown__iconList__wrapper {
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #606060 #dcdcdc;
}
.Header__dropdown__iconList__wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.Header__dropdown__iconList__wrapper::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
.Header__dropdown__iconList__wrapper::-webkit-scrollbar-thumb {
    background: #606060;
    border: 0 #fff;
    border-radius: 50px;
}
.Header__dropdown__iconList__wrapper::-webkit-scrollbar-thumb:active, .Header__dropdown__iconList__wrapper::-webkit-scrollbar-thumb:hover {
    background: #606060;
}
.Header__dropdown__iconList__wrapper::-webkit-scrollbar-track {
    background: #dcdcdc;
    border: 0 #fff;
    border-radius: 50px;
}
.Header__dropdown__iconList__wrapper::-webkit-scrollbar-track:active, .Header__dropdown__iconList__wrapper::-webkit-scrollbar-track:hover {
    background: #dcdcdc;
}
.Header__dropdown__iconList__wrapper::-webkit-scrollbar-corner {
    background: transparent;
}
.Header__dropdown__iconList__container {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 12px 0 6px;
}
@media screen and (max-width:768px) {
    .Header__dropdown__iconList__container {
    padding: 0 0 6px;
}
}.Header__dropdown__iconList__login__notification {
    padding: 7px 16px 6px;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
}
.Header__dropdown__iconList__login__notification>p {
    color: #505050;
    margin-bottom: 12px;
    line-height: 22.4px;
}
.Header__dropdown__iconList__login__notification>button {
    width: 100%;
    padding: 9.8px 5px;
    border-radius: 30px;
    border: 1px solid #9d1e23;
    background: transparent;
    color: #9d1e23;
    font-weight:300;
}
.Header__dropdown__iconList__login__notification>button:hover {
    background: #9d1e23;
    color: #fff;
}
.Header__dropdown__iconList__login__notification__close {
    position: absolute;
    right: 7px;
    color: #606060;
    top: -4px;
}
.Header__dropdown__iconList__item {
    position: relative;
    padding: 12px 0;
    border-bottom: 1px dashed #ebebeb;
    max-width: 228px;
    color: #505050;
    display: flex;
    align-items: center;
    line-height: 140%}
.Header__dropdown__iconList__item:last-child {
    border-bottom: 0;
}
.Header__dropdown__iconList__item>span {
    color: #505050;
}
.Header__dropdown__iconList__item--login span {
    position: absolute;
    font-size: 24px;
}
.Header__dropdown__iconList__item--welcome {
    max-width: none;
    background: #f0f0f0;
    text-transform: uppercase;
    color: #000;
}
.Header__dropdown__iconList__item--welcome a {
    padding-left: 16px!important;
}
.Header__dropdown__iconList__item--myaccount span {
    position: absolute;
    top: 11px;
    left: -2px;
    font-size: 22px;
}
.Header__dropdown__iconList__item--orders span, .Header__dropdown__iconList__item--track span {
    position: absolute;
    font-size: 24px;
}
.Header__dropdown__iconList__item--logout span {
    position: absolute;
    font-size: 18px;
    top: 13px;
}
.Header__dropdown__iconList__item a {
    padding-left: 35px;
    font-size: 14px;
    font-weight: 300;
    transition: all .5s ease;
    font-family: "Arial",sans serif;
}
.Header__dropdown__iconList__item:before {
    transition: all .5s ease;
}
.Header__dropdown__iconList li:not(.Header__dropdown__iconList__item--welcome):hover span {
    color: #2E4F94;
}
.Header__dropdown__iconList li:not(.Header__dropdown__iconList__item--welcome):hover a {
    color: #2E4F94;
    text-decoration: underline;
}
.Header__dropdown__iconList__arrow {
    position: absolute;
    top: -9px;
    right: 45px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f0f0f0;
}
.Header__dropdown__iconList__arrow.white {
    border-bottom: 10px solid #fff;
}
.Header__dropdown__iconList a {
    color: #323232;
}
.Header__dropdown__iconList__updates {
    position: absolute;
    z-index: 5;
    border-radius: 0 0 4px 4px;
    font-size: 14px;
    width: 260px;
    right: 0;
    top: 33px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.Header__dropdown__iconList__updates.active {
    visibility: visible;
    opacity: 1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}
.Header__dropdown__iconList__updates.notification {
    width: 288px;
}
.Header__dropdown__iconList__updates.notification .notification_box {
    background-color: #fcf2e2!important;
}
@media (min-width:768px) {
    .Header__dropdown__iconList__updates {
    top: 40px;
    height: auto;
    right: 0;
    transform: translateX(0);
    transform: translateY(-20px);
    z-index: 5;
}
.Header__dropdown__iconList__updates.active {
    transform: translateY(0);
}
}@media screen and (max-width:767px) {
    .Header__dropdown__iconList__updates {
    top: 43px;
    right: -132%;
    background: #fff;
}
.Header__dropdown__iconList__updates.full {
    height: 100vh;
}
.Header__dropdown__iconList__updates>.Header__dropdown__iconList__arrow {
    right: 63px;
}
}@media screen and (max-width:480px) {
    .Header__dropdown__iconList__updates>.Header__dropdown__iconList__arrow {
    right: 55px;
}
}@media screen and (max-width:480px) {
    .Header__dropdown__iconList__updates {
    right: -115%}
}@media screen and (max-width:380px) {
    .Header__dropdown__iconList__updates {
    right: -140%}
.Header__dropdown__iconList__updates>.Header__dropdown__iconList__arrow {
    right: 80px;
}
}.Header__dropdown__iconList__updates__wrapper {
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #606060 #dcdcdc;
}
.Header__dropdown__iconList__updates__wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.Header__dropdown__iconList__updates__wrapper::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
.Header__dropdown__iconList__updates__wrapper::-webkit-scrollbar-thumb {
    background: #606060;
    border: 0 #fff;
    border-radius: 50px;
}
.Header__dropdown__iconList__updates__wrapper::-webkit-scrollbar-thumb:active, .Header__dropdown__iconList__updates__wrapper::-webkit-scrollbar-thumb:hover {
    background: #606060;
}
.Header__dropdown__iconList__updates__wrapper::-webkit-scrollbar-track {
    background: #dcdcdc;
    border: 0 #fff;
    border-radius: 50px;
}
.Header__dropdown__iconList__updates__wrapper::-webkit-scrollbar-track:active, .Header__dropdown__iconList__updates__wrapper::-webkit-scrollbar-track:hover {
    background: #dcdcdc;
}
.Header__dropdown__iconList__updates__wrapper::-webkit-scrollbar-corner {
    background: transparent;
}
.Header__dropdown__iconList__updates__container {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 12px 0 6px;
}
@media screen and (max-width:768px) {
    .Header__dropdown__iconList__updates__container {
    padding: 0 0 6px;
}
}.Header__dropdown__iconList__updates__container__li:hover {
    color: #cc292e!important;
    text-decoration: none;
}
.Header__dropdown__iconList__updates__container__li:hover #nuevo span {
    color: #fff!important;
}
.Header__dropdown__iconList__updates__container__li:hover a {
    text-decoration: none!important;
}
.Header__dropdown__iconList__updates__container .Header__info__help__info a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 14px;
    line-height: 140%}
.Header__dropdown__iconList__updates__container .Header__info__help__info a span {
    margin: 0 8px 0 0;
    font-size: 22px;
}

.Header__dropdown__iconList__updates__login__notification {
    padding: 17px 16px 6px;
    font-size: 16px;
    line-height: 1.4;
}
.Header__dropdown__iconList__updates__login__notification>p {
    color: #505050;
    margin-bottom: 12px;
    line-height: 22.4px;
}
.Header__dropdown__iconList__updates__login__notification>button {
    width: 100%;
    padding: 9.8px 5px;
    border-radius: 30px;
    border: 1px solid #9d1e23;
    background: transparent;
    color: #9d1e23;
    font-weight:300;
}
.Header__dropdown__iconList__updates__login__notification>button:hover {
    background: #9d1e23;
    color: #fff;
}
.Header__dropdown__iconList__updates__item {
    position: relative;
    padding: 12px 0;
    max-width: 228px;
    color: #505050;
    display: flex;
    align-items: center;
    line-height: 140%}
.Header__dropdown__iconList__updates__item:last-child {
    border-bottom: 0;
}
.Header__dropdown__iconList__updates__item>span {
    color: #505050;
}
.Header__dropdown__iconList__updates__item--login span {
    position: absolute;
    font-size: 24px;
}
.Header__dropdown__iconList__updates__item--welcome {
    max-width: none;
    background: #f0f0f0;
    text-transform: uppercase;
    color: #000;
}
.Header__dropdown__iconList__updates__item--welcome a {
    padding-left: 16px!important;
}
.Header__dropdown__iconList__updates__item--myaccount span {
    position: absolute;
    top: 11px;
    left: -2px;
    font-size: 22px;
}
.Header__dropdown__iconList__updates__item--orders span, .Header__dropdown__iconList__updates__item--track span {
    position: absolute;
    font-size: 24px;
}
.Header__dropdown__iconList__updates__item--logout span {
    position: absolute;
    font-size: 18px;
    top: 13px;
}
.Header__dropdown__iconList__updates__item a {
    padding-left: 35px;
    font-size: 14px;
    font-weight:300;
    transition: all .5s ease;
}
.Header__dropdown__iconList__updates__item:before {
    transition: all .5s ease;
}
.Header__dropdown__iconList__updates li:not(.Header__dropdown__iconList__item--welcome):hover span {
    color: #cc292e;
}
.Header__dropdown__iconList__updates li:not(.Header__dropdown__iconList__item--welcome):hover a {
    color: #cc292e;
    text-decoration: underline;
}
.Header__dropdown__iconList__updates__arrow {
    position: absolute;
    top: -9px;
    right: 45px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f0f0f0;
}
.Header__dropdown__iconList__updates__arrow.white {
    border-bottom: 10px solid #fff;
}
.Header__dropdown__iconList__updates a {
    color: #323232;
}
.Header__dropdown__smartList {
    background-color: #2E4F94;
    padding: 16px 22px;
}
.Header__dropdown__smartList:hover a {
    text-decoration: none!important;
    color: #fff!important;
}
.Header__dropdown__smartList>.tag {
    background-color: #fec600;
    color: #333;
    display: inline-block;
    padding: 4px 6px 2px 8px;
    position: relative;
    height: 20px;
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 12px;
    line-height: 14px;
}
.Header__dropdown__smartList>.tag:after {
    content: "";
    position: absolute;
    height: 0;
    border-color: #fec600 transparent;
    border-style: solid;
    border-width: 10px;
    display: block;
    top: 0;
    right: -17%;
    bottom: 0;
}
.Header__dropdown__smartList strong {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-top: 8px;
}
.Header__dropdown__smartList p {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 12px;
    line-height: 18px;
    margin: 8px 0;
}
.Header__dropdown__smartList p:hover {
    color: #fff!important;
}
.Header__dropdown__smartList a {
    border: 1px solid #fff;
    padding: 8px 10px;
    border-radius: 20px;
    display: inline-block;
    width: 104px;
    text-align: center;
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 12px;
    line-height: 17px;
}
.Header__dropdown__smartList a:hover {
    background: #fff;
    color: red!important;
}

.Header__dropdown.thenew .Header__dropdown__text {
    width: 77px;
    height: 32px;
    background: #2E4F94;
    border-radius: 55px;
    color: #fff;
    padding: 7px 8px;
}
.Header__electro, .Header__link:after, .Header__supermercado {
    display: none;
}
@media (min-width:992px) {
    .Header__electro, .Header__supermercado {
    display: initial;
}
}.Header__event, .Header__new, .Header__offer {
    display: none;
}
@media (min-width:992px) {
    .Header__event, .Header__new, .Header__offer {
    display: inherit;
    color: #333;
}
}.Header .event-cyberwow span:before {
    color: #003af5;
}
.Header__menuButton {
    font-size: 16px;
    cursor: pointer;
    margin-top: 0;
    color: #fff;
    font-size: 24px;
}
.Header__search {
    width: 50%;
    max-width: 273px;
    z-index: 6;
}
@media only screen and (max-width:1043px) {
    .Header__search {
    margin-left: 15px;
}
}@media only screen and (max-width:768px) {
    .Header__search {
    margin-left: 0;
}
}@media only screen and (max-width:412px) {
    .Header__search {
    max-width: 215px;
}
}@media only screen and (max-width:405px) {
    .Header__search {
    max-width: 200px;
    margin-right: 32px;
}
.Header__search__icon--search {
    right: 6px;
    border-radius: 15px;
}
}@media only screen and (max-width:375px) {
    .Header__search {
    max-width: 180px;
    margin-right: 0;
}
}@media only screen and (max-width:360px) {
    .Header__search {
    margin-right: 0;
}
}@media only screen and (max-width:320px) {
    .Header__search {
    max-width: 106px;
}
}@media (min-width:480px) {
    .Header__search {
    max-width: none;
}
}@media (min-width:992px) {
    .Header__search {
    width: 40%}
}@media (min-width:1200px) {
    .Header__search {
    max-width: inherit;
    width: 56%}
.Header__search.nonhome {
    width: 37%}
}.Header__search .Search {
    margin-top: 0;
}
.Header__search__back {
    display: none;
    font-size: 12px;
    margin-top: 10px;
    position: relative;
    left: -15px;
    color: #fff;
}
@media only screen and (max-width:767px) {
    .Header__search.active {
    transition: width .4s ease-in-out;
    position: absolute;
    padding-top: 7px;
    width: 100%!important;
    max-width: none;
    height: 50px;
    z-index: 6;
    left: 0;
    background-color: #cc292e;
    text-align: center;
}
.Header__search.active .Search {
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    text-align: initial;
}
.Header__search.active .Header__search__back {
    display: inline-block;
    transform: rotate(90deg);
}
}.Header__options {
    width: 33%;
    justify-content: end;
    padding-right: 10px;
    display: -webkit-flex;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.Header__options>div {
    margin-left: 26px;
    display: flex;
    align-items: center;
}
@media screen and (max-width:1043px) {
    .Header__options {
    width: 47%}
.Header__options>div {
    margin-left: 15px;
}
}@media (min-width:1200px) {
    .Header__options {
    width: 30%}
.Header__options.nonhome {
    width: 51%;
    padding-right: 0;
}
.Header__options.nonhome>div {
    margin-left: 3%;
    width: 20%}
.Header__options.nonhome>div>div {
    margin: 0 auto;
}
.Header__options.nonhome .Header__preferences {
    max-width: max-content;
}
}@media screen and (max-width:767px) {
    .Header__options {
    max-width: 90px;
    justify-content: space-around;
    padding-right: 20px;
}
.Header__options>div {
    margin: 0!important;
}
}.Header__user {
    position: relative;
    margin-top: 10px;
    font-size: 24px;
    z-index: 3;
}
@media screen and (min-width:1024px) {
    .Header__user {
    z-index: 3;
    margin-top: 0;
}
}.Header__user:after {
    content: ""}
.Header__user__login {
    display: inline-block;
    position: relative;
    display: flex;
    padding-right: 20px;
}
@media only screen and (max-width:380px) {
    .Header__user__login {
    padding-right: 15px;
}
}.Header__user__login.pedidos {
    padding-right: 0;
}
.Header__user__login .arrow {
    position: absolute;
    font-size: 8px;
    right: 6px;
    top: 9px;
    transform: rotate(90deg);
}
.Header__user__login span {
    font-size: 14px;
    margin: 0 6px;
    font-weight: lighter;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}
@media screen and (max-width:767px) {
    .Header__user__login span.hide-mobile {
    display: none;
}
}.Header__user__login i {
    margin-right: 2px;
}
.Header__user__icon {
    display: inline-block;
    position: relative;
    background: #666;
    font-size: 16px;
    width: 28px;
    height: 28px;
    color: #fff;
    text-align: center;
    border-radius: 14px;
    padding-top: 5px;
    text-transform: uppercase;
    font-weight:300!important;
}
.Header__user__icon i {
    position: absolute;
    font-size: 10px;
    right: -14px;
    top: 10px;
    color: #323232;
    transform: rotate(90deg);
}
.Header__preferences-button {
    margin-top: 10px;
    width: 42%!important;
    display: none!important;
}
@media screen and (min-width:992px) {
    .Header__preferences-button {
    display: block!important;
    margin-top: 0;
}
}.Header__preferences-button .Header__preferences {
    padding: 0;
    width: 100%}
.Header__preferences-button .Header__wrapper {
    width: 100%;
    height: 100%}
.Header__preferences-button .Header__preferences__button {
    height: 100%}
.Header__preferences-button .Header__info__preferences__text {
    padding: 7px 0!important;
    background: #cc292e;
    border: 0;
    height: 100%;
    overflow: hidden;
}
.Header__preferences-button .Header__info__preferences__text b {
    color: #fff!important;
    font-size: 14px;
    font-weight: lighter;
    width: 100%;
    margin: 0 8px;
    width: 80%}
.Header__preferences-button .Header__info__preferences__text svg {
    width: 10%}
.Header__preferences-button .Header__info__preferences__text svg path {
    stroke: #fff;
    fill: #fff;
}
.Header__preferences-button .Header__info__preferences__text span {
    display: block;
    width: 100%;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 201px;
}
.Header__preferences-button .Header__info__preferences__text span.method {
    font-size: 12px;
    line-height: 17px;
}
.Header__preferences-button .Header__info__preferences__text span.hide-desktop {
    display: none;
}
@media screen and (max-width:992px) {
    .Header__preferences-button .Header__info__preferences__text span.hide-desktop {
    display: block;
}
}.Header__cart {
    margin-left: 3%;
    width: 6%!important;
}
@media only screen and (max-width:480px) {
    .Header__cart {
    margin-left: 2px!important;
}
}.Header__info {
    font-size: 12px;
    color: #fff;
}
@media screen and (min-width:1024px) {
    .Header__info {
    height: 48px;
}
}.Header__info__wrapper {
    margin: auto;
    display: flex;
    justify-content: space-between;
}
@media screen and (min-width:767px) {
    .Header__info__wrapper {
    padding: 10px 0;
}
}@media screen and (max-width:767px) {
    .Header__info__wrapper {
    display: none;
}
}.Header__info__gohome {
    max-width: 73px;
    margin-right: 22px;
    display: none;
}
@media (min-width:992px) {
    .Header__info__gohome {
    display: block;
}
}.Header__info__gohome a {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 12px;
    line-height: 14px;
    color: #606060;
}
.Header__info__gohome a i {
    position: relative;
    margin-right: 3.16px;
}
.Header__info.darkstore {
    background-color: #513e3f;
}
.Header__info.darkstore .Header__info__preferences__text {
    color: #fff!important;
}
.Header__info.darkstore .Header__info__gohome a, .Header__info.darkstore .Header__info__help__text, .Header__info.darkstore .Header__info__preferences__text:after {
    color: #fff;
}
.Header__info__left, .Header__info__left__item {
    display: flex;
    align-items: center;
}
.Header__info__left__item {
    font-size: 18px;
    position: relative;
    font-weight:300;
}
.Header__info__left__item i {
    font-size: 22px;
    margin-right: 5px;
}
.Header__info__left__item .arrow {
    position: absolute;
    transform: rotate(90deg);
    font-size: 8px;
    top: 8px;
    right: -20px;
}
.Header__info__right {
    display: flex;
    justify-content: space-around;
    font-size: 16px;
}
@media (min-width:992px) {
    .Header__info__right {
    justify-content: end;
    align-items: baseline;
}
}.Header__info__item {
    padding: 10px 0 10px 27px;
    width: 50%;
    background: rgba(0, 0, 0, .05);
}
@media (min-width:992px) {
    .Header__info__item {
    width: auto;
    padding: 0;
    margin: 0 24px;
    background: none;
}
}.Header__info__item a {
    position: relative;
}
.Header__info__item__icon {
    position: absolute;
    color: #323232;
    top: -3px;
    left: -22px;
    font-size: 18px;
}
@media (min-width:992px) {
    .Header__info__item__icon {
    color: #df1504;
}
}.Header__info__item--electro {
    text-align: right;
    background: none;
    padding-right: 20px;
}
@media (min-width:992px) {
    .Header__info__item--electro {
    padding-right: 0;
}
}.Header__info__item--catalogo {
    display: none;
}
@media (min-width:992px) {
    .Header__info__item--catalogo {
    margin: 0 32px 0 0;
    display: initial;
}
.Header__info__item--catalogo.before-icon {
    margin: 0 50px 0 0;
}
}.Header__info .mgr-43 {
    margin: 0 43px 0 0;
}
.Header__info .mgr-62 {
    margin: 0 62px 0 0;
}
.Header__info__item--48hrs {
    display: none;
}
@media (min-width:992px) {
    .Header__info__item--48hrs {
    display: initial;
}
}.Header__info__help {
    position: relative;
    font-weight:300!important;
    cursor: pointer;
}
.Header__info__help:after {
    display: none;
}
.Header__info__help .Header__dropdown__iconList {
    top: 30px;
    right: -34px;
}
.Header__info__help .Header__dropdown__iconList__arrow {
    right: 15px;
}
.Header__info__help .Header__dropdown__iconList__container {
    color: #505050;
    padding: 0 0 20px;
}
.Header__info__help .Header__dropdown__iconList__container li {
    padding: 12px 24px;
}
.Header__info__help .Header__dropdown__iconList__container li:first-child {
    border-bottom: 0;
}
.Header__info__help .Header__dropdown__iconList__container li:nth-child(2) {
    padding-top: 0;
    padding-bottom: 0;
}
.Header__info__help .Header__dropdown__iconList__container li:last-child {
    padding-bottom: 0;
}
.Header__info__help .Header__dropdown__iconList__updates {
    top: 30px;
    right: -34px;
}
.Header__info__help .Header__dropdown__iconList__updates__arrow {
    right: 15px;
}
.Header__info__help .Header__dropdown__iconList__updates__container {
    color: #505050;
    padding: 20px 0 27.5px;
}
.Header__info__help .Header__dropdown__iconList__updates__container li {
    padding: 12px 24px 0;
}
.Header__info__help .Header__dropdown__iconList__updates__container li:first-child {
    border-bottom: 0;
    padding-top: 0;
}
.Header__info__help .Header__dropdown__iconList__updates__container li:last-child {
    padding-bottom: 0;
}
.Header__info__help__info {
    padding-top: 12px;
    margin-top: 0!important;
}
.Header__info__help__info:last-child {
    padding: 0 0 5px!important;
}
.Header__info__help__info strong {
    font-weight:300;
    font-size: 18px;
    line-height: 140%}
.Header__info__help__info p {
    margin: 0;
}
.Header__info__preferences {
    position: relative;
    margin-left: 20px;
    font-weight:300!important;
    min-height: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #f5f5f5;
}
@media (min-width:992px) {
    .Header__info__preferences {
    margin-left: 0;
    min-height: 0;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}
}.Header__info__preferences__text {
    display: flex;
    align-items: center;
    padding-top: 1px;
    position: relative;
    font-weight:300;
    cursor: auto;
    background: #f5f5f5;
    padding: 7px 14px!important;
}
.Header__info__preferences__text i {
    position: absolute;
    transform: rotate(90deg);
    font-size: 10px;
    right: -15px;
    top: 3px;
}
.Header__info__preferences__text b {
    margin-left: 4px;
    margin-right: 3px;
}
.Header__info__preferences__tooltip {
    position: absolute;
    width: 304px;
    min-height: 144px;
    padding: 15px 0 0;
    background-color: #fcf2e2;
    z-index: 4;
    top: 35px;
    left: -13px;
    border-radius: 4px;
    color: #505050;
    text-align: left;
    opacity: 0;
    transform: translateY(-20px);
    transition: all .5s ease;
    visibility: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, .35), 0 0 2px rgba(0, 0, 0, .5);
}
@media (min-width:992px) {
    .Header__info__preferences__tooltip {
    top: 28px;
}
}.Header__info__preferences__tooltip.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.Header__info__preferences__tooltip__close {
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 16px;
    cursor: pointer;
}
.Header__info__preferences__tooltip__arrow {
    position: absolute;
    top: -10px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff1d7;
}
.Header__info__preferences__tooltip__title {
    font-size: 16px;
    padding: 0 17px;
}
.Header__info__preferences__tooltip__text {
    font-size: 16px;
    font-weight:300;
    line-height: 20px;
    padding: 0 17px;
}
.Header__info__preferences__tooltip__text span {
    font-weight:300;
}
@media (min-width:992px) {
    .Header__info__preferences__tooltip__buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
}.Header__info__preferences__tooltip__button {
    background: none;
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 7px 4px;
    border: 1px solid #9d1e23;
    border-radius: 30px;
    color: #9d1e23;
    font-family: Muli;
    font-weight:300;
    font-size: 16px;
    transition: all .2s ease;
    cursor: pointer;
}
.Header__info__preferences__tooltip__button:hover {
    background-color: #bc0d0d;
    color: #fff;
}
.Header__info__preferences__tooltip--with {
    left: -13px;
    padding: 15px 0 10px;
}
.Header__info__preferences__tooltip--with .Header__info__preferences__tooltip__button {
    margin: 5px auto;
}
.Header__info__preferences__tooltip--with .Header__info__preferences__tooltip__text span {
    display: block;
}
.Header__info__preferences__tooltip--with.Header__info__preferences__tooltip--switch {
    left: -13px;
    padding: 15px 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .35), 0 0 2px rgba(0, 0, 0, .5);
}
.Header__info__help {
    margin-right: 20px;
    display: none;
}
@media (min-width:992px) {
    .Header__info__help {
    display: inherit;
}
}.Header__info__help__text {
    position: relative;
    font-weight:300;
}
.Header__info__help__text--international {
    color: #fff;
}
.Header__info__help__text--international svg {
    position: relative;
    top: 5px;
    margin-right: .25rem;
}
.Header__info__help__text span {
    position: absolute;
    transform: rotate(90deg);
    font-size: 8px;
    top: 5px;
    right: -14px;
}
.Header__info__help__text .ico {
    transform: rotate(0deg);
    font-size: 26px;
    left: -26px;
    top: -4px;
    right: inherit;
}

.Header__info__help__info {
    margin-top: 8px;
}
.Header__info__help__info:last-child {
    border-bottom: 1px dashed #ebebeb;
    padding: 12px 0 8px;
}
.Header__info__help__list {
    width: 200px;
    position: absolute;
    top: 24px;
    z-index: 2;
    background: #fafafa;
    border-radius: 0 0 4px 4px;
    left: -50px;
    padding: 10px 20px;
    transform: translateY(-20px);
    transition: all .5s ease;
    visibility: hidden;
    opacity: 0;
}
.Header__info__help__list.active {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}
.Header__info__help__list p {
    margin: 0 auto;
    color: #505050;
}
.Header__info__help__list span {
    color: #2E4F94;
    font-size: 18px;
    font-weight:300;
}
.Header__info__help__list a {
    color: #333!important;
}
.Header__info__help__item {
    position: relative;
    display: flex;
    line-height: 140%;
    padding: 0 24px!important;
}
.Header__info__help__item__anchor {
    display: flex;
    align-items: center;
    color: #323232;
    font-weight:300;
}
.Header__info__help__item__anchor img {
    width: 40px;
    margin-right: 10px;
    height: auto!important;
}
.Header__info__help__item:last-child {
    border-bottom: 0;
    padding-bottom: 0!important;
}
.Header__info__help__item:last-child a {
    padding-bottom: 0;
    border-bottom: 0;
}
.Header__info__help__item__icon {
    position: absolute;
    font-size: 18px;
    top: 14px;
    left: -1px;
    top: 11px;
    color: #333!important;
}
.Header__info__help__item img {
    height: 16px;
    bottom: 0;
}
.Header__info__help__item a {
    display: flex;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px dashed #ebebeb;
}
@media screen and (max-width:768px) {
    .Header__info__help__item a {
    padding: 12px 0;
}
}.Header__info__help__item:first-child {
    background-color: #f0f0f0;
}
.Header__info__help__item:first-child a {
    display: flex;
    width: inherit;
}
.Header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}
.Header.sticky .Header__info, .Header.sticky .Header__site {
    display: none;
}
@media screen and (min-width:767px) {
    .Header.sticky .Header__logo {
    text-align: left;
    margin-left: 38px;
    width: 12.5%}
}.Header.sticky .Header__logo a {
    display: inline-block;
}
@media screen and (min-width:767px) {
    .Header.sticky #sticky-menu {
    display: block;
}
}@media (min-width:1200px) {
    .Header.sticky .Header__search {
    width: 56%}
.Header.sticky .Header__search.nonhome {
    width: 31%}
}.Header--main-home .Header__info {
    justify-content: flex-end;
}
.Header--main-home .Header__cart, .Header--main-home .Header__user {
    display: none;
}
.Header--main-home .Header__search {
    width: 75%;
    max-width: none;
}
@media (min-width:480px) {
    .Header--main-home .Header__search {
    width: 85%}
}@media (min-width:768px) {
    .Header--main-home .Header__search {
    width: 87%}
}@media (min-width:992px) {
    .Header--main-home .Header__search {
    max-width: 394px;
}
}@media (min-width:1200px) {
    .Header--main-home .Header__search {
    max-width: 650px;
    width: 41%}
}@media (min-width:992px) {
    .Header--main-home .Header__info__wrapper {
    justify-content: flex-end;
}
}.Header__site>.Header__wrapper {
    overflow-x: auto;
}
.Header__site:not(.Principal) {
    overflow-x: hidden;
}

.Header__site.Principal {
    background: #9d1e23;
}
.Header__site__items {
    width: 450px;
    color: #fff;
}
@media screen and (max-width:767px) {
    .Header__site__items ul {
    padding-left: 10px;
}
}.Header__site__items ul li {
    display: inline-block;
    line-height: 36px;
    margin: 0 32px 0 0;
}
@media screen and (max-width:480px) {
    .Header__site__items ul li {
    margin: 0 16px 0 0;
}
}@media screen and (max-width:768px) {
    .Header__site__items ul li {
    line-height: 31px;
}
}.Header__site__items ul li a {
    display: block;
    opacity: .6;
    font-size: 14px;
}
@media screen and (max-width:480px) {
    .Header__site__items ul li a {
    font-size: 12px;
    display: flex;
}
}.Header__site__items ul li:first-of-type {
    padding-left: 0;
}
.Header__site__items ul li#express {
    padding-bottom: 0;
}
.Header__site__items ul li#express a {
    color: #ff0;
    border: 1px solid;
    border-radius: 20px;
    padding: 4px 10px;
}
@media screen and (max-width:768px) {
    .Header__site.Principal .Header__site__items ul li {
    line-height: 36px;
}
}.Header__preferences {
    padding: 4px 0;
}
@media screen and (max-width:767px) {
    .Header__preferences {
    padding: 4px 10px;
}
}.Header__preferences__button {
    cursor: pointer;
    color: #333;
    font-size: 12px;
    display: inline-block;
}
.Header__preferences__button i {
    margin-right: 4px;
}
.Header__preferences__button:hover {
    color: #666;
}
@media screen and (max-width:767px) {
    .Header #login__notification {
    display: none;
}
}.overlay.header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    display: none;
    background: rgba(0, 0, 0, .5);
}
.overlay.header-overlay.active {
    display: block;
}

.Header__search.active .Search__content {
    width: 107%}
@media (min-width:768px) {
    .Header__search.active .Search__content {
    width: inherit;
}
}.welcome {
    display: none!important;
}
.BannerBottom {
    background-color: #ff2b50;
    margin-bottom: -3px;
}
@media (min-width:768px) {
    .BannerBottom {
    display: none;
    margin-bottom: 0;
}
}.BannerBottom img {
    width: 100%}
.BannerBottom__desktop {
    display: none;
}
@media (min-width:768px) {
    .BannerBottom__desktop {
    display: block;
}
}@media (min-width:768px) {
    .BannerBottom__mobile {
    display: none;
}
}@media (min-width:768px) {
    .BannerBottom--nonfood {
    display: block;
}
}.hide-mobile {
    display: flex!important;
}
@media screen and (max-width:767px) {
    .hide-mobile {
    display: none!important;
}
}.Header__preferences .modal-preferences-text {
    cursor: pointer;
}
.Header__preferences .Header__wrapper__messages-success {
    background-color: #333;
    width: 260px;
    padding: 12px!important;
    top: 33px;
}
.Header__preferences .Header__wrapper__messages-success .icono-arrow {
    border-bottom: 10px solid #333;
}
.Header__preferences .Header__wrapper__messages-success p {
    color: #fff;
    margin-bottom: 0;
}
.Header__preferences__button {
    width: auto;
}
.Header__preferences .Header__wrapper__messages-success {
    position: absolute;
    z-index: 4;
    background-color: #fcf2e2;
    max-width: 320px;
    padding: 12px;
    display: block;
    opacity: .98;
    border-radius: 4px;
    height: auto;
    word-wrap: break-word;
    white-space: normal;
    left: 10px;
    top: 38px;
    box-sizing: border-box;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .15);
    border: 1px solid #f9e5c5;
}
.Header__preferences .Header__wrapper__messages-success .icono-arrow {
    position: absolute;
    top: -9px;
    left: 10px;
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fcf2e2;
    opacity: .98;
}
.Header__preferences .Header__wrapper__messages-success p {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 14px;
    color: #333;
}
.Header__preferences .Header__wrapper__messages-success p span {
    font-weight:300;
}
.Header__preferences .Header__wrapper__messages-success p strong {
    display: block;
    margin-bottom: 4px;
    font-weight:300;
}
.Header__preferences .Header__wrapper .of-time {
    display: none;
}
.Header__preferences__button {
    width: 100%}
.Header__preferences .modal-preferences-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hide-desktop {
    display: none;
}
@media screen and (max-width:767px) {
    .hide-desktop {
    display: block;
}
}.up {
    transform: rotate(-90deg)!important;
    top: 7px;
}
#nuevo {
    background: #f26d72;
    padding: 4px 16px 4px 8px;
    border-radius: 16px;
    color: #fff;
    font-size: 14px;
    max-width: 127px;
}

#nuevo:hover {
    background: #f26d72;
    text-decoration: none;
}
.ProductCard__image__flags__item.flag--hotsale, .Showcase__flags__item.flag--coleccion-delivery-gratis-non-food-marketplace, .Showcase__flags__item.flag--garantia-de-calidad, .Showcase__flags__item.flag--hot-sale, .Showcase__flags__item.flag--hotsale, .Showcase__flags__item.flag--peru-pasion-tags {
    display: none;
}
.ProductCard__image__flags__item.flag--garantia-de-calidad~.ProductCard__image__flags__item.flag--hot-sale:nth-child(4), .Showcase__flags__item.flag--garantia-de-calidad:first-child, .Showcase__flags__item.flag--garantia-de-calidad:nth-child(3) .ProductCard__image__flags__item.flag--hot-sale:nth-child(3), .Showcase__flags__item.flag--garantia-de-calidad~.Showcase__flags__item.flag--hot-sale:nth-child(2), .Showcase__flags__item.flag--hot-sale:first-child, .Showcase__flags__item.flag--hotsale:first-child {
    display: block;
}
.minicart__snackbar {
    border: 2px solid #64c789;
}
@media screen and (min-width:767px) {
    .minicart__snackbar {
    text-align: left;
}
}.minicart__snackbar i {
    width: 32px;
    height: 32px;
    border-radius: 19px;
}
.minicart__snackbar i:before {
    display: inline-block;
    height: 100%;
    content: "\e90b";
    line-height: 34px;
    font-size: 29px;
    padding-left: 2px;
    color: #fff;
}
.minicart__snackbar__text {
    line-height: 2.43;
}

.Menu {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 6;
    top: 0;
    overflow: hidden;
    transform: translateX(-100%);
    transition: all .5s ease;
}
.Menu, .Menu * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
@media screen and (min-width:1024px) {
    .Menu {
    position: absolute;
    overflow: initial;
    z-index: 4;
    transform: translateY(200%);
    opacity: 0;
    visibility: hidden;
}
}.Menu__top {
    overflow: hidden;
    height: 48px;
    padding: 5px 10px;
    box-sizing: border-box;
}
@media screen and (min-width:1024px) {
    .Menu__top {
    display: none;
}
}.Menu__top__logo {
    margin-top: 5px;
    float: left;
}
.Menu__top__logo img {
    max-width: 28px;
}
.Menu__top .NavBar__mobile__close {
    float: right;
    margin-top: 7px;
    font-size: 22px;
    color: #333;
    width: 24px;
    height: 24px;
    text-align: center;
    cursor: pointer;
}
.Menu.active {
    transform: translateX(0);
}
@media screen and (min-width:1024px) {
    .Menu.active {
    transform: translateY(0);
    top: 177px;
    opacity: 1;
    visibility: visible;
}
}.Menu.active .Modal-access__content {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 45px 20px;
    max-width: 800px;
    height: 100%}
.Menu.active .Modal-access__close {
    float: right;
    font-size: 20px;
    font-weight:300;
    position: absolute;
    top: 15px;
    right: 15px;
    left: auto;
    color: #333;
}
.Menu.active .Modal-access__boxes {
    max-width: 600px;
    margin: 0 auto;
}
.Menu__overlay {
    z-index: 2;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
}
.Menu__overlay.active {
    visibility: visible;
    opacity: .9;
}
.Menu__top.video-open {
    height: 0;
    padding: 0;
}
.icono-perupasion {
    width: 20px;
    margin-right: 5px;
    margin-left: 0;
}
.NavBar {
    position: relative;
    z-index: 2;
    background-color: #fafafa;
    box-sizing: border-box;
    opacity: 0;
    transform: translateX(-100%);
    transition: all .5s ease;
    height: 88%;
    overflow: auto;
}
.NavBar * {
    font-family: Muli;
    font-weight:300;
    color: #323232;
}
@media (min-width:992px) {
    .NavBar {
    background-color: #fff;
    display: none;
    padding: 20px 40px;
    height: 60px;
    opacity: 1;
    transform: translateX(0);
    transition: none;
    overflow: initial;
}
}@media (min-width:992px) {
    .NavBar__left {
    float: left;
}
}@media (min-width:992px) {
    .NavBar__right {
    float: right;
}
}.NavBar__right ul li a {
    font-family: Muli!important;
    font-weight:300!important;
}
.NavBar__right a {
    display: block;
}
.NavBar ul {
    list-style: none;
}
.NavBar ul li {
    padding: 13.5px 20px;
    font-size: 14px;
}
@media (min-width:992px) {
    .NavBar ul li {
    border-top: 0;
    padding: 0 20px;
    display: inline-block;
}
}.NavBar ul li a {
    font-family: Muli;
    font-weight:300;
    font-size: 15px;
}
.NavBar__info {
    border-top: 1px dashed #ebebeb;
}
.NavBar__info__item {
    padding: 10px 20px!important;
}
.NavBar__info__item:first-child {
    margin-top: 10px;
}
.NavBar__info__item a {
    font-size: 14px!important;
    color: #606060;
    display: block;
}
.NavBar__info__tel__content {
    position: relative;
    padding: 10px 0;
}
.NavBar__info__tel__content  {
    position: absolute!important;
    top: 8px!important;
    left: -15px!important;
}
.NavBar__info__title {
    display: inline-block;
}
.NavBar__info__number {
    display: inline-block;
    font-size: 14px;
    color: #2E4F94;
    font-weight:300;
    margin-left: 5px;
}
.NavBar__info__gohome a {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 16px;
    line-height: 19px;
    color: #333;
}
.NavBar__info__gohome a . {
    top: 2px;
}

@media (min-width:992px) {
    .NavBar--supermercado {
    padding-left: 0!important;
}
}.NavBar__dropdown {
    position: relative;
}
.NavBar__dropdown ul {
    position: absolute;
    background: #fff;
    border-radius: 0 0 5px 6px;
    left: 0;
    font-size: 14px;
    width: 100%;
    top: 50px;
}
@media (min-width:992px) {
    .NavBar__dropdown ul {
    width: 150px;
    top: 38px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .23);
}
}.NavBar__dropdown ul li {
    padding: 15px 0 15px 25px;
}
@media (min-width:992px) {
    .NavBar__dropdown ul li {
    padding: 15px 7px;
}
}.NavBar__dropdown ul li:last-child {
    border-top: 0;
}
.NavBar__dropdown ul li p {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
    vertical-align: top;
}

.NavBar__dropdown.active {
    height: 270px;
}
.NavBar__dropdown.active a {
    color: #323232!important;
}
@media (min-width:992px) {
    .NavBar__dropdown.active a {
    color: #fec600!important;
}
}@media (min-width:992px) {
    .NavBar__dropdown.active {
    height: auto;
}
}

@media only screen and (max-width:991px) {
    .NavBar .event-cyberwowactive {
    height: 150px;
}
}
@media (min-width:992px) {
    .NavBar--ir-electro, .NavBar--ir-supermercado {
    display: none!important;
}
}.NavBar--ir-electro a, .NavBar--ir-electro span, .NavBar--ir-supermercado a, .NavBar--ir-supermercado span {
    color: #df1504;
}
.NavBar .directoAlmacen .pvaicon:before, .NavBar .directoAlmacen a {
    color: #ff3053;
}
.NavBar .event-cyberwow a, .NavBar .foodCiberWow a {
    color: #003af5;
}
.NavBar .foodCiberWow .pvaicon {
    width: 21px;
    display: inline-block;
}
.NavBar .pvaicon {
    font-size: 21px;
    position: relative;
    top: 5px;
    left: -5px;
    margin-right: 6px;
}
.NavBar__entrega, .NavBar__pedido {
    padding: 13.5px 20px!important;
    background-color: #f6f6f6;
}
@media (min-width:992px) {
    .NavBar__entrega, .NavBar__pedido {
    display: none!important;
}
}.NavBar__express {
    position: relative;
    display: block;
    padding: 13.5px 20px!important;
}
@media (min-width:992px) {
    .NavBar__express {
    padding: 0 0 0 30px!important;
    display: inline-block;
    margin-left: 15px;
}
}.NavBar__express a {
    color: #1243c0;
}

}.NavBar__beetrack {
    display: none;
    position: relative;
    top: -7px;
    margin-right: 106px!important;
}
@media (min-width:992px) {
    .NavBar__beetrack {
    margin: 0 30px 0 0;
    display: inline-block;
}
}.NavBar__beetrack i {
    display: inline!important;
    font-size: 26px!important;
    top: 0!important;
}
.NavBar__beetrack i:before {
    vertical-align: initial!important;
}
.NavBar__beetrack span {
    display: inline-block;
    font-family: gilroy-medium, arial;
    width: 55px;
    line-height: 1.1;
    font-size: 13px;
}
.NavBar.active {
    opacity: 1;
    transform: translateX(0);
}
.darkstore-menu-msg {
    background: #fff1d7;
    border: 1px solid #f9e5c5;
    box-sizing: border-box;
    border-radius: 4px;
    width: 90%;
    margin: 20px auto;
    padding: 12px 16px!important;
}
.darkstore-menu-msg.desktop {
    margin-left: 35px;
    max-width: 260px;
}
@media screen and (max-width:991px) {
    .darkstore-menu-msg.desktop {
    display: none;
}
}.darkstore-menu-msg p {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #606060;
}
.MainMenu {
    top: -5px;
    position: relative;
}
@media screen and (max-width:1023px) {
    .MainMenu {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    height: 100%;
    background: #f3f3f3;
}
.MainMenu.background-white {
    background: #fff;
}
}.MainMenu__top {
    display: none;
}
@media screen and (max-width:1023px) {
    .MainMenu__top {
    background: #2E4F94;
    padding: 17px 20px;
    display: block;
    position: relative;
}

}.MainMenu__wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.MainMenu__wrapper:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #e8e8e8;
    transform: rotate(45deg);
    position: absolute;
    left: 8%;
    top: -33px;
    z-index: -1;
}
@media screen and (max-width:1023px) {
    .MainMenu__wrapper {
    padding: 0;
    overflow: scroll;
    height: calc(100% - 52px);
}
.MainMenu__wrapper:before {
    display: none;
}
}.MainMenu__wrapper.active-supermercado .MainMenu__wrapper__categories, .MainMenu__wrapper.active-supermercado .MainMenu__wrapper__subcategories {
    height: calc(100vh - 52px);
    min-height: calc(100vh - 52px);
    max-height: calc(100vh - 52px);
}
@media screen and (min-width:1024px) {
    .MainMenu__wrapper.active-supermercado .MainMenu__wrapper__categories, .MainMenu__wrapper.active-supermercado .MainMenu__wrapper__subcategories {
    height: calc(95vh - 178px);
    min-height: calc(95vh - 178px);
    max-height: calc(95vh - 148px);
}
}@media screen and (max-width:1023px) {
    .MainMenu__wrapper.active-supermercado .MainMenu__wrapper__subcategories {
    overflow: hidden;
}
.MainMenu__wrapper.active-supermercado .MainMenu__wrapper__subcategories__wrapper {
    height: calc(100vh - 102px);
    min-height: calc(100vh - 102px);
    max-height: calc(100vh - 102px);
}
}@media screen and (min-width:1024px) {
    .MainMenu__wrapper.active-supermercado .MainMenu__wrapper__subcategories .MainMenu__wrapper__subcategories__wrapper {
    height: calc(100% - 50px);
}
}.MainMenu__wrapper__overlay {
    background: rgba(47, 46, 46, .8);
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: -25px;
}
@media screen and (max-width:1023px) {
    .MainMenu__wrapper__overlay {
    display: none;
}
}.MainMenu__wrapper .Go_back {
    background-color: #e8e8e8;
    padding: 15px 0;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
@media screen and (min-width:1024px) {
    .MainMenu__wrapper .Go_back {
    top: -27px;
    position: relative;
}
}
.MainMenu__wrapper .Go_back p {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}
@media screen and (min-width:1024px) {
    .MainMenu__wrapper .Go_back p {
    font-size: 17px;
}
}.MainMenu__wrapper .Go_back p b {
    font-weight:300;
}
.MainMenu__wrapper .Go_back a {
    display: none;
}
@media screen and (min-width:1024px) {
    .MainMenu__wrapper .Go_back a {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    align-items: center;
    text-align: center;
    color: #9d1e23;
    border-radius: 39px;
    border: 1px solid #9d1e23;
    box-sizing: border-box;
    padding: 5px 20px;
    margin-left: 16px;
    vertical-align: top;
}
.MainMenu__wrapper .Go_back a:hover {
    color: #fff;
    background-color: #9d1e23;
}
}.MainMenu__wrapper .Go_back img {
    margin-right: 13.43px;
}
@media screen and (max-width:1023px) {
    .MainMenu__wrapper .Go_back img {
    display: none;
}
}.MainMenu__wrapper__categories, .MainMenu__wrapper__departments {
    width: 20%;
    background: #fff;
    position: relative;
    top: -27px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-left: 1.62%;
    height: calc(100vh - 52px);
    min-height: calc(100vh - 52px);
    max-height: calc(100vh - 52px);
    scrollbar-width: thin;
    scrollbar-color: #606060 #dcdcdc;
}
.MainMenu__wrapper__categories.norounded, .MainMenu__wrapper__departments.norounded {
    border-radius: 0!important;
}
.MainMenu__wrapper__categories::-webkit-scrollbar, .MainMenu__wrapper__departments::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.MainMenu__wrapper__categories::-webkit-scrollbar-button, .MainMenu__wrapper__departments::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
.MainMenu__wrapper__categories::-webkit-scrollbar-thumb, .MainMenu__wrapper__departments::-webkit-scrollbar-thumb {
    background: #606060;
    border: 0 #fff;
    border-radius: 50px;
}
.MainMenu__wrapper__categories::-webkit-scrollbar-thumb:active, .MainMenu__wrapper__categories::-webkit-scrollbar-thumb:hover, .MainMenu__wrapper__departments::-webkit-scrollbar-thumb:active, .MainMenu__wrapper__departments::-webkit-scrollbar-thumb:hover {
    background: #606060;
}
.MainMenu__wrapper__categories::-webkit-scrollbar-track, .MainMenu__wrapper__departments::-webkit-scrollbar-track {
    background: #dcdcdc;
    border: 0 #fff;
    border-radius: 50px;
}
.MainMenu__wrapper__categories::-webkit-scrollbar-track:active, .MainMenu__wrapper__categories::-webkit-scrollbar-track:hover, .MainMenu__wrapper__departments::-webkit-scrollbar-track:active, .MainMenu__wrapper__departments::-webkit-scrollbar-track:hover {
    background: #dcdcdc;
}
.MainMenu__wrapper__categories::-webkit-scrollbar-corner, .MainMenu__wrapper__departments::-webkit-scrollbar-corner {
    background: transparent;
}
@media screen and (min-width:1024px) {
    .MainMenu__wrapper__categories, .MainMenu__wrapper__departments {
    height: calc(100vh - 148px);
    min-height: calc(100vh - 148px);
    max-height: calc(100vh - 148px);
    overflow: auto;
}
}@media screen and (max-width:1023px) {
    .MainMenu__wrapper__categories, .MainMenu__wrapper__departments {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: scroll;
    z-index: 1;
}
.MainMenu__wrapper__categories:before, .MainMenu__wrapper__departments:before {
    display: none;
}
}.MainMenu__wrapper__categories.inactive, .MainMenu__wrapper__departments.inactive {
    display: none!important;
}
.MainMenu__wrapper__categories__item, .MainMenu__wrapper__departments__item {
    padding: 4px 14px;
}
.MainMenu__wrapper__categories__item a.vertical-align-middle, .MainMenu__wrapper__departments__item a.vertical-align-middle {
    vertical-align: middle;
}
@media screen and (max-width:1023px) {
    .MainMenu__wrapper__categories__item, .MainMenu__wrapper__departments__item {
    border-bottom: 1px solid #e0e0e0;
    padding: 11px 14px;
    background: #fff;
}
}.MainMenu__wrapper__categories__item.active, .MainMenu__wrapper__departments__item.active {
    background: #fff;
}
.MainMenu__wrapper__categories__item.active .MainMenu__wrapper__departments__item__link, .MainMenu__wrapper__departments__item.active .MainMenu__wrapper__departments__item__link {
    color: #cc292e!important;
}

.MainMenu__wrapper__categories__item.link-all, .MainMenu__wrapper__departments__item.link-all {
    padding-right: 0;
}
@media screen and (max-width:1023px) {
    .MainMenu__wrapper__categories__item.link-all, .MainMenu__wrapper__departments__item.link-all {
    padding: 6px 14px;
}
}@media screen and (min-width:1024px) {
    .MainMenu__wrapper__categories__item--international-sellers, .MainMenu__wrapper__departments__item--international-sellers {
    display: none!important;
}
}.MainMenu__wrapper__categories__item__link, .MainMenu__wrapper__departments__item__link {
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 15px;
    line-height: 22px;
    color: #333!important;
    position: relative;
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 16px;
}
.MainMenu__wrapper__categories__item__link b, .MainMenu__wrapper__departments__item__link b {
    color: #cc292e;
    font-weight:300;
    border: 1px solid #cc292e;
    border-radius: 30px;
    width: 100%;
    padding: 5px 11px;
    display: inline-block;
    text-align: center;
    font-weight:300;
    margin-top: 5px;
}
@media screen and (max-width:1023px) {
    .MainMenu__wrapper__categories__item__link b, .MainMenu__wrapper__departments__item__link b {
    font-weight:300;
    text-decoration: none;
    width: max-content;
    line-height: 20px;
    padding: 5px 20px;
}
}
.MainMenu__wrapper__categories__item .notIcon, .MainMenu__wrapper__departments__item .notIcon {
    width: 100%!important;
}
@media screen and (min-width:768px) {
    .MainMenu__wrapper__categories__item .notIcon, .MainMenu__wrapper__departments__item .notIcon {
    width: 94%!important;
}
}.MainMenu__wrapper__categories__item.accordion, .MainMenu__wrapper__departments__item.accordion {
    padding: 0!important;
}

.MainMenu__wrapper__categories__item.accordion .ico-links, .MainMenu__wrapper__departments__item.accordion .ico-links {
    padding-left: 14px;
    top: -13px;
    position: relative;
}

.MainMenu__wrapper__categories__item.accordion:after, .MainMenu__wrapper__departments__item.accordion:after {
    height: 38px;
    content: "";
    width: 100%;
    position: relative;
    display: block;
    border-top: 1px solid #e0e0e0;
}
.MainMenu__wrapper__categories__item.accordion .MainMenu__wrapper__departments__item__link, .MainMenu__wrapper__departments__item.accordion .MainMenu__wrapper__departments__item__link {
    padding: 11px 15px 9px 14px!important;
}

.MainMenu__wrapper__categories__item.accordion.active:after, .MainMenu__wrapper__departments__item.accordion.active:after {
    display: none;
}

.MainMenu__wrapper__categories__item:hover .MainMenu__wrapper__departments__item__link b, .MainMenu__wrapper__departments__item:hover .MainMenu__wrapper__departments__item__link b {
    color: #fff!important;
    background-color: #cc292e;
}

.MainMenu__wrapper__categories__item.acordionUl:after, .MainMenu__wrapper__departments__item.acordionUl:after {
    display: none;
}
.MainMenu__wrapper__categories__item.acordionUl ul, .MainMenu__wrapper__departments__item.acordionUl ul {
    padding: 20px 0;
}
.MainMenu__wrapper__categories__item.acordionUl ul li, .MainMenu__wrapper__departments__item.acordionUl ul li {
    margin-top: 1px;
}
.MainMenu__wrapper__categories__footer, .MainMenu__wrapper__departments__footer {
    display: none;
}
@media screen and (max-width:1023px) {
    .MainMenu__wrapper__categories__footer, .MainMenu__wrapper__departments__footer {
    display: block;
    padding-top: 40px;
    background-color: #fff;
}
}.MainMenu__wrapper__categories__footer .Mainmenu__wrapper__departments__footer__numbers, .MainMenu__wrapper__departments__footer .Mainmenu__wrapper__departments__footer__numbers {
    display: inline-flex;
    width: 50%;
    padding: 28px 16px 26px;
    flex-wrap: wrap;
}
.MainMenu__wrapper__categories__footer .Mainmenu__wrapper__departments__footer__numbers:first-child, .MainMenu__wrapper__departments__footer .Mainmenu__wrapper__departments__footer__numbers:first-child {
    position: relative;
}
.MainMenu__wrapper__categories__footer .Mainmenu__wrapper__departments__footer__numbers:first-child:after, .MainMenu__wrapper__departments__footer .Mainmenu__wrapper__departments__footer__numbers:first-child:after {
    display: block;
    content: "";
    width: 1px;
    height: 21px;
    background-color: #e0e0e0;
    position: absolute;
    right: 0;
    top: 33px;
}
.MainMenu__wrapper__categories__footer .Mainmenu__wrapper__departments__footer__numbers p, .MainMenu__wrapper__departments__footer .Mainmenu__wrapper__departments__footer__numbers p {
    color: #333;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 17px;
}
.MainMenu__wrapper__categories__footer .Mainmenu__wrapper__departments__footer__numbers p.number, .MainMenu__wrapper__departments__footer .Mainmenu__wrapper__departments__footer__numbers p.number {
    font-weight:300;
    color: #2E4F94;
    text-decoration: underline;
}
.MainMenu__wrapper__categories__footer .Mainmenu__wrapper__departments__footer__numbers a, .MainMenu__wrapper__departments__footer .Mainmenu__wrapper__departments__footer__numbers a {
    padding: 0!important;
}
.MainMenu__wrapper__categories__footer .Mainmenu__wrapper__departments__footer__numbers.right, .MainMenu__wrapper__departments__footer .Mainmenu__wrapper__departments__footer__numbers.right {
    justify-content: right;
}
.MainMenu__wrapper__categories__footer .ico-links, .MainMenu__wrapper__departments__footer .ico-links {
    display: inline-block;
    width: 20px;
    margin-right: 15px;
}
.MainMenu__wrapper__categories__footer .ico, .MainMenu__wrapper__departments__footer .ico {
    transform: rotate(0deg);
    font-size: 18px;
    left: -21px;
    top: -2px;
    right: inherit;
}
.MainMenu__wrapper__categories__footer .MainMenu__wrapper__departments__item__link, .MainMenu__wrapper__departments__footer .MainMenu__wrapper__departments__item__link {
    display: inline-block;
    width: 87%}

.MainMenu__wrapper__categories__footer .MainMenu__wrapper__departments__item, .MainMenu__wrapper__departments__footer .MainMenu__wrapper__departments__item {
    background: #f3f3f3!important;
}
.MainMenu__wrapper__categories__footer .MainMenu__wrapper__departments__item ul, .MainMenu__wrapper__departments__footer .MainMenu__wrapper__departments__item ul {
    display: none;
}
.MainMenu__wrapper__categories__footer .MainMenu__wrapper__departments__item ul .MainMenu__wrapper__departments__item, .MainMenu__wrapper__departments__footer .MainMenu__wrapper__departments__item ul .MainMenu__wrapper__departments__item {
    color: #333;
    border-bottom: 0;
    padding: 9px 0;
}

}@media screen and (max-width:320px) {
    .MainMenu__wrapper__categories__footer .MainMenu__wrapper__departments__item.active .notIcon .pvaicon.pvaicon-24-arrow, .MainMenu__wrapper__departments__footer .MainMenu__wrapper__departments__item.active .notIcon .pvaicon.pvaicon-24-arrow {
    right: 21px!important;
}
}.MainMenu__wrapper__categories__footer .MainMenu__wrapper__departments__item.active a, .MainMenu__wrapper__departments__footer .MainMenu__wrapper__departments__item.active a {
    padding: 9px 16px;
}
.MainMenu__wrapper__categories__footer .MainMenu__wrapper__departments__item.active .MainMenu__wrapper__departments__item__link, .MainMenu__wrapper__departments__footer .MainMenu__wrapper__departments__item.active .MainMenu__wrapper__departments__item__link {
    color: #333!important;
}
.MainMenu__wrapper__categories__footer .MainMenu__wrapper__departments__item.active ul, .MainMenu__wrapper__departments__footer .MainMenu__wrapper__departments__item.active ul {
    display: block;
    border-top: 1px solid #e0e0e0;
}
.MainMenu__wrapper__categories__footer .MainMenu__wrapper__departments__item.active ul:first-child, .MainMenu__wrapper__departments__footer .MainMenu__wrapper__departments__item.active ul:first-child {
    border-top: 0;
}
@media screen and (min-width:1366px) {
    .MainMenu__wrapper__departments {
    margin-left: 0!important;
}
}@media screen and (max-width:1023px) {
    .MainMenu__wrapper__departments {
    background-color: #f3f3f3;
}
}.MainMenu__wrapper__departments.active {
    margin-left: 0;
}
@media screen and (min-width:1024px) {
    .MainMenu__wrapper__departments.active {
    background: #f3f3f3;
    border-radius: 0 0 0 0;
}
.MainMenu__wrapper__departments.active .MainMenu__wrapper__departments__item .MainMenu__wrapper__departments__item__link, .MainMenu__wrapper__departments.active .MainMenu__wrapper__departments__item .MainMenu__wrapper__departments__item__link .pvaicon {
    color: #333!important;
}
.MainMenu__wrapper__departments.active .MainMenu__wrapper__departments__item.active .MainMenu__wrapper__departments__item__link, .MainMenu__wrapper__departments.active .MainMenu__wrapper__departments__item.active .MainMenu__wrapper__departments__item__link .pvaicon, .MainMenu__wrapper__departments.active .MainMenu__wrapper__departments__item.active .MainMenu__wrapper__departments__item__link b {
    color: #cc292e!important;
}
}.MainMenu__wrapper__departments.marginLeft {
    margin-left: 1.62%;
    border-radius: 0!important;
}
@media screen and (max-width:768px) {
    .MainMenu__wrapper__departments .MainMenu__wrapper__departments__item .MainMenu__wrapper__departments__item__link .pvaicon {
    color: #333!important;
}
.MainMenu__wrapper__departments .MainMenu__wrapper__departments__item .MainMenu__wrapper__departments__item__link .pvaicon:before {
    display: block;
    color: #2E4F94;
    font-size: 11px;
    content: "\e90c"}
}.MainMenu__wrapper__categories {
    box-shadow: none;
    display: none;
    margin-left: 0;
    border-radius: 0 8px 8px 0;
}
@media screen and (max-width:1023px) {
    .MainMenu__wrapper__categories {
    z-index: 2;
    position: fixed;
    top: 52px;
    left: 0;
    height: calc(100vh - 52px);
    overflow: scroll;
}
.MainMenu__wrapper__categories.marginLeft {
    margin-left: 0;
}
}@media screen and (max-height:736px) {
    .MainMenu__wrapper__categories {
    padding-bottom: 65px;
}
}@media screen and (max-width:736px) {
    .MainMenu__wrapper__categories {
    height: 100vh;
}
.MainMenu__wrapper__categories ul {
    height: 100vh;
    padding-bottom: 100px;
}
}.MainMenu__wrapper__categories:before {
    display: none;
}
.MainMenu__wrapper__categories.active {
    background: #fff;
    display: block;
}
@media not all and (min-resolution:0.001dpcm) {
    @supports (-webkit-appearance: none) {
    .MainMenu__wrapper__categories.active .safari_only {
    padding-bottom: 60px;
}
}}@media screen and (min-width:1024px) {
    .MainMenu__wrapper__categories.active: hover .MainMenu__wrapper__departments__item .MainMenu__wrapper__departments__item__link, .MainMenu__wrapper__categories.active:hover .MainMenu__wrapper__departments__item .MainMenu__wrapper__departments__item__link .pvaicon {
    color: #333!important;
}
.MainMenu__wrapper__categories.active:hover .MainMenu__wrapper__departments__item .MainMenu__wrapper__departments__item__link:hover {
    color: #cc292e!important;
    text-decoration: underline!important;
}
.MainMenu__wrapper__categories.active:hover .MainMenu__wrapper__departments__item .MainMenu__wrapper__departments__item__link:hover b {
    color: #fff!important;
}
.MainMenu__wrapper__categories.active:hover .MainMenu__wrapper__departments__item .MainMenu__wrapper__departments__item__link .textMenu:hover {
    color: #cc292e!important;
    text-decoration: underline!important;
}
.MainMenu__wrapper__categories.active:hover .MainMenu__wrapper__departments__item.active .MainMenu__wrapper__departments__item__link {
    color: #cc292e!important;
}
.MainMenu__wrapper__categories.active:hover .MainMenu__wrapper__departments__item.active .MainMenu__wrapper__departments__item__link b {
    color: #fff!important;
}
.MainMenu__wrapper__categories.active:hover .MainMenu__wrapper__departments__item.active .MainMenu__wrapper__departments__item__link .pvaicon {
    color: #cc292e!important;
}
}@media screen and (min-width:1024px) {
    .MainMenu__wrapper__categories {
    border-left: 1px solid #e8e8e8;
}
}.MainMenu__wrapper__categories.marginLeft {
    margin-left: 0!important;
    border-radius: 0;
}
@media screen and (max-width:1023px) {
    .MainMenu__wrapper__categories.marginLeft {
    margin-left: 0!important;
}
}@media screen and (min-width:1024px) {
    .MainMenu__wrapper__categories.marginLeft .MainMenu__wrapper__departments__item .MainMenu__wrapper__departments__item__link, .MainMenu__wrapper__categories.marginLeft .MainMenu__wrapper__departments__item .MainMenu__wrapper__departments__item__link .pvaicon {
    color: #333!important;
}
.MainMenu__wrapper__categories.marginLeft .MainMenu__wrapper__departments__item.active .MainMenu__wrapper__departments__item__link, .MainMenu__wrapper__categories.marginLeft .MainMenu__wrapper__departments__item.active .MainMenu__wrapper__departments__item__link .pvaicon, .MainMenu__wrapper__categories.marginLeft .MainMenu__wrapper__departments__item.active .MainMenu__wrapper__departments__item__link b, .MainMenu__wrapper__categories.marginLeft .MainMenu__wrapper__departments__item .MainMenu__wrapper__departments__item__link:hover .pvaicon, .MainMenu__wrapper__categories.marginLeft .MainMenu__wrapper__departments__item .MainMenu__wrapper__departments__item__link:hover b {
    color: #cc292e!important;
}
}.MainMenu__wrapper__categories .MainMenu__wrapper__departments__item__link {
    cursor: pointer;
}
@media screen and (max-width:768px) {
    .MainMenu__wrapper__categories .MainMenu__wrapper__departments__item .MainMenu__wrapper__departments__item__link .pvaicon {
    color: #333!important;
}
}.MainMenu__wrapper__subcategories {
    background-color: #fff;
    width: 80%;
    top: -27px;
    display: none;
    position: relative;
    min-height: calc(100vh - 52px);
    height: calc(100vh - 52px);
    max-height: calc(100vh - 52px);
    border-radius: 0 0 8px 0;
}
@media screen and (min-width:1024px) {
    .MainMenu__wrapper__subcategories {
    height: calc(100vh - 148px);
    min-height: calc(100vh - 148px);
    max-height: calc(100vh - 148px);
    border-left: 1px solid #e8e8e8;
}
}.MainMenu__wrapper__subcategories.active {
    display: block;
}
.MainMenu__wrapper__subcategories.norounded {
    border-radius: 0 0 8px 0!important;
}
@media screen and (max-width:1023px) {
    .MainMenu__wrapper__subcategories {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
.MainMenu__wrapper__subcategories.active {
    display: block;
    border-radius: 0 0 8px 0;
}
}.MainMenu__wrapper__subcategories__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
    height: 100vh;
    z-index: 6;
    scrollbar-width: thin;
    scrollbar-color: #606060 #dcdcdc;
}
@media screen and (max-width:1023px) {
    .MainMenu__wrapper__subcategories__wrapper {
    padding-bottom: 130px;
    background: #f3f3f3;
}
}@media screen and (min-width:1024px) {
    .MainMenu__wrapper__subcategories__wrapper {
    height: calc(100% - 120px);
    margin: 0 25px 0 0;
    overflow-y: auto;
}
}@media screen and (min-width:1024px) {
    .MainMenu__wrapper__subcategories__wrapper__scrollbar {
    padding-right: 20px;
}
}.MainMenu__wrapper__subcategories__wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.MainMenu__wrapper__subcategories__wrapper::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
.MainMenu__wrapper__subcategories__wrapper::-webkit-scrollbar-thumb {
    background: #606060;
    border: 0 #fff;
    border-radius: 50px;
}
.MainMenu__wrapper__subcategories__wrapper::-webkit-scrollbar-thumb:active, .MainMenu__wrapper__subcategories__wrapper::-webkit-scrollbar-thumb:hover {
    background: #606060;
}
.MainMenu__wrapper__subcategories__wrapper::-webkit-scrollbar-track {
    background: #dcdcdc;
    border: 0 #fff;
    border-radius: 50px;
}
.MainMenu__wrapper__subcategories__wrapper::-webkit-scrollbar-track:active, .MainMenu__wrapper__subcategories__wrapper::-webkit-scrollbar-track:hover {
    background: #dcdcdc;
}
.MainMenu__wrapper__subcategories__wrapper::-webkit-scrollbar-corner {
    background: transparent;
}
.MainMenu__wrapper__subcategories__containerItems {
    width: 100%}
@media screen and (min-width:1024px) {
    .MainMenu__wrapper__subcategories__containerItems.hasBanner {
    width: calc(100% - 250px);
}
.MainMenu__wrapper__subcategories__containerItems.hasBanner .MainMenu__wrapper__subcategories__item {
    width: 22%}
}.MainMenu__wrapper__subcategories .Go_back {
    top: 0;
    width: 100%;
    margin-left: 0;
}
@media screen and (min-width:1024px) {
    .MainMenu__wrapper__subcategories .Go_back {
    padding-left: 20px;
    border-radius: 0 8px 0 0;
}

}.MainMenu__wrapper__subcategories__item {
    width: 100%;
    margin-right: 1%;
    margin-bottom: 12px;
    padding: 20px 0 0 20px;
    display: inline-block;
    vertical-align: top;
}
@media screen and (min-width:1024px) {
    .MainMenu__wrapper__subcategories__item {
    padding: 15px 0 0 15px;
    width: 19%;
    min-width: 185px;
}
.MainMenu__wrapper__subcategories__item.marcas {
    background-color: #fffbeb;
    border-radius: 3px 35px 3px 35px;
    padding: 16px 20px 16px 15px;
    margin: 16px 0 0 5px;
}
}.MainMenu__wrapper__subcategories__item li {
    color: #e8e8e8;
    margin-top: 6px;
}
@media screen and (max-width:1023px) {
    .MainMenu__wrapper__subcategories__item li {
    border-top: 1px solid #e0e0e0;
    margin-top: 0;
    margin-left: 0;
    list-style: none;
}
}.MainMenu__wrapper__subcategories__item__link {
    display: block;
}
.MainMenu__wrapper__subcategories__item__link p {
    color: #000!important;
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 15px;
    line-height: 25px;
}
@media screen and (max-width:1023px) {
    .MainMenu__wrapper__subcategories__item__link {
    padding: 12px 20px;
}
.MainMenu__wrapper__subcategories__item__link p {
    font-size: 16px;
}
}.MainMenu__wrapper__subcategories__item__link:hover p {
    color: #cc292e!important;
}
.MainMenu__wrapper__subcategories__item__sublink {
    display: block;
}
.MainMenu__wrapper__subcategories__item__sublink p {
    color: #000!important;
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 13px;
}
@media screen and (max-width:1023px) {
    .MainMenu__wrapper__subcategories__item__sublink {
    padding: 12px 20px;
}
.MainMenu__wrapper__subcategories__item__sublink p {
    font-size: 16px;
}
}.MainMenu__wrapper__subcategories__item__sublink:hover p {
    color: #cc292e!important;
}
@media screen and (max-width:1023px) {
    .MainMenu__wrapper__subcategories__item {
    width: 100%;
    max-width: 100%;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
    padding: 0;
}
.MainMenu__wrapper__subcategories__item ul {
    display: none;
}
.MainMenu__wrapper__subcategories__item.active ul {
    display: block;
}
.MainMenu__wrapper__subcategories__item.accordion {
    position: relative;
}
.MainMenu__wrapper__subcategories__item.accordion:after {
    display: block;
    position: absolute;
    content: "+";
    color: #333;
    font-size: 18px;
    top: 14px;
    right: 20px;
}
.MainMenu__wrapper__subcategories__item.accordion.active:after {
    content: "-"}
.MainMenu__wrapper__subcategories__item.accordion .MainMenu__wrapper__subcategories__item__link {
    width: max-content;
    padding-right: 40px!important;
}
.MainMenu__wrapper__subcategories__item.accordion .MainMenu__wrapper__subcategories__item__link p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
}.MainMenu__wrapper__subcategories__departmentItem {
    margin-right: 1%;
    padding: 0 0 0 15px;
    display: inline-block;
}
@media screen and (max-width:1023px) {
    .MainMenu__wrapper__subcategories__departmentItem {
    padding: 0 0 0 20px;
    background-color: #fff;
}
}.MainMenu__wrapper__subcategories__departmentItem__link {
    box-sizing: border-box;
    padding: 10px 26px 10px 0;
    display: block;
    text-align: center;
    font-family: Muli;
    font-style: normal;
    font-weight:300;
    font-size: 14px;
    line-height: 20px;
    max-width: max-content;
    color: #2E4F94!important;
}
.MainMenu__wrapper__subcategories__departmentItem__link p {
    color: #2E4F94!important;
}
@media screen and (min-width:1024px) {
    .MainMenu__wrapper__subcategories__departmentItem__link {
    text-decoration: underline;
    padding: 15px 26px 0 0;
}
}@media screen and (max-width:1023px) {
    .MainMenu__wrapper__subcategories__departmentItem__link {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 10px 0;
    font-size: 16px;
}
.MainMenu__wrapper__subcategories__departmentItem__link p {
    color: #333!important;
    text-align: left;
    border: 0;
    border-left: 4px solid;
    border-color: #2E4F94;
    padding-left: 12px;
}
.MainMenu__wrapper__subcategories__departmentItem__link p:hover {
    color: #2E4F94!important;
}
}.MainMenu__wrapper__subcategories__bannerItem {
    max-width: 220px;
    margin: 16px 16px 16px 0;
}
@media screen and (max-width:1023px) {
    .MainMenu__wrapper__subcategories__bannerItem {
    display: none;
}
}@media screen and (min-width:1024px) {
    .HomePage-Principal-PRD .Menu.active, .HomePage-Principal-QA .Menu.active {
    top: 178px!important;
}
}@media screen and (min-width:1024px) {
    .Menu.withheadband .MainMenu__wrapper__categories, .Menu.withheadband .MainMenu__wrapper__departments {
    height: calc(100vh - 178px);
    min-height: calc(100vh - 178px);
    max-height: calc(100vh - 178px);
}
}@media screen and (min-width:1024px) {
    .Menu.active {
    top: 183px!important;
}
}@media screen and (min-width:1024px) {
    .Menu.active.active-sticky {
    top: 69px!important;
}
.Menu.active.active-sticky .MainMenu__wrapper:before {
    top: -8px!important;
    left: 2.2%}
.Menu.active.active-sticky .MainMenu__wrapper__overlay {
    top: 0;
}
.Menu.active.active-sticky .MainMenu__wrapper__categories, .Menu.active.active-sticky .MainMenu__wrapper__departments, .Menu.active.active-sticky .MainMenu__wrapper__subcategories {
    top: 0!important;
    height: calc(100vh - 64px);
    min-height: calc(100vh - 64px);
    max-height: calc(100vh - 64px);
}
.Menu.active.active-sticky .MainMenu__wrapper__categories__wrapper, .Menu.active.active-sticky .MainMenu__wrapper__departments__wrapper, .Menu.active.active-sticky .MainMenu__wrapper__subcategories__wrapper {
    height: calc(100% - 82px);
}
.Menu.active.active-sticky .MainMenu__wrapper__categories.marginLeft, .Menu.active.active-sticky .MainMenu__wrapper__departments.marginLeft, .Menu.active.active-sticky .MainMenu__wrapper__subcategories.marginLeft {
    margin-left: 1.62!important;
}
.Menu.active.active-sticky .MainMenu__wrapper__categories.norounded, .Menu.active.active-sticky .MainMenu__wrapper__departments.norounded, .Menu.active.active-sticky .MainMenu__wrapper__subcategories.norounded {
    border-radius: 0!important;
}
.Menu.active.active-sticky .MainMenu__wrapper__subcategories {
    width: 80%}
.Menu.active.active-sticky .MainMenu__wrapper.active-supermercado .MainMenu__wrapper__categories, .Menu.active.active-sticky .MainMenu__wrapper.active-supermercado .MainMenu__wrapper__subcategories {
    height: calc(92vh - 64px);
    min-height: calc(92vh - 64px);
    max-height: calc(92vh - 64px);
}
.Menu.active.active-sticky .MainMenu__wrapper .Go_back {
    top: 0!important;
    margin-left: 0;
    width: 100%;
    border-radius: 0;
}
}.Menu.active.active-sticky.withheadband .MainMenu__wrapper__categories, .Menu.active.active-sticky.withheadband .MainMenu__wrapper__departments {
    height: calc(100vh - 98px);
    min-height: calc(100vh - 98px);
    max-height: calc(100vh - 98px);
}
.Menu .MainMenu__wrapper__departments__item {
    position: relative;
}
.Menu .MainMenu__wrapper__departments__item .pvaicon {
    position: absolute;
    right: 0;
    top: 5px;
}
.Menu .MainMenu__wrapper__departments__item .pvaicon:before {
    display: none;
    color: #2E4F94;
    font-size: 14px;
}
.Menu .MainMenu__wrapper__departments__item.active .textMenu .pvaicon:before, .Menu .MainMenu__wrapper__departments__item .textMenu:hover .pvaicon:before {
    display: block;
}
.openMainMenu {
    cursor: pointer;
}
.openMainMenu.isActive .pvaicon-24-arrow.arrow:before {
    transform: rotate(-180deg)!important;
    display: block!important;
}
.body-not-scroll {
    overflow: hidden!important;
}
.CustomModal__close {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 32px;
    height: 32px;
}
.CustomModal__body {
    position: fixed;
    right: 104px;
    bottom: -1500px;
    z-index: 10;
    transition: bottom 1s;
    -webkit-box-shadow: 3px 2px 15px 0 #000;
    box-shadow: 3px 2px 15px 0 #000;
}
@media screen and (max-width:768px) {
    .CustomModal__body {
    z-index: 999;
}
}.CustomModal__body.active {
    bottom: 10px;
}
.CustomModal__body__image__dsk, .CustomModal__body__image__mb {
    display: none;
    width: 100%}
@media screen and (min-width:768px) {
    .CustomModal__body__image__dsk {
    display: block;
}
}@media screen and (max-width:767px) {
    .CustomModal__body__image__mb {
    display: block;
}
}@media screen and (max-width:767px) {
    .CustomModal__body {
    max-width: 90%;
    left: 0;
    right: 0;
    top: 45%;
    transform: translate(5%, -50%);
}
.CustomModal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    z-index: 999;
}
}
