

/* Start:/local/templates/euroangar/components/bitrix/sale.basket.basket/.default/style.css?17715053554193*/
.basket-coupon-alert-section {
    padding: 15px 0 0;
    font-weight: 400;
    font-size: 14px;
    color: #7a7680;
}
.basket-coupon-alert-section span.close-link {
    text-decoration: underline;
    color: #fa601a;
    cursor: pointer;
}
.basket-items-list-item-removed-block a {
    text-decoration: underline;
    color: #fa601a;
}
.basket-delete-all {
    cursor: pointer;
}
.basket-parent-top,
.basket-parent-block {
    flex-wrap: wrap;
}
div#basket-warning {
    flex: 0 0 100%;
    color: #f11a22 !important;
    display: flex;
    gap: 15px;
}
div#basket-warning a {
    color: #f11a22 !important;
}
.basket-item-warning-node {
    flex: 0 0 100%;
    color: #f11a22 !important;
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.basket-item-warning-node span {
    cursor: pointer;
}

#basket-root .basket-parent-block-text p {
    font-weight: 600;
    font-size: 20px;
    color: #1b1d1f;
    line-height: 25px;
}
#basket-root .basket-parent-block-left {
    max-width: unset;
}
#basket-root .basket-block-date span {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #4db45f;
}
#basket-root .basket-sku-block p,
#basket-root .basket-sku-block span {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    color:#1b1d1f;
}
#basket-root .delete-basket-block {
    padding-top: 0px;
}
button.js-edit-qty {
    color: #1b1d1f;
    background-color: transparent;
}

div#qtyPopup {
    padding: 30px;
    border-radius: 30px;
    height: auto !important;
    top: 10% !important;
}

 span.popup-window-close-icon{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 1px solid #FA601A;
    border-radius: 50%;
    opacity: 1 !important;
}

 span.popup-window-close-icon:before,
 span.popup-window-close-icon:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 7px;
    width: 15px;
    height: 1px;
    background: #FA601A;
}

 span.popup-window-close-icon:before {
    webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

 span.popup-window-close-icon:after {
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
div.qty-popup{
    border-radius: 30px;
    padding: 20px 25px;
    /* max-width: 40%; */
}
.qty-popup {
    display: flex;
    flex-direction: column;
}

div.qty-popup .links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 0 10px;
    gap: 10px;
}
div.qty-popup .links button {
    padding: 15px 40px;
    border: 2px solid #FA601A;
    border-radius: 8px;
    min-width: 49%;
    text-align: center;
    font-weight: 500;
    color:#FA601A;
    background-color: #fff;
    font-size: 16px;
}
div.qty-popup .links button.js-save-qty {
    background-color: #FA601A;
    color:#fff
}

.basket-item-block-amount {
    display: flex;
    align-items: stretch;
}
span.basket-item-amount-btn-minus, 
span.basket-item-amount-btn-plus {
    background-color: #fff;
    border-radius: 50%;
    font-size: 19px;
    padding: 0 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    display: block;
    cursor: pointer;
}
.basket-item-amount-filed-block input {
    border: none;
    background-color: #F1F2F4;
    padding: 5px;
    max-width: 40px;
    text-align: right;
    height: 100%;
    field-sizing: content;
}
.basket-item-amount-btn {
    padding: 5px;
    background-color: #f1f2f4;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.basket-item-block-amount .basket-item-amount-btn:nth-child(1) {
    border-radius: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.basket-item-amount-filed-block {
    background-color: #f1f2f4;
}
.basket-item-amount-filed-block span {
    padding-right: 5px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.basket-parent {
    background: #ffffff;
}
/* End */
/* /local/templates/euroangar/components/bitrix/sale.basket.basket/.default/style.css?17715053554193 */
