/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* CSS for Product Single */
.woocommerce_custom_field label {
    font-weight: 600;
}

.woocommerce_custom_field p {
    margin-left: 7px;
}

.coaches {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 5%;
}

.coach {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    background: #F28036;
}

.coach_image img {
    width: 180px !important;
    height: 180px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

.coach_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.coach_info p {
    text-align: center !important;
}

.themen {
    color: #fff;
}