/*
Theme Name: ankebio3
Author: <a href="http://rursul.ru">Ursul Roman Mihailovich</a>
Description: base wp theme
Version: 1.0
*/

.screen-reader-response,
form .wpcf7-response-output,
form .wpcf7-not-valid-tip,
form .wpcf7-mail-sent-ok {
  display: none !important;
}
form .wpcf7-not-valid:not(.wpcf7-checkbox) {
  border-color: transparent !important;
  box-shadow: inset 0 0 0 1px #c00;
}

.clear {
    clear: both;
}

.ajax-loader {
	display: none !important;
}

input[type="submit"]:disabled {
    filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray;
    cursor: not-allowed;
}


.bfw_user_account_content h2{
    margin-bottom: 20px;
    font-size: 20px;
}
.bfw_user_account_content h3{
    margin-top: 20px;
margin-bottom: 14px;
font-size: 18px;}

.bfw_user_account_content .clear_history{
    background: red;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    color: white;
    margin-bottom: 10px;
}
.bfw_user_account_content  .take_coupon_form{
    align-items: center;
}
.bfw_user_account_content  .take_coupon_form .input-text {
    max-width: 135px;
}

#billing_country_field {
    display: none !important;
}
#bfw-progressbar {
    margin-top: 7px;
}
.addon-refferal-idUser{
    display: none;
}
 .article .bfw-write-off-block *:not(.woocommerce-error):last-child{
    padding-bottom: 10px !important;
}
.header .header_top_df .right_links_df a i.i-coin {
    background: url(i/i-coin.svg) center center no-repeat;
    background-size: contain;
}
@media (max-width: 1101px) {
    .header .header_top_df .right_links_df a i.i-coin {
        background: url(i/i-coin-w.svg) center center no-repeat;
        background-size: contain;
    }

}


/*
.postid-54249276 #tab-6,
.postid-3122 #tab-6{
    display: none !important;
}
*/
.shop_manager #wp-admin-bar-new-content  {
    display: none !important;
}

.banner_top {
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 20px;
    background: #61c9f5;
    min-height: 100px;
    justify-content: space-between;
    align-items: center;
}

.banner_top span {
    line-height: 1.5em;
    display: block;
}

@media screen and (max-width: 768px){
    .banner_top {
        margin-top: 5px;
        font-size: 14px;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 5px;
        padding: 10px;
        text-align: center;
    }
    .banner_top .btn_wr {
        padding-top: 10px;
    }
}