/*















 include of configuration.ftl */

.cartTotals {
    padding: 20px 0;
}

.cartHeadRow {
    clear:both;
    border-bottom: 1px dashed #B5B5B5;
    margin-bottom: 0;
}

.cartHeadRow li {
    float: left;
    vertical-align: bottom;
    min-height: 20px;
    line-height: 23px;
    border-top: 1px dashed #B5B5B5;
}

.cartHeadRow .colPicture {
    font-size: 19px;
    line-height: 20px;
    border-top: none;
}

.cartHeadRow .colName {
    width: 25%;
    font-weight: bold;
}

.cartHeadRow .colName.nameBig {
    width: 37.5%;
}

.productData {
    float: right;
    width: 75%;
    margin: 10px 0;
}

.productData .productOption:nth-child(odd){
    background-color: #f4f5f5;
}

.colPicture {
    width: 25%;
    float: left;
}

div.colPicture {
    padding: 10px;
    text-align: center;
    height: 195px;
}

div.colPicture > div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.productOption {
    min-height: 23px;
    line-height: 22px;
}

.productOption ul li{
    float: left;
}

.productOption.first ul .colName {
    width: 31.533333333333%;
}

.productOption.first ul .colName.nameBig {
    width: 48.5%;
}

.cartHeadRow .colQty, 
.cartHeadRow .colPrice, 
.cartHeadRow .colTotalPrice,
.cartHeadRow .colEdit {
    width: 12.5%;
    text-align: center;
}

.productData .colQty, 
.productData .colPrice, 
.productData .colTotalPrice,
.productData .colEdit {
    width: 17.066666666667%;
    text-align: center;
}

.productName {
    font-weight: bold;
}

.colName .optionName {
    padding-right: 5px;
}

.colName .optionValue {
    font-weight: bold;
}

.tableProduct {
    min-height: 60px;
}

.cartTotals > li {
    clear:both;
}

.cartTotals li li {
    float:left;
    height: 27px;
    line-height: 27px;
    font-size: 17px;
}

.cartTotals .feeText{
    margin-left: 25%;
    width: 50%;
}

.cartTotals .feeValue{
    width: 25%;
    text-align: right;
}

.cartTotals .totalSum {
    background-color: #f4f5f5;
    box-shadow: inset 0 0 0 1px #e8e8e8;
}

.cartTotals .totalSum li {
    font-weight: bold;
}

#cartContainerEditable ul, #totalsContainerEditable ul {
    margin-left: 0;
}

.deliveryPeriodAsterisk {
    margin: 5px;
}
