

/* Start:/local/templates/main/components/bitrix/sale.basket.basket/main-basket/style.css?170809166410550*/
.symbol_ruble { font-family: 'rubleBitrix', Arial, sans-serif }

/* basket */
.basket-items-list-container {
    margin-top: 40px;
}
table.basket-items-list-table {
	min-width: 100%;
}
table.basket-items-list-table,
table.basket-items-list-table th {
    border: 1px solid #fff;
    border-collapse: collapse;
}

table.basket-items-list-table,
table.basket-items-list-table th:last-child,
table.basket-items-list-table th:first-child {
    border-left: none;
    border-right: none;
}

table.basket-items-list-table td {
    border-bottom: 1px solid #EBECEF;
}



table.basket-items-list-table th {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding: 5px 10px;
    background: var(--gray_5, #35373F);
}

.basket-item-image-link {
    width: 80px;
    height: 80px;
    display: block;
    margin-right: 20px;
}

.basket-item-image-link img {
    max-width: 100%;
}

.basket-items-list-item-descriptions-inner {
    display: flex;
    padding-left: 9px;
    padding-bottom: 11px;
}

.basket-item-info-name {
    margin-bottom: 10px;
}

.basket-item-info-name-link {
    color: var(--gray_5, #35373F);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    display: block;
}

.basket-item-property {
    display: flex;
    margin-bottom: 10px;
}

.basket-item-property-name {
    color: var(--gray_4, #858CA2);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    width: 100px;
}

.basket-item-property-value {
    color: var(--gray_5, #35373F);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.basket-item-block-price {
    width: 149px;
    padding: 0 10px 21px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--orange_5, #F39221);
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.basket-item-block-amount {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    width: 399px;
    justify-content: center;
    padding: 0 20px;
}

.basket-item__quantity-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--gray_1);
    padding: 10px;
    flex: 1;
}

.basket-item__quantity-counter input {
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #FFF;
    color: var(--gray_5, #35373F);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin: 0 10px;
}

/* Chrome, Safari, Edge, Opera */
.basket-item__quantity-counter input::-webkit-outer-spin-button,
.basket-item__quantity-counter input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.basket-item__quantity-counter input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.basket-item__quantity-control:not(.js-product-quantity--disabled) {
    cursor: pointer;
}

.basket-item__quantity-control:hover {
    opacity: 0.7;
}

.js-product-quantity--disabled {
    filter: brightness(0) saturate(100%) invert(85%) sepia(6%) saturate(304%) hue-rotate(185deg) brightness(93%) contrast(92%);
}

.basket-item__quantity-type {
    display: flex;
    padding: 10px 20px;
    height: 50px;
    flex: 1;
    border-radius: 10px;
    background: var(--gray_1);
    justify-content: space-between;
    align-items: center;
    margin-right: 21px;
    max-width: 169px;
}

.basket-item__quantity-name {
    color: var(--gray_5);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding-top: 1px;
}

.basket-item__quantity-counter svg {
    width: 30px;
    height: 30px;
}

.basket-item__quantity-type .nice-select {
    padding-left: 0;
    padding-right: 23px;
    width: 100%;
}

.basket-item__quantity-type .nice-select .list {
    border: none;
    box-shadow: none;
    width: calc(100% + 40px);
    left: -20px;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #f6f6f6;
}
.basket-item__quantity-type .nice-select .option {
    padding-left: 20px;
}

.basket-item__quantity-type .nice-select .option:hover {
    background-color: #ebebeb;
}

.basket-item__quantity-type .nice-select .option.selected {
    display: none;
}

.basket-item__quantity-type .nice-select .current {
    color: var(--gray_5);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding-top: 1px;
    padding-left: 0;
}

.basket-item__quantity-type .nice-select:after {
    width: 20px;
    height: 20px;
    top: 24%;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_996_12889)'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%231F2D54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_996_12889'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.basket-item-actions-remove svg {
    min-width: 30px;
    width: 30px;
    height: 30px;
}

.basket-item-block-actions {
    display: flex;
    align-items: center;
    width: 198px;
    height: 151px;
    justify-content: center;
    padding-bottom: 21px;
}

.basket-item-block-total {
    width: 130px;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}


.basket-items-list-item-container:nth-child(n + 3) .basket-item-block-actions {
    height: 157px;
    padding-bottom: 0;
}

.basket-items-list-item-container:nth-child(n + 3) .basket-items-list-item-descriptions-inner {
    padding-top: 7px;
    padding-bottom: 0;
}

.basket-items-list-item-container:nth-child(n + 3) .basket-item-block-price {
    padding-bottom: 0;
}

.basket-items-list-item-container:nth-child(n + 3) .basket-item-block-amount {
    margin-bottom: 0;
}

.basket-total-block {
    margin-top: 40px;
    display: flex;
    margin-bottom: 20px;
}

.basket-checkout-container {
    display: flex;
    margin-left: auto;
    padding-bottom: 20px;
}

.basket-checkout-container-label {
    margin-right: 20px;
    color: var(--gray_4, #858CA2);
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.basket-checkout-container-price {
    width: 190px;
    color: var(--blue_5, #3898FF);
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.basket-item-price-current>span:first-child {
    display: none;
}

.basket-items-list-item-notification-removed {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
	height: 156px;
}

@media only screen and (min-width: 961px) and (max-width: 1340px) {
    .basket-items-list-item-descriptions-inner {
        padding-top: 10px;
    }

    .basket-item-property-name {
        width: 72px;
    }

    .basket-item-block-amount {
        flex-direction: column;
        align-items: center;
        width: 150px;
        margin-bottom: 0;
    }

    .basket-item__quantity-type {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 960px) {
    .basket-items-list-container {
        margin: 40px auto 0;
        max-width: 700px;
    }

    .basket-total-block {
        margin: 0 auto 40px;
        max-width: 700px;
        border: 1px solid var(--gray_3, #C2C6D0);
        padding: 18px 20px 20px;
    }

    .basket-checkout-container {
        margin: 0;
        padding-bottom: 0;
        justify-content: space-between;
        width: 100%;
    }

    .basket-checkout-container-price {
        width: unset;
    }

    .basket-item-price-current>span:first-child {
        display: block;
    }

    table.basket-items-list-table,
    table.basket-items-list-table tr,
    table.basket-items-list-table td {
        display: block;
    }

    .basket-items-list-table tr:first-child {
        display: none;
    }

    table.basket-items-list-table tr {
        position: relative;
        border: 1px solid var(--gray_3, #C2C6D0);
        padding: 17px 17px 16px 19px;
        margin-bottom: 20px;
    }

    table.basket-items-list-table td {
        border: none;
    }

    .basket-items-list-item-descriptions-inner {
        flex-direction: column;
        padding: 0 !important;
    }

    .basket-item-block-image {
        margin-bottom: 20px;
    }

    .basket-item-image-link {
        width: unset;
        height: 200px;
        display: flex;
        margin-right: 0;
        align-items: center;
        justify-content: center;
    }

    .basket-item-image-link img {
        min-height: 80%;
    }

    .basket-item-block-price {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        margin-top: 7px;
    }

    .basket-item-price-current {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .basket-item-price-current>span:first-child {
        color: var(--gray_4, #858CA2);
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
    }

    .basket-item-block-amount {
        margin-bottom: 10px;
        width: 100%;
        padding: 0;
        justify-content: space-between;
    }

    .basket-item__quantity-type,
    .basket-item__quantity-counter {
        max-width: unset;
        flex: unset;
        width: calc(50% - 10px);
        margin: 0;
    }

    .basket-item-block-total {
        display: none;
    }

    .basket-item-block-actions {
        width: unset;
        height: unset !important;
        padding-bottom: 0;
    }

    .basket-item-block-actions {
        position: absolute;
        top: 17px;
        right: 19px;
    }

    .basket-item-property {
        justify-content: space-between;
    }
}

@media only screen and (max-width: 740px) {
    .basket-items-list-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .basket-total-block {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.basket-items-list-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
	-webkit-animation-name: ShowOverlay;
	animation-name: ShowOverlay;
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
}

@-webkit-keyframes ShowOverlay {
	0% { opacity: 0; }
	100% { opacity: .7; }
}

@keyframes ShowOverlay {
	0% { opacity: 0; }
	100% { opacity: .7; }
}


/* /basket */
/* End */
/* /local/templates/main/components/bitrix/sale.basket.basket/main-basket/style.css?170809166410550 */
