<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-list{
  border: 1px dotted #d3d2d2;
  padding:10px;     
  border-radius:6px;
  webkit-box-shadow: 0px 1px 7px 0px #cccccc;
  -moz-box-shadow: 0px 1px 7px 0px #cccccc;
  box-shadow: 0px 1px 7px 0px #cccccc;  
}

.qnt div:first-child{

}

.qnt div{
  float:left;
  font-size:18px;
}


.qnt div input[name="qty[]"]{
  width:35px;
  height:25px;  
  border:1px solid #000;
  font-size:14px;
  text-align:center; 

}

.qnt div i{
  font-size:20px;
  cursor:pointer;
}

.qnt .minus-button{
  height:25px;
  border-left:1px solid #000;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  padding-left:5px;
  padding-right:5px;
  font-size:14px;
  text-align:center;
  cursor:pointer;  
  margin-top: 1px;   
  width:25px; 
  padding-top:2px;  

}

.qnt .minus-button:hover{
  background:#000;
  color:#fff;
}

.qnt .plus-button{
  height:25px;
  border-right:1px solid #000;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  padding-left:5px;
  padding-right:5px;
  font-size:14px;
  text-align:center;
  cursor:pointer; 
  margin-top: 1px;
  width:25px;    
  padding-top: 2px;   

}

.qnt .plus-button:hover{
  background:#000;
  color:#fff;
}

.line-info{
    display: table;
    width: 100%;     
}

.line-info .cname{
    display: table-cell;
    width: 1px;
    white-space: nowrap;
    font-size: 16px;
    text-align: left;
    font-weight: 700;
}

.line-info .dott{
    display: table-cell;
    border-bottom: 1px dotted;
}

.line-info .ccont{
    display: table-cell;
    width: 1px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
}</pre></body></html>