/*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;
}

.hikashop_checkout_cart table tr { border: 0; }

.hikashop_checkout_cart table td {
    border-bottom-color: rgb(255 255 255 / 20%) !important;
    font-size: 14px;
    color: #fff !important;
}

/*alignment*/
.checkout-product-row {
    margin-bottom: 30px;
    border: 1px solid rgb(255 255 255 / 20%);
    margin-left: 0;
    margin-right: 0;
}
p.hikashop_cart_product_name {
    margin: 0;
}
.hikashop_cart_product_price_value {
    /* color: #356a96; */
    margin-bottom: 10px;
}
.hikashop_cart_product_total_value {
    /* font-weight: 900; */
    margin:5px 0px;
}
td.hikashop_cart_subtotal_value {
    text-align: right;
}

td.hikashop_cart_shipping_value {
    text-align: right;
}
a.hikashop_no_print i.fa.fa-sync {
    display: none;
}
@media only screen and (min-width: 992px) {
.checkout-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hikashop_cart_product_image_value {
    padding-left: 0;
}}

@media only screen and (max-width: 991px) {
.checkout-product-row {
    margin-bottom: 30px;
    /* border: 1px solid #ccc; */
    padding: 15px 0px;
    margin: 0px 0px 20px 0px;
}}

td.hikashop_cart_total_value {
    text-align: right;
    font-size: 18px !important;
    font-weight: 600;
}
td.hikashop_cart_total_value span{
    color: #ffffff;
}




/*image*/
.hikashop_cart_product_image_thumb {
    width: auto;
}


/*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;
}

.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;
}

/*checkout loading*/
button#hikabtn_checkout_next:after {
    display: none;
}

/*table*/
td.hikashop_cart_tax_value {
    text-align: right;
}

td.hikashop_cart_coupon_value {
    text-align: right;
}

span.hikashop_checkout_cart_coupon{
    color: red;
}


/*end cart*/