:root {
    --shopmetal-link-color: #0638a3;
}

body.modal-open {
    padding-right: 0px !important;
    overflow: auto !important;
}

html {
    font-size: 14px;
}

header {
    position: sticky;
    top: 0px;
    z-index: 10;
}

body {
}

.w-40 {
    width: 40% !important;
}

/*img {
    pointer-events: none;
}*/

.checkout-container {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.22);
    padding: 15px 12px 15px 12px !important;
}

.container-login {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.22);
    padding: 15px 12px 15px 12px !important;
}

.container-register-account {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.22);
    padding: 15px 12px 15px 12px !important;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}


.product-category {
    min-width: 100%;
    max-width: 100%;
    padding: 1em;
    border: 1px solid #ccc;
    padding: 0px !important;
    background-color: white;
}

.product-category-content {
    width: 90%;
    margin: 0px auto;
}

.sub-category-list {
    padding-left: 0px !important;
    margin-left: 0px !important;
    margin: 0px auto;
    width: 100%;
    padding-bottom: 10px;
}

    .sub-category-list li a {
        color: black;
        text-decoration: none;
    }

        .sub-category-list li a:hover {
            text-decoration: underline;
            color: #202F3B;
        }

    .sub-category-list li {
        margin-left: 0;
        color: #000;
        background-color: #eee;
        border-radius: 4px;
        padding: 5px 3px 3px 5px;
        margin: 3px 0;
        display: inline-block;
        width: 100%;
    }

.product-category-header {
    color: #ffffff;
    background-color: #012169;
    width: 100%;
    padding: 5px 5px 5px 10px;
}

.product-category-more {
    width: 90%;
    margin: 0px auto;
    padding-bottom: 10px;
    padding-top: 10px;
}

.sub-category-products {
    margin-left: 20px;
    margin-top: 5px;
}

ul.sub-category-products {
    list-style-type: disc;
    list-style-position: inside;
}

.sub-category-products li {
    list-style-type: disc;
    color: #000;
    background-color: #eee;
    border-radius: 4px;
    padding-top: 5px;
    margin: 0px;
    display: inline-block;
    width: 100%;
}


.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.item-price-each {
    font-size: 10px;
    color: #939393;
}

.cart-item-links {
    font-size: 12px;
    text-decoration: none;
}



.btn-addToCart, .btn-loader, .btn, .btn-link {
    position: relative;
    padding: 8px 16px;
    border: none;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
}

    .btn-link .btn-text {
        color: #0000EE;
        transition: all 0.2s;
    }


.btn-text {
    color: #ffffff;
    transition: all 0.2s;
}

.btn-loading .btn-text {
    visibility: hidden;
    opacity: 0;
}

.btn-link.btn-loading::after {
    border-top-color: blue;
}

.btn-loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

.lbl-loading #lbl-estimated-shipping, .lbl-loading #lbl-subtotal, .lbl-loading #lblTotalAmount, .lbl-loading #lbl-total, .lbl-loading #lbl-salestax {
    visibility: hidden;
    opacity: 0;
}

.lbl-loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: blue;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.product-expand, .btn-link {
    padding: 0px;
}

#btn-change-shipping, #btn-change-billing {
    font-size: 12px;
}

.form-control.required {
    background-color: #ffffcc;
}

.form-control.error-required {
    background: #f7dcdd;
    border-color: #b94a48;
}

.form-control.has-error {
    background: #f7dcdd;
    border-color: #b94a48;
}

#btn-change-shipping:hover, #btn-change-billing:hover {
    cursor: pointer;
}

#td-estimated-shipping, #td-total, #td-subtotal, #td-salestax {
    position: relative;
}

.expand-subcategory {
    font-size: 13px;
}

    .expand-subcategory:hover {
        cursor: pointer;
    }

#table-products th {
    position: sticky;
    top: 0;
    background: white;
    z-index: 99;
}

#table-pricing-tiers thead th {
    position: relative;
    background: #012169;
    color: white;
    z-index: 98;
}



#table-products thead tr {
    background: white;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.fs-30 {
    font-size: 30px;
}

.fw-bold-500 {
    font-weight: 500 !important;
}

.pl-20px {
    padding-left: 20px !important;
}

#img-showpass:hover {
    cursor: pointer;
}

.hide {
    display: none !important;
}


.lbl-check-input {
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
}

.display-block {
    display: block !important;
}


.bg-shopmetal-blue {
    background: #012169 !important;
}

    .bg-shopmetal-blue a.shopmetal-navigation {
        color: #ffffff !important;
    }

footer {
    min-height: 20rem;
    background-color: #202f3b;
    color: #fff;
    bottom: 0px;
    //position: absolute;
    width: 100%;
}


.foot-locations h4, .foot-contact h4 {
    margin: 2.2rem 0 1.2rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #929fac;
    font-family: OpenSans-Bold, Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    text-transform: uppercase
}

