svg.usa-icon.call-us {
    vertical-align: middle;
    font-size: 16px;
    margin-right: 5px;
}

img.logo-image {
    max-width: 160px;
}

div#extended-logo {
    margin: 1.2rem 0 0.8rem 0;
}

svg.usa-icon.usa-banner__icon.usa-media-block__img {
    font-size: 30px;
    margin-right: 0.7em;
}

.product {
    padding: 20px 20px;
    background: #fff;
}

.product.even {
    background: #f0f0f0;
}

.product:hover {
    background: #005ea21f;
}

.grid-col-3.product-images {
    padding-right: 10px;
}

.product-images .images {
    display: none;
}

.product h1 a {
    text-decoration: none;
    color: inherit !important;
}

.product h1 a:hover {
    text-decoration: underline;
}

a.images-zoom {
    display: inline-block;
    font-size: 14px;
}

span.filter-name {
    font-weight: 700;
}

ul.filter-values {
    list-style: none;
    padding: 0;
}


.grid-container.grid-container-small {
    max-width: 85rem;
}

.usa-table caption {
    font-size: 24px;
    margin-bottom: 0 !important;
}

.product-info-table {
    background: #f7f7f7;
    width: 100%;
}

.product-info-table th,
.product-info-table td {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-color: #cdcdcd !important;
    background: transparent !important;
}

.product-info-table tr:nth-child(odd) {
    background: white !important;
}

.product-info-table th {
    width: 250px !important;
    font-weight: 600;
    font-size: 15px;
}

.border-bottom-1px,
.border-left-1px,.border-right-1px {
    border-color: #cdcdcd;
}

.usa-navbar {
    height: 100%;
}

@media only screen and (max-width: 768px) {
    img.logo-image {
        max-width: 185px;
        padding-left: 15px;
    }
}

.price-container span.price {
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
}

.price-container span.price span.divider {
    color: #545454;
    font-size: 15px;
    margin: 0 3px;
}

.price-container span.price span.package {
    font-size: 17px;
    font-weight: 500;
    color: #545454;
}

.price-container span.price span.zeroes {
    font-size: 17px;
    color: #646464;
}

td.order-info {
    background: #f7f7f7 !important;
    padding: 25px;
}

.catalog-number {
    font-size: 15px;
    color: #5a5a5a;
    font-weight: 700;
}

.current-stock {
    font-size: 14px;
    margin: 10px 0;
}

.slider {
    position: relative;
}

.slider span.previous:hover, .slider span.next:hover {
    color: white;
}


.slider span.text {
    display: block;
    font-weight: 700;
}

.slider span.desc {
    display: block;
    font-size: 14px;
}

.slider .controls a {
    font-size: 16px;
}

.slider .controls a:visited {
    color: rgb(0, 0, 238);
}

.slider .controls:after {
    content: '';
    clear: both;
    display: table;
}

.usa-modal__content {
    transition: all 0.3s;
}

.slider .image img {
    display: block;
    margin: auto auto 15px;
}

.datasheet a.images-zoom img {
    max-height: 145px;
}

.ordering-scrollspy {
    top: 0;
    max-width: 320px;
}

.ordering-scrollspy-container {
    position: relative;
}

input.usa-input-link {
    display: inline-block;
    padding: 7px 8px;
    max-width: 150px;
    text-align: center;
    border: 0;
    border-bottom: 1px dashed #c1c1c1;
    font-weight: 700;
}

.company-info {
    margin-top: 40px;
}

.company-info img {
    max-width: 350px;
}

.description-list dt {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}

.description-list dd {
    margin: 5px 0 0 0;
}

.borderless-table {
    margin-top: 0;
}

.borderless-table td span.package, a.cart-remove {
    font-size: 13px;
    display: block;
    line-height: 15px;
}

a.cart-remove {
    text-decoration: underline;
}

.borderless-table.usa-table thead th,
.borderless-table.usa-table thead td {
    background-color: transparent;
}

.borderless-table.usa-table th[data-sortable][aria-sort=ascending],
.borderless-table.usa-table th[data-sortable][aria-sort=descending] {
    background-color: #eafaff;
}

.borderless-table.usa-table th,
.borderless-table.usa-table td {
    border: 0 !important;
}

.borderless-table.usa-table tr {
    border-bottom: 1px solid #9a9a9a;
}

.borderless-table.usa-table a {
    text-decoration: none;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}

i.confirm-qty, i.cancel-qty {
    padding: 4px 6px;
    cursor: pointer;
    font-size: 20px;
}

i.confirm-qty:hover, i.cancel-qty:hover {
    color: black;
    user-select: none;
}

.usa-process-list legend.usa-legend {
    margin: 0;
    font-size: 22px;
}

.usa-process-list > .usa-process-list__item {
    max-width: 100ex;
}

.usa-radio__label h4 {
    margin: -3px 0 20px 0;
    font-size: 21px;
}

.maxw-30 {
    max-width: 30rem;
}

