/*store*/
.store-wrapper { border-radius: 6px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); border: 1px solid rgba(0, 0, 0, 0.15);
background: #fff; margin: 12px 0 20px 0; padding: 0 15px 12px 15px; }
.store-wrapper h2 { border-bottom: 1px solid #dedede; padding: 0 0 8px 0; margin-bottom: 12px; font-size: 24px; color: #565656; font-weight: 500; }
.store-wrapper .col-md-6 { margin-bottom: 12px; }
.store-price { font-size: 16px; padding-bottom: 12px; }
.store-price .old-price { color: #777; text-decoration: line-through; }
.store-price .price { color: #f00; font-weight: bold; }
.store-action .soft-btn:first-child { border-right: 1px solid rgba(255, 255, 255, 0.2); }
.store-action .soft-btn { margin: 5px 0; }