#footer-top {
    background-color: #333!important;
}



.table-product .product-reviews{
background: rgba(17,120,171,1)!important;
background: -moz-linear-gradient(-45deg, rgba(17,120,171,1) 0%, rgba(58,163,216,1) 53%, rgba(17,120,171,1) 99%, rgba(17,120,171,1) 100%)!important;
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(17,120,171,1)), color-stop(53%, rgba(58,163,216,1)), color-stop(99%, rgba(17,120,171,1)), color-stop(100%, rgba(17,120,171,1)))!important;
background: -webkit-linear-gradient(-45deg, rgba(17,120,171,1) 0%, rgba(58,163,216,1) 53%, rgba(17,120,171,1) 99%, rgba(17,120,171,1) 100%)!important;
background: -o-linear-gradient(-45deg, rgba(17,120,171,1) 0%, rgba(58,163,216,1) 53%, rgba(17,120,171,1) 99%, rgba(17,120,171,1) 100%)!important;
background: -ms-linear-gradient(-45deg, rgba(17,120,171,1) 0%, rgba(58,163,216,1) 53%, rgba(17,120,171,1) 99%, rgba(17,120,171,1) 100%)!important;
background: linear-gradient(135deg, rgba(17,120,171,1) 0%, rgba(58,163,216,1) 53%, rgba(17,120,171,1) 99%, rgba(17,120,171,1) 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1178ab', endColorstr='#1178ab', GradientType=1 )!important;
color:#fff !important;
}

.table-product .product-reviews .rating-summary-text,.table-product .product-reviews .rating-summary-value sub, .table-product .product-reviews .rating-summary-value {
color:#fff !important;
}

.btn-buy {
    color: #000000;
    background-color: #FFB900 !important;
    border-color: #FFB900 !important;
}

.btn-detail {
    color: #ffffff;
    background-color: #000  !important;
    border-color: #000  !important;
}