
.category__pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 20px 0 15px;
}

.category__pagination-link, .category__pagination > a, .category__pagination > span {
    display: block;
    background: white;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    color: #64666B;
    text-align: center;
    margin: 5px;
    transition: 0.3s;
}

.category__pagination > a:hover, .category__pagination > span:hover,
.category__pagination-link:hover,
.category__pagination-link--active {
    color: white;
    background: #FAAC3D;
}

.img-responsive, .thumbnail > img,
.thumbnail a > img,
.items__image > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.breads__item > * {
    color: #64666B;
    transition: 0.3s;
}

.section-title {

    font-size: 30px;
}

.result-table2__ .result-table__cell:nth-child(13) {
    width: 123px;
    max-height: 94px;
    overflow: hidden;
}

.result-table3__ .result-table__cell:nth-child(10) {
    max-height: 94px;
    overflow: hidden;
}

.category__pagination > span.nav_ext {
    color: #64666B;
    background: white;
}

.category__pagination > span {
    color: #fff;
    background: #FAAC3D;
}

.items__title {

    height: 50px;

}

.breads__item:after {
    display: none;;
}

.items__art {
    width: 100%;
    display: block;
    float: left;
    height: 34px;
    overflow-y: hidden;
}

.header__menu-link.header__top-menu-link::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #FAAC3D;
    transition: 0.3s;
}

.header__search-block {
    width: 100%;
}

.noFiled {
    border-color: rgba(255, 0, 16, 0.35);
    border-width: 2px;

}

/*
.items__art {
    color: #64666B;
    font-size: 7px;
    font-family: "Museo Sans 400 ", sans-serif;
    line-height: 17px;
    margin-top: 10px;
}*/

.cart-main-content.media-body > div {
    display: flex;
}

.cart-main-content.media-body > div.name {
    display: inline-block;
    font-size: 18px;
}

.cart-main-content.media-body > div.name a {
    color: #000;
}

@media (max-width: 767px) {
    .basketBlock .btnBasket {
        margin: 5px -10px 17px 0px;
    }

    .basketBlock {
        bottom: 50px;
        position: fixed;
        width: 100%;
        z-index: 9;
    }
}

.basketBlock {
    position: fixed;
    width: 100%;
    z-index: 9;
}

.btnBasket {
    margin: 5px -20px 17px 0px;

    border-radius: 40px;
}

.result__table {
    position: relative;
}

@media (max-width: 767px) {
    .result__table {
        position: initial;
    }
}

body > .page-text {
    min-height: 500px;
}

@media (max-width: 767px) {
    .result__button {
        width: 150px;
        margin: 10px auto 15px;
    }
}

.billboard__top {
    color: #FAAC3D;
    font-size: 20px;
    font-family: "Museo Sans 900 Black", sans-serif;
    line-height: 32px;
}

.item-block.bonus-block * {
    text-align: initial;

}

.bonus-block strong {

    font-size: 18px;
    line-height: 22px;
    font-family: "Museo Sans 700 Bold", sans-serif;
    border: 0;
    color: black;
    border-bottom: 3px solid #FAAC3D;
    margin-bottom: 15px;
    display: inline-block;
}

.bonus-block i {
    vertical-align: middle;
    font-size: 25px;
    color: #faac3d;
}