.form-check-product {
    width: 1.5rem;
    height: 1.5rem;
    accent-color: #a89174;
}

.form-check-large {
    width: 1.5rem;
    height: 1.5rem;
}

.product-image-label {
    width: 16rem;
    padding: .5rem;
    margin: .5rem;
    position: relative;
    pointer-events: none;
    border: 2px solid #d0b08c;
    background-color: transparent;
}

.product-image-label .form-check {
    display: none;
}

.product-image-label-title {
    width: 100%;
    text-align: center;
}

.product-image-label-price {
    width: 100%;
    text-align: center;
}

@media (min-width: 992px) {
    .product-image-label-title {
        width: auto;
    }

    .product-image-label-price {
        width: auto;
    }

    .product-image-label .form-check {
        display: inline;
    }
}

.product-variation {
    cursor: pointer;
}

.product-variation.active .product-image-label::before {
    content: '';
    background: inherit;
    position: absolute;
    top: -.25rem;
    height: .5rem;
    width: .5rem;

    left: 50%;
    transform: translatex(-50%) rotate(45deg);
    z-index: -1;
}

.product-vase-img {
    width: 100%;
    max-width: 8rem;
}
.card-image img {
    object-fit: contain;
    max-height: 11.5rem;
}

.table td {
    border-top: none;
}

.table-row-top-line {
    border-top: 1px solid #dee2e6;
}

.payment-method {
    cursor: pointer;
}

.payment-method-image {
    width: 100%;
    object-fit: contain;
    max-height: 4rem;
}

.payment-method-label {
    width: 10rem;
    padding: .5rem;
    margin: .5rem;
    position: relative;
    pointer-events: none;
    font-size: 12px;
    border: 2px solid #d0b08c;
    background-color: transparent;
}

.payment-method.active .payment-method-label::before {
    content: '';
    background: inherit;
    position: absolute;
    top: -0.25rem;
    height: 0.5rem;
    width: 0.5rem;
    left: 50%;
    transform: translatex(-50%) rotate(45deg);
    z-index: -1;
}

.form-check-payment-method {
    width: 1rem;
    height: 1rem;
    accent-color: #a89174;
}

.checkbox-col {
    display: flex;
    align-items: center;
}

.checkbox-lg {
    width: 1.5rem;
    height: 1.5rem;
}

img.square {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.was-validated .form-control:valid, .form-control.is-valid {
    padding-right: .75rem !important;
}

figure.image img {
    width: auto;
    height: auto;
}

.flora-img .img-fluid {
    transition: transform 0.1s ease-in-out;
}

.flora-img:hover .img-fluid {
    transform: scale(1.1);
}
