

/* Start:/bitrix/templates/aspro_max/components/bitrix/catalog.store.amount/main_add_basket/style.css?17835980344383*/
.container-store-basket{
    width: 25%;
    margin-right: 161px;
    margin-left: auto;
    display: flex;
    position: relative;
    justify-content: flex-end;
    align-items: center;
}
.container-store-basket .counter_block_inner{
    margin-right: 10px;
    position: relative;
    width: 150px;
}
.container-store-basket .counter_block_custom{
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-color: var(--stroke_black);
    background: #fafafa;
    background-color: var(--darkerblack_bg_black);
    text-align: center;
    margin: 0px auto;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.container-store-basket .counter_block_custom:not(.big) {
    height: 40px;
    width: 100%;
}

.container-store-basket .counter_block_custom:not(.big) input[type="text"] {
    height: 40px;
}
.container-store-basket .counter_block_custom input[type="text"] {
    width: 47px;
    border: 0px;
    background: none;
    color: #333;
    color: var(--white_text_black);
    font-size: 13px;
    border-radius: 0px;
    text-align: center;
    line-height: 13px;
    padding: 7px 3px 7px;
}

.container-store-basket .counter_block_custom:not(.big) .plus, .container-store-basket .counter_block_custom .minus:not(.big) {
    width: 30px;
}
.container-store-basket .counter_block_custom .plus, .container-store-basket .counter_block_custom .minus {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: auto;
    cursor: pointer;
}
.container-store-basket .counter_block_custom .minus {
    left: 10px;
}
.container-store-basket .counter_block_custom .plus {
    right: 10px;
}
.container-store-basket .counter_block_custom > span:not(:hover) .svg {
    opacity: 0.5;
}

.container-store-basket .counter_block_custom > span .svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -6px;
    width: 11px;
    height: 11px;
    line-height: 12px;
}
.container-store-basket .counter_block_custom  > span .svg svg {
    display: inline-block;
    vertical-align: middle;
}

.container-store-basket .counter_block_custom  > span .svg * {
    fill: var(--white_text_black);
}

.list-offers.ajax_load .container-store-basket .counter_block_inner {
    width: 50%;
}

.list-offers.ajax_load .container-store-basket .btn.btn-default {
    width: 50%;
}

@media (min-width: 1200px) {
    .list-offers.ajax_load .container-store-basket{
        max-width: 221px;
    }
    .list-offers.ajax_load .container-store-basket .btn.btn-default {
        padding: 9px 3px;
    }

    .shadowed-block .container-store-basket {
        margin-right: unset;
/*        display: grid;*/
    }
}
@media (max-width: 1199px) {
    .list-offers.ajax_load .container-store-basket {
        width: 25%;
        margin-right: 125px;
        flex-direction: column;
        left: 10px;
        margin-left: auto;
    }
    .list-offers.ajax_load .container-store-basket .btn.btn-default, .list-offers.ajax_load .container-store-basket .counter_block_inner {
        width: 100%;
    }
}
@media (max-width: 900px) {
    .list-offers.ajax_load .container-store-basket {
        width: 40%;
    }
}
@media screen and (max-width: 767px) {
    .list-offers.ajax_load .container-store-basket {
        margin-right: 113px;
    }
}
@media (max-width: 600px) {
    .list-offers.ajax_load .container-store-basket {
        margin-right: 0px;
        left: 0px;
        width: 100%;
    }
    .list-offers.ajax_load .compact-catalog .item .container-store-basket > div:not(.button_block) {
        display: none !important;
    }
    .list-offers.ajax_load .container-store-basket .btn.btn-default {
        width: 100%;
    }
    .js-offers-scroll .offer-stores .stores_block_wrap .stores_block.wo_image .item-stock {
        margin-top: -4px;
        margin-bottom: 6px;
        position: relative;
    }
    .list-offers.ajax_load .js-offers-scroll .offer-stores {
     /*   padding: 0px 19px;*/
    }
}
.container-store-basket.t__main {
    width: 100%;
}
/* End */
/* /bitrix/templates/aspro_max/components/bitrix/catalog.store.amount/main_add_basket/style.css?17835980344383 */
