

/* Start:/bitrix/templates/Autoland-verstka/components/autointellect/user.basket/basket-new/style.css?177142909013936*/
#basketListResult {
    !width: 100%;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    border-radius: 5px;
    !display: flex;
    flex-direction: column;
    margin: 1rem 0;
    font-family: Open Sans,sans-serif;
    min-width: 950px;
}
#basketListResult .content-td, #basketListResult .content-th {
    display: table-row;
}
#basketListResult .content-th > div:first-of-type, #basketListResult .content-td > div:first-of-type {
    width: 16px;
    !border-right: 1px solid;
}
#basketListResult .content-th > div:nth-of-type(2), #basketListResult .content-td > div:nth-of-type(2) {
    width: 35%;
    !border-right: 1px solid;
}
#basketListResult .content-th > div:nth-of-type(3), #basketListResult .content-td > div:nth-of-type(3)  {
    user-select: none;
    white-space: nowrap;
    width: 70px;
    !border-right: 1px solid;
}
#basketListResult .content-th > div:nth-of-type(4), #basketListResult .content-td > div:nth-of-type(4)  {
    min-width: 12%;
    !border-right: 1px solid;
}
#basketListResult .content-th > div:nth-of-type(5), #basketListResult .content-th > div:nth-of-type(6), 
#basketListResult .content-td > div:nth-of-type(5), #basketListResult .content-td > div:nth-of-type(6)  {
    min-width: 100px;
    !border-right: 1px solid;
}
#basketListResult .content-th > div:nth-of-type(7), #basketListResult .content-td > div:nth-of-type(7)  {
    width: 18%;
    !text-align: center;
    !border-right: 1px solid;
}
#basketListResult .content-th > div:nth-of-type(8), #basketListResult .content-td > div:nth-of-type(8)  {
    min-width: 100px;
    text-align: center;
    !border-right: 1px solid;
}
#basketListResult .content-th > div:nth-of-type(9), #basketListResult .content-td > div:nth-of-type(9)  {
    width: 35px;
    !text-align: center;
    !border-right: 1px solid;
}
#basketListResult .content-th div {
    color: #a3a3a3;
    white-space: nowrap;
}
#basketListResult .content-td > div, #basketListResult .content-th > div {
    border-bottom: 1px solid #d4d4d4;
    box-sizing: border-box;
    display: table-cell;
    padding: .7rem;
    vertical-align: middle;
}
#basketListResult .content-th span {
    text-align: center;
    !display: block;
    padding-left: .2rem;
}
#basketListResult .van-checkbox {
    align-items: center;
    cursor: pointer;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
}
#basketListResult .part-desc .article {
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    white-space: nowrap;
}
#basketListResult .part-desc .article a {
    margin-right: .5rem;
}
#basketListResult .part-desc .article b {
    color: #666;
}
#basketListResult .part-desc .part-description {
    color: #7a7979;
    font-size: 11px;
}
#basketListResult .part-amount .plus-minus-counter {
    position: relative;
    width: 4rem;
}
#basketListResult .plus-minus-counter .svg-icon {
    cursor: pointer;
}
#basketListResult .content-td .part-price {
    font-size: 14px;
    color: #666;
}
#basketListResult .content-td .part-direction, #basketListResult .content-td .part-delivery {
    font-size: 12px;
    color: #666;
}
#basketListResult .content-td .part-priceSum {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    color: #666;
}
#basketListResult .content-td .from-input {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    color: #a3a3a3;
    display: inline-flex;
    font-size: 12px;
    line-height: 1;
    min-height: 30px;
    padding: 6px;
    vertical-align: middle;
    width: 100%;
    word-break: break-word;
}
#basketListResult input:focus {
    outline: none !important;
    box-shadow: none;
}
#basketListResult .content-td .part-delivery {
    text-align: center;
}
#basketListResult .content-td .svg-icon {
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    color: #666;
}

/* оформление checkbox */
#basketListResult input[type="checkbox"] {
    display: none;
}
/* стили для метки */
#basketListResult label {
    color: #a3a3a3;
    cursor: pointer;
    white-space: nowrap;
    display: block;
}
/* формируем внешний вид чекбокса в псевдоэлементе before */
#basketListResult label:before {
    content: " ";
    color: #ffffff;
    display: block;
    /* шрифт Awesome*/
    font: 12px/15px FontAwesome;
    position: relative;
    text-align: center;
    width: 16px;
    height: 16px;
    background: #FFF;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    border-image: initial;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
/* вариации внешнего вида в зав-ти от статуса checkbox */
/* checked */
#basketListResult input:checked + label:before {
    content: "\f00c";
    border-color: rgb(17, 17, 17); 
    background-color: rgb(17, 17, 17);"
}
/* disabled */
#basketListResult input:disabled + label:before {
   background: #eee;
   color: #aaa;
}

/* оформление кнопки delete */
#basketListResult [name="oid[]"], #basketListResult [name="oid[]"]:hover {
    border: none;
    background: none;
}
#basketListResult [name="oid[]"] {
    display:inline-block;
    height: 16px;
    margin:auto;
    margin-top: 2px;
    padding: 0;
}


#basketListResult a.imageCatalogIcon {
    background: url('/bitrix/templates/Autoland-verstka/components/autointellect/user.basket/basket-new/images/camera.gif') center center no-repeat;
}

#basketListResult .content-td:hover {
  background: #f9f9f9;
}

/* Новые стили для кнопок +/- */
.basket-counter-btn {
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    height: 100%;
    line-height: 1;
    min-width: 30px;
    padding: 0;
    transition: all 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    outline: none !important; /* Убираем стандартный фокус */
}

.basket-counter-btn:hover {
    background: #e8e8e8;
    border-color: #d4d4d4;
    color: #333;
}

