.notes-logo-img {
    width: 335px;
    height: 62px;
}

@media only screen and (max-width: 756px) {
    .notes-logo-img {
        margin: 15px 0 0 0;
        width: 195px;
        height: auto;
    }

}

.main_user_div {
    margin: 0 0 10px 0;
    font-size: 15px;
}


@media only screen and (max-width: 756px) {
    .main_user_div {
        position: absolute;
        width: 100%;
        height: 20px;
        top: 10px;
        left: 0;
        text-align: center;
    }
}

.profile-preview__txt-item_img {
    margin: 0 0 0 20px;
}


@media only screen and (max-width: 756px) {
    .profile-preview__txt-item_img {
        vertical-align center;
    }

}

.article_section__article__text.common_text.ya-block-flex {
    background-color: #f8f5eb;
    margin: 0 0 20px 0;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}

.ya-site-form__form {
    display: flex;
    justify-content: center;
    width: 90%;

}

@media only screen and (min-width: 980px) {
    .ya-site-form__form {
        max-width: 950px;
    }
}

.ya-site-form1 {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;

}

.ya-site-form__search-input-layout-r {
    float: right;
    padding: 2px 0 0 0;
}

.ya-site-form__submit {
    background-color: #2956a0;
    border: none;
    font-size: 15px;
    font-weight: bold;
    color: #fff !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    padding: 10px 35px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    position: absolute;
    margin: -43px 0px 0 -124px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ya-site-form__input-text {

    height: 42px;
    padding: 0px 100px 0 10px;
    border: 1px solid #cab570;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    display: block;
    background-color: #ffffff;
    width: 100%;
    width: calc(100% - 110px) !important;



}

/* change quantity fix styles */
.f-basket__item-count.f-basket__edit-item {
    border: 1px solid #eee;
    padding-right: 0px;
}

.f-basket__item-count-minus {
    line-height: 21px;
}

.f-basket__item-count-plus {
    line-height: 19px;
}

.f-basket__item-count-plus {
    outline: none;
}

@media only screen and (max-width: 756px) {
    .f-basket__submit {
        display: block;
        margin-top: 20px;
    }

    .f-basket__price-row {
        justify-content: flex-end;
    }
}

/*Donut styles*/
.f-basket__donut_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.f-basket__donut_wrapper>* {
    flex: 50% 1 1;
}

.f-basket__donut_price {
    text-align: right;
    white-space: nowrap;
}

.f-basket__donut_txt {
    font-size: 15px;
    line-height: 18px;
}

.f-basket__donut_wrapper .f-basket__price {
    display: inline;
}

.f-basket__donut-logo {
    margin-left: 10px;
}

.f-basket__donut_price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.f-basket__donut_price input {
    margin-left: 20px;
    width: 70px;
}

.f-basket__item-count {
    margin-left: 29px;
}

.section-basket {
    padding-bottom: 70px;
    border-bottom: 1px solid #d5d5d5;
}

.f-basket__price .f-basket__price-currency {
    margin-left: 14px;
}


@media screen and (max-width: 756px) {
    .f-basket__donut_wrapper {
        flex-direction: column;
        justify-content: unset;
    }

    .f-basket__donut_wrapper>* {
        flex: 100% 0 0;
    }

    .f-basket__donut_price {
        margin-top: 20px;
    }

    .f-basket__item-count {
        margin-left: 0px !important;
    }

    .f-basket__price-row input {
        padding-right: 21px;
    }
}

@media screen and (max-width: 500px) {
    .f-basket__donut-logo {
        margin-left: 60px;
        margin-bottom: 20px;
        display: block;
    }

    .f-basket__donut .f-basket__row-title {
        display: inline !important;
    }
}

@media only screen and (max-width: 757px) {
	#order-cost {
		color:#000000;
	}
}

.checkbox.checkbox-recurrent {
    margin: 15px 0px 0px 0px;
}