.foot-locations p, .foot-contact p {
    font-size: 0.9em;
}

.foot-locations strong, .foot-contact strong {
    font-family: OpenSans-Semibold, Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: normal
}

.copyright {
    padding-top: 0.25rem;
    font-size: 0.9em
}

#main-product-list, #industry-product-list {
    list-style-type: none;
    margin: 0px;
    min-height: 100px;
    margin-top: 18px;
    font-size: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 120px);
    grid-gap: 1em 2em;
    max-width: 100%;
    z-index: 20;
    color: rgb(109, 113, 107);
    /* box-shadow: rgb(162, 151, 151) 3px 3px 10px; */
    cursor: pointer !important;
    list-style: none;
    /* background: rgb(255, 255, 255); */
    padding: 10px 12px;
}

    #main-product-list li, #industry-product-list li {
        float: left;
        margin: 0px 10px 0px 10px;
        text-align: center;
    }

    #main-product-list li, #industry-product-list li {
        background: white;
        padding: 1rem;
        background: #fff;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.22);
        padding: 7px 10px 7px 10px !important;
        border-radius: 0.25rem !important;
    }

        #main-product-list li:hover, #industry-product-list li:hover {
            background-color: #ffffb0;
        }


        #main-product-list li a:hover, #industry-product-list li a:hover {
            color: #012169;
            text-decoration: underline;
        }

        #main-product-list li a, #industry-product-list li a {
            text-decoration: none;
            color: #000000;
        }
















.container {
    min-height: 100%;
}

.content-inside {
    padding: 20px;
    padding-bottom: 50px;
}


.product-filter-group {
    padding-bottom: 1px !important;
    margin-bottom: 10px;
}

#dropdown-account .dropdown-menu li {
    color: black !important;
}

    #dropdown-account .dropdown-menu li a {
        color: black !important;
    }



.product-additional-image {
    width: 100%;
}

.w-100 {
    width: 100%;
}


#lbl-cart-count {
    font-size: 12px;
    background: #f44906;
    color: #fff;
    padding: 1px 5px;
    vertical-align: top;
    margin-left: -10px;
    margin-top: 2px;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}



.sub-category-list li {
    margin-left: 0;
    color: #000;
    background-color: #eee;
    border-radius: 4px;
    padding: 5px 3px 3px 5px;
    margin: 3px 0;
    display: inline-block;
    width: 100%;
}

.product-filter-group ul {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

    .product-filter-group ul li {
        margin-left: 0;
        color: #000;
        background-color: #eee;
        border-radius: 4px;
        padding: 5px 3px 5px 20px;
        margin: 3px 0;
        display: inline-block;
        width: 100%;
        text-align: left;
    }

        .product-filter-group ul li a {
            text-decoration: none;
            color: black;
        }

            .product-filter-group ul li a:hover {
                text-decoration: underline;
                color: #202F3B;
            }


@keyframes spinning {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.hover-shake {
    animation: tilt-shaking 0.25s infinite;
}

.spin {
    animation-name: spinning;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.product-img-delete {
    height: 20px;
}


.form-control-focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

.filter-option:hover {
    cursor: pointer;
}

.checkout-as-guest {
    display: none;
}

.my-store {
    text-decoration: none;
}

.no-underline {
    text-decoration: none;
}

.select-store {
    color: black !important
}


.container-store {
    padding: 10px;
}

.btn-select-store {
    width: 100%;
    padding: 5px 0px 5px 0px;
    margin-top: 10px;
}

.store-list {
    width: 200px;
}

.header-link {
    font-size: 15px;
    color: blue;
}

    .header-link.disabled {
        color: gray;
    }

        .header-link.disabled:hover {
            cursor: auto;
            text-decoration: none;
        }


.header-text {
    font-size: 15px;
}

.header-link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.save-later-image {
    width: 220px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.container-saved-later {
    grid-template-columns: repeat(auto-fill,250px);
    display: grid;
    /*grid-gap: 1em 2em;
    grid-auto-rows: 1fr;*/
    grid-auto-rows: 1.5fr;
    grid-auto-flow: row dense;
    grid-gap: 1em 2em;
}

.card-save-later {
    width: 100%;
    border: 1px solid #E7E7E7;
    padding: 0px 20px 20px 20px;
    background-color: white;
    display: flex;
    flex-direction: column;
}

.card-savelater-attributes {
    margin-top: auto;
    text-align: left;
}

.card-actions {
    padding-top: 15px;
}


.card-link:hover, .cart-item-links:hover {
    color: #0000ee;
    text-decoration: underline;
}



.card-price {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    maring-top: 10px;
}

.cart-description {
    font-size: 16px !important;
    color: #0F1111 !important;
    height: 2.6em;
    line-height: 1.3em !important;
    max-height: 2.6em;
    font-weight: 500;
}

#container-savedlater-actions {
    padding-top: 30px;
    text-align: center;
}

#btn-savelater-more {
    width: 400px;
}

.lbl-savelater-itemcount {
    font-size: 15px;
}

/*#container-quote-actions, #container-cart-actions {
    position: sticky;
    top: 20px;
}*/

.float-right {
    float: right;
}

.create-new-cart {
    color: #0000EE;
}

    .create-new-cart:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.label-saved-cart {
    font-size: 1.2rem;
    font-weight: bold;
}

.label-cart-header-append {
    font-weight: bold;
    text-decoration: underline;
    font-style: italic;
}

























.dropdown-menu li {
    position: relative;
}

.nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.nav-item .submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover {
    background-color: #f1f1f1
}

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }


.container-sub-menu {
    width: 100%;
    background-color: #000000;
}

.container-search {
    width: 100%;
    background-color: #3A3A3A;
}

#submenu-search {
    padding: 5px;
}

