

/* Start:/local/templates/adsgrp/components/bitrix/sale.basket.basket/basket/style.css?177988117912336*/
.buy-block__quantity {
    display: flex;
    align-items: center;
}

.quantity-field {
    width: 45px;
    height: 45px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.quantity-btn {
    width: 45px;
    height: 45px;
    position: relative;
    cursor: pointer;
}

.quantity-btn::before {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 6px);
}

.quantity-btn-plus::after {
    content: '';
    display: block;
    width: 2px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 1px);
}

.basket-top-panel {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.basket-top-panel__caption {
    font-size: 14px;
    color: #5D6265;
    display: none;
}

.basket-top-panel__caption.showed {
    display: block;
}

.basket-items {
    margin-bottom: 50px;
}

.basket-item {
    display: grid;
    grid-template-columns: min-content min-content 1fr min-content min-content min-content min-content;
    padding: 15px 24px;
    transition: 0.3s;
    border: 2px solid transparent;
    margin-bottom: 20px;
    position: relative;
}

.basket-item:last-child {
    margin-bottom: 0;
}

.basket-col {
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.basket-item:hover {
    border-color: #FFE100;
}

.basket-remove-btn {
    width: 19px;
    height: 24px;
    background: url(/local/templates/adsgrp/components/bitrix/sale.basket.basket/basket/images/basket-remove-inactive.svg) no-repeat center center / auto,
    url(/local/templates/adsgrp/components/bitrix/sale.basket.basket/basket/images/basket-remove.svg) no-repeat center center / 0 0;
    cursor: pointer;
}

.basket-remove-btn:hover {
    background-size: 0 0, auto;
}

.basket-item__quantity .quantity-field {
    border: 2px solid #000;
}

.basket-item__quantity .quantity-btn::before,
.basket-item__quantity .quantity-btn::after {
    background: #000;
}

.basket-item__img {
    width: 142px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.basket-item__img img {
    max-width: 100%;
    max-height: 100%;
}

/*.basket-item__info {*/
/*    width: 530px;*/
/*}*/

.basket-item__name {
    font-size: 20px;
}

.basket-item__name a {
    color: #000;
}

.basket-item__props {
    width: 235px;
}

.product-prop {
    display: flex;
    margin-bottom: 16px;
    font-size: 18px;
}

.product-prop::before {
    content: '';
    display: block;
    flex: 1;
    order: 1;
    border-bottom: 1px dotted #000;
    margin: 0 3px;
    transform: translate(0, -4px);
}

.product-prop .name {
    color: #5D6265;
}

.product-prop .value {
    order: 2;
}

.basket-item__prop {
    font-size: 14px;
    margin-bottom: 0;
}

.basket-item-price .price-value {
    font-size: 20px;
    font-weight: 600;
}

.basket-item-price .price-info {
    font-size: 18px;
    text-transform: uppercase;
}

.basket-item-price .price-info span {
    text-transform: lowercase;
}

.basket-item__name {
    padding-bottom: 18px;
}

.price-col {
    display: flex;
    justify-content: center;
}

.basket-bottom-panel {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 90px;
    width: 100%;
}

.basket-bottom-panel > div {
    width: 100%;
}

.basket-confirm-btn {
    height: 60px;
    padding: 5px 23px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    gap: 18px;
    color: #000;
    border: 2px solid #D9D9D9;
    transition: 0.3s;
}

.basket-confirm-btn:hover {
    background: #FFE100;
    border-color: #FFE100;
}

.basket-total {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 50px;
    justify-content: flex-end;
}

.basket-total__caption {
    font-size: 20px;
    color: #5D6265;
}

.basket-total__price {
    font-size: 40px;
    font-weight: 600;
}

.basket-item__total {
    transform: translate(0, -10px);
}

.basket-item {
    grid-template-columns: min-content min-content 700px 1fr min-content 1fr min-content;
    grid-template-areas:
                "checkbox image name price quantity total remove"
                "checkbox image props price quantity total remove";
    padding: 25px;
    align-items: center;
    gap: 10px;
}

.basket-item .custom-checkbox {
    grid-area: checkbox;
}

.basket-item__img {
    grid-area: image;
}

.basket-item__name {
    grid-area: name;
}

.basket-item__props {
    grid-area: props;
    height: 100%;
}

.basket-item__remove {
    grid-area: remove;
}

.basket-item__price {
    grid-area: price;
}

.basket-item__quantity {
    grid-area: quantity;
}

.basket-item__total {
    grid-area: total;
}

.basket .custom-checkbox .checkmark {
    border-color: #5D6265;
}

.basket .custom-checkbox input:checked ~ .checkmark,
.basket .custom-checkbox:hover input ~ .checkmark{
    border-color: #000;
}

.basket .custom-checkbox .checkmark:after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgNUw0LjUgOEwxMCAyIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTIgNUw0LjUgOEwxMCAyIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC4yIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTIgNUw0LjUgOEwxMCAyIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC4yIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTIgNUw0LjUgOEwxMCAyIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC4yIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTIgNUw0LjUgOEwxMCAyIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC4yIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTIgNUw0LjUgOEwxMCAyIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC4yIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTIgNUw0LjUgOEwxMCAyIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC4yIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTIgNUw0LjUgOEwxMCAyIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC4yIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTIgNUw0LjUgOEwxMCAyIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC4yIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTIgNUw0LjUgOEwxMCAyIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC4yIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTIgNUw0LjUgOEwxMCAyIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC4yIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTIgNUw0LjUgOEwxMCAyIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC4yIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTIgNUw0LjUgOEwxMCAyIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC4yIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTIgNUw0LjUgOEwxMCAyIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC4yIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
}

.basket-item__restore-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100;
    font-size: 26px;
}

.basket-item__restore-btn.btn-1 {
    color: #000;
    border-color: #D9D9D9;
    background: #fff;
}

.basket-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.basket-empty__img {
    width: 131px;
    height: 116px;
    background: url('/local/templates/adsgrp/components/bitrix/sale.basket.basket/basket/images/empty_cart.svg') no-repeat center center / contain;
}

.basket-empty__text {
    font-size: 26px;
}

.basket-empty__desc {
    font-size: 20px;
    text-align: center;
}

.basket-bottom-panel > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width: 1600px) {
    .basket-item {
        grid-template-columns: min-content min-content 370px 1fr min-content 1fr min-content;
    }
}

