/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.current-price .tax-rate {
    display: block;
}

/* gc_captcha */
.captcha-box-image {
    width: 300px;
}
.captcha-box {
    justify-content: flex-start !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}
.captcha-box.image-captcha {
    flex-direction: row !important;
}