.d7xFyj img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  object-position: 50% 50%;
}

.c2Zj9x {
  /* display: grid;
  grid-template-columns: 1fr 1fr; */
  padding: 10px;
  gap: 20px;
}

.c2Zj9x li {
  display: flex;
  gap: 15px;
}

.c2Zj9x li + li {
  margin-top: 20px;
}

.c2Zj9x li > div {
  width: 50%;
}

.c2Zj9x h6 {
  text-align: center;
  font-size: 12px;
  margin-bottom: 0.5rem;
  color: #541b0c;
}
.cfpn1d {
  color: #541b0c;
  font-weight: bold;
}

.c2Zj9x hr {
  border-top: 1px;
}

.c2Zj9x li {
  display: flex;
  width: 100%;
  list-style: none;
  align-items: center;
}

.c2Zj9x li img {
  border-radius: 20px;
}

.ETPbIy {
  display: flex !important;
  flex-direction: column !important;
}

.UqnnNN {
  text-align: center;
  font-size: 12px;
}

.product-list {
  background-color: white !important;
  padding: 40px 0px 20px !important;
}

.product-list a {
  color: #541b0c !important;
}

.item-row {
  margin-top: 8px;
}

:selection {
  background: #4181cd;
  color: #fff;
}

.item-quantity-selector-holder {
  margin-top: 11px;
  max-width: 180px;
  position: relative;
}

.relative {
  position: relative;
}

.f11 {
  font-size: 11px;
}

.hide {
  display: none;
}

.red {
  color: #e50f38 !important;
}

.item-quantity-selector-holder .error-item {
  line-height: 1.3;
  margin-top: 7px;
}

.item-quantity-selector-holder .switch-control {
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.item-quantity-selector-holder .switch-control.less {
  left: 0;
  padding: 16px 17px;
}

.item-quantity-selector-holder .switch-control.more {
  padding: 10px 17px;
  right: 0;
}

input {
  outline: none;
}

input {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: var(--default-radius);
  box-sizing: border-box;
  color: #333;
  font-family: var(--texts-font-family);
  font-size: 13px;
  font-weight: var(--texts-font-regular);
  line-height: 14px;
  margin: 0;
  outline: none;
  padding: 16px 20px 15px;
  transition: all 0.4s;
}

input {
  max-height: 45px;
}

.item-quantity-selector-holder .input-quantity {
  background-color: #f5f5f5;
  border: 0;
  font-size: 14px;
  font-weight: var(--texts-font-medium);
  margin: 0;
  padding: 9px;
  text-align: center;
  width: 100%;
}

i {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.icon {
  display: inline-block;
}

.icon-less {
  background: url(https://awesome-assets.yampi.me/checkout/build/mix/assets/img/icons/quantity-less.svg)
    no-repeat;
  height: 2px;
  width: 15px;
}

.icon-more {
  background: url(https://awesome-assets.yampi.me/checkout/build/mix/assets/img/icons/quantity-more.svg)
    no-repeat;
  height: 15px;
  width: 15px;
}
