.other_picture img {
 border: 1px solid #ccc; padding: 2px;
}
.product .other_picture img {
   padding: 2px ;
 margin-top: 5px;
}
.price {
    font-size: 20px;
    color: #31966a;
}
.price_sale {
    font-size: 20px;
    color: #f48f00;
}
   .stack {
   text-decoration: line-through;
  color: #3c3c3c;
    }

.product_detail div {
    padding-top: 10px;
    padding-bottom:10px;
    border-top:  #ccc dotted 1px;
}
.product_detail .product_title{ 
    margin-bottom:5px; 
    border-top: none;
}

.release a {
    font-weight: bold;
    color:#f48f00;
}
  .item-list_category a{
    font-weight: normal;
    color: #666666;
}
    
