/* start changes 2024 */

/* .back2top {
    right: 15px;
    bottom: 20px;
} */

#nb-sticky-id {
    position: fixed;
    bottom: -60px;
    left: 0;
    width: 100%;
    transition: 0.5s;
}

#nb-sticky-id.show {
    bottom: 0;
}
 
#nb-sticky-id .nb-sticky-cart-btn {
    background: #4285F4;
    padding: 15px;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #4285F4;
    text-transform: none;
    width: 100%;
    border-radius: 0;
}

.checkout-cart-index .shipping,
.checkout-cart-index #block-shipping,
.checkout-cart-index .cart-container .cart.main.actions .action.update,
.checkout-cart-index .cart.table-wrapper .col.qty[data-th]:before,
.checkout-cart-index .cart.table-wrapper .col.price[data-th]:before,
.checkout-cart-index .cart.table-wrapper .col.subtotal[data-th]:before,
.checkout-cart-index .cart.table-wrapper .col.msrp[data-th]:before,
.checkout-cart-index .totals-tax {
    display: none;
}

.checkout-cart-index #cart-totals td,
.checkout-cart-index #cart-totals th {
    border: 0;
}

.checkout-cart-index .product-image-wrapper {
    box-shadow: none;
}

.checkout-cart-index #cart-totals .totals>tbody {
    border-top: 0;
    border-bottom: 0;
}

.checkout-cart-index,
.checkout-cart-index .page-title-wrapper .page-title,
.checkout-cart-index .product-item-name a {
    color: #101010;
}

.checkout-cart-index .page-title-wrapper .page-title {
    font-size: 30px;
    margin: 40px 0 50px;
    text-transform: none;
}


.checkout-cart-index .cart .product-item-name {
    font-weight: 400;
    margin: 0;
}

.checkout-cart-index .cart .product-item-name a {
    font-size: 16px;
}

.checkout-cart-index .qty-field-wrapper.add-quantity-in-cart-page {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.checkout-cart-index .cart .col.qty .input-text {
    margin: 0 10px;
}


.checkout-cart-index .cart-container .checkout-methods-items .action.primary {
    background: #1a73e8;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #1a73e8;
    border-radius: 50px;
    text-transform: none;
    padding: 12px 25px;
    transition: 0.2s;
}


.checkout-cart-index .cart-summary .title:after {
    right: 0;
    line-height: 1;
    top: 0;
    position: relative;
}

.checkout-cart-index .discount .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f8f8;
    padding: 11px 20px;
    border-radius: 10px;
    border: 2px solid #f8f8f8;
}

.checkout-cart-index .discount.active .title {
    border-radius: 4px 4px 0 0;
}

.checkout-cart-index #block-discount-heading {
    line-height: 1.4;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.checkout-cart-index .cart-summary>.title {
    display: none;
}


.checkout-cart-index .checkout-methods-items .item+.item {
    display: none;
}

.checkout-cart-index button.decreaseQty,
.checkout-cart-index button.increaseQty {
    color: #1a73e8;
}

.checkout-cart-index button.decreaseQty,
.checkout-cart-index button.increaseQty,
.checkout-cart-index .action-delete {
    background: #f8f8f8;
    border: 2px solid #f8f8f8;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 0;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-cart-index .product-item-name a,
.checkout-cart-index .cart .item-options {
    font-size: 14px;
}

.checkout-cart-index #form-validate .cart .product-item-photo {
    display: none;
}


.checkout-cart-index .oldprice-nb-new {
    display: none;
}

.checkout-cart-index form.form.form-cart {

    background: transparent;
    padding: 0;
}

.checkout-cart-index .cart {
    background: #fff;
    border-radius: 8px;
}

.checkout-cart-index .cart.actions .action.continue {
    background-color: transparent;
    padding: 0;
    border: 0;
    color: #202124;
    font-size: 14px;

}

.checkout-cart-index #shopping-cart-table tbody,
.checkout-cart-index #shopping-cart-table {
    display: block;
}


.checkout-cart-index #shopping-cart-table thead {
    display: none;
}

