/* Dyno tune appointment product page */
/* grayout add to cart button */
.cart_button input{
    background-color: gray !important;
    border: 0px;
    text-decoration-line: line-through;
    display: none !important;
}

.product_info_tab strong > a{
    background-color: #96161A;
    padding: 15px 15px;
    border-radius: 5px;
}
.product_info_tab strong > a:hover{
    background-color: #2b2b2b !important;
}

.product_info_tab strong > a span{
    color: #fff !important;
}
.product_info_tab a > span:hover{
    color: #fff !important;
}
