/*ita-disclaimer - popup*/
#ita-disclaimer {
    position: fixed;
    display: none;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
    background-color: #e4f5fe;
    padding: 46px 0 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #5d717e;
}

.disclaimer-show{
    display: block;
}

#ita-disclaimer .ita-disclaimer-wrap {
    max-width: 1170px;
    margin: 0 auto;
    color: #34373e;
    font: 14px/20px "Open Sans";
}

#ita-disclaimer a.ita-close {
    position: absolute;
    left: 50%;
    margin-left: -587px;
    transition: tra;
    font-size: 34px;
    margin-top: -10px;
    color: #2872ca;
    top: 20px;
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    #ita-disclaimer {
        padding: 46px 15px 20px;
    }

    #ita-disclaimer a.ita-close {
        left: 13px;
        margin-left: 0;
    }
}
/*ita-disclaimer - popup*/

.reCaptcha_error {
    color: #d0021b;
    display: none;
    margin-top: 1em;
}


/*Инвертируем кнопку добавления в корзину*/
.search-form .btn-search-popup.add-cart {
    cursor: pointer;
}

.search-form .btn-search-popup.add-cart.in-cart {
    background:#fff !important;
}

.search-form .btn-search-popup.add-cart.in-cart:before {
    opacity: unset !important;
}

.search-form .btn-search-popup.add-cart.in-cart:after {
    display: none !important;
}

.search-form .btn-search-popup.add-cart.in-cart {
    border-color:#e1e1e1 !important;
}

.search-form .btn-search-popup.add-cart.in-cart:hover {
    border-color:#fff !important;
}
/**/
