/**
 * Copyright © 2017 ITORIS INC. All rights reserved.
 * See license agreement for details
 */
.itoris-grpr .product-item .price-box{
 margin: 10px 0 0;
}
.itoris-grpr .product-item .price-box.itoris-price-discount{
 margin: 0 0 20px;
}

.itoris-price-item{
 display: block;
 font-weight: 700;
 white-space: nowrap;
}

.itoris-price-item .itoris-price-discount{
 color: red;
}

table.itoris_group_promo > tbody > tr > td.itoris-grpr-count-price{
 vertical-align: middle;
}

.itoris-grpr .product-item {
 margin-right:25px;
 position:relative;
}
.itoris-grpr .product-item.itoris-item:after {
 content: '+';
 position:absolute;
 right:-30px;
 top:120px;
 font-size:32px;
 font-weight:bold;
}
.itoris-grpr .product-item.itoris-item.itoris-item-end:after {
 content: '='
}
.itoris_group_promo .price-notice {
 font-weight: 600;
}
.itoris-grpr .product-item.itoris-cart-item:after {
 content: '+';
 position:absolute;
 right:-30px;
 top:80px;
 font-size:32px;
 font-weight:bold;
}
#shopping-cart-table .itoris-grpr .product-item {
 max-width:160px;
}
@media only screen and (max-width: 767px) {
    .itoris_group_promo td {display:inline-block}
}