
.cartItemRow {
	display:block;
	width: 100%;
	margin-top:7px;
	clear: both;
	text-align: left;
	display:table;
	width:100%;
}

.row.cartItemRow {
  margin-left:0;
  margin-right:0;
}

.cartItemRow > [class*="col"] {
  border:green dashed 0px;
}

.thumbInRow {
  border: red solid 0px;
  width:45px;
  float:left;
}

.thumbInRow a {
  margin-top:10px;
  display:block;
  background: no-repeat center center;
  background-size: cover;
}

.detailsInRow {
  border:orange dashed 0px;
  width: calc( 100% - 60px);
  float: right;
  margin-bottom: 15px;
}

.detailsInRow {
  /*font-family: 'Noto Sans', Arial, Helvetica, sans-serif;*/
  font-size: 12px;
}

.detailsInRow .name
{

  color: #666;
  font-size: 20px;
  font-variant: small-caps;
  margin-top:5px;
  display: block;
}
.causalities-non-campione-cart .typeArch, 
.cartItemRow select{
  height: 48px;
  /*max-width: 130px;*/
}

.cartItemRow select[name=sizeing] {
	width: 100%;
}

@media(min-width:1600px){
	.cartItemRow select[name=sizeing] {
		max-width: 80%;
	}
}

.cart-list .product-item .cartItemRow .remove-item,
.cartItemRow .remove-item {
  position: relative;
  top:auto;
  right:auto;
  left:auto;
  bottom:auto;
  float:right;
  margin: 45px 0 0 0;
  width: 25px;
  top:0;
  height: 25px;
}

@media(min-width:640px) {
  .thumbInRow {
    width:55px;
  }
  .detailsInRow {
    width: calc( 100% - 70px);
  }
  .cartItemRow select,
  .cartItemRow .qty-selector.input-group.js-qty-selector{
    margin-top: 15px !important;
  }
  .cart-list .product-item .cartItemRow .remove-item,
  .cartItemRow .remove-item {
    margin-top: 30px;
  }
  .detailsInRow {
    margin-bottom: 0;
  }
  .detailsInRow .name,
  .detailsInRow a.name,
  .detailsInRow .name a {
    font-size: 20px;
    color: #666;
  }
}

.cart-list button span.icon.icon-menu-close,
.cart-list buttonhover span.icon.icon-menu-close {
  margin:0 !important;
  padding:0 !important;
  display:block !important;
  color: #666 !important;
}


.cart-list button span.icon.icon-menu-close{
  display: block;
  color:#666;
  text-align:center;
  font-size: 10px;
  line-height:10px;
  height:10px;
  width:10px;
  display:block;
  top:1px;
  margin:0;
}

.cart-list span.icon.icon-menu-close:before {
  font-size: 10px;
  display: block;
  position: relative;
  line-height:10px;
}
