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

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

.x13askabouttheproduct_button {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}

.x13askabouttheproduct_button a:hover {
    text-decoration: none;
}

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

#x13askabouttheproduct_collapse {
    margin-top: 20px;
}

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

.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[data-discount="false"] .product-discount,
#x13askabouttheproduct_price[data-discount="false"] .discount {
    display: none;
}  

#x13askabouttheproduct_price .product-price.has-discount[data-discount-type="amount"] .discount-percentage {
    display: none;
}

#x13askabouttheproduct_price .product-price.has-discount[data-discount-type="percentage"] .discount-amount {
    display: none;
}   

