<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.img-fluid-cart{
  max-width: 100px;
  max-height: 100px;
}	

.form-control, .input-group,
.input-group-btn .qtyminus{
   height: 30px;
   color: white;
   background-color:  #5CB85C !important;
}
.form-control, .input-group,
.input-group-btn .qtyplus{
   height: 30px;
   color: white;
   background-color: #5CB85C !important;
}

.form-control, .input-group .form-control,
.input-group-btn {
  width: 50px;
   height: 30px;
   color: black;
   background-color: white !important;
   text-align: center;
   z-index:0;
}

.input-group, form-control {
  width: 90px;
   text-align: center;
  padding: 0px 0px 0px 0px;

}

.cont2 
{padding: 0px 0px 0px 115px;}


.row-add .btn_agg{
display: inline-block;
padding:5px 0px 0px 0px;  
margin-bottom:-10px;"

}
.row-add .btn_agg{
margin-right:10px;
}
.contenitore2{
padding:10px 10px 20px 10px;
margin:10px -10px 10px -10px;
border-style:solid; 
border-width:1px; 
border-color:#D8D8D8; 

}

.btn-circle.btn-xs {
width: 15px;
height: 15px;
font-size: 8px;
line-height: 12px;
border-radius: 50%;
margin:2px 0 2px 5px;
}

.input-group input:not(:placeholder-shown){
font-size:15px;

}
button:disabled,
button[disabled]{
  background-color:grey;
}
.cont2 
{height:125px;
padding: 0px 0px 0px 150px;
}


.product.product-widget .product-thumb-cart {
  position: absolute;
  padding-left:8px;
  top: 0;
}

.product.product-widget .product-thumb-cart&gt;a&gt;img {
   width: auto;
  max-width:130px;
  max-height:130px; 
}

.product.product-widget .product-name {
  font-size: 14px;
  left: 0;
  text-align: left;
  font-weight:normal;
   white-space: nowrap; 
   overflow: hidden; 
   text-overflow: ellipsis;
}
@media only screen and (min-width: 180px) and (max-width: 320px){
 .cont2 {
margin-left:-40px;
}

.row-add{
padding-top:5px;
}

.newpool{
position: absolute;
margin-left:-100px;
padding-top:5px;
}
.product.product-widget .product-thumb-cart&gt;a&gt;img {
   width: auto;
  max-width:90px;
  max-height:90px;
 }
.product.product-widget .product-name {
  left: -20px;
}
 }
 
</pre></body></html>