.ppcp-messages {
    display: none !important;
}
/*.ppc-button-wrapper {
    padding-left: 33px;
    margin-top: -20px;
}*/
.checkout-inner .stage_final .checkout-step-inner {
  border: none;
}
.checkout.woocommerce-checkout .wc-authnet-error {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #cc0000;
}

.checkout-form .payment_method_authnet {
    flex: 0 0 100%;
}
/*Скрываем метод оплаты*/
.payment_method_hidden_gateway {
    display: none;
}

/* Удаляем дефолтный спинер */
.woocommerce .blockUI.blockOverlay { 
    position: relative !important;  
    display: none !important;
}

.gen_notifications {
    line-height: 1.2;

    position: fixed;
    z-index: 10000; 
    bottom: 15px;
    left: 50%;

    width: 290px;
    padding: 15px;
    padding-right: 55px;

    transition-duration: .2s;
    transform: translateX(-50%) translateY(200px);

    color: #fff;
    border-radius: 3px;
    background-color: #191919;
}
.gen_notifications span {
    display: block;

    margin-bottom: 10px;
}
.gen_notifications:last-child {
    margin-bottom: 0;
}
.gen_notifications.up {
    transition-duration: .2s; 
    transform: translateX(-50%) translateY(0);
}
.gen_notifications.up:before {
    font-size: 25px;

    position: absolute;
    top: 50%;
    right: 15px;

    transform: translateY(-50%);
}
.gen_notifications.up.err:before {
    content: '\00D7';
}
.gen_notifications.up.supergood:before {
    width: 15px;
    height: 15px;
    content: '';
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23ffffff\' d=\'M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-size: contain;
}
.checkout-js {
    position: relative;
}

.lockscreen {
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    display: flex;
    visibility: visible; 
    width: 100%;
    height: 100%;
    opacity: 1;
    backdrop-filter: blur(10px) saturate(150%) contrast(100%);
    -webkit-backdrop-filter: blur(10px) saturate(150%) contrast(100%);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@property --percent{
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}
.lockscreen-loader {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 100%;
    background-color: #4d4d4d;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}
.lockscreen-loader:before {
    content: '';
    position: absolute; 
    background: conic-gradient(#91FAEE calc(var(--percent)*1%), #0000 0);   
    width: inherit;
    height: inherit;    
    border-radius: 100%;
    inset: 0;
    top:  0;
    left: 0;
}
.lockscreen-loader:after {
    counter-reset: percent var(--percent);
    content: counter(percent)'%';
    position: absolute;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    background-color: #e6e6e6;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.lockscreen-message {
    padding: 15px 25px;
    background: rgba(255,255,255,0.6);
    border-radius: 10px;
    line-height: 1.2;   
    max-width: 290px; 
}

.lockscreen-message .woocommerce-error {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 7px solid #4d4d4d;
  border-right-color: #91FAEE;
  animation: l2 1s infinite linear;
  position: relative;
}
.loader span {
    position: absolute;
}
@keyframes l2 {to{transform: rotate(1turn)}}*/

.woocommerce-NoticeGroup, .woocommerce-notices-wrapper, #ship-to-different-address {
    display: none !important;
}
div.order-total-text square-placement {
    margin-bottom: 0;
}