

/* Start:/local/templates/marz_main/components/bitrix/sale.basket.basket/basket/style.min.css?176165002420504*/
.symbol_ruble {
    font-family: 'rubleBitrix', Arial, sans-serif;
}
.basket-item-amount-field-description {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    color: #6c757d;
    text-align: center;
    font: 12px/14px "Open Sans", sans-serif;
    white-space: nowrap;
}

.basket-item-block-amount {
    position: relative;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.basket-item-amount-filed-block {
    position: relative;
}

.basket-item-amount-filed,
.basket-item-block-amount.disabled .basket-item-amount-filed:hover {
    padding: 0;
    width: 60px;
    height: 32px;
    outline: 0;
    border: 1px solid #ced4da;
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
    font: 600 14px/30px "Open Sans", sans-serif;
    transition: 300ms all ease;
}

.basket-item-amount-filed:hover,
.basket-item-amount-filed:focus {
    border-color: #335c8c;
    outline: none;
    box-shadow: 0 0 0 2px rgba(51, 92, 140, 0.2);
}

.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
    position: relative;
    width: 28px;
    height: 28px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: #f8f9fa;
    cursor: pointer;
    transition: 300ms all ease;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket-item-amount-btn-plus:hover,
.basket-item-amount-btn-minus:hover {
    background-color: #e9ecef;
    border-color: #335c8c;
}

.basket-item-block-amount.disabled .basket-item-amount-btn-plus,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus {
    background-color: #f8f9fa;
    cursor: not-allowed;
    opacity: 0.6;
}

.basket-item-amount-btn-plus:before,
.basket-item-amount-btn-plus:after,
.basket-item-amount-btn-minus:after {
    position: absolute;
    background-color: #335c8c;
    content: "";
    transition: 300ms all ease;
}

.basket-item-amount-btn-plus:before,
.basket-item-amount-btn-plus:after {
    width: 12px;
    height: 2px;
}

.basket-item-amount-btn-plus:after {
    transform: rotate(90deg);
}

.basket-item-amount-btn-minus:after {
    width: 12px;
    height: 2px;
}

.basket-item-amount-btn-plus:hover:before,
.basket-item-amount-btn-plus:hover:after,
.basket-item-amount-btn-minus:hover:after {
    background-color: #2a4a72;
}

.basket-item-block-amount.disabled .basket-item-amount-btn-plus:before,
.basket-item-block-amount.disabled .basket-item-amount-btn-plus:after,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus:after {
    background-color: #6c757d;
}

.basket-item-amount-field-description {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    color: #6c757d;
    text-align: center;
    font: 12px/14px "Open Sans", sans-serif;
    white-space: nowrap;
}

/* Добавляем ":" к обозначению */
.basket-item-property-name::after {
    content: ":";
}

.basket-item-property-custom-name::after {
    content: ":";
}

h2 {
    font-size: 20px;
    color: #212529;
    margin: 0 0 15px 0;
    padding: 0;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    background: none !important;
    border-left: none !important;
}
.basket-checkout-container {
    display: flex;
    margin-bottom: 20px;
    padding: 15px 25px;
    border: none;
    border-radius: 8px;
    background-color: #fff;
    opacity: 1;
    transition: opacity 250ms ease;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.basket-checkout-container.basket-checkout-container-fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    border: none;
}

.basket-checkout-container.basket-checkout-container-fixed-hide {
    opacity: 0;
}

.basket-coupon-section {
    flex: 2;
}

.basket-coupon-block-field-description {
    color: #6c757d;
    font: 400 14px/18px "Open Sans", sans-serif;
}

.basket-coupon-block-field {
    padding-right: 10px;
    min-width: 235px;
    flex: 1;
}

.basket-coupon-block-coupon-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    margin-top: -4px;
    padding: 0;
    width: 8px;
    height: 8px;
    border: 0;
    border-right: 2px solid #335c8c;
    border-bottom: 2px solid #335c8c;
    border-radius: 0;
    background-color: transparent;
    content: "";
    cursor: pointer;
    transform: rotate(-45deg);
}

