html {
    scroll-padding-top: 90px !important;
}

@media (max-width: 875px) {
    html {
        scroll-padding-top: 170px !important;
    }
}

em {
    font-style: italic;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;

}

.entry-content h2 {
    font-size: 30px;
    padding: 0 0 20px;
    font-weight: 600;
}

.entry-content h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    color: #225f93;
    text-align: center;
    padding-bottom: 15px;
    text-align: left;
    margin: 30px 0 0px;
}

.entry-content {
    font-size: 16px;
    padding-bottom: 40px;
    overflow: hidden;
    flex: auto;
}

#headerBar {
    background: #225f93;
    margin: 0 0 40px 0;
    z-index: 1;
    position: relative;
    color: #fff;
    padding: 40px 0;
    font-size: 16px;
}

#headerBar h1 {
    font-size: 48px;
    color: #fff;
    line-height: 50px;
}

#headerBar a {
    color: #fff !important;
}

.entry-content ul:not(.rating-stars) {
    margin-bottom: 1em;
}

.entry-content ul:not(.rating-stars) li {
    margin-left: 22px;
    margin-bottom: 11px;
    list-style: disc;
}

.entry-content ol {
    margin-bottom: 1em;
    list-style: auto;
}

.entry-content ol li {
    margin-left: 30px;
    margin-bottom: 11px;
}


/*.entry-content ul:not(.rating-stars) li::before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/bullet.svg);
    display: inline-block;
    margin-top: 2px;
    position: absolute;
    margin-left: -25px;
    margin-right: 9px;
}*/

.masonry {
    --masonry-gap: 1rem;
    --masonry-brick-width: 330px;
    column-gap: var(--masonry-gap);
    column-fill: initial;
    column-width: var(--masonry-brick-width);
}

.masonry>* {
    break-inside: avoid;
    margin-bottom: var(--masonry-gap);
}

@supports(grid-template-rows: masonry) {
    .masonry {
        display: grid;
        gap: var(--masonry-gap);
        grid-template-rows: masonry;
        grid-template-columns: repeat(auto-fill, minmax(var(--masonry-brick-width), 1fr));
        align-tracks: stretch;
    }

    .masonry>* {
        margin-bottom: initial;
    }
}

.entry-content .brick,
.archive .brick {
    background: #ffffff;
    color: #333;
    border: 1px solid #EDF0FF;
    font-size: 16px;
    border-radius: 6px;
    box-shadow: 0 20px 30px -15px rgba(29, 1, 80, 0.1);
    padding: 1rem;
}

.archive .brick {
    overflow: hidden;
    width: calc(50% - 20px);
}

.entry-content .brick::before {
    content: "";
    width: 38px;
    height: 43px;
    background-image: url(../images/quotes-fill.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.entry-content .brick .name {
    margin-top: 10px;
    font-weight: 600;
    border-top: 1px solid #efefef;
    padding-top: 10px;
}

.infobreadcrumbs {
    font-size: 11px;
}

.infobreadcrumbs a {
    color: #fff !important;
    text-decoration: none;
}

.infobreadcrumbs a:hover {
    text-decoration: underline;
}

.sidebarPageOuter {
    display: flex;
    gap: 40px
}



.pageSidebar {
    max-width: 300px;
    min-width: 300px;
    width: 100%;
}

@media screen and (max-width: 876px) {

    .sidebarPageOuter {
        flex-direction: column-reverse;
    }

    .pageSidebar {
        max-width: 100%;
        min-width: 100%;
    }

    .pricepromiseImage {
        max-width: 350px;
    }
}

strong {
    font-weight: 600;
}

[title="Contact Form"] {
    box-shadow: 0 0 40px -19px #545454;
    margin: 0 0 0 5%;
    width: 90%;
}

.CookieDeclarationType {
    border: 0 !important;
    padding: 0 !important;
}

.CookieDeclarationType table tr:first-child td {
    font-weight: normal !important;
    background: #fff !important;
    color: #333 !important;
}

#CookieDeclarationUserStatusLabelConsentId {
    word-wrap: break-word !important;
    line-break: anywhere !important;
}

.jobBanner {
    max-width: 50%;
    min-width: 550px;
    width: 100%;
}

.entry-content table,
.tblScroll {
    box-shadow: 0 0 40px -19px #b5b5b5;
}

.entry-content thead {
    background: #225f93;
    color: #ffffff;
    font-weight: 500;
}

.entry-content td,
.entry-content th {
    text-align: left;
    padding: 10px;
}

.entry-content tbody tr {
    border-bottom: 1px solid #D4DCFF;
}

.sidebarSection {
    margin-bottom: 40px;
}

.sidebarProduct {
    position: relative;
    border: 1px solid #d3d3d3;
    background: #fff;
    text-align: center;
    border-radius: 0 0 5px 5px;
    display: flex;
    flex-direction: column;
}

.sidebarProduct a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
    flex: auto;
}