.minw-160 {
    min-width: 10rem;
}


.checkout-details {
    border: 2px solid rgba(27, 27, 27, 0.3);
    border-radius: 4px;
    padding: 1.75rem 1rem 1.75rem 2.5rem;
}

h4.qty-header {
    margin: 0;
    display: inline-block;
    font-size: 20px;
    margin-right: 7px;
    line-height: 0;
}

.usa-table td[data-sort-active] {
    background-color: #ffffff;
}

.usa-summary-box img {
    padding: 0px 20px 0 15px;
    max-width: 290px;
}

li.usa-sidenav__separator {
    height: 38px;
    border-top: 1px solid #dfe1e2;
}

.usa-graphic-list img.usa-media-block__img {
    max-width: 120px;
}

.usa-button.width-full {
    position: relative;
}

.usa-button.width-full i {
    position: absolute;
    top: 15px;
    left: 15px;
}

h1 abbr {
    font-size: 17px;
    color: #6e6e6e;
    display: block;
}

dl.normal {
    margin: 0;
}

dl.normal dt {
    font-weight: 700;
    margin-top: 10px;
}

dl.normal dt:first-child {
    margin: 0;
}

dl.normal dd {
    margin: 0;
    font-size: 18px;
}

ul.order-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mapContainer {
    width: 100%;
    height: 600px;
    margin: 20px 0;
}

#mapContainer > div:first-child {
    overflow: visible !important;
}

.status {
    padding: 6px 10px;
    border-radius: 6px;
    font-weight: 700;
}

span.status {
    font-size: 15px;
}

.status.pending {
    background: #ffd619;
}

.status.delivered {
    background: green;
    color: white;
}

.status.processing {
    background: #646464;
    color: white;
}

.status.picked-up {
    background: #2700c3;
    color: white;
}

.status.shipped {
    background: #4600ad;
    color: orange;
}

.status.cancelled {
    background: red;
    color: white;
}

.status.admin {
    background: #ffd619;
}

.status.customer {
    background: #e9e9e9;
}

span.status.pending-email {
    background: #e9e9e9;
    font-size: 12px;
    padding: 5px 10px;
}

.manufacturer {
    padding: 20px;
    background: #faea20;
}

.manufacturer b {
    display: inline-block;
    min-width: 165px;
}

.usa-button.usa-button-small {
    font-size: 14px;
    padding: 7px 14px;
}

.comment {
    background: #e6e6e6;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    min-width: 105px;
}

.comment.user {
    float: left;
    border-top-left-radius: 0;
}

.comment.staff {
    float: right;
    background: #d4dfff;
    border-color: #d4dfff;
    border-top-right-radius: 0;
}

