.products {
    border-bottom: 2px solid #ddd; }
.products .product {
          padding: 10px;
          font-size: 16px;
          line-height: 200%;
          border-bottom: 1px dotted #ccc; }
.products .product:last-child {
          border-bottom: none; }
.products .product img {
				   float: left;
				   width: 80px;
				   height: 80px;
				   border-radius: 5px;
				   margin-right: 10px; }
.products .product .price {
				   font-weight: bold;
				   color: darkred; }
.products .product .delete {
				   clear: both;
				   text-align: right;
				   line-height: 100%; }
.products .product .delete a {
				   font-size: 12px;
				   line-height: 100%;
				   color: #aaa;
				   border: 1px solid #bbb;
				   background: #f3f3f3;
				   padding: 1px;
				   border-radius: 3px; }
.products .product .delete a span {
						   color: red; }

.products_info {
    font-size: 14px;
    line-height: 300%;
    text-align: right;
    padding-right: 15px; }
.products_info .red1 {
				color: red;
				font-weight: bold; }

.bottom_button a {
			   float: right;
			   width: 50%;
			   box-sizing: border-box;
			   margin-right: 10px;
			   background: #c40000;
			   color: #fff;
			   text-align: center;
			   padding: 8px; }
  .bottom_button a:active, .bottom_button a:visited, .bottom_button a:hover {
                 color: #fff; }
