/* Uploaded on: 13/10/2020 15:10:56 */
 /* perfect-scrollbar v0.8.1 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px; }

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px; }

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px; }

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 15px; }

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px; }

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px; }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6; }

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999; }

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999; }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
.ps--theme_header-categories-nav__dropdown-scrollbar {
  width: 254px;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.ps--theme_header-categories-nav__dropdown-scrollbar .ps__scrollbar-y-rail {
  z-index: 1; }

.header-categories-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  outline: 0; }

.header-categories-nav__trigger {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  padding-left: 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  outline: 0; }

.header-categories-nav__icon {
  font-size: 16px;
  color: #fff; }

.header-categories-nav__trigger-text {
  margin-left: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: normal;
  color: #fff; }

.header-categories-nav__dropdown-parent {
  max-width: 100%; }

.header-categories-nav__dropdown-parent.open:before {
  content: "";
  position: absolute;
  top: 59px;
  left: 179px;
  display: block;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff; }

.header-categories-nav__dropdown {
  background-color: #fff;
  max-height: 520px;
  width: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.header-categories-nav__dropdown.fixed {
  height: 100%; }

.header-categories-nav__dropdown-collapse {
  overflow: hidden;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.4); }

.header-categories-nav__dropdown-container {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2; }

.header-categories-nav__dropdown-item {
  display: block !important;
  cursor: default;
  color: #0879C9;
  padding-left: 20px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin: 0;
  background: #f7f7f7; }

.header-categories-nav__dropdown-item.nuestras-marcas, .header-categories-nav__dropdown-item.ahorra-mas, .header-categories-nav__dropdown-item.babymart {
  padding-left: 10px;
  padding-right: 10px;
  background: #fff; }

.header-categories-nav__dropdown-item.nuestras-marcas > a, .header-categories-nav__dropdown-item.ahorra-mas > a, .header-categories-nav__dropdown-item.babymart > a {
  padding: 0 10px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.5px; }

@media screen and (max-width: 1024px) {
  .header-categories-nav__dropdown-item.nuestras-marcas > a:active, .header-categories-nav__dropdown-item.ahorra-mas > a:active, .header-categories-nav__dropdown-item.babymart > a:active {
    background: #f7f7f7; } }

@media screen and (min-width: 1025px) {
  .header-categories-nav__dropdown-item.nuestras-marcas > a:hover, .header-categories-nav__dropdown-item.ahorra-mas > a:hover, .header-categories-nav__dropdown-item.babymart > a:hover {
    background: #f7f7f7; } }

.header-categories-nav__dropdown-item.active {
  background: #fff; }

@media screen and (max-width: 1024px) {
  .header-categories-nav__dropdown-item {
    background: #fff; } }

.header-categories-nav__dropdown-item > span,
.header-categories-nav__dropdown-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header-categories-nav__dropdown-item.nuestras-marcas {
  padding-top: 10px;
  color: #007DC6; }

.header-categories-nav__dropdown-item.ahorra-mas {
  color: #E81C25;
  padding-bottom: 10px; }

@media screen and (max-width: 768px) {
  .header-categories-nav__dropdown-item.babymart a {
    padding-bottom: 5px;
    height: 49px;
    text-transform: unset;
    border-bottom: 1px solid #e9e9e9; }
  .header-categories-nav__dropdown-item.nuestras-marcas {
    padding-top: 0;
    padding-bottom: 0; }
  .header-categories-nav__dropdown-item.ahorra-mas {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-bottom: 0; } }

.header-categories-nav__dropdown {
  background-color: #fff;
  max-height: 535px;
  width: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.header-categories-nav__dropdown.fixed {
  height: 100%; }

.header-categories-nav__dropdown-collapse {
  overflow: hidden;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.4); }

.header-categories-nav__dropdown-container {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.header-categories-nav__dropdown-item {
  display: block !important;
  cursor: default;
  color: #0879C9;
  padding-left: 20px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin: 0;
  background: #f7f7f7; }

.header-categories-nav__dropdown-item.active {
  background: #fff; }

@media screen and (max-width: 1024px) {
  .header-categories-nav__dropdown-item {
    background: #fff; } }

.header-categories-nav__dropdown-item > span,
.header-categories-nav__dropdown-item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header-categories-nav__dropdown-item:not(.has-link) > span:after {
  content: "\203A";
  font-size: 30px;
  display: block;
  font-weight: 700;
  margin: 0;
  margin-bottom: 5px; }

.header-categories-nav__dropdown-item.os-windows:not(.has-link) > span:after {
  position: absolute;
  right: 0;
  bottom: 4px; }

.header-categories-nav__dropdown-item.babymart {
  color: #b1108b;
  display: none !important; }

@media screen and (max-width: 768px) {
  .header-categories-nav__dropdown-item.babymart {
    display: block !important; } }

.header-categories-nav__department-wrapper {
  display: none;
  outline: none;
  background: #fff;
  border-left: 1px solid #e9e9e9;
  width: 1050px;
  max-height: 535px;
  padding: 20px 40px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.header-categories-nav__department-wrapper.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header-categories-nav__categorie {
  display: block !important;
  font-size: 13px;
  color: #666;
  font-weight: 400;
  line-height: 21px; }

.header-categories-nav__categorie-parent {
  display: block !important;
  font-size: 15px;
  color: #0879C9;
  line-height: 21px;
  padding-bottom: 4px; }

.header-categories-nav__categorie-wrapper {
  display: block !important;
  margin-bottom: 10px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  max-width: 250px;
  margin-right: 20px; }

@media screen and (max-height: 600px) {
  .header-categories-nav__categorie-parent, .header-categories-nav__categorie {
    line-height: normal; } }

@media screen and (max-width: 768px) {
  .header-categories-nav__dropdown-container {
    z-index: 0; } }

@media screen and (max-width: 1024px) {
  .ps--theme_header-categories-nav__dropdown-scrollbar {
    width: 275px; }
  .ps--theme_header-categories-nav__dropdown-scrollbar .ps__scrollbar-y-rail {
    display: none !important; }
  .header-categories-nav {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    /*&__dropdown-container {
      padding-top: 10px;
    }*/ }
  .header-categories-nav__trigger {
    padding-left: 0;
    width: 50px;
    text-align: center; }
  .header-categories-nav__trigger-text {
    display: none; }
  .header-categories-nav__dropdown-parent {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5); }
  .header-categories-nav__dropdown {
    width: 275px;
    height: 100%;
    max-height: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); }
  .header-categories-nav__dropdown-item {
    font-weight: 400;
    padding-right: 20px; }
  .header-categories-nav__dropdown-item > span,
  .header-categories-nav__dropdown-item > a {
    height: 44px;
    font-size: 13px;
    cursor: pointer; }
  .header-categories-nav__dropdown-item:not(.has-link) > span:after {
    content: "\E930";
    font-size: 12px;
    font-weight: 400;
    font-family: "walmart-icons";
    font-style: normal;
    text-align: center;
    -mos-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    line-height: normal;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .header-categories-nav__dropdown-item.hide {
    display: none !important; }
  .header-categories-nav__dropdown-item.opened:not(.has-link) > span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .header-categories-nav__department-wrapper {
    display: block;
    border-left: 0;
    width: auto;
    padding: 0 0 0 12px;
    max-height: none;
    -webkit-columns: auto;
    columns: auto; }
  .header-categories-nav__categorie-wrapper {
    margin-bottom: 0; }
  .header-categories-nav__categorie a,
  .header-categories-nav__categorie-parent span {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 44px;
    font-size: 13px;
    color: #666; }
  .header-categories-nav__categorie-container {
    padding-left: 12px; }
  .header-categories-nav__categorie-parent {
    padding: 0; }
  .header-categories-nav__categorie-parent-action {
    position: relative; }
  .header-categories-nav__categorie-parent-action:after {
    content: "\E930";
    font-size: 12px;
    font-weight: 400;
    font-family: "walmart-icons";
    font-style: normal;
    text-align: center;
    -mos-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    line-height: 44px; }
  .header-categories-nav__categorie-parent-action.open {
    color: #0879C9; }
  .header-categories-nav__categorie-parent-action.open:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .header-categories-nav__secondnav {
    width: calc(100% - 20px);
    margin: auto;
    padding: 10px 10px 0;
    border-bottom: 1px solid #e9e9e9; }
  .header-categories-nav__secondnav li {
    display: block; }
  .header-categories-nav__secondnav li a {
    display: block;
    line-height: 44px;
    padding-left: 26px;
    position: relative;
    font-size: 13px;
    color: #666;
    transition: all 0.3s ease; }
  .header-categories-nav__secondnav li a:hover {
    color: #002654; }
  .header-categories-nav__secondnav li a:before {
    font-size: 12px;
    position: absolute;
    left: 0;
    color: #002654;
    line-height: 44px; }
  .header-categories-nav__secondnav--help {
    border-top: 1px solid #e9e9e9;
    border-bottom: 0;
    width: 100%;
    padding: 0 20px 0; }
  .nav-mobile-header {
    background-color: #0879C9;
    padding: 10px 20px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    font-weight: 600;
    line-height: 20px; }
  .nav-mobile-header.department-selected {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .nav-mobile-header__user {
    font-size: 16px; }
  .nav-mobile-header__logout {
    font-size: 13px; }
  .nav-mobile-header__back {
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    width: 100%; }
  .nav-mobile-header__back .arrow {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 12px;
    margin-right: 8px; }
  .nav-mobile-header button.nav-mobile-header__new-user,
  .nav-mobile-header button.nav-mobile-header__login {
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    margin: 0; } }

@media screen and (max-width: 480px) {
  .header-categories-nav__trigger {
    width: 38px; } }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
.header-action-button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  /* &.user .header-action-button__trigger-text:after {
		content: '';
		position: relative;
		top: 1px;
		display: inline-block;
		width: 0;
		height: 0;
		margin: 0 0 0 5px;
		border: 4px solid transparent;
		vertical-align: middle;
		transition: transform .3s ease;
		transform-origin: center 2px;
		border-top-color: #fff;
	}

	&.user .header-action-button__trigger:hover & {
		&__trigger-text:after {
			transform: rotate(-180deg);
		}
	} */ }

.header-action-button__trigger {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%; }

.header-action-button__icon {
  font-size: 22px;
  color: #FFF; }

.header-action-button__icon.easy-reorder {
  font-size: 18px; }

.header-action-button__trigger-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  color: #FFF; }

.header-action-button.easy-reorder {
  width: 90px;
  margin-left: 20px; }

.header-action-button.user {
  width: 80px; }

.header-action-button.user .header-action-button__trigger-text {
  overflow: hidden;
  max-width: 92px; }

@media screen and (max-width: 1024px) {
  .header-action-button {
    height: 100%; }
  .header-action-button.easy-reorder, .header-action-button.user {
    width: 75px; }
  .header-action-button__trigger {
    line-height: 1;
    /*height: 100%;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header-action-button__trigger-text {
    display: none; } }

@media screen and (max-width: 768px) {
  .header-action-button.easy-reorder {
    width: 55px; } }

@media screen and (max-width: 480px) {
  .header-action-button.easy-reorder {
    width: 25px;
    min-width: 25px;
    margin-left: 10px; } }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
.input-search {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.input-search__external-trigger {
  display: none !important; }

.input-search__container {
  position: relative;
  height: auto;
  transition: height 0.3s ease; }

.input-search__container.search-close {
  overflow: hidden;
  height: 0; }

.input-search__input-container {
  position: relative;
  font-size: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.input-search__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0 !important;
  height: 35px !important;
  border-radius: 35px 0 0 35px !important;
  padding: 0 0 0 22px !important;
  line-height: 36px !important;
  margin: 0 !important;
  color: #444 !important;
  padding-right: 30px !important;
  font-size: 16px;
  outline: none !important; }

.input-search button.input-search__clear {
  cursor: pointer;
  font-size: 10px;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 56px;
  width: 18px;
  height: 18px;
  margin: auto;
  border: 0;
  border-radius: 50%;
  background-color: #C2CFD6;
  color: #FFF;
  line-height: 0;
  outline: 0; }

.input-search button.input-search__icon {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 35px 35px 0;
  background-color: #FFF;
  height: 35px;
  line-height: 33px;
  width: 50px;
  color: #444;
  font-size: 20px;
  margin-top: 0 !important; }

.input-search__results {
  position: absolute;
  left: 17.5px;
  top: calc(100% + 1px);
  z-index: 15;
  width: calc(100% - 68px);
  box-sizing: border-box;
  background-color: #FFF;
  font-size: 15px; }

.input-search__results-wrapper {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.12); }

.input-search__results-wrapper :first-child {
  border-top: 0; }

.input-search__avise {
  text-align: left;
  padding: 10px 13px;
  color: #AAA;
  font-size: 14px;
  font-weight: 400; }

.input-search__more {
  width: 100%; }

.input-search__categorie-result {
  display: block;
  padding: 10px 13px;
  transition: all 0.3s ease;
  color: #AAA;
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid #E9E9E9; }

.input-search__categorie-result span {
  font-style: italic;
  color: #0879C9; }

.input-search__categorie-result:hover {
  color: #0879C9; }

.input-search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
  border-top: 1px solid #E9E9E9;
  transition: all 0.3s ease; }

.input-search-result:last-child {
  margin-bottom: 0; }

.input-search-result:hover {
  opacity: .85;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2); }

.input-search-result__image, .input-search-result__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.input-search-result__image {
  padding: 6px 0;
  width: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.input-search-result__container {
  padding: 13px 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #EEF4FF; }

.input-search-result__container--suggestion {
  background-color: #FFF; }

.input-search-result__brand {
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 9px; }

.input-search-result__name {
  color: #888;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 3px; }

.input-search-result__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.input-search-result__price {
  color: #0879C9;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600; }

.input-search-result button.input-search-result__add-product {
  cursor: pointer;
  background: #fff;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  border: 2px solid #F47421;
  color: #F47421;
  border-radius: 5px;
  width: 90px;
  margin: 0;
  outline: 0;
  transition: box-shadow .2s ease; }

.input-search-result button.input-search-result__add-product:hover {
  box-shadow: 0 1px 4px -1px #999; }

/* < TABLET */
@media screen and (max-width: 1024px) {
  .input-search__input, .input-search__icon {
    height: 30px !important; }
  .input-search__input {
    border-radius: 30px 0 0 30px !important;
    padding-left: 15px !important; }
  .input-search__icon {
    border-radius: 0 30px 30px 0 !important;
    font-size: 16px !important; }
  .input-search__container {
    position: static; }
  .input-search__results {
    top: 50px;
    left: 0;
    width: 100vw; }
  .input-search__results-wrapper {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12); }
  .input-search-result__image {
    width: 89px;
    padding-left: 10px; }
  .input-search-result__container {
    padding-left: 10px; } }

@media screen and (max-width: 768px) {
  .input-search {
    padding-left: 12px !important; } }

@media screen and (max-width: 480px) {
  .input-search {
    padding-left: 8px !important;
    max-width: calc(100% - 152px); }
  .input-search__input {
    max-width: calc(100% - 36px);
    box-sizing: border-box; }
  .input-search button.input-search__clear {
    right: 42px; }
  .input-search__icon {
    width: 36px !important; }
  .input-search__results {
    top: 40px; } }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
.minicart-logistics {
  padding: 10px 10px 0; }

.minicart-logistics button.minicart-logistics__action {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #FFF;
  height: 50px;
  font-size: 14px;
  line-height: 16px;
  color: #999;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.minicart-logistics button.minicart-logistics__action:before {
  font-size: 25px;
  color: #0879C9;
  margin-right: 15px; }

.minicart-logistics button.minicart-logistics__action:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #999;
  margin-left: 20px;
  transition: all 0.3s ease; }

.minicart-logistics button.minicart-logistics__action .text {
  width: 135px; }

.minicart-logistics button.minicart-logistics__action.open:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.minicart-logistics__selectors {
  background-color: #FFF;
  padding: 10px; }

.minicart-logistics__select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px !important; }

.minicart-logistics__select-wrapper:last-child {
  margin-bottom: 0 !important; }

.minicart-logistics__label {
  color: #0879C9;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px; }

.minicart-logistics select.minicart-logistics__select {
  background-color: #FFF;
  line-height: 28px;
  height: 28px;
  border: 1px solid #DDD;
  font-family: Arial;
  font-size: 12px;
  color: #000; }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 20, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight {
  height: auto; }

.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
.minicart-suggestion {
  position: absolute;
  left: -415px;
  top: 138px;
  padding-right: 20px; }

.minicart-suggestion__wrapper {
  width: 230px;
  background-color: #EEF4FF;
  text-align: center;
  padding: 10px 0;
  line-height: 32px;
  box-shadow: 0 0 10px #333;
  border: 1px solid white;
  position: relative; }

.minicart-suggestion__close {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  position: absolute;
  right: -10px;
  top: -10px;
  background: url("/arquivos/sprite-main.png") -66px -126px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  cursor: pointer;
  top: -15px;
  right: -15px; }

.minicart-suggestion__title {
  font-weight: bold;
  font-size: 17px;
  color: #0879C9; }

.minicart-suggestion__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 150px;
  min-height: 272px; }

.minicart-suggestion__product-image {
  background-color: #FFF;
  padding: 25px;
  border: 1px solid #DDD;
  box-shadow: 0 0 5px #DDD; }

.minicart-suggestion__product-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  line-height: 20px;
  transition: color .2s ease; }

.minicart-suggestion__product-name:hover {
  color: #0879C9; }

.minicart-suggestion__product button.minicart-suggestion__product-add {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  background-color: #007DC6;
  color: white;
  border-radius: 3px;
  border: 0;
  font-weight: bold;
  font-size: 14px;
  height: 31px;
  outline: 0;
  cursor: pointer;
  display: block;
  margin: 0;
  outline: 0;
  width: 150px;
  transition: opacity .2s ease; }

.minicart-suggestion__product button.minicart-suggestion__product-add:hover {
  opacity: .8; }

.minicart-suggestion__controls {
  position: absolute;
  top: 77px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  width: 190px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.minicart-suggestion button.minicart-suggestion__control {
  cursor: pointer;
  margin: 0;
  height: 80px;
  width: 20px;
  background-color: #FDFDFD;
  border: 1px solid #DDD;
  outline: 0;
  transition: .2s background, .2s opacity; }

.minicart-suggestion button.minicart-suggestion__control:hover {
  background-color: #FFF; }

.minicart-suggestion button.minicart-suggestion__control:before {
  content: '';
  opacity: .5;
  top: 13px;
  width: 20px;
  height: 50px;
  background: url("/arquivos/sprite_micrositio_recetas.png");
  display: block;
  -webkit-transform: scale(0.7);
  transform: scale(0.7); }

.minicart-suggestion button.minicart-suggestion__control--left {
  border-right: 0; }

.minicart-suggestion button.minicart-suggestion__control--left:before {
  background-position: 0px -65px; }

.minicart-suggestion button.minicart-suggestion__control--right {
  border-left: 0; }

.minicart-suggestion button.minicart-suggestion__control--right:before {
  background-position: -20px -65px; }

.minicart-suggestion .swiper-container {
  width: 150px; }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
.minicart__progress {
  padding: 10px; }

.minicart__progress-text {
  text-align: center;
  color: #666;
  font-size: 12px;
  line-height: 26px; }

.minicart__progress-bar {
  width: 100%;
  margin: auto;
  height: 18px;
  background-color: #FFF;
  border-radius: 9px;
  position: relative;
  overflow: hidden; }

.minicart__progress-fill-bar {
  padding-right: 5px;
  border-radius: 9px;
  height: 100%;
  max-width: 100%;
  transition: width 0.3s linear; }

.minicart__progress-fill-bar-text {
  height: 100%;
  max-width: 100%;
  border-radius: 9px;
  transition: width 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-width: 20px;
  text-align: right;
  color: #333;
  white-space: nowrap;
  text-indent: 6px;
  font-size: 12px;
  line-height: 18px;
  padding-right: 5px; }

.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 15px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 6px; }

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 15px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px; }

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

.scrollbar-container {
  position: relative;
  height: 100%; }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
.header-minicart {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-minicart__trigger {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  position: relative;
  cursor: pointer;
  outline: 0;
  width: 75px;
  margin-top: 3px; }

.header-minicart__quantity {
  position: absolute;
  right: 17px;
  top: -3px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #FFC120;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  transition: opacity .3s ease; }

.header-minicart__quantity.hide {
  opacity: 0; }

.header-minicart__icon {
  font-size: 20px;
  color: #FFF; }

.header-minicart__text {
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  color: #FFF; }

.minicart {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 15;
  width: 240px;
  background-color: #FFF;
  cursor: default;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.12); }

.minicart:before {
  content: '';
  position: absolute;
  z-index: -3;
  right: 26px;
  top: -6px;
  width: 18px;
  height: 18px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 1px 0 0;
  box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.12);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.minicart *,
.minicart :after,
.minicart :before {
  margin: initial; }

.minicart__wrapper {
  line-height: 1;
  background-color: #FFF; }

.minicart__container {
  background-color: #EEF4FF;
  padding: 0 0 10px; }

.minicart__top-total {
  line-height: 52px;
  font-size: 24px;
  text-align: center;
  color: #0879C9; }

.minicart__progress {
  padding: 10px;
  padding-top: 0; }

.minicart__progress-text {
  text-align: center;
  color: #666;
  font-size: 12px;
  line-height: 26px; }

.minicart__progress-bar {
  width: 100%;
  margin: auto;
  height: 18px;
  background-color: #FFF;
  border-radius: 9px;
  position: relative;
  overflow: hidden; }

.minicart__progress-fill-bar {
  padding-right: 5px;
  border-radius: 9px;
  height: 100%;
  max-width: 100%;
  transition: width 0.3s linear; }

.minicart__progress-fill-bar-text {
  height: 100%;
  max-width: 100%;
  border-radius: 9px;
  transition: width 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-width: 20px;
  text-align: right;
  color: #333;
  white-space: nowrap;
  text-indent: 6px;
  font-size: 12px;
  line-height: 18px;
  padding-right: 5px; }

.minicart__emptyItems {
  position: relative; }

.minicart__emptyItems p {
  width: 269px;
  height: 72px;
  background-color: background-opacity(#FFF, 0.5);
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: none;
  line-height: 72px;
  text-align: center; }

.minicart__items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.minicart button.minicart__clean {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease;
  padding: 3px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #777;
  font-family: Arial;
  line-height: normal;
  font-size: 13px;
  background-color: #FFF;
  opacity: .7;
  cursor: pointer;
  outline: 0;
  height: 23px;
  margin-top: 10px; }

.minicart button.minicart__clean:hover, .minicart button.minicart__clean.confirmation {
  opacity: 1;
  color: #0879C9;
  border-color: #0879C9; }

.minicart__items {
  padding: 15px 17px;
  max-height: 242px;
  overflow-y: auto; }

.minicart__total {
  padding: 0 10px;
  font-weight: 400;
  color: #333;
  font-size: 24px;
  line-height: 55px;
  letter-spacing: normal;
  text-align: right; }

.minicart__total--empty {
  border-top: 1px solid #F9F9F9; }

.minicart__total .total-number {
  font-weight: 700;
  margin-left: 5px; }

.minicart__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 20px);
  margin: auto;
  height: 39px;
  background-color: #FFF;
  color: #0879C9;
  border: 1px solid #DDD;
  border-radius: 5px; }

.minicart__btn--primary {
  margin-bottom: 10px;
  color: #FFF;
  background-color: #D98633;
  border-color: #D98633; }

.minicart__btn--primary span {
  margin-right: 5px; }

.minicart__btn--primary.disabled {
  opacity: .7; }

.ps--theme_minicart-scrollwrapper {
  max-height: calc(100vh - 60px); }

.ps--theme_minicart__items {
  max-height: 200px;
  overflow: hidden;
  border-bottom: 1px solid #F9F9F9;
  box-shadow: inset 0 -1px 2px #DDD; }

.ps > .ps__scrollbar-y-rail {
  width: 10px; }

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  opacity: 1;
  width: 5px;
  background: #007DC6; }

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  width: 5px; }

.ghost-item {
  padding: 15px 17px;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.ghost-item:first-child {
  border-bottom: 1px solid #EBEBEB; }

.ghost-item__image, .ghost-item__container, .ghost-item__quantity, .ghost-item__delete {
  display: inline-block;
  vertical-align: middle; }

.ghost-item__image {
  height: 106px;
  width: 106px;
  background-color: #EBEBEB;
  margin-right: 17px; }

.ghost-item__container {
  width: 148px; }

.ghost-item__line {
  height: 8px;
  background-color: #EBEBEB;
  margin-bottom: 14px; }

.ghost-item__line:last-child {
  margin-bottom: 0; }

.ghost-item__line.brand {
  width: 92px; }

.ghost-item__line.name {
  width: 122px; }

.ghost-item__line.name2 {
  width: 30px; }

.ghost-item__line.price {
  width: 62px; }

.ghost-item__quantity {
  width: 45px;
  height: 91px;
  position: relative;
  margin-right: 20px;
  opacity: 0.67; }

.ghost-item__quantity:before, .ghost-item__quantity:after {
  content: '';
  display: block;
  height: 23px;
  width: 100%;
  position: absolute; }

.ghost-item__quantity:before {
  top: 0; }

.ghost-item__quantity:after {
  bottom: 0; }

.ghost-item__delete:before {
  content: '\E907';
  font-size: 13px;
  opacity: 0.3; }

.minicart-item {
  width: 100%; }

.minicart-item__wrapper {
  position: relative;
  width: calc(100% - 16px);
  height: 155px;
  background-color: #FFF;
  padding: 10px 8px;
  margin: 0 auto 9px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: 1px 1px 2px 0 #CCD2DB; }

.minicart-item__loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: background-opacity(#FFF, 0.7);
  text-align: center; }

.minicart-item__loader .loader {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.minicart-item__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.minicart-item__block:first-child {
  margin-right: 10px; }

.minicart-item__block:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.minicart-item__image {
  font-size: 0;
  line-height: 1; }

.minicart-item__container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.minicart-item__brand {
  font-weight: 300;
  font-size: 10px;
  margin-bottom: 9px; }

.minicart-item__name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-size: 13px;
  line-height: 14px;
  padding: 22px 0 20px; }

.minicart-item__price {
  color: #0879C9;
  line-height: 29px;
  font-size: 18px;
  font-weight: 400; }

.minicart-item__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.minicart-item__quantity input {
  display: block;
  border: 0;
  padding: 0;
  width: 29px;
  height: 28px;
  text-align: center;
  border: 1px solid #E2E2E2;
  background-color: #FFF; }

.minicart-item button.minicart-item__quantity-control {
  cursor: pointer;
  display: block;
  padding: 0;
  width: 29px;
  height: 28px;
  position: relative;
  border: 1px solid #E2E2E2;
  background-color: #FFF;
  color: #0879C9;
  font-size: 20px;
  font-weight: 700; }

.minicart-item button.minicart-item__delete {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  opacity: .9;
  font-size: 14px;
  color: #767676;
  font-weight: 700;
  width: 30px;
  height: 20px;
  border-radius: 3px;
  background-color: #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  right: 5px;
  transition: all 0.3s ease; }

.minicart-item button.minicart-item__delete:before {
  content: 'x'; }

.minicart-item button.minicart-item__delete:hover {
  opacity: 1;
  box-shadow: -1px 1px #DDD; }

@media screen and (max-width: 1024px) {
  .header-minicart__text {
    display: none; }
  .header-minicart__trigger {
    margin-top: 0; }
  .ps--theme_minicart-scrollwrapper {
    max-height: calc(100vh - 50px); }
  .minicart:before {
    right: 27px; } }

@media screen and (max-width: 768px) {
  .header-minicart__trigger {
    width: 55px; }
  .header-minicart__quantity {
    right: 6px;
    top: -4px; }
  .minicart:before {
    right: 17px; } }

@media screen and (max-width: 480px) {
  .header-minicart__trigger {
    width: 35px; }
  .header-minicart__icon {
    font-size: 19px; }
  .header-minicart__quantity {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #FFC120;
    right: 4px;
    top: -3px;
    font-size: 12px;
    line-height: 18px; }
  .ps--theme_minicart-scrollwrapper {
    max-height: calc(100vh - 40px); }
  .minicart:before {
    right: 10px;
    top: -3px; } }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
.list-overlay {
  width: 100vw; }

.list-overlay__wrapper {
  margin: auto;
  width: 360px;
  height: auto;
  background: #FFF;
  border-radius: 5px;
  overflow: hidden; }

.list-overlay__header {
  text-align: center;
  line-height: 55px;
  background: #F4F4F4;
  color: #323232; }

.list-overlay__button {
  cursor: pointer;
  display: inline-block;
  outline: 0;
  border: 0;
  border-radius: 5px;
  width: 100%;
  font-family: 'Myriad Pro';
  font-size: 18px;
  color: #FFF;
  line-height: 34px;
  transition: all 0.25s ease; }

@media screen and (max-width: 1024px) {
  .list-overlay__button:active {
    opacity: .9; } }

@media screen and (min-width: 1025px) {
  .list-overlay__button:hover {
    opacity: .9; } }

.list-overlay__button--primary {
  background: #007DC6; }

.list-overlay__button--primary .wmt-loader {
  padding: 0; }

.list-overlay__button--primary .wmt-loader:before {
  font-size: 20px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.list-overlay__button--primary:disabled {
  opacity: .5; }

.list-overlay__button--primary-loading:disabled {
  opacity: 1; }

.list-overlay__button--secondary {
  background: #BBB; }

.list-overlay__button--show-list {
  margin-bottom: 5px; }

.list-overlay__body {
  text-align: center;
  padding: 21px; }

.list-overlay__new-list-title {
  text-align: left;
  font-size: 16px;
  color: #AAA;
  margin-bottom: 9px; }

.list-overlay__new-list-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  width: 100%;
  height: 34px;
  margin-bottom: 10px;
  border: 1px solid #BBB;
  border-radius: 5px;
  padding: 0 15px;
  color: #757575;
  font-size: 14px; }

.list-overlay__success-message {
  color: #DA893A;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding-top: 5px;
  margin-bottom: 29px; }

@media screen and (max-width: 768px) {
  .list-overlay__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    border-radius: 0;
    margin: 0; }
  .list-overlay__header {
    position: relative; }
  .list-overlay__button {
    height: 40px;
    border-radius: 3px; }
  .list-overlay a.list-overlay__button {
    height: auto;
    line-height: 40px; }
  .list-overlay__button.close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    line-height: 1;
    background-color: transparent;
    color: #323232; }
  .list-overlay__button.close:before {
    font-family: "walmart-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E90A";
    font-size: 20px; }
  .list-overlay__body {
    padding: 14px 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .list-overlay__new-list-title {
    text-align: center;
    margin-bottom: 23px; }
  .list-overlay__new-list-input {
    height: 40px;
    margin-bottom: 6px; }
  .list-overlay__success-message {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.overlay-add-to-list__sesion {
  margin: 2px auto 19px;
  font-size: 14px;
  line-height: 18px; }

.overlay-add-to-list__sesion .btn-sesion {
  color: #017CC7; }

.overlay-add-to-list__lists {
  padding-bottom: 5px; }

.overlay-add-to-list__lists.not-ready {
  padding-bottom: 21px; }

.animationEnd .overlay-add-to-list__lists.not-ready .wmt-loader:before {
  -webkit-animation-duration: 4001ms;
  animation-duration: 4001ms; }

.overlay-add-to-list__lists-selector-wrapper {
  border-radius: 5px;
  padding: 12px;
  background-color: #F4F4F4; }

.overlay-add-to-list__lists-selector {
  border-radius: 5px;
  border: 1px solid #BBB;
  background: #FFF;
  padding: 7px 0;
  max-height: 125px;
  overflow: auto; }

.overlay-add-to-list__lists-separator {
  height: 1px;
  background-color: #F4F4F4;
  margin-top: 14px;
  margin-bottom: 17px; }

.overlay-add-to-list__lists-item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  border: 0;
  background-color: transparent;
  padding: 0 16px;
  font-size: 12px;
  line-height: 21px;
  color: #757575;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.25s ease; }

@media screen and (max-width: 1024px) {
  .overlay-add-to-list__lists-item:active {
    background: #ABABAB;
    color: #FFF; } }

@media screen and (min-width: 1025px) {
  .overlay-add-to-list__lists-item:hover {
    background: #ABABAB;
    color: #FFF; } }

@media screen and (max-width: 768px) {
  .overlay-add-to-list__sesion {
    height: 100%;
    font-size: 16px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .overlay-add-to-list__sesion a {
    margin-left: 4px; }
  .overlay-add-to-list__lists {
    height: 100%;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .overlay-add-to-list__lists.success {
    height: 100%;
    padding-bottom: 60px; }
  .overlay-add-to-list__lists-selector-wrapper {
    padding: 14px 11px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .overlay-add-to-list__lists-selector {
    height: 100%;
    max-height: none; }
  .overlay-add-to-list__lists-separator {
    margin-top: 13px;
    margin-bottom: 23px; } }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
.popup {
  min-width: 290px; }

.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  min-width: 320px;
  height: 100vh;
  background: rgba(50, 50, 50, 0.3);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
@-webkit-keyframes slideDown {
  from {
    max-height: 0px;
    overflow: hidden; }
  to {
    max-height: 500px; } }

@keyframes slideDown {
  from {
    max-height: 0px;
    overflow: hidden; }
  to {
    max-height: 500px; } }

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.header-top__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 0; }

.header-top__logo a {
  display: inline-block;
  line-height: 1;
  font-size: 0;
  height: 30px;
  margin-right: 20px; }

.header-top__logo svg {
  width: 122px; }

.header-top__logo:after {
  content: '';
  display: inline-block;
  height: 40px;
  border-right: 1px solid #FFF; }

.action-box {
  position: absolute;
  z-index: 1;
  left: -50%;
  top: 100%;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.12);
  width: auto; }

.action-box.user {
  left: -63px; }

.action-box.easy-reorder {
  left: -60px; }

.action-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 95px;
  top: -6px;
  width: 18px;
  height: 18px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 1px 0 0;
  box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.12);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.action-box__content {
  width: auto;
  background-color: #FFF;
  padding: 10px 20px;
  min-width: 200px; }

.action-box button.action-box__login,
.action-box button.action-box__new-user {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 10px 0 0;
  font-weight: 400;
  text-align: left;
  color: #666; }

.action-box button.action-box__login:hover .action-box__primary-text,
.action-box button.action-box__new-user:hover .action-box__primary-text {
  color: #002654; }

.action-box__primary-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 16px; }

.action-box__primary-text:before {
  margin-right: 8px;
  font-size: 12px;
  color: #444; }

.action-box__secondary-text {
  padding-left: 21px;
  font-size: 12px;
  width: 160px;
  line-height: 1.4; }

.action-box__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #666;
  padding: 10px 0;
  transition: all 0.3s ease; }

.action-box__link:before {
  margin-left: 0;
  margin-right: 8px;
  font-size: 12px;
  color: #444;
  position: relative;
  top: -1px; }

.action-box__link.logout {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #e2edef; }

.action-box__link:hover {
  color: #002654; }

.action-box--sad-style {
  -webkit-animation: slideDown 1.3s linear;
  animation: slideDown 1.3s linear;
  top: 100%;
  border: 2px solid #D2D2D2;
  border-radius: 9px; }

.action-box--sad-style:before {
  border-width: 2px 2px 0 0;
  width: 42px;
  height: 42px;
  left: 80px; }

.action-box--sad-style .action-box__content {
  border-radius: 7px;
  padding-top: 4px;
  padding-bottom: 4px; }

.action-box--sad-style .action-box__login, .action-box--sad-style .action-box__new-user {
  margin-bottom: 10px !important;
  transition: all 0.3s ease; }

.action-box--sad-style .action-box__login:hover, .action-box--sad-style .action-box__new-user:hover {
  opacity: .7; }

.action-box--sad-style .action-box__primary-text {
  color: #0879C9 !important; }

.action-box--sad-style .action-box__primary-text:before {
  content: normal !important; }

.action-box--sad-style .action-box__secondary-text {
  padding-left: 0; }

.action-box--sad-style .action-box__link {
  padding: 12px 0;
  color: #0879C9;
  font-size: 16px; }

.action-box--sad-style .action-box__link:before {
  content: normal !important; }

.action-box--sad-style .action-box__link.logout {
  border-color: #E6EDEF;
  margin-top: 0;
  color: #666; }

.action-box--sad-style .action-box__link:hover {
  opacity: .7; }

.action-box--sad-style .action-box__link--button {
  display: block;
  text-align: center;
  border-radius: 3px;
  line-height: 26px;
  color: #0A5384;
  font-weight: 700;
  font-size: 14px;
  background-color: #D2D2D2;
  padding: 0; }

.action-box--sad-style .action-box__link--button.easy-reorder, .action-box--sad-style .action-box__link--button.fabric-content {
  background-color: #fff;
  color: #0879C9;
  font-weight: 400;
  text-align: left;
  padding: 12px 0;
  font-size: 16px; }

@media screen and (max-width: 1024px) {
  .header-top__logo a {
    width: 45px;
    height: auto;
    margin-right: 0;
    text-align: center;
    position: relative;
    top: 1px; }
  .header-top__logo a:before {
    font-family: 'walmart-icons';
    font-style: normal;
    font-weight: 400;
    text-align: center;
    -mos-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    line-height: normal; }
  .header-top__logo a:before {
    content: '\E90E';
    color: #FFDD5A;
    font-size: 25px; }
  .header-top__logo svg {
    display: none; }
  .header-top__logo:after {
    content: normal; }
  .action-box.user {
    left: -66px; }
  .action-box.easy-reorder {
    left: -68px; } }

@media screen and (max-width: 768px) {
  .action-box.easy-reorder {
    left: auto;
    right: -54px; }
  .action-box.easy-reorder:before {
    left: auto;
    right: 60px; } }

@media screen and (max-width: 480px) {
  .header-top__logo a {
    width: 30px; }
  .action-box.easy-reorder {
    left: auto;
    right: -42px; }
  .action-box.easy-reorder:before {
    left: auto;
    right: 42px; } }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 37px;
  font-size: 12px;
  font-weight: 600; }

.header-bottom__fit {
  color: #797979;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  margin: 0;
  height: 35px;
  text-align: left;
  font-size: 13px;
  line-height: normal;
  font-weight: 400; }

.header-bottom__fill {
  text-align: right;
  line-height: 37px; }

.header-bottom__fill a {
  margin-left: 15px;
  color: #797979;
  transition: all 0.25s ease; }

.header-bottom__fill a:hover {
  color: #007dc6; }

.header-bottom__fill a.rebajas {
  color: #e81c25;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-align: center;
  border-radius: 3px;
  background: #fced34;
  padding: 8px 12px;
  text-transform: uppercase; }

.header-bottom__fill a.rebajas:hover {
  opacity: 0.7; }

.header-bottom__fill a.nuestras-marcas {
  color: #007dc6;
  text-transform: uppercase;
  margin-left: 24px;
  font-size: 13px;
  font-weight: bold; }

.header-bottom__fill a.nuestras-marcas:hover {
  color: #3397d1; }

.header-bottom__fill a.ahorra {
  color: #007dc6; }

.header-bottom__fill a.ahorra:hover {
  color: #3397d1; }

.header-bottom__fill a.babymart {
  color: #b1108b;
  margin-left: 24px; }

.header-bottom__fill a.babymart:hover {
  opacity: 0.75; }

.header-bottom__fill a.weekly-ad {
  margin-left: 33px; }

.header-bottom__fill .icn-walmart:before {
  margin-right: 4px; }

.red {
  color: #E81C24;
  background-color: none;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 4px 10px;
  position: relative;
  border-radius: 5px; }

@media screen and (max-width: 600px) {
  .red {
    display: block;
    padding: 0 10px 0 0; }
  .red::after {
    height: 15px;
    margin-bottom: 2px; } }

@media screen and (min-width: 768px) and (max-width: 999px) {
  .red {
    display: block;
    padding: 0 10px 0 0; } }

.red:hover {
  opacity: 0.7; }

.red::after {
  font-family: "walmart-icons";
  content: '\E917';
  position: absolute;
  right: -10px;
  color: #E81C24;
  font-size: 12px; }

.wmt-spinner {
  height: 30px;
  text-align: center; }

.wmt-spinner > div {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  background-color: #E81C24;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.wmt-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.wmt-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media screen and (max-width: 1024px) {
  .header-bottom {
    padding: 0 10px; } }

@media screen and (max-width: 768px) {
  .header-bottom__fill {
    display: none; } }

@media screen and (max-width: 480px) {
  .header-bottom {
    line-height: 30px; }
  .header-bottom__fit {
    height: 30px; }
  .header-bottom__fill {
    line-height: 28px; }
  .wmt-spinner {
    height: 25px; } }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
#state {
  width: 246px;
  height: 40px;
  padding: 0 10px;
  outline: 0;
  border: 1px solid #D98633;
  border-radius: 4px;
  background: #FFF;
  font-size: 14px;
  color: #999; }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
.store-item {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #6F6F6F;
  font-size: 15px;
  width: 100%;
  height: 100%;
  line-height: 40px;
  position: relative;
  transition: .3s color, .3s border-color;
  border: 1px solid #6F6F6F;
  border-radius: 5px;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: left;
  padding-left: 53px;
  margin-bottom: 7px !important;
  transition: all 0.25s ease; }

.store-item:last-child {
  margin-bottom: 0; }

.store-item__icon {
  display: block;
  position: absolute;
  left: 18px;
  top: 6px;
  background: url("/arquivos/sprite-main.png") -80px -7px;
  width: 20px;
  height: 25px; }

.store-item__icon:before {
  transition: opacity .25s ease;
  content: '';
  opacity: 0;
  display: block;
  position: absolute;
  left: -7px;
  top: -9px;
  width: 35px;
  height: 45px;
  background: url("/arquivos/sprite-main.png") -3px -8px; }

.store-item:hover {
  border-color: #0879C9;
  color: #0879C9; }

.store-item:hover .store-item__icon:before {
  opacity: 1; }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
.store-selector button.store-selector-form__go-back {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  background-color: #FFF;
  font-weight: bold;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  width: 140px;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #DBDBDB;
  color: #DBDBDB;
  transition: all 0.25s ease; }

.store-selector button.store-selector-form__go-back:hover {
  border-color: #AAA;
  color: #AAA; }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px; }

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px; }

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px; }

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 15px; }

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px; }

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px; }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6; }

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999; }

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999; }

.scrollbar-container {
  position: relative;
  height: 100%; }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
.store-selector-form {
  width: 50%;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.store-selector-form__input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.store-selector-form input.store-selector-form__input-cp {
  outline: 0;
  border-radius: 4px 0 0 4px;
  height: 40px;
  width: 80%;
  padding: 0 7px;
  border: 1px solid #D98633;
  font-family: Arial;
  font-size: 15px;
  color: #999; }

.store-selector-form button.store-selector-form__submit-cp {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  width: 128px;
  border-radius: 0 4px 4px 0;
  background-color: #D98633;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #FFF; }

.store-selector-form__invalid-cp {
  width: 324px;
  padding-top: 5px;
  font-size: 14px;
  color: #D98633; }

.store-selector-form__stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.store-selector-form__stores-title {
  color: #76BA61;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px; }

.store-selector-form__stores-wrapper {
  width: 100%;
  max-height: 97px;
  padding: 5px 10px; }

.store-selector-form__stores-notfound {
  font-size: 16px;
  color: #AAA;
  line-height: 24px;
  font-style: italic;
  padding-left: 72px;
  position: relative;
  width: 318px;
  margin-bottom: 16px; }

.store-selector-form__stores-notfound:before {
  content: '';
  display: inline-block;
  background: url("/arquivos/sprite-main.png") no-repeat -6px -121px;
  width: 48px;
  height: 38px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.store-selector-form__stores-notfound .underline {
  text-decoration: underline; }

.store-selector-form__storepickup {
  padding-left: 72px;
  position: relative;
  width: 318px;
  margin-bottom: 13px; }

.store-selector-form__storepickup-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/arquivos/sprite-main.png") no-repeat -4px -64px;
  width: 51px;
  height: 50px; }

.store-selector-form__storepickup-text {
  font-size: 16px;
  color: #D98633;
  line-height: 24px;
  font-style: italic; }

.store-selector-form .react-tabs {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: inherit; }

.store-selector-form .react-tabs__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 34px; }

.store-selector-form .react-tabs__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 3px;
  width: 180px;
  height: 55px;
  line-height: 55px;
  border: 2px solid #CCC;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: all 0.25s ease; }

.store-selector-form .react-tabs__tab:after {
  content: '';
  display: block;
  position: absolute;
  border: 5px solid transparent;
  background: 0 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 50%;
  margin-left: -5px;
  bottom: -12px;
  transition: all 0.25s ease; }

.store-selector-form .react-tabs__tab:last-child {
  margin-right: 0; }

.store-selector-form .react-tabs__tab--selected, .store-selector-form .react-tabs__tab:hover {
  color: #0879C9;
  border-color: #0879C9; }

.store-selector-form .react-tabs__tab--selected:after, .store-selector-form .react-tabs__tab:hover:after {
  border-left-color: #0879C9; }

.store-selector-form .react-tabs__tab-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ps--theme_stores-wrapper {
  height: auto;
  max-height: 97px;
  margin-bottom: 6px; }

@media screen and (max-width: 1024px) {
  .store-selector-form {
    width: 100%; } }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
.store-selector-success {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 21px;
  position: relative; }

.store-selector-success__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.store-selector-success__icon {
  display: block;
  position: absolute;
  width: 35px;
  height: 45px;
  background: url("/arquivos/sprite-main.png") -3px -8px;
  top: 17px;
  z-index: 1; }

.store-selector-success__text {
  font-weight: 700;
  font-size: 19px;
  color: #76BA61;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  line-height: 26px;
  padding: 9px 0;
  text-align: center;
  width: 100%; }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
.error-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 150px;
  width: 50%;
  padding: 0 21px;
  border-right: 2px dotted #D98633; }

.error-form__title {
  line-height: 30px;
  font-size: 22px;
  color: #007DC6;
  font-weight: 600; }

.error-form__actions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.error-form__actions button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  height: 40px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  outline: 0;
  margin: 0;
  transition: all .2s ease; }

.error-form__actions button:hover, .error-form__actions button:active {
  outline: 0; }

.error-form__back {
  width: 140px;
  background-color: #FFF;
  border: 1px solid #DBDBDB;
  color: #B2B2B2 !important; }

.error-form__back:hover, .error-form__back:active {
  color: #AAA !important;
  border-color: #AAA; }

.error-form__continue {
  width: 200px;
  color: #FFF !important;
  background-color: #D98633;
  border: 1px solid #D98633; }

@media screen and (max-width: 1024px) {
  .error-form {
    padding: 0 0 20px;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #CCC;
    height: auto;
    margin-bottom: 20px !important; }
  .error-form__title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 17px !important; }
  .error-form__back {
    width: 33%; }
  .error-form__continue {
    width: 65%; } }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
.storepickup-options {
  width: 50%;
  padding: 0 21px; }

.storepickup-options__title {
  display: block;
  color: #76BA61;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 13px !important; }

.ps--theme_stores-options {
  max-height: 97px;
  padding: 5px 0; }

@media screen and (max-width: 1024px) {
  .storepickup-options {
    width: 100%;
    padding: 0; } }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
.store-selector {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.store-selector *,
.store-selector :after,
.store-selector :before {
  margin: 0; }

.store-selector__wrapper {
  width: 850px;
  background-color: #FFF;
  padding: 20px;
  border-radius: 3px; }

.store-selector__header {
  background-color: #EBEBEB;
  height: 24px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.store-selector__header-title {
  background-color: #0879C9;
  display: inline-block;
  padding: 0 22px;
  height: 30px;
  border-radius: 5px 0 0 5px;
  font-size: 15px;
  font-weight: 700;
  color: #FFF;
  line-height: 34px;
  position: relative; }

.store-selector__header-title:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #0879C9;
  position: absolute;
  right: -15px;
  top: 0; }

.store-selector button.store-selector__close {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #CCC;
  cursor: pointer;
  margin: 0 4px 0 0;
  color: #FFF;
  font-size: 9px;
  text-indent: 0.5px;
  transition: background-color 0.25s ease; }

.store-selector button.store-selector__close:before {
  margin: 0;
  position: relative; }

.store-selector button.store-selector__close:hover {
  background-color: #0879C9; }

.store-selector__content {
  margin: 21px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.store-selector__arrow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  min-height: 150px;
  padding: 0 21px;
  border-right: 2px dotted #EBEBEB;
  color: #0879C9;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  position: relative;
  z-index: 1; }

.store-selector__arrow-container:after {
  content: '';
  display: block;
  background: url("/arquivos/sprite-main.png") -100px -2px;
  width: 220px;
  height: 135px;
  position: absolute;
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1; }

.store-selector__footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #EBEBEB;
  border-radius: 4px;
  height: 36px;
  font-size: 13px;
  color: #6F6F6F; }

.store-selector__exclamation {
  position: absolute;
  left: 12px;
  color: #0879C9;
  font-size: 21px; }

@media screen and (max-width: 1024px) {
  .store-selector__wrapper {
    max-width: 850px;
    width: calc(100% - 20px); }
  .store-selector__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .store-selector__arrow-container {
    border-right: 0;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    height: auto;
    min-height: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 26px; }
  .store-selector__arrow-container:after {
    content: normal; }
  .store-selector__footer {
    text-align: center;
    height: auto;
    min-height: 36px;
    line-height: 20px;
    padding: 8px 6px; }
  .store-selector__exclamation {
    display: none; } }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
.header {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  width: 100%;
  position: absolute;
  z-index: 150;
  transition: all 0.3s ease; }

.header.fixed {
  position: fixed;
  top: -100%; }

.header.fixed.show {
  top: 0; }

.header__center {
  padding: 0 15px;
  margin: auto;
  max-width: 1364px;
  width: 100%;
  height: 100%;
  position: relative; }

.header__top {
  height: 70px;
  background-color: #0879C9; }

.header__bottom {
  height: 37px;
  background-color: #fff; }

.header__bottom.hide,
body.hide-header-bottom .header__bottom {
  display: none; }

.header button,
.header input,
.header select,
.header textarea {
  font-family: 'Myriad Pro', Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #444; }

.header button.minicart__btn.save-list.button {
  color: #0879C9;
  cursor: pointer; }

.header button.minicart__btn.save-list.button:focus, .header button.minicart__btn.save-list.button:active {
  outline: none; }

.header button.list-overlay__button {
  color: #fff; }

.header button.list-overlay__button .wmt-loader {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header button.input-search__categorie-result {
  display: block;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  display: block;
  padding: 10px 13px;
  transition: all 0.3s ease;
  color: #aaa;
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid #e9e9e9; }

@media screen and (max-width: 1024px) {
  .header {
    top: 0; }
  .header__center {
    padding: 0; }
  .header__top {
    height: 50px; } }

@media screen and (max-width: 480px) {
  .header__top {
    height: 50px; } }

/* Colors */
/* Fonts */
/* Font-weight */
/* Transition */
.icn-walmart:before {
  font-family: 'walmart-icons';
  font-style: normal;
  font-weight: 400;
  text-align: center;
  -mos-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  line-height: normal; }

.icn-walmart.easy-reorder:before {
  content: '\E937'; }

.icn-walmart.user:before {
  content: '\E94A'; }

.icn-walmart.menu:before {
  content: '\E944';
  vertical-align: middle; }

.icn-walmart.search:before {
  content: '\E947'; }

.icn-walmart.cart:before {
  margin-top: 4px;
  content: '\E935'; }

.icn-walmart.help:before {
  content: '\E943'; }

.icn-walmart.truck:before {
  content: '\E949'; }

.icn-walmart.pin:before {
  content: '\E946'; }

.icn-walmart.credit-card:before {
  content: '\E936'; }

.icn-walmart.card:before {
  content: '\E934'; }

.icn-walmart.weekly-ad:before {
  content: '\E94B'; }

.icn-walmart.grocery:before {
  content: '\E942'; }

.icn-walmart.store:before {
  content: '\E948'; }

.icn-walmart.add-user:before {
  content: '\E933'; }

.icn-walmart.spark:before {
  content: '\E90E'; }

.icn-walmart.arrow:before {
  content: '\E941'; }

.icn-walmart.onesie:before {
  content: '\E945'; }

.icn-walmart.exclamation-circle:before {
  content: '\E938'; }

.icn-walmart.fabric-content:before {
  content: '\E939'; }

.icn-walmart.clear:before {
  content: '\E904'; }

#loader-header {
  background-color: #0879C9;
  position: absolute;
  padding: 23px 0 24px; }

#loader-header:before {
  font-size: 40px; }

body.hide-header-bottom #loader-header {
  display: none; }

.wmt-loader {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px 0;
  text-align: center; }

.wmt-loader:before {
  font-family: 'walmart-icons';
  font-style: normal;
  font-weight: 400;
  text-align: center;
  -mos-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  line-height: normal; }

.wmt-loader:before {
  content: '\E90E';
  color: #FFDD5A;
  font-size: 25px;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 4000ms;
  animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#ajaxBusy {
  display: none !important; }

.main {
  width: 100%;
  padding-top: 105px; }

@media screen and (max-width: 1024px) {
  .main {
    padding-top: 85px; }
  #loader-header {
    padding: 18px 0 19px; } }

@media screen and (max-width: 480px) {
  .main {
    padding-top: 80px; }
  #loader-header {
    padding: 6px 0; } }
