﻿.table-white {
    background-color: #25242c;
    color: #ffffff;
}

.table-white td {
    color: #ffffff;
}

.out-of-stock {
    background-color: #982727;
    margin-left: 20px;
    padding: 10px;
    border-radius: 15px;
}

.list-ticks {
    margin: 0px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.list-ticks li {
    padding: 6px 0;
    line-height: 1;
    list-style: none;
}

.list-ticks li:before {
    font-family: 'FontAwesome';
    content: " \f054";
    margin: 0 5px 0 -15px;
    color: #f7505a;
}

.product-heater h5 {
    padding: 10px;
    border: 1px solid #353535;
    background-color: #f7505a;
    padding-left: 15px;
}

.product-heater h5 span:first-of-type {
    background-color: #25242c;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.product-heater img {
    margin-bottom: 20px;
}

ol.faq-ol {
    margin: 0px;
    padding: 0px;
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
}

ol.faq-ol > li {
    counter-increment: step-counter;
}

ol.faq-ol > li:before {
    content: counter(step-counter);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #f7505a;
    color: white;
    display: block;
    position: absolute;
    left: -34px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
}

ol.faq-ol > li {
    color: #ffffff;
}

.table-order a {
    background-color: #f7505a;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    border-radius: 50%;
}

@media (min-width: 300px) and (max-width: 400px) {
    #idTableOrder {
        font-size: 10px;
    }
}

.form-red-star {
    color: red;
    font-weight: bolder;
    font-size: 40px;
    position: absolute;
    top: -10px;
    margin-left: 5px;
    display: none;
}

#idSpanError {
    padding: 10px;
    text-align: center;
    width: 100%;
    color: Red;
    font-weight: bold;
}

.sidebox {
    background-color: #212025;
    padding: 10px;
    border: 1px solid #353535;
    margin-top: 4px;
}