#submenu-nav a.nav-link {
    color: #ffffff !important;
}


.highlight-quote-only {
    background-color: yellow;
    font-size: 18px;
}

.home-container-responsive {
    max-width: 960px;
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200.98px) {
    .home-container-responsive {
        max-width: 95%;
    }
}

@media (max-width: 1200.98px) {
    .sidebar-nav {
        display: none;
    }
}

[id^="group-"] {
    scroll-margin-top: 170px;
}

.sidebar-nav {
    position: sticky;
    align-self: start;
    overflow-y: auto;
    top: 140px;
    max-height: calc(100vh - 140px);
    padding-bottom: 200px;
}







































@-moz-keyframes example4 {
    0% {
        -moz-transform: translateX(200%);
    }

    100% {
        -moz-transform: translateX(0%);
    }
}

@-webkit-keyframes example4 {
    0% {
        -webkit-transform: translateX(200%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes example4 {
    0% {
        -moz-transform: translateX(200%); /* Firefox bug fix */
        -webkit-transform: translateX(200%); /* Firefox bug fix */
        transform: translateX(200%);
    }

    100% {
        -moz-transform: translateX(0%); /* Firefox bug fix */
        -webkit-transform: translateX(0%); /* Firefox bug fix */
        transform: translateX(0%);
    }
}

.btn-hdr-viewcart {
    height: 25px;
    padding: 0px;
    padding: 5px;
    padding-bottom: 26px;
    line-height: 20px;
    margin-top: 6px;
    width: 20%;
}

.container-search-results {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.22);
    padding: 15px 12px 15px 12px !important;
    margin-bottom: 20px;
}



.search-preload-title {
    width: 50%;
    animation: loader 3s infinite ease-in-out;
    -webkit-animation: loader 3s infinite ease-in-out;
}


.search-preload {
    margin: 10px;
    animation: loader 3s infinite ease-in-out;
    -webkit-animation: loader 3s infinite ease-in-out;
}


@keyframes loader {
    0% {
        background-color: rgba(165, 165, 165, 0.1);
    }

    50% {
        background-color: rgba(165, 165, 165, 0.3);
    }

    100% {
        background-color: rgba(165, 165, 165, 0.1);
    }
}

@-webkit-keyframes loader {
    0% {
        background-color: rgba(165, 165, 165, 0.1);
    }

    50% {
        background-color: rgba(165, 165, 165, 0.3);
    }

    100% {
        background-color: rgba(165, 165, 165, 0.1);
    }
}

.margin-auto {
    margin: 0px auto;
}

.float-left {
    float: left;
}

.link-register-account {
    text-decoration: none;
    color: var(--shopmetal-link-color);
    font-weight: bold;
    font-size: 18px;
}

.link-resend-email-confirmation {
    margin-top: 5px;
}

.link-resend-email-confirmation, .link-forgot-password {
    text-decoration: none;
    color: var(--shopmetal-link-color);
    font-size: 18px;
}

    .link-register-account:hover, .link-resend-email-confirmation:hover, .link-forgot-password:hover {
        text-decoration: underline;
    }

.required-field {
    background-color: #ffffcc;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.bg-row-quote-only {
    background-color: #ddedff !important;
}

.bg-row-no-inventory {
    background-color: #ffe0e0 !important;
}

.fs-18px {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.w-40 {
    width: 40% !important
}


.w-45 {
    width: 45% !important
}

.w-50 {
    width: 50% !important
}

.w-55 {
    width: 55% !important
}

.w-60 {
    width: 60% !important
}

.pr-15 {
    padding-right: 15px !important;
}

.btn-remove-discount:hover {
    cursor: pointer;
    text-decoration: underline;
}

#btnMainMenu {
    position: fixed;
    bottom: 0px;
    right: 0px;
    margin-right: 25px;
    margin-bottom: 25px;
}

#feedbackButton {
    position: fixed;
    right: 0px;
    /* margin-right: 0px; */
    /* margin-bottom: 0px; */
    transform: translateY(-50%) translateX(40%) rotate(-90deg);
    top: 50%;
}

@media (max-width: 767px) {
    #summary-shipping .text-end,
    #summary-billing .text-end {
        padding-right: 10% !important;
    }
}

