:root {
  --background-color: #fff;
  --default-color: #4d4643;
  --heading-color: #2b2320;
  --accent-color: #f03c02;
  --surface-color: #fff;
  --contrast-color: #fff;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.quote .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  font-size: 16px;
  color: #212529;
}

.quote .table tr td:first-child {
  flex: 0 0 20%;
  width: 20%;
  border-right: 1px solid #e1e1e1;
  font-weight: bold;
  vertical-align: middle;
}

.quote .container {
  max-width: 100%;
}

.quote .container .row:not(.row-collapse) {
  max-width: 100%;
  margin: 0;
}

.quote h1 {
  font-size: 21px;
  text-transform: uppercase;
  user-select: none;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 1px solid #e1e1e1;
  margin: 20px 0;
}

.quote .total {
  font-size: 18px;
  color: #d00;
  font-weight: bolder;
}

.text-end {
  text-align: right !important;
}

.quote .ui-state-highlight {
  height: 1.5em;
  line-height: 1.2em;
  background: #f0f0f0;
  border: 1px dashed #ddd;
}

.quote #add,
.quote #addAccessory {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  padding: 10px 30px;
  border: 1px solid var(--accent-color);
  transition: 0.4s;
  margin: 10px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.quote .cta-btn {
  background-color: var(--surface-color);
  color: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin: 10px;
  border: 1px solid var(--accent-color);
  width: 300px;
}

.quote .cta-btn:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.fancybox__content > .carousel__button.is-close {
  display: none;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  max-width: 800px !important;
  min-height: 85vh !important;
  max-height: 85vh !important;
}

div.fancybox__slide {
  padding: 0;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

.furniture-item.container {
  padding-left: 12px;
  padding-right: 12px;
}

.furniture-item.container .row {
  margin: 0 !important;
}

.furniture-item.container .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

@media (min-width: 576px) {
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

.quote #reset,
.quote #download {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 4px;
  padding: 10px 30px;
  border: 1px solid var(--accent-color);
  transition: 0.4s;
  font-size: 16px;
  font-weight: 500;
}

.furniture-item.container .row .info {
  margin: 8px 0;
}

.furniture-item .info h4 {
  font-size: 15px;
  color: #222;
  display: block;
  font-weight: bold;
}

.furniture-item .info p {
  margin: 0;
  font-size: 14px;
}

.furniture-item .info p:not(:last-child) {
  margin-bottom: 5px;
}

.align-items-center {
  align-items: center !important;
}
.d-flex {
  display: flex !important;
}

.furniture-item .info p span:first-child {
  flex: 0 0 150px;
  width: 150px;
  font-weight: bold;
}

.furniture-item .price {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
}

.furniture-item .eqal {
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.furniture-item div.input-md {
  margin-top: 6px;
  display: inline-block;
}

.furniture-item div.input-md input {
  margin: 0 !important;
  height: 30px !important;
  box-shadow: none !important;
}

.furniture-item .eqal {
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.furniture-item .total {
  font-size: 15px;
  font-weight: bold;
  color: #e51d24;
  display: inline-block;
}

.furniture-item .edit {
  color: #1d7be5;
  cursor: pointer;
  margin-top: 8px;
  padding-right: 10px;
  display: inline-block;
}

.furniture-item .delete {
  color: #e51d24;
  cursor: pointer;
  margin-top: 8px;
  display: inline-block;
}
