/** Custom css file, can be used to add your css customization */
.custom_theme_class {
    color: #4ca2d5;
}

/* Tikident Red Button Fix */
.action.primary,
.btn-primary,
button.primary,
.wp-button,
.action.tocart,
.action.subscribe.primary {
    background-color: #FE0016 !important;
    background: #FE0016 !important;
    border-color: #FE0016 !important;
    color: #FFFFFF !important;
    box-shadow: none !important;
}

.action.primary:hover,
.btn-primary:hover,
button.primary:hover,
.wp-button:hover,
.action.tocart:hover,
.action.subscribe.primary:hover {
    background-color: #E00716 !important;
    background: #E00716 !important;
    border-color: #E00716 !important;
    color: #FFFFFF !important;
}
