.us-cart-title {
    color: #545556;
    font-size: 20px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 36px;
}

.us-cart-block .us-cart-title {
    margin-bottom: 10px;
}

.us-cart-item,
.us-cart-block {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F6F6F6;
}

.us-cart-block:last-child {
    margin-bottom: 30px;
}

.us-cart-item:last-child {
    margin-bottom: 0;
}

a.us-cart-del {
    color: #eb5757;
    font-size: 16px;
    opacity: .7;
}

.us-cart-del:hover {
    opacity: 1;
}

.us-cart-item-img {
    width: 100px;
    height: 100px;
    margin: 0 30px;
    border: 1px solid #F9F9F9;
}

.us-cart-item-link,
.us-cart-block-title,
.us-table-product-name {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .3px;
}

.us-cart-item-link {
    display: inline-block;
    margin-bottom: 4px;
    transition: color .15s ease .05s;
    color: #50A8FF;
    font-size: 14px;
    text-decoration: underline;
}

.us-cart-item-link:hover,
.us-cart-item-link span {
    text-decoration: none;
}

.us-cart-item-link .required {
    margin-left: 3px;
}

.us-cart-item-right .us-product-quantity {
    margin-right: 30px;
    margin-left: 30px;
}

.us-cart-item-right-desc {
    min-width: 150px;
}

.us-cart-price-all {
    color: #484848;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.us-cart-price-one {
    color: #545556;
    font-size: 13px;
    font-weight: 600;
}

.us-cart-text-prompt {
    color: #EB5757;
    font-size: 12px;
    margin-bottom: 30px;
}

.us-content .us-cart-text {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.us-cart-block-rel {
    position: relative;
}

.us-cart-block-rel .collapse {
    padding-top: 38px;
}

.us-cart-block .us-cart-block-title {
    cursor: pointer;
}

.us-cart-block .us-cart-block-title i,
.us-content-title .fa-chevron-down {
    color: #000;
    font-size: 9px;
    margin-left: 6px;
    transition: transform .3s ease;
}

.us-cart-block-title.clicked i {
    transform: rotate(180deg);
}

.us-cart-block-group {
    max-height: 0;
    opacity: 0;
    transition: max-height .3s ease, opacity .3s ease, padding-top .3s ease;
    position: relative;
    z-index: -1;
}

.us-cart-block-group > label,
.us-cart-block-group > input {
    display: none;
}

.us-cart-block-group.opened {
    max-height: 500px;
    opacity: 1;
    padding-top: 30px;
    z-index: 1;
}

.us-cart-block-group.opened > label,
.us-cart-block-group.opened > input {
    display: block;
}

.us-cart-block .form-group {
    margin-bottom: 0;
}

.us-cart-block label {
    font-size: 14px;
    margin-bottom: 0;
}

.us-cart-block input[type="text"],
.us-cart-block select {
    width: 80%;
}

.us-cart-block input {
    padding-right: 210px;
}

.us-cart-block .us-cart-block-btn {
    padding: 7px 20px;
    border-radius: 0 1px 1px 0;
}

.us-cart-form .form-group,
.us-cart-form button {
    margin-top: 20px;
}

.us-cart-block-total-price {
    color: #545556;
    font-size: 16px;
    font-weight: 600;
}

.us-cart-block-total-price:first-child {
    margin-bottom: 10px;
}

.us-cart-block-total-price span {
    color: #71BE00;
    margin-left: 5px;
}

#payment-existing,
#shipping-existing {
    margin-top: 10px;
    margin-bottom: 10px;
}