.hidden {
    display: none !important;
    visibility: hidden !important;
}

.white-success {
    color: white;
    font-size: 21px;
}

.form-error {
    color: red;
}

.form-success {
    color: green;
}

.pager-spinner {
     margin: 100px auto 0;
     width: 70px;
     text-align: center;
 }

.pager-spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.pager-spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.pager-spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.sign-in-block .form-box .form-fields .form-field .send-sms-btn {
    height: 50px;
    text-transform: none;
    font-size: 14px;
}
.products-block-2 .items .item .text .sizes-box .sizes-select {
    text-transform: none;
}

.products-block-2 .items .item .text .sizes-box .sizes-select:empty {
    visibility: hidden;
}

.search-output .pagination-box {
    margin: 30px 0 70px 0;
}

.search-output .pagination {
    display: none;
}

.compare-table-row.compare-table-row-params:nth-child(odd) {
    background-color: #f6f9f9;
}

.gift_change_popup {
    width: 140px;
    height: 24px;
    background-color: #ef7f1a;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    border: 0;
    cursor: pointer;
    margin-top: 10px;
}

.gift_change {
    width: 168px;
    height: 30px;
    background-color: #ef7f1a;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    border: 0;
    cursor: pointer;
}

[data-pseudo-link] {
    cursor: pointer;
}

.format-form input[type=text].order-error {
    border: 1px solid red;
}

.basket-quantity {
    font-size: 14px;
    margin-top: 10px;
}

.reset-password-popup .sms-code-number {
    text-align: center;
    font-size: 35px !important;
}

.auth-form-error {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}

.one-click__seconds-left {
    font-size: 10px;
    margin-top: 10px;
}

.order-send-sms-button {
    max-width: 240px;
}

.order-agreement-error {
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
    color: #ff4500;
}

.order-agreement-error:empty {
    margin-top: 0;
}

.color-red {
    color: red !important;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    margin: 10px 15px 0 15px !important;
}

.single-product-block .info-block .sale-box .label:empty {
    display: none;
}

.not-chosen {
    pointer-events: none;
    opacity: 0.5;
}

/* Scoped One-Click Buy Form Styles */
.one-click__btn-confirm {
    width: 100%;
    padding: 0 10px;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    white-space: nowrap;
}
.one-click__timer {
    line-height: 42px;
    font-size: 13px;
    color: #666;
}
.one-click__timer-seconds {
    font-weight: bold;
    color: #e30613;
}
.one-click__error-wrap {
    margin: 5px 0 10px 0;
}
.one-click__error-msg {
    color: #e30613;
    font-size: 13px;
    line-height: 1.4;
}
.one-click__notice-wrap {
    margin: 8px 0 14px 0;
}
.one-click__notice-text {
    color: #e30613;
    font-size: 13px;
    line-height: 1.4;
}
.one-click__notice-link {
    color: #e30613;
    text-decoration: underline;
}
.one-click__sms-code-wrap {
    margin: 10px 0;
}
.one-click__title--hidden {
    visibility: hidden;
}
