@charset "UTF-8";

@font-face {
  font-family: "segcommerce";
  src: url(/fonts/segcommerce.eot?93e14c1d95fea08421ee38f1e49e267c);
  src: url(/fonts/segcommerce.eot?93e14c1d95fea08421ee38f1e49e267c) format("embedded-opentype"), url(/fonts/segcommerce.ttf?9adcbf8ad8449761879841497b685075) format("truetype"), url(/fonts/segcommerce.woff?b22a36a3f8f652c2115ca55b1fee649e) format("woff"), url(/fonts/segcommerce.svg?b0fc815409d144c735b869cf7bb913ae) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=sg-],
[class*=" sg-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "segcommerce" !important;
  speak: never;
  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;
}

.sg-card-image-square:before {
  content: "\E90D";
}

.sg-Icons-Shape-heart-full:before {
  content: "\E90C";
}

.sg-arrow-left:before {
  content: "\E900";
}

.sg-arrow-right:before {
  content: "\E901";
}

.sg-card-image:before {
  content: "\E902";
}

.sg-clock-history:before {
  content: "\E903";
}

.sg-delivery-truck:before {
  content: "\E904";
}

.sg-fruit-bowl:before {
  content: "\E905";
}

.sg-Icons-Shape-heart:before {
  content: "\E906";
}

.sg-location-sharp:before {
  content: "\E907";
}

.sg-menu:before {
  content: "\E908";
}

.sg-shopping-cart:before {
  content: "\E909";
}

.sg-task_list_square_icon:before {
  content: "\E90A";
}

.sg-user:before {
  content: "\E90B";
}

