footer {
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 54px;
  padding: 0 12px;
  background-color: #7d1418;
}

.foot-item {
  flex: 1;
  padding: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.foot-home .foot-cat .foot-cart .foot-account {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
  box-sizing: border-box;
}

.foot-text {
  width: 100%;
  line-height: 13px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: start;
  color: #d9ac11;
}

.icon {
  stroke: #414141;
  width: 48px !important;
  max-width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffd43f;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: white;
  height: 40px;
  display: flex;
  box-shadow: 0px 0px 9px 9px rgb(179,179,179);
}

.logo {
  margin: 5px;
  height: 28px;
}

.frame #main-footer {
  display: none;
}

.frame .et-l .et-l--header {
  display: none;
}

.frame .et_social_mobile .et_social_fadein {
  display: none;
}

.ratio-1x1 {
  --bs-aspect-ratio: 150%;
  margin-top: 50px;
}