@media (max-width: 767px) {

    #btn-change-payment {
        padding-right: 7.5% !important;
    }
}

@media (max-width: 767.98px) {
    .grecaptcha-badge {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
}

.cursor-pointer:hover {
    cursor: pointer;
}

.pos-menu-item {
    position: relative;
    box-sizing: border-box;
    outline: 0px;
    margin: 0px 4px 0px 0px;
    text-transform: initial;
    letter-spacing: 0px;
    font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.75;
    box-shadow: none;
    padding: 5px 8px 6px;
    border: 1px solid rgba(223, 226, 231, 0.8);
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgb(0, 107, 214);
}

    .pos-menu-item:hover {
        background-color: rgb(235, 245, 255);
        border-color: rgb(153, 204, 255);
    }

    .pos-menu-item:active {
        background-color: rgb(213, 229, 245);
        border-color: rgb(153, 204, 255);
    }



.selected-row-success {
    background-color: rgb(220 252 231 / .6);
}

tr.joint-row-striped > td {
    background-color: #dadce0 !important;
}



.bg-header-red {
    background-color: #e2160f !important;
}

.bg-body-black {
    background-color: black !important;
}

.bg-body-grey {
    background-color: #ECEFF1 !important;
}

.bg-header-red a {
    color: white !important;
}



.container-paper {
    background-color: white;
    padding: 5px;
    border-radius: 10px;
}

.color-white {
    color: white;
}

.border-1-white {
    border: 1px solid white !important;
}

/*.container-2xl {
    width: 85vw;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}*/






.industry-selector {
    text-align: center;
}

    .industry-selector h2 {
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
    }

    .industry-selector h5 {
        font-size: 1rem;
        color: #666;
        margin-bottom: 1.5rem;
    }

.categorization-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 16px;
    padding: 10px 0;
}

