﻿.save-detail .save-note {
    padding: .5rem 1rem;
    font-size: .8rem;
}

.save-detail .save-info {
    padding: .5rem 1rem;
}

.save-detail .save-option .info {
    background-color: #eeeeee;
    padding: .5rem 1rem;
}

.save-detail .save-option .item {
    padding: .5rem 1rem;
}

    .save-detail .save-option .item:hover {
        background-color: #f8f8f8;
    }

    .save-detail .save-option .item .picture {
        padding: 4px;
        border: 1px solid #e6e6e6;
        border-radius: 3px;
        background-color: #ffffff;
    }

.save-detail .error {
    font-size: .8rem;
}

.save-detail .feature {
    display: block;
    height: auto;
}



.save-detail .sub-total {
    font-size: 1.2rem;
}

.save-detail .oprice {
    color: #777777;
    font-size: 1rem;
    text-decoration: line-through;
}

.save-detail .price {
    color: #ff0000;
    font-weight: bold;
}

/*按鈕*/
.save-detail .button a.btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.save-detail #addShopCart.finish {
    border-color: #777777;
    background-color: #777777;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
