table.cart .product-thumbnail img {
    max-width: 100% !important;
}

table.cart .product-thumbnail {
    width: 180px !important;
}

.woocommerce-notices-wrapper .woocommerce-error {
    display: none !important;
}

.input-text.qty {
    width: 100%;
    height: 100%;
    text-align: center;
}

.pikulinpw-modal-body .woocommerce-error {
    display: block;
}

.pikulinpw-modal-body .woocommerce-error strong {
    background: var(--button-2);
}

main.site-main.ajax-processing {
    position: relative;
}

main.site-main.ajax-processing:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
}

main.site-main.ajax-processing:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    z-index: 11;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'><g><circle stroke-dasharray='164.93361431346415 56.97787143782138' r='35' stroke-width='10' stroke='%23074da0' fill='none' cy='50' cx='50'><animateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'/></circle></g></svg>");
}