.basket-coupon-alert {
    display: flex;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    min-height: 0;
    width: 100%;
    font: 400 14px/16px "Open Sans", sans-serif !important;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.basket-coupon-text {
    position: relative;
    display: block;
    padding-left: 18px;
    word-break: break-all;
    word-break: break-word;
}

.text-muted .basket-coupon-text:after {
    position: absolute;
    top: 0;
    left: 2px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #335c8c;
    border-bottom: 2px solid #335c8c;
    content: '';
    transform: rotate(45deg);
}

.basket-coupon-alert .close-link {
    margin-left: 10px;
    border-bottom: 1px dotted;
    color: #335c8c;
    text-decoration: none;
    font: 400 13px/14px "Open Sans", sans-serif;
    opacity: 1;
    cursor: pointer;
    transition: 220ms ease all;
}

.basket-coupon-alert .close-link:hover {
    border-color: transparent;
    color: #2a4a72;
}

@media (max-width: 991px) {
    .basket-checkout-container {
        flex-direction: column;
    }
    
    .basket-coupon-section {
        max-width: 100%;
        width: 100%;
        order: 1;
    }
    
    .basket-coupon-alert-section {
        margin-bottom: 15px;
        order: 2;
    }
    
    .basket-coupon-block-field {
        padding-right: 0;
        min-width: 100%;
    }
    
    .basket-coupon-block-field .form-group {
        display: inline-block;
        margin-bottom: 10px;
        width: 100%;
    }
    
    .basket-coupon-block-field .form-control {
        display: block;
        width: 100%;
    }
}

.basket-checkout-section {
    flex: 3;
}

.basket-checkout-section-inner {
    display: flex;
    justify-content: flex-end;
}

.basket-checkout-block-total {
    padding-top: 21px;
    padding-right: 10px;
    text-align: right;
}

.basket-checkout-block-total-inner {
    display: inline-block;
    max-width: 100%;
    text-align: left;
}

.basket-checkout-block-total-title {
    color: #212529;
    font: 600 20px/24px "Open Sans", sans-serif;
}

.basket-checkout-block-total-description {
    color: #6c757d;
    font: 400 13px/16px "Open Sans", sans-serif;
}

.basket-checkout-block-total-price {
    padding-left: 10px;
    text-align: right;
}

.basket-checkout-block-total-price-inner {
    position: relative;
    display: inline-block;
    padding-top: 17px;
    text-align: right;
}

.basket-coupon-block-total-price-current {
    margin-bottom: 7px;
    color: #212529;
    text-align: right;
    white-space: nowrap;
    font: 30px/30px "Open Sans", sans-serif;
    transition: 180ms text-shadow ease, 180ms color ease;
}

.basket-checkout-block  {
    padding-bottom: 13px;
}


.basket-coupon-block-total-price-old {
    position: absolute;
    top: 3px;
    right: 0;
    color: #6c757d;
    text-align: right;
    font: 400 18px/16px "Open Sans", sans-serif;
}

.basket-coupon-block-total-price-old:after {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%236c757d%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
    background-size: 100% 100%;
    content: ''
}

.basket-coupon-block-total-price-difference {
    display: inline-block;
    padding: 5px 6px 6px;
    background: #e7f1ff;
    color: #335c8c;
    text-align: center;
    font: 600 13px/12px "Open Sans", sans-serif;
}

.basket-checkout-block-btn {
    padding-top: 13px;
    padding-left: 15px;
    text-align: right;
}

.basket-btn-checkout {
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    background-color: #335c8c;
    border: none;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.basket-btn-checkout:hover {
    background-color: #2a4a72;
}

.basket-notification-section {
    width: 100%;
}

.basket-block-notification {
    position: relative;
    display: block;
    margin-top: 10px;
    padding: 8px 15px;
    min-width: 100%;
    width: 100%;
    border-radius: 4px;
    background-color: #e7f1ff;
    color: #335c8c;
    font: 400 13px/14px "Open Sans", sans-serif;
}

.basket-block-notification:after {
    position: absolute;
    top: -7px;
    right: 80px;
    width: 16px;
    height: 16px;
    background-color: #e7f1ff;
    content: '';
    transform: rotate(45deg);
    transform-origin: 50% 50%;
}

@media (max-width: 991px) {
    .basket-checkout-block-btn {
        flex: 1;
    }
    
    .basket-checkout-section {
        order: 3;
    }
    
    .basket-notification-section {
        order: 4;
    }
}

@media (max-width: 580px) {
    .basket-checkout-block-btn {
        padding-left: 0;
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        flex: auto;
    }
    
    .basket-checkout-section-inner {
        flex-wrap: wrap;
    }
    
    .basket-checkout-block-total {
        min-width: 150px;
    }
    
    .basket-checkout-block-total-price {
        text-align: right;
    }
    
    .basket-btn-checkout {
        margin: 10px 0;
        width: 100%;
    }
    
    .basket-block-notification:after {
        top: -3px;
        right: auto;
        left: 50%;
        transform: rotate(45deg) translateX(-50%);
    }

    .basket-item-block-image {
        min-width: 70px !important;
        max-width: 70px !important;
    }
    
    .basket-item-image {
        max-height: 50px !important;
        max-width: 50px !important;
    }

    h2{
        font-size: 1px !important;
    }
}

.basket-items-list-wrapper,
.basket-items-list-wrapper-compact {
    margin-bottom: 15px;
    border: none;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.basket-items-list-header {
    display: flex;
    padding: 15px 25px;
    border-bottom: 1px solid #dee2e6;
    background: #335c8c;
    transition: 300ms padding ease;
    align-items: center;
}

.basket-items-list-header.basket-items-list-header-fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    margin-left: -1px;
    border: 1px solid #dee2e6;
}

.basket-items-list-wrapper-light .basket-items-list-header {
    display: none !important;
}

.basket-items-list-header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 600 16px/18px "Open Sans", sans-serif;
    transition: 300ms all ease;
    flex: 1;
    color: #fff;
}

.basket-items-search-field+.basket-items-list-header-title {
    padding-left: 10px;
}

.basket-items-search-field+.basket-items-list-header-filter {
    padding-left: 10px;
    text-align: right;
    flex: 3;
}

.basket-items-search-field .form-control {
    z-index: 1;
}

.basket-items-list-header-filter-item {
    margin-left: 5px;
    border-bottom: 1px dotted;
    color: #fff;
    text-decoration: none;
    font: 600 14px/14px "Open Sans", sans-serif;
    cursor: pointer;
    transition: 220ms ease;
    opacity: 0.8;
}

.basket-items-list-header-filter-item:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.basket-items-list-header-filter-item.active {
    border-bottom: 0;
    color: #fff;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

.basket-items-search-field {
    transition: 300ms all ease;
    flex: 1;
}

.basket-items-search-field .input-group-addon {
    white-space: nowrap;
    flex-wrap: wrap;
}

.basket-items-search-field button.close {
    position: relative;
    bottom: -1px;
    display: inline-block;
    float: none;
    line-height: 11px;
}

@media (max-width: 991px) {
    .basket-items-list-header {
        padding: 12px 15px;
    }
    
    .basket-items-list-header-title {
        font-size: 14px;
        line-height: 16px;
    }
}

.basket-items-list-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.basket-items-list-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    opacity: .7;
    animation-name: ShowOverlay;
    animation-duration: 200ms;
}

@keyframes ShowOverlay {
    0% {
        opacity: 0
    }
    100% {
        opacity: .7
    }
}

.basket-items-list {
    position: relative;
    padding: 0 25px;
}

.basket-items-list-table {
    width: 100%;
    border-collapse: collapse;
}

.basket-items-list-item-container {
    position: relative;
    border-bottom: 1px solid #dee2e6;
    transition: background-color 0.2s ease;
}

.basket-items-list-item-container:hover {
    background-color: #f8f9fa;
}

.basket-items-list-item-container>td {
    border-top: 1px solid #dee2e6;
    padding: 15px;
}

.basket-items-list-wrapper-compact .basket-items-list-item-container>td {
    padding-bottom: 12px;
}

.basket-items-list-item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    opacity: .7;
}

