
/* .justify-card-image{
    height: 330px !important;
} */

.customer-order-history-search{
    margin-right: 5px;
}
.customer-order-history-search-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.customer-order-history-search-btn:focus, .customer-order-history-search-btn:hover {
    text-decoration: none;
}

.customer-order-history-search-btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
button.add_to_cart_special_product{
    width: auto;
    border-color:#A6A6A6 !important;
    border-radius: 1.4vw !important;
    color: black;
    box-sizing: border-box;
    letter-spacing: 0.075em;
    border: 1px solid black;
    white-space: normal;
    overflow: hidden;
    padding: 10px 20px;
    font-size:12px; 
}
button.add_to_cart_special_product:hover{
    color: white;
    background:#A6A6A6 !important;
}

