.private-text {
    font-weight: 700;
    line-height: 1.2;
    font-size: 13px;
    text-align: left
}

.private-text a {
    color: #00a3d3;
    text-decoration: none
}

.form-block .private-text {
    font-weight: 700;
    line-height: 1.2;
    font-size: 13px;
    text-align: left;
    padding: 0 80px 20px;
    text-align: center
}

.private-text a:hover {
    color: #000;
    text-decoration: underline
}

.bx_ordercart_order_pay table,.bx_ordercart_order_pay tr,.bx_ordercart_order_pay td {
    border: none!important
}

.bx_ordercart_order_pay td {
    vertical-align: bottom
}

.bx_ordercart_order_pay_center table {
    margin-left: -10px
}

.footer__bottom-links a {
    color: #fff;
    text-decoration: none!important;
    font-size: .9em
}

.footer__bottom-links a:hover {
    color: #428bca
}

#subscribe-block {
    min-height: 250px;
    height: auto!important
}

.cookie-popup {
    background-color: #00a3d3;
    color: #fff;
    z-index: 10;
    transition: .5s;
    height: 0;
    overflow: hidden;
    line-height: 1.1em;
    box-shadow: inset 0 0 10px 0 rgba(0,0,0,.3);
}
.cookie-popup.open{
    height: 70px;
}

.cookie-popup__text {
    max-width: 940px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}

.cookie-popup__close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 9px;
    transition: .5s;
    cursor: pointer
}

.cookie-popup__close::after,.cookie-popup__close::before {
    content: "";
    display: block;
    position: relative;
    width: 15px;
    height: 2px;
    background-color: #333;
    transition: .5s
}

.cookie-popup__close::after {
    transform: rotate(45deg)
}

.cookie-popup__close::before {
    transform: rotate(-45deg);
    top: 2px
}

.cookie-popup__close:hover::after,.cookie-popup__close:hover::before {
    background-color: #fff
}

.wholesale_form .loading {
    display: block;
    padding: 0;
    width: 100%
}

.wholesale_form .loading * {
    display: block;
    width: 100%
}
