.shopcart h3 {
    margin-top: 40px;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.shopcart .shopcart-from {
    /*display: block;*/
    /*width: 100%;*/
    overflow-y: hidden;
    margin-bottom: 20px;
}

.shopcart .table {
    min-width: 680px;
    margin-bottom: 0;
}

.shopcart .shopcart-from::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.shopcart .shopcart-from::-webkit-scrollbar-thumb {
    border: 1px solid;
}

.shopcart .shopcart-from::-webkit-scrollbar-thumb {
    border-color: #f1f1f1;
    background-color: #c1c1c1;
    transition: all 0.25s;
}

.shopcart .shopcart-from::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8;
}

.shopcart .shopcart-from::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-left: none;
}

.shopcart .table th {
    font-size: 1.25rem;
}

.shopcart .table tbody td:nth-child(2)::before,
.shopcart .table tbody td:nth-child(4)::before,
.shopcart .table-total #amount::before,
.shopcart .table-total #total::before {
    content: 'NT$';
    margin-right: 5px;
    font-size: 1.1rem;
}

.shopcart .table-total #iSum::after {
    content: '項';
    font-family: 'Microsoft JhengHei', Arial;
    margin-left: 5px;
}

.shopcart .table-total #qSum::after {
    content: '個';
    font-family: 'Microsoft JhengHei', Arial;
    margin-left: 5px;
}

.shopcart .table-total #iSum::before,
.shopcart .table-total #qSum::before {
    display: none;
}

.shopcart .table-total th {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 12px 18px;
    text-align: left;
    background-color: #f9f9f9;
}

.shopcart .table-total #total {
    color: #f7665e;
}

.shopcart .center-button input[type="submit"] {
    width: 100%;
    margin-top: 10px;
}

.shopcart .description {
    margin-right: 20px;
    padding: 25px;
    line-height: 1.8;
    border: 1px solid rgba(218, 218, 218, 0.5) !important;
    background-color: #f9f9f9;
    text-align: justify;
}

.shopcart .description p {
    font-size: 1.05rem;
    margin-top: 1rem;
    margin-bottom: 0;
    text-align: left;
}

.shopcart .description p a {
    color: var(--color-secondary);
    word-break: break-word;
}

.shopcart .description p a:hover {
    text-decoration: underline;
}

.shopcart .description ul {
    padding-left: 20px;
    margin-bottom: 0;
    list-style: disc;
}

.shopcart .quantity-input-wrap .qty-input {
    width: 80px;
    font-size: 1.15rem;
    padding-right: 28px;
    padding-left: 8px;
}

.shopcart .quantity-input-wrap .decrease-qty,
.shopcart .quantity-input-wrap .increase-qty {
    width: 12px;
    height: 12px;
}

#quantity {
    background-color: #fff;
}

.shopcart .option {
    color: #757575;
}

@media (max-width: 991px) {
    .shopcart .description {
        margin-right: 0;
    }
}
