.group-buy-list-container{
    position: relative;
    background-color: #fff;
    min-height: 450px;
    height: 100%;
    margin-bottom: 15px;
    border:2px solid #999;
}

.group-buy-list-container .group-buy-list-title{
    background-color: transparent;
    font-size: 17px;
    line-height: 24px;
    padding: 10px;
}

.group-buy-list-container .group-buy-list-button{
    position: absolute;
    bottom: 10px;
    left: 0px;
    padding: 0px 10px;
    width: 100%;
}

.group-buy-list-container .group-buy-list-button button{
    font-size: 20px!important;
}

.visible-xs .product-button-container2{
    margin-top: 20px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #000;
    border-radius: 10px;
}

.groupbuy-container{
    width: 100%;
    margin-top: 17px;
}

.groupbuy-banner{
    width: 100%;
}

.groupbuy-content{
    padding: 15px 15px;
    min-height: 300px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 25px;
}

.groupbuy-content h1{
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}


.main-groupbuy .promotion-top{
    font-size: 16px;
    background-color: orange;
    position: absolute;
    z-index: 10;
    top: 2px;
    right: 1px;
    width: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    line-height: 18px;
}

.main-groupbuy .promotion-middle{
    font-size: 16px;
    background-color: #d71827;
    color: #fff;
    padding: 2px 6px 2px 6px; 
    position: absolute;
    z-index: 10;
    top: 30px;
    right: 1px;
    height: 24px;
    width: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    line-height: 18px;
}
.main-groupbuy .promotion-middle.selling{
    background-color: #01963a;
}
.countdown-clock{
    width: 100%;
    font-weight: bold;
    display: inline-block;
    color: #163059;
    width: 100%;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    text-align: left;
    border: none;
    background-color: transparent;
    margin: 0px;
}
.countdown-time{
    display: inline-block;
}
.countdown-time span{
    background-color: darkred;
    color: #fff;
    padding: 10px!important;
    border-radius: 4px;
    margin-right: 3px;
    line-height: 20px;
    font-size: 18px;
}
.countdown-time{
    font-size: 18px;
    padding-left: 2px;
    padding-right: 2px;
}
.groupbuy-products{
    padding-top: 60px;
    margin-bottom: 20px;
    border: 3px solid #ccc;
}
.groupbuy-products:hover{
    border: 3px solid #999;
}
.groupbuy-products .home-product-title{
    font-size: 15px;
    line-height: 16px;
    height: 50px;
}
.groupbuy-products .image{
    max-height: 300px;
}
.title-countdown-sales{
    color: darkred;
    margin-top: 4px;
    font-size: 23px;
}
.time-title-container{
    margin-top: -10px;
}
.time-title{
    color: darkred;
    font-size: 14px;
    margin: 0px 13px;
}
.left-similar-products .panel{
    padding-left: 10px;
    margin: 15px 10px 10px 10px;
}
.left-similar-products .panel-heading{
    padding: 10px 0px;
}
.purhcase-list-container{
    background-color: rgba(255,255,255,0.7);
    margin: 0px 10px 10px 0px;
    padding: 5px 0px;
    min-height: 400px;
}
.purchase-history-item{
    font-size: 16px;
    margin: 5px 5px 15px 5px;
}
.wx-headimage {
    width: auto;
    height: 30px;
    border-radius: 50%;
}
@media(max-width:896px)
{
    .cart-actions{
        margin: 0px 0px 0px 0px;
    }
    .cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist{
        margin-bottom: 0px;
        padding: 13px 0px;
    }
    .left-border-wide-device{
        border: none;
        padding: 15px;
    }
    #product-simple-info{
        padding: 0px 15px
    }
}
@media only screen and (max-device-width: 640px){
    .countdown-time span{
        padding: 4px!important;
        border-radius: 4px;
        margin-right: 3px;
        line-height: 18px;
        font-size: 12px;
    }
    .groupbuy-products .home-product-title{
        font-size: 13px;
        line-height: 14px;
        height: 42px;
    }
    .time-title-container{
        margin-top: -16px;
        margin-left: -14px;
    }
    .time-title{
        font-size: 14px;
        line-height: 16px;
        min-width: 16px;
        margin: 0px 5px 0px 8px;
    }
    .text-center .time-title{
        margin: 0px 0px 0px 8px;
    }
    .title-countdown-sales{
        font-size: 16px;
    }
}
@media only screen and (max-device-width: 320px) and (orientation: portrait) {
    .countdown-time span{
        padding: 2px!important;
        font-size: 12px;
    }
}
