:where(.x13askabouttheproduct_form .form-group) {
  margin-bottom: 1rem;
}

#x13askabouttheproduct_modal .x13askabouttheproduct_form .x13askabouttheproduct_fields .form-group:last-child {
    margin-bottom: 0;
}

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

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

.x13askabouttheproduct_button a[data-target="#x13askabouttheproduct_modal"],
.x13askabouttheproduct_trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #7a7a7a;
    font-weight: bold;
    font-size: 15px;
    padding: 0;
    text-decoration: none;
    appearance: none;
    border: none;
    background: none;
    cursor: pointer;
}

.x13askabouttheproduct_button a[data-target="#x13askabouttheproduct_modal"]:hover,
.x13askabouttheproduct_trigger:hover {
    text-decoration: none;
}

.x13askabouttheproduct_button a[data-target="#x13askabouttheproduct_modal"] .material-icons,
.x13askabouttheproduct_trigger .material-icons {
    font-size: 36px;
    color: #fff;
    border-radius: 100%;
    position: relative;
    z-index: 0;
}

.x13askabouttheproduct_button a[data-target="#x13askabouttheproduct_modal"] .material-icons::before,
.x13askabouttheproduct_trigger .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[data-target="#x13askabouttheproduct_modal"] .material-icons::after,
.x13askabouttheproduct_trigger .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%;
}

.x13askabouttheproduct_button_17low.x13askabouttheproduct_button a[data-target="#x13askabouttheproduct_modal"] .material-icons::after,
.x13askabouttheproduct_trigger .material-icons::after {
    box-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

#x13askabouttheproduct_collapse {
    margin-top: 20px;
}

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

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

#x13askabouttheproduct_modal .modal-header::after,
#x13askabouttheproduct_modal .form-footer {
  display: none;
}


#x13askabouttheproduct_modal .form-group .col-md-4,
#x13askabouttheproduct_modal .form-group .col-md-8 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

#x13askabouttheproduct_modal .btn-close.close span {
  opacity: calc(var(--bs-btn-close-focus-opacity, 2) - 1);
}

.x13askabouttheproduct_alert ul,
#x13askabouttheproduct_modal .alert ul {
    margin: 0;
}

.x13askabouttheproduct_form .required::after {
    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 .form-footer {
  text-align: right;
  margin-bottom: 1rem;
}

#x13askabouttheproduct_price[data-discount="false"] .product-discount,
#x13askabouttheproduct_price[data-discount="false"] .discount {
    display: none;
}

#x13askabouttheproduct_price .discount {
  margin-left: 10px;
}

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

#x13askabouttheproduct_price .x13quantity-ajax,
#x13askabouttheproduct_price .x13energylabel__ajax{
    display:none !important
}