.soldout {
    padding: 1px 12px;
    position: absolute;
    top: 0px;
    z-index: 9;
}

.soldout-detail {
	padding: 1px 12px;
    position: absolute;
    top: 0px;
    z-index: 9;
}

.disabled-btn {
	/*border: 1px solid #999999*;*/
	background-color: #cccccc !important;
	color: #666666 !important;
}

/**Responsive**/
@media (min-width: 1200px){

}


@media (min-width: 992px) and (max-width: 1199px){

}

@media (min-width: 768px) and (max-width: 991px){

}

@media (max-width: 767px){
.soldout {
    top: 30px;
}
.product-card {
	clear: both;
}
}

/**Responsive**/