/*table color and style*/
.view-checkout .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: rgb(0 0 0 / 0%);
    color: var(--bs-table-striped-color)
}
.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: rgb(255 255 255 / 8%);
    color: var(--bs-table-hover-color)
}
.view-checkout table>thead>tr:nth-child(1) {
    border-bottom: 1px solid #000;
}


/*image*/
.hikashop_cart_product_image_thumb {
    width: 150px;
}

/*name*/
p.hikashop_cart_product_name,
p.hikashop_cart_option_name{
    margin: 5px 0px;
}

/*quantity*/
.hikashop_checkout_cart span.add-on a{
    width: 30px;
    height: 40px;
    background: #2d2d2d;
    border: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    min-width: auto;
}

.hikashop_product_quantity_change_div_leftright {
    display: inline-flex;
}

.hikashop_checkout_cart .hikashop_product_quantity_field{
    margin: -2px !Important;
    line-height: 1 !important;
    height: 40px !important;
    text-align:center;
    border-radius: 0px;
    padding: 5px !important;
}

div.hikashop_product_quantity_change_div_leftright span:hover {
    background-color: transparent; opacity:0.7;
}

/*table footer*/
.view-checkout tr.margin>.hikashop_cart_empty_footer {
    padding: 0;
    border: 0;
}

/*total*/
.hikashop_cart_total_title.hikashop_cart_title {
    font-weight: 900;
}


/*edit product popup*/
body.site.helix-ultimate.hu.com_hikashop.com-hikashop.view-cart.layout-product_edit.task-product_edit.itemid-101.en-gb.ltr.layout-fluid.offcanvas-init.offcanvs-position-left.contentpane img {
    width: 200px!important;
}





