.x13askabouttheproduct_button .modal-header {
    display: flex;
    justify-content: space-between;
}

.x13askabouttheproduct_button .modal-header::after {
    display: none;
}

.x13askabouttheproduct_button .card {
    box-shadow: none;
    background: none;
    border: none;
}

#x13askabouttheproduct_collapse {
    margin-top: 20px;
}

#x13askabouttheproduct_collapse .form-control {
    background: #fff;
}

.x13askabouttheproduct_form .required::before {
    content: '*';
    color: red;
}

.x13askabouttheproduct_form .x13askabouttheproduct_product {
    margin-bottom: 30px;
}
.x13askabouttheproduct_form .price {
    font-weight: bold;
}

.x13askabouttheproduct_form .price .product-discount {
    font-weight: normal;
    text-decoration: line-through;

}

.x13askabouttheproduct_form .alert ul {
    margin: 0;
}

#x13askabouttheproduct_price .tax-shipping-delivery-label {
    display: none;
}

#x13askabouttheproduct_price .discount {
    display: none !important;
}

#x13askabouttheproduct_price .product-prices .price-tax-excl, 
#x13askabouttheproduct_price .product-prices .price-tax-incl{
    font-size: 18px;
}