/* Default: hide both just in case */
.desktop-header-nav,
.mobile-header-nav,
.div-after-fixed-header {
    display: none !important;
}

/* Hide left sidebar nav when mobile hamburger is active */
@media (max-width: 1279px) {
    .global-left-nav-container {
        display: none !important;
    }
}

.global-header-nav-container .nav-link-list:first-of-type .nav-heading-link::after {
    display: none !important;
}

/* Show desktop header for screens wider than 1279px */
@media (min-width: 1280px) {
    .desktop-header-nav {
        display: block !important;
    }
}

/* Show mobile header for screens 1279px and below */
@media (max-width: 1279px) {
    .mobile-header-nav,
    .div-after-fixed-header {
        display: block !important;
    }

    .div-after-fixed-header {
        height: 104px !important;
    }

    .header-search-container {
        background: transparent !important;
    }

    .full-width-header .header-search-container {
        max-width: 400px;
        /* width:100% !important;*/
        width: 400px !important;
    }

    .search-bar-input.form-control {
        position: relative;
        z-index: 5000;
    }
}

/*Mobile Header*/
.global-header-container .mobile-header-container .mobile-cart-wrapper .cart-count.js-total-cart-count {
    position: absolute;
    text-align: center;
    color: #FFF;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
    border-radius: 2px;
    opacity: 1 !important;
    background: #163158 !important;
    font-size: 11px;
    width: auto;
    min-width: 17px !important;
    height: 14px !important;
    line-height: 14px !important;
    right: 27px !important;
    top: 5px !important;
    padding: 0 2px !important;
}

