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


/*alignment*/
.checkout-product-row {
    margin-bottom: 30px;
    border: 1px solid #ccc;
    margin: 10px 0px;
}
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: 20px;
    font-weight: 900;
}
td.hikashop_cart_total_value span{
    color: #355d99;
}




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


/*checkout btn*/
a#hikashop_checkout_shopping_button {
    color: #2e3138;
    background: #d5d7dd;
    border-color: #d5d7dd;
}

a#hikashop_checkout_shopping_button:focus, a#hikashop_checkout_shopping_button:hover {
    color: #2e3138;
    background: #d9dbe0;
    border-color: #d9dbe0;
}





/*end cart*/