/* stylelint-disable-next-line scss/no-global-function-names */
.philately-eshop-items-section {
  border: 1px solid #d0d3db;
  background-color: #edf1f6;
  border-radius: 4px;
  padding: 16px 0 0 0;
}
.philately-eshop-items-section button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
}
.philately-eshop-items-section-header {
  display: flex;
  justify-content: space-between;
}
.philately-eshop-items-section-header a {
  color: #ec221f;
  font-weight: 600;
  margin-right: 16px;
  text-decoration: underline;
}
.philately-eshop-items-section-header a:hover {
  text-decoration: none;
}
.philately-eshop-items-section-header a:focus-visible {
  outline: 1px solid #141b31;
  text-decoration: none;
}
.philately-eshop-items-section-header a svg {
  width: 1rem;
  height: 1rem;
  color: #ec221f;
  margin-left: 8px;
}
.philately-eshop-items-section h3 {
  margin-bottom: 8px;
  padding: 0 16px;
}
.philately-eshop-items-section table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1px;
}
@media (max-width: 767.98px) {
  .philately-eshop-items-section table tr {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.philately-eshop-items-section table tr:nth-child(odd) {
  background-color: #fff;
}
.philately-eshop-items-section table tr td {
  padding: 13px 4px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .philately-eshop-items-section table tr td {
    padding: 4px 16px;
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .philately-eshop-items-section table tr td:first-of-type {
    padding-left: 16px;
  }
  .philately-eshop-items-section table tr td:last-of-type {
    padding-right: 16px;
  }
}
.philately-eshop-items-section .philately-eshop-items-section-delete-btn-phone {
  width: 32px;
  height: 1.25rem;
}
@media (min-width: 768px) {
  .philately-eshop-items-section .philately-eshop-items-section-delete-btn-phone {
    display: none;
  }
}
.philately-eshop-items-section .philately-eshop-items-section-delete-btn-phone svg {
  width: 1.125rem;
  height: 1.125rem;
  color: #ec221f;
}
.philately-eshop-items-section .philately-eshop-items-section-delete-btn-desktop {
  height: 1.25rem;
  text-align: right;
}
@media (max-width: 767.98px) {
  .philately-eshop-items-section .philately-eshop-items-section-delete-btn-desktop {
    display: none;
  }
}
.philately-eshop-items-section .philately-eshop-items-section-delete-btn-desktop svg {
  width: 1.125rem;
  height: 1.125rem;
  color: #ec221f;
}
.philately-eshop-items-section .philately-eshop-items-section-quantity-selector {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .philately-eshop-items-section-header button {
    display: none;
  }
}
.philately-eshop-total-card {
  gap: 16px;
  padding: 12px 16px;
  margin-bottom: 24px;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  border: 1px solid #d0d3db;
  background-color: #edf1f6;
}
@media (min-width: 768px) {
  .philately-eshop-total-card span,
  .philately-eshop-total-card button {
    flex: 0 0 auto;
  }
  .philately-eshop-total-card span:first-of-type {
    flex: 1 1 auto;
  }
}
@media (max-width: 767.98px) {
  .philately-eshop-total-card span {
    flex: 0 0 calc(50% - 8px);
  }
  .philately-eshop-total-card span:last-of-type {
    text-align: right;
  }
  .philately-eshop-total-card button {
    flex: 0 0 100%;
  }
}

.philately-eshop-flying-bottom {
  background-color: #fff;
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}
.philately-eshop-flying-bottom.fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.philately-eshop-flying-bottom.static {
  position: static;
  margin-bottom: 40px;
}
.philately-eshop-flying-bottom-placeholder {
  height: 0;
}
.philately-eshop-flying-bottom-placeholder.active {
  height: 205px;
}
@media (min-width: 768px) {
  .philately-eshop-flying-bottom {
    position: static !important;
    transform: none !important;
    box-shadow: none !important;
  }
  .philately-eshop-flying-bottom-placeholder {
    display: none;
  }
}

.philately-eshop-actions {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .fixed .philately-eshop-actions {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .philately-eshop-payment-method h4 {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .philately-eshop-payment-method {
    flex-direction: column;
  }
  .philately-eshop-payment-method .form-group {
    width: 100%;
    margin-top: 8px;
  }
  .philately-eshop-payment-method select {
    width: 100%;
  }
}

section dl {
  margin: 0;
}
section dl > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid #d0d3db;
}
section dl > div:first-of-type {
  padding-top: 0;
}
section dt {
  font-weight: 600;
  margin: 0;
  padding-right: 4px;
}
section dd {
  margin: 0;
  text-align: right;
  padding-left: 4px;
}

section .form-group:last-child {
  margin-bottom: 0;
}