.add_to_cart-popup {
  max-width: 750px;
  width: 90%;
  margin: 10px auto auto;
  border: none;
}
.add_to_cart-popup::backdrop {
  backdrop-filter: brightness(0.5);
}
.add_to_cart-popup .add_to_cart-modal {
  padding: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.add_to_cart-popup .add_to_cart-modal .modal-header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  gap: 5px;
  padding: 0 15px 15px;
}
.add_to_cart-popup .add_to_cart-modal .modal-header-container .modal-header-close-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.add_to_cart-popup .add_to_cart-modal .modal-header-container .modal-header-close-button-wrapper .modal-header-close-button {
  background: none;
  border: none;
  font-size: 32px;
  width: 32px;
  height: 32px;
  color: #ccc;
  line-height: normal;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add_to_cart-popup .add_to_cart-modal .modal-header-container .modal-header-title {
  font-size: 30px;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .add_to_cart-popup .add_to_cart-modal .modal-header-container .modal-product-image {
    display: none;
  }
}
.add_to_cart-popup .add_to_cart-modal .modal-header-container .modal-product-image img {
  max-width: 250px;
  max-height: 200px;
  width: auto;
  height: auto;
}
.add_to_cart-popup .add_to_cart-modal .modal-header-container .modal-product-title {
  text-align: center;
}
.add_to_cart-popup .add_to_cart-modal .modal-cart-information {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 0px 15px;
}
.add_to_cart-popup .add_to_cart-modal .modal-cart-information img {
  width: 10%;
  height: auto;
}
.add_to_cart-popup .add_to_cart-modal .modal-cart-information .cart-information-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.add_to_cart-popup .add_to_cart-modal .modal-cart-information .cart-information-text:empty {
  display: none;
}
.add_to_cart-popup .add_to_cart-modal .modal-cart-information .cart-information-text .congratulations-text {
  text-align: center;
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: #008a00;
}
.add_to_cart-popup .add_to_cart-modal .modal-cart-information .cart-information-text .disclaimer {
  text-align: center;
  font-size: 12px;
}
.add_to_cart-popup .add_to_cart-modal .modal-cart-information .cart-information-text .disclaimer sub {
  top: -3px;
}
.add_to_cart-popup .add_to_cart-modal .modal-cart-information .cart-information-text .disclaimer.pickup_items_in_cart {
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.add_to_cart-popup .add_to_cart-modal .modal-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 15px 15px;
}
.add_to_cart-popup .add_to_cart-modal .modal-actions .go-to-checkout {
  font-size: 20px;
  padding: 0.8rem 1rem;
  width: 250px;
  min-width: max-content;
  border-radius: 0;
  white-space: normal;
  background-color: #008a00;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.add_to_cart-popup .add_to_cart-modal .modal-actions .continue-shopping {
  display: flex;
  border: none;
  background: none;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #135a8a;
  justify-content: center;
}
.add_to_cart-popup .add_to_cart-modal .modal-related-products .referenced-products-header {
  justify-content: center;
  margin: 0;
}
.add_to_cart-popup .add_to_cart-modal .modal-related-products .referenced-products-header .referenced-products-header-text {
  font-size: 20px;
}
.add_to_cart-popup .add_to_cart-modal .modal-related-products .referenced-products-wrapper .referenced-products .product-card {
  width: 45%;
  gap: 5px;
}
@media only screen and (min-width: 768px) {
  .add_to_cart-popup .add_to_cart-modal .modal-related-products .referenced-products-wrapper .referenced-products .product-card {
    width: 30%;
  }
}
.add_to_cart-popup .add_to_cart-modal .modal-related-products .referenced-products-wrapper .referenced-products .product-card .card-image-container {
  height: 110px;
}
.add_to_cart-popup .add_to_cart-modal .modal-related-products .referenced-products-wrapper .referenced-products .product-card .card-details-container .price {
  font-size: 16px;
}
.add_to_cart-popup .add_to_cart-modal .modal-related-products .referenced-products-wrapper .referenced-products .product-card .card-details-container .price.compare-at-price {
  font-size: 14px;
}
.add_to_cart-popup .add_to_cart-modal .modal-related-products .referenced-products-wrapper .referenced-products .product-card .card-details-container .card-detail-title-container .card-detail-title {
  line-height: 1.4;
  font-size: 14px;
}
.add_to_cart-popup .add_to_cart-modal .modal-related-products .referenced-products-wrapper .referenced-products .product-card .card-cta .card-add_to_cart-btn:hover {
  width: 100%;
}

.little_leons_website .add_to_cart-popup .add_to_cart-modal .modal-actions .go-to-checkout {
  background-color: #08B69A !important;
}
.little_leons_website .add_to_cart-popup .add_to_cart-modal .modal-cart-information .cart-information-text .congratulations-text {
  color: #08B69A !important;
}

.product-media-dialog {
  overflow: clip;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  border: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.product-media-dialog[open] {
  display: flex;
}
.product-media-dialog .dialog-header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.product-media-dialog .dialog-header .dialog-header-close-button {
  border: none;
  background: none;
  font-size: 40px;
  width: 56px;
  height: 56px;
  color: #b4b4b4;
}
.product-media-dialog .dialog-main-media-container {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.product-media-dialog .dialog-main-media-container .product-main-media-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-media-dialog .dialog-main-media-container .product-main-media-container .main-media-slider-control {
  cursor: pointer;
  margin: auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.25s, transform 0.25s;
}
.product-media-dialog .dialog-main-media-container .product-main-media-container .main-media-slider-control:hover {
  transform: scale(1.15);
}
.product-media-dialog .dialog-main-media-container .product-main-media-container .main-media-slider-control:hover i {
  border-color: rgb(180, 180, 180);
}
.product-media-dialog .dialog-main-media-container .product-main-media-container .main-media-slider-control.main-media-dialog-arrow-right i {
  padding-left: 7px;
}
.product-media-dialog .dialog-main-media-container .product-main-media-container .main-media-slider-control.main-media-dialog-arrow-left i {
  padding-right: 7px;
}
.product-media-dialog .dialog-main-media-container .product-main-media-container .main-media-slider-control i {
  color: #b4b4b4;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 100%;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 40px;
  padding-right: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-media-dialog .dialog-main-media-container .product-main-media-container .product-media {
  background-color: #fff;
  user-select: none;
  height: 100%;
  max-width: calc(100% - 100px);
  z-index: 1;
}
.product-media-dialog .dialog-main-media-container .product-main-media-container .product-media.image {
  cursor: zoom-out;
}
.product-media-dialog .dialog-media-thumbnails {
  margin-bottom: 20px;
}
.product-media-dialog .dialog-media-thumbnails .product-media-thumbnails-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.product-media-dialog .dialog-media-thumbnails .product-media-thumbnails-container .media-thumbnail {
  width: 70px;
  height: 70px;
  margin: 0;
}
.product-media-dialog .dialog-media-thumbnails .product-media-thumbnails-container .media-thumbnail .image {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3019607843);
}

.flexiti_plans-dialog {
  width: 38rem;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  margin: 0 0 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  border: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.flexiti_plans-dialog::-webkit-scrollbar {
  display: none;
}
.flexiti_plans-dialog[open] {
  animation: show 0.5s ease normal;
  -webkit-animation: show 0.5s ease normal;
}
.flexiti_plans-dialog[open]::backdrop {
  animation: backdrop-fade_in 0.5s ease forwards;
}
.flexiti_plans-dialog.animate-closing {
  animation: hide 0.5s ease normal;
  -webkit-animation: hide 0.5s ease normal;
}
.flexiti_plans-dialog.animate-closing::backdrop {
  animation: backdrop-fade_out 0.5s ease forwards;
}
@keyframes show {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes hide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes backdrop-fade_in {
  from {
    backdrop-filter: brightness(1);
  }
  to {
    backdrop-filter: brightness(0.5);
  }
}
@keyframes backdrop-fade_out {
  from {
    backdrop-filter: brightness(0.5);
  }
  to {
    backdrop-filter: brightness(1);
  }
}
.flexiti_plans-dialog .modal-header-container {
  display: flex;
  background: #212b36;
  color: #fff;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  position: sticky;
  top: 0;
}
.flexiti_plans-dialog .modal-header-container .modal-header-close-button {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.flexiti_plans-dialog .modal-header-container .modal-header-close-button i {
  width: 20px;
}
.flexiti_plans-dialog .modal-header-container .modal-header-text {
  margin: auto;
  text-align: center;
  padding-right: 40px;
}
.flexiti_plans-dialog .modal-body-container {
  margin-bottom: 20px;
}
.flexiti_plans-dialog .modal-body-container .flexiti-plan {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0509803922);
  margin-bottom: 5px;
}
.flexiti_plans-dialog .modal-body-container .flexiti-plan:not([open]) i.expanded {
  display: none;
}
.flexiti_plans-dialog .modal-body-container .flexiti-plan[open] i.collapsed {
  display: none;
}
.flexiti_plans-dialog .modal-body-container .flexiti-plan .flexiti-plan-header {
  background-color: #f5f5f5;
  border-color: #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px;
  cursor: pointer;
}
.flexiti_plans-dialog .modal-body-container .flexiti-plan .flexiti-plan-header::-webkit-details-marker {
  display: none;
}
.flexiti_plans-dialog .modal-body-container .flexiti-plan .flexiti-plan-body {
  border-top: 1px solid #ddd;
  padding: 15px;
}

.view_in_showroom-dialog::backdrop {
  backdrop-filter: brightness(0.5);
}
.view_in_showroom-dialog .view_in_showroom-modal {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 15px;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-header {
  position: sticky;
  top: 0;
  padding: 15px 15px 12px;
  background-color: inherit;
  z-index: 1055;
  background-color: white;
  width: 100%;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-header .modal-header-text-wrapper {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-header .modal-header-text-wrapper .modal-header-text {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 300px) {
  .view_in_showroom-dialog .view_in_showroom-modal .modal-header .modal-header-text-wrapper .modal-header-buttons {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: baseline;
  }
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-header .modal-header-text-wrapper .postal-code {
  color: #008a00;
  text-transform: uppercase;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-header .modal-header-text-wrapper .postal-code-change {
  margin-left: 5px;
}
@media screen and (max-width: 300px) {
  .view_in_showroom-dialog .view_in_showroom-modal .modal-header .modal-header-text-wrapper .postal-code-change {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-header .modal-header-text-wrapper .postal-code-change .postal-code-change-form {
  display: flex;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-header .modal-header-text-wrapper .postal-code-change .postal-code-change-form input {
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #e5e5e5;
  padding: 0.3em 0.5em;
  width: 100px;
  border-radius: 3px;
  text-align: center;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-header .modal-header-text-wrapper .postal-code-change .postal-code-change-form .confirm-postal-code-button {
  position: relative;
  color: #135a8a;
  text-decoration: none;
  font-size: 0.9em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  background: none;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-header .modal-header-text-wrapper .postal-code-change .postal-code-change-form .confirm-postal-code-button:hover {
  color: black;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-header .modal-header-text-wrapper .postal-code-change .postal-code-change-form .confirm-postal-code-button i {
  margin-right: 2px;
  margin-left: 4px;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-header .modal-header-text-wrapper .postal-code-change .postal-code-change-form .postal-code-error {
  position: absolute;
  bottom: -45px;
  left: 0;
  z-index: 2;
  border: 1px solid red;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 9px 14px;
  color: red;
  width: max-content;
  max-width: 90vw;
  text-align: center;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-header .modal-header-text-wrapper .postal-code-change .postal-code-change-form .postal-code-error::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent red transparent;
  transform: translateX(-50%);
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-header .modal-header-close-button {
  font-size: 28px;
  color: #ccc;
  background: none;
  border: none;
  line-height: normal;
  font-weight: 300;
  margin-top: -14px;
  margin-left: -4px;
  position: absolute;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .preloader-container {
  min-height: 300px;
  margin-top: 10px;
  border-radius: 7px;
}
@media only screen and (max-width: 599px) {
  .view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content {
    flex-direction: column;
  }
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .modal-body-content-header {
  width: 50%;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list {
  flex-basis: 95%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 2px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  list-style: none;
  max-height: 100%;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list::-webkit-scrollbar {
  width: 3px;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list::-webkit-scrollbar-thumb {
  background: #000;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list::-webkit-scrollbar-track {
  background: #ccc;
  width: 5px;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container {
  list-style: none;
  display: flex;
  flex-direction: column;
  background-color: white;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 3px;
  line-height: normal;
  font-size: 14px;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-header {
  font-weight: 700;
  margin: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 auto 0 0;
  padding: 10px 0;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-header:hover {
  cursor: pointer;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-iteration {
  display: inline-block;
  margin: 0 10px;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  border: 2px solid #135a8a;
  font-weight: 600;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-body {
  padding: 10px 15px;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-body {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-body {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-body .showroom-body-column {
  text-align: start;
}
@media screen and (max-width: 480px) {
  .view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-body .showroom-body-column:nth-child(odd) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-body .showroom-body-column:nth-child(odd) {
    flex-basis: 55%;
  }
  .view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-body .showroom-body-column:nth-child(even) {
    flex-basis: 45%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-body .showroom-body-column:nth-child(odd) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-body .showroom-body-column:nth-child(odd) {
    flex-basis: 55%;
  }
  .view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-body .showroom-body-column:nth-child(even) {
    flex-basis: 45%;
  }
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-body .showroom-address p {
  margin: 0;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-body .showroom-availability .available_in_showroom i {
  color: #008a00;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-body .showroom-availability .no_available_in_showroom i {
  color: #fe0100;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .show-hide-hours-button {
  background-color: transparent;
  border: none;
  color: #135a8a;
  font-weight: 700;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .show-hide-hours-button:hover {
  color: #000;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .show-hide-hours-button i {
  margin-right: 4px;
  width: 8px;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-hours .weekday {
  display: flex;
  gap: 10px;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-hours .weekday > *:first-child {
  flex-basis: 33%;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-hours .weekday > *:last-child {
  flex-basis: 67%;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-name {
  font-size: 15px;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .pickup-date {
  font-weight: 700;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-direction {
  display: flex;
  align-items: center;
  color: #135a8a;
  background-color: transparent;
  border: none;
  font-weight: 700;
  padding-top: 10px;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-direction:hover {
  color: #000;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-list .showroom-container .showroom-direction i {
  margin-left: 4px;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-map {
  width: 109%;
  margin-left: -15px;
  border: 1px solid #ccc;
}
.view_in_showroom-dialog .view_in_showroom-modal .modal-body .modal-body-content .showrooms-map .map {
  height: 100%;
  min-height: 360px;
}

.view_in_showroom-dialog {
  /*Right*/
  /* ----- MODAL STYLE ----- */
}
.view_in_showroom-dialog.modal {
  padding: 0;
}
.view_in_showroom-dialog.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  padding: 0;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.view_in_showroom-dialog.modal.right .modal-content-view_in_showroom {
  z-index: 11112;
  height: 100%;
  overflow-y: auto;
  background-color: #f1f2f3;
}
.view_in_showroom-dialog.modal.right .modal-body {
  padding: 0 15px 80px;
}
.view_in_showroom-dialog.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.view_in_showroom-dialog.modal.right.fade.in .modal-dialog {
  right: 0;
}
.view_in_showroom-dialog.modal-content-view_in_showroom {
  border-radius: 0;
  border: none;
}

.showrooms-map,
.map {
  height: inherit;
}

.map::-webkit-scrollbar {
  width: 3px;
}
.map::-webkit-scrollbar-thumb {
  background: #000;
}
.map::-webkit-scrollbar-track {
  background: #ccc;
  width: 5px;
}

.arrow-close-map {
  position: relative;
  color: #135a8a;
  text-decoration: none;
  font-size: 1em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}
.arrow-close-map:hover {
  cursor: pointer;
}

.arrow-view-map {
  position: relative;
  color: #135a8a;
  text-decoration: none;
  font-size: 1em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}
.arrow-view-map:hover {
  cursor: pointer;
}

.postal-code-change .postal-code-change-button {
  color: #135a8a;
  background-color: #fff;
  text-decoration: none;
  font-size: 0.8em;
  display: block;
  text-transform: uppercase;
  padding: 0.5em 1em;
  border: 2px solid #135a8a;
  width: 150px;
}

.map-view_in_showroom {
  /*Right*/
}
.map-view_in_showroom.modal {
  padding: 0;
}
.map-view_in_showroom.fade {
  opacity: 1;
}
.map-view_in_showroom.modal.right .modal-dialog {
  margin: 0;
  height: 100%;
  padding: 0;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.map-view_in_showroom.modal.right .modal-content-map {
  z-index: 11112;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
}
.map-view_in_showroom.modal.right .modal-body-content {
  height: 100%;
  max-width: inherit;
}
.map-view_in_showroom.modal.right.fade .modal-dialog {
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .mobile-view-map-bts {
    display: block;
  }
  .mobile-view-map-bts i {
    margin-right: 4px;
    width: 8px;
  }
  .tablet-web-view-map-bts {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .view_in_showroom-modal.modal-dialog {
    width: 100% !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .view_in_showroom-modal.modal-dialog {
    width: 600px !important;
  }
}
@media screen and (min-width: 768px) {
  .mobile-view-map-bts {
    display: none;
  }
  .tablet-web-view-map-bts {
    display: block;
  }
  .view_in_showroom-modal.modal-dialog {
    width: 380px !important;
  }
  .map-view_in_showroom.modal.right .modal-dialog {
    width: 380px !important;
  }
  .map-view_in_showroom.modal.right.fade.in .modal-dialog {
    right: 380px !important;
  }
}
@media screen and (min-width: 1200px) {
  .view_in_showroom-modal.modal-dialog {
    width: 530px !important;
  }
  .map-view_in_showroom.modal.right .modal-dialog {
    width: 530px !important;
  }
  .map-view_in_showroom.modal.right.fade.in .modal-dialog {
    right: 530px !important;
  }
}
.installation-side-modal {
  max-height: 100%;
  max-width: 100%;
  width: 40rem;
  height: 100%;
  margin: 0 0 0 auto;
  overflow-x: hidden;
  border: none;
}
@media screen and (min-width: 651px) {
  .installation-side-modal.modal-for-television {
    width: 60rem;
  }
}
.installation-side-modal[open] {
  animation: show 0.5s ease normal;
  -webkit-animation: show 0.5s ease normal;
}
.installation-side-modal[open]::backdrop {
  animation: backdrop-fade_in 0.5s ease forwards;
}
.installation-side-modal.animate-closing {
  animation: hide 0.5s ease normal;
  -webkit-animation: hide 0.5s ease normal;
}
.installation-side-modal.animate-closing::backdrop {
  animation: backdrop-fade_out 0.5s ease forwards;
}
@keyframes show {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes hide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes backdrop-fade_in {
  from {
    backdrop-filter: brightness(1);
  }
  to {
    backdrop-filter: brightness(0.5);
  }
}
@keyframes backdrop-fade_out {
  from {
    backdrop-filter: brightness(0.5);
  }
  to {
    backdrop-filter: brightness(1);
  }
}
.installation-side-modal .modal-header-container {
  display: flex;
  background: #212b36;
  color: #fff;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  position: sticky;
  top: 0;
}
.installation-side-modal .modal-header-container .modal-header-close-button {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.installation-side-modal .modal-header-container .modal-header-close-button i {
  width: 20px;
}
.installation-side-modal .modal-header-container .modal-header-text {
  margin: auto;
  text-align: center;
  padding-right: 40px;
}
.installation-side-modal .modal-body-container {
  padding: 20px;
}
.installation-side-modal .modal-body-container img {
  max-width: 100%;
}
.installation-side-modal .modal-body-container ol {
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin-left: 1.5rem;
}
.installation-side-modal .modal-body-container ol li {
  padding-left: 0.5rem;
  margin-top: 0.5rem;
  list-style-type: disc;
}

.haul-away-side-modal {
  max-height: 100%;
  max-width: 100%;
  width: 40rem;
  height: 100%;
  margin: 0 0 0 auto;
  overflow-x: hidden;
  border: none;
}
.haul-away-side-modal[open] {
  animation: show 0.5s ease normal;
  -webkit-animation: show 0.5s ease normal;
}
.haul-away-side-modal[open]::backdrop {
  animation: backdrop-fade_in 0.5s ease forwards;
}
.haul-away-side-modal.animate-closing {
  animation: hide 0.5s ease normal;
  -webkit-animation: hide 0.5s ease normal;
}
.haul-away-side-modal.animate-closing::backdrop {
  animation: backdrop-fade_out 0.5s ease forwards;
}
@keyframes show {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes hide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes backdrop-fade_in {
  from {
    backdrop-filter: brightness(1);
  }
  to {
    backdrop-filter: brightness(0.5);
  }
}
@keyframes backdrop-fade_out {
  from {
    backdrop-filter: brightness(0.5);
  }
  to {
    backdrop-filter: brightness(1);
  }
}
.haul-away-side-modal .modal-header-container {
  display: flex;
  background: #212b36;
  color: #fff;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  position: sticky;
  top: 0;
}
.haul-away-side-modal .modal-header-container .modal-header-close-button {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.haul-away-side-modal .modal-header-container .modal-header-close-button i {
  width: 20px;
}
.haul-away-side-modal .modal-header-container .modal-header-text {
  margin: auto;
  text-align: center;
  padding-right: 40px;
}
.haul-away-side-modal .modal-body-container {
  padding: 20px;
}
.haul-away-side-modal .modal-body-container img {
  max-width: 100%;
}
.haul-away-side-modal .modal-body-container ol {
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin-left: 1.5rem;
}
.haul-away-side-modal .modal-body-container ol li {
  padding-left: 0.5rem;
  margin-top: 0.5rem;
  list-style-type: disc;
}

.rich_media-container .rich_media-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.rich_media-container .rich_media-header .rich_media-header-text {
  font-weight: 600;
  font-size: 20px;
}

.pr-no-reviews span.pr-snippet-review-count,
.pr-no-reviews .pr-snippet-stars-container,
.pr-snippet-stars-reco-reco,
.pr-subheadline,
.pr-review-snapshot-block-recommend,
.pr-review-snapshot-faceoff,
.pr-rd-sort option[value=mosthelpful],
.pr-rd-sort option[value=language],
.pr-rd-author-location,
.pr-rd-images,
.pr-rd-footer,
.pr-table .pr-header-table,
.pr-form-group.form-group.pr-bottomline-form-group,
.pr-form-group.form-group.pr-location-form-group,
.pr-header,
.pr-snippet-rating-decimal,
.pr-rd-to-top,
.pr-rd-review-disclosure,
.pr-media-card-footer,
.pr-rating-number,
.pr-review-meter-text,
.pr-rd-reviewer-type,
.pr-ggl,
.pr-ggl_show-more-btn-container,
.pr-footer > a,
.pr-review-snapshot-header {
  display: none !important;
}

.pr-content-collection-form .pr-media-modal {
  height: 90% !important;
  top: 10px !important;
}

.pr-no-reviews .pr-snippet-write-review-link {
  padding: 0 !important;
}

.p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-simple {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-content: space-between !important;
  justify-content: space-between !important;
  align-items: stretch !important;
}
@media only screen and (min-width: 501px) and (max-width: 991px) {
  .p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-simple {
    flex-direction: row !important;
  }
}

.pr-review-snapshot-block {
  border: 1px solid #EAE5E1 !important;
  flex-basis: 100% !important;
}
@media only screen and (min-width: 501px) and (max-width: 991px) {
  .pr-review-snapshot-block {
    flex-basis: 49% !important;
  }
}

.pr-rd-review-total {
  font-size: 1em !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  margin-top: 0 !important;
}

.pr-rd-review-header-contents {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-content: center !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.pr-rd-review-header-contents > * {
  flex-basis: 49%;
}

.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-header-contents:before,
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-header-contents:after,
.p-w-r .pr-review-snapshot .pr-review-snapshot-block-container:after,
.p-w-r .pr-review-snapshot .pr-review-snapshot-block-container:before,
.pr-rd-content-block:after,
.pr-rd-content-block:before {
  content: none !important;
}

.pr-rd-review-headline {
  clear: both !important;
  margin: 10px 0 0 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
}

.pr-review {
  padding-bottom: 25px !important;
  border-bottom: 1px solid #EAE5E1 !important;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  align-content: space-between !important;
}

.pr-rd-header {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}

.pr-rd-description {
  display: flex !important;
  flex-direction: column-reverse !important;
  flex-wrap: nowrap !important;
  align-content: flex-start !important;
  justify-content: space-between !important;
  align-items: stretch !important;
}

.pr-rd-description-text {
  margin-bottom: 10px !important;
  font-size: 15px !important;
  color: unset !important;
  flex-basis: 75% !important;
}

.pr-rd-content-block {
  width: 100% !important;
}

.pr-review-snapshot-block {
  width: 100% !important;
  padding: 10px !important;
}

#mattressDescriptionReviewsBody .product-review-wrapper > .p-w-r > section:first-of-type {
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}

#mattressDescriptionReviewsBody .p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-simple > section {
  flex-basis: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: none !important;
}

#mattressDescriptionReviewsBody .p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-simple {
  flex-direction: column !important;
  padding: 0 !important;
  align-items: center !important;
}

.pr-rd-side-content-block {
  position: relative !important;
  right: unset !important;
  width: unset !important;
  float: none !important;
  flex-shrink: 0 !important;
}

.pr-btn-review {
  float: none !important;
  width: 70% !important;
}

.pr-form-control-error-wrapper .pr-control-label {
  font-weight: 600 !important;
  display: flex !important;
}

.pr-footer {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-content: center !important;
  align-items: center !important;
  justify-content: center !important;
}

.pr-footer > p.pr-subscript {
  align-self: flex-start !important;
}

.p-w-r .pr-subscript,
.p-w-r .pr-subscript span {
  font-size: 12px !important;
}

.pr-rd-review-headline {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
}

.pr-rd-reviewer-details,
.pr-rd-side-content-block,
.pr-rd-description {
  margin: 0 !important;
}

.pr-rd-reviewer-details,
.pr-rd-reviewer-details *,
.pr-rd-details,
.pr-rd-details * {
  color: unset !important;
}

.pr-review-display .pr-rd-no-reviews .pr-snippet-write-review-link {
  display: block !important;
  padding: 15px !important;
  background-color: #000 !important;
  color: #fff !important;
  width: 60% !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  margin: 20px auto 0 !important;
}

.pr-review-display .pr-rd-no-reviews .pr-snippet-write-review-link:hover {
  color: #000 !important;
  background-color: #ffcd00 !important;
}

.pr-snippet-read-and-write {
  margin: 0 !important;
}

.pr-snippet-stars-reco-stars .pr-snippet-read-and-write > a {
  margin: 0 !important;
}

.form-horizontal .form-group {
  margin-left: unset !important;
  margin-right: unset !important;
}

.pr-review-snapshot-snippets {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  align-content: center !important;
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-header-intro {
  border: none !important;
  justify-content: center !important;
}

.pr-noreview-info > * {
  text-align: center !important;
  color: unset !important;
  margin-bottom: 20px !important;
}

.pr-modal-info {
  position: sticky !important;
  padding: 0 15px 15px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  z-index: 1 !important;
  top: -10px !important;
  background-color: #fff !important;
  margin-bottom: 10px !important;
}

.pr-modal-info > * {
  line-height: unset !important;
  color: unset !important;
}

.pr-review-snippet-container .pr-snippet-write-review-link.pr-underline {
  text-decoration: none !important;
  font-weight: 700 !important;
  color: #135a8a !important;
}

.pr-ratings-histogram-barValue,
.p-w-r .pr-filter-btn--button:hover {
  background-color: #ffcd00 !important;
}

.pr-histogram-stars:hover .pr-ratings-histogram-barValue {
  background-color: #000 !important;
}

.pr-btn {
  margin-top: 10px !important;
}

.pr-btn,
.pr-review-snapshot-snippets .pr-snippet-read-and-write .pr-snippet-write-review-link {
  background-color: #000 !important;
  border-bottom-color: #000 !important;
  color: #fff;
}

.pr-btn:hover,
.pr-review-snapshot-snippets .pr-snippet-read-and-write .pr-snippet-write-review-link:hover {
  background-color: #ffcd00 !important;
  border-bottom-color: #ffcd00 !important;
  color: #000 !important;
}

.p-w-r .pr-form-group.form-group {
  margin-bottom: 15px !important;
}

.p-w-r .form-group,
.p-w-r .pr-textarea {
  margin-bottom: 0 !important;
}

.pr-rating-stars {
  margin: 0 !important;
}

.pr-content-collection-form .modal__body {
  width: 750px !important;
  padding: 15px !important;
}

.pr-star-v4 {
  background-image: none !important;
  background-color: transparent !important;
  color: #EAE5E1;
  padding: 0 !important;
  font-family: "Font Awesome 6 pro" !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

.pr-star-v4::before {
  content: "\f005";
  margin-right: 0 !important;
}

.pr-star-v4-25-filled::after,
.pr-star-v4-50-filled::after,
.pr-star-v4-75-filled::after {
  content: "\f089";
  color: #ffcd00 !important;
  position: absolute;
  left: 0;
  top: 0;
}

.pr-star-v4-100-filled {
  color: #ffcd00 !important;
}

.pr-star-v4.pr-star-v4-25-filled,
.pr-star-v4.pr-star-v4-50-filled,
.pr-star-v4.pr-star-v4-75-filled {
  color: #eae5e1;
  position: relative;
}

.pr-review-snapshot-block-snippet .pr-star-v4 {
  font-size: 28px !important;
}

.pr-review-snapshot-snippets-headline {
  display: block !important;
}

#mattressDescriptionReviewsBody .pr-review-snapshot-snippets-headline {
  font-size: 4.5em !important;
}

#mattressDescriptionReviewsBody .pr-review-snapshot-snippets .pr-star-v4 {
  font-size: 4.5rem !important;
  width: auto !important;
  height: auto !important;
}

.pr-snippet-review-count {
  text-align: center !important;
  color: #000 !important;
}

.pr-rd-main-footer .pr-rd-content-block {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  align-content: center !important;
  gap: 10px;
}

.pr-rd-review-position {
  margin-bottom: 15px !important;
  margin-right: 0 !important;
}

.modal__body label.pr-star-v4 {
  width: auto !important;
  height: auto !important;
  color: #EAE5E1;
  margin-right: 0 !important;
  font-size: 2.5em !important;
}

.modal__body .pr-rating-stars > span {
  margin-right: 10px !important;
  line-height: 24px !important;
}

.pr-modal-info strong,
.pr-modal-info b {
  font-weight: 700 !important;
}

.p-w-r {
  font-family: inherit !important;
}

.pr-modal-form-info {
  font-size: 12px !important;
  color: #767676 !important;
}

#content .p-w-r textarea,
#content .p-w-r input {
  border-radius: 5px !important;
}

@media screen and (min-width: 768px) {
  .pr-rd-description {
    flex-direction: row-reverse !important;
  }
  .pr-review-snapshot-block {
    flex-basis: 49% !important;
  }
  .pr-review {
    padding-bottom: 40px !important;
  }
  .pr-review-snapshot-block,
  .pr-content-collection-form .modal__body {
    padding: 35px !important;
  }
  #mattressDescriptionReviewsBody .p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-simple {
    flex-direction: row !important;
  }
  #mattressDescriptionReviewsBody .p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-simple > section {
    flex-basis: 50% !important;
  }
}
@media screen and (min-width: 1200px) {
  #mattressDescriptionReviewsBody .product-review-wrapper > .p-w-r > section:first-of-type {
    flex-direction: row;
  }
  #mattressDescriptionReviewsBody .p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-simple {
    flex-direction: column !important;
    position: sticky;
    top: 1px;
    margin-right: 10px;
    border-right: 1px solid #e5e5e5;
  }
  #mattressDescriptionReviewsBody section.pr-review-snapshot {
    flex-basis: 33.33%;
  }
  #mattressDescriptionReviewsBody section.pr-review-display {
    flex-basis: 66.66%;
    flex-grow: 1;
  }
  #mattressDescriptionReviewsBody .p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-simple > section {
    flex-basis: 100% !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 446px) {
  .pr-rd-review-header-contents {
    flex-direction: column !important;
  }
}
.install-box {
  font-size: 1.3rem;
  margin: 1rem 0;
  padding: 0 25px;
  width: fit-content;
}
.install-box svg {
  width: 1.5rem;
  margin-right: 1rem;
}

.get-installed-link {
  margin-left: 14px;
  font-size: 1.2rem;
}

.selected-install-service {
  display: none;
}
.selected-install-service .get-installed-link,
.selected-install-service .remove-install-link {
  font-size: 1.2rem;
  background: #eee;
  border-radius: 3px;
  padding: 3px 8px;
  margin-right: 10px;
}

.install-modal-wrapper {
  opacity: 0;
  display: block;
  transition: opacity 0.3s ease-in-out;
  z-index: -1000 !important;
}
.install-modal-wrapper .install-modal-box {
  background-color: #fff;
  padding: 3rem !important;
  max-width: 550px !important;
  width: calc(100vw - 15%);
  border-radius: 10px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.install-modal-wrapper .install-modal-box .install-modal-header {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 2rem;
}
.install-modal-wrapper .install-modal-box .install-modal-header svg {
  width: 8rem;
}
.install-modal-wrapper .install-modal-box .install-modal-header .install-modal-header-text {
  margin-left: 2rem;
}
.install-modal-wrapper .install-modal-box .install-modal-header .install-modal-header-text p:first-child {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 0;
  font-family: TradeGothicLTW04-Bold, sans-serif;
}
.install-modal-wrapper .install-modal-box .install-modal-header .install-modal-header-text p:last-child {
  padding-right: 4rem;
  font-size: 16px;
}
.install-modal-wrapper .install-modal-box #install-modal-close {
  position: absolute;
  right: 3rem;
  font-size: 2.5rem;
  cursor: pointer;
}
.install-modal-wrapper .install-modal-box .install-modal-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
.install-modal-wrapper .install-modal-box .install-modal-nav > div {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  opacity: 1;
}
.install-modal-wrapper .install-modal-box .install-modal-nav > div:first-child p {
  margin-left: 1rem;
}
.install-modal-wrapper .install-modal-box .install-modal-nav > div:last-child p {
  margin-right: 1rem;
}
.install-modal-wrapper .install-modal-box .install-modal-nav .back p {
  color: #000;
}
.install-modal-wrapper .install-modal-box .install-modal-nav .back svg path {
  fill: #000;
}
.install-modal-wrapper .install-modal-box .install-modal-nav svg {
  height: 2rem;
}
.install-modal-wrapper .install-modal-box .install-modal-nav p {
  padding: 0;
  color: #e5e5e5;
  font-weight: bold;
}
.install-modal-wrapper .install-modal-box .install-modal-question {
  margin-top: 3rem;
  text-align: center;
}
.install-modal-wrapper .install-modal-box .install-modal-question .question-text {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}
.install-modal-wrapper .install-modal-box .install-modal-question .question-choices {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.install-modal-wrapper .install-modal-box .install-modal-question .question-choices label {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
}
.install-modal-wrapper .install-modal-box .install-modal-question .question-choices .choice-item {
  margin: 5px 0;
  text-align: center;
  width: 100%;
}
.install-modal-wrapper .install-modal-box .install-modal-question .sku-result-container {
  align-items: center;
}
.install-modal-wrapper .install-modal-box .install-modal-question .sku-result-container .sku-result-title {
  text-align: left;
}
.install-modal-wrapper .install-modal-box .install-modal-question .sku-result-container h2 {
  text-align: right;
  font-size: 28px !important;
  margin: 0;
  margin-top: 10px;
  font-weight: 600;
}
.install-modal-wrapper .install-modal-box .install-modal-question .sku-result-container p {
  margin-bottom: 10px;
  padding: 0 !important;
  max-width: 86%;
}
.install-modal-wrapper .add-service-btn {
  color: #000;
  text-transform: capitalize;
  font-size: 1.7rem;
  display: block;
  margin: 2rem auto 0 auto;
  width: fit-content;
  line-height: 2.3;
  border-radius: 3px;
  background-color: #fff200;
  padding: 5px 40px;
  text-align: center;
  font-weight: 600;
}
.install-modal-wrapper .add-service-btn:hover {
  background-color: #212b36;
  color: white;
  transition: 0.3s all;
}

.install-modal-wrapper.visible {
  z-index: 101 !important;
}

.install_p {
  margin: 0;
}

.install-modal-nav p {
  margin: 0;
}

.install-modal-box p {
  margin: 0;
}

.install_pointer {
  color: white;
  width: fit-content;
  position: relative;
  background: #212b36;
  margin-bottom: 10px;
  margin-top: 15px;
  cursor: pointer;
}

.choice-item input#choice-no,
.choice-item input#choice-non,
.choice-item input#choice-oui,
.choice-item input#choice-yes {
  display: none;
}

.choice-item label[for=choice-non],
.choice-item label[for=choice-oui],
.choice-item label[for=choice-no],
.choice-item label[for=choice-yes] {
  width: 100%;
  padding: 8px;
  border: 2px solid #212b36;
  border-radius: 3px;
  width: 120px;
  cursor: pointer;
}

.choice-item label[for=choice-non]:hover,
.choice-item label[for=choice-oui]:hover,
.choice-item label[for=choice-no]:hover,
.choice-item label[for=choice-yes]:hover {
  background-color: #ffef00;
  transition: all 0.3s;
}

@supports (-webkit-touch-callout: none) {
  .choice-item label[for=choice-non]:hover,
  .choice-item label[for=choice-oui]:hover,
  .choice-item label[for=choice-no]:hover,
  .choice-item label[for=choice-yes]:hover {
    background-color: unset;
  }
}
.selected-install-service strong {
  margin-bottom: 10px;
}

.install-modal-box.modal-dialog {
  max-width: 580px !important;
}

.install_link_a {
  color: #fcf104;
  text-decoration: underline;
}

.install_link_a:hover {
  color: white;
}

.included_box {
  color: #286fad;
  cursor: pointer;
  width: fit-content;
  margin-bottom: 5px;
  font-weight: bold;
}

.included_box:hover {
  text-decoration: underline;
  color: black;
}

.flex-grid-2 {
  display: flex;
  gap: 3px;
  align-items: center;
}

.install-side-model {
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9000;
}

.install-side-content {
  padding: 20px;
}

.install-side-header {
  background: #212b36;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.install-side-header p {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  font-weight: bold;
  padding: 0;
  margin-bottom: 10px;
}

.install-side-content ol {
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin-left: 1.5rem;
}

.install-side-content li {
  padding-left: 0.5rem;
  margin-top: 0.5rem;
  list-style-type: disc;
}

.install-sidenav {
  width: 40rem;
  margin-right: -40rem;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 90001;
}

.install-sidenav-tele {
  width: 60rem;
}

@media screen and (max-width: 650px) {
  .install-sidenav-tele {
    width: 40rem;
  }
}
.install-sidenav-tele img {
  width: 100%;
}

.install-sidenav .install-sidenav-closebtn {
  top: 0;
  font-size: 28px;
  position: absolute;
  padding-left: 20px;
  color: #fff;
}

.question-exp {
  padding-top: 10px;
  font-size: 0.9em;
}

.result-flex-container {
  display: flex;
  justify-content: space-between;
}

.result-flex-container span {
  font-weight: 600;
}

@media screen and (max-height: 450px) {
  .install-sidenav {
    padding-top: 15px;
  }
  .install-sidenav a {
    font-size: 18px;
  }
}
@media screen and (max-width: 760px) {
  .result-flex-container > p:first-child {
    width: 70%;
  }
  .install_pointer {
    width: 100%;
  }
}
/*----------------
Lightboxes
-----------------*/
.modal-popup {
  background: #fff;
  padding: 20px 30px;
  margin: 40px auto;
  text-align: left;
  /*   max-width: 650px; */
  max-width: 767px;
  position: relative;
}

.modal-popup * {
  box-sizing: border-box;
}

.modal-cart-success {
  background: #EEF2E7;
  color: #679647;
  padding: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #BDD3BD;
  border-radius: 2px;
}

.modal-cart-success .line-item-count {
  display: inline-block;
  margin-left: 0.5em;
}

.modal-button {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  margin-right: 15px;
  display: inline-block;
  padding: 0 20px;
  font-weight: 700;
  max-width: 250px;
  background: #37bbec;
  border-radius: 18px;
  border: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.modal-button:hover, .modal-button:focus {
  background-color: #135A8A;
  text-decoration: none;
  color: #ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.modal-button2 {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  margin-right: 15px;
  display: inline-block;
  padding: 0 20px;
  font-weight: 700;
  max-width: 250px;
  background: #fbcf00;
  border-radius: 18px;
  border: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.modal-button:hover, .modal-button:focus {
  background-color: #135A8A;
  text-decoration: none;
  color: #ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.modal-button2:hover, .modal-button2:focus {
  background-color: #135A8A;
  text-decoration: none;
  color: #ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

@media (max-width: 400px) {
  .modal-button {
    margin-bottom: 15px;
  }
}
.modal-button.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.modal-cart-title {
  color: #121212;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.modal-product-image {
  margin-right: 5%;
}

.modal-product-image img {
  width: 100%;
}

.product-contents-wrapper > div {
  display: none;
}

.product-contents-wrapper > div:last-child {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .product-contents-wrapper > div {
    float: left;
    width: 25%;
    display: block;
  }
  .product-contents-wrapper > div:last-child {
    width: 70%;
  }
}
.modal-body .email_box .txtbox {
  border: 1px solid #d7dbdb;
  border-radius: 18px;
  color: #898989;
  font-size: 14px;
  height: 30px;
  padding: 0 35px 0 18px;
  width: 100%;
}

.modal-body .email_box button {
  padding: 0;
  position: absolute;
  right: 18px;
  top: 0;
}

.modal-body .email_box button span {
  color: #d7dbdb;
  font-size: 12px;
  line-height: 30px;
}

.modal-body {
  display: inline-block;
  padding: 20px;
  position: relative;
  width: 100%;
  text-align: center;
}

.modal-body .email_box {
  margin: 20px auto 0;
  max-width: 211px;
  position: relative;
}

.modal-body .social ul li {
  display: inline-block;
  float: none;
  margin: 0 5px 5px 0;
  padding: 0;
}

html .modal-content {
  background: #fff;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
  border: medium none;
  -webkit-box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
}