.bcrumb-wrapper {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.bcrumb-wrapper .link-bcrumb {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.bcrumb-wrapper .link-bcrumb i,
.bcrumb-wrapper .link-bcrumb a {
  color: #333;
  font-size: 16px;
}

.bcrumb-wrapper .link-bcrumb a:last-child {
  font-weight: bold;
}

.bcrumb-wrapper .link-bcrumb i {
  margin: 0 10px;
}

header.top {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 110px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: var(--color-header-bg);
  color: var(--color-header-font);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

header.top > nav,
header.top > .wrapper-menu,
header.top > .wrapper-menu nav,
header.top > div {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

header.top > div {
  height: 100%;
}

header.top > .wrapper-menu {
  height: 45px;
}

.wrapper-menu a {
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  color: var(--color-header-font);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 42px;
}

header.top > div > figure {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 200px;
  height: 100%;
  padding: 5px;
}

header.top > div > figure a {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

header.top > div > figure img {
  max-width: 100%;
  max-height: 100%;
}

header.top > div > .form-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex: 1;
  height: 100%;
}

header.top > div > .form-wrapper > div {
  height: 45px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  font-size: 12px;
}

header.top > div > .form-wrapper > div a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

header.top > div > .form-wrapper > div a .sg-location-sharp {
  font-size: 16px;
}

header.top > div > .form-wrapper > div a i {
  margin-right: 8px;
}

header.top > div > .form-wrapper > div a u {
  margin-left: 8px;
  font-weight: bold;
  text-decoration: inherit;
  border-bottom: 1px dashed #333;
  line-height: 15px;
}

header.top > div > .form-wrapper > form {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
}

header.top > div > .form-wrapper > form > .ipt-search {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  position: relative;
}

header.top > div > .form-wrapper > form > .ipt-search > input {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  height: 42px;
  border-radius: 5px;
  margin-right: 5px;
  overflow: hidden;
  background-color: rgba(var(--color-header-font-rgb), 0.1);
  border-width: 0;
  outline: none;
  text-indent: 10px;
  color: var(--color-header-font);
}

header.top > div > .form-wrapper > form > .ipt-search > input::-webkit-input-placeholder {
  color: var(--color-header-font);
  opacity: 1;
}

header.top > div > .form-wrapper > form > .ipt-search > input::-moz-placeholder {
  color: var(--color-header-font);
  opacity: 1;
}

header.top > div > .form-wrapper > form > .ipt-search > input:-ms-input-placeholder {
  color: var(--color-header-font);
  opacity: 1;
}

header.top > div > .form-wrapper > form > .ipt-search > input::-ms-input-placeholder {
  color: var(--color-header-font);
  opacity: 1;
}

header.top > div > .form-wrapper > form > .ipt-search > input::placeholder {
  color: var(--color-header-font);
  opacity: 1;
}

header.top > div > .form-wrapper > form > .ipt-search > input:-ms-input-placeholder {
  color: var(--color-header-font);
}

header.top > div > .form-wrapper > form > .ipt-search > input::-ms-input-placeholder {
  color: var(--color-header-font);
}

header.top > div > .form-wrapper > form > button {
  border-width: 0;
  background-color: var(--color-primary);
  color: var(--color-primary-font);
  font-weight: bold;
  height: 42px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
}

header.top > div > .form-wrapper > form > button > span {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-header-font-rgb), 0.1);
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 10px;
  border-radius: 5px;
}

header.top > div > .right-aside {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  width: 330px;
  margin-top: 45px;
  padding-right: 20px;
}

header.top > div > .right-aside > div,
header.top > div > .right-aside > a {
  font-size: 16px;
  color: var(--color-header-font);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 42px;
  font-weight: bold;
  position: relative;
}

header.top > div > .right-aside > a:hover {
  text-decoration: none;
}

header.top > div > .right-aside > .link-user {
  cursor: pointer;
}

header.top > div > .right-aside > .link-user span.on {
  height: 22px;
  overflow: hidden;
  width: 120px;
  font-size: 14px;
}

header.top > div > .right-aside > .link-user.mn-drop > .options {
  top: 35px;
  right: -25px;
  z-index: 1000;
}

header.top > div > .right-aside .link-user i {
  margin-right: 10px;
}

header.top > div > .right-aside .link-user::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid var(--color-header-font);
  border-top-width: 0;
  border-left-width: 0;
  z-index: 1;
  top: 15px;
  right: -20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header.top > div > .right-aside .link-cart {
  color: var(--color-btn-cart);
}

header.top > div > .right-aside .link-cart span {
  position: absolute;
  top: -10px;
  right: -30px;
  height: 25px;
  border: 2px solid var(--color-btn-cart);
  background-color: var(--color-header-bg);
  border-radius: 15px;
  width: 46px;
  font-size: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 1;
}

header.top > div > .right-aside > div i,
header.top > div > .right-aside > a i {
  font-size: 24px;
}

header.top > div > .right-aside a.link-cart i {
  font-size: 30px;
}

.ipt-search .loading {
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 1;
  width: 36px;
  height: 36px;
  border-radius: 20px;
}

.ipt-search .search-dropdown {
  position: absolute;
  top: 50px;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  width: 100%;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-top: 10px;
  padding-bottom: 5px;
  box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.ipt-search .search-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 17px;
}

.ipt-search .search-dropdown ul li {
  cursor: pointer;
}

.ipt-search .search-dropdown ul li a {
  color: #000;
  padding: 5px 10px;
  width: 100%;
  display: block;
}

.ipt-search .search-dropdown ul li a:hover {
  text-decoration: none;
}

.ipt-search .search-dropdown ul li.title {
  color: #999;
  cursor: default;
  padding: 5px 10px;
}

.ipt-search .search-dropdown ul li:hover {
  background-color: #f4f4f4;
}

.ipt-search .search-dropdown ul li.title:hover {
  background-color: transparent;
}

.ipt-search .search-dropdown ul.termos li i {
  margin-right: 5px;
}

.ipt-search .search-dropdown ul.produtos li {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.ipt-search .search-dropdown ul.produtos li:last-child {
  border-top: 1px solid #f4f4f4;
  padding: 0;
  display: block;
  text-align: center;
}

.ipt-search .search-dropdown ul.produtos li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-flex: 1;
          flex: 1;
  padding: 5px 10px;
}

.ipt-search .search-dropdown ul.produtos li a figure {
  width: 70px;
  max-height: 70px;
  padding-right: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0;
}

.ipt-search .search-dropdown ul.produtos li a figure img {
  max-width: 100%;
  max-height: 100%;
}

.ipt-search .search-dropdown ul.produtos li a > span {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  justify-content: space-around;
}

.ipt-search .search-dropdown ul.produtos li a > span span.preco {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: baseline;
          align-items: baseline;
}

.ipt-search .search-dropdown ul.produtos li a > span strong {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
          align-items: baseline;
}

.ipt-search .search-dropdown ul.produtos li a > span strong b {
  font-size: 18px;
  margin: 0 5px;
}

.ipt-search .search-dropdown ul.produtos li a > span strong.normal {
  font-size: 11px;
  text-decoration: line-through;
  margin-right: 10px;
}

.ipt-search .search-dropdown ul.produtos li a > span strong.normal b {
  font-size: 14px;
}

.ipt-search .search-dropdown ul.produtos li > button {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  display: block;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px;
}

.ipt-search .search-dropdown .notFound {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px;
}

.ipt-search .search-dropdown .notFound h3 {
  color: #999;
  font-size: 16px;
}

.header-small {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.header-small .logo {
  width: 100px;
  height: 100px;
}

.header-small hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.header-nav {
  height: 40px;
  -webkit-box-align: center;
          align-items: center;
  display: none !important;
}

.header-nav .change-location-header a {
  color: var(--color-primary-font);
  font-size: 14px;
}

.header-nav .actions {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.header-nav .actions a {
  color: var(--color-primary-font);
  height: 40px;
  padding: 0 5px;
  margin: 0 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 1.6em;
}

.header-nav .btn-menu {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 1.6em;
}

.back-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.back-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.menu {
  height: 60px;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-weight: bold;
  padding-top: 10px;
}

.menu > div,
.menu > a {
  margin: 0 20px;
  color: var(--color-header-font);
  font-size: 18px;
}

.menu a:hover {
  text-decoration: none;
}

.menu > div:first-child {
  margin-left: 30px;
}

.menu > div > span {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
}

.menu > div > span > i {
  font-size: 22px;
  margin-right: 10px;
}

.menu .lst {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.menu .lst > ul {
  width: 250px;
  background-color: #ffffff;
  float: left;
  list-style: none;
  position: absolute;
  top: 38px;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 1001;
  border: 1px solid #999999;
  border-top-width: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: none;
}

.menu .lst > ul.menu-scroll,
.menu .lst > ul > li ul.menu-scroll {
  max-height: 450px;
  overflow: hidden;
  overflow-y: auto;
}

.menu .lst > ul > li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #f4f4f4;
  text-indent: 10px;
  color: #333;
  float: left;
  position: relative;
}

.menu .lst > ul > li a {
  color: #333;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.menu .lst > ul > li:hover {
  background-color: #f4f4f4;
}

.menu .lst:hover > ul {
  display: block;
}

.menu .lst > ul > li:hover > ul {
  display: -webkit-box;
  display: flex;
}

.menu .lst > ul.menu-scroll > li:hover > ul,
.menu .lst > ul > li ul.menu-scroll > li:hover > ul {
  display: none;
}

/*
*
* MENU SUB
*
*/

.menu-dropdown-subcategoria {
  display: none;
  position: absolute;
  min-width: 150px;
  top: 0;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f4f4f4;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.menu-dropdown-subcategoria > li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #fff;
  text-indent: 10px;
  color: #333;
  float: left;
  position: relative;
}

.menu-dropdown-subcategoria > li:last-child {
  border-bottom-width: 0;
}

.menu-dropdown-subcategoria > li > a {
  padding-right: 10px;
}

.menu-dropdown-subcategoria > li.arrow-sub-item a {
  position: relative;
}

.menu-dropdown-subcategoria > li.arrow-sub-item > a.item-link::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  z-index: 1;
  right: 7px;
  top: 10px;
  border: 1px solid #aaa;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-dropdown-subcategoria > li:hover {
  background-color: #fff;
}

.menu-dropdown-subcategoria > li:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.menu-dropdown-subcategoria > li:last-child:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.menu-dropdown-subcategoria > li:hover > ul {
  display: -webkit-box;
  display: flex;
}

/*
--color-primary
--color-primary-r
--color-primary-g
--color-primary-b
--color-primary-font
--color-secondary
--color-secondary-font
*/

a {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

figure {
  margin: 0;
}

figure > a > img,
figure > img {
  max-width: 100%;
  max-height: 100%;
}

.form-check-border {
  padding: 15px;
  border: 1px solid #f3f3f3;
}

.form-check-border .form-check-input {
  margin-right: 0.8rem;
}

.wrapper {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0 6%;
  background-color: #fff;
  color: #000000;
}

.wrapper > div,
.wrapper-recipe {
  display: -webkit-box;
  display: flex;
  width: 100%;
  min-height: 40px;
}

.banner-top {
  background-color: var(--color-primary);
  height: 45px;
}

.banner-super {
  background-color: #f4f4f4;
}

.banner-super .carousel {
  width: 100%;
}

.banner-offers {
  height: 500px;
  margin-top: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.banner-offers > div {
  -webkit-box-flex: 1;
          flex: 1;
  background-color: cornflowerblue;
  margin: 0 10px;
}

.banner-categories > div:first-child,
.banner-categories > div:nth-child(7n),
.banner-offers > div:first-child {
  margin-left: 0;
}

.banner-categories > div:last-child,
.banner-categories > div:nth-child(6n),
.banner-offers > div:last-child {
  margin-right: 0;
}

.banner-categories {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.banner-categories > div {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 15%;
  height: 150px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 20px 10px 0;
  background-color: var(--color-primary);
}

.banner-categories > div > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: var(--color-primary);
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  font-size: 16px;
}

.banner-inner {
  height: 160px;
  background-color: var(--color-primary);
  margin-top: 20px;
}

.banner-departament {
  margin: 20px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.banner-departament > figure {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 30%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
  margin: 0 10px 20px;
  height: 164px;
  position: relative;
}

.banner-departament > figure:nth-child(4n),
.banner-departament > figure:first-child {
  margin-left: 0;
}

.banner-departament > figure:nth-child(3n),
.banner-departament > figure:last-child {
  margin-right: 0;
}

.banner-departament figure a {
  width: 100%;
}

.banner-departament figure .bg {
  width: 100%;
  height: 145px;
  float: left;
}

.banner-departament figure .bg strong {
  font-size: 30px;
  text-align: left;
  margin: 25px 0 0 25px;
  float: left;
  font-weight: bold;
  line-height: 30px;
}

.banner-departament figure .bar {
  width: 100%;
  height: 5px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.banner-departament figure a > img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.banner-departament figure a > img.fill {
  max-width: calc(100% - 10px);
  position: initial;
}

.banner-departament figure .info {
  width: 130px;
  height: 55px;
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 1;
  text-align: center;
  font-size: 11px;
}

.banner-departament figure .info b {
  font-size: 18px;
  margin-top: 8px;
  line-height: 23px;
  display: block;
}

.group-products {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border: 1px solid #eee;
  padding: 20px;
}

.group-products h4 {
  font-size: 24px;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: start;
          align-items: flex-start;
  margin: 10px 0 50px;
}

.group-products > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.group-products > div article {
  width: 240px;
}

.group-products > div .product-item {
  margin: 0 20px 20px 0;
}

.mn-drop {
  position: relative;
}

.mn-drop > .options {
  display: none;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 5;
  width: 150px;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
  padding: 8px 0;
}

.mn-drop > .options a {
  float: left;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 100;
  text-indent: 15px;
  color: #000 !important;
  cursor: pointer;
}

.mn-drop > .options hr {
  height: 1px;
  width: 100%;
  border-width: 0;
  background-color: #f4f4f4;
  margin: 3px 0;
  float: left;
}

.mn-drop > .options a.selected {
  font-weight: bold;
}

.mn-drop > .options a:hover {
  background-color: #f4f4f4;
  text-decoration: none;
}

.mn-drop:hover > .options {
  display: block;
}

.modal {
  color: #000000;
}

.modal .loading {
  display: none;
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}

.modal .loading.active {
  display: block;
}

.chat-whatsapp-modal {
  position: fixed;
  bottom: 20px;
  right: -100px;
  width: 70px;
  height: 80px;
  z-index: 900000;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-transition: ease-in-out right 0.5s;
  transition: ease-in-out right 0.5s;
}

.chat-whatsapp-modal.show {
  right: 20px;
}

.chat-whatsapp-modal > a.close:hover {
  text-decoration: none;
}

.chat-whatsapp-modal > a.btn-whatsapp {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  width: 60px;
  height: 60px;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.4);
  background-color: green;
  background: linear-gradient(135deg, #008e2b 0%, #00c63c 100%);
  color: #fff;
  border-radius: 100%;
  font-size: 30px;
}

.chat-whatsapp-modal > a.btn-whatsapp:hover {
  text-decoration: none;
}

.chat-whatsapp-modal > .notification {
  position: absolute;
  width: 220px;
  height: 80px;
  background-color: #fff;
  top: -70px;
  right: 0;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
  opacity: 0;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transition: ease-in-out all 0.1s;
  transition: ease-in-out all 0.1s;
}

.chat-whatsapp-modal > .notification.show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.chat-whatsapp-modal > .notification > figure {
  margin: 0 0 1rem;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: -20px;
  left: calc(50% - 20px);
  border-radius: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.chat-whatsapp-modal > .notification > figure > img {
  max-width: 100%;
  max-height: 100%;
}

.chat-whatsapp-modal > .notification > span {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 23px 10px 0;
  color: #333;
  text-align: center;
}

.chat-whatsapp-modal > .notification > a.close {
  position: absolute;
  top: 0;
  right: 5px;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 5px;
  color: #000;
  cursor: pointer;
  font-size: 16px;
}

.h2-internal {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  height: 60px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #000;
}

.list-pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 180px;
  width: 100%;
}

.list-pagination .pag {
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: flex;
  height: 45px;
  padding: 0 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.list-pagination .pag a {
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: var(--color-primary);
}

.list-pagination .pag a:hover {
  text-decoration: none;
}

.list-pagination .pag a.num {
  width: 45px;
}

.list-pagination .pag a.active {
  border: 1px solid var(--color-primary);
}

.list-pagination .pag a.prev {
  margin-right: 20px;
}

.list-pagination .pag a.next i,
.list-pagination .pag a.prev i {
  margin: 0 10px;
}

.list-pagination .pag a.next {
  margin-left: 20px;
}

.list-products {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.list-products article {
  width: 240px;
}

.list-products .product-item {
  margin: 0 10px 45px 0;
}

.pnl {
  width: 100%;
  border: 1px solid #f3f3f3;
  text-align: center;
  padding: 20px 0;
  margin: 20px 0;
}

.pnl-address {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding: 20px 20px;
}

.pnl-address > i {
  display: -webkit-box;
  display: flex;
  color: #e0e0e0;
  margin-top: 5px;
}

.pnl-address > div {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin-left: 10px;
}

.lst-address .address {
  border: 1px solid #f3f3f3;
  padding: 20px;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}

.lst-address .address:hover {
  background-color: #fdfdfd;
  cursor: pointer;
}

.lst-address .address strong {
  font-weight: bold;
  width: 100%;
  font-size: 1.2em;
  display: inline-block;
}

.lst-address .address span {
  display: block;
}

.lst-address .address i {
  position: absolute;
  top: 35px;
  right: 50px;
  font-size: 3em;
  color: #f4f4f4;
  display: none;
}

.lst-address .address:hover i {
  display: block;
}

.pnl-address {
  float: left;
}

.pnl-address-store > figure,
.pnl-address > i {
  float: left;
  margin-left: 20px;
  color: #e0e0e0;
  margin-top: 5px;
}

.pnl-address > div {
  width: calc(100% - 200px);
  display: block;
  text-align: left;
  float: left;
  margin-left: 10px;
}

.pnl-address-store > figure {
  width: 100px;
}

.pnl-address-store > figure > img {
  max-width: 100%;
  max-height: 120px;
}

.pnl-address > div > strong,
.pnl-address > div > span,
.pnl-address > div > small {
  width: 100%;
  display: block;
}

.pnl-address > div > strong {
  font-size: 1.1em;
  font-weight: bold;
}

.pnl-address > div > span {
  font-size: 0.8em;
}

.product-item-action {
  background-color: var(--color-btn-buy);
  color: var(--color-btn-buy-font);
  border-radius: 5px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.product-item-action > span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  display: -webkit-box;
  display: flex;
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  margin: 3px 0;
}

.product-item-action button.buy {
  background-color: transparent;
  border-width: 0;
  width: 100%;
  height: 42px;
  font-size: 16px;
  color: var(--color-btn-buy-font);
  font-weight: bold;
  padding: 0;
  margin: 0;
  outline: none;
}

.product-item-action .qty {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 100%;
  height: 42px;
  font-size: 16px;
  background-color: var(--color-btn-buy);
  border: 1px solid var(--color-btn-buy);
  border-radius: 5px;
  overflow: hidden;
  color: #333;
}

.product-item-action .qty span {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-weight: bold;
  background-color: white;
  border: 1px solid var(--color-btn-buy);
  border-top-width: 0;
  border-bottom-width: 0;
  height: 100%;
}

.product-item-action .qty button {
  background-color: rgba(255, 255, 255, 0.9);
  border-width: 0;
  margin: 0;
  padding: 0;
  outline: none;
  height: 100%;
  width: 42px;
  font-size: 24px;
}

.btn-buy-item {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.btn-buy-item > span {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border-width: 0;
  text-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 1;
  display: none;
}

.btn-buy-item span.active {
  display: -webkit-box;
  display: flex;
}

.btn-buy-item span.added {
  display: -webkit-box;
  display: flex;
  width: 80px;
  height: 17px;
  top: inherit;
  bottom: -8px;
  font-size: 11px;
  font-weight: normal;
  background-color: #fff;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  left: calc(50% - 40px);
  color: #333;
}

.input-number {
  width: 100%;
  float: left;
  position: relative;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */
}

.input-number > input {
  width: 100%;
  float: left;
  height: 39px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 0;
  outline: none;
}

.input-number button {
  width: 25px;
  height: 33px;
  background-color: #EEEEEE;
  text-align: center;
  font-weight: bolder;
  font-size: 18px;
  float: left;
  color: #000000;
  line-height: 33px;
  text-decoration: none;
  position: absolute;
  top: 3px;
  padding: 0;
  border-width: 0;
  cursor: pointer;
}

.input-number button:hover {
  background-color: #DDDDDD;
}

.input-number button.minor {
  left: 3px;
}

.input-number button.plus {
  right: 3px;
}

.input-number > input::-webkit-inner-spin-button,
.input-number > input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-number .disabled {
  opacity: 0.3;
}

.btn-add-cart {
  border-width: 0;
  border-radius: 10px;
  height: 35px;
  font-size: 0.9em;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}

.btn-add-cart button {
  border-width: 0;
  height: 35px;
  font-size: 0.9em;
  font-weight: bold;
  width: 100%;
  float: left;
  outline: none;
  position: relative;
}

.btn-add-cart span {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border-width: 0;
  text-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 1;
  display: none;
}

.btn-add-cart span.active {
  display: -webkit-box;
  display: flex;
}

.showcase {
  background-color: var(--color-primary);
  display: -webkit-box;
  display: flex;
  height: 560px;
  width: 100%;
  margin-top: 20px;
}

.showcase .ph-item {
  border-width: 0;
}

.showcase .banner {
  width: 300px;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.showcase .banner + .showcase-wrapper .showcase-content {
  padding-left: 22px;
}

.showcase-wrapper {
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
          flex: 1;
  background-color: rgba(255, 255, 255, 0.9);
}

.showcase-content {
  display: -webkit-box;
  display: flex;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: 2px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.showcase-header {
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.showcase-header strong {
  font-size: 24px;
  font-weight: bold;
  margin-left: 30px;
  color: #333;
}

.showcase-header a {
  margin-left: 30px;
  font-size: 16px;
  color: #333;
}

.showcase-header a.all {
  font-weight: bold;
  position: relative;
}

.showcase-header a.all::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid #333;
  border-bottom-width: 0;
  border-left-width: 0;
  position: absolute;
  right: -12px;
  top: 9px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.showcase-header nav a.active {
  border: 1px solid #e3e3e3;
  padding: 5px 8px;
  border-radius: 4px;
}

.showcase-body {
  padding-top: 10px;
}

.showcase-body,
.showcase-wrapper-list {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  position: relative;
}

.showcase-wrapper-list {
  overflow: hidden;
}

.showcase-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
          justify-content: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: ease-in-out left 0.2s;
  transition: ease-in-out left 0.2s;
}

.showcase-list .product-item {
  margin: 0 20px;
}

.showcase-body .arrow-right,
.showcase-body .arrow-left {
  width: 44px;
  height: 82px;
  display: -webkit-box;
  display: flex;
  background-color: var(--color-primary);
  color: var(--color-primary);
  font-size: 28px;
  position: absolute;
  z-index: 2;
  top: 120px;
  border-radius: 8px;
  border-width: 0;
  padding: 0;
  margin: 0;
  outline: none;
}

.showcase-body .arrow-left {
  left: -22px;
}

.showcase-body .arrow-right {
  right: -22px;
}

.showcase-body .arrow-right span,
.showcase-body .arrow-left span {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: flex;
}

.showcase-body .arrow-right.active span,
.showcase-body .arrow-left.active span {
  color: var(--color-primary-font);
  background-color: transparent;
}

.wrapper-cart {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.wrapper-cart .cart-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.wrapper-cart .cart-content .lst {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.wrapper-cart .cart-content .lst .cart-list {
  width: 100%;
  min-height: 100px;
}

.wrapper-cart .cart-content .lst .products {
  width: 100%;
  float: left;
  margin-bottom: 80px;
  position: relative;
}

.wrapper-cart .cart-content .lst .products-lst,
.wrapper-cart .cart-content .lst .products > header {
  width: 100%;
  float: left;
}

.wrapper-cart .cart-content .lst .products > header {
  color: #666;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.wrapper-cart .cart-content .lst .products .description {
  width: calc(100% - 370px);
  float: left;
}

.wrapper-cart .cart-content .lst .products .price {
  width: 120px;
  text-align: left;
  float: left;
}

.wrapper-cart .cart-content .lst .products .subtotal {
  width: 120px;
  text-align: right;
  float: left;
}

.wrapper-cart .cart-content .lst .products .subtotal > small > span {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: end;
          align-items: flex-end;
}

.wrapper-cart .cart-content .lst .products .subtotal > small > span u {
  font-size: 11px;
  text-decoration: none;
}

.wrapper-cart .cart-content .lst .products .products-lst .price {
  font-weight: bold;
}

.wrapper-cart .cart-content .lst .products .products-lst .subtotal {
  color: red;
  font-weight: bold;
  font-size: 18px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.wrapper-cart .cart-content .lst .products .qty {
  width: 130px;
  text-align: center;
  float: left;
}

.wrapper-cart .cart-content .lst .products .qty > span {
  font-size: 0.8em;
  color: #999;
  width: 100%;
  display: inline-block;
}

.wrapper-cart .cart-content .lst .products .qty > a {
  font-size: 1em;
}

.wrapper-cart .cart-content .lst .products .products-lst > div {
  padding-top: 5px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  width: 100%;
  float: left;
}

.wrapper-cart .cart-content .lst .products-lst .figure,
.wrapper-cart .cart-content .lst .products-lst .product figure {
  width: 100px;
  height: 100px;
  float: left;
  text-align: center;
}

.wrapper-cart .cart-content .lst .products-lst .figure img,
.wrapper-cart .cart-content .lst .products-lst .product figure img {
  max-width: 100%;
  max-height: 100%;
}

.wrapper-cart .cart-content .lst .products-lst .product .info,
.wrapper-cart .cart-content .lst .products-lst .product .actions {
  width: calc(100% - 105px);
  margin-left: 5px;
  float: left;
}

.wrapper-cart .cart-content .lst .products-lst .product .info {
  height: 84px;
}

.wrapper-cart .cart-content .lst .products-lst .product strong,
.wrapper-cart .cart-content .lst .products-lst .product span {
  width: 100%;
}

.wrapper-cart .cart-content .lst .products-lst .product strong,
.wrapper-cart .cart-content .lst .products-lst .product span,
.wrapper-cart .cart-content .lst .products-lst .product a {
  float: left;
}

.wrapper-cart .cart-content .lst .products-lst .product strong {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 22px;
}

.wrapper-cart .cart-content .lst .products-lst .product a {
  font-size: 0.8em;
}

.wrapper-cart .cart-content .lst .products-lst .price small,
.wrapper-cart .cart-content .lst .products-lst .product .info > small {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.wrapper-cart .cart-content .lst .products-lst .product .info small.offer {
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 28px;
  line-height: 13px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 170px;
}

.wrapper-cart .cart-content .lst .products-lst .product .info small.offer span {
  background-color: #FFF;
  color: #333;
  width: calc(100% - 2px);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.wrapper-cart .cart-content .rsm {
  width: 300px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.wrapper-cart .cart-content .rsm .resume {
  width: calc(100% - 50px);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 30px 20px 30px 30px;
  background-color: #f4f4f4;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 12px;
  font-size: 14px;
  position: relative;
}

.wrapper-cart .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  display: none;
}

.wrapper-cart .lst .loading {
  background-color: rgba(255, 255, 255, 0.8);
}

.wrapper-cart .loading.active {
  display: block;
}

.wrapper-cart .cart-content .rsm .resume h4 {
  font-size: 1.3em;
  margin-top: 15px;
  width: 100%;
  float: left;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #000;
  text-indent: 10px;
  border-bottom: 1px solid #EEE;
}

.wrapper-cart .cart-content .rsm .resume strong {
  font-size: 1em;
  color: #333;
  text-indent: 10px;
  width: 100%;
  float: left;
}

.wrapper-cart .cart-content .rsm .resume a.btn-buy {
  width: calc(100% - 20px);
  float: left;
  margin: 20px 10px;
  padding: 0;
  line-height: 38px;
  height: 38px;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.4em;
}

.wrapper-cart .cart-content .rsm .resume a.btn-buy:hover {
  text-decoration: none;
}

.wrapper-cart .cart-content .rsm .resume a.btn-buy-disabled {
  color: #999;
  background-color: #ddd;
}

.wrapper-cart .cart-content .rsm .resume > strong span {
  color: red;
  font-weight: bold;
}

.wrapper-cart .cart-content .rsm .resume .alert-danger {
  margin: 0 10px;
  text-align: center;
  margin-top: 15px;
}

.wrapper-cart .cart-content .rsm .resume .alert-danger span {
  font-weight: bold;
  color: red;
}

.wrapper-cart .nocart {
  width: calc(100% - 40px);
  height: 200px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 50px 0;
  border: 1px solid #EEE;
  font-size: 2em;
  color: #333;
}

.product-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  width: calc(100% - 20px);
  height: 440px;
  position: relative;
}

.product-item a {
  color: #333;
}

.product-item a:hover {
  text-decoration: none;
}

.product-item .fav,
.product-item .list {
  position: absolute;
  left: 2px;
  z-index: 1;
  font-size: 24px;
  color: #666;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-width: 0;
  outline: none;
}

.product-item .fav {
  top: 2px;
  width: 24px;
  height: 25px;
}

.product-item .fav i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.product-item .fav .loading {
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  position: absolute;
  width: 30px;
  height: 30px;
  top: -4px;
  left: -3px;
}

.product-item .fav .sg-Icons-Shape-heart-full {
  opacity: 0;
  font-size: 21px;
  z-index: 2;
  color: var(--color-primary);
}

.product-item .fav.active {
  -webkit-animation-duration: 0.45s;
          animation-duration: 0.45s;
  -webkit-animation-name: fav-button-animation;
          animation-name: fav-button-animation;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.product-item .fav.active .sg-Icons-Shape-heart-full {
  opacity: 1;
}

.product-item .list {
  top: 35px;
  left: 3px;
}

.product-item .item,
.product-item .desc {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
  width: 100%;
}

.product-item .item > figure {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 0 5px;
  height: 220px;
  width: 100%;
  position: relative;
}

.product-item .item > figure > img,
.product-item .item > figure .selo img {
  max-width: 100%;
  max-height: 100%;
}

.product-item .item > figure .selo {
  position: absolute;
  bottom: 5px;
  right: 5px;
  overflow: hidden;
}

.promocional-selo-normal .product-item .item > figure .selo {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}

.promocional-selo-grande .product-item .item > figure .selo {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.product-item .item > figure .selo img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
  opacity: 1;
}

.product-item .item > figure .selo img.back {
  z-index: 1;
  opacity: 0;
}

.product-item .item > figure .selo img.front {
  z-index: 2;
}

.product-item .desc {
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.product-item .desc .title {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  font-weight: bold;
}

.product-item .desc strong {
  font-size: 14px;
  text-align: center;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-item .desc small ~ strong {
  max-height: 28px;
}

.product-item .desc small {
  font-size: 12px;
  text-align: center;
}

.product-item .desc .offer-tag {
  background-color: var(--color-offer-label);
  margin: 10px 0;
}

.product-item .desc .offer-tag b {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 8px;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-offer-label);
}

.product-item .desc .price {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-flex: 1;
          flex: 1;
}

.product-item .desc .price .normal {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
          justify-content: center;
}

.product-item .desc .price .normal.normal_kg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  width: 90%;
}

.product-item .desc .price .normal > strong {
  font-size: 24px;
  font-weight: bold;
}

.product-item .desc .price .normal > span,
.product-item .desc .price .older {
  font-size: 16px;
  text-decoration: line-through;
  padding-bottom: 2px;
  margin-left: 5px;
}

.product-item .desc .price .normal.normal_kg > span {
  text-decoration: none;
  font-size: 20px;
}

.product-item .indisponivel {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 40px;
  width: 100%;
}

.product-item figure .destaque-tags {
  display: -webkit-box;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.product-item figure .destaque-tags > span {
  padding: 4px 0;
  border-radius: 5px;
  background-color: lightcoral;
  color: #FFF;
  font-weight: bold;
  -webkit-box-flex: 0;
          flex: 0 0 calc(50% - 15px);
  margin: 0 5px;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: flex;
}

.product-item figure .destaque-tags > span:first-child {
  margin-left: 10px;
}

.product-item figure .destaque-tags > span:last-child {
  margin-right: 10px;
}

.product-item .product-item-action {
  margin-bottom: 5px;
}

@-webkit-keyframes fav-button-animation {
  0%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes fav-button-animation {
  0%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

.wrapper-recipe {
  background-color: var(--color-primary);
  height: 700px;
  margin-top: 50px;
}

.wrapper-recipe > div {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  color: var(--color-primary);
}

.recipe-content {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.recipe-content > h5 {
  font-size: 40px;
  font-weight: bold;
  margin: 50px 0 40px;
}

.recipe-content > nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.recipe-content > nav a {
  font-size: 16px;
  padding: 5px 8px;
  margin: 0 20px;
}

.recipe-content > nav a.active {
  border: 1px solid var(--color-primary);
  border-radius: 5px;
}

.recipe-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

.recipe-list > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 20%;
  margin: 0 20px;
  font-size: 14px;
}

.recipe-list > div:first-child,
.recipe-list > div:nth-child(4n) {
  margin-left: 0;
}

.recipe-list > div:last-child,
.recipe-list > div:nth-child(5n) {
  margin-right: 0;
}

.recipe-list > div > figure {
  width: 100%;
  height: 267px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 220px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: calc(2em + 10.2vw);
}

.recipe-list > div > figure > img {
  max-width: 100%;
  max-height: 100%;
}

.recipe-list > div > figure > i {
  opacity: 0.2;
}

.recipe-list > div > b {
  background-color: #fff;
  padding: 5px 8px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}

.recipe-list > div > strong {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0 10px;
}

/*
* receitas detalhes
*/

.recipe-detail-content {
  margin-top: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.recipe-detail-content .recipe-products,
.recipe-detail-content .recipe-detail {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
}

.recipe-detail-content .recipe-detail .video {
  width: 100%;
  max-width: 610px;
  height: 350px;
  background-color: black;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.recipe-detail-content .recipe-detail h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 30px;
}

.recipe-detail-content .recipe-detail span {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  font-size: 14px;
}

.recipe-detail-content .recipe-detail span i {
  margin-right: 10px;
}

.recipe-detail-content .recipe-detail span i:last-child {
  margin-left: 20px;
}

.recipe-detail-content .recipe-detail h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
}

.recipe-detail-content .recipe-detail ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 16px;
}

.recipe-detail-content .recipe-detail ul li {
  margin-bottom: 10px;
}

.recipe-detail-content .recipe-detail .line-down {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.recipe-detail-content .recipe-products {
  padding-left: 10%;
}

.recipe-detail-content .recipe-products > div {
  border: 1px solid #eee;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.recipe-detail-content .recipe-products > div .header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  height: 70px;
  margin: 0 20px;
  border-bottom: 1px solid #eee;
}

.recipe-detail-content .recipe-products > div .header > figure {
  height: 30px;
  margin-right: 20px;
}

.recipe-detail-content .recipe-products > div .list-product {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 0 20px;
}

.recipe-detail-content .recipe-products > div .list-product .list-product-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin: 10px 0;
}

.recipe-detail-content .recipe-products > div .list-product .list-product-item > figure {
  width: 103px;
  height: 103px;
  margin-right: 10px;
}

.recipe-detail-content .recipe-products > div .list-product .list-product-item > .desc {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 16px;
  -webkit-box-flex: 1;
          flex: 1;
}

.recipe-detail-content .recipe-products > div .list-product .list-product-item > .desc strong {
  font-weight: bold;
}

.recipe-detail-content .recipe-products > div .list-product .list-product-item > .action {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 200px;
}

.recipe-detail-content .recipe-products > div .list-product .list-product-item > .action > .price {
  font-size: 16px;
  margin-bottom: 5px;
}

.recipe-detail-content .recipe-products > div .footer {
  border-top: 1px solid #eee;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  height: 80px;
  padding: 0 30px;
}

.recipe-detail-content .recipe-products > div .footer span {
  -webkit-box-flex: 1;
          flex: 1;
}

.recipe-detail-content .recipe-products > div .footer button {
  background-color: var(--color-btn-buy);
  color: var(--color-btn-buy-font);
  border-radius: 5px;
  font-size: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  border-width: 0;
  font-weight: bold;
  height: 42px;
  padding: 0 20px;
  margin: 0;
  outline: none;
}

.recipe-detail-advice-products {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-bottom: 100px;
}

.recipe-detail-advice-products > h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
  width: 100%;
}

.recipe-detail-advice-products > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
}

.recipe-detail-advice-products > div .product-item {
  margin-right: 20px;
  margin-bottom: 20px;
}

.search-actions .lst-order {
  padding-right: 20px;
  position: relative;
  color: #333;
}

.search-actions .search-filter {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.search-actions .menu-filter {
  display: none;
}

.search-actions .lst-order::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 6px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--color-primary);
  border-left-width: 0;
  border-top-width: 0;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  opacity: 0.7;
}

.search-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding-bottom: 30px;
}

.search-filters {
  width: 220px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 400px;
  padding-top: 20px;
  padding-right: 20px;
  border-right: 2px solid rgba(var(--color-primary-rgb), 0.1);
  margin-right: 20px;
}

.search-filters nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  color: #333;
  font-size: 15px;
  margin-bottom: 20px;
}

.search-filters nav.limit {
  position: relative;
  height: 214px;
  overflow: hidden;
}

.search-filters nav .all {
  font-weight: bold;
  text-decoration: underline;
}

.search-filters nav a.selected,
.search-filters nav .selected > a {
  font-weight: 400;
}

.search-filters nav.limit .more {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  color: #666;
  height: 26px;
  width: 100%;
}

.search-filters nav.limit .more::after {
  content: "";
  position: absolute;
  left: 70px;
  top: 8px;
  width: 8px;
  height: 8px;
  border: 2px solid #666;
  border-left-width: 0;
  border-top-width: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search-filters nav strong {
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #f4f4f4;
}

.search-filters nav a {
  color: #333;
}

.search-filters nav .item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.search-filters nav ul {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-filters nav .root,
.search-filters nav .title {
  position: relative;
  width: 100%;
}

.search-filters nav .open .root,
.search-filters nav .open.title > a {
  font-weight: bold;
}

.search-filters a.root::after,
.search-filters ul li.title > a::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 8px;
  height: 8px;
  width: 8px;
  border: 1px solid #999;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
}

.search-filters .open a.root::after,
.search-filters ul li.title.open > a::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search-filters nav ul li > a.toogle {
  background-color: #fbfbfb;
  text-indent: 20px;
  text-align: center;
}

.search-filters nav ul li > a.toogle::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 9px;
  height: 8px;
  width: 8px;
  border: 1px solid #999;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
}

.search-filters nav ul li > a.toogle.open::after {
  top: 13px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.search-filters nav .open > ul {
  display: -webkit-box;
  display: flex;
}

.search-filters nav ul li {
  padding-left: 8px;
  position: relative;
}

.search-filters nav ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 5px;
  height: 14px;
  border: 1px dashed #bbb;
  z-index: 1;
  border-top-width: 0;
  border-right-width: 0;
}

.search-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 400px;
  padding-top: 20px;
}

.search-list .banner {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.header-menu-filter {
  width: 100%;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding-bottom: 20px;
}

.header-menu-filter h3 {
  -webkit-box-flex: 1;
          flex: 1;
  padding: 15px 10px 0;
}

.header-menu-filter button {
  width: 40px;
  height: 40px;
  background-color: #efefef;
  border-radius: 20px;
  margin: 10px 10px 0;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  color: #999;
  border-width: 0;
}

.detail-wrapper {
  margin-bottom: 50px;
}

.detail-bcrumb {
  display: -webkit-box;
  display: flex;
  min-height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-size: 16px;
}

.detail-bcrumb > nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-size: 16px;
  -webkit-box-flex: 1;
          flex: 1;
}

.detail-bcrumb i,
.detail-bcrumb a {
  color: #333;
  font-size: 16px;
}

.detail-bcrumb a b {
  font-weight: bold;
}

.detail-bcrumb i {
  margin: 0 10px;
}

.detail-bcrumb .btn-fav-detalhes {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  min-height: 80px;
}

.detail-bcrumb .btn-fav-detalhes .fav,
.detail-bcrumb .btn-fav-detalhes .list {
  display: none;
  color: #666;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-width: 0;
  outline: none;
  position: relative;
}

.detail-bcrumb .btn-fav-detalhes .fav i,
.detail-bcrumb .btn-fav-detalhes .list i {
  font-size: 24px;
  margin: 0;
}

.detail-bcrumb .btn-fav-detalhes .fav {
  width: 24px;
  height: 25px;
  margin-top: 5px;
}

.detail-bcrumb .btn-fav-detalhes .fav i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.detail-bcrumb .btn-fav-detalhes .fav .loading {
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  position: absolute;
  width: 30px;
  height: 30px;
  top: -4px;
  left: -3px;
}

.detail-bcrumb .btn-fav-detalhes .fav .sg-Icons-Shape-heart-full {
  opacity: 0;
  font-size: 21px;
  z-index: 2;
  color: var(--color-primary);
}

.detail-bcrumb .btn-fav-detalhes .fav.active {
  -webkit-animation-duration: 0.45s;
          animation-duration: 0.45s;
  -webkit-animation-name: fav-button-animation;
          animation-name: fav-button-animation;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.detail-bcrumb .btn-fav-detalhes .fav.active .sg-Icons-Shape-heart-full {
  opacity: 1;
}

.detail-bcrumb .btn-fav-detalhes .list {
  margin-top: 5px;
  margin-left: 10px;
}

.detail-bcrumb .btn-fav-detalhes .share-cmp {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.detail-bcrumb .btn-fav-detalhes .share-cmp a,
.detail-bcrumb .btn-fav-detalhes .share-cmp i {
  font-size: 24px;
  margin: 0 0;
}

.detail-bcrumb .btn-fav-detalhes .share-cmp .fa-facebook-square {
  color: #286db1;
  margin-left: 10px;
}

.detail-bcrumb .btn-fav-detalhes .share-cmp .fa-twitter {
  color: #609fe6;
  margin-left: 10px;
}

.detail-product {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
  padding-bottom: 50px;
}

.detail-product .images {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-flex: 3;
          flex: 3;
  min-height: 400px;
  position: relative;
}

.detail-product .images > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.detail-product .images > div.content {
  width: 100%;
}

.detail-product .images > div.bk {
  display: none;
}

.detail-product .images .thumbs {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
          flex: 1;
}

.detail-product .images .thumbs a {
  margin: 5px 0;
  height: 105px;
  width: 100%;
}

.detail-product .images .thumbs a:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}

.detail-product .images .thumbs figure {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
}

.detail-product .images .thumbs figure .video {
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.detail-product .images .thumbs figure img {
  max-width: 100%;
  max-height: 100%;
}

.detail-product .images > div > figure {
  -webkit-box-flex: 4;
          flex: 4;
  height: 400px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
}

.detail-product .images > div > figure a {
  display: -webkit-box;
  display: flex;
  height: 400px;
  position: relative;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.detail-product .images > div > figure a.conteinerVideo {
  margin: 0 10px;
  -webkit-box-align: start;
          align-items: flex-start;
}

.detail-product .images-gl-full > div > figure a.conteinerVideo {
  -webkit-box-align: center;
          align-items: center;
}

.detail-product .images > div > figure a .areaZoom {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: none;
}

.detail-product .images > div > figure a .areaZoom.show {
  display: block;
}

.detail-product .images > div > figure img {
  max-width: 100%;
  max-height: 100%;
  align-self: flex-start;
}

.detail-product .images > .zoom-preview {
  position: absolute;
  right: -780px;
  top: -60000px;
  width: 770px;
  min-height: 500px;
  z-index: 1000;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #666;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: ease-in-out opacity 0.6s;
  transition: ease-in-out opacity 0.6s;
}

.detail-product .images > .zoom-preview.open {
  top: -60px;
  opacity: 1;
}

.detail-product .images.images-gl-full > div.content {
  position: fixed;
  width: 70%;
  height: calc(100% - 100px);
  z-index: 10000;
  background-color: #FFF;
  top: 50px;
  left: 15%;
}

.detail-product .images.images-gl-full > div.bk {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: block;
}

.detail-product .images.images-gl-full > div.content > figure {
  width: calc(100% - 120px);
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.detail-product .images.images-gl-full > div.content > .thumbs {
  width: 120px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.detail-product .images > div.content > .btn-close {
  background-color: #ccc;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: absolute;
  top: -15px;
  right: -15px;
  display: none;
  cursor: pointer;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
}

.detail-product .images.images-gl-full > div.content > .btn-close {
  display: block;
}

.detail-product .description {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-flex: 2;
          flex: 2;
  color: #333;
  font-size: 16px;
}

.detail-product .description h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.detail-product .description .codbarra {
  background-color: rgba(var(--color-primary-rgb), 0.1);
  color: var(--color-primary);
  margin: 15px 0;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 5px;
}

.detail-product .description hr {
  width: 100%;
  height: 1px;
  border-width: 0;
  background-color: #eee;
  margin: 10px 0 20px;
}

.detail-product .description .destaque-tags,
.detail-product .description .selo {
  display: -webkit-box;
  display: flex;
  margin: 10px 0 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.detail-product .description .selo {
  flex-wrap: wrap;
}

.detail-product .description .destaque-tags > span {
  padding: 4px 20px;
  border-radius: 5px;
  background-color: lightcoral;
  color: #FFF;
  font-weight: bold;
  margin-right: 10px;
  font-size: 11px;
  text-transform: uppercase;
}

.detail-product .description .selo > img {
  margin-right: 5px;
  margin-bottom: 5px;
  width: 100px;
}

.detail-product .amount {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 2;
          flex: 2;
  min-height: 400px;
  padding-left: 40px;
}

.detail-product .amount > div {
  border: 1px solid #eee;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding: 10px 50px 40px;
}

.detail-product .amount > div .offer-tag {
  background-color: var(--color-offer-label);
  margin: 10px 0 0;
}

.detail-product .amount > div .offer-tag b {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 8px;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-offer-label);
}

.detail-product .amount > div .price {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-flex: 1;
          flex: 1;
  margin-top: 10px;
}

.detail-product .amount > div .price .normal {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-flex: 1;
          flex: 1;
}

.detail-product .amount > div .price .normal > strong {
  font-size: 24px;
  font-weight: bold;
}

.detail-product .amount > div .price .older,
.detail-product .amount > div .price .normal > span {
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
}

.detail-product .amount > div .product-item-action {
  margin-top: 25px;
}

.detail-product .amount > div > button {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  width: 100%;
  height: 42px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin: 20px 0 0;
  padding: 0;
  outline: none;
  position: relative;
  padding-left: 50px;
}

.detail-product .amount > div > button > i {
  font-size: 24px;
  position: absolute;
  left: 10px;
  top: 9px;
  z-index: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.detail-product .amount > div > button.fav .sg-Icons-Shape-heart-full {
  opacity: 0;
  font-size: 23px;
  z-index: 2;
  color: var(--color-primary);
  left: 9px;
}

.detail-product .amount > div > button.fav.active > i {
  -webkit-animation-duration: 0.45s;
          animation-duration: 0.45s;
  -webkit-animation-name: fav-button-animation;
          animation-name: fav-button-animation;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.detail-product .amount > div > button.fav.active .sg-Icons-Shape-heart-full {
  opacity: 1;
}

.detail-product .amount > div > button.fav .loading {
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  left: 7px;
}

.wrapper-offers .banner {
  margin-bottom: 20px;
}

.wrapper-favs-h2,
.shopping-detail-h2 {
  position: relative;
}

.wrapper-favs .btn-buy-fav,
.shopping-detail-h2 .btn-detail {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
  height: 40px;
  padding: 0 30px;
  border-radius: 5px;
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: initial;
}

.user-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  height: 60px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.user-nav > a {
  color: #333;
  margin-right: 30px;
}

.user-nav > a > i {
  margin-right: 5px;
}

.wrapper-user-data .frm {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.pnl-shooping-list .loading,
.pedido-lista .loading {
  display: -webkit-box;
  display: flex;
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}

.pedido-lista {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
}

.item-pedido {
  width: 100%;
  float: left;
  border: 1px solid #f0f0f0;
  margin-bottom: 15px;
}

.item-pedido > header,
.item-pedido > .detalhes {
  width: 100%;
  float: left;
  padding: 10px 20px;
}

.item-pedido > header {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  cursor: pointer;
}

.item-pedido > header::after {
  position: absolute;
  top: 18px;
  left: 13px;
  width: 13px;
  height: 13px;
  content: "";
  border: 2px solid #ccc;
  border-left-width: 0;
  border-top-width: 0;
  z-index: 1;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.item-pedido.open > header::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
  left: 13px;
}

.item-pedido > header span:first-child {
  float: left;
  margin-left: 20px;
}

.item-pedido > header span:last-child {
  float: right;
  text-align: right;
}

.item-pedido > .detalhes {
  display: none;
}

.item-pedido.open > .detalhes {
  display: block;
}

.item-pedido.open > .detalhes > div:first-child {
  width: 70%;
  float: left;
}

.item-pedido.open > .detalhes > div:last-child {
  width: 30%;
  float: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.item-pedido.open > .detalhes > div > span {
  width: 100%;
  float: left;
}

.btn-detail {
  width: 90%;
  float: right;
  border-radius: 10px;
  font-size: 1em;
  border-width: 0;
  outline: none;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  margin-left: 10px;
  cursor: pointer;
}

.btn-detail i {
  margin-right: 5px;
}

.btn-detail:hover {
  text-decoration: none;
}

.progress-shopping {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  margin-bottom: 60px;
}

.progress-shopping > div {
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  height: 80px;
  border-bottom: 4px solid #F4F4F4;
}

.progress-shopping > div span,
.progress-shopping > div small {
  width: 100%;
  display: block;
}

.progress-shopping > div small {
  padding: 0;
  margin: 0;
  line-height: 10px;
}

.progress-shopping > div span {
  padding-top: 15px;
}

.progress-shopping > div.active {
  border-bottom: 4px solid #10d710;
  font-weight: bold;
}

.progress-shopping > div.active ~ div {
  border-bottom: 4px solid #10d710;
}

.progress-shopping > div.active.cancelado {
  color: #d7103b;
  border-bottom: 4px solid #d7103b;
}

.wrapper-user,
.wrapper-user .pnl-infos {
  margin-bottom: 40px;
}

.wrapper-user .pnl-infos > div > div {
  border: 1px solid #f4f4f4;
  padding: 20px;
}

.wrapper-user .btn-boleto {
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 1;
}

.pnl-infos-values > div {
  border-top: 1px solid #f4f4f4;
  width: 100%;
  padding: 4px 0;
}

.pnl-infos-values > div:first-child {
  border-top-width: 0;
}

.pnl-infos-values > div:last-child {
  border-top-color: #ddd;
}

.pnl-infos-values > div > span {
  float: right;
}

.wrapper-user .lst-produtos {
  border-top: 1px solid #ccc;
  margin-top: 10px;
}

.wrapper-user .lst-produtos {
  width: 100%;
  float: left;
}

.wrapper-user .lst-produtos > div {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-top: 10px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.wrapper-user .lst-produtos figure {
  width: 100px;
  margin: 0;
}

.wrapper-user .lst-produtos figure > img {
  width: 100%;
}

.wrapper-user .lst-produtos .detail {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 1.2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.wrapper-user .lst-produtos .detail b {
  width: 100%;
  display: block;
}

.wrapper-user .lst-produtos .detail .tag {
  font-size: 11px;
  margin-top: 5px;
  padding: 3px 10px;
  border-radius: 5px;
  width: 100px;
  width: auto;
  align-self: flex-start;
}

.wrapper-user .lst-produtos .detail .tag.success {
  border: 1px solid #4164a5;
  color: #4164a5;
}

.wrapper-user .lst-produtos .detail .tag.danger {
  border: 1px solid #d7103b;
  color: #d7103b;
}

.wrapper-user .lst-produtos > div.emfalta::after {
  width: 20px;
  height: 55px;
  content: "";
  bottom: -55px;
  left: 5px;
  border: 2px solid #ccc;
  border-top-width: 0;
  border-right-width: 0;
  z-index: 1;
  position: absolute;
}

.wrapper-user .lst-produtos > div.emfalta::before {
  width: 6px;
  height: 6px;
  content: "";
  bottom: -57px;
  left: 20px;
  border: 2px solid #ccc;
  border-top-width: 0;
  border-right-width: 0;
  z-index: 2;
  position: absolute;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.wrapper-user .lst-produtos > div.emfalta + div figure {
  margin-left: 30px;
}

.painel {
  margin: 40px;
  border: 1px solid #f4f4f4;
  padding: 40px;
  float: left;
  width: calc(100% - 78px);
}

.painel h4.title {
  margin-bottom: 40px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
}

.painel .divisor {
  min-height: 300px;
  width: 1px;
  margin: 0 auto;
  background-color: #f4f4f4;
}

.painel > .row {
  width: 100%;
}

.wrapper-pages > div {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.wrapper-contact {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}

.wrapper-contact > div:first-child {
  -webkit-box-flex: 1;
          flex: 1;
}

.wrapper-contact > div.infos {
  width: 420px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 30px 0 0 30px;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-size: 16px;
}

.wrapper-contact > div.infos b {
  font-size: 20px;
  margin-bottom: 10px;
}

.wrapper-contact > div.infos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrapper-contact > div.infos ul li {
  margin-bottom: 5px;
}

.wrapper-contact > div.infos ul li i {
  margin-right: 5px;
}

.wrapper-contact .btn-whatsapp {
  color: green;
  font-weight: bold;
}

footer {
  background-color: var(--color-primary);
  min-height: 600px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
}

footer > .footer-content,
footer > .footer-down {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

footer > .footer-content {
  background-color: transparent;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-align: start;
          align-items: flex-start;
  padding-bottom: 20px;
}

footer > .footer-content > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  color: var(--color-primary-font);
}

footer > .footer-content > div > h6 {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
}

footer > .footer-content > div > nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  font-size: 14px;
  -webkit-box-align: start;
          align-items: flex-start;
}

footer > .footer-content > div > nav a {
  padding: 3px 0;
  color: var(--color-primary-font);
}

footer > .footer-content > div > nav a:hover {
  text-decoration: none;
}

footer > .footer-content > div > .social {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  height: 30px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin: 0;
}

footer > .footer-content > div > .social li {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer > .footer-content > div > .social li a {
  color: var(--color-primary-font);
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: rgba(var(--color-primary-font-rgb), 0.1);
  border-radius: 5px;
  margin-right: 10px;
  text-decoration: none;
}

footer > .footer-content > div > .social li a:hover {
  background-color: rgba(var(--color-primary-font-rgb), 0.05);
}

footer > .footer-content .change-delivery {
  padding-right: 50px;
}

footer > .footer-content .change-delivery > div {
  background-color: rgba(var(--color-primary-font-rgb), 0.05);
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
}

footer > .footer-content .change-delivery > div > div {
  background-color: var(--color-primary);
  height: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
}

footer > .footer-content .change-delivery > div > div::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 8px;
  width: 7px;
  height: 7px;
  border: 2px solid var(--color-primary);
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

footer > .footer-content .change-delivery > div > div > span {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-flex: 1;
          flex: 1;
  height: 100%;
  text-indent: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  color: #333;
  display: -webkit-box;
  display: flex;
}

footer > .footer-content .change-delivery > div > span {
  margin: 25px 0 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

footer > .footer-content .change-delivery > div > span b {
  font-weight: bold;
}

footer > .footer-down {
  background-color: rgba(var(--color-primary-font-rgb), 0.05);
  height: 160px;
}

footer > .footer-down > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}

footer > .footer-down .info {
  -webkit-box-flex: 3;
          flex: 3;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

footer > .footer-down .info figure {
  width: 105px;
  height: 105px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

footer > .footer-down .info figure > a img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.3;
}

footer > .footer-down .info > div {
  -webkit-box-flex: 1;
          flex: 1;
  height: 105px;
  color: rgba(var(--color-primary-font-rgb), 0.3);
  padding-left: 20px;
  text-transform: uppercase;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

footer > .footer-down .info > div.seguranca > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

footer > .footer-down .info > div.seguranca > div a {
  margin: 0 3px;
}

footer > .footer-down .app {
  position: relative;
  height: 105px;
  -webkit-box-flex: 1;
          flex: 1;
  color: var(--color-primary-font);
}

footer > .footer-down .app > div {
  display: -webkit-box;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  z-index: 1;
  bottom: 0;
}

footer > .footer-down .app > div > div {
  background-color: #71A9F4;
  display: -webkit-box;
  display: flex;
  height: 495px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
}

footer > .footer-down .app > div > div figure {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  background-color: var(--color-primary-font);
  color: var(--color-primary);
  margin: 50px 0 30px;
  font-size: 34px;
}

footer > .footer-down .app > div > div figure span {
  font-size: 20px;
  font-weight: bold;
}

footer > .footer-down .app > div > div span {
  font-size: 14px;
  text-align: center;
}

footer > .footer-down .app > div > div a {
  font-size: 20px;
  margin: 20px 0;
}

footer > .footer-down .app > div > div .qrcode {
  background-color: gray;
  width: 150px;
  height: 150px;
}

footer > .footer-down .app > div > span {
  padding: 20px 0 30px;
  font-size: 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

footer > .footer-down .app > div > span > a img {
  margin-left: 20px;
}

.pLocContent {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 10000;
}

.pLocLayer,
.pLocLayerBluer {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}

.pLocLayerBluer {
  background-color: transparent;
  z-index: 1000;
}

.pLocBlur,
.pLocLayerBluer {
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
}

.pLocLoading {
  height: 300px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  line-height: 300px;
}

.pLocLoading .lds-spinner {
  display: block;
}

.pLocForm,
.pLocFormDelivery,
.pLocModal {
  left: 50%;
  max-width: 31.25rem;
  position: absolute;
  top: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.pLocFormDelivery,
.pLocModal {
  max-width: 41.25rem;
}

.pLocForm > div,
.pLocFormDelivery > div,
.pLocModal > div {
  background-color: white;
  position: relative;
  padding: 1.5rem;
  color: #333;
  text-align: center;
  border-radius: 10px;
}

.pLocForm > div h2 {
  margin-bottom: 2rem;
}

.pLocForm > div a {
  line-height: 2rem;
  font-weight: bold;
}

.pLocFormDelivery > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border-radius: 20px;
  padding: 0.5rem 1.5rem;
  max-height: 550px;
  min-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  flex-flow: row wrap;
}

.pLocModal > div > header,
.pLocFormDelivery > div > header {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  flex-flow: row wrap;
}

.pLocFormDelivery > div > header > h2 {
  color: #999;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
  padding-bottom: 20px;
}

.pLocModal > div > header > figure,
.pLocFormDelivery > div > header > figure {
  -webkit-box-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: flex;
  text-align: center;
  align-self: center;
  height: 130px;
  width: 100%;
}

.pLocModal > div > header > figure img,
.pLocFormDelivery > div > header > figure img {
  align-self: center;
}

.pLocFormDelivery > div > .initial,
.pLocFormDelivery > div > .search {
  width: 100%;
}

.pLocFormDelivery .lnk-control,
.pLocFormDelivery .input-control {
  height: 50px;
  line-height: 48px;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  cursor: pointer;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 400;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pLocFormDelivery .lnk-control b {
  width: 50px;
  -webkit-box-pack: center;
          justify-content: center;
  color: #CCCCCC;
  text-align: center;
}

.pLocFormDelivery .lnk-control span {
  color: #999999;
}

.pLocFormDelivery .lnk-control:hover {
  border-color: #ED3237;
}

.pLocFormDelivery .lnk-control:hover span {
  color: #000;
}

.pLocFormDelivery .lnk {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  cursor: pointer;
  padding: 15px 0 25px;
}

.pLocFormDelivery .lnk span,
.pLocFormDelivery .lnk a {
  width: 100%;
  color: #999999;
  font-size: 16px;
}

.pLocFormDelivery .lnk a {
  color: #ED3237;
  font-size: 20px;
  font-weight: bold;
}

.pLocFormDelivery .input-control {
  border-color: #ED3237;
}

.pLocFormDelivery .input-control b {
  width: 50px;
  color: #CCCCCC;
  text-align: center;
}

.pLocFormDelivery .input-control input {
  padding: 0;
  border-width: 0;
  width: calc(100% - 50px);
  outline: none;
}

.pLocFormDelivery .input-powered {
  text-align: right;
  display: block;
  width: 100%;
}

.pLocFormDelivery .input-powered img {
  margin-right: 5px;
}

.pLocFormDelivery .list-address {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
}

.pLocFormDelivery .list-address .list-address-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pLocFormDelivery .list-address .list-address-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 100%;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
}

.pLocFormDelivery .list-address .list-address-item:hover {
  background-color: #FAFAFA;
}

.pLocFormDelivery .list-address .list-address-item span {
  width: 60px;
  text-align: center;
  color: #CCCCCC;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.pLocFormDelivery .list-address .list-address-item .info {
  width: calc(100% - 60px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  color: #999999;
  text-align: left;
  font-size: 13px;
  -webkit-box-align: start;
          align-items: flex-start;
  font-weight: normal;
}

.pLocFormDelivery .list-address .list-address-item .info strong {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.pLocFormDelivery .list-address .list-address-item a {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  border: 1px solid #CCC;
  border-radius: 5px;
  color: #CCC;
  font-weight: normal;
  font-size: 14px;
  padding: 2px 10px;
}

.pLocFormDelivery .list-address .list-address-item:hover a {
  color: #FFF;
  background-color: #ED3237;
  border-color: #ED3237;
}

.pLocFormDelivery .list-address .list-address-item:hover .info small {
  color: #000;
}

.pLocFormDelivery .list-address .list-address-item-no .info strong {
  color: #ED3237;
}

.pLocModal .method-delivery,
.pLocFormDelivery .method-delivery {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 25px;
}

.pLocModal .method-delivery > button,
.pLocFormDelivery .method-delivery > button {
  width: 44%;
  display: -webkit-box;
  display: flex;
  height: 280px;
  padding: 20px;
  border: 1px solid #CCCCCC;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-align: center;
          align-items: center;
  background-color: #FFF;
  position: relative;
}

.pLocModal .method-delivery > button .selo,
.pLocFormDelivery .method-delivery > button .selo {
  position: absolute;
  top: -70px;
  right: -40px;
  z-index: 1;
}

.pLocModal .method-delivery > button .selo-delivery,
.pLocFormDelivery .method-delivery > button .selo-delivery {
  right: initial;
  left: -40px;
}

.pLocModal .method-delivery > button .selo > img,
.pLocFormDelivery .method-delivery > button .selo > img {
  max-width: 150px;
  max-height: 150px;
}

.pLocModal .method-delivery > button strong,
.pLocFormDelivery .method-delivery > button strong {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.pLocModal .method-delivery > button strong {
  text-transform: uppercase;
}

.pLocModal .method-delivery > button span,
.pLocFormDelivery .method-delivery > button span {
  font-size: 13px;
  color: #999;
}

.pLocModal .method-delivery > button b,
.pLocFormDelivery .method-delivery > button b {
  font-size: 20px;
  color: #999;
  margin: 5px 0;
}

.pLocModal .method-delivery > button:hover,
.pLocFormDelivery .method-delivery > button:hover {
  border-color: #ED3237;
}

.pLocModal .method-delivery > button:hover b,
.pLocFormDelivery .method-delivery > button:hover b {
  color: #ED3237;
}

#modalDriveStore .list-store,
.pLocModal .list-store,
.pLocFormDelivery .list-store {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  padding-right: 10px;
  flex-flow: row wrap;
}

#modalDriveStore .list-store .list-store-item,
.pLocModal .list-store .list-store-item,
.pLocFormDelivery .list-store .list-store-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  flex-flow: row wrap;
  cursor: pointer;
}

#modalDriveStore .list-store .list-store-item > span,
.pLocModal .list-store .list-store-item > span,
.pLocFormDelivery .list-store .list-store-item > span {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}

#modalDriveStore .list-store .list-store-item > span > b,
.pLocModal .list-store .list-store-item > span > b,
.pLocFormDelivery .list-store .list-store-item > span > b {
  margin-left: 60px;
  border: 1px solid #CCCCCC;
  border-radius: 14px;
  font-weight: bold;
  font-size: 13px;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

#modalDriveStore .list-store .list-store-item > span > strong,
.pLocModal .list-store .list-store-item > span > strong,
.pLocFormDelivery .list-store .list-store-item > span > strong {
  font-size: 20px;
  color: #ED3237;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  font-weight: bold;
}

#modalDriveStore .list-store .list-store-item > span > figure,
.pLocModal .list-store .list-store-item > span > figure,
.pLocFormDelivery .list-store .list-store-item > span > figure {
  width: 60px;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: flex;
  margin-top: 3px;
  color: #CCCCCC;
}

#modalDriveStore .list-store .list-store-item > span > span,
.pLocModal .list-store .list-store-item > span > span,
.pLocFormDelivery .list-store .list-store-item > span > span {
  width: calc(100% - 60px);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: left;
}

#modalDriveStore .list-store .list-store-item > span > span > span,
.pLocModal .list-store .list-store-item > span > span > span,
.pLocFormDelivery .list-store .list-store-item > span > span > span {
  width: 100%;
  font-size: 16px;
}

#modalDriveStore .list-store .list-store-item > span > span > small,
.pLocModal .list-store .list-store-item > span > span > small,
.pLocFormDelivery .list-store .list-store-item > span > span > small {
  width: 100%;
  font-size: 13px;
}

#modalDriveStore .list-store .list-store-item:hover,
.pLocModal .list-store .list-store-item:hover,
.pLocFormDelivery .list-store .list-store-item:hover {
  border-color: #ED3237;
}

#modalDriveStore .list-store .list-store-item:hover > span > strong,
.pLocModal .list-store .list-store-item:hover > span > strong,
.pLocFormDelivery .list-store .list-store-item:hover > span > strong {
  opacity: 1;
}

#modalDriveStore .list-store .list-store-item:hover > span > b,
.pLocModal .list-store .list-store-item:hover > span > b,
.pLocFormDelivery .list-store .list-store-item:hover > span > b {
  color: #ED3237;
  border-color: #ED3237;
}

.pLocFormDelivery .map {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  height: 500px;
  position: relative;
}

.pLocFormDelivery .map > header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 100%;
  height: 100px;
  -webkit-box-pack: center;
          justify-content: center;
}

.pLocFormDelivery .map > header > a {
  width: 100px;
  align-self: center;
  color: #ccc;
  line-height: 100px;
  cursor: pointer;
}

.pLocFormDelivery .map > header > div {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: left;
}

.pLocFormDelivery .map > header > div > span {
  width: 100%;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  font-weight: normal;
}

.pLocFormDelivery .map > header > div > small {
  width: 100%;
  font-size: 13px;
  color: #999;
}

.pLocFormDelivery .map > div {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: calc(100% - 100px);
}

.pLocFormDelivery .map > button {
  background-color: #ED3237;
  display: -webkit-box;
  display: flex;
  width: 290px;
  height: 50px;
  line-height: 50px;
  border-width: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  -webkit-box-pack: center;
          justify-content: center;
  align-self: center;
  box-shadow: 3px 3px 11px -2px rgba(0, 0, 0, 0.5);
}

.pLocFormDelivery .dmap {
  padding: 0;
}

/*
 *
 * pLocModal
 *
*/

.pLocModal header {
  padding-top: 20px;
  margin-bottom: 40px;
}

.pLocModal header > figure {
  margin-bottom: 10px;
}

.pLocModal header > h2 {
  font-size: 35px;
  width: 100%;
}

.pLocModal header > span {
  font-size: 20px;
}

.pLocModal .initial {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.pLocModal .form-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-bottom: 40px;
  width: 90%;
  align-self: center;
}

.pLocModal .form-group > input {
  width: 70%;
  border: 1px solid #CCCCCC;
  border-right-width: 0;
  height: 50px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-indent: 15px;
  outline: none;
}

.pLocModal .form-group > button {
  width: 30%;
  height: 50px;
  border: 1px solid #CCCCCC;
  color: #FFF;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pLocModal .form-group > button.disabled {
  background-color: #cccccc;
}

.pLocModal .lnk {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  font-weight: bold;
  font-size: 16px;
}

.pLocModal .lnk a.lnk-geo {
  color: #ED3237;
  cursor: pointer;
  margin-bottom: 40px;
}

.pLocLayer.sstores {
  background-color: #fff;
  overflow: auto;
}

.pLocLayer.sstores .pLocModal {
  top: 0;
}

.pLocModal header a {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.pLocModal .loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

/*
 *
 * pLocFooter
 *
*/

.pLocFooter {
  position: fixed;
  bottom: -90px;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  z-index: 1000;
  -webkit-transition: ease-in-out bottom 0.4s;
  transition: ease-in-out bottom 0.4s;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.pLocFooter.show {
  bottom: 0;
}

.pLocFooter .label-mobile {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.pLocFooter .label {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  padding-left: 30px;
  font-size: 14px;
  color: #fff;
}

.pLocFooter .label strong {
  font-size: 22px;
  font-weight: bold;
}

.pLocFooter .label small {
  font-size: 14px;
}

.pLocFooter .search {
  -webkit-box-flex: 3;
          flex: 3;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 30px;
}

.pLocFooter .search input {
  border-width: 0;
  height: 40px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 20px;
  padding-left: 10px;
  width: 130px;
  outline: none;
}

.pLocFooter .search button {
  width: 125px;
  margin-left: 10px;
  border-width: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  padding: 0 20px;
  -webkit-transition: ease-in-out all 0.2s;
  transition: ease-in-out all 0.2s;
}

.pLocFooter .search button.disabled {
  background-color: #ddd;
  color: #aaa;
}

.pLocFooter .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
}

.pLocFooter .label-mobile strong {
  font-weight: bold;
  font-size: 18px;
}

.pLocFooter .label-mobile small {
  font-size: 14px;
}

.list-store-delivery {
  position: relative;
}

.pLocModal .list-store.list-store-delivery .list-store-item,
.pLocFormDelivery .list-store.list-store-delivery .list-store-item {
  padding-top: 20px;
}

.list-store-delivery .list-store-item > span:first-child {
  position: absolute;
  right: 40px;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.pnl-shooping-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}

.pnl-shooping-content .btn-add-list {
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 1;
}

.pnl-shooping-content .btn-add-list i {
  margin-right: 5px;
}

.pnl-shooping-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 100%;
}

.pnl-shooping-list .lst {
  display: -webkit-box;
  display: flex;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.pnl-shooping-list .lst-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}

.pnl-shooping-list .lst-item strong {
  font-size: 16px;
}

.pnl-shooping-list .lst-item.open {
  background-color: #f4f4f4;
}

.pnl-shooping-list .lst-item:hover {
  background-color: #eee;
}

.pnl-shooping-list .lst-item.open::after {
  content: "";
  right: 15px;
  top: 25px;
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  border-left-width: 0;
  border-bottom-width: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pnl-shooping-list .detail {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.pnl-shooping-list .detail header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  border-bottom: 1px solid #eee;
  height: 50px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-bottom: 10px;
  width: 100%;
}

.pnl-shooping-list .detail header h4 {
  -webkit-box-flex: 1;
          flex: 1;
  margin: 0;
}

.pnl-shooping-list .detail header a,
.pnl-shooping-list .detail header button {
  margin-left: 10px;
  cursor: pointer;
}

.shooping-list-item {
  width: 100%;
}

.shooping-list-item > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  height: 200px;
  border-bottom: 1px solid #eee;
  margin-top: 10px;
}

.pnl-shooping-list .empty {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100px;
  font-size: 1.3em;
  width: 100%;
}

.shooping-list-item > div > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.shooping-list-item > div > a:hover {
  text-decoration: none;
}

.shooping-list-item > div > a > figure {
  width: 200px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-right: 10px;
  position: relative;
}

.shooping-list-item > div > a > figure > img {
  max-width: 100%;
  max-height: 100%;
}

.shooping-list-item > div > a > figure .destaque-tags {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.shooping-list-item > div > a > figure .destaque-tags > span {
  padding: 4px 10px;
  border-radius: 5px;
  background-color: lightcoral;
  color: #FFF;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
}

.shooping-list-item > div > a > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
}

.shooping-list-item > div > a > div .description {
  color: #000;
  font-size: 1.2em;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.shooping-list-item > div > a > div .offer-condition {
  padding: 0;
  border-radius: 5px;
  margin: 5px 0;
  color: #fff;
  font-size: 12px;
  width: 180px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  line-height: 18px;
  height: 38px;
}

.shooping-list-item > div > a > div .offer-condition strong {
  width: calc(100% - 2px);
  background-color: #FFF;
  color: #333;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.shooping-list-item > div > a > div .price {
  font-size: 16px;
  color: #333;
}

.shooping-list-item > div > a > div .price .price-normal {
  font-size: 14px;
  color: #333;
  text-decoration: line-through;
}

.shooping-list-item > div .actions {
  width: 200px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.shooping-list-item > div .actions > span {
  font-size: 0.8em;
  margin-bottom: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.shooping-list-item > div .actions .btn-add-cart {
  margin: 5px 0 10px;
}

.shooping-list-item > div .actions .btn-remove {
  border-radius: 10px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  background-color: #eee;
  border-color: #ccc;
  color: #000;
  font-size: 0.8em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.shooping-list-item > div .actions .indisponivel {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100px;
}

.wrapper-cart-checkout {
  padding: 0 20px 40px;
}

.buy-address-selected {
  padding-top: 20px;
}

.buy-address-selected strong,
.buy-address-selected span {
  width: 100%;
  line-height: 28px;
  display: inline-block;
}

.wrapper-cart-checkout .resume {
  border: 1px solid #F4f4f4;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.wrapper-cart-checkout .resume p {
  font-size: 0.9em;
}

.wrapper-cart-checkout .buy-payselect {
  margin: 20px 0;
  width: calc(100% - 20px);
  float: left;
  border: 1px solid #F4f4f4;
  border-radius: 3px;
  padding: 10px;
}

.wrapper-cart-checkout .buy-payselect .h {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.wrapper-cart-checkout .buy-payselect .r,
.wrapper-cart-checkout .buy-payselect .h {
  width: 100%;
  float: left;
}

.wrapper-cart-checkout .buy-payselect .r {
  padding-bottom: 15px;
}

.wrapper-cart-checkout .buy-payselect .r > div,
.wrapper-cart-checkout .buy-payselect .h > div {
  float: left;
}

.wrapper-cart-checkout .buy-payselect .description {
  width: 60%;
}

.wrapper-cart-checkout .buy-payselect .h .description {
  font-weight: bold;
}

.wrapper-cart-checkout .buy-payselect .name {
  width: 25%;
}

.wrapper-cart-checkout .buy-payselect .dt {
  width: 15%;
  text-align: center;
}

.wrapper-cart-checkout .buy-payselect-more {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}

.wrapper-cart-checkout .buy-payselect-more strong {
  display: block;
  line-height: 30px;
  font-weight: bold;
}

.wrapper-cart-checkout .buy-payselect-more small {
  display: block;
  margin-bottom: 5px;
}

.wrapper-cart-checkout .buy-payselect-more img {
  width: 140px;
  position: absolute;
  right: 0;
  top: 0;
}

.wrapper-cart-checkout .buy-resume,
.wrapper-cart-checkout .buy-resume-list {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
  margin-top: 20px;
  width: 100%;
  float: left;
}

.buy-resume .row {
  width: 100%;
}

.wrapper-cart-checkout .buy-resume .address {
  width: 60%;
  float: left;
}

.wrapper-cart-checkout .buy-resume .payment {
  width: 40%;
  float: left;
}

.wrapper-cart-checkout .buy-resume span,
.wrapper-cart-checkout .buy-resume strong {
  width: 100%;
  line-height: 18px;
  float: left;
}

.wrapper-cart-checkout .buy-resume a {
  color: #333;
  font-size: 12px;
  cursor: pointer;
}

.wrapper-cart-checkout .buy-resume a:hover {
  text-decoration: underline;
}

.wrapper-cart-checkout .buy-resume strong,
.wrapper-cart-checkout .buy-resume-list .item .info strong,
.wrapper-cart-checkout .buy-resume-list .item .info .price {
  font-weight: bold;
}

.wrapper-cart-checkout .buy-resume b {
  font-weight: bolder;
}

.wrapper-cart-checkout .buy-resume-list .item {
  width: calc(100% - 10px);
  float: left;
  border-bottom: 1px solid #f4f4f4;
  padding: 5px 0;
  margin: 5px;
}

.wrapper-cart-checkout .buy-resume-list .item:last-child {
  border-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.wrapper-cart-checkout .buy-resume-list .item figure {
  width: 80px;
  min-height: 60px;
  float: left;
}

.wrapper-cart-checkout .buy-resume-list .item figure img {
  max-width: 99%;
  float: left;
}

.wrapper-cart-checkout .buy-resume-list .item .info > span {
  font-weight: bolder;
  font-size: 11px;
}

.wrapper-cart-checkout .buy-resume-list .item .info .price {
  color: #b40000;
}

.wrapper-cart-checkout .resume .infos,
.wrapper-cart-checkout .resume .infos hr {
  width: 100%;
  float: left;
}

.wrapper-cart-checkout .resume .infos hr {
  padding: 0;
  margin: 5px 0;
  height: 1px;
}

.wrapper-cart-checkout .resume .infos .linha > span {
  float: left;
  width: 50%;
}

.wrapper-cart-checkout .resume .infos .linha > span:last-child {
  float: right;
  text-align: right;
}

.wrapper-cart-checkout .resume .infos .linha.total {
  font-weight: 16px;
  color: #b40000;
  font-weight: bold;
}

.wrapper-cart-checkout .pay-card {
  width: calc(50% - 20px);
  float: left;
  border: 1px solid #f0f0f0;
  line-height: 60px;
  height: 60px;
  margin: 0 10px 10px 0;
  font-size: 1em;
  position: relative;
}

.wrapper-cart-checkout .pay-card.selected,
.wrapper-cart-checkout .pay-card:hover {
  background-color: #F9f9f9;
  cursor: pointer;
}

.wrapper-cart-checkout .pay-card.selected::after {
  content: "";
  width: 10px;
  height: 16px;
  position: absolute;
  top: 18px;
  right: 15px;
  border: 3px solid #50a773;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

.wrapper-cart-checkout .pay-card b {
  font-weight: bold;
  font-size: 0.8em;
}

.wrapper-cart-checkout .pay-card img {
  margin: 0 5px;
}

.wrapper-cart-checkout .buy-lst-product {
  width: 100%;
  float: left;
}

.wrapper-cart-checkout .resume .infos .buy-lst-product .linha > span {
  width: 70%;
}

.wrapper-cart-checkout .resume .infos .buy-lst-product .linha > span:last-child {
  width: 30%;
}

.wrapper-cart-checkout .resume .infos .buy-lst-product .linha {
  width: 100%;
  float: left;
}

.wrapper-cart-checkout .resume .infos strong {
  width: 100%;
  float: left;
  position: relative;
  cursor: pointer;
}

.wrapper-cart-checkout .resume .infos strong::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.4s -webkit-transform ease;
  transition: 0.4s -webkit-transform ease;
  transition: 0.4s transform ease;
  transition: 0.4s transform ease, 0.4s -webkit-transform ease;
}

.wrapper-cart-checkout .resume .infos strong.toggle::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.wrapper-cart-checkout .buy-warning {
  border: 2px solid #ae6404;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.wrapper-cart-checkout .buy-warning h3 {
  color: #ae6404;
  font-weight: bold;
}

.wrapper-cart-checkout .buy-warning small,
.wrapper-cart-checkout .buy-warning .lst {
  width: 100%;
  float: left;
}

.wrapper-cart-checkout .buy-warning p {
  font-size: 16px;
}

.wrapper-cart-checkout .buy-warning p > b {
  font-weight: bold;
}

.wrapper-cart-checkout .btn-follow-buy {
  color: #FFFFFF !important;
  background-color: #387d00;
  border-color: #387d00;
  font-size: 16px !important;
  cursor: pointer;
}

.wrapper-cart-checkout .btn-boleto {
  color: #FFFFFF !important;
  font-size: 22px !important;
  text-decoration: none !important;
  cursor: pointer;
}

.wrapper-cart-checkout .btn-follow-buy:hover {
  text-decoration: none !important;
}

.cartLoading {
  height: 120px;
}

.obs-checkout {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 20px;
  display: -webkit-box;
  display: flex;
}

.wrapper-cart-checkout .alert-danger {
  display: block;
}

.wrapper-cart-checkout .msg-obs {
  display: block;
}

.modal-drive-store,
.modal-change-store,
.modal-schedule {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.modal-schedule-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
}

.modal-drive-store > h6,
.modal-change-store > h6,
.modal-schedule > h6 {
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: red;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.modal-drive-store > span,
.modal-change-store > span,
.modal-schedule > span {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.delivery-step-2,
.drivethru-step-1,
.drivethru-step-2 {
  width: 94%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  align-self: center;
}

.modal-change-store > div > strong,
.delivery-step-2 > strong,
.drivethru-step-2 > strong,
.drivethru-step-1 > strong {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.delivery-step-2 > div.pnl-turn,
.drivethru-step-1 > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  margin: 25px 0 60px;
}

.delivery-step-2 > div.pnl-turn > div,
.drivethru-step-1 > div > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border: 2px solid #999;
  border-radius: 10px;
  width: 140px;
  cursor: pointer;
  position: relative;
}

.drivethru-step-1 > div > div > strong {
  position: absolute;
  top: -30px;
  left: -2px;
  width: 140px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  background-color: red;
  border-radius: 10px;
  font-size: 0.75rem;
  height: 26px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.delivery-step-2 > div.pnl-turn > div > span,
.drivethru-step-1 > div > div > span {
  width: 100%;
  border-bottom: 2px solid #999;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
}

.delivery-step-2 > div.pnl-turn > div > b,
.drivethru-step-1 > div > div > b {
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 100%;
  font-size: 60px;
  color: #999;
}

.delivery-step-2 > div.pnl-turn > div > small,
.drivethru-step-1 > div > div > small {
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #666;
  font-weight: bold;
}

.delivery-step-2 > div.pnl-turn > div,
.drivethru-step-1 > div > div,
.drivethru-step-1 > div > div > span,
.drivethru-step-1 > div > div > b {
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.delivery-step-2 > div.pnl-turn > div.selected,
.delivery-step-2 > div.pnl-turn > div.selected > span,
.delivery-step-2 > div.pnl-turn > div:hover,
.delivery-step-2 > div.pnl-turn > div:hover > span,
.drivethru-step-1 > div > div.selected,
.drivethru-step-1 > div > div.selected > span,
.drivethru-step-1 > div > div:hover,
.drivethru-step-1 > div > div:hover > span {
  border-color: red;
  color: red;
}

.delivery-step-2 > div.pnl-turn > div.selected > b,
.drivethru-step-1 > div > div.selected > b,
.delivery-step-2 > div.pnl-turn > div:hover > b,
.drivethru-step-1 > div > div:hover > b {
  color: red;
}

.delivery-step-2 > button,
.drivethru-step-2 > button,
.drivethru-step-1 > button,
.modal-change-store > footer > button,
.modal-change-store > footer > form > button {
  width: 250px;
  align-self: center;
  margin-bottom: 30px;
  height: 50px;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.delivery-step-2 > button.btn-error,
.drivethru-step-2 > button.btn-error {
  width: 450px;
}

.delivery-step-2 > button i,
.drivethru-step-2 > button i,
.drivethru-step-1 > button i,
.modal-change-store > footer > button i,
.modal-change-store > footer > form > button i {
  margin-left: 10px;
}

.delivery-step-2 > div.pnl-hours,
.drivethru-step-2 > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.delivery-step-2 > div.pnl-hours > div,
.drivethru-step-2 > div > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.delivery-step-2 > div.pnl-hours > div > span,
.drivethru-step-2 > div > div > span {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: red;
  padding-bottom: 10px;
}

.delivery-step-2 > div.pnl-hours > div > ul,
.drivethru-step-2 > div > div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-flow: wrap;
}

.delivery-step-2 > div.pnl-hours > div > ul > li,
.drivethru-step-2 > div > div > ul > li {
  width: 120px;
  margin: 0 12px 10px;
}

.delivery-step-2 > div.pnl-hours > div > ul > li > button,
.drivethru-step-2 > div > div > ul > li > button {
  border: 2px solid #999;
  border-radius: 10px;
  height: 40px;
  line-height: 36px;
  background-color: #fff;
  color: #999;
  font-weight: bold;
  width: 100%;
  font-size: 14px;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.delivery-step-2 > div.pnl-hours > div > ul > li > button.selected,
.delivery-step-2 > div.pnl-hours > div > ul > li > button:hover,
.drivethru-step-2 > div > div > ul > li > button.selected,
.drivethru-step-2 > div > div > ul > li > button:hover {
  border-color: red;
  color: red;
}

.modal-change-store > footer > button.btn-active,
.modal-change-store > footer > form > button.btn-active,
.delivery-step-2 > button.btn-active,
.drivethru-step-2 > button.btn-active,
.drivethru-step-1 > button.btn-active {
  background-color: red;
  border-color: red;
  color: #FFF;
}

.delivery-step-2 .btn-light,
.drivethru-step-2 .btn-light {
  position: absolute;
  left: 20px;
  bottom: 15px;
  width: initial;
  background-color: #fff;
  border-color: #fff;
}

.delivery-step-2 .btn-light i,
.drivethru-step-2 .btn-light i {
  margin-right: 10px;
  margin-left: 0;
}

.wrapper-cart-checkout .alert-danger.alert-promotion {
  display: inline;
  padding: 3px 0.45rem;
  font-size: 10px;
}

.modal-drive-store > div,
.modal-change-store > div {
  width: 98%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  align-self: center;
}

.modal-change-store > div .list-product {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
}

.modal-change-store > div .list-product > .item {
  width: 140px;
  height: 200px;
  border: 1px solid #f3eaea;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  padding: 10px;
  align-self: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 5px;
}

.modal-change-store > div .list-product > .item > figure {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  margin-top: 5px;
  text-align: center;
  margin: 0 0 5px 0;
  position: relative;
  -webkit-box-pack: center;
          justify-content: center;
}

.modal-change-store > div .list-product > .item > figure img {
  max-height: 100%;
  max-width: 100%;
}

.modal-change-store > div .list-product > .item > .description {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}

.modal-change-store > div .list-product > .item > .description small {
  font-weight: normal;
  line-height: 1em;
  color: #333;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  max-height: 20px;
  height: 20px;
}

.modal-change-store > div .list-product > .item > .description strong {
  font-weight: bold;
  line-height: 1.3em;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 50px;
  font-size: 0.95em;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.modal-change-store > footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  justify-content: space-around;
  width: 100%;
  margin: 30px 0;
}

.modal-change-store > footer > button,
.modal-change-store > footer > form > button {
  width: inherit;
  margin: 0 40px;
}

.modal-change-store .msg-drive-error {
  font-size: 18px;
  text-align: center;
  margin: 20px;
}

.wrapper-confirm .pln-confirm {
  border: 2px solid #51ae04;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 50px 0;
  padding: 10px;
}

.wrapper-error .pln-confirm {
  border: 2px solid #ae0404;
}

.wrapper-confirm h3 {
  color: #387d00;
  font-weight: bold;
  margin-bottom: 20px;
}

.wrapper-error h3 {
  color: #7d0000;
}

.wrapper-confirm .buy-survey h3 {
  color: #666;
}

.wrapper-confirm small,
.wrapper-confirm .lst {
  width: 100%;
  float: left;
}

.wrapper-confirm .address {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.wrapper-confirm .buy-survey {
  border: 2px solid #666;
}

.wrapper-confirm .btn-survey-buy {
  background-color: #666;
  border-color: #666;
}

.banner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 10px 0;
  width: 100%;
}

.banner figure {
  margin: 0;
}

.banner-default {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 100%;
}

.default-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-flow: row wrap;
  width: 100%;
  overflow: hidden;
}

.banner-modal {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 10000;
}

.banner-modal-rotative {
  width: 50%;
  height: 50%;
}

:root {
  --swiper-navigation-size: 20px;
}

.banner-lateral {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 10000;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.banner-lateral .default-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.banner-lateral-rotative {
  width: 240px;
}

.banner-rotative {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.banner-rotative a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
}

.banner-modal .banner-rotative {
  width: 100%;
  height: 100%;
  display: block;
}

.banner-modal .swiper-container {
  height: 100%;
}

.banner-modal .swiper-slide a,
.banner-modal .swiper-slide a figure,
.banner-modal .swiper-slide a figure img {
  width: 100%;
  height: 100%;
}

.btn-close {
  width: 30px;
  height: 30px;
  background-color: #eee;
  display: none;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 15px;
  color: #333;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

.banner-modal .btn-close,
.banner-lateral .btn-close {
  display: -webkit-box;
  display: flex;
}

.banner-modal .btn-close {
  top: -15px;
  right: -15px;
}

.banner-lateral .btn-close {
  top: -15px;
  left: -15px;
}

/***/

.banner-dinamico {
  display: -webkit-box;
  display: flex;
  width: 100%;
  background-color: aquamarine;
  min-height: 40px;
}

.modal-shooping-list .modal-footer button {
  width: 100%;
  border-width: 0;
}

.shooping-list-itens {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
}

.shooping-list-itens li {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.shooping-list-itens li:last-child {
  margin-bottom: 0;
}

.shooping-list-itens li label {
  margin: 0 0 0 5px;
}

.shooping-list-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.shooping-list-text input {
  margin-top: 5px;
  height: 40px;
  font-size: 1.1em;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-indent: 5px;
}

@media (max-width: 1024px) {
  .wrapper {
    padding: 0 10px;
  }

  footer > .footer-content .change-delivery {
    padding-right: 0;
  }

  footer > .footer-content .change-delivery > div {
    padding: 10px;
  }

  footer > .footer-content .change-delivery > div > div {
    font-size: 12px;
  }

  footer > .footer-content .change-delivery > div > div::after {
    right: 4px;
  }

  .detail-product .amount {
    padding-left: 10px;
    -webkit-box-flex: 3;
            flex: 3;
  }

  .detail-product .amount > div {
    padding: 10px 20px 20px;
  }

  .detail-product .images {
    -webkit-box-flex: 4;
            flex: 4;
  }

  .detail-product .description {
    -webkit-box-flex: 3;
            flex: 3;
  }
}

@media (max-width: 780px) {
  footer > .footer-content > div:last-child {
    display: none;
  }

  header.top > div > figure {
    width: 150px;
  }

  header.top > div > .right-aside {
    width: 220px;
  }

  .painel {
    padding: 40px 10px;
  }

  header.top > div > .right-aside > .link-user span.on {
    width: 0;
  }

  .wrapper-cart .cart-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }

  .pnl-shooping-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .pnl-shooping-list .lst {
    width: 100%;
    margin-bottom: 20px;
  }

  .modal.show .modal-dialog {
    max-width: 700px;
  }

  .wrapper-cart-checkout .pay-card {
    width: calc(100% - 20px);
  }
}

@media (max-width: 480px) {
  .painel.painel-auth {
    margin: 0;
    border: none;
    padding: 0;
  }

  .painel.painel-auth .divisor {
    min-height: 1px;
    width: 100%;
    margin: 30px 0;
  }

  .painel.painel-auth .row {
    margin: 0;
  }

  .wrapper-cart .cart-content .lst .products-lst .product .info {
    height: inherit;
    padding-bottom: 5px;
  }

  .wrapper {
    padding: 0 0;
  }

  .header-nav {
    display: -webkit-box !important;
    display: flex !important;
  }

  header.top > div > .form-wrapper .change-location-header,
  header.top > div > .right-aside {
    display: none;
  }

  header.top > div > .form-wrapper {
    margin-right: 10px;
  }

  header.top > div > .form-wrapper > form {
    -webkit-box-align: center;
            align-items: center;
  }

  header.top {
    height: 100px;
  }

  header.top > div {
    height: calc(100% - 40px);
  }

  header.top > div > figure {
    padding: 0;
    width: 100px;
  }

  header.top > div > figure a {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }

  .ipt-search .search-dropdown {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
  }

  .header-nav .actions a.link-cart {
    margin-right: 10px;
    position: relative;
  }

  .header-nav .actions a.link-cart span {
    position: absolute;
    top: 0;
    right: -10px;
    background-color: var(--color-primary);
    color: var(--color-primary-font);
    font-size: 11px;
    border-radius: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 30px;
    height: 16px;
    border: 1px solid #fff;
  }

  /*******
  MENU
  *****/

  header.top > .wrapper-menu nav.menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 70%;
    height: 100%;
    z-index: 1001;
    overflow: hidden;
    overflow-y: auto;
    background-color: var(--color-primary);
    box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.5);
    left: -71%;
    -webkit-transition: 0.6s left ease;
    transition: 0.6s left ease;
    font-size: 1.3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  header.top > .wrapper-menu nav.menu.visible {
    left: 0;
  }

  .back-menu.visible {
    display: block;
  }

  .menu > div:first-child {
    margin: 0;
  }

  .menu > a,
  .menu .lst,
  .menu > div > span {
    width: 100%;
  }

  .menu .lst {
    height: initial;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    position: initial;
  }

  .menu > div > span {
    height: 40px;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .menu > a,
  .menu > div > span {
    text-indent: 10px;
  }

  .menu > div > span i {
    display: none;
  }

  .menu > a,
  .menu > div > span {
    background-color: var(--color-primary);
    color: var(--color-primary-font);
  }

  .menu .lst > ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: initial;
    width: 100%;
    border-width: 0;
    border-radius: 0;
  }

  .menu .lst > ul > li {
    position: initial;
  }

  .menu .lst > ul > li a {
    position: relative;
  }

  .menu .lst > ul > li > a::after {
    content: "";
    right: 10px;
    top: 12px;
    width: 6px;
    height: 6px;
    border: 1px solid #ccc;
    border-top-width: 0;
    border-left-width: 0;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-dropdown-subcategoria {
    display: block !important;
    top: 0;
    right: -300px;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-flex: 1;
            flex: 1;
    max-height: initial;
    background-color: #fff;
    -webkit-transition: 0.6s right ease;
    transition: 0.6s right ease;
    border-width: 0;
    box-shadow: initial;
    border-radius: 0;
  }

  .menu nav .item > ul > li:hover > ul {
    display: none;
  }

  .menu-dropdown-subcategoria > li {
    border-bottom: 1px solid #f4f4f4;
    overflow: hidden;
    position: initial;
    text-indent: 25px;
  }

  .menu-dropdown-subcategoria > li.title {
    text-indent: 10px;
  }

  .menu-dropdown-subcategoria > li.sub-item {
    text-indent: 22px;
  }

  .menu-dropdown-subcategoria > li.sub-item a {
    position: relative;
  }

  .menu-dropdown-subcategoria > li.sub-item a.item-link::before {
    content: "";
    height: 12px;
    width: 6px;
    border: 1px dotted #bbb;
    border-right-width: 0;
    border-top-width: 0;
    position: absolute;
    top: 5px;
    left: 10px;
  }

  .menu-dropdown-subcategoria > li.cPB {
    position: relative;
    border-width: 0;
    text-indent: 25px;
    height: 38px;
    line-height: 38px;
  }

  .menu-dropdown-subcategoria > li.cPB a::after {
    content: "";
    left: 10px;
    top: 15px;
    width: 6px;
    height: 6px;
    border: 1px solid #ccc;
    border-top-width: 0;
    border-right-width: 0;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .showcase {
    height: 520px;
  }

  .showcase-header {
    height: 60px;
  }

  .showcase-header strong {
    font-size: 18px;
    margin-left: 10px;
  }

  .showcase-header a {
    font-size: 14px;
  }

  .showcase-content {
    width: 100%;
    margin: 2px 0;
  }

  .showcase-body .arrow-right,
  .showcase-body .arrow-left {
    display: none;
  }

  .showcase-list .product-item {
    margin: 0 5px;
    width: calc(100% - 10px);
  }

  .banner-departament,
  footer > .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .banner-departament > figure:nth-child(4n),
  .banner-departament > figure:first-child,
  .banner-departament > figure:nth-child(3n),
  .banner-departament > figure:last-child,
  .banner-departament > figure {
    margin: 0 10px 10px 10px;
  }

  footer > .footer-content,
  footer > .footer-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0 20px 20px;
  }

  footer > .footer-down .app > div {
    position: initial;
  }

  .pLocModal {
    left: 0;
    bottom: 0;
    top: initial;
    -webkit-transform: initial;
    transform: none;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .pLocModal > div {
    height: 80%;
    max-height: 100%;
    padding: 1rem;
    border-radius: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    overflow-y: auto;
  }

  .pLocModal .initial {
    height: 100%;
  }

  .pLocModal header {
    padding-top: 10px;
    margin-bottom: 20px;
  }

  /*
  .pLocModal header a {
      display: none;
  }
  */

  .pLocModal header > h2 {
    font-size: 28px;
  }

  .pLocModal header > span {
    font-size: 14px;
  }

  .pLocModal .form-group {
    width: 100%;
  }

  .pLocModal .form-group > input {
    width: 60%;
  }

  .pLocModal .form-group > button {
    width: 40%;
  }

  .pLocModal .lnk {
    font-size: 14px;
  }

  .pLocModal .method-delivery {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: 350px;
    flex-flow: row wrap;
  }

  .pLocModal .method-delivery > button {
    width: 90%;
    align-self: flex-start;
    height: initial;
    margin-top: 10px;
  }

  .pLocModal .method-delivery > button figure {
    display: none;
  }

  #modalDriveStore .list-store,
  .pLocModal .list-store {
    padding-right: 0;
  }

  #modalDriveStore .list-store .list-store-item,
  .pLocModal .list-store .list-store-item {
    padding: 5px;
  }

  #modalDriveStore .list-store .list-store-item > span > b,
  .pLocModal .list-store .list-store-item > span > b {
    padding: 0 8px;
    margin-left: 40px;
  }

  #modalDriveStore .list-store .list-store-item > span > strong,
  .pLocModal .list-store .list-store-item > span > strong {
    font-size: 16px;
    margin-right: 10px;
  }

  #modalDriveStore .list-store .list-store-item > span > figure,
  .pLocModal .list-store .list-store-item > span > figure {
    width: 40px;
  }

  #modalDriveStore .list-store .list-store-item > span > span,
  .pLocModal .list-store .list-store-item > span > span {
    width: calc(100% - 40px);
  }

  #modalDriveStore .list-store .list-store-item > span > span > span,
  .pLocModal .list-store .list-store-item > span > span > span {
    font-size: 14px;
    font-weight: bold;
  }

  .pLocLayer.sstores .pLocModal {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .pLocLayer.sstores .pLocModal > div {
    height: initial;
  }

  .pLocFooter .label-mobile {
    display: -webkit-box;
    display: flex;
  }

  .pLocFooter .label,
  .pLocFooter .search,
  .pLocFooter a {
    display: none;
  }

  .pLocModal .method-delivery > button .selo,
  .pLocFormDelivery .method-delivery > button .selo {
    top: initial;
    right: inherit;
    bottom: -50px;
    left: -20px;
  }

  .pLocModal .method-delivery > button .selo > img,
  .pLocFormDelivery .method-delivery > button .selo > img {
    max-width: 120px;
    max-height: 120px;
  }

  .pLocModal .method-delivery > button.selo-margin,
  .pLocFormDelivery .method-delivery > button.selo-margin {
    margin-top: 60px;
  }

  .bcrumb-wrapper .link-bcrumb,
  .search-actions .search-filter {
    width: 100%;
    height: 50px;
    -webkit-box-flex: initial;
            flex: initial;
  }

  .search-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: inherit;
    padding: 0 10px;
  }

  .search-actions .menu-filter {
    display: -webkit-box;
    display: flex;
  }

  .search-filters {
    width: 100%;
    position: fixed;
    z-index: 2;
    background-color: #fff;
    top: 100px;
    left: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-bottom: 40px;
    padding-right: 0;
    border-width: 0;
  }

  .search-list {
    padding-top: 0;
  }

  .search-filters nav {
    margin: 0 10px;
  }

  .header-menu-filter {
    display: -webkit-box;
    display: flex;
  }

  .list-products {
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }

  .list-products article {
    width: 50%;
    display: -webkit-box;
    display: flex;
    padding: 0 5px 20px;
  }

  .list-products .product-item {
    margin: 0 0 0 0;
    width: 100%;
  }

  .wrapper-pages,
  .wrapper-user-data,
  .wrapper-user,
  .wrapper-cart,
  .wrapper-favs,
  .detail-wrapper {
    padding: 0 10px;
  }

  .detail-wrapper .detail-bcrumb a {
    font-size: 14px;
  }

  .detail-bcrumb .btn-fav-detalhes .fav,
  .detail-bcrumb .btn-fav-detalhes .list {
    display: -webkit-box;
    display: flex;
  }

  .search-list .banner {
    display: none;
  }

  .detail-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .detail-product .amount,
  .detail-product .description,
  .detail-product .images {
    -webkit-box-flex: initial;
            flex: initial;
    width: 100%;
  }

  .detail-product .images .thumbs {
    display: none;
  }

  .detail-product .images.images-gl-full > div.content {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .detail-product .images .thumbs a {
    margin: 0 5px;
  }

  .detail-product .images.images-gl-full > div.content > .thumbs {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .detail-product .images.images-gl-full > div.content > figure {
    width: 100%;
    height: calc(100% - 105px);
  }

  .detail-product .images.images-gl-full > div.content > .btn-close,
  .detail-product .amount > div > button {
    display: none;
  }

  .detail-product .amount {
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    min-height: initial;
    z-index: 9;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    border-top: 1px solid #eee;
    box-shadow: 0px -1px 6px -1px rgba(0, 0, 0, 0.4);
  }

  .detail-product .amount > div {
    border-width: 0;
    width: 100%;
    padding: 0;
  }

  .detail-product .amount > div .product-item-action {
    width: 60%;
    margin: 10px 0 10px;
  }

  .group-products {
    padding: 20px 0;
    border-left-width: 0;
    border-right-width: 0;
  }

  .group-products h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .group-products > div {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .group-products > div article {
    width: calc(50% - 10px);
  }

  .group-products > div .product-item {
    margin: 0 0 20px 0;
    width: 100%;
  }

  .user-nav > a {
    margin-right: 10px;
  }

  .pnl-shooping-list .lst-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
  }

  .pnl-shooping-list .lst-item span {
    margin-left: 10px;
  }

  .pnl-shooping-list .lst-item.open::after {
    top: 16px;
  }

  .pnl-shooping-list .detail {
    margin-left: 0;
  }

  .pnl-shooping-list .detail header h4 {
    font-size: 1rem;
  }

  .pnl-shooping-list .detail header .btn {
    padding: 0.175rem 0.45rem;
    font-size: 0.7rem;
    margin-left: 5px;
  }

  .pnl-shooping-list .detail header .btn i {
    display: none;
  }

  .shooping-list-item > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: initial;
  }

  .shooping-list-item > div .actions {
    width: 100%;
    margin: 20px 0;
  }

  .shooping-list-item > div > a > figure {
    width: 100px;
  }

  .shooping-list-item > div > a > div .description {
    font-size: 0.8rem;
  }

  .wrapper-cart .cart-content .lst .products {
    margin-bottom: 20px;
  }

  .wrapper-cart .cart-content .lst .products > header {
    display: none;
  }

  .wrapper-cart .cart-content .lst .products .description {
    width: 100%;
  }

  .wrapper-cart .cart-content .lst .products .products-lst .price {
    width: calc(100% - 105px);
    float: right;
  }

  .wrapper-cart .cart-content .lst .products .qty {
    margin-left: 105px;
  }

  .wrapper-cart .cart-content .lst .products .products-lst .subtotal {
    width: calc(100% - 250px);
    margin-left: 10px;
    height: inherit;
    -webkit-box-pack: center;
            justify-content: center;
  }

  .wrapper-cart .cart-content .rsm {
    width: 100%;
  }

  .header-small {
    -webkit-box-align: center;
            align-items: center;
  }

  .header-small .logo {
    height: 60px;
    margin: 10px 0;
  }

  .delivery-step-2 > div,
  .drivethru-step-1 > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .delivery-step-2 > button.btn-secondary,
  .drivethru-step-1 > button.btn-secondary,
  .drivethru-step-2 > button.btn-secondary {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-bottom: 0;
    border-radius: 0;
  }

  #modalSchedule {
    overflow: auto;
  }

  .delivery-step-2 > div > div,
  .drivethru-step-1 > div > div {
    margin-bottom: 40px;
  }

  .delivery-step-2 > div.pnl-hours > div > ul,
  .drivethru-step-2 > div > div > ul {
    justify-content: space-around;
  }

  .delivery-step-2 > button.btn-secondary,
  .drivethru-step-1 > button.btn-secondary,
  .drivethru-step-2 > button.btn-secondary {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-bottom: 0;
    border-radius: 0;
  }

  .delivery-step-2 .btn-light,
  .drivethru-step-2 .btn-light {
    position: initial;
  }

  .progress-shopping {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    margin-bottom: 20px;
  }

  .progress-shopping > div {
    border-left: 4px solid #F4F4F4;
    border-bottom-width: 0;
    padding-bottom: 20px;
  }

  .progress-shopping > div.active {
    border-left: 4px solid #10d710;
    border-bottom-width: 0;
  }

  .wrapper-user .item-pedido.open > .detalhes > div:first-child {
    margin-bottom: 10px;
  }

  .wrapper-user .item-pedido.open > .detalhes > div:first-child,
  .wrapper-user .item-pedido.open > .detalhes > div:last-child {
    width: 100%;
  }

  .wrapper-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .wrapper-contact > div {
    -webkit-box-flex: initial;
            flex: initial;
    width: 100%;
  }

  .wrapper-contact > div.infos {
    width: 100%;
    padding: 30px 0 0 0;
  }

  .h2-internal {
    font-size: 1.6rem;
  }

  header.top > div.wrapper-menu {
    height: 0;
  }

  .list-pagination .pag a.num {
    width: 30px;
  }

  .list-pagination .pag a.next {
    margin-left: 5px;
  }

  .list-pagination .pag a.prev {
    margin-right: 5px;
  }

  .list-pagination .pag a.prev span,
  .list-pagination .pag a.next span {
    display: none;
  }

  .list-pagination .pag {
    padding: 0;
  }
}

@media (max-width: 420px) {
  .header-nav .change-location-header a {
    font-size: 11px;
  }

  .h2-internal {
    font-size: 1.5rem;
  }

  .user-nav > a > i {
    display: none;
  }

  .user-nav > a {
    margin-right: 15px;
  }

  .wrapper-favs .btn-buy-fav,
  .shopping-detail-h2 .btn-detail {
    padding: 0 5px;
  }

  .list-pagination .pag a.num {
    width: 20px;
  }
}

@media (max-width: 380px) {
  .header-nav .change-location-header a u,
  .header-nav .actions a.mn-list {
    display: none;
  }

  .h2-internal {
    font-size: 1.3rem;
    margin: 0 0 5px;
  }

  .product-item .desc strong {
    font-size: 12px;
  }

  .product-item .desc .price .normal > strong {
    font-size: 16px;
  }

  .product-item .desc .price .normal > span {
    font-size: 12px;
  }

  .product-item figure .destaque-tags > span {
    margin: 0 0 0 0;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }

  .user-nav > a {
    font-size: 13px;
    margin-right: 10px;
  }

  .pnl-shooping-content .btn-add-list {
    top: 14px;
  }

  .wrapper-cart .cart-content .lst .products-lst .figure,
  .wrapper-cart .cart-content .lst .products-lst .product figure {
    width: 70px;
  }

  .wrapper-cart .cart-content .lst .products-lst .product .info,
  .wrapper-cart .cart-content .lst .products-lst .product .actions,
  .wrapper-cart .cart-content .lst .products .products-lst .price {
    width: calc(100% - 75px);
  }

  .wrapper-cart .cart-content .lst .products .qty {
    margin-left: 75px;
  }

  .wrapper-cart .cart-content .lst .products .products-lst .subtotal {
    width: calc(100% - 225px);
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .pLocModal .lnk a.lnk-geo {
    margin-bottom: 20px;
  }
}

