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

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

.x13askabouttheproduct_button {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

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

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

.x13askabouttheproduct_button a {
    color: #7a7a7a;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.x13askabouttheproduct_button a .material-icons {
    font-size: 36px;
    color: #fff;
    border-radius: 100%;
    position: relative;
    z-index: 0;
    margin-right: 10px;
    margin-top: -7px;

}

.x13askabouttheproduct_button a .material-icons::before {
    display: block;
    content: '';
    width: 60%;
    height: 60%;
    background: #7a7a7a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 100%;
}

.x13askabouttheproduct_button a .material-icons::after {
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    border-radius: 100%;
    box-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

#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[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;
}   

