.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;
    border: none;
    color: #000;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

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

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

.x13askabouttheproduct_button a {
    color: #000;
    background: #f8f8f8;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
    width: 48%;
    padding: 8px;
    border-radius: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    column-gap: 15px;
    font-weight: 500;
    transition: .3s all;
}

@media (max-width: 1820px) {
    .x13askabouttheproduct_button a {
        width: 47%;
    }
}

@media (max-width: 1199px) {
    .x13askabouttheproduct_button a {
        width: 46%;
    }
}

@media (max-width: 991px) {
    .x13askabouttheproduct_button a {
        width: 100%;
    }
}

.x13askabouttheproduct_button a:hover {
    background-color: #f8485e;
    border-color: #f8485e;
    color: #fff;
    transition: .3s all;
}

.x13askabouttheproduct_button a svg{
    margin-right: 10px;
}

.x13askabouttheproduct_button a svg g{
    fill: #f8485e;
    transition: .3s all;
}

.x13askabouttheproduct_button a:hover svg g{
    fill: #fff;
    transition: .3s all;
}

.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 .tax-shipping-delivery-label {
    display: none;
}

.product-miniature:has(.x13favoriteproduct-button.active) .individual_price,
.product-miniature:has(.x13favoriteproduct-heart.active) .price:not(.price--regular) {
    background-color: #f8485e;
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 0.4rem;
}