.basket-items-list-item-container.basket-items-list-item-container-gift,
.basket-items-list-item-container.basket-items-list-item-container-gift>td,
.basket-items-list .basket-items-list-item-container:first-child>td {
    border-top: none !important;
}

.basket-items-list-item-descriptions {
    padding-top: 0;
    width: 100%;
    vertical-align: top;
}

.basket-items-list-item-descriptions-inner {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.basket-item-block-image {
    position: relative;
    padding-right: 15px;
    padding-bottom: 0;
    min-width: 100px;
    max-width: 100px;
    width: 100%;
    text-align: center;
    flex: 0 0 auto;
}

.basket-items-list-wrapper-compact .basket-item-block-image {
    display: block;
    padding-bottom: 0;
    min-width: 100px;
    max-width: 100px;
    width: auto;
    height: auto;
}

.basket-item-image-link {
    position: relative;
    display: inline-block;
}

.basket-item-image {
    display: inline-block;
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    transition: 300ms all ease;
}

.basket-items-list-wrapper-compact .basket-item-image {
    max-width: 100px;
    max-height: 100px;
}

.basket-item-image:hover {
    border-color: #335c8c;
}

.basket-item-block-info {
    padding: 0;
    flex: 1;
}

.basket-item-info-name,
.basket-item-info-name-link {
    margin: 0;
    padding: 0 20px 0 0;
    color: #212529;
    text-decoration: none;
    word-break: break-word;
    font: 16px/20px "Open Sans", sans-serif;
    font-weight: 500;
    transition: 300ms all ease;
    background: none;
}

h2.basket-item-info-name {
    margin-bottom: 5px;
    padding-top: 0;
}

.basket-item-info-name-link:hover {
    color: #335c8c;
    text-decoration: none;
    cursor: pointer;
}

.basket-item-block-properties {
    margin-top: 5px;
    padding-left: 20px;
}

.basket-item-property,
.basket-item-property-custom {
    display: flex;
    padding-bottom: 2px;
    flex-wrap: wrap;
    align-items: center;
}

.basket-item-property-name,
.basket-item-property-custom-name {
    margin-right: 8px;
    color: #6c757d;
    background: none;
    font: 400 12px/14px "Open Sans", sans-serif;
}

.basket-item-property-value,
.basket-item-property-custom-value {
    color: #212529;
    font: 600 12px/14px "Open Sans", sans-serif;
}

.basket-item-block-amount {
    position: relative;
    display: flex;
    align-content: flex-start;
    justify-content: center;
}

.basket-item-amount-filed-block {
    position: relative;
}

.basket-item-amount-filed {
    padding: 0;
    width: 60px;
    height: 32px;
    outline: 0;
    border: 1px solid #ced4da;
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
    font: 600 14px/30px "Open Sans", sans-serif;
    transition: 300ms all ease;
}

.basket-item-amount-filed:hover,
.basket-item-amount-filed:focus {
    border-color: #335c8c;
    outline: none;
    box-shadow: 0 0 0 2px rgba(51, 92, 140, 0.2);
}

.basket-item-block-price {
    position: relative;
    text-align: right;
    white-space: nowrap;
}

.basket-item-price-title {
    padding-top: 1px;
    color: #6c757d;
    text-align: right;
    font: 12px/14px "Open Sans", sans-serif;
}

.basket-item-price-current {
    padding-top: 1px;
    color: #212529;
    vertical-align: bottom;
    line-height: 24px;
}

.basket-item-price-current-text {
    font: 600 16px/24px "Open Sans", sans-serif;
}

.basket-item-price-old {
    position: absolute;
    top: 0;
    right: 0;
    color: #6c757d;
    vertical-align: middle;
    line-height: 15px;
}

.basket-item-price-old-text {
    position: relative;
    display: inline-block;
    font: 400 13px/15px "Open Sans", sans-serif;
}

.basket-item-block-actions {
    position: relative;
    opacity: 1;
    transition: 300ms opacity ease;
}

.basket-item-actions-remove {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 0 auto;
}

.basket-item-actions-remove:after,
.basket-item-actions-remove:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 14px;
    background: #dc3545;
    content: '';
    transition: 300ms background-color ease;
}

