
.accessories-content h3 {
    text-decoration: underline;
}

body {
    background: #c0c0c0 url("/images/diamond.jpg");
    margin-top: 1em;
}

.banner .container {
    background: #fff;
    text-align: center;
}
.banner a {
    color: #fff;
    text-decoration: none;
}
.banner a:hover {
    color: #ffff73;
}
.banner-logo img {
    max-width: 100%;
}
.banner-logo,
.banner-contact {
    padding: 1em;
}
.banner-contact {
    color: #fff;
    background: #034FA3;
}

.btn-xxs {
    padding: .10rem;
    font-size: .7rem;
    font-weight: 200;
    border-radius: .2rem;
}
.btn-xs {
    padding:.25rem;
    line-height: 1;
    font-size: .9rem;
    font-weight: 400;
    border-radius:.2rem;
}

.centered-box-container {
    display: flex;
    justify-content: center;
}

.centered-box {
    width: 100%;
    max-width: 400px;
    text-align: left;
    padding: 20px;
}

.easel-photos div {
    height: 240px;
    text-align: center;
}

.easel-photos div img {
    width: 90%;
    height: 90%;
    object-fit: cover;
}

@media screen and (min-width: 768px) {

    .easel-photos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

.ebco-facebook a {
    color: #222;
    text-decoration: none;
}

.image-block {
    text-align: center;
}
.image-block img {
    max-height: 200px;
}

.img-fluid {
    max-height: 240px;
}

#footer {
    margin-top: 1em;
    text-align: center;
}
#footer p {
    margin-bottom: .25em;
}

.hero .container {
    background: #c0c0c0;
    min-height: 32px;
}

.main .container {
    background: #fff;
}

.list-container {
    display: flex;
    justify-content: center;
}

.main-menu {
    color: #fff;
    background: #034FA3;
}
.main-menu ul.menu-list li.active a {
    color: #ff4;
}
.main-menu ul.menu-list li.active a:hover {
    color: #fff;
}

.marquee-container {
    width: 100%;
    line-height: 1em;
}
.marquee-content {
    display: flex;
    animation: marquee 20s linear infinite;
}
.marquee-item {
    flex: 0 0 auto;
    color: #495057;
}
.marquee-item a {
    color: #222;
    text-decoration: none;
}
.marquee-item:hover {
    color: #000;
}
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}
/* Optional: Pause animation on hover */
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

.menu-list {
    margin-top: 1em;
    text-align: center;
}
.menu-list li {
    margin: .25em 0;
}
.menu-list li:not(:first-child) a {
    color: #c9e3fa;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}
.menu-list li:not(:first-child) a:hover {
    color: #fff;
}

.navbar-nav li {
    padding-right: 1.5rem !important;
}

.order-button {
    display: inline-block;
    padding: 6px 18px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #000; /* black by default */
    background: linear-gradient(to bottom, #f4f7fb 0%, #d9e2ec 50%, #c3d0e0 51%, #e8edf3 100%);
    border: 1px solid #000;
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.6);
    cursor: pointer;
    transition: color 0.2s ease;
}

.order-button:hover {
    color: #c00; /* red on hover */
}

.order-form {
    background-color: #f8f8f8;
}
.order-form-line {
    display: flex;
    justify-content: space-around;
}
.order-form-line > div {
    font-weight: bold;
    width: 33%;
    border: 1px solid #444;
    padding: .25em .25em;
    margin-bottom: .25em;
}

.order-link {
    color: #44f;
    text-decoration: none;
    font-weight: bold;
}
.order-link:hover {
    color: #222;
}

.pads-photos div {
    height: 240px;
    text-align: center;
}

.pads-photos div img {
    width: 90%;
    height: 90%;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .pads-photos {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .pads-photos div {
        flex: 1;
        height: 240px;
    }
    .pads-photos div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.part-list li {
    font-weight: bold;
}

.photo-array {
    display: flex;
    gap: 1em;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.photo-array a {
    display: block;
    border: 2px solid #44f;
    text-align: center;
}
.photo-array a:hover {
    border-color: #444;
}
.photo-array img {
    height: 100%;
    width: auto;
    max-height: 320px;
}

.save-product-btn {
    padding: .10rem .25rem .10rem .10rem;
}

.sawhorse-photos div {
    height: 240px;
    text-align: center;
}

.sawhorse-photos div img {
    width: 90%;
    height: 90%;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .sawhorse-photos {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .sawhorse-photos div {
        flex: 1;
        height: 240px;
    }
    .sawhorse-photos div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.text-left {
    text-align: left;
}

.top-link {
    text-decoration: none;
}

ul {
    text-align: left;
}

.update-item-row,
.update-item-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.update-item-row input {
    font-size: .8em;
}
#update-item-row-header {
    background: #444;
    color: #eee;
    font-weight: bold;
}
.update-item-row:nth-child(odd) {
    background: #f2f2f2;
}
.update-item-row > div,
#update-item-row-header > div {
    margin: .5rem .25rem;
}
.update-item-col {
    flex-grow: 1;
}
.update-item-col-3 {
    max-width: 120px;
}
.update-item-col-4 {
    max-width: 120px;
}
.update-item-actions {
    width: 140px;
}
.update-item-actions button:not(:last-child) {
    margin-right: .5rem;
}
#update-item-row-new {
    background: #cfcfcf;
}
@media screen and (min-width: 768px) {
    .update-item-row {
        flex-wrap: nowrap;
    }
}