.weight-and-price-item-wrapper { width:100%;float:left;margin:0 0 20px; }.weight-and-price-item {		width:100%;	float:left;	border:1px solid #daebeb;	background-color:#f0f8f8;	margin: 0 0 7px;	}.weight-and-price-item .wp-item { 		float:left;	padding:2% 2%;	}.weight-and-price-item .wp-item-1 { 	width: 31%;	}.weight-and-price-item .wp-item-2 { 	width: 30%;		}.weight-and-price-item .wp-item-3 { 	width: 36%;	float:right;}.weight-and-price-item .wp-item.wp-item-1 { 	font-weight: bolder;    font-size: 12px;}.weight-and-price-item .wp-item.wp-item-2 span.nz { 	font-weight:bold;	font-size:14px; }.weight-and-price-item .wp-item.wp-item-2 span.price { 	font-weight:bold;	font-size:22px;	color:#333;}.weight-and-price-item .wp-item.wp-item-3 small { font-size:12px;float:left;font-weight:bold;}.weight-and-price-item .wp-item.wp-item-3 input.value ,.weight-and-price-item .wp-item.wp-item-3 input.minus ,.weight-and-price-item .wp-item.wp-item-3 input.plus {	float:left;}.weight-and-price-item .wp-item.wp-item-3 input.value {	width: 35px;    font-size: 14px;    padding: 5px 5px;	text-align:center;	border: 1px solid #daebeb;}.weight-and-price-item .wp-item.wp-item-3 input.minus ,.weight-and-price-item .wp-item.wp-item-3 input.plus {	border: 1px solid #daebeb;    font-size: 14px;    font-weight: bold;    padding: 5px 12px;    background-color: transparent;}@media only screen and (max-width:1024px){/* .weight-and-price-item .wp-item.wp-item-3 input.minus, .weight-and-price-item .wp-item.wp-item-3 input.plus {    padding: 5px 5px !important; } */}@media only screen and (max-width:800px){     .weight-and-price-item .wp-item.wp-item-2 span.price { font-size:15px;}    .weight-and-price-item .wp-item.wp-item-3 input.minus { margin: 0 0 2px;}    .weight-and-price-item .wp-item.wp-item-3 input.minus, .weight-and-price-item .wp-item.wp-item-3 input.plus {float:right;width:35px;}	.weight-and-price-item .wp-item.wp-item-3 input.value {width:40px;}}@media only screen and (max-width: 320px) {	.weight-and-price-item .wp-item.wp-item-3 input.value {		width: 35px;		float: right;	}}