.x13askabouttheproduct_button {
    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 .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,
#x13askabouttheproduct_price .product-unit-price {
    display: none !important;
}

#x13askabouttheproduct_modal .modal-footer {
    margin: 0 -1rem -1rem;
}