/*






















 include of configuration.ftl */

.cartTotals {
    padding: 20px 0;
}

.cartHeadRow {
    clear:both;
    border-bottom: 1px dashed #313131;
    margin-bottom: 0;
}

.cartHeadRow li {
    float: left;
    vertical-align: bottom;
    min-height: 20px;
    line-height: 23px;
}

.cartHeadRow .colPicture {
    font-size: 19px;
    line-height: 20px;
    border-top: none;
}

.cartHeadRow .colName {
    width: 25%;
    font-weight: bold;
}

.colName.nameBig {
    width: 100%;
}

.productData {
    float: right;
    width: 75%;
    margin: 10px 0;
}

.productData .productOption:nth-child(odd){
    background-color: #eaeaea;
    border: 1px solid #d6d6d6;
    border-radius: 1px;
}

.colPicture {
    width: 25%;
    float: left;
}

div.colPicture {
    text-align: center;
    padding: 10px;
    height: 100px;  
}

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 .colName {
   
}

.productOption.first ul .colName {
    width: 31.533333333333%;
}

.inc-min-wrapper{
  margin-right: 0px;
}


.cartHeadRow .colQty, 
.cartHeadRow .colPrice, 

.cartHeadRow .colEdit {
    width: 12.5%;
    text-align: center;
}

.productData .colQty, 
.productData .colPrice, 

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

.tableProduct figure{
    width: 58px;
    float: left;
    padding-right: 10px;
    max-height: 60px;
}

.tableProduct .productRowInfoWrapper{
margin-left:5px;
}

.tableProduct .productRowInfoWrapper a:hover{
text-decoration:none;

}

.cartTotals > li {
    clear:both;
    height:30px;
    width:100%;
}

.cartTotals li li {
    float:left;
    height: 27px;
    line-height: 27px;
    font-size: 17px;
}


.feeText{
    margin-right: 14px;
    padding-right:20px;
    text-align:right;
}



 .feeValue{
    width: 25%;
    text-align: right;
}
.deliveryPeriodValue{
text-align:left;
}




.cartTotals .totalSum li {
    font-weight: bold;
}

#cartContainerEditable ul, #totalsContainerEditable ul {
    margin-left: 0;
}


.colTotalPrice{
float:right;
width:auto;
}