/*.cart-header {
    position: relative;
}
.total-item, .cart-items {
    margin-top: 0em;
    padding: 5em 0;
}
.cart-header {
    position: relative;
}
.cart-sec {
    margin-bottom: 3em;
}
.cart-item {
    width: 20%;
    float: left;
    margin-right: 5%;
}
.cart-item-info {
    width: 75%;
    float: left;
}
.cart-item-info h3 {
    font-size: 1em;
    font-weight: 600;
}

.cart-item-info h3 a {

    color: #000;

}
.cart-item-info h3 span {
    display: block;
    font-weight: 400;
    font-size: 0.85em;
    margin: 0.7em 0;
}
ul.qty {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.qty li {
    display: inline-block;
    margin-right: 10%;
}
.delivery {
    margin-top: 3em;
}
.delivery p {
    color: #A6A6A6;
    font-size: 1em;
    font-weight: 400;
    float: left;
}
.delivery span {
    color: #A6A6A6;
    font-size: 1em;
    font-weight: 400;
    float: right;
}
*/

.simpleCart_items{
background: #fff;
text-align:center;
margin: 0 auto;
}
.headerRow{
background: #f7f7f7;
float: left;
}
/*  .headerRow .item-decrement  {display:none;}
.headerRow .item-quantity,.headerRow .item-size {width:70px;}
.headerRow .item-increment{display:none;}
.headerRow .item-remove{width:9px;}

.item-name ,.item-price ,.item-decrement,.item-color,.item-size,
.item-quantity ,.item-increment,
.item-total,.item-remove   {
float: left;
font-size: 1.2em;
font-weight: 600;
margin: 4px;
width:80px;
}
.item-price,.item-color,.item-remove{width:50px;}     */
.itemRow{
	float:left;background: #fdfdfd;
}
/*    .itemRow .item-name ,.itemRow .item-price ,.itemRow .item-decrement  ,
.itemRow .item-quantity ,.itemRow .item-increment,
.itemRow .item-total,.itemRow .item-remove{
float: left;
font-size: 1em;
font-weight: 300;
}
.itemRow .item-decrement  {width:15px;margin:4px 0 4px 4px;}
.itemRow .item-quantity {width:30px;}
.itemRow .item-increment{width:15px;margin:4px 4px 4px 0;}
.itemRow .item-remove{width:15px;margin:4px 0px 4px 4px;}

.odd{background:#a34;}
.even{background:#f34;}   */


.simpleCart_items th, .simpleCart_items td{
    padding:4px;
    margin: 4px;
    width:160px;
    text-align: center;
    font-size: 1.2em;
    }


.simpleCart_decrement,.simpleCart_increment{
    background: #f7f7f7;
padding: 2px 10px;

}

.simpleCart_remove{
    padding: 2px 16px;
background: #f00;
color: #fff;
border-radius: 2px;

}