/*
Theme Name: Qtheme
Description: Theme Name description
Version: 1.0
Text Domain: qstheme
*/
.woocommerce-checkout form .blockUI.blockOverlay {
   background-color: #000;
   /* Измените цвет и прозрачность здесь */
   z-index: 1000;
   /* Установите z-index, чтобы она была поверх других элементов */
}

.woocommerce-checkout form .blockUI.blockMsg {
   display: none;
   /* Скрыть спиннер по умолчанию */
}


.button {
   background: linear-gradient(98.31deg, #1758AF 18.85%, #4287E0 99.43%);
   color: #FFF !important;


}


.button:hover {
   background: linear-gradient(98.31deg, #1758AF 100%, #4287E0 99.43%);
   color: #FFF !important;

}

/**/
.elementor-product-pw-gift-card {}


.woocommerce form .form-row .required {
    visibility: visible;
    color: red;
    font-weight: 600;
    font-size: 16px;
}

.woocommerce-error {
    list-style: none;
    color: red;
    font-size: 18px;
}.buttons-wrapper {
    display: flex;
    justify-content: space-between;
}

.buttons-wrapper .button {
    margin-right: 10px;
}

.home .minicart_item,
.page-id-711 .header .minicart_item,
.page-id-932 .minicart_item,
.page-id-590 .minicart_item, 
.page-id-776 .minicart_item,
.page-id-579 .minicart_item,
.page-id-776 .minicart_item,
.page-id-579 .minicart_item{
	display:none!important;
}
.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}
@media screen and (max-width:1024px){
.header .flex_wrap .logo a {
    left: 0 !important;
}
}