.checkout-form-modal-holder {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5000; }
  .checkout-form-modal-holder p {
    margin-bottom: 8px; }

.checkout-form-modal-inner-holder {
  position: absolute;
  background: #fff;
  margin-top: 14px;
  margin-bottom: 14px;
  top: calc(50% - 14px);
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: calc(100vh - (2 * 14px));
  max-height: 900px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden; }
  .checkout-form-modal-inner-holder h3, .checkout-form-modal-inner-holder h4, .checkout-form-modal-inner-holder h5 {
    font-weight: bold; }

.checkout-form-holder-row {
  height: 100%; }

.checkout-form-section {
  margin-bottom: 2rem;
  padding-bottom: 8px; }

.payment-info-card-details-holder .list-group-item {
  background-color: transparent; }

.bg-light .list-group-item {
  background-color: #f8f9fa; }

.pl-align-with-check {
  padding-left: 28px; }

.zoid-outlet {
  width: 100% !important; }

.close-modal {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 200;
  font-size: 24px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #bbb;
  font-weight: normal;
  cursor: pointer; }

.checkout-form-holder-row {
  overflow-y: auto; }

.cart-content-column {
  background: #e9f9ff; }

.checkout-form-column, .cart-content-column {
  height: 100%;
  overflow-y: auto; }

.cart-empty .checkout-form-column {
  display: none; }

.is-required label::after {
  content: "*"; }

.delivery-method-section {
  padding: 1rem 1rem 0.375rem;
  margin: 0 -1rem 2rem;
  background-color: #f0f9f0; }

.checkout-form-shipping-option-holder {
  border: 1px solid #ced4da;
  background: #fff;
  border-radius: 0.325rem;
  margin-bottom: 6px;
  padding: 12px;
  color: #777;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  position: relative; }
  .checkout-form-shipping-option-holder .shipping-option-title {
    color: #555;
    line-height: 1.2;
    padding-top: 0.2em; }
  .checkout-form-shipping-option-holder.selected {
    color: initial;
    border-color: #5a5;
    background-color: #fafcfa;
    border-width: 2px;
    z-index: 10; }
    .checkout-form-shipping-option-holder.selected .shipping-option-title, .checkout-form-shipping-option-holder.selected .shipping-option-price {
      color: #393; }

.shipping-option-label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10; }

.shippiing-option-delivery-time {
  font-size: 14px;
  font-weight: normal; }

.value-col {
  text-align: right; }

.cart-subtotals-holder {
  margin: 0.5rem auto;
  padding: 0.5rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.cart-toal-row {
  font-weight: bold;
  font-size: 20px; }

.cart-item-title {
  font-size: 18px;
  margin-bottom: 0.25rem; }

.cart-item-details {
  font-size: 0.7rem;
  color: #909090; }
  .cart-item-details br {
    display: none; }

.cart-item-qty-select {
  max-width: 64px; }

.btn-remove-item {
  display: inline-block;
  border: none;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 0.9;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  background-color: #fff;
  color: #e00;
  position: absolute;
  top: 9px;
  right: 14px; }

.payment-method-tabs input {
  display: none; }

.book-config-step-1 .book-config-tabs {
  display: none; }
  .book-config-step-1 .tab-pane {
    border-top: 1px solid #35b3ea;
    border-radius: 0.25rem 0.25rem 0 0; }

.book-config-step-preview .tab-pane > * {
  display: none !important; }
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid #09c;
  border-radius: 4px;
  background-color: white; }

#payment-request-button {
  height: auto;
  border: none;
  padding: 8px; }

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df; }

.StripeElement--invalid, .StripeElement.invalid {
  border-color: #dc3545; }

.StripeElement--complete, .StripeElement.complete {
  border-color: #198754; }

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important; }

.payment-methods-list-icon {
  width: 210px;
  height: 35px;
  background: url(/plugins/cukibo/ckbstore/assets/images/cards-list-sprite-1.png) no-repeat center center;
  background-size: 90% auto;
  margin: 1rem auto; }

.payment-method-tab-label > span {
  display: flex;
  flex-direction: column-reverse; }
  .payment-method-tab-label > span i {
    font-size: 18px;
    margin-bottom: 4px; }

.order-success-panel {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffe85a;
  padding: 2.75rem; }

.order-success-panel-inner {
  background: #fff;
  color: #393;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  border: 2px dashed #f90; }

.order-success-panel-content {
  text-align: center; }

.order-success-icon-holder {
  font-size: 5rem; }

@media (max-width: 991px) {
  .checkout-form-column, .cart-content-column {
    height: auto; }

  .cart-content-container-top .cart-items-list-holder {
    overflow-x: auto; }
    .cart-content-container-top .list-group {
      flex-direction: row-reverse; }
    .cart-content-container-top .list-group-1 {
      width: 100%; }
    .cart-content-container-top .list-group-2 {
      width: 170%; }
    .cart-content-container-top .list-group-3 {
      width: 255%; }
    .cart-content-container-top .list-group-4 {
      width: 340%; }
    .cart-content-container-top .list-group-5 {
      width: 425%; }
    .cart-content-container-top .list-group-6 {
      width: 510%; }
    .cart-content-container-top .list-group-7 {
      width: 595%; }
    .cart-content-container-top .list-group-8 {
      width: 680%; }
    .cart-content-container-top .list-group-item {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }

.bottom-cart-content {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1rem 1.5rem;
  background: #e9f9ff; }

.price-no-discount-row .total-value-col {
  text-decoration: line-through;
  opacity: 0.4; }

.payment-processing-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9) url(/plugins/cukibo/ckbstore/assets/images/preloader-2-64.gif) no-repeat center center;
  display: none;
  align-items: center;
  justify-content: center;
  padding-top: 150px;
  font-size: 1.6em;
  color: #1c6fe5; }

.payment-processing-overlay.show {
  display: flex; }

@media (max-width: 767px) {
  .checkout-form-modal-inner-holder {
    top: 14px;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    transform: translate3d(-50%, 0, 0);
    max-height: none; } }

@media (max-width: 575px) {
  .checkout-form-modal-inner-holder {
    top: 0;
    bottom: 0;
    height: 100%; } }

@media (min-width: 992px) {
  .btn-remove-item {
    top: 16px;
    right: 14px; } }

.example.example2 {
  background-color: #fff; }

.example.example2 * {
  font-family: Source Code Pro, Consolas, Menlo, monospace;
  font-size: 16px;
  font-weight: 500; }

.example.example2 .row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px 10px; }

.example.example2 .field {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 10px; }

.example.example2 .field.half-width {
  width: 50%; }

.example.example2 .field.quarter-width {
  width: calc(25% - 10px); }

.example.example2 .baseline {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #cfd7df;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.example.example2 label {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 8px;
  color: #cfd7df;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform-origin: 0 50%;
  cursor: text;
  pointer-events: none;
  transition-property: color, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.example.example2 .input {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 7px;
  color: #32325d;
  background-color: transparent; }

.example.example2 .input::-webkit-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.example.example2 .input::-moz-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.example.example2 .input:-ms-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.example.example2 .input.StripeElement {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity; }

.example.example2 .input.focused, .example.example2 .input:not(.empty) {
  opacity: 1; }

.example.example2 .input.focused::-webkit-input-placeholder, .example.example2 .input:not(.empty)::-webkit-input-placeholder {
  color: #cfd7df; }

.example.example2 .input.focused::-moz-placeholder, .example.example2 .input:not(.empty)::-moz-placeholder {
  color: #cfd7df; }

.example.example2 .input.focused:-ms-input-placeholder, .example.example2 .input:not(.empty):-ms-input-placeholder {
  color: #cfd7df; }

.example.example2 .input.focused + label, .example.example2 .input:not(.empty) + label {
  color: #aab7c4;
  transform: scale(0.85) translateY(-25px);
  cursor: default; }

.example.example2 .input.focused + label {
  color: #24b47e; }

.example.example2 .input.invalid + label {
  color: #ffa27b; }

.example.example2 .input.focused + label + .baseline {
  background-color: #24b47e; }

.example.example2 .input.focused.invalid + label + .baseline {
  background-color: #e25950; }

.example.example2 input, .example.example2 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none; }

.example.example2 input:-webkit-autofill {
  -webkit-text-fill-color: #e39f48;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out; }

.example.example2 .StripeElement--webkit-autofill {
  background: transparent !important; }

.example.example2 input, .example.example2 button {
  -webkit-animation: 1ms void-animation-out; }

.example.example2 button {
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  margin: 40px 15px 0;
  background-color: #24b47e;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer; }

.example.example2 .error svg {
  margin-top: 0 !important; }

.example.example2 .error svg .base {
  fill: #e25950; }

.example.example2 .error svg .glyph {
  fill: #fff; }

.example.example2 .error .message {
  color: #e25950; }

.example.example2 .success .icon .border {
  stroke: #abe9d2; }

.example.example2 .success .icon .checkmark {
  stroke: #24b47e; }

.example.example2 .success .title {
  color: #32325d;
  font-size: 16px !important; }

.example.example2 .success .message {
  color: #8898aa;
  font-size: 13px !important; }

.example.example2 .success .reset path {
  fill: #24b47e; }
