.woosb-bundled {
    padding: 15px 15px;
    border: 1px dashed #7DB5E2;
    border-radius: 10px;
    margin-bottom: 20px;
}

.woosb-availability {
	display: none !important;
}

.woosb-wrap {
    position: relative;
}

.woosb-label {
    padding: 5px 10px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.56;
    color: #FFFFFF;
    background: linear-gradient(90deg, #3A85FF 0%, #1FA7E2 100%);
    border-radius: 100px;
    display: inline-flex;
    position: absolute;
    transform: translateY(-50%);
    left: 15px;
    top: 0;
}

.woosb-thumb {
    position: relative;
}

.woosb-thumb:before {
    content: '';
    display: inline-flex;
    top: -6px;
    right: -3px;
    width: 19px;
    height: 19px;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iMC42MzU3NDIiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjkuNSIgZmlsbD0iI0U4RjNFNSIvPgo8cGF0aCBkPSJNMTMuODMzMyA2Ljg4NTc0TDcuODc0OTYgMTIuODQ0MUw1LjE2NjYzIDEwLjEzNTciIHN0cm9rZT0iIzUwODgzQyIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=') no-repeat center/contain;
    position: absolute;
}

.woosb-item-product:has(.out-of-stock) .woosb-thumb:before {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iMC42MzU3NDIiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjkuNSIgZmlsbD0iI0ZGRjNGNiIvPgo8cGF0aCBkPSJNMTIuNzUgNi44ODU3NEw2LjI1IDEzLjM4NTciIHN0cm9rZT0iI0REMUY0RiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTYuMjUgNi44ODU3NEwxMi43NSAxMy4zODU3IiBzdHJva2U9IiNERDFGNEYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==') no-repeat center/contain;
}

.woosb-name {
    line-height: 1 !important;
}

.woosb-name a {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.24;
    color: #3E4143;
}

.woosb-price {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.woosb_variations_form .variation {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.woosb_variations_form .variation .label {
    display: none !important;
}

.woosb_variations_form .variation .value select {
    padding: 12px 15px !important;
    border: 1px solid #E6EFF6 !important;
    border-radius: 100px !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5 !important;
    color: #555;
    appearance: none !important;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDkgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjI1IDQuODc1TDQuNSA3LjEyNUw2Ljc1IDQuODc1IiBzdHJva2U9IiMzRTQxNDMiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==') !important;
    background-position: calc(100% - 13px) center !important;
    background-size: 9px !important;
    padding-right: 32px !important;
    box-sizing: content-box;
}

.woosb-price del .amount{
	color: #72787E !important;
}

.woosb-price ins .amount bdi {
	color: var(--wd-primary-color) !important;
}

.woosb-availability .stock {
    font-size: 12px !important;
    padding-left: 6px !important;
    margin-top: 2px;
}

.woosb-title {
    padding-left: 7px !important;
}

.woosb-product {
    align-items: flex-start !important;
}

.woosb-products {
    margin-bottom: 0 !important;
}

.woosb-products .woosb-product {
    border: 0;
    padding: 15px 0;
}

.woosb-products .woosb-product + .woosb-product {
    border-top: 1px solid #E6EFF6;
}

.woosb-summary {
    display: none !important;
}


.woosb-price .price .woocommerce-Price-amount bdi {
    font-size: inherit;
}

.woosb-price .price del .woocommerce-Price-amount bdi {
    font-size: inherit;
}

.woosb-alert {
    background: transparent;
    border-color: var(--wd-primary-color);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1;
    color: #53627B;
    padding-bottom: 11px;
    margin-bottom: 0 !important;
}

.woosb-alert strong {
    color: #2A3342;
    font-weight: 800 !important;
}


.entry-summary_r .woosb-wrap + .woocommerce-variation-price .price .woocommerce-Price-amount {
    color: #50883C;
    font-size: 26px;
    font-weight: 800;
    line-height: 130%;
}

.entry-summary_r .woosb-wrap + .woocommerce-variation-price .price del .woocommerce-Price-amount {
    color: #72787E;
    font-size: 17px;
    font-weight: 600;
    line-height: 130%;
}


.woosb-cart-parent {
    border-top: 2px solid #7DB5E2 !important;
    border-left: 2px solid #7DB5E2;
    border-right: 2px solid #7DB5E2;
    border-radius: 13px 13px 0 0;
}

.woosb-item-child {
    border-left: 2px solid #7DB5E2;
    border-right: 2px solid #7DB5E2;
    border-bottom: 2px solid #7DB5E2;
    border-radius: 0 0 13px 13px;
}

.woosb-item-child:has( + .woosb-item-child) {
    border-bottom: 0;
    border-radius: 0;
    padding-bottom: 0;
}

.woosb-cart-parent {
    position: relative;
    padding-bottom: 0 !important;
    padding-top: 30px !important;
}

.woocommerce-cart-form__cart-item.cart_item.woosb-cart-item.woosb-cart-parent.woosb-item-parent {
	margin-top: 20px;
}

.woosb-cart-parent:before {
    content: 'Комплект';
    padding: 5px 10px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.56;
    color: #FFFFFF;
    background: linear-gradient(90deg, #3A85FF 0%, #1FA7E2 100%);
    border-radius: 100px;
    display: inline-flex;
    position: absolute;
    transform: translateY(-50%);
    left: 15px;
    top: 0;
}

.woosb-cart-child .product-quantity,
.woosb-cart-child .product-subtotal,
.woosb-cart-child .cart-item_r,
.woosb-cart-child .product-price {
    display: none;
}

.woosb-cart-child .cart-check {
    opacity: 0;
    visibility: hidden;
}

.woosb-cart-child .product-thumbnail > a {
    width: 46px !important;
}


.woosb-cart-child .product-name {
    max-width: 100% !important;
}

.woosb-cart-child .product-name a {
    font-size: 14px !important;
}

.woosb-cart-item {
    padding-top: 0;
    padding-bottom: 0;
}

.woosb-cart-item + .woosb-cart-child {
    padding-top: 15px;
    border-top: 0 !important;
    padding-bottom: 15px;
}

.woocommerce-cart-form__cart-item,
.cart-top {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


.woocommerce-table--order-details,
.woocommerce-table--order-details tbody,
.woocommerce-table--order-details thead,
.woocommerce-table--order-details tfoot {
    display: block;
}

.woocommerce-table--order-details thead {
    margin-bottom: 16px;
}

.woocommerce-table--order-details thead tr {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.woocommerce-table--order-details thead tr th {
    border: 0;
}

.woocommerce-table--order-details tr {
    display: flex;
    width: 100%;
}

.woocommerce-table--order-details .woosb-cart-parent {
    border-top: 2px dashed #7DB5E2 !important;
    border-left: 2px dashed #7DB5E2 !important;
    border-right: 2px dashed #7DB5E2 !important;
    border-radius: 13px 13px 0 0 !important;
}

.woocommerce-table--order-details .woosb-item-child {
    border-left: 2px dashed #7DB5E2 !important;
    border-right: 2px dashed #7DB5E2 !important;
    border-bottom: 2px dashed #7DB5E2 !important;
    border-radius: 0 0 13px 13px !important;
}

.woocommerce-table--order-details .woosb-item-child:has( + .woosb-item-child) {
    border-bottom: 0 !important;
    border-radius: 0 !important;
    padding-bottom: 0 !important;
}

.woocommerce-table--order-details .woosb-item-child td {
    margin-bottom: 15px;
}

.woocommerce-table--order-details .woosb-item-child:has( + .woosb-item-child) td {
    margin-bottom: 0;
}

.woocommerce-table--order-details .woosb-cart-item {
    padding: 0 !important;
    box-sizing: border-box;
}


.woocommerce-table--order-details .woosb-cart-item td {
    border: 0;
    padding-top: 0;
    padding-bottom: 0 !important;
    width: auto;
}

.woocommerce-table--order-details .woosb-cart-parent .product-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 72%;
}

.woocommerce-table--order-details .woosb-cart-item + .woosb-cart-item td {
    padding-top: 15px !important;
}

.woocommerce-table--order-details .woosb-cart-item + .woosb-cart-item {
    padding-bottom: 15px;
}

.woocommerce-table--order-details .woosb-cart-item .product-quantity {
    color: #7C8184;
}

.woocommerce-table--order-details .woosb-cart-parent {
    padding-top: 25px !important;
    justify-content: space-between;
}

.woocommerce-table--order-details .woosb-cart-parent .product-name a {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.27;
    color: #3E4143;
}

.woocommerce-table--order-details .woosb-cart-child .product-name,
.woocommerce-table--order-details .woosb-cart-child .product-name a {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.24;
}

.woocommerce-table--order-details .woosb-cart-child .product-total {
    display: none !important;
}

.woocommerce-table--order-details .woosb-cart-child .wc-item-meta {
    margin-top: 4px !important;
}

.woocommerce-table--order-details .woosb-cart-child .wc-item-meta * {
    font-weight: 500 !important;
    font-size: 13px;
    line-height: 1.24;
    color: #7C8184;
}

.woocommerce-table--order-details .woosb-cart-child .wc-item-meta li:last-of-type * {
    margin-bottom: 0 !important;
}

.woocommerce-table--order-details .woosb-cart-child .product-name {
    border-left: 1px solid #C1CED8;
    margin-left: 27px;
}

.woocommerce-table--order-details .woosb-item-parent + .woosb-item-child td {
    padding-top: 0 !important;
    margin-top: 15px !important;
}

.orders-block .woosb-cart-parent {
    border-top: 1px solid #7DB5E2 !important;
    border-width: 1px;
    border-radius: 13px 13px 0 0 !important;
    margin: 20px 20px 0 20px
}

.orders-block .woosb-item-child {
    border-width: 1px;
    border-radius: 0 0 13px 13px;
    margin: 0 20px 20px;
    border-top: 0;
}

.orders-block .woosb-item-child:has( + .woosb-item-child) {
    border-bottom: 0;
    border-radius: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.orders-block .woosb-cart-child .orders-box_pic {
    min-width: 46px;
    flex: 0 0 46px;
    height: 58px;
}

.orders-block .woosb-cart-child .price {
    display: none !important;
}

.orders-block .woosb-cart-child .orders-box__title {
    margin-bottom: 0;
    font-size: 14px;
}

.orders-block .woosb-cart-child .orders-box_center {
    display: none;
}

.orders-box_top {
    display: grid !important;
    grid-template-columns: repeat( 4, minmax(0, 1fr) );
    gap: 8px;
    border-bottom: 1px solid #F2F4F5;
}

.orders-box_row {
    justify-content: space-between !important;
}

.orders-box_item--pay {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.woocommerce-orders .woocommerce-pagination {
    margin-top: 32px;
}

.woosb-products  {
    border-top: 0;
}

.woocommerce-table--order-details .woocommerce-table__product-total * {
    color: #50883C;
    font-weight: 800;
    font-size: 17px;
    line-height: 130%;
}

.orders-box_row {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media (width < 768px){
    .woocommerce-cart .woosb-cart-item {
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 0 !important
    }

    .woocommerce-cart-form__cart-item, .cart-top {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .woocommerce-table--order-details .woosb-cart-parent {
        flex-direction: column;
        align-items: flex-start;
    }

    .woocommerce-table--order-details .woosb-cart-parent .product-name {
        max-width: 100%;
        margin-bottom: 5px;
    }

    .orders-box_top {
        grid-template-columns: repeat( 2, minmax(0,1fr) );
        border-bottom: 0;
        position: relative;
    }

    .orders-box_top--left {
        order: 1;
    }

    .orders-box_top--left:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        background: #F2F4F5;
        left: 0;
        right: 0;
        top: 56px;
    }

    .orders-box_item--pay {
        order: 2;
    }

    .orders-box_item--date {
        order: 3;
    }

    .orders-box_item--payment {
        order: 4;
    }

    .orders-block .woosb-cart-parent {
        margin-top: 4px;
    }
}