.sidebarProduct .product-img-holder {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidebarProduct .product-img-holder .product-img {
    width: 100px;
    max-width: 100%;
    height: auto;
}

.sidebarProduct .atbform .atb-qty {
    width: 100%;
    background: #eeeeee;
    padding: 10px 0;
    color: #333;
}

.sidebarProduct .atbform .atb-qty label {
    font-weight: 700;
    font-size: 0.9em;
    padding-right: 5px;
}

.sidebarProduct .atbform .atb-qty select {
    border-radius: 5px;
    min-width: 60px;
    padding: 7px 10px;
    border: 1px solid #ccc;
}

.sidebarProduct .atbform .atb-action .button--add-to-basket {
    width: 100%;
    background: #2997d4;
    border: none;
    text-transform: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    font-size: 17px;
    transition: all .2s;
    box-shadow: 0 0 0px 1px #2997d4;
    border-radius: 0 0 5px 5px;
    line-height: 38px;
    color: #fff;
}

.sidebarProduct .atbform .atb-action .button--add-to-basket:hover {
    background: #1477af;
}

.sidebarProduct .price-individual {
    font-size: 1.2em;
}

.sidebarProduct .product-price-display.display-with-vat .inc-vat-display {
    display: block;
}

.sidebarProduct .price-individual .price {
    color: #d61081;
    font-weight: 700;
}

.sidebarProduct .price-individual .ex-vat {
    display: block;
    width: 100%;
    font-size: 0.75em;
    font-weight: bold;
}

.sidebarProductTitle {
    margin: 0 0 -2px 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    background: #2997d4;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    text-align: center;
}

.rating-stars {
    display: inline-block;
    white-space: nowrap;
}

.rating-stars li {
    display: inline-block;
    width: 14px;
    height: 13px;
    background-repeat: no-repeat;
}

.rating-stars li.inactive {
    background-image: url('https://www.cartridgepeople.com/assets/images/reviewStarOff.svg');
    background-size: 100%;
    filter: hue-rotate(327deg);
}

.rating-stars li.inactive .partial-star {
    background-image: url('https://www.cartridgepeople.com/assets/images/reviewStarOn.svg');
    display: block;
    height: 13px;
    background-repeat: no-repeat;
    background-size: cover;
}

.rating-stars li.active {
    background-image: url('https://www.cartridgepeople.com/assets/images/reviewStarOn.svg');
    background-size: 100%;
    filter: hue-rotate(327deg);
}

.cartridgeFinder {
    background: #2997d4;
    padding: 16px;
    border-radius: 5px;
}

.cartridgeFinder .title {
    color: #fff;
    text-align: center;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 16px;
}

.search-cartridge-form {
    position: relative;
}

.search-cartridge-form .search-cartridge-fields {
    flex-direction: column;
    gap: 5px;
    padding-right: 0px;
}

.search-cartridge-form .search-cartridge-fields .cf-field {
    flex: 1;
    background: #fff;
    color: #00376a;
    font-weight: 400;
    font-size: 16px;
    background-image: url("https://images.cartridgepeople.com/new-site/assets/images/icons/greyArrow.svg");
    background-repeat: no-repeat;
    background-position: 95%;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 5px !important;
    padding: 8px 15px 8px;
    margin: 0 0 5px 0;
}

.search-cartridge-form .search-cartridge-fields .cf-field .overflow {
    width: 90%;
    overflow: hidden;
}

.search-cartridge-form .search-cartridge-fields .cf-field.active {
    z-index: 2;
    background-image: url("https://images.cartridgepeople.com/new-site/assets/images/icons/greyArrowUp.svg");
}

.search-cartridge-form .search-cartridge-fields .cf-field.disabled {
    cursor: default;
    background: #ffffff;
    opacity: 0.9;
    color: #8f8f8f;
}


.search-cartridge-form .search-cartridge-fields .cf-field.cf-make {
    border-radius: 5px 0 0 5px;
}

.search-cartridge-form .search-cartridge-fields .cf-btn {
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    cursor: pointer;
    border: none !important;
    position: relative;
    text-align: center;
    border-radius: 5px;
    display: block;
    padding: 10px 0;
    font-size: 16px;
}

.search-cartridge-form .search-cartridge-fields .cf-btn:hover {
    border-radius: 0 5px 5px 0;
}

.search-cartridge-form .cat-home-popout {
    background: #fff;
    margin: 0 0 -4px 0;
    z-index: 26;
    position: absolute;
    color: #000;
    border-radius: 0 0 5px 5px;
    padding: 15px;
    left: 0;
    right: 0;
    top: 50px;
    gap: 15px;
    display: none;
    overflow-y: auto;
    height: max-content;
    max-height: 600px;
}

.search-cartridge-form .cat-home-popout .title {
    color: #225f93 !important;
    font-weight: 700;
    font-size: 24px !important;
    width: auto;
    margin: 0 !important;
}

.search-cartridge-form .cat-home-popout .search-series,
.search-cartridge-form .cat-home-popout .search-models {
    width: 100%;
    position: sticky;
    top: -15px;
    border-top: 15px solid #fff;
    margin: -15px 0 0 0px;
}

.search-cartridge-form .cat-home-popout .search-series .search-series-list,
.search-cartridge-form .cat-home-popout .search-series .search-models-list,
.search-cartridge-form .cat-home-popout .search-models .search-series-list,
.search-cartridge-form .cat-home-popout .search-models .search-models-list {
    background: #eaf5fb;
    border: 1px solid #225f93;
    border-radius: 5px;
    padding: 15px 15px 15px 50px;
    color: #225f93;
    font-weight: 600;
    font-size: 14px;
    background-image: url(https://images.cartridgepeople.com/new-site/assets/images/icons/search.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
    width: 100%;
    margin-bottom: 10px;
}

.search-cartridge-form .cat-home-popout .search-series .search-series-list::placeholder,
.search-cartridge-form .cat-home-popout .search-series .search-models-list::placeholder,
.search-cartridge-form .cat-home-popout .search-models .search-series-list::placeholder,
.search-cartridge-form .cat-home-popout .search-models .search-models-list::placeholder {
    color: #225f93;
}

.search-cartridge-form .cat-home-popout #series-list-not-found,
.search-cartridge-form .cat-home-popout #models-list-not-found {
    display: none;
    font-weight: bold;
    color: #e10b7e;
    margin: -10px 0;
}

.search-cartridge-form .cat-home-popout.active {
    display: flex;
    flex-direction: column;
}

.search-cartridge-form .cat-home-popout.active .list-item {
    cursor: pointer;
    padding: 4px 0;
    color: #225F93;
    font-weight: 500;
}

.search-cartridge-form .cat-home-popout.active .list-item:hover {
    text-decoration: underline;
}

.search-cartridge-form .cat-home-popout.active.cat-home-series .series-list-container,
.search-cartridge-form .cat-home-popout.active.cat-home-series .models-list-container,
.search-cartridge-form .cat-home-popout.active.cat-home-models .series-list-container,
.search-cartridge-form .cat-home-popout.active.cat-home-models .models-list-container {
    display: flex;
    gap: 15px;
    width: 100%;
}

.search-cartridge-form .cat-home-popout.active.cat-home-series .series-list-container.vert-order,
.search-cartridge-form .cat-home-popout.active.cat-home-series .models-list-container.vert-order,
.search-cartridge-form .cat-home-popout.active.cat-home-models .series-list-container.vert-order,
.search-cartridge-form .cat-home-popout.active.cat-home-models .models-list-container.vert-order {
    display: block;
    column-count: auto !important;
    column-width: 250px !important;
}

.search-cartridge-form .cat-home-popout.active.cat-home-series .series-list-container.vert-order .list-item,
.search-cartridge-form .cat-home-popout.active.cat-home-series .models-list-container.vert-order .list-item,
.search-cartridge-form .cat-home-popout.active.cat-home-models .series-list-container.vert-order .list-item,
.search-cartridge-form .cat-home-popout.active.cat-home-models .models-list-container.vert-order .list-item {
    width: auto;
    padding: 0 15px 15px 0;
}

.search-cartridge-form .cat-home-popout.active.cat-home-series .list-item,
.search-cartridge-form .cat-home-popout.active.cat-home-models .list-item {
    width: 48%;
    cursor: pointer;
}

.search-cartridge-form .cat-home-popout.active.cat-home-makes {
    position: absolute;
    top: 54px;
    width: calc(100% - 32px);
    left: 16px;
}

.search-cartridge-form .cat-home-popout.active.cat-home-series {
    position: absolute;
    top: 102px;
    width: calc(100% - 32px);
    left: 16px;
}

.search-cartridge-form .cat-home-popout.active.cat-home-models {
    position: absolute;
    top: 147px;
    width: calc(100% - 32px);
    left: 16px;
}

.search-cartridge-form .cat-home-popout .popular-outer {
    min-width: 330px;
    padding-right: 10px;
}

.cf-overlay.active {
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, .4);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 25;
}