.comment .name {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.comment .date {
    font-size: 12px;
    display: block;
    text-align: right;
    margin-top: 5px;
}

.comment-container > .clearfix + .comment {
    margin-top: 5px;
}

.padding-10 {
    padding: 10px;
}

.comments textarea.comment {
    max-height: 80px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.comment-container {
    padding-bottom: 15px;
}

.product-inquire {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
}

.usa-footer__contact-links {
    color: white;
}

.usa-footer__contact-links .usa-footer__contact-info a, .usa-footer__contact-links img.usa-social-link__icon {
    color: white !important;
}

.usa-footer__contact-links img.usa-social-link__icon {
    background: white !important;
}

.remove-padding {
    padding: 0 !important;
}

h1.usa-hero__heading {
    font-size: 32px;
}

.usa-display-flex {
    display: flex;
}

ul.usa-identifier__required-links-list.margin-top-3 {
    column-gap: 8rem;
}

.featured-product {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.featured-product a {
    color: #3c3c3c;
    text-decoration: none;
}

.featured-product img {
    max-width: 230px;
    max-height: 100px;
    min-height: 100px;
}

@media all and (max-width: 1300px) {
    .usa-hero {
        background-position: 0 -19em;
        background-size: 130%;
    }

    .carousel-datasheet .carousel-item {
        min-width: 100%;
    }
}

.carousel-container {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.carousel {
    align-items: flex-start;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: 20%; /* 100% divided by 5 items */
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.carousel-datasheet .carousel-item {
    min-width: 33.3333333333333333333333%;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.left-btn {
    left: 0;
}

.right-btn {
    right: 0;
}

label.cat-num {
    font-size: 24px;
    font-weight: 700;
}

.info-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

.info-container .info-box {
    flex-basis: calc(50% - 40px);
    flex-shrink: 1;
}

.info-box > div:first-child {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.info-box {
    margin-bottom: 20px;
}

iframe:focus, [href]:focus, [tabindex]:focus, [contentEditable=true]:focus {
    outline: 0 !important;
}

#package + .usa-combo-box__clear-input__wrapper {
    display: none !important;
}

.usa-combo-box__toggle-list {
    background-size: auto 1.2rem !important;
}

.usa-combo-box__toggle-list, .usa-combo-box__clear-input {
    padding-right: 1.2rem !important;
}

input#package {
    padding-right: 25px !important;
}

span.usa-combo-box__input-button-separator {
    display: none !important;
}

h2 a {
    text-decoration: none;
    color: #005ea2;
}

.controls-search > a {
    background: #0000008a;
    padding: 6px;
    color: white;
    text-decoration: none;
    font-weight: 700;
    top: 30%;
    position: absolute;
}

.controls-search > a.previous {
    left: 0;
}

.controls-search > a.next {
    right: 0;
}




h3 a {
    color: #005ea2;
    text-decoration: none;
}

.field-name {
    font-size: 17px;
    font-weight: 700;
}

kbd.na {
    border: 1px solid #dbdbdb;
    padding: 4px 8px;
    border-radius: 10px;
    opacity: 0.4;
}

.product-notes {
    background: #f7f7f7;
    padding: 0.5rem 1rem;
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
}

.carousel-item {
    border-right: 1px solid #e1e1e1; /* Add a border to the right */
}

.carousel-item:first-child {
    border-left: 1px solid #e1e1e1;
}

.controls {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.controls a {
    display: inline-block;
    width: 90px;
    text-align: center;
}

.product .image {
    width: 100%; /* Adjust this as necessary */
    max-height: 200px;
    position: relative; /* Needed for absolute positioning inside */
    overflow: hidden; /* Ensures no spill outside the div */
}

.product .image a {
    display: block; /* Makes the anchor fill the div */
    width: 100%;
    height: 100%;
}

.controls a.previous {
    border-right: 1px solid #afafaf;
    padding-right: 16px;
    width: 100px;
}

.product .image img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Makes the image scale to fit inside the container */
    display: block; /* Removes bottom margin/gap */
}

.image-placeholder-no-image {
    min-height: 200px;
    background: linear-gradient(to bottom right, #ffffff 0%, #ececec 100%);
    color: #b4b4b4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px; /* Adjust font size for the icon */
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.image-placeholder-no-image::after {
    font-family: "fa5"; /* This is necessary for FontAwesome */
    content: "\f492"; /* Unicode for vial icon in FontAwesome */
    font-weight: 900; /* FontAwesome icons look better with font-weight set to 900 */
    opacity: 0.8;
}

.image-placeholder-no-image::before {
    content: '';
    position: absolute;
    top: -50%; right: -50%;
    background: rgba(255, 255, 255, 0.1);
    width: 200%; height: 200%;
    transform: rotate(30deg);
}

.datasheet {
    padding-bottom: 0;
}

.similar-products-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.similar-products-info kbd.na {
    padding: 1px 5px;
}

.image-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-image {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #f7f7f7;
}

.main-image img {
    max-height: 100% !important;
}

.image-clip {
    max-height: 120px;
    overflow: hidden;
}

.additional-images {
    display: flex;
    width: 100%;
    margin-top: 5px;
    gap: 10px;
    flex-direction: row;
    position: relative;
}

.additional-images-container {
    position: relative;
    overflow: hidden;
}

.additional-images a {
    min-width: 30%;
    padding: 5px 5px;
    background: #f1f1f1;
}

.placeholder {
    width: 30%; /* Match the small image size */
    background-color: #f7f7f7; /* A neutral color for the placeholder */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px; /* Adjust the font size as needed */
    color: #666; /* Placeholder text color */
}

.image-clip-small {
    max-height: 50px;
    overflow: hidden;
}

.main-image span.text {
    font-weight: 700;
    font-size: 12px;
    display: block;
    margin-top: 8px;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
    max-width: 165px;
    margin-left: auto;
    margin-right: auto;
}

.usa-modal {
    margin-top: 0 !important;
    vertical-align: top !important;
}

.image-control {
    background: #00000052;
    padding: 5px 2px;
    color: white;
    font-weight: 700;
    position: absolute;
    top: 15px;
    cursor: pointer;
    z-index: 999;
    user-select: none;
}

.image-control:hover {
    background: #000;
}

.image-control.next-image {
    right: 0;
}

.image-control.previous-image {
    left: 0;
}

.grid-row.grid-gap-4.datasheet-grid {
    display: grid;
    grid-template-columns: 35% 20% 20% 25%;
}

button.usa-accordion__button.usa-banner__button {
    margin-left: 3px;
}

.pdf-check {
    margin-bottom: 15px;
}

select.usa-select.pricing {
    width: auto;
    margin: 0;
    padding: 3px 0px 2px 7px;
    height: 30px;
}

.carousel .carousel-item,
.carousel-datasheet .carousel-item {
    min-width: 33.3333%; /* 3 items on desktop */
}

@media (max-width: 991.98px) {
    .carousel .carousel-item,
    .carousel-datasheet .carousel-item {
        min-width: 50%; /* 2 items on tablet */
    }
}

@media (max-width: 767.98px) {
    .carousel .carousel-item,
    .carousel-datasheet .carousel-item {
        min-width: 100%; /* 1 item on mobile */
    }
}