.categorization-card {
    background: #f8f9fa;
    text-align: left;
    padding: 10px;
    transition: transform 0.2s ease-in-out;
    background-color: white;
    border: 1px solid rgb(5 44 101 / 30%);
    box-shadow: 0 2px 4px rgba(5, 44, 101, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    min-height: 70px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
}

    .categorization-card .categorization-content {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .categorization-card img {
        width: 70px;
        object-fit: cover;
    }

    .categorization-card.selected {
        background-color: #c1e1a6;
    }

    .categorization-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        background-color: rgba(0, 29, 97, 0.15);
    }


.color-black {
    color: black;
}

.text-decoration-none {
    text-decoration: none;
}



.categorization-header {
    font-size: 1.8rem;
    margin-bottom: 0px;
}

.categorization-description {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.5rem;
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    max-width: 300px;
}

.item-image {
    width: 50px;
    height: auto;
}

.item-text {
    font-size: 16px;
    margin-left: 10px;
}

.category-header {
    font-size: 25px;
    line-height: 1.5;
    padding-bottom: 4px;
    color: #333;
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-view-all {
    text-decoration: none;
    font-size: 1rem;
}

    .category-view-all:hover {
        text-decoration: underline;
    }

.product-group-card {
    border: 1px solid rgb(5 44 101 / 30%);
    box-shadow: 0 2px 4px rgba(5, 44, 101, 0.3);
    background-color: white;
    padding: 15px;
    width: 100%;
}

.product-main-image {
    width: 100%;
    border: 1px solid rgb(5 44 101 / 30%);
    box-shadow: 0 2px 4px rgba(5, 44, 101, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-group-image {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-group-details {
    flex-grow: 1;
    padding-left: 15px;
}

.product-group-card .dimensions {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.product-group-card .dropdown, .product-group-card .custom-cut-btn {
    margin-top: 10px;
}

.product-group-card .pricing {
    text-align: right;
}

.product-group-card .quantity-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 10px 0;
}

    .product-group-card .quantity-control button {
        width: 30px;
        height: 30px;
    }

.product-group-card .add-to-cart {
    width: 100%;
    padding: 8px;
    font-weight: bold;
}


.flex-between {
    display: flex;
    justify-content: space-between;
}


.card-border {
    border: 1px solid rgb(5 44 101 / 30%);
    box-shadow: 0 2px 4px rgba(5, 44, 101, 0.3);
}


.product-group-detail {
    width: 100%;
    border-collapse: collapse;
}

    .product-group-detail th, .product-group-detail td {
        border: 1px solid #ccc;
        padding: 8px;
        text-align: left;
    }

    .product-group-detail th {
        background-color: #666;
        color: white;
    }

    .product-group-detail td {
        background-color: white;
    }


.product-group-filters {
    display: flex;
    justify-content: normal;
    border: 1px solid rgb(5 44 101 / 30%);
    box-shadow: 0 2px 4px rgba(5, 44, 101, 0.3);
    background-color: white;
    padding: 15px;
    width: 100%;
}


.container-subcategory-filter {
    border: 1px solid rgb(5 44 101 / 30%);
    box-shadow: 0 2px 4px rgba(5, 44, 101, 0.3);
    padding: 20px;
    padding-left: 25px;
    display: flex;
    background: white;
    align-items: center;
    justify-content: space-between;
}

    .container-subcategory-filter .filter-label {
        font-weight: bold;
        margin-right: 10px;
    }


















.product-card {
    border: 1px solid rgb(5 44 101 / 30%);
    box-shadow: 0 2px 4px rgba(5, 44, 101, 0.3);
    padding: 1rem;
    margin-bottom: 1.5rem;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures content is spaced evenly */
}

    .product-card .product-image {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: .5rem;
        min-height: 200px;
        max-height: 250px;
    }


.product-image img {
    max-height: inherit;
    /*width: 100%;*/
    max-width: 100%;
}

.product-card .quantity-input {
    max-width: 80px;
    text-align: center;
}

.product-card .btn-quantity {
    padding: 0.375rem 0.75rem;
}

.product-price {
    margin-top: auto; /* Ensures the price stays just above the button */
    font-weight: bolder;
    font-size: 1.75rem;
    color: #c7610d;
}

.text-underline-offset {
    text-underline-offset: 2px;
}

.product-card-item-number {
    font-size: 15px;
}


.fs-1-rem {
    font-size: 1rem;
}

.w-100container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    max-height: 700px;
}

.inline-price {
    display: inline;
    color: #28a745;
}

.inline-muted {
    display: inline;
    color: #6c757d;
}

.img-full-contained {
    display: block;
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    padding: 5px;
}









.product-attribute-table {
    grid-template-columns: 2fr 3fr 2fr 3fr;
    width: 100%;
}

    .product-attribute-table .header {
        background: #4d4d4d;
        color: white;
        font-weight: bold;
        padding: 10px;
    }

    .product-attribute-table .cell {
        border: 1px solid #ccc;
        padding: 10px;
        background-color: white;
    }

    .product-attribute-table .grid-column-span-2 {
        grid-column: span 2;
    }



.product-group-image img {
    width: 250px;
}

.product-group-card {
    margin-bottom: 15px;
}

.product-price-container {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.bulk-price-label {
    color: #0068ff;
    font-size: 1rem;
}

    .bulk-price-label:hover {
        cursor: pointer;
        color: #002356;
    }


.highlight {
    color: #c7610d;
}

.hero-img {
    width: 100%;
}

.mb-6 {
    margin-bottom: 3.5rem !important;
}

.mb-7 {
    margin-bottom: 4rem !important;
}

.mb-8 {
    margin-bottom: 4.5rem !important;
}

.fs-4 {
    font-size: 2rem !important;
}

.fs-3 {
    font-size: 1.75rem !important;
}

.fs-2 {
    font-size: 1rem !important;
}

.fs-1 {
    font-size: .75rem !important;
}

.container-v2 {
    background: #f8f9fa;
    text-align: left;
    padding: 10px;
    transition: transform 0.2s ease-in-out;
    background-color: white;
    border: 1px solid rgb(5 44 101 / 30%);
    box-shadow: 0 2px 4px rgba(5, 44, 101, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    font-size: 1rem;
    font-weight: 500;
}


.justify-items-end {
    justify-items: end !important;
}



.spin-loader {
    display: inline-block;
    animation: spin-loader 1s linear infinite;
}

@keyframes spin-loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.w-33 {
    width: 33%
}

.w-66 {
    width: 66%
}


.login-spacing {
    clear: both;
}

.twofa-is-machine-remembered {
    display: inline-block;
}

.hidden-shipping-address {
    display: none;
}

.expanded-feedback-image {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

.winner-name {
    font-size: 1.5rem;
}

.feedback-table-full-width {
    width: 100%;
}

.feedback-table-header-right {
    text-align: right;
}

.feedback-entries-row {
    background-color: #0A2B3D;
    color: #ffffff;
}

.feedback-star {
    font-size: 1.5rem;
    cursor: pointer;
}

.feedback-entry-winner {
    background: #e4feed;
}

.feedback-email-summary-winner {
    background: #e4feed;
}

.feedback-doc-image {
    cursor: pointer;
    height: auto;
    object-fit: cover;
    border: none;
}

.rightside-layout-scroll {
    max-height: 410px !important;
}

.noresult-hidden {
    display: none;
}

.shipping-label-image {
    width: 100%;
}

.listform-noresult-hidden {
    display: none;
}

.toast-success-layer {
    z-index: 11;
}

.price-comps-clear {
    clear: both;
}

.price-comps-label-fullwidth {
    width: 100%;
}

.pickaticket-float-right {
    float: right;
}

.profit-float-right {
    float: right;
}

.profit-noresult-hidden {
    display: none;
}

.profitsum-float-right {
    float: right;
}

.screenscrape-noresult-hidden {
    display: none;
}

.tariff-title {
    color: #012169;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-top: 20px;
}

.tariff-content {
    max-width: 1000px;
    margin: auto;
    padding: 40px;
    font-family: 'Roboto', sans-serif;
    color: #495057;
}

.tariff-intro {
    font-size: 18px;
    color: #878a99;
    line-height: 1.6;
}

.tariff-paragraph {
    color: #495057;
}

.tariff-subheading {
    color: #012169;
    font-weight: bold;
}

.tariff-highlight {
    color: #C7610D;
    font-weight: bold;
    font-size: 18px;
}

.tariff-list {
    color: #495057;
    font-size: 18px;
}

.tariff-warning {
    color: #C7610D;
    font-weight: bold;
}

.cart-queue-update-hidden {
    display: none;
}

.cartqueue-clear {
    clear: both;
}

.cartqueue-clickable-cell {
    cursor: pointer;
}

.cart-drawer-item-price-minwidth {
    min-width: 70px;
}

.cart-drawer-item-clickable {
    cursor: pointer;
}

.cart-drawer-item-image-style {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
}

.cart-drawer-item-clickable {
    cursor: pointer;
}

.cart-drawer-item-image-style {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
}

.payby-account-actions-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.payby-account-align-end {
    align-self: flex-end;
}

.cartquote-clear {
    clear: both;
}

.payby-account-full-height {
    height: 100%;
}

.order-notification-message {
    font-style: italic;
    font-size: 15px;
    color: red;
}

.quote-notification-message {
    font-style: italic;
    font-size: 15px;
    color: red;
}

.productinfo-container-v2 {
    height: auto;
    max-height: 700px;
}

.productinfo-display-inline {
    display: inline;
}

.productinfo-image-style {
    max-height: 400px;
    object-fit: contain;
    padding: 5px;
}

.productinfo-quantity-input {
    max-width: 70px;
}

.product-dropdown-auto-width {
    width: auto;
}

.subcat-dropdown-auto-width {
    width: auto;
}

.checkout-container-sticky {
    top: 1.5rem;
}

.billing-info-hidden {
    display: none;
}

.billing-info-update-hidden {
    display: none;
}

.shipping-info-update-hidden {
    display: none;
}

.cartqueue-row-clickable {
    cursor: pointer;
}

.image-placeholder-box {
    height: 250px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cartinfo-quantity-input {
    width: 60px;
}

.departmentcategories-column {
    min-width: 275px;
}

.contentcardscolumn {
    display: none;
}


.results-loading {
    display: none;
    text-align: center;
}

.no-more-results {
    display: none;
    color: gray;
}

.added-to-cart-message {
    display: none;
    color: green;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.sku-column {
    min-width: 275px;
}

.card-result {
    position: relative;
}

    .card-result.highlighted-border {
        border: 2px solid #007bff;
    }

.quantity-input-box {
    text-align: center;
    margin: 0 5px;
}

    .quantity-input-box.display-inline {
        display: inline-block;
    }

    .quantity-input-box.display-none {
        display: none;
    }

#input-rename-quote {
    width: 100%;
}

@media (min-width: 768px) {
    #input-rename-quote {
        width: 50%;
    }
}

@media (min-width: 992px) {
    #input-rename-quote {
        width: 75%;
    }
}


.results-page-add-to-cart-button {
    width: 100%;
}

    .results-page-add-to-cart-button.display-block {
        display: block;
    }

    .results-page-add-to-cart-button.display-none {
        display: none;
    }

.results-page-quantity-decrement-button {
    width: 40px;
}

    .results-page-quantity-decrement-button.display-inline {
        display: inline-block;
    }

    .results-page-quantity-decrement-button.display-none {
        display: none;
    }

.results-page-quantity-increment-button {
    width: 40px;
}

    .results-page-quantity-increment-button.display-inline {
        display: inline-block;
    }

    .results-page-quantity-increment-button.display-none {
        display: none;
    }

.admin-header-scroll {
    max-height: 300px;
}

.admin-header-app-search {
    max-height: 320px;
}

.categorized-item-image {
    width: 70px;
}

.table-cell-background {
    background-color: rgb(235, 245, 255);
}

.table-row-background {
    background-color: rgb(235, 245, 255);
}

.customer-feedback-modal {
    color: #212529;
}

.my-store-label {
    float: left;
    font-size: 14px;
}

.main-menu-col {
    float: none;
    margin: auto;
}

.navbar-brand.shopmetal-navigation {
    padding: 5px;
}

.layoutcontainer {
    margin: 0px auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.layout-search-input {
    margin: 0px auto;
}

.lord-icon-style {
    width: 90px;
    height: 90px;
}

.lord-icon-custom {
    width: 75px;
    height: 75px;
}

.index-table-header {
    width: 25px;
}

.lord-icon-large {
    width: 100px;
    height: 100px;
}

.w-40px {
    width: 40px;
}

.mx-5px {
    margin-left: 5px;
    margin-right: 5px;
}

.quantity-decrement2,
.quantity-increment2 {
    border: 1px solid #6c757d !important;
    font-weight: bold;
}

.product-quantity {
    border: 1px solid #6c757d !important;
}



.ProductInfoAddToCartBtn {
    height: 45%;
    width: 100%;
    padding-left: 4%;
}

.thumbnail-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: .5% 0;
}

.thumbnail-button {
    background: none;
    border: none;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-thumbnail {
    width: 75px;
    height: 75px;
    object-fit: contain;
    padding: 4px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

    .product-thumbnail:hover {
        transform: scale(1.1);
    }

.save-for-later {
    font-size: 1.3rem;
    padding: 5px 10px;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

    .save-for-later:hover {
        background-color: #dc3545;
        color: white;
    }


    .save-for-later.active i {
        color: red;
        font-weight: bold;
    }

.table-dark-bordered thead tr:nth-child(2) th {
    border-top: 3px solid #4d4d4d;
}


.table-dark-bordered th,
.table-dark-bordered td {
    border-top: none;
    border-bottom: none;
    border-left: 3px solid #4d4d4d;
    border-right: 3px solid #4d4d4d;
}


.table-header-dark {
    background-color: #4d4d4d !important;
    color: white !important;
}


.table-dark-bordered tbody tr:last-child td {
    border-bottom: 3px solid #4d4d4d;
}

.table-dark-bordered thead tr:first-child th {
    border-top: 3px solid #4d4d4d;
}

.view-more-btn {
    color: #C76100 !important;
    text-decoration: none;
}

.product-group-highlighted {
    border-color: #053579;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.container-sc-pricing {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    /* Set up the transition */
    transition: all 0.1s ease-out;
}

    .container-sc-pricing.show {
        opacity: 1;
        transform: translateY(0);
        max-height: 500px;
        margin-top: 20px;
        padding: 5px;
    }

.table-price-breaks {
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
}


.product-group-highlighted {
    border-color: #053579;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.container-sc-pricing {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    /* Set up the transition */
    transition: all 0.1s ease-out;
}

    .container-sc-pricing.show {
        opacity: 1;
        transform: translateY(0);
        max-height: 500px;
        margin-top: 20px;
        padding: 5px;
    }

.table-price-breaks {
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
}

.custom-feedback-link {
    color: #C7610D !important;
}

    .custom-feedback-link:hover {
        color: #a4500a !important;
        text-decoration: underline;
    }

.view-more-btn {
    color: #C7610D !important;
    text-decoration: none;
}

.left-section {
    margin-left: 2.5%
}

.view-more-btn:hover {
    color: #a4500a !important;
    text-decoration: underline;
}

.metrics-section {
    width: 100%;
}

.cart-empty-message {
    border: 1px solid #f0e0d5;
    background-color: #fff8f3;
    padding: 30px;
    text-align: center;
    border-radius: 12px;
    margin: 40px auto;
    color: #C7610D !important;
    max-width: 600px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

    .cart-empty-message .cart-empty-header {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .cart-empty-message .cart-empty-subtext {
        font-size: 1rem;
        font-weight: 400;
        color: #A64E00;
    }


.metrics-section-title {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.metrics-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}



.keyfeatures-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.keyfeatures-item {
    display: grid;
    width: 100%;
}

.input-section {
    padding-top: 10%;
    padding-left: 4%;
}

.thumbnail-gallery {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 14px;
    margin-top: 1rem;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    align-items: center;
}

.thumbnail-button {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    padding: 8px;
}

    .thumbnail-button img.product-thumbnail {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 6px;
        transition: all 0.3s ease;
        max-height: 80px;
    }

.text-highlight-orange {
    color: #C7610D !important;
}

.attribute-no-border {
    border: none !important;
}

.fs-2_25 {
    font-size: 1.25rem
}

#container-search-loading {
    width: 50%;
    margin: 0px auto;
    text-align: center;
    justify-content: center;
    justify-items: center;
    display: flex;
}

#container-loadmore {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    justify-content: center;
    justify-items: center;
    display: flex;
}

.sticky-cart {
    position: sticky;
    top: 230px !important;
    z-index: 3;
}

@media (max-width: 768px) {
    .sticky-cart {
        top: 170px !important;
    }
}

.cart-description-container {
    position: relative !important;
    height: 100px !important;
    margin-top: 10px !important;
}

.cart-item-description {
    width: 100% !important;
    height: 100% !important;
    resize: none !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    pointer-events: none !important;
}

    .cart-item-description.show,
    .cart-item-description.visible {
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    .cart-item-description.hide {
        opacity: 0 !important;
        pointer-events: none !important;
        display: block !important;
    }


.d-grid {
    display: grid !important;
}

/*.d-none {
    display: none !important;
}*/

@media (min-width: 576px) {
    .d-sm-grid {
        display: grid !important;
    }
}

@media (min-width: 768px) {
    .d-md-grid {
        display: grid !important;
    }
}

@media (min-width: 992px) {
    .d-lg-grid {
        display: grid !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-grid {
        display: grid !important;
    }
}

@media (min-width: 1400px) {
    .d-xxl-grid {
        display: grid !important;
    }
}


.display-none {
    display: none;
}


.h-70px {
    height: 70px;
}

.badge-default {
    background-color: #0d6efd;
    color: white;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.10rem !important;
    line-height: 1;
}

:root {
    --hd-orange: #c7610d;
}

.navbar-hd {
    font-size: 0.9rem;
}

.logo-box {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

    .logo-box img {
        max-height: 42px;
        color: white;
    }

.store-info i {
    font-size: 1.25rem;
    margin-right: 0.25rem;
}



.nav-icons .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 0.75rem;
}

    .nav-icons .nav-link i {
        font-size: 1.3rem;
    }

.cart-wrapper {
    position: relative;
}

    .cart-wrapper .badge {
        position: absolute;
        top: 15px;
        right: 10px;
        transform: translate(50%, -50%);
        background: red;
    }

@media (max-width: 991.98px) {
    .store-info {
        font-size: 0.85rem;
    }

    .nav-icons .nav-link span {
        font-size: 0.75rem;
    }
}

.text-white {
    color: white;
}

#container-storepicker {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .dropend .dropdown-menu {
        top: 0;
        right: auto;
        left: 100%;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

/* Mobile accordion styling */
.accordion-button:not(.collapsed) {
    background-color: var(--bs-primary);
    color: white;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Mobile menu links */
.offcanvas-body a:hover {
    background-color: var(--bs-light);
}

/* Indentation classes for mobile */
.px-6 {
    padding-left: 3rem !important;
    padding-right: 1rem !important;
}


.is-invalid {
    border: 2px solid #dc3545 !important;
    background-color: #ffe5e5;
}


.checkout-form-wrapper {
    display: flex;
    align-items: flex-start;
}

[data-section].d-none {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

#desktop-description {
    display: none;
}

@media (min-width: 768px) {
    #desktop-description {
        display: block;
    }

    #mobile-description {
        display: none;
    }
}

.faq-pagination-link {
    color: #333;
    font-size: 1rem;
    text-decoration: none;
    padding: 0 4px;
}

.customer-spotlight-widget .spotlight-title {
    color: #1E4380;
}


.faq-pagination-link:hover:not(.disabled-link) {
    text-decoration: underline;
    cursor: pointer;
}

.disabled-link {
    color: #ccc;
    pointer-events: none;
    cursor: default;
}

.active-page {
    font-weight: bold;
    text-decoration: underline;
}

#frequent-question-container p {
    font-weight: normal;
}

#modal-robot-reservation > .modal-dialog {
    transform: translateY(-10%) !important;
}

.product-group-image-detail {
    max-height: 600px;
    width: 100%;
    object-fit: contain;
}

.admin-product-link {
    text-decoration: none !important;
}

    .admin-product-link:hover {
        text-decoration: underline !important;
    }

.product-group-attribute-label {
    width: 40%;
}

.product-group-attribute-value {
    width: 60%;
}

.mb-none {
    margin-bottom: 0px !important;
}

.p-none {
    padding: 0px !important;
}


.card-category:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    background-color: rgba(0, 29, 97, 0.15);
}

.container-category {
    background: #f8f9fa;
    text-align: left;
    padding: 10px;
    transition: transform 0.2s ease-in-out;
    background-color: white;
    border: 1px solid rgb(5 44 101 / 30%);
    box-shadow: 0 2px 4px rgba(5, 44, 101, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    min-height: 70px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
}

    .container-category:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        background-color: rgba(0, 29, 97, 0.15) !important;
    }
.sidebar-nav-hidden-scroll {
    overflow-y: auto;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}

    .sidebar-nav-hidden-scroll::-webkit-scrollbar {
        display: none;
    }

.navbar-logo {
    width: auto;
    object-fit: contain;
    padding-right: 5px;
}

@media (max-width: 767.98px) {
    .navbar-logo {
        max-height: 35px;
    }

    .search-group input::placeholder {
        font-size: 0.8rem;
    }
}

@media (max-width: 991.98px) {
    .navbar-hd .search-group {
        flex-basis: 0;
        min-width: 0;
    }

    .navbar-hd {
        padding-top: 1rem !important;
    }

        .navbar-hd .nav-icons {
            order: 6 !important;
        }
}