@media (min-width: 675px) {
    .cartridgeFinder.wide .search-cartridge-fields {
        display: flex;
        flex-direction: row;
    }

    .cartridgeFinder.wide .search-cartridge-fields .cf-btn {
        min-width: 130px;
        border-radius: 5px;
        height: 39px;
        line-height: normal;
    }

    .search-cartridge-form.wide .cat-home-popout.active.cat-home-makes,
    .search-cartridge-form.wide .cat-home-popout.active.cat-home-series,
    .search-cartridge-form.wide .cat-home-popout.active.cat-home-models {
        top: 53px;
    }
}






.push-back {
    opacity: 0 !important;
    position: absolute !important;
    z-index: -1 !important;
}

.blogPost {
    margin-top: 50px;
}

@media (max-width: 875px) {
    .blogPost {
        margin-top: 30px;
    }
}

.featuredProductWall {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    grid-auto-rows: 1fr;
    margin-bottom: 20px;
}

.tblScroll {
    width: 100%;
    overflow-x: auto;
    position: relative;
}

.tblScroll table {
    width: max-content;
}

.headerImageOverlay {
    position: relative;
    display: flex;
    margin-bottom: 30px;
}

.headerImageOverlay img {
    min-width: 100%;
}

.headerImageOverlay h1 {
    position: absolute;
    bottom: 10px;
    color: #fff;
    left: 20px;
    right: 20px;
    z-index: 1;
}


