body {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6, strong {
    font-weight: 600;
}
.page-header {
    margin-bottom: 2em;
}
.text-white-75 {
    color: rgba(255, 255, 255, 0.75);
}
.overpass {
    font-family: "Fira Sans", sans-serif;
    font-weight: 300;
}
.light {
    font-family: "AlbraLight", serif;
}
.subtitle, .regular-sans {
    font-family: "AlbraSansRegular", sans-serif;
}
.regular {
    font-family: "AlbraRegular", serif;
}
.title, .semi {
    font-family: "AlbraSemi", serif;
}
.medium {
    font-family: "AlbraMedium", serif;
}
#primary-nav {
    z-index: 999;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%2823, 76, 49%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
#toasts {
    right: 0;
    bottom: 0;
    padding: 25px;
    box-sizing: border-box;
    z-index: 9999;
}
#loading-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.1);
}
#loading-inner {
    position: absolute;
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.9);
}
.spinner {
    position: absolute;
    border-radius: 50%;
    border: 5px dotted white;
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
    left: calc(50% - 14px);
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}
@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.invalid-feedback {
    margin: 1em 0;
    color: red;
}
.green {
    color: #9F9430;
}
footer a:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}
.card-img-link:hover .card-img-overlay {
    background-color: rgba(23, 76, 49, 0.8);
}
#fixed-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
    background-image: url("../img/office-bg.jpg");
}
#about-us-interstitial {
    background-color: rgba(23, 76, 49, 0.8);
}
.basket-mini button {
    min-height: 44px;
}
i {
    line-height: 50%;
    position: relative;
    bottom: 1px;
}
#carousel, .carousel-item {
    width: 100%;
}
.carousel-item img {
    max-width: 100%;
}
.upper-spaced {
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 0.1em;
}
.carousel-indicators {
    bottom: 0;
}
.product_pod.flex-column h3, .featured-articles h3 {
    flex: 1 1 auto;
}
.product_pod.flex-column h3 {
    font-size: 1em;
}
.card-deck-shift {
    cursor: pointer;
    transition: opacity 0.15s ease;
    opacity: 0.5;
}
.card-deck-shift:hover {
    opacity: 0.9;
}
.card-deck-shift:disabled {
    display: none;
}
.scrolling-card-deck .card-deck {
    flex-wrap: nowrap;
    overflow-x: hidden;
    margin: 0 auto;
    width: 1000px;
    flex-shrink: 0;
}
.card-container-alt {
    width: 100% !important;
    position: relative;
}
.card-container-alt-sizer {
    position: absolute;
    left: 0;
    width: calc(100% - 10px);
    border: 0;
    visibility: hidden;
}
.product-rec-text {
    font-size: 1.5rem;
    padding: 0 1.25rem;
}
.bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
}
.scrolling-card-deck .card-container {
    width: 25%;
    display: flex;
    flex: 1 0 auto;
    position: relative;
}
.scrolling-card-deck .card {
    flex: 0 0 auto;
    margin: 0 5px;
    width: calc(100% - 10px);
}
.scrolling-card-deck .card .btn {
    max-width: 500px;
}
.categories-row .card-img-overlay {
    background-color: rgba(23, 76, 49, 0.8);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.card-img-overlay .card-title {
    font-size: 1.25em;
}
.section-row:not(:last-child) {
    padding-bottom: 3rem !important;
    border-bottom: 1px solid #e9ecef;
}


.voucher-remove-from {
    max-height: 24px;
}
.sub-header {
    border-bottom: 0;
}
.or-divider > span {
    top: -0.5em;
    line-height: 1em;
    width: 100px;
    left: calc(50% - 50px);
}
.shipping-method-form-cell {
    min-width: 125px;
}
.sub-header h2 {
    margin-bottom: 0;
}
.sub-header {
    margin-bottom: 1rem !important;
}
.card > *:last-child {
    margin-bottom: 0;
}
.basket-items {
    padding: 20px 5px 20px 5px;
}
.alert .btn {
    margin-top: 0.25rem;
}
.step-1 {
    width: 0%;
}
.step-2 {
    width: 50%;
}
.step-3 {
    width: 100%;
}
#checkout-progress {
    max-width: 600px;
    font-size: 90%;
}
.paypal-buttons {
    display: block !important;
}
#payment-method-buttons {
    max-width: 750px;
}

.row > li > .product {
    padding-bottom: 3em;
}
.alert > p:last-child {
    margin-bottom: 0;
}
.product .price_color {
    font-size: 90%;
}

#profile-table {
    table-layout: fixed;
}

.twitter {
    color: #1da1f2;
}
#tweets-container {
    overflow: hidden;
}
#tweets-container-content {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 10%, rgba(255,255,255,0.9) 90%, rgba(255,255,255,1) 100%);
    position: relative;
    z-index: 2;
}
#tweets-container-content .card {
    cursor: pointer;
}
#tweets-container-bg {
    left: 0;
    top: 0;
    z-index: 1;
}
.card-img-fluid {
    border-top-left-radius: calc(0.25rem - 1px);
}

