/* Contains styles for product lists and labels */
.heading .label-success {
    background-color: #5cb85c;
    width: 15px;
    color: #5cb85c;
    padding-right: 0!important;
    overflow: hidden;
    height: 15px;
    border-radius: 50% !important;
    display: block;
}

.heading .label-danger {
    background-color: #d9534f;
    width: 15px;
    color: #d9534f;
    padding-right: 0!important;
    overflow: hidden;
    height: 15px;
    border-radius: 50% !important;
    display: block;
}

.heading .label-warning {
    background-color: #f0ad4e;
    width: 15px;
    color: #f0ad4e;
    padding-right: 0!important;
    overflow: hidden;
    height: 15px;
    border-radius: 50% !important;
    display: block;
}
.label.label-coming {
    position: absolute;
    right: 15px;
    margin: 5px;
    background-color: #fff;
}
.label.label-coming {
    border: 2px solid #989393;
    color: #989393;
}

#product-details .label-info {
    background-color: #f0ad4e;
}

/* fix to product lists*/
@media (max-width: 768px){
     .product-object-box .thumbnail .img-wrapper .img-responsive{
        display: inline-block;
     }
     .product-list-item .thumbnail .caption .caption-content-bottom{
         margin: 0;
         position: absolute;
         left: 50%;
         -ms-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
     }
}
@media (min-width: 1200px ) and (max-width: 1600px) {
    .see-variation-btn {
        margin-top: -30px;
    }
    .caption-content-top p.header.product_code {
        height: 40px;
    }
}
.product-list-item .thumbnail .heading {
    min-height: 20px;
}