.basket-item-actions-remove:after {
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.basket-item-actions-remove:before {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.basket-item-actions-remove:hover:after,
.basket-item-actions-remove:hover:before {
    background-color: #c82333;
}

/* Адаптация под мобильные устройства */
@media (max-width: 768px) {
    .basket-items-list {
        padding: 0 15px;
    }
    
    .basket-items-list-item-container>td {
        padding: 10px 8px;
    }
    
    .basket-item-block-image {
        min-width: 100px;
        max-width: 100px;
    }
    
    .basket-item-image {
        max-height: 80px;
        max-width: 80px;
    }
    
    .basket-item-info-name,
    .basket-item-info-name-link {
        font-size: 14px;
        line-height: 18px;
        padding: 0px !important;
    }

    .basket-item-actions-remove {
        margin-left: 0px !important;
        padding-right: -200px !important;
}
}

/* Скрываем цену за штуку */
.basket-item-price-per-unit,
.basket-item-price-detail,
.price-per-item,
.basket-items-list-item-price-for-one {
    display: none !important;
}
/* End */


/* Start:/local/templates/marz_main/components/bitrix/sale.basket.basket/basket/themes/blue/style.min.css?1759753469605*/
.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:#335c8c}
.bx-blue .basket-item-amount-filed:hover,.bx-blue .basket-item-amount-filed:focus{border-color:#335c8c}
div.bx-blue .btn.btn-default{outline:0;border-color:#4682c8;background-color:#4682c8;color:#fff}
div.bx-blue .btn.btn-default:hover{outline:0;border-color:#335c8c;background-color:#335c8c;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/marz_main/components/bitrix/sale.basket.basket/basket/style.min.css?176165002420504 */
/* /local/templates/marz_main/components/bitrix/sale.basket.basket/basket/themes/blue/style.min.css?1759753469605 */
