.shopping-remind {
    margin-bottom: 20px;
}

.shopping-list-title {
    margin-top: 20px;
}

.shopping-list-title div {
    line-height: 30px;
}

.shopping-subtotal {
    margin-bottom: 25px;
}

.shopping-line {
    height: 1px;
    color: #30303c;
    background-color: #30303c;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

.shopping-list .items {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    min-height: 100px;
    display: inline-block;
}

.product-image {
    width: 95%;
}

.quantity-number {
    width: 100%;
    height: 30px;
}

@media (max-width: 991px) {
    .list-item-01 {
        min-height: 125px;
    }
    .list-item-02 {
        min-height: 30px;
        line-height: 30px;
    }
    .number-lower {
        margin-top: 0;
    }
    .number-addition {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .list-item-01 {
        min-height: 75px;
    }
    .list-item-02 {
        min-height: 35px;
        line-height: 35px;
    }
    .number-lower {
        margin-top: 0;
    }
    .number-addition {
        margin-top: 0;
    }
}

.separate {
    width: 100%;
    height: 5px;
    display: inline-block;
}

.recommend-main {
    width: 100%;
    border: solid 1px #30303c;
    margin-top: 30px;
}

.recommend-main .recommend-title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #30303c;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}

.recommend-list {
    width: 98%;
    margin: auto;
}

.recommend-image {
    display: inline-block;
    width: 100%;
}

.recommend-image img {
    width: 100%;
}

.recommend-item{
    background-color: #f7f8f8;
    padding: 8px;
    margin-bottom: 10px;
}

.item-clear {
    display: inline-block;
    width: 100%;
    height: 2px;
}

.item-color {}

.item-color ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.item-color ul li {
    float: left;
    width: 30px;
    height: 30px;
    margin: 2px;
    position: relative;
}

.item-color ul li a {
    display: block;
    padding: 2px;
}

.item-color ul li a:hover {
    border: solid 2px #30303c;
}

.item-color ul li a.active {
    border: solid 2px #30303c;
}

.item-color ul li img {
    width: 100%;
}

.item-color ul li div.sold-out {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 3px;
    left: 3px;
    background-image: url(/images/color_no_stock.png);
}

.item-form{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.item-form .item-form-left {
    float: left;
    width: 50%;
}

.item-form .item-form-right {
    float: left;
    width: 50%;
    text-align: right;
}

.add-button {
    width: 50px;
    background-color: #eb002a;
    color: #fff;
    border: solid 1px #eb002a;
    font-size: 15px;
    height: 34px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
}

.add-button:hover{
    background-color: #ffffff;
    color: #eb002a;
}