﻿.variant-box {
    width: 95%;
    margin: 45px auto;
    padding: 30px;
    background-color: lightgray;
    border: 1px solid black;
    border-radius: 15px;
    box-shadow: -2px -1px 43px -9px rgba(0,0,0,0.64);
    -webkit-box-shadow: -2px -1px 43px -9px rgba(0,0,0,0.64);
    -moz-box-shadow: -2px -1px 43px -9px rgba(0,0,0,0.64);
}

.qty-box {
    padding-left: 15px;
    padding-right: 15px;
}

    .qty-box button {
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 50%;
        border: 0;
        outline: 0;
        padding: 10px;
        width: 45px;
        background-color: lightgray;
        font-weight: 600;
        box-shadow: -2px -1px 43px -9px rgba(0,0,0,0.64);
        -webkit-box-shadow: -2px -1px 43px -9px rgba(0,0,0,0.64);
        -moz-box-shadow: -2px -1px 43px -9px rgba(0,0,0,0.64);
    }

.qty-box p {
    margin-top: auto;
    font-weight: 600;
    display: contents;
}

.delete-cart-product{
    position: absolute;
    top: 5px;
    right: 5px;
}

.btn-primary, .btn-outline-primary{
    margin: auto 15px;
}

.divider-check {
    margin: 12px auto;
}

.cart-box {
    padding: 50px;
    background-color: lightgray;
}
