.closeIcon {
  color: var(--backgroundColor);
}

.siderContent {
  padding: 0px;
}

.subHeaderContainer {
  padding: 5px 15px !important;
}

.headerListContainer {
  padding: 0px 15px;
  height: 45px;
  background-color: var(--shadowColor);
  border-bottom: 1px solid var(--backgroundMenuColor2);
}

.cartTitle {
  font-size: 0.7rem;
  color: var(--textColorSecondary);
  font-weight: 700;
  line-height: 1.1;
}

.cartTotalPrice {
  font-size: 1rem;
  color: var(--primaryColor);
  font-weight: 700;
  line-height: 1.2;
}

.listCartContainer {
  height: 100vh;
  overflow-y: auto;
  overscroll-behavior: contain !important;
  padding-bottom: 50px;
}

.listCartOrderedContainer {
  background-color: var(--backgroundLightWithOpacityColor);
}

.halfHeight {
  height: 41vh;
}

.emptyCartContainer {
  height: 100vh;
  overflow-y: auto;
  overscroll-behavior: contain !important;
  padding: 20px;
  text-align: center;
}

.checkoutLabel {
  margin-left: 10px;
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--textColor);
}

.checkoutContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.listFooterPlaceholder {
  width: 100%;
  height: 100px;
}

.listFooterPlaceholderCustom {
  height: 50px;
}

.emptyContainer {
  display: flex;
  flex-direction: column;
}

.optionThumb {
  width: 50px !important;
  height: 50px !important;
  margin-right: 10px;
  background-color: var(--backgroundMenuColor2);
}

.listCartHeaderContainer {
  background-color: var(--affixCartBackgroundColor);
  height: 45px;
  padding: 0px 15px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.listCartHeaderTitle {
  color: var(--textWhiteActivated);
  font-weight: bold;
  flex: 1;
}

.totalPrice {
  color: var(--textWhiteActivated);
  font-weight: bold;
  font-size: 1.1rem;
}

.siderAccessingContent {
  height: 100vh !important;
}

.cartTitleContainer {
  display: flex;
  flex-direction: column;
}