.basket-counter-btn:active {
    background: #e0e0e0;
}

.basket-counter-btn:focus {
    outline: none !important; /* Убираем фокус полностью */
    box-shadow: none !important;
}

/* Расположение кнопок */
#basketListResult .part-amount .plus-minus-counter {
    display: flex;
    align-items: center;
    gap: 0;
    width: auto !important;
    position: static !important;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    background: #fff;
    height: 30px;
}

#basketListResult .plus-minus-counter .basket-counter-btn-minus {
    border-radius: 2px 0 0 2px;
    border-right: none;
}

#basketListResult .plus-minus-counter input.amountBox {
    border: none;
    border-radius: 0;
    text-align: center;
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    padding: 4px 8px !important;
    margin: 0 !important;
    height: 100%;
    background: transparent;
    color: #a3a3a3;
}

#basketListResult .plus-minus-counter .basket-counter-btn-plus {
    border-radius: 0 2px 2px 0;
    border-left: none;
}

/* Стили для заблокированных кнопок */
.basket-counter-btn.basket-btn-disabled {
    opacity: 0.5 !important;
    pointer-events: none !important;
    cursor: wait !important;
    background: #f5f5f5 !important;
    border-color: #e3e3e3 !important;
    color: #666 !important;
}

/* Стили для заблокированных полей */
input.amountBox.basket-input-disabled {
    opacity: 0.7 !important;
    cursor: wait !important;
}

/* SVG иконки */
.basket-counter-btn svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    stroke-width: 2;
}
/* Стили для блока информации о выбранных товарах */
/* Стили для футера корзины */
.basket-footer {
    background: #f8f9fa;
    padding: 24px 0;
    border-radius: 8px;
}

.basket-footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Стили для блока информации о выбранных товарах */
.basket-selected-info {
    background: white;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #495057;
    display: none;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.basket-selected-info .selected-text {
    color: #6c757d;
    font-size: 14px;
}

.basket-selected-info .selected-count {
    font-weight: 600;
    font-size: 16px;
    color: #666;
    min-width: 20px;
    text-align: center;
}

.basket-selected-info .selected-noun {
    color: #6c757d;
    font-size: 14px;
}

.basket-selected-info .selected-amount {
    font-weight: 600;
    font-size: 16px;
    color: #666;
    min-width: 20px;
    text-align: center;
}

.basket-selected-info .selected-sh {
    color: #6c757d;
    font-size: 14px;
}

.basket-selected-info .selected-sum {
    color: #666;
    font-weight: 700;
    font-size: 16px;
    margin-left: 8px;
}

/* Стили для кнопок управления корзиной */
.basket-controls-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.basket-controls-left,
.basket-controls-right {
    display: flex;
    gap: 16px;
}

/* Стили для кнопок */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Кнопка "Очистить корзину" */
.btn-clear {
    background: #e9ecef;
    color: #495057;
    border: 1px solid #dee2e6;
}

.btn-clear:hover {
    background: #dee2e6;
    color: #212529;
    border-color: #ced4da;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.btn-clear:active {
    transform: translateY(0);
}

/* Кнопка "Оформить заказ" */
.btn-order {
    background: #2c7be5;
    color: white;
    box-shadow: 0 2px 8px rgba(44, 123, 229, 0.3);
}

.btn-order:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(44, 123, 229, 0.4);
    background: #2264b7;
}

.btn-order:active:not(:disabled) {
    transform: translateY(0);
}

.btn-order:disabled {
    background: #e9ecef;
    color: #adb5bd;
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.6;
}

/* Адаптивность */
@media (max-width: 768px) {
    .basket-footer {
        padding: 16px 0;
    }
    
    .basket-footer-content {
        padding: 0 12px;
    }
    
    .basket-controls-row {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    
    .basket-controls-left,
    .basket-controls-right {
        justify-content: center;
        width: 100%;
    }
    
    .btn {
        width: 100%;
        justify-content: center;
        max-width: 280px;
        margin: 0 auto;
    }
    
    .basket-selected-info {
        font-size: 13px;
        padding: 10px 12px;
    }
    
    .basket-selected-info .selected-count,
    .basket-selected-info .selected-amount,
    .basket-selected-info .selected-sum {
        font-size: 14px;
    }
}

/* Стили для блока пустой корзины */
.basket-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    min-height: 400px;
}

.basket-empty-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
}

.basket-empty-icon svg {
    width: 64px;
    height: 64px;
    stroke: white;
    stroke-width: 1.5;
}

.basket-empty-title {
    font-size: 28px;
    font-weight: 700;
    color: #2c7be5;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.basket-empty-text {
    font-size: 16px;
    color: #6c757d;
    margin: 0 0 32px 0;
    line-height: 1.6;
    max-width: 500px;
}

/* Стили для кнопки */
.basket-empty-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.basket-empty-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
    background: linear-gradient(135deg, #5a6fd8 0%, #6a4292 100%);
}

.basket-empty-btn:active {
    transform: translateY(0);
}

/* Адаптивность */
@media (max-width: 768px) {
    .basket-empty {
        padding: 60px 20px;
        min-height: 350px;
    }
    
    .basket-empty-icon {
        width: 80px;
        height: 80px;
    }
    
    .basket-empty-icon svg {
        width: 48px;
        height: 48px;
    }
    
    .basket-empty-title {
        font-size: 24px;
    }
    
    .basket-empty-text {
        font-size: 14px;
        margin-bottom: 24px;
    }
    
    .basket-empty-btn {
        width: 100%;
        max-width: 280px;
        padding: 12px 24px;
        font-size: 14px;
    }
}
/* End */
/* /bitrix/templates/Autoland-verstka/components/autointellect/user.basket/basket-new/style.css?177142909013936 */
