.product-pricing-card {
    margin: auto;
    border-radius:0px;
}
.bg-custom-yellow {
    background-color: var(--bs-dark-orange-custom); 
}
.shadow-strong {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.text-custom-blue {
    color: #0d6efd;
}
.form-check-input:checked {
    background-color: var(--bs-dark-orange-custom);
    border-color: var(--bs-dark-orange-custom);
}
.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(255,193,7,.25);
}
.order-table th, .order-table td {
    padding: .5rem;
    vertical-align: middle;
}
.order-table th:first-child, .order-table td:first-child {
    width: 50%;
}

.shipping-icon {
    font-size: 1.2rem;
    color: var(--bs-dark-orange-custom);
}
.return-icon {
    font-size: 1.2rem;
    color: #8b8b8b;
}
.discount-star {
    color: var(--bs-dark-orange-custom);
    font-size: 1rem;
}
.custom-badge-rounded {
    border-radius: 0.375rem;
    padding: 0.25em 0.6em;
    font-size: 0.875em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.product-detail-brand-img{
    max-width: 7rem;
}
.product-detail-amount-btn{
    width: 2.5rem;
}
.product-detail-amount-group{
    width: 8rem;
}