.checkout-cart-index #shopping-cart-table tbody tr {
    display: flex;
    flex-wrap: wrap;

}

.checkout-cart-index #shopping-cart-table tbody:not(:last-child) tr {
    margin-bottom: 30px;
}

.checkout-cart-index .action-delete.fa-trash::before {
    color: #101010;
    font-size: 16px;
}

.checkout-cart-index .price-excluding-tax>span:nth-child(2) {
    color: #34A853 !important;
}

.checkout-cart-index .cart-summary {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
}

.checkout-cart-index #shopping-cart-table {
    padding: 20px;
}

.checkout-cart-index {
    font-size: 16px;
    background-color: #fff;
    color: #101010;
}

.checkout-cart-index #shopping-cart-table tbody td.qty {
    max-width: 250px;
    width: 100%;
}

.checkout-cart-index #shopping-cart-table tbody td.qty+.qty {
    max-width: 50px;
}

.checkout-cart-index .cart-old-price .price {
    text-decoration: line-through;
}

.checkout-cart-index #shopping-cart-table tbody td {
    display: flex;
    border: 0;
    padding: 0;
}

.checkout-cart-index #shopping-cart-table tbody td .field {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}

.checkout-cart-index #cart-totals .totals.sub th {
    font-weight: 400;
    padding-bottom: 10px;
}

.checkout-cart-index .cart #shopping-cart-table .afairesi {
    padding-top: 0;
    font-size: 20px;
}

.checkout-cart-index .new-quantity-cart>span:after {
    content: ":";
}

.checkout-cart-index .cart .item-options {
    display: flex;
    flex-wrap: wrap;
}

.checkout-cart-index .cart .item-options dt {
    /* font-weight: 500;
    margin: 0 0 8px;
    width: 85px; */
    display: none;
}

.checkout-cart-index .cart .item-options dd {
    margin: 0 0 8px;
    font-size: 12px;
    color: #707070;
}

.checkout-cart-index .cart .product-item-name + .item-options {
    margin: 5px 0;
}

.checkout-cart-index .cart .item-options dd:nth-last-child(5) {
    width: calc(100% - 125px);
}

.checkout-cart-index .cart .item-options dt:nth-last-child(6) {
    width: 125px;
}

.checkout-cart-index #shopping-cart-table tbody td.qty+td.qty .action {
    margin-bottom: 0;
}

.checkout-cart-index #shopping-cart-table tbody.cart.item:not(:last-child) td.price {

    border-bottom: 5px solid #f1f3f4;
}

.checkout-cart-index #shopping-cart-table tbody td.price {
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0;
    min-width: 100%;
}

.checkout-cart-index .cart .product-item-details {
    width: 100%;
}

.checkout-cart-index #shopping-cart-table tbody td.qty+td.qty .field span {
position: absolute;
opacity: 0;
pointer-events: none;
}

.cart #shopping-cart-table .control.qty {
    padding: 0;
}

.cart #shopping-cart-table .control.qty label {
    margin: 0 8px;
}

.checkout-cart-index #shopping-cart-table tbody td.subtotal {
    display: none;
}

.checkout-cart-index #shopping-cart-table tbody td:first-child {
    min-width: 100%;
    position: static;
}

.checkout-cart-index #shopping-cart-table tbody.cart.item {
    border: 0;
}

.checkout-cart-index form.form.form-cart,
.checkout-cart-index .cart-summary {
    width: 100%;
    float: none;
    min-height: 300px;
}


.checkout-cart-index #block-discount .content{
    display: block!important;
}
.checkout-cart-index .cart-summary .discount .coupon {
    background-color: #f8f8f8;
    padding: 20px;
    display: flex;
    border-radius: 0 0 10px 10px;
    height: 100px;
}

.checkout-cart-index .cart-totals {
    margin-bottom: 10px;
}

.checkout-cart-index .actions-toolbar .primary .action {
    margin: 0;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0 4px 4px 0;
    color: #101010;
}

