/* Start custom CSS */.single_add_to_cart_button{
    background-color: #EDB6FF !important;
    color: #ED6345;
    border: 1px #ED6345;
    font-size: 18px;
}

.single_add_to_cart_button:hover{
    background-color: #ED6345 !important;
    color: white;
    border: 1px #EDB6FF;
    font-size: 18px;
}

.product_title {
    color: #ED6345 !important;
}

div.price-txt > div > div{
    color: #ED6345 !important;
    font-family: 'Orbitron';
}

div.price > div > p > span {
    color: #ED6345 !important;
    font-family: 'Orbitron';
    margin-left: 20%;
}

div.div-stands-promo {
    display: none;
}

@media (min-width: 768px) {
    div.div-no-stands-promo {
        width: 33% !important;
    }
}/* End custom CSS */