html {
    height: 100%;
}
body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-x: hidden;
}
.page-order .page {
    min-height: auto;
}

#allrecords .tn-atom a.btn--engraving {
    background-color: #0000;
}

@media only screen and (min-width: 1016px) {
    .product-row .product-left {
        width: 50%;
    }

    .product-row .product-right {
        width: 40%;
    }
}


.lg-backdrop {
    background-color: #fff;
}

.lg-toolbar .lg-icon:hover {
    color: #000;
}

.lg-next, .lg-prev {
    background-color: rgba(255, 255, 255, 0.3);
    color: #555;
}

.lg-next:hover:not(.disabled), .lg-prev:hover:not(.disabled) {
    color: #000;
}

.lg-outer .lg-thumb-outer {
    background-color: #fff;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #000;
}

.cg .tc.tc-name {
    min-width: 200px;
}

.cg .tc-price {
    width: auto;
    max-width: 245px;
}