/* .cart-add-1 a {
    display: block;
    width: 220px;
    padding: 5px 0 5px;
    background: linear-gradient(0deg, #fed4b7 0%, #fff6eb 100%);
    border-radius: 5px;
    border: 2px solid #d18300;
    box-shadow: 0 0 0 1px #FFF inset, 0 0 5px 1px #f9c69e inset;
    text-align: center;
    letter-spacing: -0.1rem;
    font-size: 15px;
    font-weight: bold;
    color: #cb3500;
}

.cart-add-1 a:hover {
    text-decoration: none;
}

.cart-add-2 a {
    display: block;
    width: 220px;
    padding: 5px 0 5px;
    background: linear-gradient(0deg, #f57201 0%, #fd9800 100%);
    border-radius: 5px;
    text-align: center;
    letter-spacing: normal;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    transition: all 0.5s ease;
}

.cart-add-2 a:hover {
    text-decoration: none;
    opacity: .6;
    filter: alpha(opacity=60);
}

.cart-added {
    display: block;
    width: 220px;
    padding: 5px 0 5px;
    border-radius: 5px;
    border: 2px solid #b2b2b2;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #b2b2b2;
} */
