.flib-order-products-form .value-cell {
  padding-right: 15px;
}
.flib-order-products-form .title-cell {
  padding-right: 20px;
}
.flib-order-products-form .title-piece {
  display: inline-block;
  padding-right: 20px;
  line-height: 30px;
  vertical-align: top;
  min-width: 150px;
}
.flib-order-products-form .common-field.value td {
  padding-top: 17px;
}
.flib-order-products-form .common-field.value td.full-cell {
  padding-top: 10px;
}
.flib-order-products-form .common-field.value td input {
  margin-bottom: 4px;
}
.flib-order-products-form .common-field.value td.full-cell input {
  margin-bottom: 0px;
}
.flib-order-products-form {
  margin-bottom: 20px;
}
.flib-order-summary .subtitle {
  font-weight: bold;
}
.flib-order-summary .item.voucher .title {
  font-weight: bold;
}
.flib-order-summary .total {
  font-weight: bold;
}
.flib-order-summary table.ordered-items {
  width: 100%;
}
.flib-order-summary .price {
  text-align: right;
}
.flib-order-summary table.ordered-items td {
  line-height: 1.3em;
  padding: 2px 0;
}
.flib-order-summary table.ordered-items td.price {
  white-space: nowrap;
}
.flib-order-summary table.ordered-items .total td {
  padding: 3px 0;
}
.flib-order-summary table.ordered-items td.title {
  padding-right: 10px;
}
.flib-order-summary .address .address {
  line-height: 1.3em;
}
.tpl input.button.flib-order-submit {
  background: #b51515;
}
.flib-applyance-selection .enter-voucher input {
  vertical-align: top;
}
.flib-applyance-selection .enter-voucher span {
  line-height: 31px;
}
.flib-applyance-products-form .category {
  font-weight: bold;
  padding-top: 15px;
}
.flib-applyance-products-form .name label {
  padding-left: 5px;
  padding-right: 5px;
}
.flib-applyance-products-form td.price {
  padding-left: 25px;
}
.flib-applyance-products-form .name input {
  vertical-align: text-top;
}
.flib-order-summary .applyance-table td {
  line-height: 1.3em;
  padding-bottom: 3px;
}
.flib-order-summary .applyance-table .strong {
  font-weight: bold;
}
.flib-order-summary .applyance-table .subtitle {
  padding-right: 20px;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .flib-order-summary .applyance-table > tr,
  .flib-order-summary .applyance-table > tr > td {
    display: block;
  }
  .flib-order-summary .applyance-table tr {
    padding-bottom: 6px;
  }
}
.flib-renewal-selection .renewal-type {
  margin-bottom: 20px;
}
.flib-modal-info {
  background-color: White;
  height: 100%;
}
.flib-modal-info-border {
  overflow-y: scroll;
  border: solid 1px black;
  height: 100%;
}
.flib-modal-info-inner {
  background-color: White;
  padding: 15px;
}
.flib-payment.request-form iframe {
  width: 300px !important;
  height: 33px !important;
}
.flib-printvoucher {
  display: none;
}
.flib-printvoucher div {
  font-weight: bold;
  font-size: 15px;
  font-family: Tahoma, Arial;
  color: Black;
}
body.mwc-print {
  background-image: none;
  background-color: White;
}
.mwc-print .flib-printvoucher {
  display: block;
}
.locations-widget svg {
  margin: 12px;
  max-width: 600px;
}
.locations-widget svg .map-border {
  fill: #fff;
  stroke: #4c7f92;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  fill-rule: evenodd;
}
.locations-widget svg .location-point {
  fill: #ff0000;
}
.locations-widget svg .location-name {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  fill: #546e7a;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}
.locations-widget svg .linked {
  cursor: pointer;
}
.locations-widget .map-info {
  min-height: 30px;
}
.locations-widget .map {
  position: relative;
}
@media (max-width: 767px) {
  .locations-widget .map svg {
    cursor: pointer;
  }
}
.locations-widget .map.popup-mode svg {
  cursor: pointer;
}
.locations-widget .link-popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(1, 1, 1, 0.5);
  z-index: 2000;
}
.locations-widget .link-popup .popup-modal {
  position: absolute;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 20px;
  overflow-y: scroll;
  z-index: 2001;
}
@media (max-width: 991px) {
  .locations-widget .link-popup .popup-modal {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .locations-widget .link-popup .popup-modal {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 3px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 60px;
    bottom: 60px;
    left: 50%;
    margin-left: -250px;
    width: 500px;
  }
}
.locations-widget .link-popup .popup-title {
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}
.locations-widget .link-popup .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 5px 8px;
  cursor: pointer;
}
.locations-widget .link-popup .popup-close .fa {
  font-size: 25px;
}
.locations-widget .link-popup li {
  padding-top: 5px;
}
.locations-editor .locations-widget .location-name {
  cursor: default;
}
.filter-dropdown {
  background-color: white;
}
.filter-dropdown .heading {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
  flex-wrap: wrap;
}
.filter-dropdown .heading .right {
  text-align: right;
  flex-grow: 1;
}
.filter-dropdown .values {
  padding: 10px;
  border-top: solid 1px #f5f5f5;
}
.filter-dropdown .heading {
  cursor: pointer;
}
.filter-dropdown .title {
  color: var(--ci-color);
  font-weight: 700;
}
.filter-dropdown .expander {
  padding-left: 10px;
  color: var(--ci-color);
}
.filter-dropdown .option {
  display: flex;
  align-items: flex-start;
  padding: 3px 0;
}
.filter-dropdown .option input {
  margin: 4px 0;
}
.filter-dropdown .option label {
  padding-left: 6px;
  line-height: 20px;
}
.filter-dropdown .option.unavailable {
  opacity: 0.4;
}
.filter-people {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  background-color: white;
  padding: 10px;
}
.filter-people .title {
  color: var(--ci-color);
  font-weight: 700;
}
.tpl .product-filter {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .tpl .product-filter {
    flex-wrap: wrap;
  }
}
.tpl .product-filter > div {
  background-color: #f5f5f5;
  width: 100%;
}
.tpl .product-filter .filter-item {
  margin: 20px;
}
.tpl .product-filter .info-item {
  margin: 20px;
}
.tpl .product-filter .product {
  padding: 20px;
}
.tpl .product-filter .product h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 0 0 10px;
}
.tpl .product-filter .product p {
  margin: 16px 0;
}
.tpl .product-filter .product .pprice {
  color: var(--ci-color);
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  padding-right: 16px;
  margin: 20px 0;
}
.tpl .product-filter .product .product-image {
  text-align: center;
}
.tpl .product-filter .product .product-image img {
  max-width: 100%;
  height: auto;
}
.tpl .product-filter .product.notfound p {
  font-style: italic;
  margin: 10px 0;
  text-align: center;
}
.product-filter-widget .commands {
  margin: -5px;
  text-align: center;
}
.product-filter-widget .commands .button {
  margin: 5px;
}
.tpl .apor2-widget .wide-form {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tpl .apor2-widget .wide-form > * {
  width: 100%;
}
.tpl .apor2-widget .wide-form > .half {
  width: calc(50% - 11px);
}
@media (max-width: 991px) {
  .tpl .apor2-widget .wide-form > .half {
    width: 100%;
  }
}
.tpl .apor2-widget .wide-form > .half:only-child {
  width: 100%;
}
@media (min-width: 992px) {
  .tpl .apor2-widget .wide-form > .half:only-child > .box > * {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.tpl .apor2-widget .commands {
  margin: 20px -5px;
  text-align: center;
}
.tpl .apor2-widget .commands .button {
  margin: 5px;
}
.tpl .apor2-widget .mwc-tableform {
  width: 100%;
}
.tpl .apor2-widget .mwc-tableform td.title-cell {
  padding-right: 20px;
  width: 200px;
  max-width: 200px;
  text-wrap: wrap;
}
.tpl .apor2-widget .mwc-tableform td.value-cell {
  width: calc(100% - 200px) !important;
  vertical-align: top;
}
.tpl .apor2-widget .mwc-tableform .section-info-cell {
  padding-bottom: 0;
  padding-top: 10px;
}
.tpl .apor2-widget .mwc-tableform input.error,
.tpl .apor2-widget .mwc-tableform select.error,
.tpl .apor2-widget .mwc-tableform textarea.error {
  background-color: #f8c0c0;
  border-color: #e66f6f;
}
.tpl .apor2-widget .mwc-tableform .checkbox-frame input {
  margin-right: 5px;
}
.tpl .apor2-widget .wide-form .mwc-tableform,
.tpl .apor2-widget .wide-form .mwc-tableform > tr,
.tpl .apor2-widget .wide-form .mwc-tableform > tr > td,
.tpl .apor2-widget .wide-form .mwc-tableform > tr > th {
  display: block;
}
.tpl .apor2-widget .wide-form .box {
  padding: 12px;
  background-color: #f5f5f5;
}
.tpl .apor2-widget .wide-form tr.spacer {
  height: 20px;
}
.tpl .apor2-widget .wide-form .mwc-tableform > tr:first-child > td {
  padding-top: 0;
}
.tpl .apor2-widget .wide-form .mwc-tableform.flib-order-products-form {
  margin-bottom: 0;
  margin-top: 0;
}
.tpl .apor2-widget .wide-form .mwc-tableform.sparse .title-cell {
  width: 100% !important;
  max-width: 100% !important;
  padding-bottom: 0;
}
.tpl .apor2-widget .wide-form .mwc-tableform.sparse .value-cell {
  width: 100% !important;
  padding-top: 0;
}
.tpl .apor2-widget .wide-form .mwc-tableform.condensed > tr {
  display: flex;
}
@media (max-width: 575px) {
  .tpl .apor2-widget .wide-form .mwc-tableform.condensed > tr {
    flex-wrap: wrap;
  }
}
.tpl .apor2-widget .wide-form .mwc-tableform.condensed .title-cell {
  width: 160px !important;
  flex-grow: 0;
  flex-shrink: 0;
}
.tpl .apor2-widget .wide-form .mwc-tableform.condensed .value-cell {
  width: 100% !important;
}
.tpl .apor2-widget .wide-form .mwc-tableform + .mwc-tableform {
  margin-top: 10px;
}
.tpl .apor2-widget .product-option .options-table {
  display: flex;
  justify-content: space-between;
}
.tpl .apor2-widget .product-option .option-name {
  flex-grow: 1;
}
.tpl .apor2-widget .product-option .option-price {
  flex-grow: 0;
  flex-shrink: 0;
  width: 90px;
  text-align: right;
}
.tpl .apor2-widget .product-option .option-dropdown {
  margin-left: 20px;
  max-width: 200px;
}
.tpl .apor2-widget h3 {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.tpl .apor2-spinner {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.tpl .apor2-spinner.active {
  display: flex;
}
.tpl .apor2-spinner .background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.7;
  z-index: 1001;
}
.tpl .apor2-spinner .dialog {
  padding: 40px;
  text-align: center;
  z-index: 1002;
  color: var(--ci-color);
  font-size: 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
.tpl .apor2-spinner.prestart .dialog,
.tpl .apor2-spinner.prestart .background {
  display: none;
}
.tpl .apor2-spinner .spinner-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.tpl .apor2-spinner .spinner-icon::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 6px solid var(--ci-color);
  animation: prixClipFix 2s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.flib-voucher-input .voucher-item {
  width: 100% !important;
  color: black;
  background-color: #ddd;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 4px;
  display: flex;
}
.flib-voucher-input .voucher-item > * {
  padding: 2px 4px;
  flex-grow: 0;
}
.flib-voucher-input .voucher-item .voucher-code {
  flex-grow: 1;
  width: 10px;
}
.flib-voucher-input .voucher-item .remove-voucher-code {
  cursor: pointer;
  padding: 2px 10px;
}
.flib-voucher-input .error {
  margin-bottom: 4px;
}
.flib-voucher-input input.new-voucher-code {
  margin-bottom: 4px;
}
.flib-applyance-calendar,
.mwc-tableform .flib-applyance-calendar {
  --flib-applyance-calendar-border-radius: 3px;
  --flib-applyance-calendar-color: #ddd;
  --flib-applyance-calendar-background: transparent;
  --flib-applyance-calendar-request: #c4eacc;
  --flib-applyance-calendar-free: #1da63c;
  --flib-applyance-calendar-block: #e81212;
  --flib-applyance-calendar-padding: 3px;
  display: flex;
  align-items: start;
  gap: 20px;
}
.flib-applyance-calendar > table,
.mwc-tableform .flib-applyance-calendar > table {
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .flib-applyance-calendar,
  .mwc-tableform .flib-applyance-calendar {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.flib-applyance-calendar table,
.mwc-tableform .flib-applyance-calendar table {
  border: solid 1px var(--flib-applyance-calendar-color);
  border-radius: var(--flib-applyance-calendar-border-radius);
  border-collapse: separate !important;
  border-spacing: 0;
  background-color: var(--flib-applyance-calendar-background);
}
.flib-applyance-calendar td,
.mwc-tableform .flib-applyance-calendar td {
  width: 36px;
  text-align: center;
  padding: 0;
  border: solid 1px var(--flib-applyance-calendar-background);
}
.flib-applyance-calendar table a,
.mwc-tableform .flib-applyance-calendar table a {
  display: block;
  width: 100%;
  height: 100%;
  padding: var(--flib-applyance-calendar-padding);
}
.flib-applyance-calendar table a,
.mwc-tableform .flib-applyance-calendar table a,
.flib-applyance-calendar table a:link,
.mwc-tableform .flib-applyance-calendar table a:link,
.flib-applyance-calendar table a:visited,
.mwc-tableform .flib-applyance-calendar table a:visited,
.flib-applyance-calendar table a:focus,
.mwc-tableform .flib-applyance-calendar table a:focus {
  color: black !important;
  text-decoration: none;
}
.flib-applyance-calendar .cal-month td,
.mwc-tableform .flib-applyance-calendar .cal-month td {
  background-color: var(--flib-applyance-calendar-color);
  font-weight: 900;
  border-color: var(--flib-applyance-calendar-color);
}
.flib-applyance-calendar .cal-month a,
.mwc-tableform .flib-applyance-calendar .cal-month a,
.flib-applyance-calendar .month-display,
.mwc-tableform .flib-applyance-calendar .month-display {
  padding: var(--flib-applyance-calendar-padding);
}
.flib-applyance-calendar .cal-days td,
.mwc-tableform .flib-applyance-calendar .cal-days td {
  font-weight: bold;
  padding: var(--flib-applyance-calendar-padding);
}
.flib-applyance-calendar .cal-selector .selected a,
.mwc-tableform .flib-applyance-calendar .cal-selector .selected a {
  font-weight: 900;
  outline: solid 2px black !important;
  outline-offset: -1px;
}
.flib-applyance-calendar .cal-selector .status-request a,
.mwc-tableform .flib-applyance-calendar .cal-selector .status-request a {
  background-color: var(--flib-applyance-calendar-request);
}
.flib-applyance-calendar .cal-selector .status-block a,
.mwc-tableform .flib-applyance-calendar .cal-selector .status-block a {
  background-color: var(--flib-applyance-calendar-block);
}
.flib-applyance-calendar .cal-selector .status-free a,
.mwc-tableform .flib-applyance-calendar .cal-selector .status-free a {
  background-color: var(--flib-applyance-calendar-free);
}
.flib-applyance-calendar .cal-options,
.mwc-tableform .flib-applyance-calendar .cal-options {
  line-height: 1.5;
  padding-bottom: 10px;
}
.flib-applyance-calendar .cal-options p + p,
.mwc-tableform .flib-applyance-calendar .cal-options p + p {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .flib-applyance-calendar .cal-options,
  .mwc-tableform .flib-applyance-calendar .cal-options {
    width: 100%;
  }
}
.flib-applyance-calendar .slot-info,
.mwc-tableform .flib-applyance-calendar .slot-info {
  margin-top: 20px;
}
.phone-input {
  --border-color: #ddd;
  --background-color: #ddd;
  --separator-color: #f5f5f5;
  --border-radius: 3px;
  position: relative;
  width: 100% !important;
  color: black;
  border-radius: var(--border-radius);
  background-color: var(--separator-color);
  border: none;
  -webkit-appearance: none;
  transition: 0.3s ease-in-out;
  display: flex;
}
.phone-input input {
  background-color: transparent !important;
  border: solid 1px transparent !important;
  padding: 2px 4px;
}
.phone-input .country-code {
  background-color: var(--background-color);
  border: solid 1px var(--border-color);
  border-right: none;
  margin-right: 1px;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  cursor: pointer;
}
.phone-input .country-code input {
  cursor: pointer;
}
.phone-input .country-code .flag {
  padding: 0px 4px;
  font-size: 18px;
  line-height: 30px;
}
.phone-input .country-code .countryselect {
  padding: 0 6px 0 0;
  font-size: 11px;
  line-height: 29px;
}
.phone-input .number {
  border: 1px solid var(--border-color);
  border-left: none;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  background-color: var(--background-color);
}
.phone-input .country-code {
  flex-grow: 0;
  width: 90px;
}
.phone-input .number {
  flex-grow: 1;
}
.phone-input .country-code {
  display: flex;
}
.phone-input .country-code .flag {
  flex-grow: 0;
  width: 40px;
  text-align: center;
}
.phone-input .country-code input {
  flex-grow: 1;
}
.phone-input.error .country-code {
  border-color: #e66f6f;
  background-color: #f8c0c0;
  margin-right: 0;
  border-right: solid 1px #e66f6f;
}
.phone-input.error .number {
  border-color: #e66f6f;
  background-color: #f8c0c0;
}
.phone-input .country-selector {
  position: absolute;
  top: 36px;
  left: 0;
  height: 200px;
  width: 300px;
  background-color: var(--background-color);
  border-radius: var(--border-radius);
  border: solid 1px #919191;
  overflow-x: hidden;
  overflow-y: scroll;
}
.phone-input .country-selector .country-list {
  padding: 4px 8px 4px 0;
}
.phone-input .country-selector .country-item {
  cursor: pointer;
  display: flex;
  padding: 2px 0;
}
.phone-input .country-selector .country-item .flag {
  width: 30px;
  flex-grow: 0;
  text-align: center;
}
.phone-input .country-selector .country-item.selected {
  background-color: #919191;
}
/*# sourceMappingURL=flibstyles.css.map */