.succsess-auth-popup, .anceta-popup, .succsess-popup {
    display: none;
}

.custom-auth-comment {
    text-align: center;
    margin-top: 10px;
}

.custom-auth-comment a {
    color: #688665;
}

.modal.anceta-popup {
    display: none;
    height: 480px;
    margin-top: -220px;
}

.modal.anceta-partnership-popup {
    display: none;
    height: 660px;
    margin-top: -330px;
}

.tqRegisterCode {
    display: none;
}

.basket-popup {
    display: none;
    position: fixed;
    width: 270px;
    height: 76px;
    left: 50%;
    top: 50%;
    margin-top: -38px;
    margin-left: -135px;

}

.basket-popup .modal-a {
    padding: 0px;
    text-align: center;
    padding-top: 20px;
}

.basket-popup .modal-lbl {
    font-size: 14px;
}

.product-param-p span.old_price::before {
    display: none;
}

.product-param-p span.old_price {
    text-decoration: line-through;
}

.product-param-p span.red_price {
    color: #DC6152;
}

.credit-form .ui-widget-content {
    position: relative;
}

.credit-form .ui-widget-content .ui-state-default {
    position: absolute;
}

.new-img-over {
    z-index: 9;
    position: absolute;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #688665;
    top: 20px;
    right: 70px;
    line-height: 40px;
    border-radius: 90px;
    width: 40px;
    height: 40px;
    text-transform: uppercase;
    font-family: 'GraphikLCGRegular';
}

.product-holder-a .main-cat-lbl-discount {
    margin-top: 0;
}

.main-categories-item .new-img-over {
    top: 20px;
    right: 20px;
}

.un-actions-bar {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    justify-content: flex-end;
}

.un-actions-bar .new-img-over, .un-actions-bar .main-cat-lbl-discount {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-left: 10px;
}

.owl-item .main-cat-lbl-discount, .owl-item .new-img-over {
    margin-top: 0;
    top: 70px;
}

@media screen and (max-width: 999px) {
    .owl-item .main-cat-lbl-discount, .owl-item .new-img-over {
        margin-top: 0;
        top: 20px;
    }
}

@media screen and (max-width: 600px) {
    .main-categories-item .new-img-over {
        /* top: 30px;
        right: 100px; */
    }
}