@media (max-width: 1279px) {
    .basket-item {
        grid-template-columns: min-content min-content 1fr min-content 1fr min-content;
        grid-template-areas:
                "checkbox image name name name remove"
                "checkbox image props props props remove"
                "checkbox image price quantity total remove";
        padding: 25px;
    }

    .basket-items {
        margin-bottom: 40px;
    }

    .basket-bottom-panel {
        margin-bottom: 50px;
    }

    .basket-item__img {
        width: 100px;
        height: 100px;
    }

    .basket-item__name {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .basket-item__props {
        padding-bottom: 10px;
    }

    .basket-item__prop {
        font-size: 12px;
    }

    .basket-item-price {
        line-height: 1.2;
        height: 2.4em;
    }

    .basket-item-price .price-info {
        font-size: 16px;
    }

    .basket-item__price {
        justify-content: flex-start;
    }

    .basket-item__total {
        justify-content: flex-start;
    }

    .basket-confirm-btn {
        height: 45px;
        font-size: 18px;
    }

    .basket-item__remove {
        position: absolute;
        right: 0;
    }
}

@media (max-width: 767px) {
    .basket-item .custom-checkbox {
        position: absolute;
        top: 25px;
        left: 25px;
        z-index: 1;
    }

    .basket-item__remove {
        position: absolute;
        top: 25px;
        right: 25px;
        z-index: 1;
    }

    .basket-item {
        grid-template-areas: "image name name"
        "image props props"
        "price quantity total";
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        position: relative;
    }

    .basket-item__img {
        /*grid-row: unset;*/
        padding-top: 20px;
        padding-bottom: 0;
    }

    .basket-item__props {
        width: auto;
    }

    .basket-item-price .price-value {
        font-size: 18px;
    }

    .basket-item-price .price-info {
        font-size: 14px;
    }

    .basket-item__quantity .quantity-field {
        width: 40px;
        height: 40px;
    }

    .basket-item__quantity .quantity-btn {
        width: 40px;
        height: 40px;
    }

    .basket-col {
        margin: 0;
    }

    .basket-item__info {
        justify-content: flex-start;
    }

    .basket-item__name {
        width: 200px;
        font-size: 14px;
    }

    .basket-item__prop {
        font-size: 14px;
    }

    .basket-item__total {
        font-size: 14px;
        transform: translate(0, -8px);
    }

    .basket-confirm-btn {
        font-size: 16px;
    }

    .basket-bottom-panel {
        justify-content: center;
    }

    .basket-total {
        justify-content: center;
        margin-bottom: 40px;
    }

    .basket-bottom-panel > div {
        align-items: center;
    }
}

@media (max-width: 479px) {
    .basket-item {
        grid-template-areas: "image name name" "props props props" "price price quantity" "total total total";
        padding: 10px;
        padding-top: 60px;
    }

    .basket-item__total {
        justify-content: unset;
        transform: unset;
    }

    .basket-item__total > div {
        display: flex;
        gap: 8px;
        align-items: flex-end;
    }

    .basket-item__name {
        width: auto;
        padding-bottom: 0;
    }

    .basket-item__img {
        padding-top: 0;
        width: 90px;
        height: 70px;
    }

    .basket-total__price {
        font-size: 30px;
    }

    .basket-confirm-btn {
        font-size: 14px;
        height: 40px;
    }

    .basket-items {
        margin-bottom: 35px;
    }

    .basket-total {
        margin-bottom: 35px;
    }

    .basket-item-price {
        height: 1.2em;
    }

    .basket-item__total {
        margin-top: 10px;
    }

    .basket-item__quantity .quantity-btns {
        width: 35px;
    }

    .basket-item__quantity .quantity-btn-plus {
        width: 25px;
    }

    .basket-item__quantity .quantity-btn-plus::before {
        left: unset;
        right: 0;
    }

    .basket-item__quantity .quantity-btn-plus::after {
        left: unset;
        right: 5px;
    }
}




/* End */


/* Start:/local/templates/adsgrp/components/bitrix/sale.basket.basket/basket/themes/blue/style.min.css?1779881179592*/
.bx-blue .basket-item-scu-item:hover,.bx-blue .basket-item-scu-item.selected,.bx-blue .basket-item-scu-item.not-available:hover{border-color:#006cc0}.bx-blue .basket-item-amount-filed:hover,.bx-blue .basket-item-amount-filed:focus{border-color:#006cc0}div.bx-blue .btn.btn-default{outline:0;border-color:#1485ce;background-color:#1485ce;color:#fff}div.bx-blue .btn.btn-default:hover{outline:0;border-color:#53a4d8;background-color:#53a4d8;color:#fff}div.bx-blue .btn.btn-default:active{outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
/* End */
/* /local/templates/adsgrp/components/bitrix/sale.basket.basket/basket/style.css?177988117912336 */
/* /local/templates/adsgrp/components/bitrix/sale.basket.basket/basket/themes/blue/style.min.css?1779881179592 */