.global-header-container .mobile-header-container .mobile-cart-wrapper .cart-icon-with-item {
    background-color: #163158;
    -webkit-mask-image: url(img/cart.svg);
    mask-image: url(img/cart.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    height: 32px;
    width: 32px;
}

.page-category .shipping-modal.show {
    overflow: hidden;
}

/*Main Page Additional CSS*/
#uprinting .main.shop.container,
.page-category .main.shop.container {
    width: 100% !important;
    max-width: -webkit-fill-available !important;
    padding: inherit !important;
}

.custom-grid-column .btn.btn-primary {
    border-radius: 0;
    font-weight: 700;
    padding: 16px;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 1;
}

.homedisplay.container-fluid {
    padding: 0 !important;
}

.site-btn-primary:hover {
    background-color: #2b8ec2 !important;
}

/*.sidebar .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}*/
.col-md-9 .row {
    margin-right: calc(-0.5 * 1.5rem);
    margin-left: calc(-0.5 * 1.5rem);
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.full-width-header .header-account-info-container .cart-icon-wrapper .cart-icon-with-item {
    background-color: #163158;
    -webkit-mask-image: url(img/cart.svg);
    mask-image: url(img/cart.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    display: block !important;
}

.global-header-container .full-width-header .header-account-info-container .cart-count {
    opacity: 1 !important;
}

.global-header-container.window-scrolled {
    position: fixed !important;
    transition: top .5s;
}

.global-header-container.window-scrolled .header-contact-info-container {
    display: none;
}

.global-header-container.window-scrolled .header-search-container {
    width: 54.1667%;
}

.global-header-container.window-scrolled .global-header-nav-container .header-nav-list-group,
.global-header-container.window-scrolled .global-header-nav-container .nav-link-list,
.global-header-container.window-scrolled .global-header-nav-container .site-navbar {
    height: 0;
    min-height: 0;
}

.global-header-container.window-scrolled .global-header-nav-container .header-nav-list-group .nav-heading-link,
.global-header-container.window-scrolled .global-header-nav-container .header-nav-list-group>a,
.global-header-container.window-scrolled .global-header-nav-container .nav-link-list .nav-heading-link,
.global-header-container.window-scrolled .global-header-nav-container .nav-link-list>a,
.global-header-container.window-scrolled .global-header-nav-container .site-navbar .nav-heading-link,
.global-header-container.window-scrolled .global-header-nav-container .site-navbar>a,
.global-header-container.window-scrolled .header-contact-info-container {
    display: none !important;
}

.global-header-container .hamburger-container {
    display: none;
    float: left;
    padding-top: 0;
}

.global-header-container.window-scrolled .burger-menu-nav {
    display: block !important;
}

.open-header-nav {
    overflow-y: hidden !important;
}

.global-header-container .nav-content-open .arrow-icon-up {
    display: block !important;
}

.global-header-container .nav-content-open .arrow-icon-down {
    display: none !important;
}

.global-header-container.window-scrolled {
    z-index: 2100 !important;
}

.global-header-container .full-width-header .header-search-container {
    position: relative !important;
}

.global-header-container.window-scrolled .header-search-container {
    margin-left: 50px;
}

.mobile-account-sidenav small {
    color: #333 !important;
}

.global-footer-container .comp-newsletter-container {
    display: flex !important;
    justify-content: center;
    width: 90% !important;
}

.global-footer-container .comp-newsletter-container .input-field.site-form-group {
    width: 20%;
}

.page-viewcontent .content-static-region .column {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.page-viewcontent .content-static-region .column a {
    color: #126cb5;
}

.page-viewcontent .content-static-region .column a:hover {
    color: #163158;
}

.page-viewcontent .wgt-text-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 24px;
    padding-top: 10px;

}

.page-viewcontent .wgt-text-title a {
    color: #126cb5;
}

.page-viewcontent .wgt-text-title a:hover {
    color: #163158;
}

.page-viewcontent .comp-breadcrumbs-container .breadcrumbs-list {
    padding-top: 25px;
}

.page-viewcontent .content-static-region .column ul {
    margin: 0 0 15px !important;
}

.page-viewcontent .content-static-region .column ul:last-of-type {
    margin: 0 !important;
}

/*PRODUCT*/
.page-category .search-bar-input,
.search-bar-input {
    background: #FFF;
    border: 1px solid #126CB5 !important;
    padding: 8px 30px 6px 12px !important;
    outline: 0;
    height: 40px !important;
    width: 100% !important;
}

.page-category .search-bar-btn,
.search-bar-btn {
    position: absolute;
    top: 9px;
    right: -1px;
    background: #126CB5;
    border: 0;
    color: #FFF !important;
    cursor: pointer;
    font-size: 20px !important;
    padding: 0 10px;
    height: 40px;
    vertical-align: middle;
    width: 40.5px;
    z-index: 5000;
}

.page-category .header-search-container .list-group-flush.results,
.header-search-container .list-group-flush.results {
    display: none !important;
}

.page-category .header-search-container.search-result-open .list-group-flush.results,
.header-search-container.search-result-open .list-group-flush.results {
    margin-top: 47px;
    z-index: 3010;
    position: relative;
    display: block !important;
}

.header-search-container .search-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    border: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    z-index: 3000;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.page-category .header-search-container .search-backdrop.show,
.header-search-container .search-backdrop.show {
    max-height: 999em;
    opacity: 1;
}

.page-category .search-bar-input.form-control.active,
.search-bar-input.form-control.active {
    z-index: 3010 !important;
    position: absolute;
}

.page-category .list-group-flush.results .result-list-item:nth-child(1),
.list-group-flush.results .result-list-item:nth-child(1) {
    cursor: initial !important;
}

.page-category .list-group-flush.results .result-list-item,
.list-group-flush.results .result-list-item {
    margin-bottom: 5px;
    margin-top: 2px;
    cursor: pointer;
}

.page-category .result-list-item .list-group-item-action.item-link,
.result-list-item .list-group-item-action.item-link {
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    padding: 0 16px;
    color: #126cb5;
    height: auto;
}

.page-category .result-list-item .list-group-item-action.item-link:hover,
.result-list-item .list-group-item-action.item-link:hover {
    /* background-color: #126cb5;
    color: #fff; */
}

.page-category .result-list-item .list-group-item-action.item-link:hover h5 .result-list-item .list-group-item-action.item-link:hover h5 {
    color: #fff !important;
}

#desktop-search-products {
    position: fixed;
    top: 52px;
    right: 0px;
    bottom: 0;
    left: 0px;
    z-index: 1050;
    /* display: none; */
    overflow: hidden;
    outline: 0;
    margin: 0;
    /* margin: 0 auto; */
    display: flex;
}

#desktop-search-products .comp-search-bar-container {
    width: 509px;
    /* padding-left: 26px; */
    margin-right: -216px;
}


#desktop-search-products .comp-search-lookahead-container {
    justify-content: center;
}

#desktop-search-products .search-bar-input.form-control {
    background: #FFF;
    border: 1px solid #126CB5;
    padding: 8px 30px 6px 12px;
    outline: 0;
    height: 40px;
    width: 100%;
}

#desktop-search-products .comp-search-bar-container .search-bar-btn {
    height: 40px !important;
}

.page-category .header-search-container .no-search-results,
.header-search-container .no-search-results {
    background-color: #fff;
    height: 78px;
    display: none !important;
}