#autocomplete-results {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 50;
    margin-top: 0.125rem;
}
#autocomplete-results .list-group-item {
    padding: 10px 15px;
}
#autocomplete-results .list-group-item.active {
    color: #16181b;
    background-color: #f8f9fa;
    border-color: rgba(0, 0, 0, 0.125);
}
.image_container {
    min-width: 50px;
    min-height: auto;
}
.image_container img {
    max-width: 50px;
    max-height: none;
    height: auto;
}
.rheostat-tooltip {
    background: white;
}
#filters .card-title {
    font-size: 1.25rem;
}
#price-slider {
    padding: 0 12px;
}
.product img {
    max-height: 200px;
}
.accordion .accordion-button {
    font-size: 1.25rem;
}
#product-description-collapse > .card-body .blockquote + *:not(.blockquote) {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
#preview-btn-container {
    width: 100%;
    bottom: 5px;
    line-height: normal;
}
.offer-tooltip {
    left: 25px;
    top: 5px;
}
.card-footer > .star-rating {
    font-size: 80%;
}
.alert .alertinner [class*="fa-"] {
    top: 0.2em !important;
}
.icon-24 {
    font-size: 24px;
}
.icon-20 {
    font-size: 20px;
}
.icon-16 {
    font-size: 16px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background: none;
    width: auto;
    height: auto;
}
.availability.available {
    color: #28a745 !important;
}
.article-preview-big h3 {
    font-size: 1.75rem;
}
.card > blockquote::before, .card > blockquote::after {
    position: absolute;
    font-family: "bootstrap-icons", sans-serif;
    font-size: 100px;
    z-index: 0;
    opacity: 0.1
}
.card > blockquote > p {
    position: relative;
}
.card > blockquote::before {
    top: 0;
    left: 0;
    content: "\F6B0";
}
.card > blockquote::after {
    content: "\F6B0";
    bottom: 0;
    right: 0;
    rotate: 180deg;
}
.article-category {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 12px;
}
.article-thumbnail {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.article-header-image {
    max-width: 100%;
}
.author-image {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}
.further-reading .product:not(:last-child) {
    margin-top: 3rem;
}
.card-container-alt-reverse {
    flex-direction: row-reverse;
    background-position-x: left;
}

.featured-articles .card > a {
    padding-bottom: 67%;
    height: 0;
    overflow: hidden;
}
.snippet {
    font-family: "AlbraLight", serif;
    padding: 1rem;
    margin: 2rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,0.075) !important;
    display: block;
    color: rgba(33, 37, 41, 0.9);
    font-size: 95% !important;
    text-align: justify;
}
#paypal-button-container {
    display: none;
}

.cat-toffeeopolis, .cat-decoubertin-books, .cat-mount-vernon {
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
}
.cat-toffeeopolis {
    background-image: url("../img/toffeeopolis.svg");
}
.cat-decoubertin-books {
    background-image: url("../img/decoubertin.svg");
}
.cat-mount-vernon {
    background-image: url("../img/mountvernon.svg");
}
.cat-toffeeopolis > #algolia-title, .cat-decoubertin-books > #algolia-title, .cat-mount-vernon > #algolia-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

@media (min-width: 0px) {
    .scrolling-card-deck .card-deck {
        width: 100% !important;
        display: flex;
        flex-shrink: 1;
    }
    .scrolling-card-deck .card-container {
        width: 100%;
    }
    .breadcrumb {
        display: none;
    }
}
@media (min-width: 768px) {
    .scrolling-card-deck .card-deck {
        width: 618px !important;
    }
    .scrolling-card-deck .card-container {
        width: 50%;
    }
    .basket-controls-col {
        min-width: 300px;
    }
    .card-img-fluid {
        border-bottom-left-radius: calc(0.25rem - 1px);
    }
    #tweets-container-content {
        font-size: 125%;
    }
}
@media (min-width: 992px) {
    .scrolling-card-deck .card-deck {
        width: 856px !important;
    }
    .scrolling-card-deck .card-container {
        width: 25%;
    }
    .breadcrumb {
        display: flex;
    }
}
@media (max-width: 991px) {
    .card-container-alt {
        background-image: none;
    }
    .card-container-alt > div:not(.card-container-alt-sizer) {
        width: 100% !important;
    }
    #search-container {
        width: 100%;
    }
    .nav-link {
        font-family: "AlbraSansRegular", sans-serif;
        font-size: 1.5rem;
    }
}
@media (max-width: 767px) {
    .card-img-fluid {
        border-top-right-radius: calc(0.25rem - 1px);
    }
    .snippet {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media (min-width: 1200px) {
    .scrolling-card-deck .card-deck {
        width: 1000px !important;
    }
}

.nav-link {
    line-height: 1;
}
.list-group {
    --bs-list-group-item-padding-y: 1rem;
}
#billing-fields, #shipping-fields {
    padding-left: 1.5em;
}
.navbar.container {
    padding-right: calc(var(--bs-gutter-x)*.5) !important;
    padding-left: calc(var(--bs-gutter-x)*.5) !important;
}
.card-img-link .card-img {
    transition: 0.15s ease-in-out;
}
.card-img-link:hover .card-img {
    filter: brightness(50%);
}
.accordion-body > p:last-child {
    margin-bottom: 0;
}
.accordion-body {
    padding-bottom: 3rem;
}