.candies-table{width:100%;border-collapse:collapse;margin:20px 0;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:8px;overflow:hidden}.candies-table thead{background:#f5f5f5;border-bottom:2px solid #e0e0e0}.candies-table th{padding:15px;text-align:left;font-weight:600;color:#333}.candies-table th:nth-child(3),.candies-table th:nth-child(4),.candies-table td:nth-child(3),.candies-table td:nth-child(4){text-align:center}.candies-table td{padding:15px;border-bottom:1px solid #eee}.candies-table tbody tr:hover{background:#f9f9f9}.candies-table .img-cell{text-align:center;vertical-align:middle}