.cart-d__popup-show a{
    color: #2394E5;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.cart-d__popup-show a:before{
    content: "";
    background: url("/local/templates/.default/images/box-icon.svg");
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: inline-block;
    margin-right: 5px;
}

.cart-d__popup-show.card{
    margin-top: 15px;
}

.cart-d__popup-show.line{
    display: flex;
    justify-content: end;
    width: 100%;
    margin: 5px 0;
}


/* extra price */
.extra-prices{
    font-family: "Montserrat", sans-serif;
    color: #333333;
}

.extra-prices.card{
    display: flex;
    flex-direction: column;
    align-items:center;
}

.extra-prices .extra-prices_ppl{
    font-weight: 600;
    font-size: 13px;
}

.extra-prices .extra-prices_1cb2c{
    font-size: 10px;
}

.extra-prices .extra-prices_1cb2c a{
    color: #333333;
    text-decoration: underline;
}

.extra-prices.line{
    display: flex;
    flex-direction: column;
    align-items: end;
}
/* .extra price */

.pro-sticker{
    color: #2394e5;
    border: 1px solid #2394e5;
    padding: 2px 7px;
    transition: .3s;
    cursor: pointer;
}

.pro-sticker:hover{
    color: #fff;
    background: #2394e5;
}

.stickers.shade{
    top: unset !important;
}

.catalog-item .brand {
    font-size: 11px;
    color: #2394e5;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0;
}
.quantity-block a.in-basket{
    background: none;
    border: 1px solid #e8e8e8;
    padding: 3px 0;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #333;
    display: flex;
    align-items: center;
    font-weight: 500;
    justify-content: center;
    gap: 10px;
}

.quantity-block a.in-basket:after {
    display: block;
    content: '';
    font-family: 'base-icon';
    font-weight: 300;
    z-index: 3;
}

@media (max-width: 425px) {
    .cart-d__popup-show.card a{
        line-height: 15px;
    }

    .cart-d__popup-show.card a:before{
        content: "";
        background: url("/local/templates/.default/images/box-icon.svg");
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        background-size: 16px;
        display: inline-block;
        margin-right: 5px;
    }

    .cart-d__popup-show.line{
        justify-content: start;
    }

    .extra-prices.line{
        flex-basis: 100%;
        align-items: start;
    }

    /*.product-item-container .image{*/
    /*    margin-top: 0;*/
    /*}*/
}
