.woocommerce-checkout .application-refund input[type="checkbox"] ,.woocommerce-checkout .application-refund input[type="radio"] {
    margin-top: 0px;
    vertical-align: text-top;
    margin-left: 5px;
}
.container-prescription.hidden{
    display: none;
}
.content-prescription {
    display: inline-block;
    border: 1px solid grey;
}
.refundable-product {
    display: flex;
    width: 100%;
    float:left;
}
.woocommerce-checkout .refundable-product .thumbnail-image img {
    width: 75px;
}
.refundable-product .thumbnail-image {
    flex: 0.5;
    padding: 10px;
}
.refundable-product .product-name {
    flex: 2;
    line-height: 75px;
}
.checkout .refundable-product .product-name {
    line-height: inherit;
}
.refundable-product .refund-base {
    flex: 1;
    text-align: center;
    line-height: 75px;
}
.refundable-product .product-name p {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}
.application-refund {
    text-align: left;
    text-transform: initial;
    margin-top: 10px;
    margin-bottom: 10px;
    border:1px solid #e5e5e5;
}
.prescription .answer label{
    display: inline-block;
}
.application-refund h3{
    background: #648DAC;
    color: white !important;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
}
.doctor-informations{
    display: inline-block;
}
.form-refund{
    padding:20px;
}