.page-category .header-search-container.search-result-open .no-search-results,
.header-search-container.search-result-open .no-search-results {
    margin-top: 47px;
    z-index: 3010;
    display: block !important;
    position: relative;
}

/*.header-search-container .result-list-heading{
    display: none !important;
}

.header-search-container.search-result-open .result-list-heading {
    display: block !important;
}*/


/*Calculator Additional CSS*/
.panel-default.panel-calculator.card {
    border: none !important;
}

.form-select:focus {
    border-color: #163158;
}

.calculator-product-region .quote-calculator h4 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.site-dropdown-group:after {
    position: absolute;
    top: 25%;
    right: 1em;
    font-family: "Font Awesome 5 free";
    content: "\f107";
    font-weight: 900;
    font-size: 18px;
}

.comp-product-calculator-price-container .subtotal-container {
    min-height: 0 !important;
}

.calc-unit-price-row.regular {
    font-size: 14px !important;
}

.calc-instance .comp-product-calculator-price-container {
    margin-top: 25px;
}

/*.ex9253-wrapper {
    display: block !important;
}*/

.calc-instance .dropdown-toggle {
    font-weight: 400 !important;
}

.calc-instance .site-dropdown.expanded.site-dropdown-group:after {
    -webkit-transform: rotate(-180deg) translateY(25%);
    -ms-transform: rotate(-180deg) translateY(25%);
    transform: rotate(-180deg) translateY(25%);
}

.list li {
    display: block;
    margin: 0;
    padding: 3px 0 3px 15px;
    border-top: 0px solid rgba(0, 0, 0, .08) !important;
    line-height: 24px;
}

/* this rule was to make the "design online" and "design with pdf" boxes look clickable */
.card.btn-card {
    cursor: pointer;
}

.panel-calculator-info {
    display: none;
}

.xxs-text {
    font-size: 13px;
    font-weight: 700;
}

.xs-text {
    font-size: 16px;
    font-weight: 400;
}


/* Custom Calculator Buttons CSS */
.box-container {
    display: flex;
    justify-content: space-between;
    margin: 0px;
}

.selection-box {
    border: 1px solid #ccc;
    padding: 10px;
    /*width: 48%;*/
    text-align: center;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

.selection-box.selected {
    border: 2px solid;
    border-color: #2B9F8A !important;
    color: #2B9F8A !important;
}

.selection-box:hover {
    background-color: #eee;
}

.box-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.box-content img {
    max-width: 100px;
}

.box-content p {
    margin-top: 10px;
    font-weight: bold;
}

.link-box {
    border: 1px solid #ccc;
    padding: 10px;
    /*width: 48%;*/
    text-align: center;
    display: inline-block;
    margin: 5px;
}

.link-box:hover {
    background-color: #eee;
}

.box-green {
    color: #2B9F8A;
}

.modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
}

#ctl00_cpMainBody_calculatorPanel .modal-header {
    align-items: baseline;
    justify-content: center;
}

#ctl00_cpMainBody_calculatorPanel .modal-header .btn-close {
    position: absolute;
    right: 10px;
}

.form-select {
    background-image: none !important;
}

.gallery-product .slick-track {
    display: flex;
    flex-direction: row;
}

.wgt-catalog-content-title {
    display: none !important;
}

.page-viewcontent .page-content-section a .catalog-description-container .wgt-catalog-title::after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    float: right;
    font-size: 19px;
    color: #333;
    font-weight: 600;
    opacity: .7;
}

.page-viewcontent .page-content-section a:hover .catalog-description-container .wgt-catalog-title::after {
    color: #163158;
}

@media (max-width: 768px) {

    .page-category .page-product-container .comp-share-calc-config-container {
        top: -25px !important;
        position: relative !important;
        right: 0px !important;
    }

    .page-category .share-config-link .link-message {
        position: relative !important;
    }

    .page-category .modal .modal-dialog {
        width: 370px;
    }

    .cart-items .custom-cart-item {
        display: flex;
        flex-direction: column;
    }

    .custom-cart-item .gx-0,
    .cart-items .row.m-0 {
        width: 100% !important;
    }

    .custom-cart-item .prod-preview {
        min-height: 200px
    }
}

/* Custom Popup */

.hintcontainer {
    position: relative;
    display: inline-block;
}

.hint {
    visibility: hidden;
    width: 350px;
    background-color: #fff;
    color: #333;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Add a box shadow */
}

