

/* Start:/local/templates/Desctop_2022/components/mobile2021/catalog/.default/style.css?17761586673915*/
.catalog_value {
    background: #FFFFFF;
    box-shadow: 1.00148px -5.00739px 15.0222px rgba(0, 0, 0, 0.15);
    border-radius: 35px;
    margin-top: 15px;
    padding: 15px 20px;
}

.catalog_block {
    display: flex;
    flex-wrap: wrap;
}


.catalog_block .catalog_item {
    width: calc(25% - 10px);
    margin-left: 10px;
    margin-top: 20px;
    min-height: 240px;
    box-shadow: 6.27746px 6.27746px 8.36995px rgba(233, 120, 21, 0.3);
    border-radius: 35px;
    background: #FFFBEB;
    margin-bottom: 20px;
    padding: 20px;

}

.catalog_block .catalog_item:nth-child(2n) {
    background: #F7FFED;
}
.catalog_block .catalog_item .picture {
    position: relative;
    padding: 10px;
    width: 100%;
    height: 250px;
    text-align: center;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;

}
.catalog_block .catalog_item .picture img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 25px;
}
.catalog_block .catalog_item  .item_info {
    padding: 10px;
    background: #FFFBEB;
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: calc(100% - 250px);
}
.catalog_block .catalog_item:nth-child(2n) .item_info {
    background: #F7FFED;
}
.price_block span.base_price {
    font-weight: bold;
    font-size: 20px;
    color: #E97815;
}
.price_block span.old_price {
    padding-left: 10px;
    font-weight: 500;
    font-size: 14px;
    text-decoration-line: line-through;
    color: #A2A2A2;
}
.catalog_block .catalog_item  .item_info .item_title {
    margin: 10px 0;
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
    flex: 1 0 auto;
}
.catalog_block .catalog_item  .item_info .buttons_block {
    padding: 10px 0 10px 0;
    flex: 0 0 auto;
}

.catalog_block .catalog_item  .item_info .buttons_block .heart {
    height: 28px;
    width: 28px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-size: 100% 100%;
    float: left;
}
.catalog_block .catalog_item  .item_info .buttons_block .heart.in_favorite {
    background-image: url("/local/templates/mobile2021/img/svg_pics/heart_full.svg");
}
.catalog_block .catalog_item  .item_info .buttons_block .not_in_favorite {
    background-image: url("/local/templates/mobile2021/img/svg_pics/heart_pust.svg");
}
.catalog_block .catalog_item  .item_info .buttons_block .heart img {
    height: 25px;
}

.catalog_block .catalog_item  .item_info .buttons_block .cart_button {
    float: right;
    width: auto;
}

.shield_value {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: bold;
}
.catalog_shield {
    position: absolute;
    left: 10px;
    top: 10px;
    transform: rotate(135deg);
    width: 50px;
    height: 50px;
    border-radius: 5px;
}
.discount_shield {
    background: #8CC443;
}
.info_shield {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 5px;
    padding: 5px;
    color: white;
    background: #FDCD06;


}
.title_shapka {
    padding: 1rem;
    width: 100%;
    background: #FFFFFF;
    color: #E97815;
    font-size: 2rem;
    line-height: 115%;
    overflow: auto;
}
.title_shapka h3 {
    overflow: auto;
}
#show_more_loader {
    display: none;
    padding: 20px 0;
    width: 100%;
}
#show_more_loader .flexbox {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.hits_block {
    padding-bottom: 20px;
    background-color: #F7F7F7;
}
.loader {
    text-align: center;
}
/* End */
/* /local/templates/Desctop_2022/components/mobile2021/catalog/.default/style.css?17761586673915 */