@media (max-width: 650px) {
    .headerImageOverlay h1 {
        font-size: 24px;
    }
}


.headerImageOverlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.blogCrumbs {
    margin: 0 0 10px 0;
    font-weight: 500;
}

.blogCrumbs a {
    color: #225f93 !important;
}

.blogArchive {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 30px;
    /*margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 40px;
    grid-auto-rows: 1fr;*/
}

.blog-list-thumbnail {
    position: relative;
    width: calc(100% + 36px);
    left: -17px;
    top: -18px;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.featured-blog {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.featured-blog a {
    color: #225f93 !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    padding: 6px 0px;
    display: block;
}

.blogArchive .brick a {
    color: #225f93 !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    padding: 6px 0px;
    display: block;
}

.featured-blog a:hover {
    text-decoration: underline;
}


.featured-blog-thumbnail {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex: 1;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    min-height: 260px;
}

.featured-blog-thumbnail:after {
    content: "Latest Post";
    background: #286496;
    color: #fff;
    padding: 10px 80px;
    position: absolute;
    top: 20px;
    font-weight: 600;
    transform: rotate(-45deg);
    left: -82px;
}

.featured-blog-content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex: 1;
    font-size: 16px;
}

.postdate {
    color: #767676;
    font-size: 13px;
}

.posttags a {
    display: inline-block !important;
    font-size: 13px !important;
    line-height: 8px !important;
    font-weight: 500 !important;
}

.popularTags {
    background: #ffffff;
    color: #333;
    border: 1px solid #EDF0FF;
    font-size: 16px;
    border-radius: 6px;
    box-shadow: 0 20px 30px -15px rgba(29, 1, 80, 0.1);
    padding: 1rem;
}

.topTopicsTitle {
    font-weight: 500;
    font-size: 20px;
    padding: 0 0 10px 0;
}

.filter-button {
    background: linear-gradient(180deg, #F4F6FF 0%, #FFFFFF 100%);
    border: 2px solid #EDF0FF;
    border-radius: 5px;
    padding: 7px 9px;
    display: inline-block;
    margin: 0 5px 9px 0;
    color: #2D3C58;
    text-decoration: none;
    font-size: 13px;
}

.filter-button:hover,
.filter-button.active {
    background: #2997D4;
    color: #fff;
}

@media (max-width: 990px) {
    .blogArchiveOuter {
        flex-direction: column;
    }

    .blogArchiveOuter .pageSidebar {
        max-width: 100%;
        min-width: 300px;
        width: 100%;
        order: 1;
    }
}

@media (max-width: 760px) {
    .blogArchiveOuter {
        flex-direction: column;
    }

    .featured-blog {
        flex-direction: column;
        gap: 15px;
    }

    .featured-blog-thumbnail {
        flex: none;
        height: 260px;
    }

    .archive .brick {
        overflow: hidden;
        width: 100%;
    }
}

/* Style for the pagination container */
.navigation.pagination {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

/* Style for the individual page numbers */
.page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Active page number */
.page-numbers.current {
    background-color: #0073aa;
    color: white;
    font-weight: bold;
}

/* Hover effect for page numbers */
.page-numbers:hover {
    background-color: #005177;
    color: white;
}

/* Style for the ellipsis (dots) */
.page-numbers.dots {
    padding: 10px 15px;
    color: #0073aa;
    font-weight: bold;
}

/* Style for the "Next" and "Previous" links */
.page-numbers.next,
.page-numbers.prev {
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
}

/* Hover effect for "Next" and "Previous" links */
.page-numbers.next:hover,
.page-numbers.prev:hover {
    background-color: #005177;
}

.fsSectionHeader {
    overflow: auto;
}

.fsForm {
    padding: 0 !important;
}

.sidebarNewsletter {
    background: #f2edf2;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    position: relative;
}

.sidebarNewsletter.block {
    padding: 0px;
    border-radius: 0px;
    border: none;
}

.sidebarNewsletter .title {
    font-weight: 700;
    font-size: 18px;
    color: #225f93;
    margin-bottom: 5px;
}

.sidebarNewsletter .form-control {
    background: #fff;
    color: #00376a;
    font-weight: 400;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: 95%;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 5px !important;
    padding: 8px 15px 8px;
    margin: 0 0 5px 0;
    border: 1px solid #b1b1b1;
    width: 100%;
}

.sidebarNewsletter label {
    position: absolute;
    width: 100%;
    left: 0px;
    margin-top: 8px;
}

.sidebarNewsletter .submit-button {
    width: 100%;
    padding: 9px 0px;
}

.sidebarNewsletter .result-text.alert {
    color: #e10b7e;
    font-size: 12px;
    padding-bottom: 13px;
}

.sidebarNewsletter .smalltext {
    padding-top: 18px;
    font-size: 12px;
}

a.wp-block-custom-file-download {
    background: #e10b7e;
    color: #fff;
    padding: 10px 20px;
    display: inline-flex;
    border-radius: 5px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: normal;
    margin-bottom: 15px;
}

a.wp-block-custom-file-download:hover {
    color: #fff;
}

a.wp-block-custom-file-download:before {
    content: "";
    width: 19px;
    height: 22px;
    background-image: url(../images/download.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.related-blogs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
    gap: 10px;
    grid-auto-rows: 1fr;
}

.related-blogs.fullPage {
    grid-template-columns: repeat(auto-fill, minmax(295px, 1fr));
}

.related-blogs .brick:before {
    display: none;
}

.related-blogs .brick {
    font-size: 14px;
}

.related-blogs .blog-list-thumbnail {
    height: 150px;
}

.related-blogs .brick a {
    font-size: 20px;
}

.relatedTitle {
    padding: 20px 0 20px;
    font-size: 28px;
    border-top: 1px solid #c5c5c5;
    margin-top: 30px;
    FONT-WEIGHT: 600;
}

.businessLAheader {
    display: flex;
    gap: 30px;
}

.businessLAheader .apply-section {
    background: #fff;
    color: #333;
    padding: 20px 30px;
    max-width: 460px;
    min-width: 460px;
    width: 100%;
    border-radius: 5px;
}

.businessLAheader .apply-title {
    color: #E7117D;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.businessLAheader .apply-content p {
    text-align: center;
}

.businessLAheader .apply-content li:before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/bullet.svg);
    display: inline-block;
    margin-top: 2px;
    position: absolute;
    margin-left: -25px;
    margin-right: 9px;
}

.businessLAheader .apply-content li {
    margin-left: 40px;
}

.businessLAheader .apply-link {
    background: #e7117d;
    width: 100%;
    display: block;
    text-align: center;
    padding: 17px 0;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
}

@media (max-width: 1050px) {
    .businessLAheader .apply-section {
        max-width: 350px;
        min-width: 350px;
    }
}

@media (max-width: 875px) {
    .businessLAheader {
        flex-direction: column;
    }

    .businessLAheader .apply-section {
        max-width: 100%;
    }
}

.customerServiceWrapper {
    display: flex;
    gap: 50px;
}

.homeFeatured,
.homeContent {
    flex: 1;
}

@media (max-width: 875px) {
    .homeFeatured {
        display: none;
    }
}

.homeFeatured {
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.customer-service-links {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
}

.customer-link,
.viewAllPosts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(180deg, #F4F6FF 0%, #FFFFFF 100%);
    border: 2px solid #EDF0FF;
    height: 110px;
    color: #2D3C58;
    text-decoration: none;
    font-size: 13px;
    gap: 7px;
    border-radius: 5px;
    transition: background 0.2s ease, color 0.2s ease;
}

.customer-link img {
    transition: filter 0.2s ease;
}

.customer-link:hover,
.viewAllPosts:hover {
    background: #2997D4;
    color: #fff;
}

.viewAllPosts {
    font-size: 16px;
    height: 50px;
}

.customer-link:hover img {
    filter: brightness(0) invert(1);
}

.policiesWrapper {
    margin: 40px 0;
}

.policies {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
}

.policies a {
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #F4F6FF 0%, #FFFFFF 100%);
    border: 2px solid #EDF0FF;
    height: 50px;
    color: #2D3C58;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.2s ease;
    padding: 0 0 0 20px;
}

.policies a:hover {
    background: #2997D4;
    color: #fff;
}

.policies a .spacer {
    padding: 0 0 0 15px;
}

.black-friday-container,
.cyber-monday-container {
    background-color: #000;
    background-image: url(https://www.cartridgepeople.com/info/application/files/4917/6173/9526/bfLines2025.png), url(../images/bf23.png);
    color: #fff;
    background-size: auto, cover;
    background-position: center 220px, left top;
    background-repeat: no-repeat, repeat;
    position: relative;
}

.cyber-monday-container {
    background: #0058A4 url(../images/cyberbg.png);
}

.bfcmmessage {
    padding: 60px 0 20px;
}

.top-line {
    font-size: 71px;
    line-height: normal;
    font-weight: 700;
}

.strike-out {
    color: #939393;
    position: relative;
}

.cyber-monday-container .strike-out {
    color: #2997d4;
}

.strike-out:after {
    content: "";
    background-image: url(../images/strike.png);
    position: absolute;
    width: 110%;
    height: 15px;
    left: -10px;
    background-repeat: no-repeat;
    top: 50%;
    background-size: contain;
}

.colourfultext {
    text-shadow: 1px 1px 10px #000;
}

.bluetext {
    color: #2997d4;
}

.pinktext {
    color: #e10b7e;
}

.yellowtext {
    color: #f4e303;
}

.blacktext {
    color: #000;
}

.black-friday-container h2,
.cyber-monday-container h2,
.black-friday-container h3,
.cyber-monday-container h3 {
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.black-friday-container h2,
.cyber-monday-container h2 {
    font-size: 30px;
    padding: 0 0 20px;
}

.black-friday-container h3,
.cyber-monday-container h3 {
    font-size: 26px;
    margin: 0;
}

.black-friday-container a,
.cyber-monday-container a {
    color: #fff;
}

.black-friday-container a:hover,
.cyber-monday-container a:hover {
    color: #fff;
    text-decoration: none;
}

.black-friday-container table *,
.cyber-monday-container table * {
    border: none !important;
}

.black-friday-container table,
.cyber-monday-container table {
    width: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    border-radius: 3px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0px 2px;
    margin-bottom: 30px;
}

.black-friday-container table tr,
.cyber-monday-container table tr {
    background: rgb(255 255 255 / 10%);
}

.black-friday-container table tr:first-child,
.cyber-monday-container table tr:first-child {
    background: #e10b7e;
}

.black-friday-container .tagline {
    font-style: normal;
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    color: #5BBCE3;
}

#clockcontainer {
    padding: 0;
    margin: 0 0 40px 0;
    width: 100%;
    list-style: none;
}

#clockcontainer li {
    display: inline-block;
    width: 20%;
    margin: 0 1%;
    background: rgba(51, 51, 51, 0.5);
}

#clockcontainer li span {
    display: block;
    width: 90%;
    margin: 10px 5%;
    background: rgb(51, 51, 51);
    font-family: 'Quicksand', sans-serif;
    font-size: 30px;
    line-height: 66px;
}

.cyber-monday-container #clockcontainer li span {
    background: #fff;
    color: #004d90;
}

#clockcontainer li p {
    font-size: 0.8em;
}