/* Show the hint when hovering over the container */
.hintcontainer:hover .hint {
    visibility: visible;
    opacity: 1;
}

.calc-grid {
    grid-template-columns: repeat(2, 1fr);
}

.calc-grid-span2 {
    grid-column: 1 / span 2;
}


@media (max-width: 991px) {

    .page-product-container .calculator-shipping-container,
    .page-product-container .gallery-calculator-container {
        margin-bottom: 0 !important;
    }

    .page-category .calc-instance .calc-attr {
        grid-template-columns: 1fr;
    }

    .site-dropdown-group:after {
        top: 0%;
    }

    .comp-newsletter-container {
        width: 45%;
    }
}



/*SubCategoryOverview Additional CSS*/
.slider-nav .slider-nav-item.slick-slide {
    width: 100px !important;
}

.product-heading-calc-wrap {
    margin-bottom: 12px;
}

.related-cat.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.zoom-image-container {
    cursor: zoom-in;
}

.zoom-image {
    /*width: 100%;
          height: 100%;
          object-fit: cover;*/
    transition: transform 0.2s ease;
    transform-origin: center center;
}

@media (min-width: 992px) {

    /*.slider-nav .slider-nav-item.slick-slide {
        width: 67px !important;
    }*/
}

@media (max-width: 1900px) {
    .global-footer-container .comp-newsletter-container .input-field.site-form-group {
        width: 30%;
    }
}

@media (max-width: 1200px) {
    .global-footer-container .comp-newsletter-container .input-field.site-form-group {
        width: 50%;
    }
}

