.content-top {
    margin: 0;
}

.cart-new-top{
    position: relative;
    margin-bottom: 60px;
}
.cart-new-top:before{
    content: '';
    display: inline-block;
    background: url(../../images/common/cart_bg.png) center no-repeat; 
    height: 30px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
.no-item {
    padding: 20px 0 40px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.cart-table .pd-id {
    color: #aaa;
    font-size: 12px;
}
.cart-table .pd-name {
    color: #000000;
    font-size: 17px;
    display: inline-block;
}
.cart-table a:hover .pd-name {
    color: #444;
}
.cart-table .plus-tag {
    display: inline-block;
    color: #a29ce8;
    margin-bottom: 4px;
}
.cart-table .indent {
    border-top: hidden;
}
.cart-table .indent td {
    padding-top: 0;
}
.cart-table .img {
    width: 80px;
}
.cart-table .num{
    width: 222px;
}
.table-h .btn-holder{
    position: relative;
}
.table-h .btn-holder:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    border-left:1px dotted #09303D;

}

.cart-table .indent .img .pic {
    position: relative;
    left: 30px;
}
.cart-table .indent .info {
    padding-left: 35px;
}
.cart-table a.pic {
    position: relative;
    overflow: hidden;
}
.cart-table a.pic:before {
    content: ' ';
    background: rgba(255,255,255,0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.cart-table a.pic:hover:before {
    opacity: 1;
}
.cart-table .tag {
    background: #E51B6C;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    vertical-align: text-bottom;
    padding: 2px 6px;
    border-radius: 4px;
    margin-right: 6px;
}

.cart-table .btn.delete{
    background: url(../../images/common/del.png);
    width: 12px;height: 11px;
    display: inline-block;
    font-size: 0;
}

.cart-table .btn.delete:hover {
    background-position: bottom;
}
.cart-table .btn.delete .ic {
    vertical-align: middle;
    margin: 0 0 2px;
}



@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1320px) {
 
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 767px) {
 
}
@media screen and (max-width: 520px) {

}
@media screen and (max-width: 400px) {

}
