@font-face {
  font-family: "BasisGrotesque";
  src: local("BasisGrotesque"), url("./../fonts/BasisGrotesquePro-Regular.ttf") format("truetype");
  font-weight: normal;
}
#header {
  width: auto;
  height: 64px;
  flex-shrink: 0;
  border-bottom: 1px solid #EFEFEF;
  background: var(--m-3-sys-light-on-primary, #FFF);
}

#footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.company-logo {
  width: 120.784px;
  height: 25px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(../images/Furnishr-Logo.png);
  margin-left: 60px;
  margin-top: 20px;
  float: left;
}

.right-menu {
  float: right;
}

.right-menu a {
  float: left;
  width: 170px;
}

.shopping-card {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-repeat: no-repeat;
  float: left;
  background-position-x: right;
}

.account-icon {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-repeat: no-repeat;
  background-position-x: right;
}

.navigation-how-it-works,
.navigation-book-design-call,
.navigation-initial-concepts {
  text-decoration: none;
  padding-top: 22px;
  display: block;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%;
}

.right-menu-icons {
  padding-top: 20px;
}

.proposal-header {
  width: 100%;
  height: 60px;
  flex-shrink: 0;
  background: var(--reserve-colours-light-blue, #D7E2DF);
  text-align: left;
}

.proposal-header-text {
  color: #000;
  font-family: Basis Grotesque;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 111.111% */
  letter-spacing: -0.72px;
  padding: 10px 0 10px 57px;
  display: block;
}

.footer-delivery-info {
  width: 100%;
  height: 312px;
  flex-shrink: 0;
  background: #D7E2DF;
}

.package-info {
  width: 744px;
  height: 345px;
  flex-shrink: 0;
  background: #FFF;
}

.footer-wrapper {
  display: flex;
  width: 100%;
  height: 341px;
  padding: 40px 72px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  background: var(--reserve-colours-navy, #316582);
}

.package-title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.72px;
  width: 306px;
  height: 40px;
  padding-top: 23px;
}

.package-description {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  width: 744px;
  text-align: left;
}

.package-call {
  display: flex;
  height: 75px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-repeat: no-repeat;
  background-position-x: right;
}

.package-chat {
  display: flex;
  height: 75px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-repeat: no-repeat;
  background-position-x: center;
}

.package-mail-outline {
  display: flex;
  height: 75px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-repeat: no-repeat;
  background-position-x: left;
}

.package-call-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
}

.package-live-chat-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
}

.package-email-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
}

.delivery-info-title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.72px;
  padding-top: 42px;
}

.delivery-info-list {
  list-style: none;
  display: inline-block;
  text-align: left;
}
.delivery-info-list li {
  margin: 20px 0;
}
.delivery-info-list li .list-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 136%;
  margin-right: 5px;
}
.delivery-info-list li .list-description {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
}

.footer-wrapper-section {
  width: auto;
}

.footer-phone-call {
  display: flex;
  width: 24px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-repeat: no-repeat;
  float: left;
  background-position-x: left;
  margin-left: 10px;
}

.footer-mail {
  display: flex;
  width: 24px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-repeat: no-repeat;
  float: left;
  background-position-x: left;
  margin-left: 10px;
}

.footer-phone-call-wrapper {
  margin-bottom: 22px;
}

.footer-phone-number {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
}

.footer-contact-email {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
}

.copyright {
  color: #FFF;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
}

.footer-bottom {
  height: 250px;
}

.footer-wrapper .navigation-about,
.footer-wrapper .navigation-shop {
  text-align: left;
  text-decoration: none;
  padding-top: 24px;
  display: block;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 136%;
}
.footer-wrapper .navigation-for-businesses,
.footer-wrapper .navigation-about-us,
.footer-wrapper .navigation-explore,
.footer-wrapper .navigation-home,
.footer-wrapper .footer-navigation-how-it-works,
.footer-wrapper .navigation-book-call {
  text-align: left;
  text-decoration: none;
  padding-top: 16px;
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
}

.footer-menu {
  margin-bottom: 80px;
}

.footer-links .navigation-about-us-1,
.footer-links .navigation-contact,
.footer-links .navigation-privacy-policy,
.footer-links .navigation-terms-of-use {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  text-decoration: none;
}
.footer-links .links {
  text-align: left;
}

.copyright-block {
  text-align: end;
}

.package-preview {
  width: 564px;
  height: 500px;
  flex-shrink: 0;
  border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  background: #FFF;
}

.swiper {
  width: 564px;
  height: 388px;
  flex-shrink: 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.package-preview-first-image, .package-preview-second-image,
.package-preview-third-image, .package-preview-forth-image {
  width: 520px;
  height: 339.268px;
  background-size: 520px 340px;
}

.package-preview-name {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 136%;
  text-align: left;
  padding-left: 36px;
  padding-bottom: 10px;
}

.package-preview-price {
  color: #000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  padding-left: 36px;
  padding-bottom: 10px;
}

.room-variant-name {
  display: block;
  text-align: initial;
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.72px;
}

.breadcrumb-row {
  text-align: left;
  margin-bottom: 20px;
}

.view-layout-link {
  display: block;
  text-align: right;
  color: #316582;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.package-detail-info {
  height: 75px;
  flex-shrink: 0;
  margin: auto !important;
  background: #D7D6D2;
}

.package-slider {
  margin-bottom: 30px;
}

.package-price {
  display: block;
  color: #000;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 136%;
  padding: 10px;
}

.package-price-acorn {
  display: block;
  text-align: left;
  width: 25% !important;
}

.package-acorn-image {
  width: 95px !important;
  height: 25px;
  flex-shrink: 0;
}

.package-buttons {
  display: flex;
  align-items: center;
  justify-content: end;
}

.package-feedback {
  display: flex;
  justify-content: center;
}

.product-detail-info .product-price-container {
  display: block;
  text-align: right;
}
.product-detail-info .product-price-container .product-price {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
}

.product-actions .add-to-custom-wrap {
  display: block;
  text-align: right;
}
.product-actions .add-to-custom-wrap .add-to-custom {
  display: flex;
  height: 32px;
  justify-content: right;
  align-items: center;
  gap: 8px;
}
.product-actions .add-to-custom-wrap .add-to-custom .add-to-custom-plus {
  width: 18px;
  height: 18px;
}
.product-actions .add-to-custom-wrap .add-to-custom .title {
  color: var(--reserve-colours-navy, #316582);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.product-actions .remove {
  display: flex;
  height: 32px;
  justify-content: right;
  align-items: center;
  gap: 8px;
}
.product-actions .remove .remove-trash {
  width: 18px;
  height: 18px;
}
.product-actions .remove .title {
  color: var(--reserve-colours-navy, #316582);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.product-description {
  text-align: left;
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  margin-top: 20px;
}
.product-description .product-description-text {
  margin-top: 20px;
}

.product-sizes-wrapper .products-sizes {
  margin-top: 20px;
  display: block;
  text-align: left;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

/*# sourceMappingURL=main.css.map */
