

/* Start:/local/components/custom/order.basket/templates/.default/style.css?17633610937069*/

[data-element="small-basket"] .basket-container{
    height: calc(100vh - 200px);
    overflow-y: auto;
    padding-right: 10px;
}


.basket-item{
    text-transform: none;
}

.bx-basket-list-button-container .btn-link{
    width: 100%;
    text-align: center;
}

.bx-basket-list--header, .bx-basket-list-sum-container{
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 14px;
}
.bx-basket-list-sum-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.basket-header {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding-bottom: 20px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

.basket-item {
    margin-bottom: 20px;
}

.basket-item__wrapper>div+div {
    margin-left: 20px;
}

.basket-item__wrapper {
    display: flex;
    justify-content: space-between;
}

.basket-item__picture a {
    line-height: 0;
}

.basket-item__picture {
    --p-width: 115px;
    min-width: var(--p-width);
    width: var(--p-width);
    aspect-ratio: 115/145;
}

.basket-item__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.basket-item__info {
    margin-left: 15px;
    height: 100%;
    flex: 1;
}

.basket-item__title, .basket-item__props {
    font-family: var(--font-family-cormorant);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;

    color: #000000;
}

.basket-item__props{
    margin-top: 20px;
}

.basket-item__info-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.basket-item__brand {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.basket-item__title a {
    color: inherit;
    text-decoration: none;
}

.basket-item__prop,
.basket-item__articul {
    margin-top: 10px;
    font-size: 12px;
    line-height: 150%;
    color: var(--main-color-8);
}

.basket-item__prop>span {
    margin-right: 10px;
}


.basket-item__props_container {
    display: flex;
}

.basket-item__count {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.basket-item__props+.basket-item__count {
    margin-top: 0;
}

.basket-item__count::before {
    content: 'Количество:';

    font-family: var(--font-family-cormorant);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}


.basket-item__count-wrapper {
    display: flex;
}

.basket-item__count-minus,
.basket-item__count-plus {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 36px;
    cursor: pointer;
    transition: 300ms all ease;
    -webkit-user-select: none;
}

.basket-item__count-minus {
    border-right: 0;
    border-radius: 4px 0 0 4px;
    padding-left: 5px;
}

.basket-item__count-minus svg,
.basket-item__count-plus svg {
    width: 20px;
    height: 20px;
}

.basket-item__count-minus svg path,
.basket-item__count-plus svg path {
    stroke: #B1B1B1;
}

.basket-item__count-plus {
    border-left: 0;
    border-radius: 0 4px 4px 0;
    padding-right: 5px;
}

input.basket-item__count-input {
    padding: 0;
    width: 30px;
    height: 36px;
    outline: none;
    border: 0;
    border-radius: 1px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    transition: 300ms all ease;
    border-left: 0;
    border-right: 0;
    box-sizing: border-box;
    border-radius: 0;
}

.basket-item__prices {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    white-space: nowrap;
}

.basket-item__prices.mobile__show,
.basket-item__count.mobile__show {
    display: none;
}

.basket-item__price {
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;

    font-family: var(--font-family-cormorant);
    color: #000000;


}

.basket-item__price-old {
    font-family: var(--font-family-cormorant);
    font-size: 14px;
    line-height: 150%;
    color: var(--main-color-8);
    text-decoration: line-through;

    display: none;
}

.basket__item-delete {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px;
    width: 24px;
    height: 24px;
    right: 20px;
    top: 20px;
    background: #E9E9E9;
    border-radius: 4px;
}

.basket-item-tree__item {
    display: flex;
    justify-content: space-between;
}

.basket-group {
    padding: 20px 0;
}

.basket-group-total {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}

.order_basket-empty{
    text-transform: none;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-top: 10px;
    font-weight: 500;
    font-family: var(--font-family-cormorant);
}



.no-quantity-mess{
    font-family: var(--font-family-serif);
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 0;
}

@media (max-width: 768px) {
    [data-element="small-basket"] .basket-container{
        padding-right: 0;
    }

    .basket-item__count::before{
        display: none;
    }

    [data-element="small-basket"] .ui-popup__close{
        top: 13px;
        right: 13px;
    }

    .bx-basket-list--header{
        padding-top: 0;
        border-bottom: 1px solid #e0e0e0;
    }

    [data-element="small-basket"] .basket-container{
        height: calc(92dvh - 200px);
    }
    .basket-item{
        position: relative;
    }
    .basket-item__prices{
        position: absolute;
        bottom: 20px;
        right: 0;
    }

    .basket-item__brand{
        margin-bottom: 4px;
    }

    .basket-item__title, .basket-item__props{
        font-family: var(--font-family-cormorant);
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #000000;
        margin-bottom: 5px;
    }

    .basket-item__props{
        margin-top: 5px;
    }

    .basket-item__count{
        margin-top: auto !important;
    }

    .basket-item__info{
        height: auto;
    }

    .basket-item__info{
        display: flex;
        flex-direction: column;
    }

    .basket-item__wrapper {
        display: flex;
        justify-content: space-between;
        align-content: stretch;
        align-items: stretch;
    }

    input.basket-item__count-input{
        font-size: 12px;
    }

    .basket-item{
        padding-bottom: 20px;
        border-bottom: 1px solid #e0e0e0;
    }
}
/* End */
/* /local/components/custom/order.basket/templates/.default/style.css?17633610937069 */