#clockcontainer li span.seconds {
    color: #e4087d !important;
}

.black-friday-video {
    max-width: 650px;
    margin: 0 auto 30px;
}

.youtubeBlock {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 60px;
}

.youtubeBlock iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.missing-page-content:not(.old-style) {
    padding: 40px 20px !important;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.missing-page-content:not(.old-style) h1 {
    font-size: 36px;
}

.missing-page-content:not(.old-style) h1 .pink {
    color: #e10b7e;
}

.missing-page-content:not(.old-style) p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #333;
}

.missing-page-content:not(.old-style) p a {
    color: #225f93;
    text-decoration: none;
}

.missing-page-content:not(.old-style) p a:hover {
    text-decoration: underline;
}

.missing-page-content:not(.old-style) .search-box-holder {
    flex: auto;
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px 30px;
}

.missing-page-content:not(.old-style) .search-box-holder .search-fields {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    position: relative;
    z-index: 0;
}

.missing-page-content:not(.old-style) .search-box-holder .search-fields.active {
    z-index: unset;
}

.missing-page-content:not(.old-style) .search-box-holder .search-fields.active:before {
    content: "";
    position: fixed;
    background: rgb(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 30;
}

.missing-page-content:not(.old-style) .search-box-holder .search-fields .search-field {
    flex: auto;
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    z-index: 31;
}

@media (min-width: 875px) and (max-width: 975px) {
    .missing-page-content:not(.old-style) .search-box-holder .search-fields .search-field {
        margin-left: 20px;
    }
}

.missing-page-content:not(.old-style) .search-box-holder .search-fields .search-field:focus {
    outline: none;
    border: 1px solid #ccc;
}

.missing-page-content:not(.old-style) .search-box-holder .search-fields .search-btn {
    padding: 15px;
    color: #fff;
    z-index: 31;
    border-radius: 0 5px 5px 0;
}

.missing-page-content:not(.old-style) .search-box-holder .search-fields .search-btn img {
    filter: brightness(10);
    width: 22px;
    margin: -3px;
}

.missing-page-content:not(.old-style) .search-suggest {
    left: unset;
    right: unset;
    margin-left: 0;
    margin-top: -3px;
    bottom: unset;
    top: unset;
    box-shadow: unset;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    max-width: 100%;
}

.missing-page-content:not(.old-style) .search-suggest .results-title {
    color: #103c55;
    padding: 0px 10px;
    font-size: 20px;
    font-weight: 700;
    display: block;
    border-bottom: 13px solid #fff;
}

.missing-page-content:not(.old-style) .search-suggest a {
    color: #103c55;
    font-size: 16px;
}

.search-wrapper {
    display: flex;
    align-items: center;
    background: #225f93;
    padding: 10px;
    color: #fff;
    margin: 0 1px;
    line-height: normal;
}

.search-wrapper label {
    font-weight: bold;
    margin-right: 0.5em;
}

.search-wrapper input {
    padding: 0.25em;
    font-size: 1em;
    flex: 1;
}

.wp-block-embed.alignright {
    max-width: 100% !important;
    text-align: right;
}

.wp-block-embed.alignleft {
    max-width: 100% !important;
    text-align: left;
}

.wp-block-embed.aligncenter {
    max-width: 100% !important;
    text-align: center;
}

.search-form-internal {
    display: flex;
    margin-bottom: 30px;
}

.search-form-internal .search-field {
    flex: auto;
    background: #ecf5fc;
    background-color: #ecf5fc !important;
    border: 1px solid #4997d8;
    padding: 20px;
    color: #335f96;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
}

.search-form-internal .search-submit {
    border: 1px solid #2997d4;
    background: #2997d4;
    color: #fff;
    text-transform: none !important;
    font-weight: 500;
    width: 65px;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-form-internal .search-submit:hover {
    border-radius: 0 5px 5px 0;
}

.search-form-internal img {
    filter: brightness(100);
}

#footer-container #payment-logos-container #terms-privacy-text {
    display: none;
}

@media (max-width: 1050px) {
    .black-friday-container .tagline {
        font-size: 60px;
    }
}

@media (max-width: 920px) {
    .black-friday-container .tagline {
        font-size: 50px;
    }
}

@media (max-width: 780px) {
    .black-friday-container .tagline {
        font-size: 40px;
        line-height: 45px;
    }

    .black-friday-container {
        background-image: url('../images/bf23.png');
        background-size: cover;
        background-position: left top;
        background-repeat: repeat;
    }

    .black-friday-container .dealsHeader {
        font-size: 34px;
    }
}

@media (max-width: 700px) {
    .black-friday-container .top-line {
        font-size: 50px;
    }
}

@media (max-width: 750px) {
    .black-friday-container .perc-off-banner {
        font-size: 30px;
        flex-direction: column;
    }
}

@media (max-width: 450px) {
    .black-friday-container .winners-table {
        font-size: 14px;
        margin-left: -15px;
    }
}


/* Star widget */
.IOstars {
    --fill: 0%;
    --star-size: 20px;
    width: calc(var(--star-size)*5);
    height: var(--star-size);
    display: inline-block;
}

.IOstars svg {
    width: 100%;
    height: 100%;
}

.IOstars .stars-bg {
    fill: #ccc;
}

.IOstars .stars-fill {
    fill: #f5b301;
    clip-path: inset(0 calc(100% - var(--fill)) 0 0);
}

.reviewsLogo {
    background-image: url("https://www.cartridgepeople.com/assets/images/Review/reviewsio-logo--black.svg");
    background-size: contain;
    height: 20px;
    background-repeat: no-repeat;
    margin: 5px 2px 0 0px;
}

.reviewCount {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0 0 0;
}

.footerReviewsBadge {
    display: flex;
    justify-content: center;
    gap: 15px;
    cursor: pointer;
}

.footerReviewsBadge .reviewsLogo {
    width: 170px;
    height: auto;
    background-position: center;
}

.reviewsModalHeader {
    display: flex;
    align-items: center;
    margin: 0 25px;
    justify-content: space-between;
    padding: 0 5px 10px 5px;
    border-bottom: 1px solid #ccc;
    color: #646464;
    font-size: 14px;
}

.reviewsModalHeader .title {
    font-size: 22px;
    font-weight: 500;
    color: #225f93;
}

@media (max-width: 610px) {
    .reviewsModalHeader {
        flex-direction: column;
        text-align: center;
    }

    .reviewsModalHeader .title {
        font-size: 18px;
    }
}

.readMoreBtn {
    border-radius: 5px;
    color: #fff;
    text-transform: none !important;
    font-weight: 500;
    background: #015c84;
    text-decoration: none;
    margin: 0 auto;
    display: flex;
    max-width: 240px;
    padding: 10px;
    justify-content: center;
}

.awards-outer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.awards-outer img {
    max-width: 30%;

    @media (max-width: 650px) {
        max-width: calc(45%);
    }

    @media (max-width: 380px) {
        max-width: calc(90%);
    }
}

@media (max-width: 876px) {
    .hideOnMobile {
        display: none;
    }
}

.btn.shopBtn {
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
}