@media (max-width: 1007px) {

    #point-check {
        font-size: 11px;
        letter-spacing: -0.2px;
    }

    .hidden-mobile {
        display: none !important;
    }

    .mobile-header {
        /* position: absolute;*/
        background: transparent;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .search-bar-btn.search-bar-btn-i {
        background: transparent;
        color: #333 !important;
    }

    .search-bar-btn .dri-search search-i {
        font-size: 22px !important;
        top: 40% !important
    }

    .search-bar-btn-container {
        position: relative;
        bottom: 25px;
        left: 190px;
    }

    .global-header-container .mobile-header-row {
        display: flex !important;
        /* grid-template-columns: 52px 1fr 52px; */
        height: 60px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-cart-wrapper .cart-icon-wrapper {
        margin: 4px 0 !important;
        margin-right: 10px !important;
    }

    .search-bar-btn-container {
        left: auto !important;
    }

    .mobile-header-row i.drawer-icon-account {
        background: url(img/mobile-account.svg) center center / contain no-repeat;
        display: inline-block;
        width: 27px;
        height: 27px;
        position: relative;
    }

    .mobile-header-row .mobile-cart-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .mobile-cart-wrapper .mobile-account-sidenav {
        font-size: 14px !important;
        margin-top: 19px !important;
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .search-bar-btn-container {
        left: auto !important;
    }

    .mobile-side-nav-drawer-controls .cart-count.js-total-cart-count {
        position: absolute;
        text-align: center;
        color: #FFF;
        -webkit-transition: 300ms ease-out;
        transition: 300ms ease-out;
        border-radius: 2px;
        opacity: 1 !important;
        background: #163158 !important;
        font-size: 11px;
        width: auto;
        min-width: 17px !important;
        height: 14px !important;
        line-height: 14px !important;
        right: 27px !important;
        top: 0px !important;
        padding: 0 2px !important;
    }

    /*.mobile-header-row i.drawer-icon-account {
    background: url(img/mobile-account.svg) center center / contain no-repeat;
    display: inline-block;
    width: 27px;
    height: 27px;
    position: relative;
}

.mobile-cart-wrapper .mobile-account-sidenav {
    font-size: 14px !important;
    margin-top: 19px !important;
    padding: 0 10px;
}*/

    .mobile-header-row .search-bar-btn-container .dri-search {
        font-size: 22px;
    }

    /*.mobile-header-row .mobile-cart-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}*/

    /*.page-category .page-content-container {
    margin-top: 75px;
}*/

    .page-viewcontent .banner-category-region .content-container {
        left: 0;
        text-align: center;
    }

    .page-viewcontent .banner-category-region .content-title {
        width: 100%;
    }

    .global-footer-container .comp-newsletter-container .input-field.site-form-group {
        width: 76%;
    }

    .page-viewcontent .wgt-text-title {
        flex-direction: column;
        align-items: baseline;
    }
}

/*Product Browser Additional CSS*/
.text-primary {
    color: #163158 !important;
}

ol,
ul {
    margin: 0 0 2.25rem;
    padding: 0;
    list-style: none;
}

a {
    transition: all .3s;
    color: #163158;
    text-decoration: none;
}

[class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.sidebar {
    position: relative;
    font-size: 1.3rem;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.page-myinfo .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding-top: 3.75px;
    padding-bottom: 3.75px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    /* background-color: #fff;*/
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page-myinfo .form-control {
    /* height: 4.5rem;*/
    margin-bottom: 1rem;
    transition: all .3s;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    /* background-color: #fff;*/
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 15px;
    padding-right: 20px;
    appearance: auto !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card {
    margin-bottom: 3rem;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header {
    margin: 0;
    padding: 12px 15px;
    border-radius: 0;
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #000;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    cursor: pointer;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.product-thumb {
    background-color: #f4f4f4;
    padding: 10px;
    border: 1px solid #dae2e6;
}

.product-content-name.ng-binding {
    max-width: 100%;
    font-weight: 600;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.35;
    letter-spacing: .005em;
    margin-bottom: 7.2px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #222529;
}

.btn-block {
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    .page-viewcontent .content-static-region .column {
        width: 25%;
    }
}

.thirtythree-blue .thirty-cta .site-btn-primary.thirtythree-cta {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #173058 !important;
}

.thirtythree-blue .thirty-cta .site-btn-primary.thirtythree-cta:hover {
    background-color: #fecd3a !important;
    border-color: #fecd3a !important;
    color: #173058 !important;
}

.global-header-container.window-scrolled .global-header-nav-container.nav-expanded,
.global-header-container.window-scrolled .global-header-nav-container.nav-expanded .header-nav-list-group,
.global-header-container.window-scrolled .global-header-nav-container.nav-expanded .nav-link-list,
.global-header-container.window-scrolled .global-header-nav-container.nav-expanded .site-navbar {
    height: auto !important;
    min-height: auto !important;
}

.global-header-container.window-scrolled .global-header-nav-container.nav-expanded .nav-heading-link {
    display: block !important;
}

/* Hide hardcoded UPrinting address on Contact page */
.page-contactus .col-md-6 > ul.list-unstyled {
    display: none !important;
}

/* Hide business cards carousel arrows - only 2 items shown */
#business_cards .slick-prev,
#business_cards .slick-next {
    display: none !important;
}

/* Hide newsletter subscribe block in footer */
.comp-newsletter-container,
.comp-newsletter-container.show,
.comp-newsletter-container.hide.show {
    display: none !important;
}

/* Left-align Testimonials section heading */
.page-home-container .list-carousel-type-testi .wgt-list-carousel-title {
  text-align: left !important;
  width: 100% !important;
  margin: 0 0 10px 0 !important;
}

/* Center Testimonials subtitle */
.page-home-container .list-carousel-type-testi .wgt-list-carousel-subtitle,
.page-home-container .list-carousel-type-testi .wgt-list-carousel-subtitle * {
  text-align: center !important;
  width: 100% !important;
  margin: 0 0 10px 0 !important;
}

/* Override UPrinting green buttons with Bellia colors */
.btn-primary,
.btn.btn-primary,
.site-btn-primary {
    background-color: #163158 !important;
    border-color: #163158 !important;
    color: #ffffff !important;
}

.btn-primary:hover,
.btn.btn-primary:hover,
.site-btn-primary:hover {
    background-color: #0f2040 !important;
    border-color: #0f2040 !important;
}

/* Override all green primary buttons with Bellia dark blue */
:root {
    --bs-primary: #163158 !important;
    --bs-primary-rgb: 22, 49, 88 !important;
}

button.site-btn-primary,
.site-btn-primary,
a.site-btn-primary {
    background: #163158 !important;
    background-color: #163158 !important;
    border-color: #163158 !important;
    color: #ffffff !important;
}

button.site-btn-primary:hover,
.site-btn-primary:hover {
    background: #0f2040 !important;
    background-color: #0f2040 !important;
    border-color: #0f2040 !important;
}

/* Shop Now button - light blue with correct hover */
.wgt-catalog-item-button .site-btn-primary,
.wgt-catalog-item-button button.site-btn-primary {
    background-color: #2e9dd8 !important;
    border-color: #2e9dd8 !important;
    color: #ffffff !important;
}

.wgt-catalog-item-button .site-btn-primary:hover,
.wgt-catalog-item-button button.site-btn-primary:hover {
    background-color: #2686b8 !important;
    border-color: #2686b8 !important;
    color: #ffffff !important;
}

/* Product option labels */
.product-details-container .product-option-label,
.product-option-label {
    color: #173058 !important;
}

/* Feature checkmarks */
.product-details-container ul li,
.product-feature-list li {
    color: #173058 !important;
}

/* Upload Later - outline style */
.get-started-buttons button:last-child {
    background-color: #ffffff !important;
    color: #173058 !important;
    border: 2px solid #173058 !important;
}

.get-started-buttons button:last-child:hover,
.get-started-buttons button:last-child:focus {
    background-color: #349ed8 !important;
    border-color: #349ed8 !important;
    color: #ffffff !important;
}

/* Nav link hover - Bellia orange */
.header-nav-list a:hover,
.js-menu-nav a:hover,
.nav-link:hover {
    color: #e87722 !important;
}

/* Hide newsletter subscribe block sitewide */
.comp-newsletter-container,
.comp-newsletter-container.show,
.comp-newsletter-container.hide.show,
.newsletter-section,
.sms-wgt-newsletter {
    display: none !important;
}

/* Blur image on hover ? base transition on element, not hover state */
.wgt-catalog-item-container .wgt-catalog-item-image img {
    transition: filter 0.2s ease-in-out;
}

.wgt-catalog-item-container:hover .wgt-catalog-item-image img {
    filter: blur(3px) !important;
}

.global-left-nav-container .list-wrapper .fas {
    filter: none !important;
    color: #349ed8 !important;
}

/* Mobile nav drawer visibility */
@media (max-width: 991px) {
    .display-mobile {
        display: block !important;
    }
}

/* ============================================================
   FOOTER CSS ? add to bottom of printnow.css
   ============================================================ */

/* Dark background for entire footer */
.global-footer-container {
    background: #173058 !important;
    margin-top: 0 !important;
}

/* Platform footer nav and legal link colors on dark background */
.global-footer-container .footer-contents-container .links-container a,
.global-footer-container .footer-contents-container .legal-container a {
    color: #c8d8e8 !important;
}

/* Copyright text on dark background */
.global-footer-container .copyright span {
    color: #c8d8e8 !important;
}

/* Customers Also Ordered carousel - active, using local Bellia product images */
.related-products-container {
    display: block;
}

/* Prevent header from collapsing to burger on scroll */
.global-header-container.window-scrolled .burger-menu-nav {
    display: none !important;
}
.global-header-container.window-scrolled .full-width-header {
    display: flex !important;
}

/* Ivory texture on left nav to match hero */
.global-left-nav-container {
    background-image: url('/app_themes/Bellia-store/assets/img/BG_300x600.webp') !important;
    background-size: cover !important;
    background-position: center !important;
}

/* Hero SHOP NOW button ? Bellia orange */
.comp-banner-home-container .content-btn-container .site-btn-primary {
    background-color: #e87722 !important;
    border-color: #e87722 !important;
    color: #ffffff !important;
}

.comp-banner-home-container .content-btn-container .site-btn-primary:hover {
    background-color: #c9661a !important;
    border-color: #c9661a !important;
}

/* Mega menu dropdown texture background image */
.global-header-nav-container .type-2 > div {
    background-image: none !important;
    background-size: cover !important;
    background-position: center !important;
}
.global-header-nav-container .type-2 .nav-heading-thumbnail {
    background-image: url('/app_themes/Bellia-store/assets/img/BG_300x600.webp') !important;
    background-size: cover !important;
    background-position: center !important;
    background-color: transparent !important;
}

.js-nav-link-list[data-nav-title="Direct Mail"] .nav-content-container,
.js-nav-link-list[data-nav-title="Graphic Design"] .nav-content-container,
.js-nav-link-list[data-nav-title="Get a Quote"] .nav-content-container {
    display: none !important;
}

/* Features list ? Bellia orange bullet */
.page-category .wgt-txt-list_styles-check_list_primary ul {
    list-style-image: none !important;
    list-style-type: none !important;
    padding-left: 20px !important;
}

.page-category .wgt-txt-list_styles-check_list_primary ul li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #e87722;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: -18px;
    vertical-align: middle;
}

.wgt-catalog-item-button button {
    pointer-events: none;
}

/* Support for responsive <picture> element in hero banner */
.comp-banner-home-container .image-container picture {
  display: block;
  width: 100%;
}

/* Hide hero text on tablet ? image fills full frame */
@media (min-width: 768px) and (max-width: 991px) {
  .comp-banner-home-container .content-container {
    display: none;
  }
}



/* Full width product image and button on mobile */
@media (max-width: 767px) {
  .page-viewcontent .card-body .col-xs-4,
  .page-viewcontent .card-body .col-xs-8 {
    width: 100% !important;
    float: none !important;
  }
  
  .page-viewcontent .card-body .img-fluid {
    width: 100% !important;
    height: auto !important;
  }
}



/* Hide sidebar product list on mobile - use hamburger menu instead */
@media (max-width: 767px) {
  aside.sidebar,
  div.col-md-3 {
    display: none !important;
  }
  div.col-md-9 {
    width: 100% !important;
    float: none !important;
  }
  
  /* Make product tile image fill full width */
  div.col-md-9 .col-xs-4 {
    width: 100% !important;
    float: none !important;
  }
  div.col-md-9 .col-xs-8 {
    width: 100% !important;
    float: none !important;
  }
  div.col-md-9 .col-xs-4 img {
    width: 100% !important;
    height: auto !important;
  }
}



/* Remove gap between image and button */
  div.col-md-9 .col-xs-4 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  div.col-md-9 .col-xs-8 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }



  /* Get Started button on products page - Bellia orange */
.page-products .card-body .btn.btn-primary {
  background-color: #e87722 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.page-products .card-body .btn.btn-primary:hover {
  background-color: #c9661a !important;
  border-color: #c9661a !important;
}


/* Remove empty list gap in product tiles */
  .card-body .col-xs-8 ul.list-unstyled {
    display: none !important;
  }


  /* Mega menu ? center column content under thumbnail */
.global-header-nav-container .catalog-content {
    text-align: center;
}
.global-header-nav-container .catalog-content .nav-heading-thumbnail {
    display: flex;
    justify-content: center;
}


/* Homepage hero height ? match hub page heroes */
.comp-banner-home-container {
    height: 420px !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

.banner-homepage-region {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.comp-banner-home-container .image-container,
.comp-banner-home-container .image-container picture,
.comp-banner-home-container .image-container img {
    height: 420px !important;
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

.video-copy {
  text-align: center !important;
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

#video-div video {
  width: 100% !important;
  min-width: 100% !important;
}

.bellia-video-break {
  position: relative;
  max-width: 860px;
  margin: 0 auto 40px;
  height: 380px;
  overflow: hidden;
}

.bellia-video-break video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.bellia-video-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(23, 48, 88, 0.55);
}

.bellia-video-text {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 48px;
  text-align: center;
  width: 80%;
  z-index: 2;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
  white-space: nowrap;
}

.category-homepage-region { display: none; }

.article-homepage-region { display: none; }

html {
    scroll-padding-top: 200px;
}

@media (max-width: 767px) {
    html {
        scroll-padding-top: 140px;
    }
}

/* Center Learn More button in video section on mobile */
@media (max-width: 767px) {
  .vid-section .thirtythree-cta {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 480px) {
    #point-check {
        font-size: 11px;
        letter-spacing: -0.2px;
    }
}

/* Hero CTA button - widen for one line */
.comp-banner-home-container .content-btn-container .cta-button {
    min-width: 220px;
    white-space: nowrap;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

/* Video section blue bar - stack on mobile */
@media (max-width: 767px) {
    .thirtythree-blue .row {
        flex-direction: column !important;
        align-items: center !important;
        padding: 20px 16px !important;
        gap: 16px;
    }

    .thirtythree-blue .thirty-logo,
    .thirtythree-blue .thirty-slogan,
    .thirtythree-blue .thirty-cta {
        width: 100% !important;
        text-align: center !important;
    }

    .thirtythree-blue .head-QPE {
        font-size: 15px !important;
    }
}

@media (max-width: 600px) {
    .industry-tile-label span {
        font-size: 11px;
        letter-spacing: 0.3px;
    }
    div[style*="grid-template-columns:repeat(3"] {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.sms-wgt-list.list-type-3colath {
    row-gap: 12px;
}

@media (max-width: 600px) {
    .area-tile-label span { font-size: 10px; letter-spacing: 0.3px; }
    div[style*="grid-template-columns:repeat(3"] { 
        grid-template-columns: repeat(2, 1fr) !important; 
    }
}


/* Prevent tagline from wrapping in header */
.secondary-contact-info-label {
    white-space: nowrap;
}

/* See All links in mega menu */
.item-link.caret-right .item-name {
    color: #e87722 !important;
    font-weight: 700;
}

/* Left align short descriptions in search results */
.result-list-item .text-center {
    text-align: left !important;
}


/* Shop More Products Carousel */
.bellia-product-tile img {
    width: 200px !important;
    height: 200px !important;
    object-fit: cover;
    border-radius: 4px;
}

/* Hidden - replaced by Customers Also Ordered carousel */
.bellia-more-products {
    display: none !important;
}

/* Shop More Products Carousel arrows */
.bellia-more-products {
    position: relative;
    padding: 40px 48px;
}

.bellia-prev,
.bellia-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #e87722;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #ffffff;
    z-index: 10;
    padding: 10px 14px;
    border-radius: 4px;
    opacity: 1;
}

.bellia-prev {
    left: -30px;
}

.bellia-next {
    right: -30px;
}

.bellia-prev:hover,
.bellia-next:hover {
    color: #349ed8;
}

/* =============================================
   CATEGORY HUB PAGE - LEFT/RIGHT INSET
   Constrains Core Products, You Might Also Need,
   and all named sections on hub pages
   ============================================= */
/* Inset product sections on category hub pages */
.product-homepage-region {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

/* Fix tab anchor scroll offset for sticky header */
.paper-and-specs-tab-wrapper,
.templates-tab-wrapper,
.qa-tab-wrapper {
    scroll-margin-top: 90px;
}

.mobile-br { display: none; }
@media (max-width: 767px) {
    .mobile-br { display: block; }
}



/* HOME PAGE CAROUSEL FAILSAFE
   Keeps tiles from going huge if Slick/Owl does not initialize */
.product-homepage-region .slick-slider:not(.slick-initialized) {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 16px;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-homepage-region .slick-slider:not(.slick-initialized) > li {
  flex: 0 0 calc(25% - 12px);
  max-width: calc(25% - 12px);
}

.product-homepage-region .slick-slider:not(.slick-initialized) img {
  width: 100% !important;
  max-width: 250px;
  height: auto !important;
  display: block;
}

.product-homepage-region .wgt-catalog-item-image img {
  width: 100%;
  height: auto;
  max-width: 250px;
}

@media (max-width: 768px) {
  .product-homepage-region .slick-slider:not(.slick-initialized) > li {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}

/* Accessibility fix: header phone number contrast (vs white background) */
a.contact-no {
    color: #2776a2 !important;
}

/* Accessibility fix: footer phone & service area links (vs navy footer background) */
.global-footer-container a[href="tel:8568452234"],
.global-footer-container a[href="/service-areas"] {
    color: #48a7db !important;
}

/* Accessibility fix: hero CTA button contrast (vs white text) */
.comp-banner-home-container .content-btn-container .cta-button {
    background-color: #b05a19 !important;
}

/* Stabilize PrintNow product gallery before Slick finishes loading */
#product .comp-gallery-container .main-image-container,
#product .comp-gallery-container .swan-carousel-slide.zoom-image-container {
    width: 100%;
    aspect-ratio: 1 / 1;
}

/* Keep product images inside the reserved square */
#product .comp-gallery-container img.main-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

/* Fix: mobile nav X/hamburger icon gets covered by full-screen drawer overlay
   (drawer is w-100/h-100 with z-index 9999 & pointer-events:all when open,
   blocking clicks to the header burger/close icon sitting behind it) */
.mobile-burger-wrapper {
    position: relative;
    z-index: 10000;
}

@media (max-width: 767px) {
    .footer-social-col {
        max-width: 100% !important;
        width: 100%;
        text-align: center !important;
    }
}

/* Hide redundant product-section labels and empty dash sitewide */
.page-category .mobile-product-tabs {
    display: none !important;
}

/* Related-products carousel layout */
.related-products-region {
    position: relative;
}

.slick-related-products {
    position: relative;
    margin: 0 32px;
    padding: 0;
}

.slick-related-products .slick-list {
    overflow: hidden;
    width: 100%;
}

.slick-related-products .slick-slide {
    padding: 0 7px;
    box-sizing: border-box;
}

.slick-related-products .slick-custom-arrow {
    position: absolute;
    top: 42%;
    width: 28px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.slick-related-products .slick-prev {
    left: -32px;
}

.slick-related-products .slick-next {
    right: -32px;
}

.slick-related-products .slick-custom-arrow img,
.slick-related-products .slick-custom-arrow svg {
    max-width: 100%;
    height: auto;
}

.related-products-heading {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 28px;
}

.share-product .icon-btn svg {
    width: 16px;
    height: 16px;
}