.special {
    color: white;
    background-color: #19BEC1;
}
.special select{
    color: white !important;
}

.special h5, .special h2, .special h4, .special h3 {
    margin: 0;
}

.special hr {
    border-top-color: rgba(255, 255, 255, 0.5);
}

.special .special-text, .special button, .special .button {
    background-color: white;
    color: #19BEC1;
}

.panel.product-panel svg, .panel.product-panel i.icon {
    width: 50px;
    font-size: 50px;
    height: auto;
}

.not-exist.panel.product-panel {
    background-color: #DDDDDD;
}

.not-exist.panel.product-panel button, .not-exist.panel.product-panel .button {
    background-color: #bbbbbb;
    cursor: default;
}

.normal.panel.product-panel .price-box {
    color: #19BEC1;
}

table {
    color: inherit !important;
    font-weight: inherit;
    font-size: inherit;
}

table td {
    padding: 0 !important;
}