/*
Theme Name: Child Theme Komanda
Template: kmnd
Theme URI: https://komanda.dev/
Description: Child themes Komanda
Author: Komanda
Author URI: https://komanda.dev/
Version: 1.0
*/

.woocommerce-message, .onsale {
    display: none;
}
.copy-message {
    text-align: right;
    width: 100%;
    margin-right: 0px;
}
@media(min-width:991px){
	.copy-message {
		margin-top: -80px;
	}
}
.invalid .wpcf7-response-output{
    display: none !important;
}

.billing_client_info{
    display: flex;
    flex-wrap: wrap;
}
.billing_client_info .input-row,
.billing_client_info .order__delivery{
    width: 100%;
}
.billing_client_info .order__error{
    order: 9;
}

.otgs-development-site-front-end {
    display: none;
}
.thank-you h1.heading__title {
    display: none;
}

.sku_6661, .sku_6662 {
    display: none!important;
}
.loader-section, .header__loader-section {
    backdrop-filter: blur(3px)!important;
}
.order__payment:last-child{
    display: none;
}
/*start 20250519 SUS 3.2:7: При відкритті поп-апу бінотел на моб версії іконки з категоріями переміщуються вгору сторінки*/
.bingc-blur-whole-page {
    filter: none!important;
    -webkit-filter: none!important;
}
/*end 20250519 SUS 3.2:7*/
.form-success-msg {
	    text-align: center;
}

p.header__cart-price {
    display: flex!important;
    flex-direction: column!important;
     /* start 20250708 SUS 3.2.1: Зміншив відступ між цінами */
    line-height: 1.2;
    /* end 20250708 SUS 3.2.1: Зміншив відступ між цінами */
}

/* .woocommerce p {
    display: none!important;
} */


.type_order:has(input.error) .radio {
    border-color: #EC3737;
}

.type_order:has(input.error) .order__error{
	display: block;
}

.container .additional__section .container{
    padding: 0;
}

/* start 20250708 SUS 3.2.1: Виправлення помилшки You cannto add another 'x' to cart */
.woocommerce-notices-wrapper .woocommerce-error a.button.wc-forward{
    display: none;
}

.woocommerce-error:focus,
.woocommerce-error li:focus {
    outline: none !important;
}
/* end 20250708 SUS 3.2.1: Виправлення помилшки You cannto add another 'x' to cart */