a{
    color:#212529;
    text-decoration: none;
}

.shop-goods{
    margin-bottom:20px;
}

.shop-goods-title{
    margin-top:20px;
    color:#cc3366;
    height:48px;
    overflow:hidden;
}

.shop-goods-money{
    margin-top:10px;
    color:#958E09;
}
.shop-goods-button{
    margin-top:10px;
}

.shop-goods button{
    color:#515151;
    background: #E9E6ED;
}
.shop-goods button:hover{
    color:#7b7a7a;
    background: #dcd7e2;
}

.shop-goods-title{
    margin-top:20px;
    color:#cc3366;
    height:48px;
    overflow:hidden;
}

.shop-goods-money{
    margin-top:10px;
}
.shop-goods-money .base-price{
    text-decoration: line-through;
    color: rgba(255, 126, 1, 0.4);
}
.shop-goods-money .actual-price{
    color: #FF7E01;
}

.custom-icon-large {
    font-size: 4rem; /* 64px */
}