/*** Import *****/

@import url("loading-btn.css");
@import url("loading-group.css");
@import url("mona-alert.css");

/*** End ****/

.blog-info-tag span:before {
    content: ",";
    position: absolute;
    bottom: 6px;
    right: 0;
    height: 100%;
    font-size: 16px;
    width: auto;
    padding-right: 5px;
}

.blog-info-tag span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.blog-info-tag span:last-child:before {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    margin: 15px 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
}

span.price-from {
    display: none;
}

#wp-admin-bar-wp-logo a img {
    max-width: 32px;
}

.core-values-sect.deferred-render {
    display: none;
}

.single_variation_wrap {
    display: none !important;
}

.woocommerce div.product form.cart {
    margin-bottom: 0 !important;
    height: 16.5rem;
}

table tbody tr td {
    display: flex !important;
    gap: 3rem !important;
    align-items: center !important;
}

#ajaxProductPrice {
    max-width: max-content;
}

.availability-product,
#ajaxProductPrice .price {
    font-weight: 600;
    font-family: var(--font-third);
    color: #dc2626 !important;
    --f-sz: clamp(2.2rem, calc(1.6262rem + 0.8197vw), 3.2rem);
    font-size: var(--f-sz);
}

.availability-product .stock.out-of-stock {
    background: #dc2626;
    color: #fff !important;
    border-radius: 0.4rem;
    padding: 0.2rem;
    font-size: 1.4rem !important;
}

.proCt .proCt_price {
    /* display: flex;
    align-items: center;
    gap: 1rem; */
    display: none;
}

.woocommerce-info {
    width: 100%;
    border-top-color: #de2128 !important;
}

.woocommerce-info::before {
    color: #de2128 !important;
}

#monaAjaxListProduct .price {
    color: #de2128;
    font-weight: 700;
    --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
    font-size: var(--f-sz);
}

.btn-filter-dev {
    display: none;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.input-hiden {
    display: none !important;
}

.proCt .price {
    display: flex;
    gap: 1rem;
    flex-direction: row-reverse;
}

.proCt .title-sm2.variable.price {
    flex-direction: row;
}

.proCt .title-sm2.simple.price {
    flex-direction: row-reverse;
}

.proCt .title-sm2.simple.price ins {
    text-decoration: none;
}

.proCt .title-sm2.variable.price ins {
    text-decoration: none;
}

.indus_rt .simple .price {
    display: flex;
    gap: 1rem;
    flex-direction: row-reverse;
    justify-content: left;
}

.indus_rt .simple .price ins {
    text-decoration: none;
}

.consultant-sec .wpcf7-not-valid-tip {
    background: unset !important;
    color: red !important;
    top: 4rem !important;
}

.consultant-sec .wpcf7-not-valid-tip::before {
    display: none !important;
}

.consultant-sec .wpcf7-response-output {
    right: 0;
}

#popupCt-BE .wpcf7-response-output {
    display: none;
}

.booking_form .valid .wpcf7-response-output {
    display: none !important;
}

.indus_rt_be_custom {
    width: 100%;
}

.pagination-ajax-be-custom {
    padding-top: 4rem;
}