<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Bootstrap 5 adjustments */
#obs-cart-offcanvas button, #obs-cart-offcanvas input, #obs-cart-offcanvas textarea, #obs-cart textarea, #obs-cart button, #obs-cart select, #obs-cart input, #obs-cart p {
    font-size: 16px;
}
#oneboxshop_account_overview button,
#oneboxshop_account_overview input,
#oneboxshop_account_overview textarea,
#oneboxshop_account_overview select,
#oneboxshop_account_overview p {
    font-size: 16px;
}
  /* Remove scrollbar arrow buttons for WebKit browsers within obs-horizontal-scrollbar */
  .obs-horizontal-scrollbar .overflow-auto::-webkit-scrollbar-button {
    display: none;
  }


  /* Custom scrollbar styles for WebKit browsers within obs-horizontal-scrollbar */
  .obs-horizontal-scrollbar .overflow-auto::-webkit-scrollbar {
    height: 6px; /* Adjust scrollbar height */
  }
  .obs-horizontal-scrollbar .overflow-auto::-webkit-scrollbar-track {
    background: transparent; /* Transparent track */
  }
  .obs-horizontal-scrollbar .overflow-auto::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2); /* Subtle thumb color */
    border-radius: 3px; /* Rounded corners */
  }

  /* Custom scrollbar styles for Firefox within obs-horizontal-scrollbar */
  .obs-horizontal-scrollbar .overflow-auto {
    scrollbar-width: thin; /* Thin scrollbar */
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent; /* Thumb and track color */
  }



  /* Set consistent size and inherit color for the SVG icons */
  .offcanvas-header svg.icon {
    width: 24px;
    height: 24px;
    stroke: currentColor;
  }
   .offcanvas-header button{
    width: 24px;
    height: 24px;
  }

/* general styles from the cart to be loaded on every site */


.obs_modal_ari_call, .obs_modal_ari_email {
    padding-bottom: 20px;
}

#obs-cart-modal button.close {
    font-size: 2.5rem;
}

.obs-bootstrap #obs-cart-modal .btn-group-lg &gt; .btn, .obs-bootstrap #obs-cart-modal .btn-lg {
    padding: 1rem 1.5rem;
    font-size: 1.55rem;
    line-height: 1.5;
    border-radius: 0;
}

.obs-bootstrap #obs-cart-modal .modal-footer {
    padding: 2rem .75rem;
}

.obs-bootstrap .modal-title {
    margin-bottom: 0;
    font-size: 2.0rem;
    color: green;
}

.obs-order-detail .title {
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}

#wkoutline .obs-order-details a.btn-block.wp-block-button__link {
    width: fit-content;
    color: #fff;
    text-decoration: none;
}

.obs-order-details-header.callout &gt; div {
    margin-bottom: 20px;
}

input#obs-order-number, input#obs-order-zip {
    font-size: 16px;
}

.obs-row {
    max-width: 400px;
}
</pre></body></html>