.checkout-cart-index .cart-totals .mark {
    padding-bottom: 15px;
}

.checkout-cart-index .cart-totals .grand .amount,
.checkout-cart-index .cart-totals .grand .mark {
    padding-top: 15px;
}

.checkout-cart-index .cart-summary .discount .coupon .input-text {
    height: auto;
    padding: 15.5px;
    font-size: 16px;
    line-height: 1;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-width: 1px 0 1px 1px;
}

.checkout-cart-index .cart-summary .discount .coupon .field {
    width: calc(100% - 120px);
    margin: 0!important;
}

.checkout-cart-index .cart-summary .discount .coupon .actions-toolbar .action,
.checkout-cart-index .cart-summary .discount .coupon .actions-toolbar {
    width: 120px;
}

.checkout-cart-index .cart-summary .discount .coupon .label {
    display: none!important;
}

.checkout-cart-index .cart-summary .discount #discount-coupon-form {
    height: 0;
    transition: 0.5s;
    overflow: hidden;
}

.checkout-cart-index .cart-summary .discount.active #discount-coupon-form {
    height: 100px;
}

.checkout-cart-index .cart.main.actions {
    background-color: transparent;
    text-align: left;
}

.cart-container .cart.main.actions .action.continue {
    padding: 20px 0;
    font-size: 16px;
    color: #1a73e8;
    display: flex;
    margin-bottom: 50px;
}

.cart-container .cart.main.actions .action.continue:before {
    display: block;
    content: '\e621';
    font-family: 'icons-blank-theme';
    transform: rotate(-90deg);
    font-size: 45px;
}

.checkout-cart-index .message.success {
    border: 0;
    border-radius: 8px;
    color: #0D652D;
    background: #34a85352;
}

.message.success > *:first-child:before {
    color: #0D652D;
}

.checkout-cart-index .cart-summary,
.checkout-cart-index #shopping-cart-table {
    border: 1px solid #e8e8e8;
    min-height: 300px;
    border-radius: 10px;
}


@media (min-width: 650px) {

    .nb-sticky-cart-container {
        display: none;
    }

    .checkout-cart-index #shopping-cart-table tbody td.price {
        justify-content: flex-end;
    }

    .checkout-cart-index #shopping-cart-table tbody.cart.item:not(:last-child) td.price {
        border-bottom: 0;
    }

    .checkout-cart-index #shopping-cart-table tbody.cart.item td.price {
        padding: 0;
    }

    .checkout-cart-index #shopping-cart-table tbody:not(:last-child) tr {

        margin-bottom: 50px;
    }

    .checkout-cart-index #shopping-cart-table tbody tr {
        padding-left: 90px;
    }

    .checkout-cart-index #form-validate .cart .product-item-photo {
        position: absolute;
        max-width: none;
        width: 75px;
        height: 100%;
        top: 0;
        left: 0;
        padding: 10px 10px 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 2px solid #f1f3f4;
    }

    .checkout-cart-index #shopping-cart-table tbody td.price {
        min-width: 0;
    }
}

@media (min-width: 1100px) {

    .checkout-cart-index form.form.form-cart {
        width: calc(100% - 380px);
        float: left;
    }

    .checkout-cart-index .cart-summary {
        width: 350px;
        float: right;
    }

    .checkout-cart-index #form-validate .cart .product-item-photo {
        width: 120px;
        padding: 10px 20px 10px 0;
    }

    .checkout-cart-index #shopping-cart-table tbody tr {
        padding-left: 140px;
    }

    .checkout-cart-index #shopping-cart-table {
        padding: 50px 30px;
    }
}

@media (min-width: 1200px) {
    .checkout-cart-index form.form.form-cart {
        width: calc(100% - 430px);
    }

    .checkout-cart-index .cart-summary {
        width: 400px;
    }
}

/* end changes 2024 */








/* start sundiastikh prosfora */



body.checkout-cart-index .mst-product_kit__kitList {
    background: #fff!important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    border-radius: 8px;
    padding: 50px 0!important;
  }
  
  
  /* end sundiastikh prosfora */

